/* MSB Intel — dark cinematic wire desk. Satoshi + Instrument Serif + Chivo Mono.
   Palette: ink-black base, cream text, MSB red committed, antique gold, signal green. */

:root {
  --bg: #0A0A0B;
  --bg-raise: #111113;
  --panel: #141416;
  --ink: #EDE9E0;
  --ink-dim: #9C988E;
  --ink-faint: #5E5B53;
  --line: rgba(228, 222, 210, 0.09);
  --line-strong: rgba(228, 222, 210, 0.2);
  --red: #E51A22;
  --red-soft: rgba(229, 26, 34, 0.14);
  --gold: #E2B96F;
  --gold-deep: #B98E45;
  --green: #45D46C;
  --blue: #6FA8E2;
  --sans: "Satoshi", -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "Chivo Mono", ui-monospace, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 64px; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.shell { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
::selection { background: var(--red); color: #fff; }

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

/* cursor glow */
.glow { position: fixed; width: 640px; height: 640px; border-radius: 50%; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(229, 26, 34, 0.07) 0%, rgba(226, 185, 111, 0.03) 40%, transparent 70%);
  transform: translate(-50%, -50%); transition: opacity 0.4s var(--ease); opacity: 0; }
body:hover .glow { opacity: 1; }

/* ── Scroll progress ──────────────────────── */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2.5px; background: linear-gradient(90deg, var(--red), var(--gold)); transform-origin: left; transform: scaleX(0); z-index: 1000; }

/* ── The tape ─────────────────────────────── */
.tape { background: #060607; border-bottom: 1px solid var(--line); color: var(--ink); display: flex; align-items: stretch; height: 42px; overflow: hidden; position: relative; z-index: 2; }
.tape-clock { display: flex; align-items: center; gap: 14px; padding: 0 18px; border-right: 1px solid var(--line); flex-shrink: 0; font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; }
.tape-mark { background: var(--red); color: #fff; font-weight: 700; padding: 2px 8px; letter-spacing: 0.1em; }
#utc-clock { color: var(--ink-dim); }
.tape-track-clip { overflow: hidden; flex: 1; display: flex; align-items: center; }
.tape-track { display: flex; gap: 40px; white-space: nowrap; font-family: var(--mono); font-size: 12.5px; animation: tape-scroll 60s linear infinite; padding-left: 24px; will-change: transform; }
.tape-track:hover { animation-play-state: paused; }
.tape-track .qt img { width: 15px; height: 15px; border-radius: 50%; vertical-align: -3px; margin-right: 7px; }
.tape-track .qt b { font-weight: 700; margin-right: 8px; }
.tape-track .qt span { color: var(--ink-dim); margin-right: 8px; }
.up { color: var(--green); }
.down { color: #FF6B61; }
.tape-loading { color: var(--ink-dim); }
@keyframes tape-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Masthead ─────────────────────────────── */
.masthead { position: relative; padding-top: clamp(18px, 2.5vw, 30px); z-index: 2; }
.masthead::after { content: ""; position: absolute; top: -30%; left: 50%; transform: translateX(-50%); width: 90vw; height: 130%;
  background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(229, 26, 34, 0.16), rgba(226, 185, 111, 0.05) 45%, transparent 70%); pointer-events: none; z-index: -1; }
.masthead-grid { display: grid; grid-template-columns: 1fr auto 1fr; grid-template-areas: "date date date" "tag title side"; align-items: center; column-gap: 32px; }
.masthead-date { grid-area: date; font-size: 11.5px; letter-spacing: 0.1em; color: var(--ink-dim); text-transform: uppercase; border-bottom: 1px solid var(--line); padding-bottom: 10px; margin-bottom: 18px; text-align: center; }
.masthead-title { grid-area: title; font-weight: 900; font-size: clamp(2.4rem, 6vw, 4.6rem); letter-spacing: -0.03em; line-height: 0.92; text-align: center; animation: rise-in 0.8s var(--ease) both; }
@keyframes rise-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.masthead-title .ml { display: inline-block; animation: rise-in 0.65s var(--ease) both; animation-delay: calc(var(--li) * 45ms); }
.masthead-dot { display: inline-block; width: 0.14em; height: 0.14em; background: var(--red); margin-left: 0.06em; }
.masthead-tag { grid-area: tag; justify-self: start; font-family: var(--serif); font-size: clamp(1.1rem, 1.8vw, 1.45rem); font-style: italic; color: var(--ink-dim); }
.masthead-tag em { font-style: italic; color: var(--gold); }
.masthead-side { grid-area: side; display: flex; justify-content: flex-end; align-items: center; }
.btn-follow { display: inline-flex; align-items: center; background: var(--ink); color: var(--bg); font-weight: 700; font-size: 13.5px; letter-spacing: 0.02em; padding: 12px 22px; border-radius: 100px; transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.2s var(--ease); will-change: transform; }
.btn-follow::after { content: "→"; width: 0; overflow: hidden; opacity: 0; transition: width 0.3s var(--ease), opacity 0.3s var(--ease), margin-left 0.3s var(--ease); }
.btn-follow:hover { background: var(--red); color: #fff; }
.btn-follow:hover::after { width: 1em; opacity: 1; margin-left: 8px; }
.redrule { height: 2px; background: linear-gradient(90deg, var(--red) 0%, var(--gold) 60%, transparent 100%); margin-top: clamp(16px, 2.5vw, 24px); transform-origin: left; animation: rule-draw 1s 0.3s var(--ease) both; }
@keyframes rule-draw { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); margin-left: 2px; animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }

/* ── Nav + digest ─────────────────────────── */
.mast-nav { display: flex; flex-wrap: wrap; gap: 10px clamp(16px, 2.5vw, 34px); align-items: baseline; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; padding-top: 16px; animation: rise-in 0.7s 0.35s var(--ease) both; }
.mast-nav a { color: var(--ink-dim); transition: color 0.2s var(--ease); }
.mast-nav a:hover { color: var(--gold); }
.mast-nav .nav-contact { margin-left: auto; color: var(--red); }
.mast-nav .nav-contact:hover { color: var(--ink); }
.digest { display: flex; gap: 26px; align-items: baseline; font-size: 12px; color: var(--ink-dim); border-bottom: 1px solid var(--line); padding-top: 14px; padding-bottom: 14px; overflow: hidden; white-space: nowrap; animation: rise-in 0.7s 0.5s var(--ease) both; }
.digest b { color: var(--gold); font-weight: 700; letter-spacing: 0.1em; flex-shrink: 0; }
.digest a { color: var(--ink-dim); overflow: hidden; text-overflow: ellipsis; transition: color 0.2s var(--ease); }
.digest a:hover { color: var(--ink); }
.digest .dsq { color: var(--red); margin-right: 8px; }

/* ── Section labels ───────────────────────── */
.section-label { display: flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 900; letter-spacing: 0.2em; }
.label-block { width: 11px; height: 11px; background: var(--red); }

/* ── Category colors ──────────────────────── */
.tag { display: inline-block; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; padding: 3px 8px; border-radius: 3px; background: var(--red); color: #fff; }
.tag.t-policy { background: transparent; color: var(--gold); border: 1px solid var(--gold-deep); }
.tag.t-macro { background: transparent; color: var(--green); border: 1px solid rgba(69, 212, 108, 0.45); }
.tag.t-products, .tag.t-rails { background: transparent; color: var(--blue); border: 1px solid rgba(111, 168, 226, 0.45); }
.tag.t-exchanges, .tag.t-stablecoins { background: var(--red-soft); color: #FF7A72; border: 1px solid rgba(229, 26, 34, 0.4); }
.tag-outline { display: inline-block; border: 1px solid var(--gold-deep); color: var(--gold); font-family: var(--mono); font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; padding: 4px 10px; border-radius: 3px; }

/* ── Front: wire · lead · rail ────────────── */
.front { display: grid; grid-template-columns: 3.2fr 5.6fr 3.2fr; gap: 0; padding: clamp(30px, 4vw, 52px) 0 clamp(40px, 5vw, 72px); position: relative; z-index: 1; }
.front > .wire { order: 1; padding-right: clamp(18px, 2.2vw, 32px); }
.front > .lead { order: 2; border-left: 1px solid var(--line); border-right: 1px solid var(--line); padding: 0 clamp(22px, 3vw, 44px); text-align: center; }
.front > .rail { order: 3; padding-left: clamp(18px, 2.2vw, 32px); }
.kicker { font-size: 12px; letter-spacing: 0.06em; color: var(--ink-dim); display: flex; align-items: center; gap: 12px; justify-content: center; font-family: var(--mono); }
.lead-head { font-family: var(--sans); font-weight: 900; font-size: clamp(2rem, 4.2vw, 3.3rem); line-height: 1.02; letter-spacing: -0.025em; margin: 22px auto 20px; max-width: 17ch; }
.lead-head em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); letter-spacing: -0.01em; }
.lead-art { margin: 0 0 22px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); position: relative; }
.lead-art::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 60px rgba(0,0,0,0.45); pointer-events: none; }
.lead-art img { width: 100%; display: block; aspect-ratio: 16 / 8.2; object-fit: cover; transform: scale(1.02); transition: transform 0.8s var(--ease); }
.lead-art:hover img { transform: scale(1.06); }
.lead-deck { font-size: clamp(1rem, 1.4vw, 1.1rem); line-height: 1.6; color: var(--ink-dim); max-width: 54ch; margin: 0 auto; }
.lead-why { margin: 16px auto 0; font-size: 14.5px; line-height: 1.6; color: var(--ink-faint); max-width: 60ch; padding-top: 16px; border-top: 1px solid var(--line); text-align: left; }

.spark-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: clamp(24px, 3vw, 36px); }
.spark { background: var(--bg-raise); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px 12px; transition: transform 0.3s var(--ease), border-color 0.3s var(--ease); text-align: left; }
.spark:hover { transform: translateY(-3px); border-color: var(--gold-deep); }
.spark figcaption { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; margin-bottom: 8px; }
.spark figcaption b { font-weight: 700; letter-spacing: 0.08em; display: flex; align-items: center; gap: 7px; }
.spark figcaption b img { width: 17px; height: 17px; border-radius: 50%; }
.spark-price { color: var(--gold); }
.spark canvas { width: 100%; height: 48px; display: block; }
.spark-meta { font-size: 10px; color: var(--ink-faint); letter-spacing: 0.1em; margin-top: 8px; text-transform: uppercase; }

