/* ==========================================================================
   Ventoriah — Editorial Luxury Console Gaming
   Palette: deep graphite · dark emerald · warm ivory · copper · muted teal
   Type: Fraunces (serif display) · Archivo (grotesque body)
   ========================================================================== */

:root {
  --graphite: #1b1e1d;
  --graphite-2: #23272a;
  --graphite-soft: #2b2f31;
  --emerald: #113a2f;
  --emerald-2: #0d2c24;
  --emerald-line: #1d5044;
  --ivory: #f2e9d8;
  --ivory-2: #e9dec9;
  --ivory-dim: #d9cdb2;
  --copper: #c07a45;
  --copper-2: #d69763;
  --teal: #6a9c93;
  --ink: #1b1e1d;
  --paper-mute: #6f6656;
  --dark-mute: #a9b3ac;
  --dark-faint: #6f7a74;
  --line-dark: rgba(210, 224, 214, 0.13);
  --line-light: rgba(27, 30, 29, 0.14);
  --shadow: 0 50px 90px -50px rgba(0, 0, 0, 0.6);
  --r-s: 10px;
  --r: 20px;
  --r-l: 34px;
  --blob: 62% 38% 43% 57% / 54% 46% 54% 46%;
  --maxw: 1320px;
  --disp: "Fraunces", Georgia, serif;
  --body: "Archivo", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth; -webkit-text-size-adjust: 100%;
  overflow-x: hidden; max-width: 100%;
}
body {
  margin: 0; font-family: var(--body);
  background: var(--graphite); color: var(--ivory);
  line-height: 1.7; overflow-x: hidden; max-width: 100%;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; color: transparent; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4 { font-family: var(--disp); font-weight: 400; line-height: 1.02; letter-spacing: -0.015em; margin: 0 0 0.5em; }

.pad { width: min(100% - 2.8rem, var(--maxw)); margin-inline: auto; }
.band { padding: clamp(5rem, 11vw, 10rem) 0; position: relative; }

/* Section theming — alternating surfaces */
.paper { background: var(--ivory); color: var(--ink); }
.paper .muted { color: var(--paper-mute); }
.dark .muted, .muted { color: var(--dark-mute); }
.emerald-bg { background: linear-gradient(160deg, var(--emerald), var(--emerald-2)); color: var(--ivory); }

.overline { font-family: var(--body); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.34em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.7rem; }
.overline::before { content: ""; width: 26px; height: 1px; background: var(--copper); }
.overline.c { color: var(--copper); }
.serif-em { font-style: italic; }
.copper { color: var(--copper); }

/* Placeholder frame — looks intentional until real images drop in */
.frame { position: relative; overflow: hidden; background:
  linear-gradient(150deg, var(--emerald), var(--graphite-2));
  border: 1px solid var(--line-dark); }
.frame::after { content: attr(data-ph); position: absolute; left: 1rem; bottom: 0.8rem; font-family: var(--body); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,233,216,0.35); }
.frame.copperish { background: linear-gradient(150deg, var(--copper), var(--graphite)); }
.frame.tealish { background: linear-gradient(150deg, var(--teal), var(--emerald-2)); }
.frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.6s var(--ease); }
.frame img.loaded { opacity: 1; }

/* Buttons */
.pill { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--body); font-weight: 600; font-size: 0.9rem; padding: 0.95rem 1.7rem; border-radius: 100px; cursor: pointer; border: 1px solid transparent; transition: transform 0.4s var(--ease), background 0.3s, color 0.3s, border-color 0.3s; }
.pill svg { width: 17px; height: 17px; }
.pill-copper { background: var(--copper); color: var(--ivory); }
.pill-copper:hover { background: var(--copper-2); transform: translateY(-3px); }
.pill-line { border-color: currentColor; color: inherit; opacity: 0.9; }
.pill-line:hover { opacity: 1; transform: translateY(-3px); background: rgba(255,255,255,0.05); }
.paper .pill-line:hover { background: rgba(27,30,29,0.05); }

.arrow-link { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; font-size: 0.92rem; color: var(--copper); }
.arrow-link svg { width: 16px; height: 16px; transition: transform 0.3s var(--ease); }
.arrow-link:hover svg { transform: translateX(5px); }

