/* VOF public discovery. Shared supplier/results/payment styles remain scoped separately. */
.vof-discovery, .vof-journey-shell { --vof-ink:#173d40; --vof-muted:#536a6c; --vof-teal:#14635f; --vof-paper:#faf8f2; --vof-line:#d9e2de; --vof-gold:#b77c32; }
.vof-journey-shell { background:#faf8f2; }
.vof-journey-shell .main-nav { position:relative; background:#faf8f2; border-bottom:1px solid #d9e2de; }
.vof-journey-shell .main-nav .navBg { display:none; }
.vof-journey-shell .main-nav .heading h2 { display:none; }
.vof-journey-shell .main-nav .nav-container { max-width:1280px; }
.vof-journey-shell .main-nav a { color:#173d40; }
.vof-journey-shell .exit-pop-up { display:none; }
.vof-discovery { max-width:1280px; margin:0 auto; padding:0 48px 64px; color:var(--vof-ink); font:18px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; text-align:left; letter-spacing:normal; }
.vof-discovery *, .vof-consent * { box-sizing:border-box; }
.vof-discovery h1,.vof-discovery h2,.vof-discovery h3,.vof-discovery p { color:inherit; text-transform:none; letter-spacing:normal; }
.vof-discovery h1 { font:500 clamp(38px,5.4vw,70px)/1.08 Georgia,"Times New Roman",serif; margin:12px 0 24px; }
.vof-discovery h2 { font:500 clamp(28px,3.4vw,42px)/1.18 Georgia,"Times New Roman",serif; margin:0 0 20px; }
.vof-discovery h3 { font:650 21px/1.3 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; margin:16px 0 10px; }
.vof-discovery p { margin:0 0 20px; }
.vof-discovery a { color:var(--vof-teal); text-decoration:underline; text-underline-offset:4px; }
.vof-discovery a:hover { color:#0b4541; }
.vof-discovery button,.vof-discovery input,.vof-discovery select { font:inherit; }
.vof-discovery button { cursor:pointer; }
.vof-discovery :focus-visible,.vof-consent :focus-visible,.vof-trip-nav:focus-visible { outline:3px solid #956423; outline-offset:4px; }
.vof-discovery [hidden], .vof-consent [hidden] { display:none !important; }
.vof-sr-only { position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.vof-discovery .vof-eyebrow { font:650 12px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; letter-spacing:2.4px; text-transform:uppercase; color:var(--vof-teal); margin-bottom:14px; }
.vof-entry { padding:62px 0 32px; min-height:min(820px,calc(100svh - 100px)); }
.vof-entry-intro { text-align:center; }
.vof-entry-description { color:var(--vof-muted) !important; max-width:660px; margin:0 auto 24px !important; }
.vof-trip-form { max-width:960px; margin:0 auto; }
.vof-trip-form fieldset { min-width:0; margin:0; padding:0; border:0; }
.vof-trip-form legend { float:none; width:100%; font:500 clamp(36px,5.2vw,64px)/1.12 Georgia,"Times New Roman",serif; color:var(--vof-ink); border:0; margin:0 0 14px; padding:0; }
.vof-entry .vof-trip-form legend,.vof-entry .vof-trip-form fieldset>p { text-align:center; }
.vof-trip-form fieldset>p { color:var(--vof-muted); }
.vof-step-status { color:var(--vof-muted); font-size:14px; min-height:22px; margin:0 0 14px; }
.vof-entry .vof-step-status { text-align:center; }
.vof-destination-choices { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin:26px 0; }
.vof-discovery .vof-destination-choice { border:0; padding:0; display:block; text-align:left; background:#173d40; border-radius:14px; position:relative; overflow:hidden; aspect-ratio:1.2; min-height:180px; color:white; box-shadow:0 5px 20px #173d4010; }
.vof-destination-choice::after { content:""; position:absolute; inset:30% 0 0; background:linear-gradient(transparent,#082b36cf); pointer-events:none; }
.vof-destination-choice img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; transition:transform .25s ease; }
.vof-destination-choice:hover img { transform:scale(1.035); }
.vof-destination-choice>span { position:absolute; z-index:1; left:22px; bottom:22px; }
.vof-destination-choice strong { display:block; font:500 clamp(25px,3vw,34px)/1.12 Georgia,serif; }
.vof-destination-choice small { font-size:14px; display:block; margin-top:7px; }
.vof-destination-choice .vof-choice-arrow { left:auto; right:20px; font-size:24px; }
.vof-field-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.vof-guest-fields { grid-template-columns:repeat(3,minmax(0,1fr)); }
.vof-discovery .vof-field { display:flex; flex-direction:column; gap:9px; margin:0 0 22px; font-weight:600; line-height:1.4; color:var(--vof-ink); min-width:0; }
.vof-field input,.vof-field select { display:block; width:100%; min-width:0; height:auto; min-height:56px; background:#fff; border:1px solid #9dafad; border-radius:8px; color:var(--vof-ink); padding:14px 16px; box-shadow:none; font-weight:400; }
.vof-field input[type=date] { -webkit-appearance:none; }
.vof-destination-select { max-width:480px; margin:0 auto 24px !important; font-size:16px; }
.vof-discovery .vof-field-note,.vof-discovery .vof-form-footnote { color:var(--vof-muted); font-size:15px; line-height:1.6; }
.vof-form-actions { display:flex; gap:18px; justify-content:space-between; align-items:center; margin-top:22px; }
.vof-form-actions .vof-primary { margin-left:auto; }
.vof-form-footnote { margin:18px 0 0 !important; text-align:center; }
.vof-discovery .vof-primary,.vof-discovery .vof-secondary { min-height:52px; padding:15px 24px; border:1px solid var(--vof-teal); border-radius:7px; background:var(--vof-teal); color:#fff; font:600 17px/1.35 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; display:inline-flex; align-items:center; justify-content:center; gap:24px; text-decoration:none; text-align:center; white-space:normal; }
.vof-discovery .vof-primary:hover { background:#104f4c; color:#fff; }
.vof-discovery .vof-secondary { background:transparent; color:var(--vof-teal); }
.vof-discovery button:disabled { cursor:wait; opacity:.65; }
.vof-discovery .vof-text-button { background:none; border:0; padding:12px 4px; min-height:48px; color:var(--vof-teal); text-decoration:underline; text-underline-offset:4px; font-size:16px; }
.vof-form-error { background:#fff1eb; border-left:4px solid #a34423; color:#753019 !important; padding:16px; border-radius:4px; margin:16px 0; }
.vof-entry-trust { display:flex; gap:36px; justify-content:center; border-top:1px solid var(--vof-line); padding-top:24px; margin-top:40px; font-size:14px; color:var(--vof-muted); }
.vof-entry-trust span::before { content:"✓"; color:var(--vof-teal); margin-right:9px; }
.vof-how { border-top:1px solid var(--vof-line); padding:70px 0 64px; margin-top:36px; }
.vof-section-heading { max-width:660px; }
.vof-three-columns { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:40px; margin-top:40px; }
.vof-three-columns p { font-size:16px; color:var(--vof-muted); }
.vof-step-number { display:block; font:500 36px/1 Georgia,serif; color:var(--vof-gold); margin-bottom:28px; }
.vof-help-strip { background:#e8eeea; border-radius:14px; padding:36px; display:flex; align-items:center; gap:48px; }
.vof-help-strip>div { flex:1; }
.vof-help-strip h2 { font-size:30px; }
.vof-help-strip p { font-size:16px; margin-bottom:0; }
.vof-destination-links,.vof-faq { padding-top:64px; }
.vof-destination-links nav { display:flex; gap:12px; flex-wrap:wrap; }
.vof-destination-links a { padding:12px 18px; border:1px solid var(--vof-line); border-radius:8px; display:flex; gap:16px; align-items:center; text-decoration:none; }
.vof-destination-links small { display:block; font-size:12px; }
.vof-faq details { border-bottom:1px solid var(--vof-line); padding:18px 0; }
.vof-faq summary,.vof-edit-trip>summary { cursor:pointer; min-height:44px; padding:10px 0; font-weight:600; }
.vof-faq details p { color:var(--vof-muted); margin:12px 0 16px; }
.vof-faq>a { display:inline-block; padding:20px 0; }
.vof-page-intro { padding:64px 0 40px; max-width:860px; }
.vof-page-intro>p { color:var(--vof-muted); }
.vof-destination-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.vof-discovery .vof-place-card { background:white; border:1px solid var(--vof-line); border-radius:14px; text-decoration:none; overflow:hidden; color:var(--vof-ink); }
.vof-place-card img { display:block; width:100%; aspect-ratio:1.4; height:auto; object-fit:cover; }
.vof-place-card>div { padding:22px; }
.vof-place-card h2 { font-size:30px; margin:8px 0 16px; }
.vof-place-card h2 span { float:right; font-size:24px; }
.vof-place-card small { color:var(--vof-muted); }
.vof-place-card p { font-size:16px; margin:0; }
.vof-breadcrumb { display:flex; flex-wrap:wrap; gap:12px; padding:28px 0; font-size:14px; }
.vof-place-hero { display:grid; grid-template-columns:1fr 1.05fr; gap:48px; align-items:center; padding:10px 0 40px; }
.vof-place-hero>img { width:100%; height:490px; object-fit:cover; border-radius:16px; }
.vof-place-hero h1 { font-size:clamp(38px,4.8vw,62px); }
.vof-place-description,.vof-package-columns { display:grid; grid-template-columns:1.2fr 1fr; gap:64px; padding:40px 0; }
.vof-place-description li { padding:4px 0; }
.vof-planner-panel { padding:38px; border:1px solid var(--vof-line); background:white; border-radius:16px; margin:24px 0; }
.vof-package-inclusions article { border-top:1px solid var(--vof-line); padding-top:12px; }
.vof-offer-disclosure { padding:28px; background:#e8eeea; border-radius:12px; font-size:16px; align-self:start; }
.vof-offer-disclosure h2 { font-size:28px; }
.vof-offer-disclosure h3 { font-size:17px; }
.vof-package-terms { border-top:1px solid var(--vof-line); padding-top:40px; overflow-wrap:anywhere; }
.vof-trip-tips { font-size:16px; }
.vof-offers { padding:28px 0 40px; }
.vof-offers>p { color:var(--vof-muted); max-width:840px; }
.vof-offer-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; margin-top:28px; }
.vof-offer-card { padding:30px; background:#fff; border:1px solid var(--vof-line); border-radius:14px; display:flex; flex-direction:column; }
.vof-offer-card>h3 { font:500 32px/1.18 Georgia,serif; margin-top:12px; }
.vof-discovery .vof-offer-badge { align-self:flex-start; background:#e8eeea; border-radius:4px; padding:6px 10px; font-size:14px; color:var(--vof-teal); font-weight:650; margin:0; }
.vof-offer-card ul { padding-left:22px; font-size:16px; }
.vof-visit-note { background:#faf5e9; padding:18px; border-radius:6px; font-size:16px; margin:10px 0 20px; }
.vof-visit-note p { margin:8px 0 0; }
.vof-offer-card .vof-offer-details { padding:12px 0 22px; margin-top:auto; }
.vof-standard-note { font-size:16px; color:var(--vof-teal) !important; }
.vof-edit-trip { border-top:1px solid var(--vof-line); padding:20px 0; }
.vof-edit-trip[open] .vof-trip-form { padding:30px 0; }
.vof-empty { padding:28px; background:#fff; border:1px solid var(--vof-line); border-radius:12px; }
.vof-empty .vof-secondary { margin:12px 12px 12px 0; }
.vof-trip-nav { display:inline-flex; gap:7px; min-height:44px; align-items:center; padding:10px 12px; }
.vof-trip-nav [data-trip-count] { background:#14635f; color:#fff; border-radius:50%; min-width:22px; text-align:center; font-size:12px; }
.vof-consent { font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; background:#f4f7f5; color:#173d40; border:1px solid #c2d2ca; border-radius:8px; padding:20px; margin:22px 0; text-align:left; }
.vof-consent label { display:flex; gap:12px; cursor:pointer; font-size:16px; line-height:1.6; }
.vof-consent input[type=checkbox] { appearance:auto; flex:none; width:22px; height:22px; margin-top:3px; }
.vof-consent a { color:#14635f; text-decoration:underline; }
.vof-consent h3 { color:#173d40; font-size:19px; }
.vof-consent details { margin:16px 0; }
.vof-consent summary { cursor:pointer; min-height:44px; }
@media(max-width:900px) {
  .vof-discovery { padding:0 28px 48px; }
  .vof-entry { padding-top:44px; }
  .vof-three-columns { gap:24px; }
  .vof-place-hero { gap:28px; }
  .vof-place-hero>img { height:380px; }
  .vof-place-description,.vof-package-columns { gap:32px; }
  .vof-destination-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .vof-help-strip { display:block; }
  .vof-help-strip>a { margin-top:24px; }
}
@media(max-width:600px) {
  .vof-discovery { padding:0 20px 40px; }
  .vof-entry { padding-top:28px; min-height:0; }
  .vof-entry-description { font-size:16px; }
  .vof-entry-intro { text-align:left; }
  .vof-entry .vof-trip-form legend,.vof-entry .vof-trip-form fieldset>p,.vof-entry .vof-step-status { text-align:left; }
  .vof-destination-choices { grid-template-columns:1fr; gap:12px; margin:22px 0; }
  .vof-discovery .vof-destination-choice { aspect-ratio:auto; height:112px; min-height:112px; }
  .vof-destination-choice>span { bottom:20px; left:20px; }
  .vof-destination-choice::after { inset:0; background:linear-gradient(90deg,#082b36b8,transparent); }
  .vof-destination-choice img { object-position:center 46%; }
  .vof-destination-choice strong { font-size:29px; }
  .vof-field-row { grid-template-columns:1fr; gap:0; }
  .vof-guest-fields { grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
  .vof-guest-fields .vof-field { font-size:14px; }
  .vof-guest-fields input { padding:13px 10px; font-size:18px; }
  .vof-field input,.vof-field select { font-size:17px; }
  .vof-form-actions { flex-wrap:wrap; gap:12px; }
  .vof-form-actions .vof-primary { flex:1; padding:15px; gap:14px; }
  .vof-entry-trust { flex-wrap:wrap; justify-content:flex-start; gap:10px 18px; font-size:13px; margin-top:28px; padding-top:20px; }
  .vof-how { padding:44px 0 20px; margin-top:28px; }
  .vof-three-columns { grid-template-columns:1fr; gap:20px; margin-top:28px; }
  .vof-step-number { margin-bottom:12px; }
  .vof-help-strip { padding:26px 22px; }
  .vof-destination-links,.vof-faq { padding-top:42px; }
  .vof-destination-links nav { flex-direction:column; }
  .vof-destination-links a { justify-content:space-between; }
  .vof-page-intro { padding:38px 0 24px; }
  .vof-destination-grid { grid-template-columns:1fr; }
  .vof-place-hero,.vof-place-description,.vof-package-columns { grid-template-columns:1fr; gap:26px; }
  .vof-place-hero { padding-bottom:10px; }
  .vof-place-hero>img { height:260px; }
  .vof-place-description,.vof-package-columns { padding:28px 0; }
  .vof-planner-panel { padding:24px 18px; margin-left:-8px; margin-right:-8px; }
  .vof-offer-grid { grid-template-columns:1fr; gap:18px; }
  .vof-offer-card { padding:24px 20px; }
  .vof-offer-disclosure { padding:24px 20px; }
}
@media(prefers-reduced-motion:reduce) { .vof-discovery *, .vof-discovery *::before, .vof-discovery *::after { transition:none !important; animation:none !important; scroll-behavior:auto !important; } }