.wire-list { list-style: none; margin-top: 18px; }
.wire-list li { display: grid; grid-template-columns: 44px 88px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: start; }
.wthumb { width: 88px; height: 88px; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); margin-top: 2px; transition: border-color 0.3s var(--ease), transform 0.3s var(--ease); }
.wire-list li:hover .wthumb { border-color: var(--gold-deep); transform: scale(1.04); }
.wire-list time { font-size: 11px; color: var(--ink-faint); letter-spacing: 0.05em; padding-top: 4px; font-family: var(--mono); }

/* secondary visual stories under the lead */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.duo-card { display: flex; flex-direction: column; text-align: left; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg-raise); transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.duo-card:hover { border-color: var(--gold-deep); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,0.45); }
.duo-card img { width: 100%; aspect-ratio: 16 / 7.5; object-fit: cover; }
.duo-card div { padding: 14px 16px 16px; }
.duo-card b { display: block; font-weight: 700; font-size: 14.5px; line-height: 1.35; margin-top: 10px; letter-spacing: -0.01em; }
.duo-card p { font-size: 12.5px; color: var(--ink-dim); line-height: 1.5; margin-top: 6px; }
.duo-card:hover b { color: var(--gold); }
@media (max-width: 640px) { .duo { grid-template-columns: 1fr; } }
.wire-list .tag { margin-right: 8px; vertical-align: 2px; }
.wire-list a { font-weight: 700; font-size: 15px; line-height: 1.35; letter-spacing: -0.01em;
  background-image: linear-gradient(var(--gold), var(--gold)); background-size: 0% 1px; background-repeat: no-repeat; background-position: 0 100%;
  transition: background-size 0.35s var(--ease), color 0.2s var(--ease); }
