/* Cut Above Trading LLC — one-page site styles
   Layers on top of colors_and_type.css (design-system tokens). */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--cream-0); color: var(--fg-1); }

.shell { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 800px) { .shell { padding: 0 20px; } }

/* ---------------- Media frames (production replacement for the
   prototype's <image-slot> drag-drop element) ---------------- */
.media { display: block; position: relative; overflow: hidden; background: var(--cream-2); }
.media img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Awaiting-photography state: faint monogram watermark, never looks broken */
.media.empty::before { content: ''; position: absolute; inset: 0; margin: auto; width: 38%; max-width: 180px; aspect-ratio: 1; background: url('../assets/cutabove-monogram.png') center / contain no-repeat; opacity: 0.12; }
.hero-media .media { background: transparent; }
.hero-media .media.empty::before { content: none; }

/* ---------------- Buttons ---------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-body); font-weight: 600; font-size: 14px; padding: 12px 22px; border-radius: var(--r-4); border: 1px solid transparent; cursor: pointer; line-height: 1; text-decoration: none; transition: all var(--dur-1) var(--ease-out); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--brand-gold); color: var(--ink); box-shadow: 0 1px 2px rgba(42,31,20,0.18); }
.btn-primary:hover { background: var(--brand-gold-deep); color: var(--cream-0); }
.btn-ghost { background: transparent; color: var(--fg-1); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--cream-2); }
.btn-on-dark-ghost { background: transparent; color: var(--cream-0); border-color: rgba(251,246,236,0.35); }
.btn-on-dark-ghost:hover { background: rgba(251,246,236,0.12); border-color: rgba(251,246,236,0.55); }
.btn-lg { padding: 15px 28px; font-size: 15px; }

/* ---------------- Eyebrow / section heads ---------------- */
.section-eyebrow { font-weight: 600; font-size: 12px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase; color: var(--brand-red-deep); display: inline-flex; align-items: center; gap: 10px; }
.section-eyebrow::before { content: ''; display: inline-block; width: 24px; height: 1px; background: currentColor; }
.section-title { font-family: var(--font-display); font-weight: 500; font-size: clamp(36px, 4.6vw, 56px); line-height: 1.04; letter-spacing: -0.015em; color: var(--ink); margin: 14px 0 0; max-width: 760px; }
.section-lead { font-size: 17px; line-height: 1.6; color: var(--fg-2); max-width: 640px; margin: 20px 0 0; }
.on-dark .section-eyebrow { color: var(--brand-gold-soft); }
.on-dark .section-title { color: var(--cream-0); }
.on-dark .section-lead { color: var(--fg-on-dark-2); }

/* ---------------- Nav ---------------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 80; padding: 18px 0; background: transparent; border-bottom: 1px solid transparent; transition: padding var(--dur-2) var(--ease-out), background var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out); }
.nav.scrolled { padding: 10px 0; background: rgba(251, 246, 236, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-color: var(--line-1); }
.nav-inner { display: flex; align-items: center; gap: 36px; }
.nav .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; border: 0; }
.nav .brand img { height: 34px; transition: height var(--dur-2) var(--ease-out); }
.nav.scrolled .brand img { height: 28px; }
.nav .brand-text { font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: 21px; letter-spacing: -0.01em; color: var(--cream-0); transition: color var(--dur-2) var(--ease-out); }
.nav .links { display: flex; gap: 26px; flex: 1; justify-content: center; }
.nav .links a { font-size: 14px; font-weight: 500; text-decoration: none; border: 0; color: rgba(251,246,236,0.82); transition: color var(--dur-1) var(--ease-out); }
.nav .links a:hover { color: var(--cream-0); }
.nav.scrolled .brand-text { color: var(--ink); }
.nav.scrolled .links a { color: var(--fg-2); }
.nav.scrolled .links a:hover { color: var(--ink); }
.nav-cta { white-space: nowrap; }
@media (max-width: 960px) {
  .nav .links { display: none; }
  .nav-inner { justify-content: space-between; }
}

/* ---------------- Hero ---------------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; background: linear-gradient(178deg, var(--bg-dark-2) 0%, var(--espresso) 55%, #3A2B1A 100%); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media .media { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.82) saturate(1.05); }
/* Protection: a flat espresso wash to hold legibility over bright marbling,
   plus the brand's bottom-up gradient for the headline. */
