/* Final v35: complete future-service field and independent book presentation. */
.domain-groups {
  max-height: none !important;
  overflow: visible !important;
}
.domain-groups::after { display: none !important; }
.future-care-principle { margin-top: clamp(2rem, 4vw, 3.5rem) !important; }

.book-destination .book-image {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background-color: #082f3b;
  background-image: linear-gradient(90deg, rgba(5,31,39,.3), rgba(5,31,39,.05) 46%, rgba(5,31,39,.24)), url('/starfish-float-hero.webp');
  background-size: cover;
  background-position: center 54%;
  background-repeat: no-repeat;
}
.book-destination .book-image img {
  position: absolute;
  z-index: 1;
  right: clamp(22px, 7%, 52px);
  top: 50%;
  width: min(25%, 122px);
  height: auto;
  max-height: 88%;
  object-fit: contain;
  transform: translateY(-50%);
  filter: brightness(1.12) contrast(1.06) saturate(1.04) drop-shadow(12px 15px 13px rgba(0,0,0,.5));
}
.book-destination .book-copy { min-width: 0; }
.book-destination .card-link {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 760px) {
  .domain-groups { grid-template-columns: 1fr; }
  .book-destination .book-image { min-height: 205px; }
  .book-destination .book-image img { right: 24px; width: min(27%, 105px); }
}