.wire-list a:hover { color: var(--gold); background-size: 100% 1px; }
.wire-list p { font-size: 13px; color: var(--ink-dim); line-height: 1.5; margin-top: 4px; }
.wire-more { display: inline-block; margin-top: 16px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: var(--red); font-family: var(--mono); }
.wire-more:hover { color: var(--gold); }

/* ── Rail ─────────────────────────────────── */
.rail { display: flex; flex-direction: column; gap: 26px; }
.glance { margin-top: 18px; }
.glance > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 8px; margin: 0 -8px; border-bottom: 1px solid var(--line); border-radius: 6px; transition: background 0.25s var(--ease); }
.glance > div:hover { background: var(--bg-raise); }
.glance dt { font-size: 12.5px; color: var(--ink-dim); }
.glance dd { font-size: 13.5px; font-weight: 700; color: var(--gold); font-family: var(--mono); }
.rail-h { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; color: var(--red); margin-bottom: 10px; }
.rail-interviews { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: linear-gradient(180deg, #131316, #0B0B0D); transition: border-color 0.35s var(--ease), transform 0.35s var(--ease); }
.rail-interviews:hover { border-color: var(--gold-deep); transform: translateY(-3px); }
.rail-interviews > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.ri-body { padding: 18px 18px 20px; }
.ri-title { font-weight: 900; font-size: 19px; letter-spacing: -0.01em; line-height: 1.15; margin-bottom: 9px; color: var(--ink); }
.ri-title em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.ri-body p:not(.ri-title):not(.ri-note) { font-size: 13px; line-height: 1.6; color: var(--ink-dim); margin-bottom: 11px; }
.ri-note { font-size: 9.5px; letter-spacing: 0.14em; color: var(--red); margin-bottom: 13px; }
.ri-link { font-size: 10.5px; letter-spacing: 0.12em; color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold-deep); padding-bottom: 2px; transition: color 0.3s var(--ease); }
.ri-link:hover { color: var(--ink); }
.flipwatch p { font-size: 14px; line-height: 1.55; color: var(--ink-dim); }
.flipwatch b { color: var(--ink); }
.killed-box { border-top: 1px solid var(--line-strong); padding-top: 16px; }
.lanes-list { list-style: none; }
.lanes-list li { border-bottom: 1px solid var(--line); }
.lanes-list a { display: block; font-weight: 700; font-size: 14px; padding: 10px 0 10px 18px; position: relative; transition: color 0.25s var(--ease), padding-left 0.25s var(--ease); }
.lanes-list a::before { content: ""; position: absolute; left: 0; top: 50%; margin-top: -4px; width: 8px; height: 8px; background: var(--red); transition: transform 0.25s var(--ease), background 0.25s var(--ease); }
.lanes-list a:hover { color: var(--gold); padding-left: 24px; }
.lanes-list a:hover::before { transform: rotate(45deg); background: var(--gold); }
.killed-note { font-size: 10.5px; color: var(--ink-faint); letter-spacing: 0.06em; margin-top: 12px; }

/* ── Data desk ────────────────────────────── */
.datadesk-wrap { margin: 0 calc(50% - 50vw); background: linear-gradient(180deg, #060607, var(--bg) 90%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.datadesk { max-width: 1320px; margin: 0 auto; padding: clamp(36px, 5vw, 64px) clamp(20px, 4vw, 56px); }
.datadesk-head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; flex-wrap: wrap; }
.datadesk-stamp { font-size: 11.5px; letter-spacing: 0.12em; color: var(--gold); }
.datadesk-hero { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(28px, 4vw, 52px); align-items: end; margin-top: clamp(24px, 3vw, 40px); }
.feature-chart figcaption { display: flex; justify-content: space-between; align-items: baseline; font-size: 12px; letter-spacing: 0.1em; margin-bottom: 12px; }
.fc-label { color: var(--ink-dim); }
.fc-price { color: var(--gold); font-size: 16px; font-weight: 700; }
.feature-chart canvas { width: 100%; height: 200px; display: block; }
.fc-meta { font-size: 10px; letter-spacing: 0.12em; color: var(--ink-faint); margin-top: 10px; text-transform: uppercase; }
.sharebar-label { font-size: 10.5px; letter-spacing: 0.14em; color: var(--ink-dim); margin-bottom: 10px; }
.sharebar { display: flex; height: 34px; overflow: hidden; background: var(--bg-raise); border-radius: 6px; gap: 2px; }
.sharebar .seg { height: 100%; transition: flex-grow 1s var(--ease); min-width: 2px; }
.sharebar-legend { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 10px; font-size: 11px; color: var(--ink-dim); letter-spacing: 0.04em; }
.sharebar-legend .sw { display: inline-block; width: 9px; height: 9px; margin-right: 6px; vertical-align: -1px; border-radius: 2px; }
.datadesk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 44px); margin-top: clamp(28px, 3.5vw, 44px); }
.dtable h4 { font-size: 11.5px; letter-spacing: 0.14em; color: var(--ink-dim); font-weight: 500; border-bottom: 2px solid var(--red); padding-bottom: 8px; font-family: var(--mono); }
.dtable table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.dtable th { text-align: left; font-family: var(--mono); font-weight: 400; font-size: 10.5px; letter-spacing: 0.1em; color: var(--ink-faint); padding: 10px 0 6px; border-bottom: 1px solid var(--line); text-transform: uppercase; }
.dtable td { padding: 8px 0; border-bottom: 1px solid var(--line); }
.dtable tbody tr { opacity: 0; transform: translateY(6px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); transition-delay: calc(var(--i, 0) * 45ms); }
.datadesk.in .dtable tbody tr { opacity: 1; transform: none; }
.dtable .num, .dtable td.num { text-align: right; font-family: var(--mono); font-size: 12.5px; }
.dtable td:first-child { font-family: var(--mono); color: var(--ink-faint); font-size: 11px; width: 24px; }
.dtable .gap { color: var(--gold); }
.dt-loading { color: var(--ink-faint); font-size: 12px; }
.datadesk-note { margin-top: clamp(20px, 2.5vw, 32px); font-size: 11.5px; color: var(--ink-faint); letter-spacing: 0.03em; }

