/* ═══════════════════════════════════════════
   AQUAFONTE JOURNEY — page-specific styles
   Loaded only on /pages/journey/*.html, on top
   of main.css. Every selector is prefixed
   .journey- to avoid colliding with main.css's
   generic names (.card, .section, .wrap, ...).
   Reuses main.css's :root tokens (--deep, --gold,
   --sage, --mist, --foam, --moss, --white, --radius)
   and the site's existing .btn/.btn-primary/
   .btn-outline/.btn-sm button system — not
   redefined here.
   ═══════════════════════════════════════════ */

.journey-wrap{ max-width:760px; margin:0 auto; padding:0 24px; }
@media (max-width:640px){ .journey-wrap{ padding:0 20px; } }

.journey-eyebrow{
  font-family:'DM Mono',monospace; font-size:10px; letter-spacing:2.5px; text-transform:uppercase;
  color:var(--gold); display:flex; align-items:center; gap:8px;
}

/* ── TOP BAR ─────────────────────────────── */
.journey-topbar{
  position:sticky; top:0; z-index:40; background:rgba(10,21,32,0.9); backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(142,207,223,0.16); padding:14px 0;
}
.journey-topbar-inner{ display:flex; align-items:center; justify-content:space-between; }
.journey-brand{ display:flex; align-items:center; gap:9px; font-family:'Syne',sans-serif; font-weight:700; font-size:14px; color:var(--white); letter-spacing:0.3px; text-decoration:none; }
.journey-brand .drop{ color:var(--gold); font-size:15px; }

/* ── HERO ────────────────────────────────── */
.journey-hero{
  position:relative; min-height:min(560px, 88vh); display:flex; align-items:flex-end; background-size:cover; background-position:center 62%;
}
.journey-hero-inner{ width:100%; padding:64px 24px 44px; max-width:760px; margin:0 auto; }
.journey-hero .journey-eyebrow{ margin-bottom:16px; }
.journey-hero h1{ font-family:'Cormorant Garamond',serif; font-size:clamp(38px,7vw,58px); font-weight:300; line-height:1.02; margin-bottom:10px; color:var(--white); text-wrap:balance; }
.journey-hero-loc{ font-family:'DM Mono',monospace; font-size:12px; color:var(--mist); letter-spacing:0.5px; margin-bottom:22px; display:flex; align-items:center; gap:7px; }
.journey-hero-loc a{ color:inherit; text-decoration:underline; }
.journey-hero-tag{ font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:300; font-size:20px; color:var(--white); opacity:0.92; max-width:520px; margin-bottom:8px; }
.journey-hero-sub{ font-family:'DM Mono',monospace; font-size:13px; color:rgba(253,252,249,0.62); max-width:480px; margin-bottom:28px; line-height:1.75; }
.journey-hero-ctas{ display:flex; gap:12px; flex-wrap:wrap; }
.journey-hero-ctas .btn{ font-size:11px; padding:15px 26px; }

/* Save button toggled state (shared by hero + topbar save buttons) */
.journey-save.is-saved{ background:rgba(201,168,76,0.16); border-color:var(--gold); color:var(--goldlt); }

/* ── SECTIONS ────────────────────────────── */
.journey-section{ padding:56px 0; border-bottom:1px solid rgba(142,207,223,0.16); }
.journey-section:last-of-type{ border-bottom:none; }
.journey-section-head{ margin-bottom:30px; }
.journey-section-head .journey-eyebrow{ margin-bottom:10px; }
.journey-section-head h2{ font-family:'Cormorant Garamond',serif; font-size:clamp(24px,4vw,32px); font-weight:300; color:var(--white); text-wrap:balance; }
.journey-section-head p{ font-family:'DM Mono',monospace; font-size:13.5px; color:rgba(253,252,249,0.6); margin-top:8px; max-width:540px; line-height:1.75; }