/* ===================== NAV ===================== */
.topnav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.4s, border-color 0.4s, backdrop-filter 0.4s; border-bottom: 1px solid transparent; }
.topnav.solid { background: rgba(27,30,29,0.82); backdrop-filter: blur(18px); border-bottom-color: var(--line-dark); }
.nav-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.2rem 0; }
.wordmark { font-family: var(--disp); font-weight: 500; font-size: 1.4rem; letter-spacing: -0.02em; display: flex; align-items: center; gap: 0.6rem; }
.wordmark .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--copper); }
.navlinks { display: flex; align-items: center; gap: 0.2rem; }
.navlinks a { font-size: 0.86rem; font-weight: 500; color: var(--dark-mute); padding: 0.5rem 0.85rem; border-radius: 100px; transition: color 0.25s; position: relative; }
.navlinks a:hover, .navlinks a[aria-current] { color: var(--ivory); }
.navlinks a[aria-current]::after { content: ""; position: absolute; left: 50%; bottom: 0.1rem; transform: translateX(-50%); width: 5px; height: 5px; border-radius: 50%; background: var(--copper); }
.nav-right { display: flex; align-items: center; gap: 0.8rem; }
.hb { display: none; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; }
.hb span { display: block; width: 22px; height: 2px; background: var(--ivory); margin: 4px auto; border-radius: 2px; transition: 0.3s; }
.hb.on span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hb.on span:nth-child(2) { opacity: 0; }
.hb.on span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.drw { position: fixed; inset: 0 0 0 auto; width: min(84%, 350px); background: var(--emerald-2); border-left: 1px solid var(--line-dark); transform: translateX(105%); transition: transform 0.5s var(--ease); z-index: 99; padding: 6.5rem 2.2rem 2rem; display: flex; flex-direction: column; gap: 0.2rem; }
.drw.open { transform: none; }
.drw a { font-family: var(--disp); font-size: 1.4rem; padding: 0.75rem 0; border-bottom: 1px solid var(--line-dark); color: var(--ivory); }
.drw a:hover { color: var(--copper); }
.ov { position: fixed; inset: 0; background: rgba(10,12,11,0.6); opacity: 0; pointer-events: none; transition: opacity 0.4s; z-index: 98; }
.ov.show { opacity: 1; pointer-events: auto; }

/* ===================== 1. CINEMATIC INTRO ===================== */
.intro { min-height: 100svh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 8rem 0 4rem; }
.intro .frame.hero-bg { position: absolute; inset: 0; z-index: 0; border: 0; }
.intro::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(27,30,29,0.72), rgba(13,44,36,0.86)); }
.intro-inner { position: relative; z-index: 2; }
.intro .kick { color: var(--copper); margin-bottom: 1.6rem; }
.intro h1 { font-size: clamp(3.2rem, 11vw, 9.5rem); font-weight: 300; line-height: 0.92; letter-spacing: -0.03em; }
.intro h1 .l2 { display: block; padding-left: 1.4em; font-style: italic; }
.intro h1 .l3 { display: block; text-align: right; }
.intro-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-top: 3.5rem; flex-wrap: wrap; }
.intro-foot p { max-width: 42ch; color: var(--dark-mute); font-size: 1.08rem; margin: 0; }
.scrollcue { display: inline-flex; align-items: center; gap: 0.7rem; font-size: 0.74rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--dark-faint); }
.scrollcue .ln { width: 40px; height: 1px; background: var(--copper); position: relative; overflow: hidden; }
.scrollcue .ln::after { content: ""; position: absolute; inset: 0; width: 40%; background: var(--ivory); animation: slide 2s var(--ease) infinite; }
@keyframes slide { 0% { transform: translateX(-100%); } 100% { transform: translateX(300%); } }
.floaty { position: absolute; z-index: 2; }
.floaty.a { top: 22%; right: 6%; width: 120px; height: 120px; border-radius: var(--blob); background: rgba(192,122,69,0.18); border: 1px solid rgba(192,122,69,0.4); animation: morph 12s var(--ease) infinite; }
.floaty.b { bottom: 16%; right: 20%; width: 60px; height: 60px; border-radius: 50%; border: 1px solid var(--line-dark); animation: bobb 7s var(--ease) infinite; }
@keyframes morph { 0%,100% { border-radius: 62% 38% 43% 57% / 54% 46% 54% 46%; } 50% { border-radius: 40% 60% 63% 37% / 41% 58% 42% 59%; } }
@keyframes bobb { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/* ===================== 2. PLATFORM SELECTOR (interactive rows) ===================== */
.selector { display: grid; gap: 0; }
.plat-line { display: grid; grid-template-columns: 0.5fr 1.4fr 1fr auto; gap: 2rem; align-items: center; padding: 2.4rem 1rem; border-top: 1px solid var(--line-light); cursor: pointer; transition: background 0.4s var(--ease), padding 0.4s var(--ease); position: relative; }
.plat-line:last-child { border-bottom: 1px solid var(--line-light); }
.plat-line:hover { background: var(--ink); color: var(--ivory); padding-left: 2rem; padding-right: 2rem; border-radius: var(--r); }
.plat-line:hover .muted { color: var(--ivory-dim); }
.plat-line .tier { font-family: var(--disp); font-style: italic; font-size: 1.1rem; color: var(--copper); }
.plat-line h3 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); margin: 0; font-weight: 400; }
.plat-line p { margin: 0; font-size: 0.95rem; }
.plat-line .go { width: 52px; height: 52px; border-radius: 50%; border: 1px solid currentColor; display: grid; place-items: center; opacity: 0.35; transition: 0.35s; flex: 0 0 auto; }
.plat-line:hover .go { opacity: 1; background: var(--copper); border-color: var(--copper); }
.plat-line .go svg { width: 20px; height: 20px; }