/* ── Names: flip cards ────────────────────── */
.names { padding: clamp(40px, 6vw, 80px) 0; }
.names-stand { font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 2vw, 1.5rem); color: var(--ink-dim); margin: 16px 0 clamp(26px, 3.5vw, 44px); max-width: 46ch; }
.names-stand em { color: var(--gold); }
/* Figures: slow rotating carousel — coverage breadth, not a fixed club */
.faces-marquee { overflow: hidden; padding: 10px 0 4px;
  mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent); }
.faces-track { display: flex; gap: clamp(34px, 4vw, 60px); width: max-content; animation: tape-scroll 55s linear infinite; }
.faces-track:hover { animation-play-state: paused; }
.face-chip { display: flex; flex-direction: column; align-items: center; gap: 3px; width: 128px; flex-shrink: 0; }
.face-chip img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-deep); box-shadow: 0 0 0 4px rgba(226, 185, 111, 0.08), 0 10px 26px rgba(0, 0, 0, 0.45); margin-bottom: 9px; transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease); }
.face-chip:hover img { transform: translateY(-4px) scale(1.04); box-shadow: 0 0 0 4px rgba(229, 26, 34, 0.25), 0 16px 34px rgba(0, 0, 0, 0.55); }
.face-chip b { font-weight: 700; font-size: 13.5px; text-align: center; line-height: 1.2; white-space: nowrap; }
.face-chip span { font-size: 9px; letter-spacing: 0.14em; color: var(--ink-faint); white-space: nowrap; }

