:root {
  color-scheme: light;
  --ink: #071629;
  --midnight: #0b2442;
  --blue: #153d67;
  --mist: #dbe7ec;
  --paper: #f6f1e7;
  --paper-deep: #ebe3d5;
  --white: #fffdf8;
  --copper: #c9894f;
  --copper-light: #efc58c;
  --teal: #63ad9f;
  --line: rgba(7, 22, 41, .18);
  --shadow: 0 24px 60px rgba(7, 22, 41, .13);
  --radius: 1.35rem;
  --max: 76rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:focus-visible, summary:focus-visible { outline: .2rem solid var(--copper); outline-offset: .25rem; border-radius: .25rem; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.035em; }
h1 { font-size: clamp(2.9rem, 8vw, 6.8rem); max-width: 12ch; }
h2 { font-size: clamp(2.05rem, 4.5vw, 3.8rem); max-width: 19ch; }
h3 { font-size: 1.15rem; letter-spacing: -.015em; }
p { margin-top: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .75rem 1rem; background: var(--white); color: var(--ink); transform: translateY(-200%); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 5.4rem; padding: 1rem max(1.25rem, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; background: var(--ink); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; flex: 0 0 auto; }
.brand__symbol { width: 2.6rem; height: 2.6rem; border: 1px solid var(--copper-light); border-radius: 50%; display: grid; place-items: center; position: relative; overflow: hidden; }
.brand__symbol::after { content: ""; width: 1.15rem; height: 1.15rem; background: var(--copper-light); border-radius: 50%; box-shadow: -.45rem -.25rem 0 .05rem var(--ink); }
.brand__symbol i { position: absolute; bottom: .46rem; width: 1.7rem; height: 1px; background: rgba(255,255,255,.7); transform: rotate(-13deg); }
.brand__symbol i + i { bottom: .7rem; width: 1.3rem; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; letter-spacing: .02em; }
.brand small { color: #b9cad6; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .2rem; }
.primary-nav a { padding: .55rem .7rem; color: #c8d6e0; font-size: .85rem; font-weight: 650; text-decoration: none; border-radius: 999px; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.1); }
.hero { position: relative; overflow: hidden; background: var(--midnight); color: var(--white); }
.hero--home { min-height: min(51rem, calc(100vh - 5.4rem)); display: grid; grid-template-columns: minmax(0, .88fr) minmax(24rem, 1.12fr); }
.hero__copy { position: relative; z-index: 2; padding: clamp(4rem, 8vw, 8rem) max(1.25rem, calc((100vw - var(--max)) / 2)); }
.hero--home .hero__copy { padding-right: clamp(2rem, 5vw, 5rem); }
.eyebrow { margin-bottom: 1rem; color: var(--copper); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--copper-light); }
.hero__lead { max-width: 40rem; color: #d8e3ea; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero__figure { margin: 0; position: relative; min-height: 36rem; }
.hero__figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--midnight) 0, transparent 26%), linear-gradient(0deg, rgba(7,22,41,.68), transparent 45%); pointer-events: none; }
.hero__figure img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero__figure figcaption { position: absolute; z-index: 2; right: clamp(1rem, 4vw, 3rem); bottom: 2rem; max-width: 30rem; padding: .8rem 1rem; color: #e4edf2; background: rgba(7,22,41,.78); border-left: 2px solid var(--copper-light); font-size: .75rem; }
.hero__rail { position: absolute; z-index: 1; inset: auto 0 0; height: 3.2rem; opacity: .42; overflow: hidden; }
.hero__rail span { position: absolute; left: -2%; bottom: -.6rem; width: 104%; height: 1px; background: #dbe7ec; transform: rotate(-1.4deg); }
.hero__rail span:nth-child(2) { bottom: .7rem; }
.hero__rail span:nth-child(3) { bottom: 1.35rem; width: 1px; height: 3rem; left: 62%; transform: rotate(24deg); box-shadow: 6rem 0 0 #dbe7ec, 12rem 0 0 #dbe7ec, 18rem 0 0 #dbe7ec, 24rem 0 0 #dbe7ec; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3.15rem; padding: .8rem 1.15rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: .88rem; text-decoration: none; }
.button--light { color: var(--ink); background: var(--copper-light); }
.button--line { color: var(--white); border-color: rgba(255,255,255,.42); }
.button--ink { color: var(--white); background: var(--ink); }
.button--ghost { color: var(--ink); border-color: var(--line); background: transparent; }
.button:hover { transform: translateY(-2px); }
.truth-note { max-width: 42rem; display: flex; align-items: flex-start; gap: .8rem; margin-top: 2.2rem; padding: 1rem 1.1rem; border: 1px solid rgba(239,197,140,.42); background: rgba(7,22,41,.35); border-radius: .9rem; }
main > .truth-note { max-width: var(--max); margin: 1.5rem auto 0; color: var(--ink); background: var(--white); border-color: var(--line); }
.truth-note__mark { width: 1.55rem; height: 1.55rem; flex: 0 0 auto; display: grid; place-items: center; color: var(--ink); background: var(--copper-light); border-radius: 50%; font-family: Georgia, serif; font-weight: 800; }
.truth-note p { margin: 0; font-size: .86rem; }
.hero--interior { min-height: 31rem; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(18rem, .7fr); align-items: end; }
.hero--interior .hero__copy { padding-top: clamp(4rem, 7vw, 7rem); }
.hero--interior h1 { font-size: clamp(2.7rem, 6.2vw, 5.6rem); }
.hero__ticket { justify-self: center; align-self: center; width: min(76%, 22rem); padding: 1.5rem; color: var(--ink); background: var(--paper); border-radius: .55rem; box-shadow: 1.15rem 1.15rem 0 rgba(201,137,79,.45); transform: rotate(2.4deg); }
.hero__ticket::before { content: ""; display: block; border-top: .35rem dotted var(--midnight); margin-bottom: 1.3rem; }
.hero__ticket span, .hero__ticket strong, .hero__ticket small { display: block; }
.hero__ticket span { color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .2em; }
.hero__ticket strong { margin: .25rem 0 1.3rem; font-family: Georgia, serif; font-size: 1.5rem; }
.hero__ticket small { padding-top: .8rem; border-top: 1px solid var(--line); }
.section { max-width: var(--max); margin: 0 auto; padding: clamp(4.5rem, 8vw, 8rem) 1.25rem; }
.section + .section { border-top: 1px solid var(--line); }
.section--intro { padding-top: clamp(5.5rem, 9vw, 9rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.section-heading > p:last-child { max-width: 35rem; }
.section-heading--narrow { display: block; max-width: 46rem; }
.section-heading--narrow h2 { max-width: 17ch; }
.hotel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.hotel-card { position: relative; min-height: 31rem; padding: 1.6rem; display: flex; flex-direction: column; overflow: hidden; color: var(--white); background: var(--midnight); border-radius: var(--radius); box-shadow: var(--shadow); }
.hotel-card::before { content: ""; position: absolute; right: -3rem; top: -3rem; width: 11rem; height: 11rem; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(255,255,255,.025), 0 0 0 4rem rgba(255,255,255,.02); }
.hotel-card--classic { background: #6b3f32; }
.hotel-card--wellness { background: #174b52; }
.hotel-card h3 { position: relative; max-width: 15ch; margin-bottom: 1.3rem; font-family: Georgia, serif; font-size: 1.85rem; }
.hotel-card p { position: relative; }
.card-kicker { color: var(--copper-light); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.fact-list { position: relative; margin: .4rem 0 1.4rem; padding: 1.2rem 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.fact-list li { padding: .32rem 0 .32rem 1.25rem; position: relative; }
.fact-list li::before { content: ""; position: absolute; left: 0; top: .9rem; width: .55rem; height: 1px; background: var(--copper-light); }
.choice-note { margin-top: auto; padding-top: 1.2rem; color: #dce8eb; border-top: 1px solid rgba(255,255,255,.2); font-size: .88rem; }
.source-stamp { margin: 1.5rem 0 0; color: #516172; font-size: .77rem; }
.section--route { max-width: none; padding-left: max(1.25rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.25rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--ink); }
.route-list { margin: 3rem 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.route-list li { min-height: 18rem; padding: 1.4rem; border: 1px solid rgba(255,255,255,.15); border-right: 0; display: flex; flex-direction: column; justify-content: space-between; }
.route-list li:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.route-list li > span { color: var(--copper-light); font-family: Georgia, serif; font-size: 2rem; }
.route-list h3 { font-family: Georgia, serif; font-size: 1.45rem; }
.route-list p { color: #bdccd5; font-size: .88rem; }
.casino-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 6rem); padding: clamp(2rem, 5vw, 4rem); color: var(--white); background: linear-gradient(135deg, #143e49, #071629); border-radius: var(--radius); box-shadow: var(--shadow); }
.casino-panel h2 { max-width: 15ch; }
.fact-stack { margin: 0; }
.fact-stack div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.fact-stack dt { color: var(--copper-light); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.fact-stack dd { margin: 0; }
.responsibility-line { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.5rem 0 0; }
.responsibility-line p { max-width: 48rem; margin: 0; }
.text-link { flex: 0 0 auto; font-weight: 800; }
.section--method { display: grid; grid-template-columns: .65fr 1.35fr; gap: 3rem; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.promise-grid article { padding: 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; }
.promise-grid article > span { width: 2rem; height: 2rem; display: grid; place-items: center; margin-bottom: 2rem; color: var(--white); background: var(--teal); border-radius: 50%; font-weight: 900; }
.promise-grid p { color: #4d5d6c; font-size: .88rem; }
.section--soft { max-width: none; padding-left: max(1.25rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--paper-deep); }
.decision-grid, .responsible-grid, .review-principles, .channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.decision-grid article, .responsible-grid article, .review-principles article, .channel-grid article { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; }
.decision-number { color: var(--copper); font-family: Georgia, serif; font-size: 2.4rem; }
.section--boundary, .section--help { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.section--boundary > p, .section--help > p { font-size: 1.08rem; }
.checklist { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.checklist li { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; }
.checklist li > span { width: 2.4rem; height: 2.4rem; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-family: Georgia, serif; }
.mini-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1.5rem; }
.mini-choice-grid article { padding: 1.4rem; border-top: .25rem solid var(--copper); background: var(--white); }
.responsible-grid { grid-template-columns: repeat(4, 1fr); }
.responsible-grid article > span { display: inline-block; margin-bottom: 2rem; color: var(--copper); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.split-copy { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 7rem); }
.split-copy > div:last-child { font-size: 1.06rem; }
.method-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.method-list li { padding: 1.4rem; background: var(--white); border-bottom: .25rem solid var(--copper); }
.method-list li > span { color: var(--copper); font-family: Georgia, serif; font-size: 1.8rem; }
.editorial-figure { margin: 0; }
.editorial-figure--wide { display: grid; grid-template-columns: 1fr 17rem; align-items: end; }
.editorial-figure--wide img { width: 100%; max-height: 38rem; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.editorial-figure figcaption { padding: 1.2rem; color: #4d5d6c; font-size: .77rem; }
.two-column-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.two-column-cards > article { padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.do-card { border-top: .35rem solid var(--teal) !important; }
.dont-card { border-top: .35rem solid var(--copper) !important; }
.check-list, .cross-list { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.check-list li, .cross-list li { position: relative; padding: .55rem 0 .55rem 1.7rem; border-top: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #277666; font-weight: 900; }
.cross-list li::before { content: "×"; position: absolute; left: 0; color: #a25a39; font-weight: 900; }
.link-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.link-card { min-height: 15rem; padding: 1.5rem; display: flex; flex-direction: column; color: var(--white); background: var(--midnight); text-decoration: none; border-radius: 1rem; }
.link-card > span { color: var(--copper-light); font-family: Georgia, serif; font-size: 1.8rem; }
.link-card h3 { margin-top: auto; font-family: Georgia, serif; font-size: 1.5rem; }
.link-card p { color: #c6d5dd; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); }
.timeline article { position: relative; padding: 2.4rem 1.3rem 1.3rem; border-top: 1px solid var(--ink); }
.timeline-dot { position: absolute; top: -.44rem; left: 1.3rem; width: .8rem; height: .8rem; background: var(--copper); border: .18rem solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--ink); }
.story-stack { display: grid; gap: 1rem; }
.story-stack article { display: grid; grid-template-columns: 6rem 1fr; gap: 1.5rem; padding: 2rem; background: var(--white); border-left: .3rem solid var(--copper); }
.story-index { color: var(--copper); font-family: Georgia, serif; font-size: 2.8rem; }
.review-principles { grid-template-columns: repeat(2, 1fr); }
.review-principles article > span { color: var(--copper); font-family: Georgia, serif; font-size: 2rem; }
.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--white); }
.metric-row > div { padding: 1.4rem; border-right: 1px solid var(--line); }
.metric-row > div:last-child { border-right: 0; }
.metric-row span { color: var(--copper); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.metric-row p { margin: .7rem 0 0; font-size: .88rem; }
.faq-list { display: grid; gap: .7rem; }
.faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: .85rem; }
.faq-list summary { cursor: pointer; padding: 1.2rem 3rem 1.2rem 1.2rem; font-weight: 800; }
.faq-list details p { padding: 0 1.2rem 1.2rem; margin: 0; max-width: 55rem; color: #465768; }
.channel-grid article > span { width: 3rem; height: 3rem; display: grid; place-items: center; margin-bottom: 2.4rem; color: var(--white); background: var(--blue); border-radius: 50%; font-size: .76rem; font-weight: 900; }
.channel-note { margin: 1.5rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); color: #596879; font-size: .82rem; }
.status-panel { display: grid; grid-template-columns: 8rem 1fr; gap: 2rem; align-items: center; padding: clamp(2rem, 6vw, 5rem); color: var(--white); background: var(--ink); border-radius: var(--radius); }
.status-panel__signal { width: 7rem; height: 7rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.status-panel__signal span { width: 2.5rem; height: 2.5rem; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 1rem rgba(99,173,159,.15); }
.legal-copy { max-width: 56rem; }
.legal-copy h2 { margin-top: 3rem; font-family: Georgia, serif; font-size: 1.8rem; }
.not-found { display: grid; grid-template-columns: .65fr 1.35fr; gap: 3rem; align-items: center; }
.not-found__number { margin: 0; color: var(--copper); font-family: Georgia, serif; font-size: clamp(7rem, 20vw, 15rem); line-height: .8; }
.site-footer { padding: clamp(3rem, 7vw, 6rem) max(1.25rem, calc((100vw - var(--max)) / 2)) 1.5rem; color: var(--white); background: var(--ink); }
.footer-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-intro p { color: #bdccd5; max-width: 34rem; }
.footer-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 3rem 0; }
.footer-group h2 { color: var(--copper-light); font-family: inherit; font-size: .73rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-group a { display: block; width: fit-content; margin: .55rem 0; color: #d6e0e6; font-size: .88rem; text-decoration: none; }
.footer-group a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.16); color: #9eb0bd; font-size: .73rem; }
.footer-bottom p { margin: 0; }
.cookie_banner_y7p3k9 { position: fixed; z-index: 9999; left: 1rem; right: 1rem; bottom: 1rem; max-width: 64rem; margin: 0 auto; padding: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--white); background: rgba(7,22,41,.97); border: 1px solid rgba(239,197,140,.48); border-radius: 1rem; box-shadow: 0 1rem 3rem rgba(0,0,0,.34); }
.cookie_text_m4n8v2 { flex: 1; font-size: .82rem; color: #d7e2e8; }
.cookie_text_m4n8v2 a { color: var(--copper-light); font-weight: 800; }
.cookie_btns_f6j1x4 { display: flex; flex: 0 0 auto; gap: .55rem; }
.cookie_accept_b3h7q5, .cookie_decline_r9t2w6 { min-height: 2.6rem; padding: .6rem 1rem; border-radius: 999px; cursor: pointer; font: inherit; font-size: .78rem; font-weight: 850; }
.cookie_accept_b3h7q5 { color: var(--ink); background: var(--copper-light); border: 1px solid var(--copper-light); }
.cookie_decline_r9t2w6 { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.4); }
.cookie_accept_b3h7q5:hover, .cookie_decline_r9t2w6:hover { transform: translateY(-1px); }
.cookie_accept_b3h7q5:focus-visible, .cookie_decline_r9t2w6:focus-visible { outline: .2rem solid var(--teal); outline-offset: .18rem; }

@media (max-width: 62rem) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .primary-nav { justify-content: flex-start; }
  .hero--home, .hero--interior { grid-template-columns: 1fr; }
  .hero--home .hero__copy { padding-right: max(1.25rem, calc((100vw - var(--max)) / 2)); }
  .hero__figure { min-height: 28rem; }
  .hero__figure::after { background: linear-gradient(0deg, rgba(7,22,41,.78), transparent 55%); }
  .hero__ticket { margin: 0 auto 6rem; }
  .hotel-grid { grid-template-columns: 1fr; }
  .hotel-card { min-height: auto; }
  .route-list, .method-list, .responsible-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .route-list li:nth-child(2) { border-right: 1px solid rgba(255,255,255,.15); }
  .casino-panel, .section--method, .section--boundary, .section--help { grid-template-columns: 1fr; }
  .promise-grid { grid-template-columns: 1fr; }
  .editorial-figure--wide { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: repeat(2, 1fr); }
  .metric-row > div:nth-child(2) { border-right: 0; }
  .metric-row > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 44rem) {
  h1 { font-size: clamp(2.55rem, 13vw, 4.1rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.9rem); }
  .site-header { min-height: 0; }
  .brand small { font-size: .62rem; }
  .primary-nav { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); }
  .primary-nav a { border-radius: .45rem; border: 1px solid rgba(255,255,255,.12); }
  .hero__copy { padding-top: 4rem; padding-bottom: 4rem; }
  .hero__figure { min-height: 22rem; }
  .hero__figure figcaption { left: 1rem; right: 1rem; bottom: 1rem; }
  .hero--interior { min-height: 0; }
  .hero__ticket { width: calc(100% - 3rem); }
  main > .truth-note { margin-left: 1.25rem; margin-right: 1.25rem; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 1rem; }
  .route-list, .checklist, .decision-grid, .responsible-grid, .mini-choice-grid, .method-list, .two-column-cards, .link-card-grid, .timeline, .review-principles, .channel-grid { grid-template-columns: 1fr; }
  .route-list li { min-height: 14rem; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 0; }
  .route-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
  .responsibility-line, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cookie_banner_y7p3k9 { align-items: stretch; flex-direction: column; }
  .cookie_btns_f6j1x4 { width: 100%; }
  .cookie_accept_b3h7q5, .cookie_decline_r9t2w6 { flex: 1; }
  .split-copy, .not-found { grid-template-columns: 1fr; gap: 1.5rem; }
  .story-stack article { grid-template-columns: 1fr; }
  .story-index { margin-bottom: 0; }
  .status-panel { grid-template-columns: 1fr; }
  .footer-intro { grid-template-columns: 1fr; }
  .footer-directory { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 25rem) {
  .primary-nav, .footer-directory, .metric-row { grid-template-columns: 1fr; }
  .metric-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-row > div:last-child { border-bottom: 0; }
  .button { width: 100%; }
}

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