.hero-protect { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(20,16,10,0.92) 0%, rgba(20,16,10,0.68) 42%, rgba(20,16,10,0.42) 72%, rgba(20,16,10,0.34) 100%); }
.hero-protect::after { content: ''; position: absolute; inset: 0; background: rgba(20,16,10,0.16); }
.hero-ornament { position: absolute; right: -110px; top: 6%; width: 560px; opacity: 0.07; transform: rotate(-12deg); pointer-events: none; }
.hero-ornament img { width: 100%; }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 160px 0 88px; pointer-events: none; }
.hero-content a, .hero-content button { pointer-events: auto; }
.hero .eyebrow { color: var(--brand-gold-soft); font-weight: 600; font-size: 12px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
.hero .eyebrow::before { content: ''; display: inline-block; width: 24px; height: 1px; background: currentColor; }
.hero h1 { font-family: var(--font-display); font-weight: 500; font-size: clamp(52px, 7.6vw, 104px); line-height: 0.98; letter-spacing: -0.02em; color: var(--cream-0); margin: 20px 0 26px; max-width: 1080px; }
.hero h1 em { font-style: italic; color: var(--brand-gold-soft); position: relative; display: inline-block; }
.hero h1 em::after { content: ''; position: absolute; left: -6%; right: -6%; top: 52%; height: 5px; background: var(--brand-red); transform: rotate(-8deg); transform-origin: left center; border-radius: 4px; }
.hero h1 .hl { display: block; overflow: hidden; padding-bottom: 0.1em; margin-bottom: -0.1em; }
.hero h1 .hl-i { display: inline-block; }
.hero .lead { font-size: 19px; line-height: 1.5; color: var(--fg-on-dark-2); max-width: 600px; margin: 0 0 36px; }
.hero .cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero-scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: rgba(251,246,236,0.5); display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; pointer-events: none; }

/* ---------------- About ---------------- */
.about { padding: var(--s-24) 0; }
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: start; }
.about-copy p { font-size: 17px; line-height: 1.7; color: var(--fg-2); margin: 0 0 20px; }
.about-copy .leaders { font-size: 14px; color: var(--fg-3); border-top: 1px solid var(--line-1); padding-top: 18px; margin-top: 28px; }
.about-media { display: flex; flex-direction: column; gap: 16px; }
.about-media .media { width: 100%; height: 420px; border-radius: var(--r-8); }
.about-media .cap { font-size: 12px; color: var(--fg-3); letter-spacing: 0.04em; }
@media (max-width: 960px) { .about-grid { grid-template-columns: 1fr; gap: 40px; } .about-media .media { height: 320px; } }

/* ---------------- Mission & vision (fullscreen panels) ---------------- */
.mv-stack { margin-bottom: var(--s-20); }
.mv-panel { min-height: 100svh; display: flex; align-items: center; padding: var(--s-24) 0; }
.mv-panel .statement { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(32px, 4.4vw, 62px); line-height: 1.12; letter-spacing: var(--tr-tight); color: var(--ink); margin: 22px 0 0; max-width: 1040px; text-wrap: balance; }
.mv-panel .statement em { font-style: italic; color: var(--brand-gold-deep); }
.mv-mission { background: var(--cream-0); border-top: 1px solid var(--line-1); }
.mv-vision { background: var(--espresso); border-bottom: 1px solid var(--hairline-gold); text-align: right; }
.mv-vision .statement { color: var(--cream-0); margin-left: auto; }
.mv-vision .statement em { color: var(--brand-gold-soft); }
.mv-vision .section-eyebrow { flex-direction: row-reverse; }
@media (max-width: 800px) {
  .mv-vision { text-align: left; }
  .mv-vision .statement { margin-left: 0; }
  .mv-vision .section-eyebrow { flex-direction: row; }
}

