/* ══════════════════════════════════════════════════════════
   GREENSTONE INITIATIVES — interim landing page (v2)
   Cinematic chapters on near-black. Oswald italic headlines
   (brand voice), Inter body. Jade = forward motion, gold = value.
══════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&family=Inter:wght@400;500;600&display=swap');

:root {
  --bg:        #050605;
  --bg-2:      #0b0d0c;
  --bg-3:      #111514;
  --line:      rgba(245,241,232,0.10);
  --line-2:    rgba(245,241,232,0.20);
  --cream:     #F5F1E8;
  --cream-70:  rgba(245,241,232,0.88);
  --cream-50:  rgba(245,241,232,0.66);
  --jade:      #10B981;
  --teal:      #14B8A6;
  --gold:      #EAB308;
  --gold-soft: #d8b24a;
  --amber:     #F59E0B;
  --silver:    #94A3B8;
  --violet:    #A855F7;
  --font-head: 'Oswald', 'Barlow Condensed', Impact, sans-serif;
  --font-body: 'Inter', 'Helvetica Neue', -apple-system, system-ui, sans-serif;
  --max:       1240px;
  --gutter:    clamp(20px, 5vw, 56px);
  --nav-h:     88px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: var(--cream); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
::selection { background: rgba(16,185,129,0.35); color: #fff; }
:focus-visible { outline: 2px solid var(--jade); outline-offset: 3px; }

/* film grain */
body::before { content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.045; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"); }

.wrap { width: min(var(--max), 100% - 2 * var(--gutter)); margin-inline: auto; position: relative; z-index: 1; }

/* ── Type ─────────────────────────────────────────────── */
.h-display, .h-section, .h-chapter { font-family: var(--font-head); font-weight: 700; font-style: italic; text-transform: uppercase; line-height: 1.06; letter-spacing: -0.012em; color: var(--cream); }
.h-display { font-size: clamp(26px, 2.9vw, 42px); }
.h-chapter { font-size: clamp(26px, 2.9vw, 42px); }
.h-section { font-size: clamp(26px, 2.9vw, 42px); }
.h-display em, .h-chapter em { font-style: italic; color: var(--jade); }
.eyebrow { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; font-size: 12px; color: var(--jade); display: inline-flex; align-items: center; gap: 14px; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--gold { color: var(--gold-soft); }
.lede { font-size: clamp(17px, 1.3vw, 20px); line-height: 1.55; color: var(--cream-70); max-width: 60ch; }

/* ── Buttons ──────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; font-size: 14px; line-height: 1; padding: 18px 28px; border: 1px solid var(--line-2); border-radius: 2px; color: var(--cream); background: transparent; transition: border-color .25s, color .25s, background .25s, transform .25s; white-space: nowrap; }
.btn:hover { border-color: var(--cream); transform: translateY(-1px); }
.btn--primary { background: var(--jade); border-color: var(--jade); color: #04120c; }
.btn--primary:hover { background: #17d094; border-color: #17d094; }
.btn--gold { border-color: rgba(234,179,8,0.55); color: var(--gold); }
.btn--gold:hover { background: var(--gold); color: #120f02; border-color: var(--gold); }
.btn svg { width: 16px; height: 16px; flex: none; }

/* ── Nav ──────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: var(--nav-h); display: flex; align-items: center; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.nav.is-scrolled { background: rgba(5,6,5,0.8); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__logo img { height: 44px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.16em; font-size: 13.5px; color: rgba(245,241,232,0.92); transition: color .2s; }
.nav__links a:hover { color: var(--cream); }
.nav__links .btn { padding: 12px 18px; font-size: 12px; color: #04120c; }
.nav__burger { display: none; background: none; border: 0; color: var(--cream); width: 44px; height: 44px; cursor: pointer; }
.nav__burger span { display: block; width: 22px; height: 2px; background: currentColor; margin: 5px auto; }

/* ── Hero (video) ─────────────────────────────────────── */
.hero { position: relative; min-height: 92svh; display: flex; align-items: center; padding: calc(var(--nav-h) + 40px) 0 80px; isolation: isolate; overflow: hidden; background: #000; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 45%; }
.hero__shade { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(90deg, rgba(5,6,5,0.88) 0%, rgba(5,6,5,0.68) 40%, rgba(5,6,5,0.35) 70%, rgba(5,6,5,0.25) 100%),
  linear-gradient(180deg, rgba(5,6,5,0.6) 0%, rgba(5,6,5,0.15) 30%, rgba(5,6,5,0.15) 70%, var(--bg) 100%); }
.hero__content { max-width: 760px; }
.hero .eyebrow { margin-bottom: 26px; }
.hero .h-display { font-size: clamp(26px, 2.9vw, 42px); line-height: 1.08; max-width: 26ch; margin-bottom: 28px; }
.hero .lede { margin-bottom: 40px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__ctas .btn, .contact__row .btn { min-width: 232px; justify-content: center; }

/* ── Sections ─────────────────────────────────────────── */
.section { padding: clamp(60px, 7vw, 100px) 0; position: relative; overflow-x: clip; }
.section--tint { background: var(--bg-2); }

/* What we do: sticky head + rows */
.what { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.what__head { position: sticky; top: calc(var(--nav-h) + 40px); display: grid; gap: 20px; }
.what__head .lede { font-size: 17px; line-height: 1.6; }
.what__rows { display: grid; }
.row { --accent: var(--jade); display: grid; grid-template-columns: 1fr; gap: 14px; padding: 40px 0; border-top: 1px solid var(--line-2); position: relative; }
.row:last-child { border-bottom: 1px solid var(--line-2); }
.row::before { content: ""; position: absolute; left: 0; top: -1px; height: 1px; width: 0; background: var(--accent); transition: width .7s cubic-bezier(.2,.8,.2,1); }
.row:hover::before, .row.is-in::before { width: 100%; }
.row--jade { --accent: var(--jade); } .row--gold { --accent: var(--gold); } .row--teal { --accent: var(--teal); }
.row__title h3 { font-family: var(--font-head); font-weight: 700; font-style: italic; text-transform: uppercase; font-size: clamp(26px, 2.9vw, 42px); line-height: 1.06; color: var(--cream); }
.row__body p { color: var(--cream-70); margin-bottom: 18px; max-width: 58ch; }
.row__body a, .japan__copy p a { border-bottom: 1px solid rgba(245,241,232,0.35); transition: border-color .2s, color .2s; }
.row__body a:hover, .japan__copy p a:hover { color: var(--jade); border-bottom-color: var(--jade); }
.row__body ul { display: grid; gap: 0; }
.row__body li { font-size: 15px; color: var(--cream-70); padding: 10px 0; border-top: 1px solid var(--line); display: flex; gap: 14px; }
.row__body li::before { content: "—"; color: var(--accent); flex: none; }
.row__more { display: inline-block; margin-top: 18px; font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.16em; font-size: 12px; color: var(--accent); border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.row__note { font-size: 13.5px; color: var(--cream-50); margin-top: 18px; max-width: 60ch; }
.row__note a { text-decoration: underline; text-underline-offset: 3px; }

/* Value Fabric chapter */
.fabric { position: relative; isolation: isolate; overflow: hidden; padding: clamp(72px, 8vw, 120px) 0; }
.fabric__media, .japan__media, .road__media, .contact__bg, .notes__media, .games__media { position: absolute; inset: -12% 0; z-index: -2; }
.fabric__media img, .japan__media img, .road__media img, .contact__bg img, .notes__media img, .games__media img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.fabric__media img { object-position: 85% 50%; }
.fabric__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,6,5,0.97) 0%, rgba(5,6,5,0.9) 40%, rgba(5,6,5,0.55) 70%, rgba(5,6,5,0.35) 100%), linear-gradient(180deg, var(--bg) 0%, rgba(5,6,5,0) 18%, rgba(5,6,5,0) 82%, var(--bg) 100%); }
.notes, .games { isolation: isolate; overflow: clip; }
.games.section--tint { background: transparent; }
.notes__media img { object-position: 82% 28%; }
.games__media img { object-position: 68% 62%; }
.notes__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,6,5,0.97) 0%, rgba(5,6,5,0.92) 46%, rgba(5,6,5,0.74) 78%, rgba(5,6,5,0.6) 100%), linear-gradient(180deg, var(--bg) 0%, rgba(5,6,5,0.1) 20%, rgba(5,6,5,0.2) 80%, var(--bg) 100%); }
.games__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(6,8,6,0.95) 0%, rgba(6,8,6,0.88) 45%, rgba(6,8,6,0.8) 100%), linear-gradient(180deg, var(--bg-2) 0%, rgba(6,8,6,0.25) 22%, rgba(6,8,6,0.3) 78%, var(--bg-2) 100%); }
.fabric__head { margin-bottom: clamp(20px, 2.6vw, 34px); }
.fabric__head .eyebrow { margin-bottom: 22px; }
.fabric__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.fabric__copy p { color: var(--cream-70); margin-bottom: 18px; max-width: 56ch; }
.fabric__copy strong { color: var(--cream); font-weight: 600; }
.pull { font-family: var(--font-head); font-weight: 500; font-size: clamp(20px, 1.9vw, 27px); line-height: 1.3; color: var(--cream); border-left: 2px solid var(--gold); padding-left: 22px; margin: 30px 0 26px; }
.fabric__cta { margin-top: 10px; }
.strands { display: grid; gap: 12px; counter-reset: none; }
.strand { --rgb: 16,185,129; display: grid; grid-template-columns: 6px 1fr; gap: 0 18px; align-items: stretch; padding: 16px 20px 16px 0; border-bottom: 1px solid var(--line); transition: transform .35s, border-color .35s; }
.strand:hover { transform: translateX(6px); border-bottom-color: rgba(var(--rgb), 0.5); }
.strand__bar { background: linear-gradient(180deg, rgba(var(--rgb),1), rgba(var(--rgb),0.35)); box-shadow: 0 0 18px rgba(var(--rgb), 0.55); border-radius: 3px; animation: weave 3.2s ease-in-out infinite; }
.strand:nth-child(2) .strand__bar { animation-delay: .4s; } .strand:nth-child(3) .strand__bar { animation-delay: .8s; } .strand:nth-child(4) .strand__bar { animation-delay: 1.2s; } .strand:nth-child(5) .strand__bar { animation-delay: 1.6s; }
@keyframes weave { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }
.strand__name { font-family: var(--font-head); font-weight: 700; font-style: italic; text-transform: uppercase; font-size: clamp(20px, 1.8vw, 26px); line-height: 1.05; color: rgb(var(--rgb)); grid-column: 2; }
.strand__what { grid-column: 2; font-size: 13.5px; color: var(--cream-50); margin-top: 4px; }
.strand--01 { --rgb: 245,158,11; } .strand--02 { --rgb: 148,163,184; } .strand--03 { --rgb: 20,184,166; } .strand--04 { --rgb: 168,85,247; } .strand--05 { --rgb: 234,179,8; }

