/* ==========================================================================
   GOSHEN v3 — design system
   Palette: Untitled-3.ai (navy · saffron · azure · cream)
   Type: PP Museum (display) · PP Neue Montreal (text)
   ========================================================================== */

/* ---------- Fonts ---------- */
@font-face { font-family: "PP Museum"; src: url("../fonts/Museum Font/web/PPMuseum-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Museum"; src: url("../fonts/Museum Font/web/PPMuseum-LightItalic.woff2") format("woff2"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "PP Museum"; src: url("../fonts/Museum Font/web/PPMuseum-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Museum"; src: url("../fonts/Museum Font/web/PPMuseum-RegularItalic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "PP Neue Montreal"; src: url("../fonts/Neue Montreal/PPNeueMontreal-Book.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Neue Montreal"; src: url("../fonts/Neue Montreal/PPNeueMontreal-Italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Caveat"; src: url("../fonts/Caveat/caveat-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Neue Montreal"; src: url("../fonts/Neue Montreal/PPNeueMontreal-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  /* brand (exact from Untitled-3.ai) */
  --navy: #012e72;
  --saffron: #faa926;
  --azure: #1d89e4;
  --cream: #fef8e0;

  /* derived */
  --navy-deep: #001b47;
  --navy-soft: #3a5486;      /* muted text on cream: 7.4:1 */
  --paper: #fffcef;
  --sand: #f5ebc8;
  --sand-deep: #eadcaa;
  --saffron-deep: #d98a06;   /* hover / text-safe saffron on cream */
  --line: rgba(1, 46, 114, .14);
  --line-strong: rgba(1, 46, 114, .32);
  --line-cream: rgba(254, 248, 224, .18);

  /* type */
  --f-display: "PP Museum", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --f-text: "PP Neue Montreal", "Helvetica Neue", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-hand: "Caveat", "Bradley Hand", "Segoe Print", cursive;

  --t-hero: clamp(3.4rem, 9vw, 9.5rem);
  --t-1: clamp(2.9rem, 6.2vw, 6.6rem);
  --t-2: clamp(2.3rem, 4.4vw, 4.6rem);
  --t-3: clamp(1.6rem, 2.3vw, 2.25rem);
  --t-4: clamp(1.25rem, 1.5vw, 1.45rem);
  --t-lead: clamp(1.2rem, 1.55vw, 1.45rem);
  --t-body: 1.125rem;   /* 18px floor for older travellers */
  --t-small: .95rem;
  --t-label: .75rem;

  /* layout */
  --gutter: clamp(20px, 4vw, 64px);
  --max: 1440px;
  --radius: 22px;
  --radius-sm: 12px;
  --section: clamp(64px, 7.5vw, 116px);

  /* motion */
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-io: cubic-bezier(.76, 0, .24, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  background: var(--cream) radial-gradient(70% 45% at 100% 0%, rgba(250, 169, 38, .10), transparent 70%) no-repeat;
  color: var(--navy);
  font: 400 var(--t-body)/1.6 var(--f-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--saffron); color: var(--navy); }
:focus-visible { outline: 2px solid var(--azure); outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 200; background: var(--navy); color: var(--cream); padding: 10px 16px; border-radius: 99px; text-decoration: none; }
.skip:focus { top: 16px; }

/* ---------- Type ---------- */
.display, h1, h2, h3 { font-family: var(--f-display); font-weight: 300; letter-spacing: -.015em; line-height: 1; text-wrap: balance; }
h1 { font-size: var(--t-1); }
h2 { font-size: var(--t-2); line-height: 1.02; }
h3 { font-size: var(--t-3); line-height: 1.1; font-weight: 400; }
h4 { font: 500 var(--t-4)/1.3 var(--f-text); letter-spacing: -.005em; }
em, .it { font-style: italic; }
h1 em, h2 em, h3 em { font-family: var(--f-display); font-weight: 300; color: var(--saffron-deep); }
.on-navy h1 em, .on-navy h2 em, .on-navy h3 em { color: var(--saffron); }
p { max-width: 62ch; text-wrap: pretty; }
.lead { font-size: var(--t-lead); line-height: 1.5; }
.muted { color: var(--navy-soft); }
.label {
  font: 500 var(--t-label)/1.2 var(--f-text);
  letter-spacing: .18em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: .7em;
}
.label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--saffron); flex: none; }
.label--plain::before { display: none; }
.hand { font-family: var(--f-hand); font-weight: 500; font-size: 1.55rem; line-height: 1.1; color: var(--navy); }
.num { font-variant-numeric: tabular-nums lining-nums; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: clamp(48px, 5.5vw, 84px); }
.on-navy { background: var(--navy); color: var(--cream); }
.on-navy .muted { color: rgba(254, 248, 224, .72); }
.on-sand {
  background:
    radial-gradient(55% 60% at 88% 8%, rgba(250, 169, 38, .16), transparent 70%),
    radial-gradient(50% 55% at 6% 92%, rgba(233, 196, 150, .38), transparent 72%),
    linear-gradient(180deg, #fbf1d8, #f8ecd0);
}
.sec-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 28px clamp(32px, 6vw, 96px); align-items: end; margin-bottom: clamp(32px, 4vw, 56px); }
.sec-head .label { margin-bottom: 16px; }
.sec-head p { font-size: var(--t-lead); }
@media (max-width: 860px) { .sec-head { grid-template-columns: 1fr; } }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--navy); --fg: var(--cream);
  position: relative; display: inline-flex; align-items: center; gap: .75em;
  padding: 1.05em 1.6em; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--bg); color: var(--fg); text-decoration: none;
  font: 500 1rem/1 var(--f-text); letter-spacing: .01em; white-space: nowrap;
  overflow: hidden; isolation: isolate;
  transition: color .45s var(--ease-out), transform .45s var(--ease-out);
}
.btn::after { /* fill wipe */
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit;
  background: var(--saffron); transform: translateY(101%); transition: transform .5s var(--ease-out);
}
.btn:hover::after, .btn:focus-visible::after { transform: translateY(0); }
.btn:hover, .btn:focus-visible { color: var(--navy); }
.btn:has(.arr) { padding-right: .45em; }
.btn .arr { width: 2.1em; height: 2.1em; padding: .55em; margin-left: .35em; border-radius: 50%; background: var(--cream); color: var(--navy); flex: none; transition: transform .5s var(--ease-out), background .4s, color .4s; }
.btn:hover .arr { transform: rotate(-45deg); background: var(--navy); color: var(--cream); }
.btn--saffron .arr { background: var(--navy); color: var(--saffron); }
.btn--saffron:hover .arr { background: var(--saffron); color: var(--navy); }
.btn--saffron { --bg: var(--saffron); --fg: var(--navy); }
.btn--saffron::after { background: var(--cream); }
.btn--ghost { --bg: transparent; --fg: var(--navy); box-shadow: inset 0 0 0 1px var(--line-strong); }
.on-navy .btn--ghost { --fg: var(--cream); box-shadow: inset 0 0 0 1px var(--line-cream); }
.btn--lg { font-size: 1.1rem; padding: 1.2em 1.9em; }
.link-u { text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .5s var(--ease-out); padding-bottom: 2px; }
.link-u:hover { background-size: 100% 1px; }