/* ---------------- Why choose us ---------------- */
.why { padding: 0 0 var(--s-24); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; }
.pillar { position: relative; padding: 29px 0 0; }
.pillar::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: var(--ink); transform-origin: 0 50%; }
.pillar .ic { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: var(--brand-gold-deep); margin-bottom: 18px; }
.pillar h3 { font-family: var(--font-display); font-weight: 600; font-size: 26px; margin: 0 0 10px; color: var(--ink); line-height: 1.1; }
.pillar p { font-size: 15px; line-height: 1.55; color: var(--fg-2); margin: 0; }
@media (max-width: 960px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .why-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ---------------- Stats band ---------------- */
.stats { background: var(--espresso); padding: var(--s-16) 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 8px 32px; border-left: 1px solid rgba(201,181,138,0.22); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat .n { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(40px, 4vw, 56px); color: var(--brand-gold-soft); line-height: 1; }
.stat .l { font-size: 12px; color: var(--fg-on-dark-2); margin-top: 10px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 36px 0; }
  .stat:nth-child(3) { border-left: 0; padding-left: 0; }
}

/* ---------------- Products ---------------- */
.products { padding: var(--s-24) 0; }
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.prod { background: var(--cream-1); border: 1px solid var(--line-1); border-radius: var(--r-8); overflow: hidden; transition: transform var(--dur-2) var(--ease-out), box-shadow var(--dur-2) var(--ease-out); }
.prod:hover { transform: translateY(-2px); box-shadow: var(--shadow-3); }
.prod.featured { border-color: var(--hairline-gold); }
.prod .thumb { position: relative; aspect-ratio: 4 / 3; background: var(--cream-2); overflow: hidden; }
.prod .thumb .media { position: absolute; inset: 0; width: 100%; height: 100%; transition: transform var(--dur-3) var(--ease-out); }
.prod:hover .thumb .media { transform: scale(1.04); }
/* Icon panels in place of product photography */
.prod .thumb-icon { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; background: var(--cream-2); transition: transform var(--dur-3) var(--ease-out); }
.prod:hover .thumb-icon { transform: scale(1.04); }
.prod .thumb-icon .ring { width: 104px; height: 104px; border-radius: 50%; border: 1px solid var(--hairline-gold); background: var(--cream-1); display: flex; align-items: center; justify-content: center; color: var(--brand-gold-deep); box-shadow: var(--shadow-1); }
.prod .thumb-icon .t { font-family: var(--font-mono); font-size: 12px; color: var(--espresso-3); letter-spacing: 0.02em; }
.prod .badge { position: absolute; top: 12px; left: 12px; z-index: 2; pointer-events: none; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 10px; border-radius: var(--r-pill); background: rgba(20,16,10,0.85); color: var(--cream-0); backdrop-filter: blur(8px); }
.prod.featured .badge { background: var(--brand-gold); color: var(--ink); }
.prod .body { padding: 18px 20px 20px; }
.prod .name { font-family: var(--font-display); font-weight: 600; font-size: 24px; line-height: 1.1; margin: 0 0 8px; color: var(--ink); }
.prod .desc { font-size: 14px; line-height: 1.55; color: var(--fg-2); margin: 0 0 14px; }
.prod .origins { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.prod .origins .k { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-3); font-weight: 600; margin-right: 2px; }
.prod .chip { font-size: 11px; font-weight: 600; color: var(--espresso-2); background: var(--cream-2); border: 1px solid var(--line-1); border-radius: var(--r-pill); padding: 3px 10px; }
@media (max-width: 1000px) { .prod-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .prod-grid { grid-template-columns: 1fr; } }

/* ---------------- Sourcing & quality ---------------- */
.quality { padding: 0 0 var(--s-24); }
.quality-list { margin-top: 56px; border-top: 1px solid var(--ink); }
.q-row { display: grid; grid-template-columns: 64px 280px 1fr; gap: 28px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--line-1); }
.q-row .n { font-family: var(--font-mono); font-size: 13px; color: var(--brand-gold-deep); }
.q-row h3 { font-family: var(--font-display); font-weight: 600; font-size: 26px; color: var(--ink); margin: 0; line-height: 1.1; }
.q-row p { font-size: 15px; line-height: 1.6; color: var(--fg-2); margin: 0; max-width: 620px; }
@media (max-width: 900px) { .q-row { grid-template-columns: 48px 1fr; } .q-row p { grid-column: 2; } }