/* Japan chapter */
.japan { position: relative; isolation: isolate; overflow: hidden; padding: clamp(72px, 8vw, 120px) 0; display: flex; align-items: center; }
.japan__media img { object-position: 60% 45%; }
.japan__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,6,5,0.96) 0%, rgba(5,6,5,0.88) 42%, rgba(5,6,5,0.5) 72%, rgba(5,6,5,0.3) 100%), linear-gradient(180deg, var(--bg) 0%, rgba(5,6,5,0.1) 22%, rgba(5,6,5,0.1) 78%, var(--bg) 100%); }
.japan__grid { width: min(var(--max), 100% - 2 * var(--gutter)); }
.japan__copy { max-width: 640px; }
.japan__copy .eyebrow { color: var(--gold-soft); margin-bottom: 22px; }
.japan__copy .h-chapter { margin-bottom: 26px; }
.japan__copy p { color: var(--cream-70); margin-bottom: 18px; }
.japan__list { display: grid; gap: 0; margin: 26px 0; border-top: 1px solid var(--line-2); }
.japan__list li { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--cream-70); font-size: 15.5px; }
.japan__list strong { color: var(--cream); font-weight: 600; }
.japan__now { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: baseline; font-size: 15px; color: var(--cream-70); border-left: 2px solid var(--jade); padding-left: 18px; }
.japan__now span { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.16em; font-size: 12px; color: var(--jade); white-space: nowrap; }
.japan__now a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }

