/* Homepage styles follow the shared journey stylesheet. */
.vof-discovery.vof-home { max-width:none; padding:0 24px 64px; }
.vof-home-hero { max-width:1440px; margin:24px auto 0; position:relative; isolation:isolate; display:grid; grid-template-columns:minmax(0,1.2fr) minmax(0,1fr); align-items:center; gap:56px; padding:64px; min-height:650px; color:#fff; border-radius:24px; background:#123c40; }
.vof-home-hero__scene { position:absolute; z-index:-1; inset:0; overflow:hidden; border-radius:inherit; }
.vof-home-hero__scene img { width:100%; height:100%; display:block; object-fit:cover; object-position:50% 60%; }
.vof-home-hero__scene::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,29,34,.86),rgba(5,29,34,.43) 52%,rgba(5,29,34,.12)),linear-gradient(0deg,rgba(5,29,34,.55),transparent 45%); }
.vof-home-hero__story { min-width:0; padding:12px 0; }
.vof-home .vof-home-kicker { font-size:12px; font-weight:650; letter-spacing:2.2px; text-transform:uppercase; color:#fff; margin:0 0 26px; }
.vof-home .vof-home-hero h1 { color:#fff; font-size:clamp(42px,4.8vw,72px); line-height:1.06; letter-spacing:-1.8px; margin:0 0 26px; }
.vof-home-hero h1 em { color:#f6dcb0; font:inherit; font-style:italic; }
.vof-home .vof-home-hero__description { color:#fff; font-size:18px; line-height:1.65; max-width:470px; margin:0 0 28px; }
.vof-home .vof-home-hero__explore { display:inline-flex; min-height:44px; align-items:center; gap:24px; color:white; font-size:15px; text-decoration-color:#ffffff80; text-underline-offset:7px; }
.vof-home .vof-home-hero__explore:hover { color:#f6dcb0; }
.vof-home .vof-home-hero__caption { color:#f9eee0; font-size:12px; letter-spacing:.4px; margin:48px 0 0; display:flex; align-items:center; gap:10px; }
.vof-home-hero :focus-visible { outline-color:#f3c978; }
.vof-home-search { min-width:0; position:relative; padding:32px; background:#fffefa; color:var(--vof-ink); border:1px solid #ffffff80; border-radius:16px; box-shadow:0 22px 60px #071c3233; scroll-margin-top:24px; }
.vof-home-search :focus-visible { outline-color:var(--vof-teal); }
.vof-home .vof-home-search__eyebrow { font-size:11px; line-height:1.5; font-weight:650; text-transform:uppercase; letter-spacing:1.7px; color:var(--vof-teal); margin:0 0 16px; }
.vof-home-search .vof-step-status { text-align:left; font-size:12px; margin:0 0 8px; min-height:0; }
.vof-home-search .vof-step-status:empty { display:none; }
.vof-home-search .vof-trip-form legend { font-size:clamp(30px,3vw,42px); line-height:1.12; margin:0 0 24px; text-align:left; }
.vof-home-search .vof-destination-select { max-width:none; width:100%; margin:0 0 14px !important; }
.vof-home-search .vof-field { font-size:14px; margin-bottom:18px; gap:8px; }
.vof-home-search .vof-field input,.vof-home-search .vof-field select { font-size:16px; min-height:54px; padding:13px 12px; }
.vof-home-search .vof-field-row { grid-template-columns:minmax(0,1fr); gap:0; }
.vof-home-search .vof-guest-fields { grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.vof-home-search .vof-guest-fields input { padding:12px 10px; }
.vof-home-shortcuts { display:none; flex-wrap:wrap; gap:8px; margin:0 0 4px; }
.vof-trip-form[data-ready] .vof-home-shortcuts { display:flex; }
.vof-home .vof-home-shortcut { border:1px solid #d8e4de; background:#edf3ef; color:#234b48; border-radius:6px; min-height:44px; padding:10px 12px; font-size:13px; font-weight:500; line-height:1.4; }
.vof-home .vof-home-shortcut:hover { background:#dcebe3; border-color:#95b6a9; }
.vof-home-search .vof-form-actions { margin-top:22px; gap:14px; }
.vof-home-search .vof-form-actions .vof-primary { flex:1; gap:12px; padding:15px; }
.vof-home-search .vof-form-actions .vof-text-button { flex:none; font-size:14px; }
.vof-home-search .vof-field-note { font-size:13px; line-height:1.5; margin:0 0 12px; }
.vof-home-search .vof-field-note:empty { display:none; }
.vof-home .vof-home-search__destination { margin:-10px 0 22px; font-size:14px; }
.vof-home .vof-home-search__help { border-top:1px solid var(--vof-line); padding-top:18px; margin:24px 0 0; font-size:12px; line-height:1.8; color:var(--vof-muted); }
.vof-home-search__help a { white-space:normal; }
.vof-home-search .vof-calendar { width:100%; min-width:0; max-width:340px; box-sizing:border-box; }
.vof-home-search .vof-calendar-week,.vof-home-search .vof-calendar-days { gap:0; }
.vof-home-search .vof-calendar-days>button { min-width:0; padding:4px 0; }
.vof-home-search .vof-form-error { font-size:14px; overflow-wrap:anywhere; }
.vof-home-search .vof-form-error ul { padding-left:20px; }
.vof-home-search .vof-form-error h2 { font-size:24px; }
.vof-home-content { max-width:1184px; margin:0 auto; }
.vof-home-benefits { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; padding:34px 0; border-bottom:1px solid var(--vof-line); }
.vof-home-benefits>div { display:flex; gap:16px; align-items:flex-start; }
.vof-home-benefits>div>span { padding-top:4px; font:italic 22px/1.2 Georgia,serif; color:#886b42; }
.vof-home .vof-home-benefits p { font-size:13px; line-height:1.6; color:var(--vof-muted); margin:0; }
.vof-home-benefits strong { display:block; font-size:15px; font-weight:650; color:var(--vof-ink); margin-bottom:3px; }
.vof-home-destinations { padding:64px 0; scroll-margin-top:28px; }
.vof-home-section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:32px; margin-bottom:28px; }
.vof-home-section-heading>div { max-width:620px; }
.vof-home-section-heading h2 { margin:0; font-size:clamp(30px,3.2vw,42px); }
.vof-home .vof-home-section-heading .vof-eyebrow,.vof-home .vof-home-extras .vof-eyebrow { font-size:11px; color:var(--vof-teal); margin-bottom:12px; }
.vof-home-section-heading>a { flex:none; display:inline-flex; align-items:center; gap:14px; min-height:44px; font-size:14px; }
.vof-home-destination-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.vof-home .vof-home-destination { min-width:0; display:block; text-decoration:none; color:var(--vof-ink); }
.vof-home-destination__photo { aspect-ratio:4/3; overflow:hidden; border-radius:14px; background:#dce5e0; }
.vof-home-destination__photo img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.vof-home-destination:hover img { transform:scale(1.035); }
.vof-home-destination__title { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:18px 2px 0; }
.vof-home-destination__title small { display:block; font-size:12px; color:var(--vof-muted); }
.vof-home-destination__title h3 { font:500 clamp(25px,2.5vw,32px)/1.2 Georgia,serif; margin:4px 0 0; }
.vof-home-destination__title>span { flex:none; font-size:23px; width:44px; height:44px; border:1px solid #bbcfc5; border-radius:50%; display:grid; place-items:center; color:var(--vof-teal); }
.vof-home-extras { display:flex; align-items:center; gap:64px; justify-content:space-between; border-top:1px solid var(--vof-line); padding:44px 0 0; }
.vof-home-extras>div { max-width:620px; }
.vof-home-extras h2 { font-size:32px; margin-bottom:16px; }
.vof-home .vof-home-extras p:not(.vof-eyebrow) { font-size:16px; color:var(--vof-muted); margin:0; }
.vof-home-extras__actions { display:flex; flex-direction:column; align-items:center; gap:12px; flex:none; }
.vof-home-extras__actions>a:not(.vof-primary) { display:flex; align-items:center; gap:18px; min-height:44px; font-size:14px; }
@media (max-width:1100px) {
  .vof-home-hero { padding:42px 32px; gap:32px; grid-template-columns:minmax(0,1fr) minmax(0,1fr); min-height:600px; }
  .vof-home-search { padding:26px; }
  .vof-home .vof-home-hero h1 { font-size:clamp(42px,5.2vw,58px); }
  .vof-home-benefits { gap:20px; }
}
@media (max-width:800px) {
  .vof-discovery.vof-home { padding:0 20px 44px; }
  .vof-home-hero { display:block; min-height:0; margin-top:20px; padding:34px 24px 24px; }
  .vof-home-hero__scene img { object-position:60% top; }
  .vof-home-hero__scene::after { background:linear-gradient(90deg,#051d22cf,#051d2266),linear-gradient(0deg,#123c40 10%,transparent 85%); }
  .vof-home-hero__story { padding:0 4px 28px; }
  .vof-home .vof-home-hero h1 { font-size:clamp(40px,7vw,56px); letter-spacing:-1px; }
  .vof-home .vof-home-kicker { margin-bottom:18px; font-size:10px; }
  .vof-home .vof-home-hero__description { font-size:16px; max-width:520px; margin-bottom:16px; }
  .vof-home .vof-home-hero__caption { margin:16px 0 0; font-size:11px; }
  .vof-home-search { max-width:560px; margin:0 auto; padding:26px; }
  .vof-home-search .vof-trip-form legend { font-size:34px; }
  .vof-home-benefits { grid-template-columns:1fr; gap:18px; padding:28px 4px; }
  .vof-home-benefits>div { gap:20px; }
  .vof-home-section-heading { display:block; }
  .vof-home-section-heading>a { margin-top:16px; }
  .vof-home-destinations { padding:40px 0; }
  .vof-home-destination-grid { gap:16px; }
  .vof-home-destination__title { padding-top:12px; gap:8px; }
  .vof-home-destination__title h3 { font-size:24px; }
  .vof-home-destination__title>span { width:32px; height:32px; font-size:18px; }
  .vof-home-extras { gap:28px; }
}
@media (max-width:540px) {
  .vof-discovery.vof-home { padding:0 16px 32px; }
  .vof-home-hero { margin:12px -4px 0; border-radius:16px; padding:28px 12px 12px; }
  .vof-home-hero__story { padding:0 12px 24px; }
  .vof-home .vof-home-hero h1 { font-size:36px; margin-bottom:18px; }
  .vof-home .vof-home-hero__description { font-size:15px; line-height:1.6; }
  .vof-home .vof-home-hero__explore,.vof-home .vof-home-hero__caption { display:none; }
  .vof-home-search { padding:22px 18px; border-radius:12px; }
  .vof-home-search .vof-trip-form legend { font-size:32px; margin-bottom:20px; }
  .vof-home-search .vof-home-search__eyebrow { margin-bottom:12px; }
  .vof-home .vof-home-shortcut { padding:8px 10px; font-size:12px; }
  .vof-home-search .vof-calendar { position:relative; top:auto; max-width:none; margin-top:6px; box-shadow:none; padding:8px; }
  .vof-home-search .vof-calendar button { min-height:40px; font-size:14px; }
  .vof-home-search .vof-calendar-heading>button { font-size:24px; }
  .vof-home-destination-grid { grid-template-columns:1fr; gap:28px; }
  .vof-home-destination__photo { aspect-ratio:1.5; }
  .vof-home-destination__title h3 { font-size:29px; }
  .vof-home-destination__title>span { width:44px; height:44px; }
  .vof-home-extras { display:block; padding-top:32px; }
  .vof-home-extras__actions { align-items:stretch; margin-top:24px; }
  .vof-home-extras__actions>a:not(.vof-primary) { justify-content:center; }
}
@media (prefers-reduced-motion:reduce) {
  .vof-home-destination__photo img { transition:none; }
  .vof-home-destination:hover img { transform:none; }
}