/* ===================== 3. GENRE EXPLORER (broken masonry) ===================== */
.genres { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.2rem; }
.genre { position: relative; border-radius: var(--r); overflow: hidden; min-height: 220px; display: flex; align-items: flex-end; border: 1px solid var(--line-dark); background: linear-gradient(150deg, var(--emerald), var(--graphite-2)); }
.genre.g1 { background: linear-gradient(150deg, var(--copper), var(--graphite)); }
.genre.g2, .genre.g5 { background: linear-gradient(150deg, var(--teal), var(--emerald-2)); }
.genre .lab { position: relative; padding: 1.5rem; }
.genre .lab .n { font-family: var(--disp); font-size: 0.9rem; color: var(--copper); }
.genre .lab h3 { font-size: 1.6rem; margin: 0.2rem 0 0.3rem; font-weight: 400; }
.genre .lab p { margin: 0; font-size: 0.86rem; color: var(--dark-mute); }
.genre.g1 { grid-column: span 7; min-height: 340px; }
.genre.g2 { grid-column: span 5; }
.genre.g3 { grid-column: span 6; }
.genre.g5 { grid-column: span 6; }

/* ===================== 4. ECOSYSTEM VISUALIZATION (orbit) ===================== */
.eco-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; overflow: hidden; }
.orbit { position: relative; aspect-ratio: 1; max-width: 520px; margin-inline: auto; width: 100%; }
.orbit .core { position: absolute; inset: 34%; border-radius: 50%; background: var(--copper); display: grid; place-items: center; text-align: center; box-shadow: 0 0 60px rgba(192,122,69,0.4); }
.orbit .core span { font-family: var(--disp); font-size: 1rem; color: var(--ivory); padding: 0 1rem; }
.orbit .rings { position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--line-dark); }
.orbit .rings.r2 { inset: 16%; }
.orbit .rings.r3 { inset: 32%; }
.orbit .node { position: absolute; width: 74px; height: 74px; border-radius: 50%; background: var(--emerald); border: 1px solid var(--emerald-line); display: grid; place-items: center; text-align: center; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.02em; color: var(--ivory); transform: translate(-50%, -50%); }
.orbit .node.n1 { top: 4%; left: 50%; } .orbit .node.n2 { top: 32%; left: 96%; }
.orbit .node.n3 { top: 82%; left: 82%; } .orbit .node.n4 { top: 82%; left: 18%; }
.orbit .node.n5 { top: 32%; left: 4%; }
.orbit .spin { position: absolute; inset: 0; animation: orbit 40s linear infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }
.eco-copy h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 400; }
.eco-copy .rowlist { margin-top: 1.8rem; display: grid; gap: 0; }
.eco-copy .rowlist li { display: flex; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line-dark); }
.eco-copy .rowlist .idx { font-family: var(--disp); font-style: italic; color: var(--copper); }
.eco-copy .rowlist p { margin: 0; color: var(--dark-mute); font-size: 0.94rem; }