/* Trending projects: glassmorphism phone — flip through pages of protocol
   apps, each logo lighting its icon in its own brand colors */
.trending-label { margin-top: clamp(34px, 4.5vw, 56px); }
.phone-wrap { position: relative; display: flex; justify-content: center; margin-top: clamp(22px, 3vw, 34px); }
.phone-wrap::before { content: ""; position: absolute; width: 620px; height: 540px; max-width: 92vw; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none;
  background: radial-gradient(circle at 28% 30%, rgba(229, 26, 34, 0.30), transparent 55%), radial-gradient(circle at 72% 68%, rgba(226, 185, 111, 0.24), transparent 55%);
  filter: blur(72px); }
.phone { position: relative; width: min(400px, 94vw); border-radius: 54px; padding: 16px 14px 14px;
  background: linear-gradient(168deg, rgba(237, 233, 224, 0.085), rgba(237, 233, 224, 0.025) 42%, rgba(10, 10, 11, 0.4));
  backdrop-filter: blur(26px) saturate(1.2); -webkit-backdrop-filter: blur(26px) saturate(1.2);
  border: 1px solid rgba(237, 233, 224, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 44px 100px rgba(0, 0, 0, 0.62); }
.phone-notch { width: 112px; height: 24px; border-radius: 100px; background: rgba(8, 8, 9, 0.9); border: 1px solid rgba(237, 233, 224, 0.08); margin: 2px auto 10px; }
.phone-status { display: flex; justify-content: space-between; align-items: center; font-size: 10px; letter-spacing: 0.14em; color: var(--ink-dim); padding: 0 16px 12px; }
.ps-brand { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; color: var(--ink); }
.ps-brand i { font-style: normal; color: var(--red); }
/* companion screens: deeper data for the protocol on the phone */
.side-screen { width: 252px; border-radius: 30px; padding: 22px 22px 16px; align-self: center;
  background: linear-gradient(168deg, rgba(237, 233, 224, 0.07), rgba(237, 233, 224, 0.02) 42%, rgba(9, 9, 10, 0.5));
  backdrop-filter: blur(22px) saturate(1.2); -webkit-backdrop-filter: blur(22px) saturate(1.2);
  border: 1px solid rgba(237, 233, 224, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 30px 70px rgba(0, 0, 0, 0.55); }
.side-screen h5 { font-size: 9.5px; font-weight: 700; letter-spacing: 0.22em; color: var(--red); margin-bottom: 14px; }
.side-screen .srow { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(237, 233, 224, 0.07); }
.side-screen .srow:last-of-type { border-bottom: none; }
.side-screen .srow i { font-style: normal; font-size: 8.5px; letter-spacing: 0.16em; color: var(--ink-faint); }
.side-screen .srow b { font-size: 13.5px; font-weight: 700; letter-spacing: 0.03em; color: var(--ink); }
.side-screen .sbrand { display: block; margin-top: 12px; padding-top: 11px; border-top: 1px solid rgba(237, 233, 224, 0.09); font-size: 8.5px; font-weight: 700; letter-spacing: 0.22em; color: var(--ink-faint); }
.side-screen .sbrand i { font-style: normal; color: var(--red); }
@media (max-width: 1140px) { .side-screen { display: none; } }
.phone-pages { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; cursor: grab; touch-action: pan-y; }
.phone-pages::-webkit-scrollbar { display: none; }
.phone-pages.dragging { cursor: grabbing; scroll-snap-type: none; }
.proto-screen { flex: 0 0 100%; scroll-snap-align: start; height: 442px; padding: 6px 10px 4px; perspective: 1200px; }
.proto-card { position: relative; width: 100%; height: 100%; cursor: pointer; transform-style: preserve-3d; transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1); outline: none; }
.proto-card.flipped { transform: rotateY(180deg); }
/* Aave-grade glass: iridescent conic sheen + specular streak over deep blur */
.proto-side { position: absolute; inset: 0; overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-align: center; border-radius: 34px;
  background: linear-gradient(160deg, rgba(237, 233, 224, 0.11), rgba(237, 233, 224, 0.035) 36%, rgba(8, 8, 9, 0.62) 84%);
  border: 1px solid rgba(237, 233, 224, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -30px 70px rgba(229, 26, 34, 0.04), 0 26px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px) saturate(1.25); -webkit-backdrop-filter: blur(20px) saturate(1.25); }
.proto-side::before { content: ""; position: absolute; inset: -40%; pointer-events: none;
  background: conic-gradient(from 210deg at 50% 50%, transparent 0deg, rgba(229, 26, 34, 0.11) 60deg, rgba(226, 185, 111, 0.16) 135deg, rgba(122, 162, 255, 0.09) 210deg, transparent 300deg);
  filter: blur(32px); }
.proto-side::after { content: ""; position: absolute; top: -60%; left: -18%; width: 74%; height: 220%; transform: rotate(24deg); pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.075), transparent); }
.proto-ic { position: relative; width: 112px; height: 112px; margin-bottom: 4px; display: flex; align-items: center; justify-content: center; border-radius: 32px;
  background: linear-gradient(160deg, rgba(237, 233, 224, 0.14), rgba(237, 233, 224, 0.03));
  border: 1px solid rgba(237, 233, 224, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 36px rgba(0, 0, 0, 0.45); }
.proto-ic .pglow { position: absolute; width: 64px; height: 64px; filter: blur(30px) saturate(1.8); opacity: 0.65; }
.proto-ic .plg { position: relative; width: 62px; height: 62px; border-radius: 50%; }
.plg.pdark { background: #EDE9E0; padding: 8px; }
.proto-name { font-size: 12px; font-weight: 700; letter-spacing: 0.2em; color: var(--ink); text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8); }
.proto-price { font-family: var(--sans); font-size: 34px; font-weight: 900; letter-spacing: -0.01em; color: #F5F1E8; text-shadow: 0 3px 18px rgba(0, 0, 0, 0.8); }
.proto-chg { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; }
.proto-mini { display: flex; gap: 26px; margin-top: 6px; }
.proto-mini span { display: flex; flex-direction: column; gap: 3px; align-items: center; }
.proto-mini i { font-style: normal; font-size: 8px; letter-spacing: 0.18em; color: var(--ink-faint); }
.proto-mini b { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--ink); }
.proto-spark { opacity: 0.9; margin-top: 5px; }
.proto-hint { font-size: 8.5px; letter-spacing: 0.22em; color: var(--ink-dim); margin-top: 6px; }
.proto-back { transform: rotateY(180deg); gap: 20px; }
.proto-sym { font-size: 21px; font-weight: 700; letter-spacing: 0.16em; color: var(--gold); }
.proto-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 26px; width: 78%; }
.proto-stats div { display: flex; flex-direction: column; gap: 5px; }
.proto-stats dt { font-size: 8px; letter-spacing: 0.2em; color: var(--ink-faint); }
.proto-stats dd { font-size: 16.5px; font-weight: 700; letter-spacing: 0.04em; color: #F5F1E8; margin: 0; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8); }
/* derivatives strip under the data desk */
.derivs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.dcard { border: 1px solid rgba(237, 233, 224, 0.1); border-radius: 14px; background: linear-gradient(175deg, #121215, #0A0A0C); padding: 18px 18px 16px; display: flex; flex-direction: column; gap: 8px; transition: border-color 0.3s var(--ease); }
.dcard:hover { border-color: var(--gold-deep); }
.dcard h4 { font-size: 9.5px; font-weight: 700; letter-spacing: 0.18em; color: var(--red); }
.dcard b { font-size: 24px; font-weight: 700; letter-spacing: 0.02em; color: var(--gold); }
.dcard span { font-size: 8.5px; letter-spacing: 0.16em; color: var(--ink-faint); }
@media (max-width: 900px) { .derivs { grid-template-columns: repeat(2, 1fr); } }
.phone-nav { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 13px 0 5px; font-size: 10px; letter-spacing: 0.16em; color: var(--ink-dim); }
.phone-nav button { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(237, 233, 224, 0.16); background: rgba(237, 233, 224, 0.06); color: var(--ink); font-size: 17px; line-height: 1; cursor: pointer; transition: border-color 0.3s var(--ease), background 0.3s var(--ease); }
.phone-nav button:hover { border-color: var(--gold-deep); background: rgba(226, 185, 111, 0.1); }

/* ── Interviews ───────────────────────────── */
.interviews { padding-bottom: clamp(44px, 6vw, 76px); }
.interviews-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.interviews-art { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); position: relative; }
.interviews-art::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 80px rgba(0,0,0,0.5); pointer-events: none; }
.interviews-art img { width: 100%; display: block; transform: scale(1.02); transition: transform 0.8s var(--ease); }
.interviews-art:hover img { transform: scale(1.06); }
.interviews-copy h4 { font-weight: 900; font-size: clamp(1.7rem, 3.4vw, 2.7rem); letter-spacing: -0.02em; line-height: 1.05; margin: 16px 0 14px; }
.interviews-copy h4 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.interviews-copy p { color: var(--ink-dim); font-size: 15px; line-height: 1.65; max-width: 48ch; margin-bottom: 14px; }
.interviews-note { font-size: 10.5px; letter-spacing: 0.14em; color: var(--red); margin-bottom: 20px; }
@media (max-width: 900px) { .interviews-grid { grid-template-columns: 1fr; } }

/* ── Features (signature coverage) ────────── */
.features { padding-bottom: clamp(48px, 6vw, 80px); }
.features-stand { font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 2rem); margin: 16px 0 clamp(24px, 3vw, 38px); color: var(--ink); }
.features-stand em { font-style: italic; color: var(--gold); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fcard { border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(170deg, #131316, #0B0B0D); padding: clamp(22px, 2.4vw, 30px); transition: border-color 0.35s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s var(--ease); }
.fcard:hover { border-color: var(--gold-deep); transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45); }
.fcard-kicker { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; color: var(--red); border: 1px solid rgba(229, 26, 34, 0.4); padding: 5px 11px; border-radius: 100px; margin-bottom: 16px; }
.fcard h4 { font-weight: 900; font-size: clamp(1.15rem, 1.6vw, 1.4rem); letter-spacing: -0.01em; line-height: 1.15; margin-bottom: 11px; }
.fcard h4 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.fcard p { font-size: 13.5px; line-height: 1.65; color: var(--ink-dim); }
@media (max-width: 1020px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features-grid { grid-template-columns: 1fr; } }

/* ── Briefing (email capture) ─────────────── */
.briefing { margin: 0 calc(50% - 50vw); background: linear-gradient(120deg, #17090A, #0E0B07 65%); border-top: 1px solid rgba(229, 26, 34, 0.25); border-bottom: 1px solid var(--line); }
.briefing-inner { max-width: 1320px; margin: 0 auto; padding: clamp(44px, 6vw, 84px) clamp(20px, 4vw, 56px); display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.briefing h3 { font-weight: 900; font-size: clamp(1.7rem, 3.4vw, 2.7rem); letter-spacing: -0.02em; line-height: 1.05; }
.briefing h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.briefing-sub { margin-top: 12px; color: var(--ink-dim); font-size: 15px; max-width: 46ch; }
.briefing-form { display: flex; gap: 10px; flex-wrap: wrap; }
.briefing-form input[type="email"] { flex: 1 1 260px; background: rgba(237, 233, 224, 0.06); border: 1px solid var(--line-strong); border-radius: 100px; color: var(--ink); font-family: var(--sans); font-size: 15px; padding: 14px 22px; outline: none; transition: border-color 0.25s var(--ease), background 0.25s var(--ease); }
.briefing-form input[type="email"]:focus { border-color: var(--gold); background: rgba(237, 233, 224, 0.09); }
.briefing-form input[type="email"]::placeholder { color: var(--ink-faint); }
.briefing-form button { background: var(--red); color: #fff; border: 0; border-radius: 100px; font-family: var(--sans); font-weight: 700; font-size: 14.5px; padding: 14px 26px; cursor: pointer; transition: background 0.25s var(--ease), transform 0.2s var(--ease); will-change: transform; }
.briefing-form button:hover { background: var(--gold); color: var(--bg); }
.briefing-note { margin-top: 12px; font-size: 11.5px; color: var(--ink-faint); font-family: var(--mono); letter-spacing: 0.04em; }
.briefing-msg { margin-top: 12px; font-size: 14px; font-weight: 700; }
.briefing-msg.ok { color: var(--green); }
.briefing-msg.err { color: #FF7A72; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }

/* ── Contact ──────────────────────────────── */
.contact { padding-bottom: clamp(52px, 7vw, 88px); padding-top: clamp(40px, 5vw, 64px); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 26px; border-top: 1px solid var(--line-strong); }
.contact-cell { padding: clamp(20px, 3vw, 32px) clamp(18px, 2.5vw, 36px); border-right: 1px solid var(--line); }
.contact-cell:first-child { padding-left: 0; }
.contact-cell:last-child { border-right: 0; }
.contact-cell h4 { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.3rem, 2.1vw, 1.7rem); margin-bottom: 10px; color: var(--gold); }
.contact-cell p { font-size: 14px; color: var(--ink-dim); line-height: 1.6; margin-bottom: 18px; }
.c-link { display: inline-block; font-size: clamp(0.95rem, 1.4vw, 1.1rem); font-weight: 700; color: var(--ink); letter-spacing: 0.01em; font-family: var(--mono);
  background-image: linear-gradient(var(--red), var(--red)); background-size: 100% 2px; background-repeat: no-repeat; background-position: 0 100%;
  padding-bottom: 4px; transition: color 0.25s var(--ease); }
.c-link:hover { color: var(--gold); }

/* ── Footer ───────────────────────────────── */
.footer { background: #060607; color: var(--ink-faint); padding: 36px 0 28px; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding-bottom: 18px; margin-bottom: 14px; }
.footer-mark { font-weight: 900; font-size: 1.6rem; letter-spacing: -0.02em; color: var(--ink); }
.footer-mark span { display: inline-block; width: 0.55rem; height: 0.55rem; background: var(--red); margin-left: 3px; }
.footer-nav { display: flex; gap: clamp(14px, 2.5vw, 30px); flex-wrap: wrap; font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-grid { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 11.5px; letter-spacing: 0.05em; }
.footer a { color: var(--ink-dim); transition: color 0.2s var(--ease); }
.footer a:hover { color: var(--gold); }
.colophon { color: var(--ink-faint); }

/* ── Reveals ──────────────────────────────── */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .tape-track, .marquee-track { animation: none; }
  .reveal, .flip-inner { opacity: 1; transform: none; transition: none; }
  .glow { display: none; }
}

/* ── Responsive ───────────────────────────── */
@media (max-width: 1100px) {
  .front { grid-template-columns: 1fr 1.7fr; }
  .rail { grid-column: 1 / -1; border-top: 1px solid var(--line-strong); padding-left: 0; padding-top: 22px; margin-top: 26px; flex-direction: row; flex-wrap: wrap; }
  .rail > * { flex: 1 1 240px; }
  .front > .lead { border-right: 0; }
}
@media (max-width: 960px) {
  .front { grid-template-columns: 1fr; }
  .front > .lead { order: 1; border-left: 0; padding: 0; text-align: left; }
  .lead .kicker { justify-content: flex-start; }
  .lead-head, .lead-deck { margin-left: 0; }
  .front > .wire { order: 2; border-top: 1px solid var(--line-strong); padding-top: 24px; margin-top: 26px; padding-right: 0; }
  .masthead-grid { grid-template-areas: "date date date" "title title title" "tag tag side"; row-gap: 12px; }
  .digest { display: none; }
  .datadesk-hero { grid-template-columns: 1fr; }
  .datadesk-grid { grid-template-columns: 1fr; }
  .partners-row, .briefing-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-cell { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; }
  .faces { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .spark-row { grid-template-columns: 1fr; }
  .tape-clock { padding: 0 10px; gap: 8px; }
}