/* Quick facts */
.journey-facts-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:rgba(142,207,223,0.16); border:1px solid rgba(142,207,223,0.16); margin-bottom:22px; }
@media (max-width:560px){ .journey-facts-grid{ grid-template-columns:1fr; } .journey-hotel-grid{ grid-template-columns:1fr; } }
.journey-fact{ background:var(--deep); padding:20px; }
.journey-fact-label{ font-family:'DM Mono',monospace; font-size:9.5px; letter-spacing:1.8px; text-transform:uppercase; color:var(--sage); margin-bottom:8px; }
.journey-fact-val{ font-family:'Cormorant Garamond',serif; font-size:21px; color:var(--white); font-weight:400; line-height:1.3; }
.journey-why{ background:rgba(142,207,223,0.045); border-left:2px solid var(--gold); padding:18px 22px; border-radius:0 var(--radius) var(--radius) 0; }
.journey-why .journey-fact-label{ color:var(--gold); margin-bottom:9px; }
.journey-why p{ font-family:'DM Mono',monospace; font-size:13.5px; color:rgba(253,252,249,0.86); line-height:1.75; }

/* Journey builder */
.journey-builder{ background:rgba(142,207,223,0.045); border:1px solid rgba(142,207,223,0.16); padding:28px 26px; }
.journey-builder-row{ margin-bottom:24px; }
.journey-builder-row:last-child{ margin-bottom:0; }
.journey-builder-label{ font-family:'DM Mono',monospace; font-size:9.5px; letter-spacing:1.8px; text-transform:uppercase; color:var(--sage); margin-bottom:12px; display:block; }
.journey-from-input{
  width:100%; background:var(--deep); border:1px solid rgba(142,207,223,0.3); color:var(--white);
  font-family:'DM Mono',monospace; font-size:13.5px; padding:13px 14px; border-radius:var(--radius);
}
.journey-from-input:focus-visible{ outline:2px solid var(--mist); outline-offset:1px; }
.journey-day-picker{ display:flex; gap:8px; }
.journey-day-opt{
  flex:1; background:var(--deep); border:1px solid rgba(142,207,223,0.3); color:rgba(253,252,249,0.6);
  padding:13px 10px; text-align:center; font-family:'DM Mono',monospace; font-size:13px; border-radius:var(--radius);
  transition:all .15s; cursor:pointer;
}
.journey-day-opt:hover{ border-color:var(--mist); color:var(--white); }
.journey-day-opt.active{ background:var(--gold); border-color:var(--gold); color:var(--deep); font-weight:500; }
.journey-interests{ display:flex; flex-wrap:wrap; gap:9px; }
.journey-interest-chip{
  display:flex; align-items:center; gap:8px; background:var(--deep); border:1px solid rgba(142,207,223,0.3);
  padding:10px 15px; border-radius:var(--radius); font-family:'DM Mono',monospace; font-size:12.5px; color:rgba(253,252,249,0.6);
  transition:all .15s; cursor:pointer;
}
.journey-interest-chip:hover{ border-color:var(--mist); }
.journey-interest-chip.checked{ border-color:var(--mist); color:var(--white); background:rgba(142,207,223,0.08); }
.journey-interest-chip.locked{ opacity:0.85; cursor:default; border-color:var(--gold); color:var(--goldlt); background:rgba(201,168,76,0.08); }
.journey-interest-chip .box{
  width:14px; height:14px; border:1.5px solid currentColor; border-radius:2px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center; font-size:10px; line-height:1;
}
.journey-interest-chip.checked .box, .journey-interest-chip.locked .box{ background:currentColor; }
.journey-interest-chip.checked .box::after, .journey-interest-chip.locked .box::after{ content:'✓'; color:var(--deep); font-size:9px; }

/* Itinerary timeline */
.journey-itinerary{ margin-top:32px; display:flex; flex-direction:column; gap:28px; }
.journey-day-card{ position:relative; }
.journey-day-card.is-hidden{ display:none; }
.journey-day-tag{
  font-family:'Syne',sans-serif; font-weight:800; font-size:11px; letter-spacing:2px; color:var(--gold);
  margin-bottom:16px; padding-bottom:10px; border-bottom:1px solid rgba(142,207,223,0.16);
}
.journey-steps{ display:flex; flex-direction:column; }
.journey-step{ display:flex; align-items:flex-start; gap:16px; position:relative; padding-bottom:20px; }
.journey-step.is-hidden{ display:none; }
.journey-step:last-child, .journey-step.is-last{ padding-bottom:0; }
.journey-step-line{ position:absolute; left:13px; top:28px; bottom:0; width:1px; background:rgba(142,207,223,0.3); }
.journey-step:last-child .journey-step-line, .journey-step.is-last .journey-step-line{ display:none; }
.journey-step-icon{
  width:28px; height:28px; border-radius:50%; background:var(--moss); border:1px solid rgba(142,207,223,0.3);
  display:flex; align-items:center; justify-content:center; font-size:13px; flex-shrink:0; z-index:1;
}
.journey-step-body{ padding-top:3px; }
.journey-step-title{ font-family:'DM Mono',monospace; font-size:13.5px; color:var(--white); font-weight:500; margin-bottom:2px; }
.journey-step-note{ font-family:'DM Mono',monospace; font-size:11.5px; color:rgba(253,252,249,0.38); }