/* On the road + news */
.road { position: relative; isolation: isolate; overflow: hidden; padding: clamp(100px, 12vw, 170px) 0; }
.road__media img { object-position: 50% 40%; }
.road__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--bg) 0%, rgba(5,6,5,0.86) 30%, rgba(5,6,5,0.9) 100%); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); }
.split .h-section { font-size: clamp(26px, 2.9vw, 42px); margin: 0 0 22px; }
.split__intro { color: var(--cream-70); margin: -6px 0 22px; }
.list { border-top: 1px solid var(--line-2); }
.list__item { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.list__date { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; color: var(--gold-soft); }
.list__title { font-weight: 600; font-size: 17px; line-height: 1.35; }
.list__title a { border-bottom: 1px solid transparent; transition: border-color .2s; }
.list__title a:hover { border-bottom-color: var(--jade); }
.list__sub { font-size: 14px; color: var(--cream-50); margin-top: 4px; }
.list__for { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; color: var(--jade); margin-top: 8px; }
.list__empty { padding: 22px 0; color: var(--cream-50); font-size: 14px; }
.list__foot { margin-top: 24px; font-size: 14px; color: var(--cream-50); }
.list__foot a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.list__foot .btn { text-decoration: none; }

/* Field notes */
.notes__head { margin-bottom: clamp(28px, 3.4vw, 44px); }
.notes__head .eyebrow { margin-bottom: 18px; }
/* Feed: single full-width column by default (≤3 items); JS adds .feed--cols for 4+ */
.feed { display: grid; grid-template-columns: 1fr; gap: 10px; }
.feed--cols { grid-template-columns: repeat(2, 1fr); }
.feed__item { background: var(--bg); border: 1px solid var(--line); padding: 28px 30px 30px; display: grid; gap: 12px; align-content: start; transition: background .3s, border-color .3s; }
.feed__item:hover { background: var(--bg-3); border-color: var(--line-2); }
.feed__meta { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; color: var(--cream-50); }
.tag { padding: 5px 9px 4px; border: 1px solid currentColor; border-radius: 2px; }
.tag--d2f { color: var(--jade); } .tag--games { color: var(--amber); } .tag--music { color: var(--violet); } .tag--japan { color: var(--gold); } .tag--web3 { color: var(--teal); } .tag--ai { color: #5CC8F5; } .tag--other { color: var(--silver); }
.notes__all { margin-top: 22px; }
.notes__all a { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; font-size: 13px; color: var(--jade); border-bottom: 1px solid transparent; padding-bottom: 3px; transition: border-color .2s; }
.notes__all a:hover { border-bottom-color: var(--jade); }
.feed__title { font-family: var(--font-body); font-weight: 600; font-size: 18px; line-height: 1.35; }
.feed__title a:hover { color: var(--jade); }
.feed__take { font-size: 14.5px; color: var(--cream-70); border-left: 2px solid var(--gold-soft); padding-left: 14px; }
.feed--cols .feed__item:last-child:nth-child(odd) { grid-column: 1 / -1; }
.feed__empty { padding: 26px; color: var(--cream-50); grid-column: 1 / -1; }

/* Greenstone Games */
.games__head { display: grid; gap: 18px; margin-bottom: clamp(36px, 4vw, 56px); }
.games__head .lede { max-width: none; }
.titles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.title { --accent: var(--gold); position: relative; border: 1px solid var(--line-2); background: rgba(8,10,8,0.66); backdrop-filter: blur(6px) saturate(1.05); -webkit-backdrop-filter: blur(6px) saturate(1.05); display: flex; flex-direction: column; overflow: hidden; transition: border-color .3s, transform .3s; }
.title:hover { border-color: var(--accent); transform: translateY(-3px); }
.title--gold { --accent: var(--gold); } .title--jade { --accent: var(--jade); }
.title__art { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--line-2); }
.title__art img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.title:hover .title__art img { transform: scale(1.045); }
.title__cap { padding: clamp(20px, 2.4vw, 28px) clamp(22px, 2.6vw, 32px); }
.title__name { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.title__what { font-size: 15px; color: var(--cream-70); max-width: 40ch; }
.title__what a { color: var(--cream); border-bottom: 1px solid var(--accent); padding-bottom: 1px; transition: color .2s; }
.title__what a:hover { color: var(--accent); }
.games__foot { margin-top: clamp(28px, 3vw, 40px); display: flex; flex-wrap: wrap; align-items: center; gap: 18px 32px; }
.games__foot p { color: var(--cream-70); max-width: 56ch; }


/* Partners (unused, kept for reference) */
.who__head { margin-bottom: 40px; display: grid; gap: 18px; }
.partners { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner { padding: 30px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; transition: background .3s; }
.partner:hover { background: var(--bg-3); }
.partner__name { font-family: var(--font-head); font-weight: 700; font-style: italic; text-transform: uppercase; font-size: 22px; line-height: 1; }
.partner__what { font-size: 13.5px; color: var(--cream-50); }
.partners__foot { margin-top: 26px; font-size: 14px; color: var(--cream-50); }

/* Contact */
.contact { position: relative; isolation: isolate; overflow: hidden; padding: clamp(72px, 8vw, 120px) 0; }
.contact__bg img { object-position: 80% 60%; }
.contact__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,6,5,0.9) 0%, rgba(5,6,5,0.7) 45%, rgba(5,6,5,0.2) 100%), linear-gradient(180deg, var(--bg) 0%, rgba(5,6,5,0) 22%, rgba(5,6,5,0) 80%, var(--bg) 100%); }
.contact__inner { max-width: 920px; }
.contact .h-display { font-size: clamp(26px, 2.9vw, 42px); margin: 20px 0 22px; }
.contact p { color: var(--cream-70); margin-bottom: 34px; max-width: 50ch; }
.contact__links { display: flex; flex-direction: column; gap: 14px; }
.contact__email { font-family: var(--font-head); font-weight: 500; font-size: clamp(22px, 2.6vw, 34px); letter-spacing: 0.02em; color: var(--cream); display: inline-flex; align-items: center; gap: 16px; }
.contact__email:hover { color: var(--jade); }
.contact__email svg { width: 26px; height: 26px; flex: none; color: var(--gold); }
.contact__row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 10px; }
.contact__who { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; color: var(--gold-soft); margin: 0 !important; }
.contact__social { font-size: 14px; color: var(--cream-70); }
.contact__social a { text-decoration: underline; text-underline-offset: 3px; }
.contact__social a:hover { color: var(--jade); }


