/* You Are Here Transportal — Horizon Postcard
   Static rebuild of the React design: Sunset Coral wayfinding, Night Tide contrast,
   tactile postcard edges, gentle map routes. Hand-authored CSS (no framework). */

:root {
  --ink: #0b2638;
  --coral: #f1604d;
  --cream: #fbf6ea;
  --paper: #fffdf8;
  --sea: #e8f1eb;
  --gold: #f4c24d;
  --teal: #82c5c0;
  --muted: #53636a;
  --slate: #294656;
  --display: "DM Serif Display", Georgia, serif;
  --body: "Manrope", system-ui, -apple-system, Segoe UI, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img, video, svg { display: block; max-width: 100%; }
.font-display { font-family: var(--display); font-weight: 400; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.shell { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* ---------- Decorative bits ---------- */
.paper-grain {
  pointer-events: none; position: absolute; inset: 0; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
.route-line { fill: none; }
.route-line .route-dash { stroke-dasharray: 7 12; stroke-linecap: round; }

/* ---------- Header ---------- */
.site-header {
  position: relative; z-index: 40;
  background: rgba(251, 246, 234, .95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(11, 38, 56, .1);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  height: 96px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 80px; height: 80px; object-fit: contain; transition: transform .2s ease; }
.brand:hover .brand-mark { transform: rotate(-3deg) scale(1.05); }
.brand-name {
  white-space: nowrap; font-size: .78rem; font-weight: 800; text-transform: uppercase;
  line-height: .95; letter-spacing: -.035em;
}
.brand-name b { color: var(--coral); font-weight: 800; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
.desktop-nav a { transition: color .16s ease; }
.desktop-nav a:hover { color: var(--coral); }
.subscribe-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--coral); color: #fff9ee; border-radius: 999px;
  padding: 12px 20px; font-size: 14px; font-weight: 800;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform .16s ease, box-shadow .16s ease;
}
.subscribe-cta:hover { transform: translateY(-2px); box-shadow: 5px 5px 0 var(--ink); }
.subscribe-cta:active { transform: scale(.97); }
.menu-button {
  display: none; place-items: center; width: 44px; height: 44px;
  border: 1px solid rgba(11, 38, 56, .15); border-radius: 50%; background: #fff;
}
.mobile-menu { display: none; }
.icon { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.icon-sm { width: 14px; height: 14px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: #dcebe5; border-bottom: 1px solid rgba(11, 38, 56, .1);
  padding: 40px 0 96px;
}
.hero .paper-grain { opacity: .3; }
.sun-disc {
  position: absolute; right: 8%; top: 32px; width: 128px; height: 128px;
  border-radius: 50%; background: rgba(244, 194, 77, .7); filter: blur(1px);
}
.hero-route {
  position: absolute; right: -28px; top: 48px; width: 280px;
  transform: rotate(15deg); color: rgba(11, 38, 56, .7);
}
.hero-grid {
  position: relative; display: grid; grid-template-columns: .92fr 1.08fr;
  gap: clamp(36px, 5vw, 56px); align-items: center;
}
.hero-copy { padding: 42px 0 20px; }
.eyebrow {
  display: flex; align-items: center; gap: 11px; margin: 0 0 18px;
  font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase;
  color: rgba(11, 38, 56, .7);
}
.eyebrow .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(241, 96, 77, .15); }
.eyebrow.coral { color: var(--coral); }
.hero h1 {
  max-width: 620px; margin: 0; font-family: var(--display); font-weight: 400;
  font-size: clamp(53px, 7vw, 112px); line-height: .86; letter-spacing: -.06em;
}
.hero h1 em { font-style: italic; color: var(--coral); }
.hero-lede {
  max-width: 550px; margin: 28px 0 0; font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 500; line-height: 1.6; color: var(--slate);
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 32px; }
.watch-button {
  display: inline-flex; align-items: center; gap: 12px; padding: 14px 24px;
  border-radius: 999px; background: var(--ink); color: #fff9ee;
  font-size: 14px; font-weight: 800; transition: transform .16s ease, background .16s ease;
}
.watch-button:hover { transform: translateY(-2px); background: #163d52; }
.watch-button:active { transform: scale(.97); }
.play-dot { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--coral); }
.play-dot svg { width: 14px; height: 14px; margin-left: 2px; fill: #fff9ee; }
.hero-actions .note { font-size: 14px; font-weight: 700; color: var(--slate); }

.hero-visual { position: relative; min-height: 640px; }
.hero-frame {
  position: absolute; inset: 0; overflow: hidden;
  border: 2px solid var(--ink); border-radius: 2.3rem; background: var(--ink);
  box-shadow: 10px 10px 0 var(--coral);
}
.hero-frame img, .hero-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-frame video { position: relative; }
.hero-water-motion {
  position: absolute; inset: 42% -12% -18%; pointer-events: none;
  background: repeating-linear-gradient(172deg, transparent 0 11px, rgba(255, 255, 255, .18) 13px 15px, transparent 18px 29px);
  mix-blend-mode: screen; opacity: .42;
}
.hero-frame .shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11, 38, 56, .55), transparent 55%); }
.hero-caption {
  position: absolute; left: 28px; right: 28px; bottom: 26px;
  display: flex; align-items: flex-end; justify-content: space-between; color: #fff9ee;
}
.hero-caption p { max-width: 185px; margin: 0; font-size: 11px; font-weight: 800; line-height: 1.45; letter-spacing: .15em; text-transform: uppercase; }
.compass { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #fff9ee; color: var(--coral); box-shadow: 0 6px 16px rgba(11, 38, 56, .3); }
.compass svg { width: 24px; height: 24px; }
.arrival-card {
  position: absolute; left: -32px; bottom: -28px; width: 195px;
  padding: 16px; border: 2px solid var(--ink); border-radius: 16px;
  background: var(--paper); box-shadow: 5px 5px 0 var(--ink); transform: rotate(-8deg);
}
.arrival-card .row { display: flex; align-items: center; gap: 8px; }
.arrival-card img { width: 48px; height: 48px; object-fit: contain; }
.arrival-card b { font-size: 10px; line-height: 1.15; text-transform: uppercase; letter-spacing: .1em; }
.arrival-card small { display: block; margin-top: 8px; border-top: 1px dashed rgba(11, 38, 56, .35); padding-top: 8px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- Destination ribbon ---------- */
.ribbon { background: var(--gold); border-bottom: 1px solid var(--ink); padding: 16px 0; }
.ribbon-track { display: flex; align-items: center; gap: 16px; overflow-x: auto; padding-bottom: 4px; }
.ribbon-track::-webkit-scrollbar { display: none; }
.ribbon-tag {
  flex: none; border: 1px solid var(--ink); border-radius: 999px; background: #fff9ee;
  padding: 5px 12px; font-size: 10.5px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.ribbon-items { display: flex; align-items: center; gap: 24px; min-width: max-content; font-size: 14px; font-weight: 800; }
.ribbon-items .bullet { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.ribbon-quote { font-size: 13px; font-weight: 600; font-style: italic; color: var(--slate); }
.ribbon-cite { font-size: 13px; font-weight: 800; color: var(--slate); font-style: normal; }

/* ---------- Section scaffolding ---------- */
.section { position: relative; padding: clamp(78px, 9vw, 112px) 0; }
.section.cream { background: var(--cream); }
.section.sea { background: var(--sea); border-top: 1px solid rgba(11, 38, 56, .1); border-bottom: 1px solid rgba(11, 38, 56, .1); }
.eyebrow-label { margin: 0 0 12px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--coral); }
.section h2 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(48px, 5.4vw, 76px); line-height: .9; letter-spacing: -.045em; }

/* Watch / featured video */
.section-route-a { position: absolute; left: -80px; top: 32px; width: 300px; transform: rotate(-27deg); color: var(--teal); }
.watch-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.watch-head h2 { max-width: 680px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 2px solid var(--ink); padding-bottom: 4px; font-size: 14px; font-weight: 800; transition: color .16s, border-color .16s; }
.text-link:hover { color: var(--coral); border-color: var(--coral); }
.video-block {
  display: grid; grid-template-columns: 1.32fr .68fr; overflow: hidden;
  border: 2px solid var(--ink); border-radius: 2rem; background: var(--ink); box-shadow: 9px 9px 0 var(--teal);
}
.video-wrap { aspect-ratio: 16 / 9; background: #000; }
.video-wrap iframe { width: 100%; height: 100%; border: 0; }
.video-note { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 40px); color: #fff9ee; }
.video-label { display: inline-flex; align-items: center; gap: 8px; margin: 0; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.video-label .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.video-note h3 { margin: 20px 0 0; font-family: var(--display); font-weight: 400; font-size: clamp(30px, 3vw, 40px); line-height: 1; letter-spacing: -.04em; }
.video-note p { margin: 20px 0 0; color: rgba(255, 249, 238, .7); font-size: 14px; font-weight: 500; line-height: 1.6; }
.video-note > a { margin-top: 40px; display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: 14px; font-weight: 800; transition: color .16s; }
.video-note > a:hover { color: #fff9ee; }

/* Journeys */
.journey-intro { max-width: 670px; }
.journey-intro p { max-width: 580px; margin: 24px 0 0; color: var(--slate); font-size: 16px; font-weight: 500; line-height: 1.65; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.journey-card {
  position: relative; overflow: hidden; min-height: 430px; display: flex; flex-direction: column;
  border: 2px solid var(--ink); border-radius: 2rem; padding: clamp(24px, 3vw, 32px); box-shadow: 6px 6px 0 var(--ink);
}
.journey-card.end { justify-content: flex-end; color: #fff9ee; background: var(--ink); }
.journey-card.mid { justify-content: flex-end; color: #fff9ee; background: #1d4f69; box-shadow: 6px 6px 0 var(--coral); }
.journey-card.gold { justify-content: space-between; background: var(--gold); box-shadow: 6px 6px 0 var(--teal); }
.journey-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.journey-card.end:hover > img { transform: scale(1.05); }
.journey-card .grad { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11, 38, 56, .85), rgba(11, 38, 56, .1) 60%, transparent); }
.journey-card .grad.strong { background: linear-gradient(0deg, rgba(11, 38, 56, .9), rgba(11, 38, 56, .15) 60%, transparent); }
.card-body { position: relative; }
.card-icon { color: var(--gold); }
.card-icon svg { width: 28px; height: 28px; }
.card-num { display: block; margin-top: 48px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.journey-card.gold .card-num { color: rgba(11, 38, 56, .65); }
.journey-card h3 { margin: 8px 0 0; font-family: var(--display); font-weight: 400; font-size: clamp(30px, 3vw, 40px); line-height: 1; letter-spacing: -.04em; }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 13px; font-weight: 800; transition: color .16s; }
.journey-card.end .card-link:hover, .journey-card.mid .card-link:hover { color: var(--gold); }
.journey-card.gold .card-link { border-bottom: 2px solid var(--ink); padding-bottom: 4px; }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.card-top .card-icon { color: var(--ink); }
.card-badge { border: 1px solid var(--ink); border-radius: 999px; background: #fff9ee; padding: 5px 12px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.card-copy { color: rgba(11, 38, 56, .75); }
.card-copy p { margin: 20px 0 0; font-size: 14px; font-weight: 700; line-height: 1.6; }

/* Pause */
.pause-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 80px); align-items: center; }
.pause-figure { position: relative; margin: 0; width: 100%; max-width: 500px; overflow: hidden; border-radius: 2rem; }
.pause-figure img, .pause-figure video { display: block; width: 100%; height: auto; object-fit: cover; transform-origin: 62% 48%; }
.pause-scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(11, 38, 56, .78) 0%, rgba(11, 38, 56, .5) 16%, rgba(11, 38, 56, .12) 38%, transparent 55%); }
.pause-figure figcaption { position: absolute; left: 0; right: 0; bottom: 24px; z-index: 2; text-align: center; color: #fff; text-shadow: 0 2px 6px rgba(11, 38, 56, .9), 0 4px 18px rgba(11, 38, 56, .7); transform-origin: center bottom; }
.pause-figure .place { z-index: 2; }
.pause-figure .breath-line { display: block; font-family: var(--display); font-size: clamp(30px, 3.2vw, 36px); letter-spacing: -.04em; }
.pause-figure .breath-cue { display: inline-grid; margin-top: 6px; font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.pause-figure .breath-cue .cue { grid-area: 1 / 1; opacity: 0; }
.pause-figure .place { position: absolute; right: 16px; bottom: 12px; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .8); text-shadow: 0 1px 4px rgba(11, 38, 56, .85); }
.pause-copy p.lede { max-width: 620px; margin: 28px 0 0; color: var(--slate); font-size: clamp(16px, 1.2vw, 18px); font-weight: 500; line-height: 1.65; }
.reset-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.reset-steps > div { border-top: 2px solid var(--ink); padding-top: 16px; }
.reset-steps b { color: var(--coral); font-size: 12px; font-weight: 800; }
.reset-steps h3 { margin: 8px 0 0; font-size: 14px; font-weight: 800; }
.reset-steps p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.4; }

/* Passport */
.passport { position: relative; overflow: hidden; background: #ffe0c6; border-top: 1px solid rgba(11, 38, 56, .1); border-bottom: 1px solid rgba(11, 38, 56, .1); }
.passport-doodle { position: absolute; left: -110px; bottom: -155px; width: 355px; height: 355px; border: 2px dashed rgba(11, 38, 56, .24); border-radius: 50%; }
.passport-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(48px, 9vw, 80px); align-items: center; }
.passport-copy h2 { max-width: 670px; font-size: clamp(48px, 6vw, 84px); letter-spacing: -.05em; }
.passport-copy h2 em { font-style: italic; color: var(--coral); }
.passport-copy .lede { max-width: 590px; margin: 28px 0 0; color: var(--slate); font-size: clamp(16px, 1.2vw, 18px); font-weight: 500; line-height: 1.6; }
.passport-steps { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 32px; font-size: 12px; font-weight: 800; color: var(--slate); }
.passport-steps span { display: flex; align-items: center; gap: 8px; }
.passport-steps b { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--ink); border-radius: 50%; background: #fff9ee; color: var(--coral); font-size: 10px; }

.passport-card { position: relative; border: 2px solid var(--ink); border-radius: 2rem; background: #fff9ee; padding: 48px 36px 36px; box-shadow: 8px 8px 0 var(--ink); }
.passport-badge { position: absolute; right: -16px; top: -64px; width: 192px; height: 192px; object-fit: contain; transform: rotate(4deg); filter: drop-shadow(0 8px 8px rgba(11, 38, 56, .3)); }
.passport-form { display: grid; gap: 16px; }
.passport-form label { display: grid; gap: 8px; font-size: 14px; font-weight: 800; }
.passport-form .hint { font-size: 12px; font-weight: 500; line-height: 1.4; color: var(--muted); }
.passport-form input[type="text"], .passport-form input[type="email"], .passport-form select {
  border: 1px solid rgba(11, 38, 56, .3); border-radius: 12px; background: #fff;
  padding: 12px 16px; font: 500 14px var(--body); color: var(--ink); outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.passport-form select { font-weight: 600; }
.passport-form input:focus, .passport-form select:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(241, 96, 77, .15); }
.library-hint { border: 1px solid var(--teal); background: var(--sea); border-radius: 12px; padding: 12px; }
.library-hint select { margin-top: 4px; }
.checkbox-row { display: flex; align-items: flex-start; gap: 12px; border-radius: 12px; background: #ffe9d4; padding: 12px; font-size: 12px; font-weight: 600; line-height: 1.4; color: var(--slate); }
.checkbox-row input { margin-top: 2px; width: 16px; height: 16px; accent-color: var(--coral); flex: none; }
.checkbox-row a { font-weight: 800; text-decoration: underline; }
.passport-form .submit {
  border: 0; border-radius: 999px; background: var(--coral); color: #fff9ee;
  padding: 16px 20px; font: 800 14px var(--body); box-shadow: 3px 3px 0 var(--ink);
  transition: transform .16s, box-shadow .16s;
}
.passport-form .submit:hover { transform: translateY(-2px); box-shadow: 5px 5px 0 var(--ink); }
.passport-form .submit:active { transform: scale(.97); }
.passport-form .submit:disabled { cursor: wait; opacity: .7; }
.form-error { margin: 0; border-radius: 12px; background: #fef2f2; padding: 12px; font-size: 14px; font-weight: 700; color: #991b1b; }

/* Passport success + stamp animation */
.passport-success { position: relative; isolation: isolate; overflow: hidden; margin-top: 20px; border: 1px solid #73a581; background: #e5f4e6; border-radius: 1rem; padding: 16px; color: #164132; font-size: 14px; }
.passport-stamp-scene { display: grid; align-items: center; gap: 14px; }
.passport-stamp-stage { position: relative; height: 132px; width: 150px; margin: 0 auto; }
.passport-approval-seal { position: absolute; inset: 9px 14px; display: grid; place-items: center; border-radius: 50%; filter: drop-shadow(1px 3px 0 rgba(11, 38, 56, .18)); }
.passport-approval-seal img { width: 100%; height: 100%; object-fit: contain; }
.passport-stamper { position: absolute; left: 50%; top: 21px; z-index: 2; display: flex; width: 120px; flex-direction: column; align-items: center; filter: drop-shadow(0 7px 4px rgba(11, 38, 56, .22)); transform: translateX(-50%); }
.passport-stamper-handle { display: block; width: 42px; height: 50px; border: 3px solid #402318; border-bottom: 0; border-radius: 19px 19px 7px 7px; background: linear-gradient(90deg, #76472b 0 23%, #a96d3d 48%, #5a321f 100%); }
.passport-stamper-neck { display: block; width: 63px; height: 15px; border: 3px solid #402318; border-radius: 7px 7px 3px 3px; background: #714126; }
.passport-stamper-base { display: grid; place-items: center; width: 120px; min-height: 30px; border: 3px solid #402318; border-radius: 8px 8px 12px 12px; background: var(--coral); color: #fff9ee; font-size: .48rem; font-weight: 800; letter-spacing: .055em; line-height: 1.1; text-align: center; text-transform: uppercase; }
.passport-success .kicker { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--coral); }
.passport-success .headline { margin: 8px 0 0; font-weight: 800; }
.passport-success .vote { margin: 8px 0 0; font-size: 16px; font-weight: 800; line-height: 1.4; color: #164132; }
.passport-success .watch-link { display: inline-flex; margin-top: 12px; border-bottom: 2px solid #164132; padding-bottom: 2px; font-size: 12px; font-weight: 800; }
.passport-success .update { margin: 8px 0 0; font-weight: 500; }

/* Facts */
.facts-route { position: absolute; left: -64px; bottom: 24px; width: 290px; transform: rotate(20deg); color: rgba(241, 96, 77, .7); }
.facts-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(48px, 9vw, 80px); align-items: center; }
.facts-copy h2 { max-width: 630px; font-size: clamp(48px, 6vw, 84px); letter-spacing: -.05em; }
.facts-copy .lede { max-width: 560px; margin: 28px 0 0; color: var(--slate); font-size: clamp(16px, 1.2vw, 18px); font-weight: 500; line-height: 1.65; }
.facts-card { border: 2px solid var(--ink); border-radius: 2rem; background: #fffdf8; padding: clamp(24px, 3vw, 36px); box-shadow: 8px 8px 0 var(--coral); }
.facts-form { display: flex; flex-direction: column; gap: 12px; }
.facts-form input { min-width: 0; flex: 1; border: 1px solid rgba(11, 38, 56, .3); border-radius: 999px; background: #fff; padding: 12px 20px; font: 600 14px var(--body); outline: none; }
.facts-form input:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(241, 96, 77, .15); }
.facts-form .submit { border: 0; border-radius: 999px; background: var(--ink); color: #fff9ee; padding: 12px 20px; font: 800 14px var(--body); transition: background .16s; }
.facts-form .submit:hover { background: #163d52; }
.facts-form .submit:disabled { opacity: .7; }
.facts-result { margin-top: 24px; min-height: 112px; border: 1px dashed rgba(11, 38, 56, .35); border-radius: 1rem; background: var(--cream); padding: 20px; }
.facts-result .empty { margin: 0; font-size: 14px; font-weight: 500; line-height: 1.6; color: var(--muted); }
.facts-result .title { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--coral); }
.facts-result .fact { margin: 12px 0 0; font-size: 16px; font-weight: 500; line-height: 1.65; color: var(--slate); }
.facts-result .source { display: inline-flex; margin-top: 12px; border-bottom: 2px solid var(--ink); padding-bottom: 2px; font-size: 12px; font-weight: 800; }
.facts-result .msg { margin: 0; font-weight: 700; line-height: 1.6; color: var(--slate); }

/* CTA */
.cta { position: relative; overflow: hidden; background: var(--ink); color: #fff9ee; text-align: center; padding: clamp(80px, 9vw, 112px) clamp(20px, 4vw, 48px); }
.cta-circle { position: absolute; right: -48px; top: -80px; width: 384px; height: 384px; border-radius: 50%; background: var(--coral); opacity: .9; }
.cta-route { position: absolute; right: 48px; bottom: 12px; width: 310px; transform: rotate(8deg); color: var(--gold); }
.cta-inner { position: relative; max-width: 1000px; margin: 0 auto; }
.cta-inner .brand-mark { width: 96px; height: 96px; margin: 0 auto; filter: drop-shadow(3px 3px 0 var(--coral)); }
.cta-kicker { margin: 24px 0 0; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.cta h2 { margin: 20px 0 0; font-family: var(--display); font-weight: 400; font-size: clamp(52px, 6vw, 98px); line-height: .9; letter-spacing: -.05em; }
.cta p { max-width: 550px; margin: 24px auto 0; font-size: 16px; line-height: 1.65; color: rgba(255, 249, 238, .75); }
.cta .subscribe-cta { margin-top: 36px; box-shadow: 4px 4px 0 var(--gold); }
.cta .subscribe-cta:hover { box-shadow: 6px 6px 0 var(--gold); }

/* Footer */
.site-footer { background: var(--cream); border-top: 1px solid rgba(11, 38, 56, .1); padding: 32px 0; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; }
.footer-brand { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.footer-brand img { width: 56px; height: 56px; object-fit: contain; }
.footer-tag { color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.footer-links a { font-weight: 800; text-decoration: underline; text-decoration-color: rgba(11, 38, 56, .3); text-decoration-thickness: 2px; text-underline-offset: 4px; transition: color .16s; }
.footer-links a.yt { text-decoration-color: var(--coral); }
.footer-links a:hover { color: var(--coral); }
.footer-copy { margin: 28px 0 0; text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--muted); }

/* ---------- Animations ---------- */
@media (prefers-reduced-motion: no-preference) {
  .route-float { animation: horizonFloat 5s cubic-bezier(.23, 1, .32, 1) infinite alternate; }
  .enter-up { animation: enterUp 600ms cubic-bezier(.23, 1, .32, 1) both; }
  .enter-up-1 { animation: enterUp 600ms 80ms cubic-bezier(.23, 1, .32, 1) both; }
  .enter-up-2 { animation: enterUp 600ms 160ms cubic-bezier(.23, 1, .32, 1) both; }
  .hero-water-motion { animation: waterGlint 6.5s linear infinite; }
  .ocean-breathe-words { animation: breatheScale 8s ease-in-out infinite; }
  .pause-figure .cue.inhale { animation: cueInhale 8s ease-in-out infinite; }
  .pause-figure .cue.exhale { animation: cueExhale 8s ease-in-out infinite; }
  .barbados-ken-burns { animation: barbadosKenBurns 18s cubic-bezier(.77, 0, .175, 1) infinite alternate; }
  .passport-success .passport-stamper { animation: stamperLandAndLift 1.45s cubic-bezier(.23, 1, .32, 1) both; }
  .passport-success .passport-approval-seal { animation: sealReveal 700ms 580ms cubic-bezier(.23, 1, .32, 1) both; }
}
@keyframes horizonFloat { from { transform: translateY(-4px) rotate(-2deg); } to { transform: translateY(5px) rotate(2deg); } }
@keyframes enterUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes waterGlint { from { transform: translateX(-9%) translateY(0); } 50% { transform: translateX(4%) translateY(7px); } to { transform: translateX(-9%) translateY(0); } }
@keyframes breatheScale { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }
@keyframes cueInhale { 0% { opacity: 1; } 42% { opacity: 1; } 54% { opacity: 0; } 96% { opacity: 0; } 100% { opacity: 1; } }
@keyframes cueExhale { 0% { opacity: 0; } 42% { opacity: 0; } 54% { opacity: 1; } 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes barbadosKenBurns { from { transform: scale(1) translate3d(0, 0, 0); } to { transform: scale(1.06) translate3d(-.8%, -.6%, 0); } }
@keyframes stamperLandAndLift {
  0% { opacity: 0; transform: translate(-50%, -88px) rotate(4deg) scale(1.08); }
  22% { opacity: 1; transform: translate(-50%, -18px) rotate(1deg) scale(1.02); }
  36% { opacity: 1; transform: translate(-50%, 5px) rotate(0) scale(.96); }
  46% { opacity: 1; transform: translate(-50%, 0) rotate(0) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -78px) rotate(-7deg) scale(.96); }
}
@keyframes sealReveal { 0%, 45% { opacity: 0; transform: scale(.78) rotate(-12deg); } 68% { opacity: 1; transform: scale(1.08) rotate(-4deg); } 100% { opacity: 1; transform: scale(1) rotate(-5deg); } }

@media (min-width: 640px) {
  .passport-stamp-scene { grid-template-columns: 150px 1fr; }
  .passport-stamp-stage { margin: 0; }
  .facts-form { flex-direction: row; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .desktop-nav, .header-inner > .subscribe-cta { display: none; }
  .menu-button { display: grid; }
  .hero-grid, .pause-grid, .passport-grid, .facts-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 28px; }
  .hero-copy { padding: 10px 0 0; }
  .hero-visual { min-height: 520px; }
  .hero-route, .section-route-a, .facts-route, .cta-route { display: none; }
  .video-block { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 1fr; }
  .pause-figure { justify-self: center; }
  .mobile-menu.open {
    display: flex; flex-direction: column; gap: 8px;
    position: absolute; inset-inline: 0; top: 100%;
    border-bottom: 1px solid rgba(11, 38, 56, .1); background: var(--cream);
    padding: 20px clamp(20px, 4vw, 48px); box-shadow: 0 15px 24px rgba(11, 38, 56, .12); z-index: 50;
  }
  .mobile-menu a { padding: 12px 16px; border-radius: 12px; font-weight: 800; }
  .mobile-menu a:hover { background: #ffe9d4; }
  .mobile-menu .mobile-subscribe { margin-top: 8px; background: var(--coral); color: #fff9ee; text-align: center; }
}
@media (max-width: 560px) {
  .header-inner { height: 76px; }
  .brand-mark { width: 60px; height: 60px; }
  .brand-name { font-size: .72rem; }
  .hero-visual { min-height: 385px; margin-top: 8px; }
  .hero-frame { border-radius: 25px; box-shadow: 6px 6px 0 var(--coral); }
  .arrival-card { left: 0; width: 155px; padding: 12px; bottom: -22px; box-shadow: 4px 4px 0 var(--ink); }
  .arrival-card img { width: 40px; height: 40px; }
  .watch-head { flex-direction: column; align-items: flex-start; }
  .journey-card { border-radius: 25px; }
  .reset-steps { grid-template-columns: 1fr; }
  .passport-card { padding: 44px 22px 26px; border-radius: 22px; }
  .passport-badge { width: 150px; height: 150px; top: -56px; right: -8px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .passport-success .passport-stamper { display: none; }
  .passport-success .passport-approval-seal { transform: rotate(-5deg); }
  .pause-figure .breath-cue { display: none; }
}