/* ===================== 5. FEATURE SHOWCASE (alternating offset) ===================== */
.feat { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; margin-bottom: clamp(3rem, 7vw, 6rem); }
.feat:last-child { margin-bottom: 0; }
.feat.flip .feat-media { order: 2; }
.feat-media { border-radius: var(--r-l); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow); }
.feat.offset .feat-media { transform: translateY(-2rem); }
.feat .cnt .num { font-family: var(--disp); font-style: italic; font-size: 1.2rem; color: var(--copper); }
.feat .cnt h3 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); font-weight: 400; margin: 0.4rem 0 0.7rem; }
.feat .cnt p { color: var(--dark-mute); margin: 0; }
.paper .feat .cnt p { color: var(--paper-mute); }

/* ===================== 6. PERFORMANCE METRICS ===================== */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line-light); border-radius: var(--r-l); overflow: hidden; }
.metric { padding: 2.6rem 2rem; border-right: 1px solid var(--line-light); }
.metric:last-child { border-right: 0; }
.metric .big { font-family: var(--disp); font-weight: 400; font-size: clamp(2.6rem, 6vw, 4.2rem); line-height: 1; }
.metric .big .u { color: var(--copper); font-size: 0.5em; }
.metric .lab { margin-top: 0.8rem; font-size: 0.9rem; }
.metric .desc { margin-top: 0.4rem; font-size: 0.82rem; opacity: 0.7; }

/* ===================== 7. EXCLUSIVE SPLIT ===================== */
.exsplit, .exsplit-2 { display: grid; grid-template-columns: 1fr 1fr; min-height: 74vh; }
.exsplit .side, .exsplit-2 .side { padding: clamp(3rem, 7vw, 6rem); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.exsplit .side.media, .exsplit-2 .side.media { padding: 0; min-height: 340px; }
.exsplit .side .frame, .exsplit-2 .side .frame { position: absolute; inset: 0; border: 0; }
.exsplit .side .tagn, .exsplit-2 .side .tagn { font-family: var(--disp); font-style: italic; color: var(--copper); font-size: 1.2rem; }
.exsplit .side h2, .exsplit-2 .side h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 400; margin: 0.5rem 0 1rem; }
.exsplit .side p, .exsplit-2 .side p { color: var(--dark-mute); max-width: 44ch; }

/* ===================== 8. COMMUNITY PHILOSOPHY ===================== */
.philo { max-width: 1000px; margin-inline: auto; text-align: center; }
.philo .big-quote { font-family: var(--disp); font-weight: 300; font-size: clamp(1.8rem, 4.4vw, 3.4rem); line-height: 1.2; letter-spacing: -0.01em; }
.philo .big-quote em { color: var(--copper); font-style: italic; }
.philo-tags { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; margin-top: 2.6rem; }
.philo-tags span { padding: 0.6rem 1.2rem; border: 1px solid var(--line-dark); border-radius: 100px; font-size: 0.85rem; color: var(--dark-mute); }
.paper .philo-tags span { border-color: var(--line-light); color: var(--paper-mute); }

/* ===================== 9. FAQ ===================== */
.qlist { max-width: 900px; margin-inline: auto; }
.q { border-bottom: 1px solid var(--line-light); }
.q button { width: 100%; text-align: left; background: none; border: 0; color: inherit; font-family: var(--disp); font-weight: 400; font-size: clamp(1.2rem, 2.4vw, 1.7rem); padding: 1.6rem 0.5rem; cursor: pointer; display: flex; justify-content: space-between; gap: 1.5rem; align-items: baseline; }
.q .mk { color: var(--copper); font-family: var(--body); font-size: 1.4rem; transition: transform 0.4s var(--ease); flex: 0 0 auto; }
.q.open .mk { transform: rotate(45deg); }
.q .a { max-height: 0; overflow: hidden; transition: max-height 0.45s var(--ease); }
.q .a p { padding: 0 0.5rem 1.6rem; margin: 0; color: var(--paper-mute); max-width: 70ch; }

/* ===================== FOOTER ===================== */
.bigfoot { background: var(--graphite); color: var(--ivory); padding: clamp(4rem, 9vw, 8rem) 0 2.5rem; }
.foot-huge { font-family: var(--disp); font-weight: 300; font-size: clamp(2.6rem, 9vw, 7rem); line-height: 0.98; letter-spacing: -0.03em; margin-bottom: 3rem; }
.foot-huge a { display: inline-flex; align-items: center; gap: 1rem; }
.foot-huge svg { width: 0.7em; height: 0.7em; color: var(--copper); }
.foot-cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; padding-top: 3rem; border-top: 1px solid var(--line-dark); }
.foot-cols p { color: var(--dark-mute); max-width: 34ch; font-size: 0.92rem; }
.foot-cols h5 { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dark-faint); margin: 0 0 1rem; font-weight: 600; }
.foot-cols a { display: block; color: var(--dark-mute); font-size: 0.92rem; padding: 0.3rem 0; transition: 0.25s; }
.foot-cols a:hover { color: var(--copper); }
.foot-end { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 2rem; margin-top: 3rem; border-top: 1px solid var(--line-dark); color: var(--dark-faint); font-size: 0.84rem; }