/* Field Notes: On the Road + Recent Happenings block */
.notes__more { margin-top: clamp(56px, 7vw, 96px); }

/* Contact form */
/* Scheduler: full-scale in a new tab (no squished inline embed) */
.contact__book { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.contact__book-or { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.16em; font-size: 12px; color: var(--cream-50); }
.contact__book-btn { white-space: normal; line-height: 1.3; text-align: center; }
.contact__book-btn svg { width: 15px; height: 15px; }
.cform__label { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; color: var(--gold-soft); }
.contact__foot { margin-top: 30px; font-size: 14px; color: var(--cream-70); }
.contact__foot .contact__who { color: var(--gold-soft); }
.contact__foot a { text-decoration: underline; text-underline-offset: 3px; }
.contact__foot a:hover { color: var(--jade); }
.cform { display: grid; gap: 16px; }
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cform__field { display: grid; gap: 7px; }
.cform__field > span { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; font-size: 11px; color: var(--cream-70); }
.cform__field > span em { font-style: normal; text-transform: none; letter-spacing: 0; color: var(--cream-50); }
.cform input, .cform textarea { font-family: var(--font-body); font-size: 15px; color: var(--cream); background: rgba(5,6,5,0.6); border: 1px solid var(--line-2); border-radius: 2px; padding: 13px 14px; width: 100%; transition: border-color .2s, background .2s; }
.cform input::placeholder, .cform textarea::placeholder { color: var(--cream-50); }
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--jade); background: rgba(5,6,5,0.8); }
.cform textarea { resize: vertical; min-height: 118px; }
.cform__hp { position: absolute; left: -9999px; width: 0; height: 0; opacity: 0; }
.cform__submit { justify-self: start; margin-top: 2px; }
.cform__status { font-size: 14px; color: var(--cream-70); margin-top: 2px; }
.cform__status.is-ok { color: var(--jade); }
.cform__status.is-err { color: var(--violet); }
.contact__aside { display: grid; gap: 14px; align-content: start; }
.contact__aside-p { color: var(--cream-70); font-size: 15px; max-width: 34ch; }