/* Getting there */
.journey-route-card{ background:rgba(142,207,223,0.045); border:1px solid rgba(142,207,223,0.16); padding:26px; }
.journey-route-badge{ font-family:'DM Mono',monospace; font-size:9.5px; letter-spacing:1.5px; text-transform:uppercase; color:var(--gold); display:flex; align-items:center; gap:6px; margin-bottom:16px; }
.journey-route-path{ font-family:'Cormorant Garamond',serif; font-size:19px; color:var(--white); margin-bottom:20px; display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.journey-route-path .arr{ color:var(--sage); font-size:15px; }
.journey-route-opts{ display:flex; flex-direction:column; gap:1px; background:rgba(142,207,223,0.16); border:1px solid rgba(142,207,223,0.16); margin-bottom:18px; }
.journey-route-opt{ background:var(--deep); padding:14px 16px; display:flex; align-items:center; gap:12px; font-family:'DM Mono',monospace; font-size:12.5px; color:var(--white); }
.journey-route-opt a{ margin-left:auto; color:var(--mist); text-decoration:none; border-bottom:1px dotted var(--sage); font-size:11px; }
.journey-route-opt a:hover{ color:var(--white); }
.journey-btn-toggle{
  width:100%; justify-content:center; background:transparent; border:1px solid rgba(142,207,223,0.3); color:var(--white);
  font-family:'DM Mono',monospace; font-size:11px; letter-spacing:1.5px; text-transform:uppercase; padding:14px; border-radius:var(--radius);
  transition:all .2s; display:flex; align-items:center; gap:9px; cursor:pointer;
}
.journey-btn-toggle:hover{ border-color:var(--mist); }
.journey-btn-toggle.is-on{ background:rgba(201,168,76,0.14); border-color:var(--gold); color:var(--goldlt); }

/* Stay near */
.journey-stay-note{ font-family:'Cormorant Garamond',serif; font-style:italic; font-size:14px; color:rgba(253,252,249,0.38); margin-bottom:20px; }
.journey-hotel-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.journey-hotel-card{ background:rgba(142,207,223,0.045); border:1px solid rgba(142,207,223,0.16); padding:20px; display:flex; flex-direction:column; gap:10px; }
.journey-hotel-card.pick{ border-color:var(--gold); }
.journey-hotel-pick-tag{ font-family:'DM Mono',monospace; font-size:8.5px; letter-spacing:1.5px; text-transform:uppercase; color:var(--gold); }
.journey-hotel-name{ font-family:'Cormorant Garamond',serif; font-size:19px; color:var(--white); }
.journey-hotel-meta{ display:flex; justify-content:space-between; font-family:'DM Mono',monospace; font-size:11.5px; color:rgba(253,252,249,0.6); font-variant-numeric:tabular-nums; }
.journey-hotel-stars{ color:var(--gold); }
.journey-hotel-avail{
  margin-top:4px; background:transparent; border:1px solid rgba(142,207,223,0.3); color:var(--mist);
  font-family:'DM Mono',monospace; font-size:10.5px; letter-spacing:1px; text-transform:uppercase; padding:10px; border-radius:var(--radius);
  text-align:center; transition:all .2s; cursor:pointer; width:100%;
}
.journey-hotel-avail:hover{ border-color:var(--mist); background:rgba(142,207,223,0.08); }

/* While you're here */
.journey-experience-grid{ display:flex; flex-direction:column; gap:1px; background:rgba(142,207,223,0.16); border:1px solid rgba(142,207,223,0.16); }
.journey-experience-item{ background:var(--deep); padding:16px 18px; display:flex; align-items:center; gap:14px; }
.journey-experience-icon{ font-size:19px; width:26px; text-align:center; flex-shrink:0; }
.journey-experience-body{ flex:1; min-width:0; }
.journey-experience-title{ font-family:'DM Mono',monospace; font-size:13px; color:var(--white); margin-bottom:2px; }
.journey-experience-note{ font-family:'DM Mono',monospace; font-size:11px; color:rgba(253,252,249,0.38); }
.journey-add-btn{
  flex-shrink:0; background:transparent; border:1px solid rgba(142,207,223,0.3); color:var(--mist);
  font-family:'DM Mono',monospace; font-size:10px; letter-spacing:1px; text-transform:uppercase; padding:8px 13px; border-radius:var(--radius);
  transition:all .2s; white-space:nowrap; cursor:pointer;
}
.journey-add-btn:hover{ border-color:var(--mist); }
.journey-add-btn.is-added{ background:var(--gold); border-color:var(--gold); color:var(--deep); }

/* Summary / ticket */
.journey-ticket{ background:var(--moss); border:1px solid rgba(142,207,223,0.3); position:relative; }
.journey-ticket-top{ padding:26px 26px 20px; }
.journey-ticket-title{ font-family:'Syne',sans-serif; font-weight:700; font-size:13px; letter-spacing:1.5px; text-transform:uppercase; color:var(--white); margin-bottom:18px; }
.journey-ticket-rows{ display:flex; flex-direction:column; }
.journey-ticket-row{ display:flex; align-items:center; justify-content:space-between; padding:11px 0; border-bottom:1px solid rgba(142,207,223,0.1); font-family:'DM Mono',monospace; font-size:13px; color:var(--white); }
.journey-ticket-row.is-hidden{ display:none; }
.journey-ticket-row:last-child{ border-bottom:none; }
.journey-ticket-row-l{ display:flex; align-items:center; gap:10px; }
.journey-ticket-check{ color:var(--mist); font-size:13px; }
.journey-ticket-empty{ font-family:'DM Mono',monospace; font-size:12px; color:rgba(253,252,249,0.38); padding:11px 0; }
.journey-ticket-empty.is-hidden{ display:none; }
.journey-ticket-perf{ border-top:2px dashed rgba(142,207,223,0.3); position:relative; }
.journey-ticket-perf::before, .journey-ticket-perf::after{ content:''; position:absolute; top:-9px; width:18px; height:18px; background:var(--deep); border-radius:50%; }
.journey-ticket-perf::before{ left:-9px; }
.journey-ticket-perf::after{ right:-9px; }
.journey-ticket-bottom{ padding:22px 26px 26px; }
.journey-cost-row{ display:flex; align-items:baseline; justify-content:space-between; margin-bottom:20px; flex-wrap:wrap; gap:6px; }
.journey-cost-label{ font-family:'DM Mono',monospace; font-size:11px; letter-spacing:1px; text-transform:uppercase; color:rgba(253,252,249,0.6); }
.journey-cost-val{ font-family:'Cormorant Garamond',serif; font-size:15px; color:rgba(253,252,249,0.38); font-style:italic; }
.journey-ticket-ctas{ display:flex; gap:10px; flex-wrap:wrap; }
.journey-ticket-ctas .btn{ flex:1; justify-content:center; min-width:160px; }

/* Toast */
.journey-toast{
  position:fixed; bottom:24px; left:50%; transform:translateX(-50%) translateY(20px); opacity:0;
  background:var(--white); color:var(--deep); font-family:'DM Mono',monospace; font-size:12px;
  padding:14px 22px; border-radius:var(--radius); box-shadow:0 8px 30px rgba(0,0,0,0.4); z-index:100;
  transition:all .3s; pointer-events:none; max-width:calc(100% - 48px); text-align:center;
}
.journey-toast.is-shown{ opacity:1; transform:translateX(-50%) translateY(0); }

.journey-attribution{ font-family:'DM Mono',monospace; position:absolute; bottom:6px; right:10px; font-size:9px; color:rgba(255,255,255,0.55); text-shadow:0 1px 2px rgba(0,0,0,0.6); z-index:2; }

@media (prefers-reduced-motion: reduce){ .journey-toast, .journey-btn-toggle, .journey-add-btn, .journey-day-opt, .journey-interest-chip{ transition:none !important; } }