/* ===================== INNER PAGES ===================== */
.inhead { padding: clamp(9rem, 16vh, 13rem) 0 clamp(3rem, 6vw, 5rem); }
.inhead .crumb { font-size: 0.82rem; color: var(--dark-faint); margin-bottom: 1.6rem; letter-spacing: 0.04em; }
.inhead .crumb a:hover { color: var(--copper); }
.inhead h1 { font-size: clamp(2.8rem, 8vw, 6rem); font-weight: 300; letter-spacing: -0.02em; }
.inhead h1 em { color: var(--copper); font-style: italic; }
.inhead .lead { color: var(--dark-mute); max-width: 60ch; font-size: 1.12rem; margin-top: 1.4rem; }

/* editorial game index — asymmetric list */
.gindex { display: grid; gap: 0; }
.grow { display: grid; grid-template-columns: 0.4fr 1.3fr 1fr 0.5fr; gap: 2rem; align-items: center; padding: 1.8rem 1rem; border-top: 1px solid var(--line-dark); transition: background 0.35s var(--ease); }
.grow:last-child { border-bottom: 1px solid var(--line-dark); }
.grow:hover { background: rgba(242,233,216,0.03); }
.grow .gi { font-family: var(--disp); font-style: italic; color: var(--copper); font-size: 1.1rem; }
.grow h3 { font-size: clamp(1.4rem, 3vw, 2.1rem); font-weight: 400; margin: 0; }
.grow .meta { color: var(--dark-mute); font-size: 0.9rem; }
.grow .sc { font-family: var(--disp); font-size: 1.5rem; text-align: right; }
.grow .sc .u { color: var(--copper); font-size: 0.7em; }

/* comparison table */
.cmp-shell { border: 1px solid var(--line-dark); border-radius: var(--r-l); overflow: hidden; }
.cmp-scroll { overflow-x: auto; }
table.ctable { width: 100%; border-collapse: collapse; min-width: 760px; }
table.ctable th, table.ctable td { padding: 1.3rem 1.5rem; text-align: left; border-bottom: 1px solid var(--line-dark); font-size: 0.94rem; }
table.ctable thead th { font-family: var(--body); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dark-mute); }
table.ctable tbody th { font-family: var(--disp); font-weight: 400; font-size: 1.05rem; }
table.ctable td { color: var(--dark-mute); }
table.ctable .em { color: var(--copper); }
table.ctable tr:last-child th, table.ctable tr:last-child td { border-bottom: 0; }

/* generic split for inner */
.isplit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.isplit.rev .isplit-media { order: 2; }
.isplit-media { border-radius: var(--r-l); overflow: hidden; aspect-ratio: 5/4; box-shadow: var(--shadow); }
.checks { display: grid; gap: 1rem; margin-top: 1.6rem; }
.checks li { display: flex; gap: 0.8rem; color: var(--dark-mute); }
.checks svg { flex: 0 0 20px; width: 20px; height: 20px; stroke: var(--copper); margin-top: 3px; }

/* prose */
.prose { max-width: 760px; margin-inline: auto; }
.prose h2 { font-size: 1.7rem; font-weight: 400; margin-top: 2.6rem; }
.prose h3 { font-size: 1.25rem; font-weight: 400; margin-top: 1.8rem; }
.prose p, .prose li { color: var(--dark-mute); }
.prose ul { list-style: none; padding-left: 0; display: grid; gap: 0.6rem; margin: 1rem 0; }
.prose ul li { padding-left: 1.4rem; position: relative; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: 0.7em; width: 7px; height: 7px; border-radius: 50%; background: var(--copper); }
.prose a { color: var(--copper); }
.prose .stamp { color: var(--dark-faint); font-size: 0.9rem; }

