@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap");

:root {
  --ink: #082d4a;
  --ink-soft: #315267;
  --field: #ef5b2a;
  --field-light: #fde7de;
  --gold: #ef5b2a;
  --gold-dark: #c9431d;
  --cream: #f6f3ed;
  --paper: #fffdf8;
  --white: #ffffff;
  --line: rgba(8, 45, 74, 0.15);
  --shadow: 0 18px 50px rgba(8, 45, 74, 0.13);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 40px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 100; padding: .75rem 1rem; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-sm { padding: clamp(3rem, 6vw, 5rem) 0; }
.eyebrow { margin: 0 0 1rem; color: var(--field); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.25rem, 8vw, 6.9rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
p { margin: 0 0 1.25rem; }
.lede { max-width: 710px; color: var(--ink-soft); font-size: clamp(1.1rem, 2vw, 1.32rem); }
.measure { max-width: 680px; }
.muted { color: #607787; }
.kicker { color: var(--gold-dark); font-weight: 700; }
.pill-row { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.5rem 0 0; }
.pill { display: inline-flex; align-items: center; min-height: 34px; padding: .35rem .75rem; border: 1px solid rgba(239,91,42,.52); border-radius: 999px; color: #ff936f; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 3px solid var(--field); background: rgba(8,45,74,.97); color: var(--white); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 700; }
.brand-logo { width: 46px; height: 46px; flex: 0 0 46px; border: 2px solid var(--field); border-radius: 50%; object-fit: cover; box-shadow: 0 4px 16px rgba(0,0,0,.22); }
.brand-logo-home { width: 56px; height: 56px; flex-basis: 56px; border: 0; background: #082d4a; }
.brand-mark { position: relative; width: 39px; aspect-ratio: 1; border: 2px solid var(--gold); border-radius: 50%; background: radial-gradient(circle at center, transparent 0 23%, rgba(255,255,255,.58) 24% 27%, transparent 28%); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; inset: 6px 13px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; transform: rotate(45deg); }
.brand-mark::after { transform: rotate(-45deg); }
.brand small { display: block; color: #b9cada; font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.45rem; }
.site-nav a { color: #eaf1ee; font-size: .88rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold); }
.menu-button { display: none; padding: .55rem; border: 0; background: transparent; color: white; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .55rem; padding: .78rem 1.25rem; border: 1px solid transparent; border-radius: 999px; background: var(--gold); color: white; font-weight: 700; line-height: 1.1; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,.16); background: #ff7245; }
.button-dark { background: var(--ink); color: var(--white); }
.button-outline { border-color: rgba(11,36,51,.34); background: transparent; color: var(--ink); }
.button-light { border-color: rgba(255,255,255,.42); background: transparent; color: white; }
.header-button { padding: .68rem 1.08rem !important; background: var(--gold); color: white !important; }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(90deg,#000,transparent 70%); }
.hero-grid { position: relative; min-height: calc(100svh - 78px); display: grid; grid-template-columns: 1.06fr .94fr; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(5rem, 10vw, 8rem) clamp(2rem, 6vw, 6rem) clamp(5rem, 8vw, 7rem) max(1rem, calc((100vw - var(--max)) / 2)); }
.hero-copy .eyebrow { color: var(--gold); }
.hero-copy h1 em { color: var(--gold); font-weight: 600; }
.hero-copy .lede { margin-top: 1.5rem; color: #d6e3df; }
.hero-field { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; padding: clamp(2rem, 5vw, 5rem); background: linear-gradient(145deg, #0d3c60, #071f35); }
.hero-field::before { content: ""; position: absolute; inset: 7%; border: 2px solid rgba(255,255,255,.3); border-radius: 8px; }
.hero-field::after { content: ""; position: absolute; width: 42%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; }
.pitch-line { position: absolute; z-index: 1; background: rgba(255,255,255,.3); }
.pitch-line.half { top: 7%; bottom: 7%; left: 50%; width: 2px; }
.pitch-line.box { left: 7%; top: 29%; width: 21%; height: 42%; border: 2px solid rgba(255,255,255,.3); background: transparent; }
.pitch-line.box.right { left: auto; right: 7%; }
.tactical-dot { position: absolute; z-index: 2; width: 15px; aspect-ratio: 1; border: 3px solid white; border-radius: 50%; background: var(--field); box-shadow: 0 0 0 5px rgba(239,91,42,.16); }
.tactical-dot.one { left: 20%; top: 23%; }
.tactical-dot.two { left: 37%; top: 69%; }
.tactical-dot.three { right: 22%; top: 24%; }
.tour-badge { position: relative; z-index: 3; width: min(390px, 90%); padding: 2.4rem 1.5rem; border: 1px solid rgba(255,255,255,.28); border-top: 7px solid var(--field); background: rgba(8,45,74,.9); box-shadow: 0 22px 60px rgba(0,0,0,.28); text-align: center; transform: rotate(-2deg); }
.tour-badge span, .tour-badge em { display: block; font-size: .72rem; font-style: normal; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.tour-badge strong { display: block; margin: .8rem 0 .2rem; color: white; font-family: "DM Sans", system-ui, sans-serif; font-size: clamp(2.6rem, 6vw, 4.8rem); font-style: italic; font-weight: 700; letter-spacing: -.06em; line-height: .9; }
.tour-badge em { color: #ff936f; font-size: clamp(.95rem, 2vw, 1.2rem); }
.hero-note { position: absolute; right: clamp(1rem, 4vw, 3rem); bottom: clamp(1.5rem, 5vw, 3.5rem); z-index: 4; width: min(300px, calc(100% - 2rem)); padding: 1rem 1.2rem; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-sm); background: rgba(8,45,74,.88); backdrop-filter: blur(12px); }
.hero-note strong { display: block; color: var(--gold); font-family: "Playfair Display", Georgia, serif; font-size: 1.3rem; }
.hero-image { position: relative; min-height: 620px; overflow: hidden; background: #0d3c60; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; }
.hero-image::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--ink) 0, rgba(8,45,74,.35) 35%, transparent 68%), linear-gradient(0deg, rgba(8,45,74,.5), transparent 42%); }
.hero-era { position: absolute; z-index: 3; top: clamp(1.3rem, 4vw, 2.7rem); right: clamp(1rem, 4vw, 3rem); padding: .7rem .9rem; border-left: 4px solid var(--field); background: rgba(8,45,74,.88); color: white; backdrop-filter: blur(10px); }
.hero-era span { display: block; color: #ff936f; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-era strong { display: block; margin-top: .1rem; font-size: .85rem; }

.intro-grid, .split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; margin-top: 3rem; }
.feature-card { position: relative; overflow: hidden; min-height: 310px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.feature-number { display: inline-grid; min-width: 58px; aspect-ratio: 1; place-items: center; margin-bottom: 2.8rem; border: 2px solid var(--field); border-radius: 8px; color: var(--field); font-family: "DM Sans", system-ui, sans-serif; font-size: 1.4rem; font-weight: 700; transform: skew(-4deg); }
.feature-card h3 { margin-bottom: .8rem; }
.feature-card::after { content: ""; position: absolute; width: 120px; aspect-ratio: 1; right: -58px; bottom: -58px; border: 1px solid rgba(239,91,42,.2); border-radius: 50%; }
.photo-card { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.photo-card img { aspect-ratio: 4 / 5; object-fit: cover; }
.photo-card.landscape img { aspect-ratio: 4 / 3; }
.photo-card img[src*="lauren-thailand-visit"] { aspect-ratio: 1 / 1; object-position: center; }
.photo-caption { padding: 1rem 1.25rem; background: white; color: var(--ink-soft); font-size: .9rem; }
.collage-photo { border: 8px solid white; border-radius: 4px; transform: rotate(-1deg); }
.split .collage-photo:nth-child(2) { transform: rotate(1deg); }

.dark-section { position: relative; overflow: hidden; background: var(--ink); color: white; }
.dark-section .eyebrow { color: var(--gold); }
.dark-section .lede, .dark-section .muted { color: #c8d6e0; }
.field-lines::before { content: ""; position: absolute; width: 520px; aspect-ratio: 1; right: -210px; top: 50%; transform: translateY(-50%); border: 2px solid rgba(255,255,255,.09); border-radius: 50%; }
.field-lines::after { content: ""; position: absolute; right: 48px; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.08); }
.quote-panel { position: relative; z-index: 1; max-width: 900px; text-align: center; margin-inline: auto; }
.quote-panel h2 { margin-bottom: 1.6rem; }
.quote-panel p { max-width: 700px; margin-inline: auto; }

.image-band { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 580px; }
.image-band > div { position: relative; overflow: hidden; }
.image-band img { height: 100%; object-fit: cover; }
.image-band-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); background: var(--ink); color: white; border-top: 8px solid var(--field); }
.image-band-copy .eyebrow { color: #ff936f; }
.image-band-copy h2 { margin-bottom: 1.4rem; }

.collage-section { overflow: hidden; background: var(--cream); }
.editorial-collage { display: grid; grid-template-columns: 1.05fr .85fr .72fr; grid-template-rows: auto auto; gap: clamp(1rem, 2.5vw, 2rem); align-items: center; }
.collage-copy { position: relative; z-index: 3; grid-row: 1 / 3; padding: clamp(2rem, 5vw, 4.5rem); border-top: 7px solid var(--field); background: var(--ink); color: white; box-shadow: var(--shadow); transform: rotate(-1deg); }
.collage-copy .eyebrow { color: #ff936f; }
.collage-copy p:not(.eyebrow) { color: #d4e1ea; }
.collage-tile { position: relative; overflow: visible; margin: 0; padding: .55rem .55rem 2.7rem; background: white; box-shadow: 0 18px 42px rgba(8,45,74,.18); }
.collage-tile::before { content: ""; position: absolute; z-index: 3; width: 74px; height: 22px; left: 50%; top: -10px; transform: translateX(-50%) rotate(-3deg); background: rgba(239,91,42,.78); opacity: .78; }
.collage-tile img { width: 100%; height: 100%; object-fit: cover; }
.collage-tile.square img { object-position: 50% 8%; }
.collage-tile figcaption { position: absolute; left: 1rem; right: 1rem; bottom: .65rem; color: var(--ink); font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.collage-tile.tall { grid-row: 1 / 3; grid-column: 2; height: 620px; transform: rotate(2deg); }
.collage-tile.wide { grid-column: 3; height: 285px; transform: rotate(-2deg); }
.collage-tile.square { grid-column: 3; height: 285px; transform: rotate(1.5deg); }

.current-collage { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 62px; gap: 1rem; margin-top: 3rem; }
.current-collage figure { position: relative; overflow: hidden; margin: 0; border: 8px solid white; background: white; box-shadow: 0 16px 34px rgba(8,45,74,.16); }
.current-collage figure:nth-child(1) { grid-column: 1 / 7; grid-row: 1 / 9; transform: rotate(-1deg); }
.current-collage figure:nth-child(2) { grid-column: 7 / 13; grid-row: 1 / 6; transform: rotate(1.2deg); }
.current-collage figure:nth-child(3) { grid-column: 7 / 10; grid-row: 6 / 11; transform: rotate(-1.8deg); }
.current-collage figure:nth-child(4) { grid-column: 10 / 13; grid-row: 6 / 11; transform: rotate(1.4deg); }
.current-collage figure:nth-child(5) { grid-column: 1 / 6; grid-row: 9 / 14; transform: rotate(1deg); }
.current-collage figure:nth-child(6) { grid-column: 6 / 13; grid-row: 11 / 16; transform: rotate(-.7deg); }
.current-collage img { width: 100%; height: 100%; object-fit: cover; }
.current-collage figure:nth-child(5) img { object-position: 50% 10%; }
.current-collage figure:nth-child(6) img { object-position: 50% 8%; }
.current-collage figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: .75rem .9rem; background: linear-gradient(transparent, rgba(8,45,74,.92)); color: white; font-size: .82rem; padding-top: 2.8rem; }
.current-collage .tiny-source img { image-rendering: auto; }
.archive-divider { display: flex; align-items: center; gap: 1rem; margin: clamp(4rem, 9vw, 8rem) 0 2rem; color: var(--field); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.archive-divider::before, .archive-divider::after { content: ""; height: 1px; flex: 1; background: rgba(239,91,42,.35); }
.archive-gallery { columns: 3 280px; column-gap: 1rem; }
.archive-gallery figure { break-inside: avoid; overflow: hidden; margin: 0 0 1rem; border: 6px solid white; background: white; box-shadow: 0 10px 28px rgba(8,45,74,.1); }
.archive-gallery figure:nth-child(odd) { transform: rotate(-.5deg); }
.archive-gallery figure:nth-child(even) { transform: rotate(.5deg); }
.archive-gallery figcaption { padding: .8rem .7rem .45rem; color: var(--ink-soft); font-size: .82rem; }

.page-hero { position: relative; overflow: hidden; padding: clamp(6rem, 12vw, 10rem) 0; background: var(--cream); }
.page-hero::after { content: ""; position: absolute; width: 460px; aspect-ratio: 1; right: -170px; top: -210px; border: 2px solid rgba(239,91,42,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(239,91,42,.05), 0 0 0 140px rgba(8,45,74,.025); }
.page-hero h1 { max-width: 950px; font-size: clamp(3.4rem, 8vw, 7rem); }
.page-hero .lede { margin-top: 1.6rem; }
.breadcrumb { display: flex; gap: .55rem; margin-bottom: 1.5rem; color: var(--field); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumb a { text-decoration: none; }

.timeline { margin-top: 3rem; border-left: 2px solid rgba(239,91,42,.38); }
.timeline-item { position: relative; padding: 0 0 3rem 2.4rem; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ""; position: absolute; left: -7px; top: .35rem; width: 13px; aspect-ratio: 1; border: 3px solid var(--paper); border-radius: 50%; background: var(--gold-dark); box-shadow: 0 0 0 1px var(--gold-dark); }
.timeline-item h3 { margin-bottom: .65rem; }
.timeline-item p { color: var(--ink-soft); }

.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.18); }
.stat { padding: 2.2rem 1.4rem; text-align: center; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.18); }
.stat strong { display: block; color: var(--gold); font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.stat span { display: block; margin-top: .55rem; color: #c5d4cf; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }

.journey-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 3rem; }
.journey-card { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.journey-card .tag { display: inline-block; margin-bottom: 2rem; color: var(--field); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.journey-card h3 { margin-bottom: .75rem; }
.journey-card p:last-child { margin-bottom: 0; }

.goal-card { padding: clamp(1.8rem, 4vw, 3rem); border: 1px solid rgba(239,91,42,.45); border-radius: var(--radius); background: linear-gradient(145deg, #082d4a, #0d456c); color: white; }
.goal-card strong { display: block; color: var(--gold); font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.8rem, 8vw, 6.5rem); line-height: 1; }
.goal-card span { display: block; margin-top: .75rem; color: #cbdad5; }
.detail-list { display: grid; gap: 0; margin: 2rem 0; border-top: 1px solid var(--line); }
.detail-row { display: grid; grid-template-columns: minmax(125px,.35fr) 1fr; gap: 1.5rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.detail-row dt { color: var(--field); font-weight: 700; }
.detail-row dd { margin: 0; }
.address { padding: 1.4rem; border-left: 4px solid var(--gold); background: var(--cream); font-style: normal; }

.gallery { columns: 3 300px; column-gap: 1rem; margin-top: 3rem; }
.gallery figure { break-inside: avoid; overflow: hidden; margin: 0 0 1rem; border-radius: var(--radius); background: white; box-shadow: 0 10px 28px rgba(8,45,74,.09); }
.gallery img { transition: transform .45s ease; }
.gallery figure:hover img { transform: scale(1.02); }
.gallery figcaption { padding: .9rem 1rem 1.05rem; color: var(--ink-soft); font-size: .9rem; }
.archive-note { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; margin-top: 2.5rem; padding: 1.3rem 1.5rem; border: 1px solid rgba(239,91,42,.28); border-left: 6px solid var(--field); border-radius: var(--radius-sm); background: var(--field-light); }
.archive-note strong { color: var(--ink); }
.archive-note p { margin: 0; color: var(--ink-soft); }
.archive-number { color: var(--field); font-size: 1.35rem; font-weight: 700; line-height: 1; }
.future-photo-card { position: relative; min-height: 390px; display: grid; place-items: center; overflow: hidden; padding: 2rem; border-radius: var(--radius); background: var(--ink); color: white; text-align: center; }
.future-photo-card::before { content: ""; position: absolute; inset: 10%; border: 2px solid rgba(255,255,255,.18); }
.future-photo-card::after { content: ""; position: absolute; width: 190px; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.18); border-radius: 50%; }
.future-photo-card > div { position: relative; z-index: 1; max-width: 340px; padding: 1.5rem; background: rgba(8,45,74,.86); }
.future-photo-card strong { display: block; margin-bottom: .7rem; color: #ff936f; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; }
.gallery .portrait img { aspect-ratio: 4/5; object-fit: cover; }
.gallery .landscape img { aspect-ratio: 4/3; object-fit: cover; }

.support-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.support-panel { position: sticky; top: 110px; padding: 2rem; border-radius: var(--radius); background: var(--ink); color: white; box-shadow: var(--shadow); }
.support-panel .eyebrow { color: var(--gold); }
.support-panel h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.support-panel p { color: #d3e0dc; }
.trust-note { display: flex; gap: .8rem; align-items: flex-start; margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.18); color: #bdd0ca; font-size: .86rem; }
.trust-note svg { flex: 0 0 20px; margin-top: .15rem; }
.ways { display: grid; gap: 1rem; margin-top: 2.4rem; }
.way { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; }
.way-icon { display: grid; width: 52px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--field-light); color: var(--field); font-weight: 700; }
.way h3 { margin-bottom: .3rem; font-size: 1.25rem; }
.way p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

.faq { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.25rem 2.5rem 1.25rem 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; margin-right: -2rem; color: var(--field); font-size: 1.4rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 2rem .5rem 0; color: var(--ink-soft); }

.cta { overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); color: white; border-top: 7px solid var(--field); }
.cta-inner { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(2.5rem, 6vw, 5rem); }
.cta-inner::before { content: ""; position: absolute; width: 270px; aspect-ratio: 1; right: 12%; top: -180px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.cta h2 { max-width: 750px; font-size: clamp(2rem, 4vw, 3.8rem); }
.cta .eyebrow[style] { color: #ff936f !important; }
.cta p { max-width: 680px; margin: 1rem 0 0; color: #d4e1ea; }
.cta .button { position: relative; white-space: nowrap; }

.site-footer { padding: 4rem 0 2rem; background: #041e32; color: #d4e0e8; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 3rem; }
.footer-brand p { max-width: 420px; margin-top: 1rem; color: #9fb5ae; }
.footer-heading { margin: 0 0 1rem; color: white; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: .6rem; }
.footer-links a { color: #bdcec9; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.social-link { display: inline-flex; min-height: 48px; align-items: center; gap: .7rem; margin-top: .8rem; padding: .55rem .85rem; border: 1px solid rgba(239,91,42,.42); border-radius: 6px; background: rgba(255,255,255,.04); color: white; font-size: .86rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.social-link:hover, .social-link:focus-visible { border-color: var(--field); background: rgba(239,91,42,.12); transform: translateY(-2px); }
.social-link svg { width: 27px; height: 27px; flex: 0 0 auto; fill: none; stroke: #ff936f; stroke-width: 1.8; }
.social-link .social-dot { fill: #ff936f; stroke: none; }
.social-link b { color: #ff936f; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #829b93; font-size: .8rem; }

.mobile-donate { display: none; }
.not-found { min-height: 70svh; display: grid; place-items: center; text-align: center; }
.not-found h1 { color: var(--field); font-size: clamp(5rem, 16vw, 11rem); }

@media (max-width: 920px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; inset: 78px 0 auto; display: none; align-items: stretch; padding: 1rem; border-top: 1px solid rgba(255,255,255,.12); background: var(--ink); }
  .site-nav[data-open="true"] { display: grid; }
  .site-nav a { padding: .8rem 1rem; }
  .header-button { margin-top: .25rem; text-align: center; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-inline: max(1rem, calc((100vw - var(--max)) / 2)); }
  .hero-field { min-height: 620px; }
  .hero-image { min-height: 620px; }
  .hero-image::after { background: linear-gradient(0deg, rgba(8,45,74,.62), transparent 58%); }
  .intro-grid, .split, .support-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-number { margin-bottom: 1.8rem; }
  .support-panel { position: static; }
  .image-band { grid-template-columns: 1fr; }
  .image-band > div:first-child { min-height: 500px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .editorial-collage { grid-template-columns: 1fr 1fr; }
  .collage-copy { grid-column: 1 / -1; grid-row: auto; transform: none; }
  .collage-tile.tall { grid-column: 1; grid-row: auto; height: 520px; }
  .collage-tile.wide, .collage-tile.square { grid-column: 2; height: 245px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .brand span:last-child { font-size: .9rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .hero-copy { padding-block: 4.5rem; }
  .hero-field { min-height: 520px; }
  .hero-image { min-height: 520px; }
  .hero-era { top: 1rem; }
  .hero-note { bottom: 1rem; }
  .journey-grid, .stats-row { grid-template-columns: 1fr; }
  .stat + .stat { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-inner .button { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-donate { display: inline-flex; position: fixed; z-index: 45; left: 1rem; right: 1rem; bottom: max(1rem, env(safe-area-inset-bottom)); box-shadow: 0 12px 35px rgba(0,0,0,.32); opacity: 0; pointer-events: none; transform: translateY(calc(100% + 2rem)); }
  body[data-scrolled="true"] .mobile-donate { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-footer { padding-bottom: 7rem; }
  .editorial-collage { grid-template-columns: 1fr; }
  .collage-tile.tall, .collage-tile.wide, .collage-tile.square { grid-column: 1; height: auto; min-height: 360px; transform: none; }
  .current-collage { display: block; }
  .current-collage figure { height: auto; min-height: 360px; margin-bottom: 1rem; transform: none !important; }
  .current-collage figure:nth-child(2), .current-collage figure:nth-child(6) { min-height: 280px; }
}

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