/* ---------- Loader ---------- */
.loader {
  position: fixed; inset: 0; z-index: 300; background: var(--cream); color: var(--navy);
  display: grid; place-items: center; pointer-events: none;
}
.loader__mark { width: clamp(64px, 8vw, 96px); overflow: hidden; }
.loader__mark svg { width: 100%; height: auto; color: var(--navy); }
.loader__meta { position: absolute; bottom: 32px; left: var(--gutter); right: var(--gutter); display: flex; justify-content: space-between; font: 500 var(--t-label)/1 var(--f-text); letter-spacing: .2em; text-transform: uppercase; opacity: .7; }
html.no-loader .loader, html.reduced .loader { display: none; }

/* ---------- Header (floating pill) ---------- */
.hdr { position: fixed; top: 14px; left: 0; right: 0; z-index: 100; padding-inline: clamp(12px, 2vw, 28px); pointer-events: none; transition: transform .6s var(--ease-out); }
.hdr.is-hidden { transform: translateY(-130%); }
.hdr__bar { transition: padding .5s var(--ease-out), max-width .6s var(--ease-out), box-shadow .5s, background .5s; }
.hdr__nav a, .clock { transition: font-size .5s var(--ease-out), opacity .4s, transform .5s var(--ease-out); }
.hdr__logo svg { transition: transform .6s var(--ease-out); }
.hdr.is-compact .hdr__bar { max-width: 860px; padding: 4px 4px 4px 20px; gap: 14px; background: rgba(255, 252, 242, .94); box-shadow: 0 0 0 1px var(--line), 0 18px 44px -20px rgba(1, 27, 71, .45); }
.hdr.is-compact .hdr__nav { gap: 18px; }
.hdr.is-compact .hdr__nav a { font-size: .86rem; }
.hdr.is-compact .hdr__logo svg { transform: scale(.8); }
.hdr.is-compact .clock { opacity: 0; transform: translateY(-6px); width: 0; overflow: hidden; }
.hdr.is-compact .btn { padding: .6em .45em .6em 1.1em; font-size: .9rem; }
.hdr__logo { transform-origin: 50% 50%; }
.scroll-progress { position: absolute; left: 26px; right: 26px; bottom: -1px; height: 2px; border-radius: 2px; overflow: hidden; pointer-events: none; }
.scroll-progress i { position: absolute; inset: 0; background: var(--saffron); transform-origin: 0 50%; transform: scaleX(0); }
.hdr__bar {
  position: relative; pointer-events: auto; max-width: 1360px; margin-inline: auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px;
  padding: 8px 8px 8px 26px; border-radius: 999px;
  background: rgba(255, 252, 242, .86); backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 0 0 1px var(--line), 0 12px 40px -24px rgba(1, 27, 71, .45);
}
.hdr__logo { display: block; width: 138px; color: var(--navy); grid-column: 2; grid-row: 1; }
.hdr__logo svg { width: 100%; height: auto; }
.hdr__nav { display: flex; justify-content: flex-start; gap: clamp(14px, 2vw, 30px); font-size: .96rem; grid-column: 1; grid-row: 1; }
.hdr__nav a { text-decoration: none; position: relative; padding-block: 6px; }
.hdr__nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease-out); }
.hdr__nav a:hover::after, .hdr__nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.hdr__right { display: flex; align-items: center; gap: 14px; grid-column: 3; grid-row: 1; justify-self: end; }
.clock { font: 500 .8rem/1.1 var(--f-text); letter-spacing: .08em; text-transform: uppercase; display: grid; text-align: right; color: var(--navy-soft); }
.clock b { font-weight: 500; color: var(--navy); font-size: .95rem; letter-spacing: .02em; }
.hdr .btn { padding: .9em 1.3em; }
.hdr__toggle { display: none; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--navy); color: var(--cream); cursor: pointer; place-items: center; }
.hdr__toggle span { display: block; width: 18px; height: 1.5px; background: currentColor; margin: 4px auto; transition: transform .4s var(--ease-out); }
.menu { position: fixed; inset: 0; z-index: 99; background: var(--cream); color: var(--navy); padding: 110px var(--gutter) 40px; display: flex; flex-direction: column; justify-content: space-between; clip-path: inset(0 0 100% 0); transition: clip-path .8s var(--ease-io); }
.menu.is-open { clip-path: inset(0 0 0 0); }
.menu nav { display: grid; gap: 6px; }
.menu nav a { font: 300 clamp(2.6rem, 11vw, 4rem)/1.05 var(--f-display); text-decoration: none; }
.menu nav a[aria-current="page"] { color: var(--saffron-deep); font-style: italic; }
.menu__foot { display: grid; gap: 8px; font-size: 1rem; }
@media (max-width: 1080px) {
  .hdr__nav { display: none; }
  .hdr__bar { grid-template-columns: auto 1fr; }
  .hdr__logo { grid-column: 1; }
  .hdr__right { grid-column: 2; }
  .hdr__toggle { display: grid; }
  .clock { display: none; }
}
@media (max-width: 520px) { .hdr .btn { display: none; } .hdr__right { justify-self: end; } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); padding-block: 22px; white-space: nowrap; background: var(--cream); }
.marquee__track { display: inline-flex; gap: 0; animation: marq 48s linear infinite; }
.marquee span { font: 300 clamp(1.8rem, 3.4vw, 3.2rem)/1 var(--f-display); padding-inline: .55em; display: inline-flex; align-items: center; gap: 1.1em; }
.marquee span::after { content: ""; width: .32em; height: .32em; border-radius: 50%; background: var(--saffron); display: inline-block; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- Media frames ---------- */
.frame { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--sand); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--tall { aspect-ratio: 3 / 4; }
.frame--wide { aspect-ratio: 3 / 2; }

/* ---------- Soft-focus photos (progressive blur into the page, Balancia-style) ---------- */
.soft { position: relative; }
.soft::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 48%; z-index: 1; pointer-events: none;
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  -webkit-mask-image: linear-gradient(to top, #000 25%, transparent);
          mask-image: linear-gradient(to top, #000 25%, transparent);
  background: linear-gradient(to top, rgba(254, 248, 224, .42), rgba(254, 248, 224, 0));
}
.soft--right::after { left: auto; top: 0; bottom: 0; right: 0; width: 38%; height: auto;
  -webkit-mask-image: linear-gradient(to left, #000 20%, transparent); mask-image: linear-gradient(to left, #000 20%, transparent);
  background: linear-gradient(to left, rgba(255, 252, 239, .55), rgba(255, 252, 239, 0)); }
.glass { background: rgba(255, 252, 240, .62) !important; -webkit-backdrop-filter: blur(18px) saturate(1.3); backdrop-filter: blur(18px) saturate(1.3); box-shadow: 0 0 0 1px rgba(255, 255, 255, .5), 0 20px 40px -24px rgba(1, 27, 71, .4) !important; }

/* ---------- Tag / chip ---------- */
.tag { display: inline-flex; align-items: center; gap: .5em; padding: .45em .9em; border-radius: 999px; font: 500 .82rem/1 var(--f-text); letter-spacing: .02em; background: rgba(1, 46, 114, .07); color: var(--navy); }
.tag--saffron { background: var(--saffron); }
.tag--cream { background: rgba(254, 248, 224, .16); color: var(--cream); backdrop-filter: blur(8px); }
.chip { appearance: none; border: 1px solid var(--line-strong); background: transparent; border-radius: 999px; padding: .7em 1.15em; font: 500 .98rem/1 var(--f-text); cursor: pointer; transition: background .3s, color .3s, border-color .3s; }
.chip:hover { border-color: var(--navy); }
.chip[aria-pressed="true"] { background: var(--navy); color: var(--cream); border-color: var(--navy); }

/* ---------- Footer: dusk dunes, GOSHEN set behind the ridge ---------- */
.ftr {
  position: relative; overflow: hidden; color: var(--navy);
  background: linear-gradient(180deg, #c98a64 0%, #9a4f36 45%, #7d3f2d 100%);
  padding-top: clamp(44px, 4.5vw, 68px);
}
.ftr__top { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 28px clamp(24px, 3.5vw, 56px); position: relative; z-index: 4; }
.ftr__lead h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); margin-bottom: 12px; }
.ftr__lead h2 em { color: var(--saffron-deep); }
.ftr__lead p { color: var(--navy-soft); font-size: 1.05rem; margin-bottom: 20px; max-width: 36ch; }
.ftr__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ftr .btn--ghost { --fg: var(--navy); box-shadow: inset 0 0 0 1px var(--line-strong); background: rgba(255, 252, 239, .35); }
.ftr__mark { width: 40px; color: var(--saffron-deep); margin-bottom: 18px; }
.ftr__col li { display: flex; align-items: center; gap: 10px; }
.ftr__col li svg { width: 16px; height: 16px; flex: none; color: var(--saffron-deep); }
.social { display: flex; gap: 10px; margin-top: 18px; }
.social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: rgba(255, 252, 239, .45); box-shadow: inset 0 0 0 1px var(--line-strong); transition: background .35s, color .35s, box-shadow .35s; }
.social a:hover { background: var(--saffron); color: var(--navy); box-shadow: none; }
.social svg { width: 18px; height: 18px; }
.ftr__col h4 { font: 500 var(--t-label)/1.2 var(--f-text); letter-spacing: .18em; text-transform: uppercase; color: var(--saffron-deep); margin-bottom: 12px; }
.ftr__col ul { list-style: none; padding: 0; display: grid; gap: 6px; font-size: 1rem; }
.ftr__col a { text-decoration: none; color: var(--navy); }
.ftr__col a:hover { color: var(--saffron-deep); }
.ftr__col li { color: var(--navy-soft); }
/* the photo stage: a short window onto the dusk photo.
   --sh stage height, --iw/--ih rendered photo size (16:9 source, always covers the width);
   the photo is anchored so the dune ridge (≈34% up the photo) sits 36% up the stage,
   and the letters are placed from the same geometry so they always stand on the ridge.
   The sky layer spans the whole footer so there is no seam behind the links. */
.ftr {
  --sh: clamp(300px, 30vw, 460px);
  --iw: max(100vw, calc(var(--sh) * 1.7778));
  --ih: calc(var(--iw) * 0.5625);
  --base: calc(var(--sh) * 0.36 - var(--ih) * 0.34);   /* photo bottom, relative to footer bottom */
}
.ftr__stage { position: relative; width: 100%; height: var(--sh); margin-top: calc(-1 * clamp(24px, 4vw, 70px)); z-index: 1; }
.ftr__sky, .ftr__dune { position: absolute; left: 50%; bottom: var(--base); width: var(--iw); height: var(--ih); max-width: none; transform: translateX(-50%); object-fit: cover; pointer-events: none; }
.ftr__sky { z-index: 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%); mask-image: linear-gradient(to bottom, transparent 0%, #000 18%); }
.ftr__dune { z-index: 3; }
/* moving clouds (shared by hero and footer): a 2-tile strip that loops sideways */
.clouds, .ftr__clouds { position: absolute; left: 0; width: 200vw; pointer-events: none;
  background: url("../images/clouds.webp") repeat-x 0 0 / 50% 100%;
  animation: cloud-drift 140s linear infinite; }
.clouds--far, .ftr__clouds--far { animation-name: cloud-drift-rev; animation-duration: 220s; }
.ftr__clouds { z-index: 0; bottom: calc(var(--base) + var(--ih) * 0.36); height: calc(var(--ih) * 0.34); opacity: .8; }
.ftr__clouds--far { bottom: calc(var(--base) + var(--ih) * 0.46); height: calc(var(--ih) * 0.26); opacity: .45; }
@keyframes cloud-drift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes cloud-drift-rev { from { transform: scaleX(-1) translateX(0); } to { transform: scaleX(-1) translateX(-50%); } }
/* cream veil: blends the footer into the section above, 60% → 0% towards the dunes */
.ftr__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to bottom, var(--cream) 0%, rgba(254, 248, 224, .6) 24%, rgba(254, 248, 224, .28) 50%, rgba(254, 248, 224, 0) 78%); }
.ftr__word {
  position: absolute; z-index: 2; left: 50%; transform: translateX(-50%); color: var(--cream);
  bottom: calc(var(--base) + var(--ih) * 0.30);
  width: min(92vw, 1320px, calc((var(--sh) - var(--base) - var(--ih) * 0.30 - 14px) * 5.16));
}
.ftr__word svg { width: 100%; height: auto; }
/* (dune layer styled above) */
.ftr__bottom { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; display: flex; justify-content: space-between; gap: 8px 16px; flex-wrap: wrap; padding: 14px var(--gutter); font-size: .88rem; color: rgba(254, 248, 224, .82); }
.ftr__bottom a { text-decoration: none; }
@media (max-width: 960px) { .ftr__top { grid-template-columns: 1fr 1fr; } .ftr__lead { grid-column: 1 / -1; } }
@media (max-width: 560px) { .ftr__top { grid-template-columns: 1fr 1fr; } .ftr__lead { grid-column: 1 / -1; } .ftr__col:last-child { grid-column: 1 / -1; } .ftr__stage { --sh: 260px; margin-top: 0; } .ftr__bottom span:nth-child(2) { display: none; } }

/* ---------- Reveal primitives (visible at rest; JS animates from) ---------- */
.split-w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .12em; margin-bottom: -.12em; }
.split-w > span { display: inline-block; will-change: transform; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .marquee__track { animation: none; }
}
@media (max-width: 960px) {
  .ftr__veil { background: linear-gradient(to bottom, var(--cream) 0%, rgba(254, 248, 224, .7) 30%, rgba(254, 248, 224, .55) 62%, rgba(254, 248, 224, 0) 90%); }
}

/* ---------- Large displays (e.g. 5K/6K monitors, ≥2200 CSS px) ---------- */
@media (min-width: 2200px) {
  html { font-size: 20px; }
  :root { --max: 1800px; }
  .hdr__bar { max-width: 1680px; }
  .hdr.is-compact .hdr__bar { max-width: 1040px; }
  .hdr__logo { width: 164px; }
}