/* contact */
.cgrid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.field { margin-bottom: 1.3rem; }
.field label { display: block; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--dark-mute); margin-bottom: 0.55rem; }
.field input, .field textarea, .field select { width: 100%; padding: 0.9rem 0; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; color: var(--ivory); font-family: inherit; font-size: 1rem; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-bottom-color: var(--copper); }
.field select option { background: var(--graphite); }
.field textarea { min-height: 130px; resize: vertical; }
.cinfo li { padding: 1.3rem 0; border-top: 1px solid var(--line-dark); }
.cinfo .k { font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dark-faint); }
.cinfo .v { font-family: var(--disp); font-size: 1.3rem; margin-top: 0.3rem; }

/* Reveal */
[data-up] { opacity: 0; transform: translateY(42px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
[data-up].shown { opacity: 1; transform: none; }
[data-up][data-delay="1"] { transition-delay: 0.1s; }
[data-up][data-delay="2"] { transition-delay: 0.2s; }
[data-up][data-delay="3"] { transition-delay: 0.3s; }

/* back to top + progress */
#totop { position: fixed; right: 1.6rem; bottom: 1.6rem; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-dark); background: var(--emerald); color: var(--ivory); cursor: pointer; display: grid; place-items: center; opacity: 0; pointer-events: none; transform: translateY(20px); transition: 0.4s var(--ease); z-index: 90; }
#totop.show { opacity: 1; pointer-events: auto; transform: none; }
#totop svg { width: 20px; height: 20px; }
#line { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: var(--copper); z-index: 200; }

/* cookie */
#cookie { position: fixed; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; z-index: 150; max-width: 540px; margin-inline: auto; padding: 1.4rem 1.6rem; border-radius: var(--r); background: var(--emerald-2); border: 1px solid var(--emerald-line); box-shadow: var(--shadow); display: none; }
#cookie.show { display: block; }
#cookie p { margin: 0 0 1rem; font-size: 0.9rem; color: var(--ivory-dim); }
#cookie .row { display: flex; gap: 0.7rem; flex-wrap: wrap; }

/* SVG divider */
.divider { display: block; width: 100%; height: 60px; }
.divider path { fill: var(--ivory); }
.divider.to-graphite path { fill: var(--graphite); }
.divider.to-emerald path { fill: var(--emerald); }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .genres { grid-template-columns: repeat(6, 1fr); }
  .genre.g1, .genre.g2, .genre.g3, .genre.g4, .genre.g5 { grid-column: span 3; min-height: 240px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(1), .metric:nth-child(2) { border-bottom: 1px solid var(--line-light); }
  .foot-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .pad { width: min(100% - 2rem, var(--maxw)); }
  .navlinks, .nav-right .pill { display: none; }
  .hb { display: block; }
  .eco-wrap, .feat, .feat.flip, .exsplit, .exsplit-2, .isplit, .isplit.rev, .cgrid { grid-template-columns: 1fr; }
  .feat.flip .feat-media, .isplit.rev .isplit-media { order: 0; }
  .feat.offset .feat-media { transform: none; }
  .plat-line { grid-template-columns: auto 1fr auto; gap: 1rem; }
  .plat-line p { display: none; }
  .plat-line:hover { padding-left: 1rem; padding-right: 1rem; }
  .grow { grid-template-columns: auto 1fr auto; }
  .grow .meta { display: none; }
  .orbit .node { width: 64px; height: 64px; font-size: 0.6rem; }
  .orbit .node.n2 { left: 90%; }
  .orbit .node.n5 { left: 10%; }
  .orbit .node.n3 { left: 78%; }
  .orbit .node.n4 { left: 22%; }
  .floaty.a { width: 80px; height: 80px; right: 4%; }
  .floaty.b { display: none; }
  .intro { padding: 7rem 0 3rem; }
  .intro h1 { font-size: clamp(2.6rem, 12vw, 4.2rem); overflow-wrap: anywhere; }
  .foot-huge { overflow-wrap: anywhere; }
  .overline { letter-spacing: 0.22em; }
}
@media (max-width: 560px) {
  .pad { width: min(100% - 1.6rem, var(--maxw)); }
  .genres { grid-template-columns: 1fr; }
  .genre.g1, .genre.g2, .genre.g3, .genre.g4, .genre.g5 { grid-column: span 1; }
  .metrics { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .foot-cols { grid-template-columns: 1fr; }
  .intro h1 .l2 { padding-left: 0; }
  .intro h1 .l3 { text-align: left; }
  .intro-foot { margin-top: 2rem; }
  .exsplit .side, .exsplit-2 .side { padding: 2.4rem 1.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-up] { opacity: 1; transform: none; }
}
