@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-4-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --ink: #19282a;
  --deep: #123b42;
  --paper: #f7f0df;
  --white: #fffdf7;
  --mint: #8dcac2;
  --turquoise: #1d807f;
  --coral: #ef6a5b;
  --sun: #f4bd45;
  --muted: #66706d;
  --line: rgba(25, 40, 42, 0.18);
  --max: 1180px;
  --font-ui: "Manrope", Arial, sans-serif;
  --font-reading: "Source Serif 4", Georgia, serif;
  --ease: cubic-bezier(.2,.75,.25,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
p, ul, ol { margin-top: 0; }
h1, h2, h3 { margin: 0 0 .7em; line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
h3 { font-size: 1.25rem; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

.wrap { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.reading { width: min(calc(100% - 3rem), 760px); margin-inline: auto; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 999; padding: .7rem 1rem; transform: translateY(-180%); background: var(--sun); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,240,223,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 800; letter-spacing: -.025em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--deep); font-size: .72rem; }
.brand small { display: block; color: var(--muted); font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav a { position: relative; text-decoration: none; font-size: .78rem; font-weight: 750; }
.site-nav a::after { position: absolute; right: 0; bottom: -.5rem; left: 0; height: 3px; content: ""; transform: scaleX(0); background: var(--coral); transition: transform .2s var(--ease); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav .nav-cta { padding: .75rem 1rem; color: var(--white); background: var(--deep); }
.site-nav .nav-cta::after { display: none; }
.menu-button { position: relative; display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; }
.menu-button span, .menu-button::before, .menu-button::after { position: absolute; left: 11px; width: 22px; height: 2px; content: ""; background: var(--ink); transition: .2s var(--ease); }
.menu-button::before { top: 14px; }
.menu-button span { top: 21px; }
.menu-button::after { top: 28px; }
.menu-button[aria-expanded="true"]::before { top: 21px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::after { top: 21px; transform: rotate(-45deg); }
.disclaimer { color: var(--white); background: var(--deep); text-align: center; font-size: .67rem; letter-spacing: .05em; }
.disclaimer .wrap { padding-block: .45rem; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); background: var(--deep); color: var(--white); }
.hero-copy { position: relative; display: grid; align-content: center; padding: 5rem max(3rem, calc((100vw - var(--max)) / 2)); padding-right: 4rem; overflow: hidden; }
.hero-copy::after { position: absolute; right: -60px; bottom: 8%; width: 160px; height: 160px; content: ""; border: 18px solid var(--mint); border-radius: 50%; opacity: .25; }
.hero h1 { max-width: 680px; }
.hero .lead { max-width: 620px; color: #dce8e6; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-media { position: relative; min-height: 540px; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, rgba(18,59,66,.12), rgba(239,106,91,.2)); }
.caption { position: absolute; right: 1rem; bottom: 1rem; z-index: 1; max-width: 80%; padding: .45rem .65rem; color: var(--white); background: rgba(18,59,66,.82); font-size: .62rem; }
.eyebrow { margin-bottom: 1rem; color: var(--coral); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: var(--mint); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.15rem; border: 2px solid var(--ink); color: var(--ink); background: var(--sun); text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s var(--ease), background .2s var(--ease); }
.btn:hover { transform: translateY(-2px); background: var(--coral); }
.btn-light { color: var(--deep); background: var(--white); border-color: var(--white); }
.btn-ghost { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }

.page-hero { padding: 5.5rem 0 4rem; background: var(--white); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 950px; font-size: clamp(2.8rem, 6vw, 5.7rem); }
.page-hero .lead { max-width: 760px; font-family: var(--font-reading); font-size: 1.28rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0 0 2rem; padding: 0; list-style: none; color: var(--muted); font-size: .7rem; font-weight: 700; }
.breadcrumbs li:not(:last-child)::after { margin-left: .45rem; content: "→"; color: var(--coral); }

.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section-white { background: var(--white); }
.section-deep { color: var(--white); background: var(--deep); }
.section-coral { background: var(--coral); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-head p:last-child { margin-bottom: .25rem; }
.section-deep .section-head p, .section-deep .card p { color: #cfe0de; }

.route-line { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.route-step { position: relative; min-height: 220px; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.route-step::before { position: absolute; top: -7px; left: 1.5rem; width: 13px; height: 13px; content: ""; border: 3px solid var(--paper); border-radius: 50%; background: var(--coral); }
.route-step .number { display: block; margin-bottom: 3rem; color: var(--turquoise); font-size: .72rem; font-weight: 800; }

.card-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.2rem; }
.card { grid-column: span 4; padding: 1.6rem; background: var(--white); border: 1px solid var(--line); }
.card-wide { grid-column: span 6; }
.card a.stretched { text-decoration: none; }
.card a.stretched::after { position: absolute; inset: 0; content: ""; }
.card { position: relative; }
.card .chip { display: inline-block; margin-bottom: 2rem; padding: .35rem .55rem; color: var(--deep); background: var(--mint); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.card .arrow { color: var(--coral); font-size: 1.4rem; }
.card-media { padding: 0; overflow: hidden; }
.card-media img { width: 100%; aspect-ratio: 8/5; object-fit: cover; transition: transform .5s var(--ease); }
.card-media:hover img { transform: scale(1.025); }
.card-body { padding: 1.5rem; }

.chooser { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.choice { min-height: 280px; padding: 2rem; background: var(--paper); }
.choice:nth-child(even) { background: var(--white); }
.choice .choice-label { display: block; margin-bottom: 3.5rem; color: var(--turquoise); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.split-media { min-height: 560px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy { display: grid; align-content: center; padding: clamp(3rem, 7vw, 7rem); background: var(--white); }
.split-copy .lead, .prose .lead { font-family: var(--font-reading); font-size: 1.28rem; }

.compare-wrap { overflow-x: auto; border: 1px solid var(--line); }
.compare { width: 100%; min-width: 740px; border-collapse: collapse; background: var(--white); }
.compare th, .compare td { padding: 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare th { color: var(--white); background: var(--deep); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.compare tr:last-child td { border-bottom: 0; }

.timeline { margin: 2rem 0 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 150px 1fr; gap: 2rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.timeline .time { color: var(--coral); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.timeline h3 { margin-bottom: .35rem; }

.prose { font-family: var(--font-reading); font-size: 1.08rem; }
.prose h2, .prose h3, .prose .eyebrow, .prose .btn { font-family: var(--font-ui); }
.prose h2 { margin-top: 2em; font-size: clamp(1.8rem, 4vw, 3rem); }
.prose a { color: var(--turquoise); font-weight: 700; }
.note { margin: 2rem 0; padding: 1.5rem; border-left: 5px solid var(--coral); background: var(--white); font-family: var(--font-ui); font-size: .9rem; }
.source-note { padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--font-ui); font-size: .76rem; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border: 1px solid var(--line); }
.facts div { padding: 1.2rem; border-right: 1px solid var(--line); background: var(--white); }
.facts div:last-child { border-right: 0; }
.facts dt { color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.facts dd { margin: .3rem 0 0; font-weight: 750; }
.link-list { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.link-list a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-weight: 750; text-decoration: none; }
.link-list a span { color: var(--coral); }

.quote-band { padding: 4.5rem 0; background: var(--sun); }
.quote-band blockquote { max-width: 940px; margin: 0; font-size: clamp(1.8rem, 4vw, 3.6rem); font-weight: 750; line-height: 1.16; letter-spacing: -.035em; }

.site-footer { color: #d9e7e5; background: #0c292e; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 3rem; padding: 4.5rem 0 3rem; }
.footer-grid h2 { color: var(--mint); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: .45rem 0; }
.footer-grid a { color: #d9e7e5; text-decoration: none; font-size: .82rem; }
.footer-brand { max-width: 330px; }
.footer-brand strong { display: block; margin-bottom: 1rem; color: var(--white); font-size: 1.3rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.13); font-size: .68rem; }

.not-found { min-height: 70vh; display: grid; place-items: center; padding: 5rem 0; text-align: center; }
.not-found .code { margin: 0; color: var(--coral); font-size: clamp(7rem, 22vw, 17rem); font-weight: 800; line-height: .8; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .js .menu-button { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; padding: 1rem 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(25,40,42,.12); }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: grid; }
  .site-nav a { padding: .65rem 0; }
  .site-nav .nav-cta { padding: .8rem 1rem; text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 560px; padding-inline: max(2rem, calc((100vw - var(--max)) / 2)); }
  .hero-media { min-height: 500px; }
  .route-line { grid-template-columns: repeat(2, 1fr); }
  .card { grid-column: span 6; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .wrap, .reading { width: min(calc(100% - 2rem), var(--max)); }
  .brand small { display: none; }
  .section-head, .split { grid-template-columns: 1fr; }
  .section-head { gap: 1rem; }
  .route-line, .chooser { grid-template-columns: 1fr; }
  .card, .card-wide { grid-column: 1 / -1; }
  .split-media { min-height: 390px; }
  .timeline li { grid-template-columns: 1fr; gap: .45rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  h1 { font-size: 2.8rem; }
  .hero-copy { min-height: 510px; padding: 4rem 1rem; }
  .hero-media { min-height: 340px; }
  .page-hero { padding: 4rem 0 3rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .facts { grid-template-columns: 1fr; }
  .facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .facts div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