/* ---------------- Infrastructure (dark) ---------------- */
.infra { background: var(--espresso); padding: var(--s-24) 0; color: var(--cream-0); position: relative; overflow: hidden; }
.infra-ghost { position: absolute; right: -24px; bottom: -0.18em; font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(160px, 22vw, 300px); line-height: 1; color: rgba(251, 246, 236, 0.04); pointer-events: none; user-select: none; }
.infra .shell { position: relative; }
.infra-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 56px; align-items: start; }
.infra-media .media { width: 100%; height: 440px; border-radius: var(--r-8); }
.infra-media .media img { object-position: center 35%; }
.infra-media .cap { font-size: 12px; color: var(--fg-on-dark-2); margin-top: 12px; letter-spacing: 0.04em; }
.infra-media .media.empty { background: rgba(251, 246, 236, 0.06); }
.infra-facts { display: flex; flex-direction: column; }
.infra-fact { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(201,181,138,0.18); }
.infra-fact:last-child { border-bottom: 1px solid rgba(201,181,138,0.18); }
.infra-fact .ic { color: var(--brand-gold-soft); padding-top: 2px; }
.infra-fact h3 { font-family: var(--font-display); font-weight: 600; font-size: 24px; color: var(--cream-0); margin: 0 0 6px; line-height: 1.1; }
.infra-fact p { font-size: 14px; line-height: 1.6; color: var(--fg-on-dark-2); margin: 0; }
.infra-fact .spec { font-family: var(--font-mono); font-size: 12px; color: var(--brand-gold-soft); margin-top: 8px; display: block; }
.infra-map { margin-top: 40px; }
.infra-map .map-label { color: var(--brand-gold-soft); }
.infra-map .map-embed { border-color: rgba(201,181,138,0.28); }
.infra-map .map-embed iframe { height: 360px; }
@media (max-width: 960px) { .infra-grid { grid-template-columns: 1fr; gap: 40px; } .infra-media .media { height: 460px; } .infra-map .map-embed iframe { height: 300px; } }

/* ---------------- Who we serve ---------------- */
.clients { padding: var(--s-24) 0 var(--s-20); }
.clients-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-1); border-bottom: 1px solid var(--line-1); margin-top: 56px; }
.client { padding: 36px 24px; border-right: 1px solid var(--line-1); display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.client:last-child { border-right: 0; }
.client .ic { color: var(--clay); }
.client .l { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--ink); line-height: 1.15; }
@media (max-width: 960px) {
  .clients-strip { grid-template-columns: 1fr 1fr; }
  .client { border-bottom: 1px solid var(--line-1); }
  .client:nth-child(2n) { border-right: 0; }
  .client:nth-child(5) { border-bottom: 0; grid-column: 1 / -1; }
}

/* ---------------- Contact ---------------- */
.contact { padding: 0 0 var(--s-24); }
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; margin-top: 56px; align-items: start; }
.quote-card { background: var(--cream-1); border: 1px solid var(--hairline-gold); border-radius: var(--r-8); box-shadow: var(--shadow-2); padding: 36px; }
.quote-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 30px; color: var(--ink); margin: 0 0 24px; }
.quote-card h3 { margin-bottom: 12px; }
.form-intro { font-size: 15px; line-height: 1.6; color: var(--fg-2); margin: 0 0 22px; }
.ms-form { width: 100%; min-height: 760px; border: 0; border-radius: var(--r-4); display: block; }
.contact-info { display: flex; flex-direction: column; gap: 0; }
.contact-row { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line-1); align-items: start; }
.contact-row:first-child { border-top: 0; padding-top: 0; }
.contact-row .ic { color: var(--brand-gold-deep); padding-top: 2px; }
.contact-row .k { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 4px; }
.contact-row .v { font-size: 15px; color: var(--fg-1); line-height: 1.55; }
.contact-row .v a { font-weight: 500; }
/* Map embeds (head office + facility location) */
.map-block { margin-top: 28px; }
.map-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-gold-deep); margin-bottom: 10px; }
.map-embed { border: 1px solid var(--line-1); border-radius: var(--r-6); overflow: hidden; box-shadow: var(--shadow-1); }
.map-embed iframe { display: block; width: 100%; height: 240px; border: 0; }
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } .form-grid { grid-template-columns: 1fr; } }

