/* Homepage only: shared catalogue, administration and calendars keep their styles. */
.home-page { background:#fff; font-weight:400; }
.home-page .home-hero { min-height:720px; min-height:min(820px,calc(100svh - 72px)); background:#214c59; }
.home-page .home-hero-photo { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 60%; }
.home-page .home-hero::before { background:linear-gradient(180deg,#07334564 0%,#07334580 42%,#07334538 70%,#07334573 100%); filter:none; z-index:1; }
.home-page .home-hero > .container { z-index:2; display:flex; flex-direction:column; align-items:center; gap:0; width:100%; padding-top:72px; padding-bottom:34px; }
.home-page .home-hero .hero-content { margin:0 auto 36px; max-width:840px; text-align:center; }
.home-page .hero-eyebrow { margin:0 0 16px; color:#fff; font-size:11px; font-weight:600; letter-spacing:.18em; }
.home-page .home-hero .hero-title { margin:0 auto 20px; max-width:760px; font-size:clamp(38px,4.8vw,66px); font-weight:650; line-height:1.1; letter-spacing:-.045em; text-wrap:balance; text-shadow:0 2px 24px #0a334450; }
.home-page .home-hero .hero-subtitle { margin:auto; color:#fff; max-width:none; font-size:17px; line-height:1.6; }
.home-page .home-hero .search-wrapper { max-width:1120px; margin:0 auto; }
.home-page .home-hero .search { display:grid; grid-template-columns:1fr 1.65fr 1.15fr auto; align-items:center; gap:0; padding:20px 18px 10px; border:1px solid #fff; border-radius:20px; background:#fff; box-shadow:0 10px 40px #082d4428; backdrop-filter:none; color:#193e50; }
.home-page .home-destination-field { padding:0 20px 0 10px; min-width:0; }
.home-page .home-destination-field > label { display:block; font-size:11px; font-weight:600; color:#577381; margin:0 0 4px; }
.home-page .home-hero .search #destino { min-height:40px; padding:3px 24px 3px 0; border:0; border-radius:5px; color:#193e50; background-color:transparent; font-size:14px; width:100%; }
.home-page .home-stay-fields { grid-column:auto; align-self:stretch; border:0; border-right:1px solid #e2ebed; border-left:1px solid #e2ebed; border-radius:0; overflow:visible; }
.home-page .home-stay-fields .booking-date-field { padding:0 16px; border:0; border-radius:8px; }
.home-page .home-stay-fields .booking-date-field > label { font-size:11px; margin-bottom:4px; }
.home-page .booking-date-trigger { min-height:40px; }
.home-page .home-stay-fields .booking-date-value { font-size:13px; }
.home-page .home-hero .search-guests { grid-column:auto; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; padding:0 18px; }
.home-page .search-person-field { gap:4px; font-size:11px; font-weight:600; }
.home-page .home-hero .search-person-field select { min-height:40px; padding:3px 16px 3px 4px; border:0; border-radius:5px; background-color:transparent; color:#193e50; font-size:14px; }
.home-page .home-hero .btn-search { grid-column:auto; min-height:54px; padding:14px 20px; gap:12px; border-radius:12px; background:#147d66; box-shadow:none; font-size:14px; font-weight:600; }
.home-page .home-hero .btn-search svg { width:19px; height:19px; flex-shrink:0; }
.home-page .home-hero .btn-search:hover { background:#0e6855; transform:none; }
.home-page .home-search-meta { grid-column:1/-1; display:flex; align-items:center; justify-content:space-between; gap:10px; padding:12px 10px 0; margin-top:10px; border-top:1px solid #edf2f2; }
.home-page #homeGuestTotal, .home-page #searchHint { margin:0; padding:0; font-size:11px; font-weight:400; line-height:1.5; color:#627d85; }
.home-page #homeCalendarStatus { padding:8px 10px 0; font-size:12px; }
.home-page .home-hero .trust-chips { display:flex; flex-wrap:wrap; justify-content:center; gap:10px 25px; margin-top:20px; }
.home-page .home-hero .trust-chip { display:flex; gap:8px; min-height:0; margin:0; padding:0; background:none; border:0; border-radius:0; box-shadow:none; color:#fff; font-size:12px; font-weight:400; }
.home-page .home-explore { display:flex; align-items:center; gap:14px; margin-top:48px; color:#fff; font-size:12px; text-shadow:0 1px 6px #123a46; }
.home-page .home-explore:hover { text-decoration:underline; text-underline-offset:4px; }
.home-page .home-destinations { padding:82px 0 0; background:#fff; }
.home-page .home-section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:32px; margin-bottom:30px; }
.home-page .home-kicker { margin:0 0 12px; color:#247e6a; font-size:10px; font-weight:700; letter-spacing:.14em; }
.home-page main h2 { color:#163d4b; font-size:clamp(27px,3vw,38px); font-weight:600; letter-spacing:-.035em; line-height:1.18; }
.home-page .home-section-heading h2 { margin:0; }
.home-page .home-section-heading > p { max-width:340px; margin:0; color:#6b808a; font-size:14px; line-height:1.7; }
.home-page .home-destination-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.home-page .home-destination { position:relative; min-height:365px; overflow:hidden; border-radius:18px; color:#fff; }
.home-page .home-destination img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; transition:transform .4s; }
.home-page .home-destination::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 20%,#12394a30 42%,#0b2f46dd 100%); }
.home-page .home-destination:hover img { transform:scale(1.025); }
.home-page .home-destination-copy { position:relative; z-index:1; display:flex; flex-direction:column; justify-content:flex-end; min-height:365px; padding:30px; }
.home-page .home-destination-copy > span:first-child { font-size:10px; letter-spacing:.14em; font-weight:600; }
.home-page .home-destination h3 { color:#fff; margin:9px 0; font-size:36px; font-weight:550; }
.home-page .home-destination p { margin:0; color:#fff; opacity:.95; font-size:14px; }
.home-page .home-destination-link { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top:25px; padding-top:16px; border-top:1px solid #ffffff60; font-size:12px; }
.home-page .home-destination-link b { font-size:23px; font-weight:400; line-height:1; }
.home-page .home-extras { display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:16px; padding:28px 0; border-bottom:1px solid #e3ebeb; }
.home-page .home-extras h3 { margin:0 0 5px; font-size:19px; font-weight:600; color:#193f4e; }
.home-page .home-extras p { margin:0; font-size:13px; color:#6b808a; }
.home-page .home-extras > a { display:flex; gap:28px; align-items:center; justify-content:space-between; border:1px solid #d5e6e2; border-radius:10px; padding:14px 18px; color:#206b5b; font-size:13px; font-weight:600; }
.home-page .home-extras > a:hover { background:#f0f7f4; }
.home-page .home-how { padding:76px 0; }
.home-page .home-steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:40px; padding:0; margin:32px 0 0; list-style:none; }
.home-page .home-steps li { border-top:1px solid #dce9e5; padding-top:20px; }
.home-page .home-steps li > span { color:#429982; font-size:13px; font-weight:600; }
.home-page .home-steps h3 { font-size:18px; font-weight:600; color:#193f4e; margin:14px 0 10px; }
.home-page .home-steps p { margin:0; font-size:13px; line-height:1.8; color:#6b808a; }
.home-page .home-faq { padding:64px 0 76px; background:#f5f8f6; }
.home-page .home-faq-layout { display:grid; grid-template-columns:.9fr 1.2fr; gap:90px; }
.home-page .home-faq h2 { max-width:310px; margin:0 0 16px; }
.home-page .home-faq-layout > div > p:not(.home-kicker) { font-size:14px; color:#6b808a; }
.home-page .home-help { display:inline-flex; align-items:center; gap:15px; margin-top:18px; color:#176e59; font-size:13px; font-weight:600; border-bottom:1px solid #8fb7a7; padding-bottom:5px; }
.home-page .home-faq-list details { border-bottom:1px solid #dce6e2; }
.home-page .home-faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:22px 0; font-size:15px; font-weight:500; color:#193f4e; cursor:pointer; list-style:none; }
.home-page .home-faq-list summary::-webkit-details-marker { display:none; }
.home-page .home-faq-list summary::after { content:'+'; font-size:24px; font-weight:300; color:#448574; }
.home-page .home-faq-list details[open] summary::after { content:'−'; }
.home-page .home-faq-list details p { padding:0 22px 22px 0; margin:0; font-size:13px; line-height:1.8; color:#637d85; }
.home-page :is(.home-explore,.home-destination,.home-extras > a,.home-help,.home-faq-list summary):focus-visible { outline:3px solid #247bb0; outline-offset:5px; }
@media (max-width:1050px) {
 .home-page .home-hero .search { grid-template-columns:1fr 1.8fr 1fr; }
 .home-page .home-hero .btn-search { grid-column:1/-1; margin:14px 4px 0; min-height:48px; }
 .home-page .home-hero { min-height:720px; }
 .home-page .home-hero > .container { padding-top:48px; }
 .home-page .home-faq-layout { gap:42px; }
}
@media (max-width:650px) {
 .home-page .home-hero { min-height:0; }
 .home-page .home-hero > .container { padding:42px 20px 26px; }
 .home-page .home-hero-photo { object-position:56% center; }
 .home-page .home-hero .hero-content { margin-bottom:25px; }
 .home-page .home-hero .hero-title { font-size:38px; line-height:1.12; letter-spacing:-.04em; margin-bottom:16px; }
 .home-page .hero-eyebrow { font-size:9px; letter-spacing:.11em; margin-bottom:14px; }
 .home-page .home-hero .hero-subtitle { font-size:14px; max-width:28ch; }
 .home-page .home-hero .search { grid-template-columns:1fr 1fr; border-radius:17px; padding:16px 14px 12px; }
 .home-page .home-destination-field { grid-column:1/-1; padding:0 0 10px; border-bottom:1px solid #e3ebed; }
 .home-page .home-stay-fields { grid-column:1/-1; border:0; border-bottom:1px solid #e3ebed; padding:12px 0; }
 .home-page .home-stay-fields .booking-date-field { padding:0; }
 .home-page .home-stay-fields .booking-date-field:first-child { padding-right:12px; }
 .home-page .home-stay-fields .booking-date-field:nth-child(2) { padding-left:12px; border-left:1px solid #e3ebed; }
 .home-page .home-hero .search-guests { grid-column:1/-1; padding:12px 0 0; gap:24px; }
 .home-page .home-hero .btn-search { margin:10px 0 0; }
 .home-page .home-search-meta { padding:10px 0 0; }
 .home-page #homeGuestTotal,.home-page #searchHint { font-size:10px; }
 .home-page .home-hero .trust-chips { gap:6px 15px; margin-top:16px; }
 .home-page .home-hero .trust-chip { font-size:10px; }
 .home-page .home-explore { margin-top:28px; font-size:11px; }
 .home-page .home-destinations { padding-top:48px; }
 .home-page .home-section-heading { display:block; margin-bottom:24px; }
 .home-page .home-section-heading > p { margin-top:16px; max-width:none; }
 .home-page .home-destination-grid { grid-template-columns:1fr; gap:18px; }
 .home-page .home-destination,.home-page .home-destination-copy { min-height:330px; }
 .home-page .home-destination-copy { padding:24px; }
 .home-page .home-destination h3 { font-size:32px; }
 .home-page .home-extras { grid-template-columns:1fr 1fr; padding:24px 0; gap:12px; }
 .home-page .home-extras > div { grid-column:1/-1; margin-bottom:6px; }
 .home-page .home-extras > a { padding:12px; font-size:12px; gap:10px; }
 .home-page .home-how { padding:50px 0; }
 .home-page .home-steps { grid-template-columns:1fr; gap:22px; margin-top:24px; }
 .home-page .home-steps li { padding-top:14px; }
 .home-page .home-steps h3 { margin:8px 0; }
 .home-page .home-faq { padding:44px 0; }
 .home-page .home-faq-layout { grid-template-columns:1fr; gap:24px; }
 .home-page .home-faq h2 { max-width:none; }
}
@media (prefers-reduced-motion:reduce) { .home-page .home-destination img { transition:none; } }