/* Footer */
.footer { padding: 40px 0 34px; border-top: 1px solid var(--line); font-size: 13px; color: var(--cream-50); position: relative; z-index: 1; background: var(--bg); }
.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 32px; align-items: center; }
.footer__logo img { height: 30px; width: auto; opacity: 0.85; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.footer a:hover { color: var(--cream); }
.footer__copy a { text-decoration: underline; text-underline-offset: 3px; }

/* Reveal (only when JS runs) */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .strand__bar { animation: none; opacity: 1; }
  .fabric__media img, .japan__media img, .road__media img, .contact__bg img, .notes__media img, .games__media img { transform: none !important; }
}

/* Legal page */
.legal { padding: calc(var(--nav-h) + 60px) 0 90px; }
.legal .h-display { font-size: clamp(36px, 5vw, 64px); margin: 18px 0 40px; }
.legal__toc { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 56px; }
.legal__toc a { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; padding: 10px 14px; border: 1px solid var(--line-2); }
.legal__toc a:hover { border-color: var(--jade); color: var(--jade); }
.legal article { max-width: 78ch; padding: 48px 0; border-top: 1px solid var(--line); }
.legal article h2 { font-family: var(--font-head); font-weight: 700; font-style: italic; text-transform: uppercase; font-size: clamp(26px, 3vw, 38px); line-height: 1.05; margin-bottom: 8px; }
.legal .meta { font-size: 13px; color: var(--gold-soft); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px; }
.legal article h3 { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; font-size: 17px; margin: 30px 0 10px; color: var(--cream); }
.legal article p { color: var(--cream-70); font-size: 15.5px; margin-bottom: 14px; }
.legal article ul { margin: 0 0 16px; }
.legal article li { color: var(--cream-70); font-size: 15px; padding: 6px 0 6px 22px; position: relative; }
.legal article li::before { content: "—"; position: absolute; left: 0; color: var(--jade); }
.legal article a { color: var(--jade); }

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 1024px) {
  .what { grid-template-columns: 1fr; }
  .what__head { position: static; }
  .fabric__grid { grid-template-columns: 1fr; }
  .partners { grid-template-columns: repeat(3, 1fr); }
  .notes__head { grid-template-columns: 1fr; align-items: start; }
  .notes__blurb { max-width: 60ch; }
}
@media (max-width: 768px) {
  body { font-size: 16px; }
  .nav__links { position: fixed; top: var(--nav-h); left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: rgba(5,6,5,0.96); border-bottom: 1px solid var(--line); padding: 10px var(--gutter) 22px; display: none; }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 14px 0; font-size: 13px; width: 100%; border-bottom: 1px solid var(--line); }
  .nav__links .btn { margin-top: 14px; width: auto; }
  .nav__burger { display: block; }
  .nav.is-scrolled, .nav.is-open { background: rgba(5,6,5,0.92); backdrop-filter: blur(14px); }
  .hero { min-height: 0; padding-top: calc(var(--nav-h) + 30px); padding-bottom: 70px; }
  .eyebrow { letter-spacing: 0.18em; font-size: 11px; }
  .eyebrow::before { display: none; }
  .hero .eyebrow { display: block; max-width: 30ch; }
  .hero__media img { object-position: 55% 40%; }
  .hero__shade { background: linear-gradient(180deg, rgba(5,6,5,0.82) 0%, rgba(5,6,5,0.62) 50%, rgba(5,6,5,0.45) 80%, var(--bg) 100%); }
  .nav__logo img { height: 34px; }
  .row { padding: 30px 0; }
  .japan { min-height: 0; }
  .split { grid-template-columns: 1fr; }
  .list__item { grid-template-columns: 1fr; gap: 6px; }
  .feed, .feed--cols { grid-template-columns: 1fr; }
  .cform__row { grid-template-columns: 1fr; }
  .titles { grid-template-columns: 1fr; }
  .partners { grid-template-columns: repeat(2, 1fr); }
  .japan__now { grid-template-columns: 1fr; gap: 6px; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .partners { grid-template-columns: 1fr; }
  .btn { width: 100%; justify-content: center; }
  .hero__ctas { flex-direction: column; }
}