/* ---------------- Footer ---------------- */
.footer { background: var(--bg-dark-2); color: var(--cream-0); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(201,181,138,0.18); }
.footer h6 { font-size: 11px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase; color: var(--brand-gold-soft); margin: 0 0 16px; font-weight: 600; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer ul a { color: var(--cream-0); text-decoration: none; border: 0; opacity: 0.85; font-size: 14px; transition: opacity var(--dur-1) var(--ease-out), color var(--dur-1) var(--ease-out); }
.footer ul a:hover { opacity: 1; color: var(--brand-gold-soft); }
.footer .brand-block img { height: 40px; }
.footer .brand-block .tag { font-family: var(--font-display); font-style: italic; font-size: 24px; margin: 14px 0 8px; }
.footer .brand-block .addr { font-size: 13px; opacity: 0.65; line-height: 1.55; max-width: 280px; }
.footer .licence { font-family: var(--font-mono); font-size: 11px; color: var(--fg-on-dark-2); margin-top: 14px; opacity: 0.8; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 24px; font-size: 12px; opacity: 0.55; flex-wrap: wrap; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ---------------- WhatsApp FAB ---------------- */
.wa-fab { position: fixed; bottom: 24px; right: 24px; z-index: 70; width: 56px; height: 56px; border-radius: 50%; background: var(--ok); color: var(--cream-0); display: flex; align-items: center; justify-content: center; text-decoration: none; border: 0; box-shadow: 0 14px 32px -8px rgba(42,31,20,0.32), 0 4px 12px rgba(42,31,20,0.16); transition: transform var(--dur-2) var(--ease-out), background var(--dur-1) var(--ease-out); }
.wa-fab:hover { background: #3F632F; transform: translateY(-2px); color: var(--cream-0); }
.wa-fab svg { width: 28px; height: 28px; }

/* =========================================================
   Dead-timeline fallback — html.no-fx is added by site.js
   when the animation clock never ticks (some embedded
   contexts). Everything snaps to its final visible state.
   ========================================================= */
html.no-fx { scroll-behavior: auto; }
html.no-fx *, html.no-fx *::before, html.no-fx *::after { animation: none !important; transition: none !important; }
html.no-fx .reveal { opacity: 1; transform: none; }
html.no-fx .reveal .section-title { clip-path: none; transform: none; }
html.no-fx .reveal .section-eyebrow::before { width: 24px; }
html.no-fx .pillar.reveal::before { transform: none; }
html.no-fx .stat.reveal .n { opacity: 1; transform: none; }

/* ---------------- Scroll progress hairline ---------------- */
.progress-cut { position: fixed; top: 0; left: 0; width: 100%; height: 2px; background: var(--brand-gold); transform: scaleX(0); transform-origin: 0 50%; z-index: 95; pointer-events: none; }

/* ---------------- Origins ticker ---------------- */
.ticker { overflow: hidden; border-bottom: 1px solid var(--line-1); padding: 24px 0; }
.ticker-track { display: flex; width: max-content; }
.ticker .tgroup { display: flex; align-items: center; gap: 56px; padding-right: 56px; }
.ticker .tgroup span { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 26px; color: var(--espresso-3); white-space: nowrap; }
.ticker .tgroup .tsep { color: var(--brand-gold); font-style: normal; font-size: 20px; }

/* =========================================================
   Motion suite — entrance choreography + scroll reveals.
   Everything gated on prefers-reduced-motion so the page is
   fully readable with motion off (and in print).
   ========================================================= */
@media (prefers-reduced-motion: no-preference) {

  /* --- Hero entrance: lines rise, then the knife cuts --- */
  .hero .eyebrow { animation: fxFade 0.7s var(--ease-out) 0.08s both; }
  .hero .hl-i { animation: hlRise 0.85s var(--ease-out) both; }
  .hero .hl:nth-child(1) .hl-i { animation-delay: 0.18s; }
  .hero .hl:nth-child(2) .hl-i { animation-delay: 0.30s; }
  .hero .hl:nth-child(3) .hl-i { animation-delay: 0.42s; }
  .hero h1 em::after { animation: slashCut 0.5s var(--ease-out) 1.25s both; }
  .hero .lead { animation: fxFade 0.7s var(--ease-out) 0.62s both; }
  .hero .cta-row { animation: fxFade 0.7s var(--ease-out) 0.78s both; }
  .hero-ornament { animation: ornIn 1.6s var(--ease-out) 0.3s both; }
  .hero-scroll-hint { animation: fxFade 1s var(--ease-out) 1.7s both; }
  .nav { animation: navIn 0.8s var(--ease-out) 1.05s both; }
  .wa-fab { animation: fxFade 0.8s var(--ease-out) 1.9s both; }

  /* --- Origins ticker drift --- */
  .ticker-track { animation: tickerMove 56s linear infinite; }

  /* --- Scroll reveals --- */
  .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .reveal.in { opacity: 1; transform: none; }

  /* Section titles unmask from beneath a clip line */
  .reveal .section-title { clip-path: inset(0 0 100% 0); transform: translateY(26px); transition: clip-path 0.9s var(--ease-out) 0.05s, transform 0.9s var(--ease-out) 0.05s; }
  .reveal.in .section-title { clip-path: inset(-12% 0 -12% 0); transform: none; }

  /* Eyebrow dash draws out */
  .reveal .section-eyebrow::before { width: 0; transition: width 0.7s var(--ease-out) 0.2s; }
  .reveal.in .section-eyebrow::before { width: 24px; }

  /* Pillar rules draw left-to-right */
  .pillar.reveal::before { transform: scaleX(0); transition: transform 0.9s var(--ease-out) 0.15s; }
  .pillar.reveal.in::before { transform: scaleX(1); }

  /* Stat numerals rise as they count */
  .stat.reveal .n { opacity: 0; transform: translateY(40%); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .stat.reveal.in .n { opacity: 1; transform: none; }

  @keyframes fxFade { from { opacity: 0; transform: translateY(12px); } }
  @keyframes navIn { from { opacity: 0; transform: translateY(-10px); } }
  @keyframes hlRise { from { transform: translateY(112%); } }
  @keyframes slashCut { from { transform: rotate(-8deg) scaleX(0); } to { transform: rotate(-8deg) scaleX(1); } }
  @keyframes ornIn { from { opacity: 0; transform: rotate(-12deg) translateY(30px); } }
  @keyframes tickerMove { to { transform: translateX(-50%); } }
}

/* ---------------- Sourcing globe ---------------- */
.globe { padding: var(--s-24) 0 var(--s-12); }
.globe-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 64px; align-items: center; }
.globe-stage { position: relative; width: 100%; max-width: 560px; aspect-ratio: 1; margin-left: auto; }
.globe-stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.globe-cap { text-align: center; font-size: 12px; color: var(--fg-3); letter-spacing: 0.04em; margin-top: 8px; }
.origin-list { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; border-top: 1px solid var(--ink); }
.origin-row { display: flex; align-items: baseline; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line-1); }
.origin-row .code { font-family: var(--font-mono); font-size: 12px; color: var(--brand-gold-deep); min-width: 34px; }
.origin-row .nm { font-size: 15px; font-weight: 500; color: var(--fg-1); }
.origin-row .dest { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: var(--fg-3); }
@media (max-width: 960px) {
  .globe-grid { grid-template-columns: 1fr; gap: 40px; }
  .globe-stage { margin: 0 auto; }
  .origin-list { grid-template-columns: 1fr; }
}
