:root {
  --ink: #0a1722;
  --ink-2: #132735;
  --paper: #f4f2e9;
  --paper-2: #ebe8dc;
  --white: #fffef9;
  --muted: #667480;
  --line: rgba(10, 23, 34, .16);
  --red: #ef4b35;
  --red-dark: #ad281d;
  --orange: #f59e45;
  --blue: #63c5da;
  --green: #84be8a;
  --yellow: #ebc65f;
  --shadow: 0 20px 60px rgba(4, 15, 24, .13);
  --radius: 24px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(10,23,34,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,23,34,.025) 1px, transparent 1px),
    var(--paper);
  background-size: 32px 32px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.lang-en { display: none !important; }
html[data-lang="en"] .lang-ro { display: none !important; }
html[data-lang="en"] .lang-en { display: revert !important; }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 1000;
  padding: 12px 18px; border-radius: 999px; background: var(--white); color: var(--ink);
  transition: top .2s;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  min-height: 72px; padding: 12px max(20px, calc((100vw - var(--max)) / 2));
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  color: var(--white); background: rgba(8,18,27,.92); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: max-content; }
.brand strong { display: block; letter-spacing: .09em; font-size: .93rem; }
.brand small { display: block; color: #aebdc7; font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 6px); align-items: end; gap: 3px; width: 26px; height: 30px; transform: skew(-15deg); }
.brand-mark i { display: block; background: var(--blue); border-radius: 2px; }
.brand-mark i:nth-child(1) { height: 18px; }
.brand-mark i:nth-child(2) { height: 25px; }
.brand-mark i:nth-child(3) { height: 30px; background: var(--red); }
.site-header nav { display: flex; gap: 6px; }
.site-header nav a { padding: 9px 12px; color: #b8c5cd; text-decoration: none; font-size: .86rem; border-radius: 999px; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--white); background: rgba(255,255,255,.08); outline: none; }
.header-actions { justify-self: end; }
.site-header .language-toggle { min-height: 42px; padding: 3px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: var(--white); background: transparent; font-weight: 750; }
.site-header .language-toggle a { min-width: 40px; padding: 7px 9px; text-align: center; }
.site-header .language-toggle a[aria-current="page"] { color: var(--ink); background: var(--blue); }
.site-header .language-toggle:hover { border-color: var(--blue); }

.hero {
  position: relative; overflow: hidden; min-height: 760px; color: var(--white); background: var(--ink);
  display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .62fr); gap: clamp(28px, 5vw, 80px);
  padding: clamp(86px, 10vw, 146px) max(22px, calc((100vw - var(--max)) / 2)) 96px;
  align-items: center;
}
.hero-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(99,197,218,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(99,197,218,.11) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 93%); }
.hero-contours { position: absolute; width: 740px; height: 740px; right: -160px; top: -180px; border: 1px solid rgba(99,197,218,.18); border-radius: 43% 57% 62% 38% / 35% 43% 57% 65%; transform: rotate(21deg); box-shadow: 0 0 0 44px rgba(99,197,218,.03), 0 0 0 88px rgba(99,197,218,.025), 0 0 0 134px rgba(99,197,218,.02), 0 0 0 180px rgba(99,197,218,.016); }
.hero-copy, .hero-meter { position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 8px rgba(239,75,53,.12); }
.hero h1 { margin: 25px 0 28px; max-width: 900px; font-size: clamp(3rem, 6.7vw, 6.6rem); line-height: .96; letter-spacing: -.065em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-deck { max-width: 790px; color: #c7d2d8; font-size: clamp(1.06rem, 1.7vw, 1.35rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 20px; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button.primary { color: var(--ink); background: var(--blue); }
.button.primary:hover { background: #8cd6e5; }
.button.ghost { border: 1px solid rgba(255,255,255,.25); color: var(--white); }
.button.ghost:hover { border-color: var(--white); background: rgba(255,255,255,.06); }
.hero-meter { container-type: inline-size; align-self: end; overflow: hidden; padding: clamp(24px, 7cqi, 34px); border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.035)); backdrop-filter: blur(12px); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.08); }
.hero-meter::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 42%; height: 3px; background: linear-gradient(90deg, var(--blue), var(--yellow)); }
.meter-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: clamp(20px, 7cqi, 30px); color: #9eb0bc; font: 800 .68rem/1.2 ui-monospace, monospace; letter-spacing: .11em; text-transform: uppercase; }
.meter-head time { color: var(--blue); letter-spacing: .04em; }
.meter-number { max-width: 100%; white-space: nowrap; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(2rem, 11.2cqi, 3.5rem); font-weight: 900; font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: -.075em; color: var(--yellow); }
.hero-meter p { max-width: 31rem; margin: 18px 0 0; color: #d4dde2; font-size: 1rem; }
.meter-scale { height: 9px; margin: 28px 0 7px; overflow: hidden; background: rgba(255,255,255,.13); border-radius: 999px; }
.meter-scale span { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--yellow)); border-radius: inherit; }
.meter-axis { display: flex; justify-content: space-between; margin-bottom: 16px; color: #718793; font: 700 .65rem ui-monospace, monospace; }
.hero-meter small { display: block; color: #9eb0bc; line-height: 1.5; }
.hero-meter small strong { color: var(--white); }
.hero-meter a { display: inline-block; margin-top: 20px; color: var(--blue); font-size: .83rem; }

.epistemic-band { padding: 0 max(22px, calc((100vw - var(--max)) / 2)); background: var(--red); color: var(--white); }
.epistemic-band > div { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding: 24px 0; align-items: start; }
.epistemic-band strong { text-transform: uppercase; letter-spacing: .09em; font-size: .75rem; }
.epistemic-band p { margin: 0; max-width: 940px; }

.section { min-width: 0; padding: clamp(80px, 10vw, 138px) max(22px, calc((100vw - var(--max)) / 2)); }
.section-heading { max-width: 830px; margin-bottom: 48px; }
.section-heading h2 { margin: 12px 0 18px; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p { font-size: 1.12rem; color: var(--muted); max-width: 760px; }
.section-heading.inverse { color: var(--white); }
.section-heading.inverse > p { color: #afbec7; }

.verdict-section { background: var(--paper); }
.verdict-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.verdict-card { position: relative; padding: clamp(26px, 4vw, 42px); overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 6px 22px rgba(7,20,29,.045); }
.verdict-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -80px; bottom: -80px; border-radius: 50%; background: var(--green); opacity: .11; }
.verdict-card.medium::after { background: var(--yellow); }
.verdict-card.span-two { grid-column: 1 / -1; }
.confidence { display: flex; align-items: center; gap: 9px; margin-bottom: 52px; color: #557260; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.confidence .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(132,190,138,.15); }
.medium .confidence { color: #856f2c; }
.medium .confidence .dot { background: var(--yellow); box-shadow: 0 0 0 7px rgba(235,198,95,.16); }
.verdict-card h3 { max-width: 680px; margin: 0 0 14px; font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.15; letter-spacing: -.025em; }
.verdict-card p { position: relative; z-index: 1; color: var(--muted); }

.chain-section { color: var(--white); background: var(--ink); }
.attack-chain { width: 100%; max-width: 100%; min-width: 0; position: relative; display: grid; grid-template-columns: repeat(6, minmax(170px,1fr)); gap: 1px; overflow-x: auto; padding-bottom: 16px; scrollbar-color: var(--red) rgba(255,255,255,.08); }
.attack-chain::before { content: ""; position: absolute; height: 2px; left: 5%; right: 5%; top: 57px; background: linear-gradient(90deg, var(--red), var(--orange), var(--blue)); opacity: .7; }
.attack-chain article { position: relative; min-width: 188px; padding: 25px 20px 26px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.attack-chain article:first-child { border-radius: 20px 0 0 20px; }
.attack-chain article:last-child { border-radius: 0 20px 20px 0; }
.attack-chain article::before { content: attr(data-step); position: absolute; right: 14px; top: 9px; color: rgba(255,255,255,.15); font: 800 1.45rem ui-monospace, monospace; }
.chain-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 25px; border: 2px solid rgba(255,255,255,.12); background: var(--ink); border-radius: 50%; color: var(--blue); font-size: 1.6rem; }
.attack-chain h3 { margin: 0 0 10px; font-size: .77rem; color: var(--red); text-transform: uppercase; letter-spacing: .13em; }
.attack-chain p { color: #afbec7; font-size: .91rem; }
.attack-chain p strong { color: var(--white); font-size: 1.05rem; }

.evidence-section { background: var(--paper-2); }
.evidence-list { display: grid; gap: 46px; }
.evidence-card { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(320px,.88fr); align-items: center; gap: clamp(30px, 6vw, 82px); }
.evidence-card.reverse { grid-template-columns: minmax(320px,.88fr) minmax(0,1.12fr); }
.evidence-card.reverse img { order: 2; }
.evidence-card img { border-radius: 22px; box-shadow: var(--shadow); border: 1px solid rgba(10,23,34,.1); }
.evidence-number { display: block; margin-bottom: 24px; color: var(--red); font: 850 .79rem ui-monospace, monospace; letter-spacing: .15em; }
.evidence-card h3 { margin: 0 0 16px; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.evidence-card p { color: var(--muted); font-size: 1.03rem; }
.evidence-card dl { margin-top: 24px; border-top: 1px solid var(--line); }
.evidence-card dl div { display: grid; grid-template-columns: 125px 1fr; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.evidence-card dt { font-size: .71rem; color: var(--red); text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.evidence-card dd { margin: 0; font-size: .9rem; }

.extra-evidence { background: var(--white); }
.credential-panels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.credential-panels article { min-width: 0; padding: 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.credential-panels h3 { font-size: 1.65rem; line-height: 1.15; letter-spacing: -.03em; }
.credential-panels p { color: var(--muted); }
.terminal { width: 100%; max-width: 100%; min-width: 0; min-height: 205px; margin-bottom: 28px; padding: 20px; color: #d5e1e7; background: #07111a; border-radius: 15px; font: 500 .76rem ui-monospace, SFMono-Regular, Menlo, monospace; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.terminal::before { content: "● ● ●"; display: block; margin-bottom: 20px; color: var(--red); letter-spacing: .25em; }
.terminal > div { display: grid; grid-template-columns: 1fr .8fr 1.2fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.terminal span { color: #87a4b5; }
.terminal b { color: var(--yellow); }
.terminal .arrow-row { grid-template-columns: auto auto auto auto auto; align-items: center; justify-content: start; margin-top: 14px; border-bottom: 0; }
.terminal .arrow-row i { color: var(--red); font-style: normal; }

.failures-section { color: var(--white); background: #0d202b; }
.failure-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); overflow: hidden; }
.failure-grid article { min-height: 270px; padding: 30px; background: #0d202b; }
.failure-grid article > span { color: var(--red); font: 800 .76rem ui-monospace, monospace; letter-spacing: .12em; }
.failure-grid h3 { margin: 56px 0 12px; font-size: 1.55rem; line-height: 1.1; }
.failure-grid p { color: #aebdc6; }

.boundaries-section { background: var(--paper); }
.boundary-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 20px; }
.boundary-grid > article { padding: clamp(28px,5vw,50px); border-radius: var(--radius); }
.not-proven { background: var(--ink); color: var(--white); }
.not-proven h3 { margin-top: 0; font-size: 1.6rem; }
.not-proven ul { padding: 0; list-style: none; }
.not-proven li { position: relative; padding: 14px 0 14px 27px; border-bottom: 1px solid rgba(255,255,255,.1); color: #becbd2; }
.not-proven li::before { content: "×"; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.official-position { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.quote-mark { position: absolute; right: 20px; top: -30px; color: rgba(239,75,53,.1); font: 900 13rem Georgia, serif; }
.official-position blockquote { margin: 0; position: relative; }
.official-position blockquote p { margin: 0 0 14px; max-width: 700px; font-size: clamp(1.55rem,3vw,2.6rem); line-height: 1.14; letter-spacing: -.035em; font-weight: 750; }
.official-position cite { color: var(--red); font-style: normal; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.official-position > p { margin-top: 32px; color: var(--muted); }
.official-position a { color: var(--red-dark); font-weight: 800; }

.questions-section { background: var(--white); }
.question-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.question-list li { display: grid; grid-template-columns: 90px 1fr; align-items: center; min-height: 110px; border-bottom: 1px solid var(--line); }
.question-list li > span { color: var(--red); font: 850 .8rem ui-monospace, monospace; }
.question-list p { margin: 0; max-width: 940px; font-size: clamp(1.05rem,2vw,1.45rem); font-weight: 680; }

.timeline-section { color: var(--white); background: var(--ink); }
.timeline { width: 100%; max-width: 100%; min-width: 0; position: relative; display: grid; grid-template-columns: repeat(6,minmax(180px,1fr)); overflow-x: auto; padding: 30px 0 10px; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 42px; height: 1px; background: rgba(255,255,255,.2); }
.timeline article { position: relative; min-width: 200px; padding: 42px 22px 20px 0; }
.timeline article::before { content: ""; position: absolute; top: 5px; left: 0; width: 13px; height: 13px; border: 4px solid var(--ink); border-radius: 50%; background: var(--red); box-shadow: 0 0 0 1px rgba(255,255,255,.35); }
.timeline time { color: var(--blue); font-weight: 850; }
.timeline p { color: #aebdc6; }

.method-section { background: var(--paper-2); }
.method-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.method-grid article { min-height: 250px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; }
.method-grid h3 { margin: 0 0 45px; font-size: 1.35rem; }
.method-grid p { color: var(--muted); }

.sources-section { background: var(--white); }
.source-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.source-grid article { display: flex; flex-direction: column; min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; }
.source-type { width: max-content; padding: 6px 10px; border-radius: 999px; font-size: .66rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.source-type.official { background: rgba(132,190,138,.18); color: #42704c; }
.source-type.analysis { background: rgba(99,197,218,.19); color: #286c7a; }
.source-type.reporting { background: rgba(235,198,95,.22); color: #796323; }
.source-type.claim { background: rgba(239,75,53,.15); color: #a52c1e; }
.source-type.note { background: rgba(10,23,34,.08); color: var(--muted); }
.source-grid h3 { margin: 28px 0 12px; font-size: 1.35rem; }
.source-grid p { color: var(--muted); }
.source-grid a { margin-top: auto; color: var(--red-dark); font-weight: 800; }
.source-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; }

.term { position: relative; z-index: 2; display: inline; margin: 0; padding: 0; border: 0; border-bottom: 1px dotted currentColor; color: inherit; background: none; font: inherit; line-height: inherit; text-align: inherit; cursor: help; }
.term:focus-visible { outline: 3px solid rgba(99,197,218,.45); outline-offset: 3px; border-radius: 2px; }
.floating-tooltip { position: fixed; z-index: 1000; width: max-content; max-width: min(310px, calc(100vw - 24px)); padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #f7fbfd; background: #07111a; box-shadow: 0 16px 38px rgba(0,0,0,.32); font: 500 .82rem/1.42 system-ui, sans-serif; text-align: left; opacity: 0; pointer-events: none; transform: translateY(4px); transition: opacity .12s ease, transform .12s ease; }
.floating-tooltip.visible { opacity: 1; transform: none; }

.closing { color: var(--white); background: var(--red); }
.closing > div { max-width: 1030px; }
.closing .kicker { color: #4a0b08; }
.closing h2 { margin: 14px 0 24px; font-size: clamp(2.5rem,5.4vw,5.3rem); line-height: .99; letter-spacing: -.06em; }
.closing p { max-width: 820px; color: #ffe6df; font-size: 1.12rem; }

footer { display: flex; justify-content: space-between; gap: 30px; padding: 42px max(22px, calc((100vw - var(--max)) / 2)); color: #9fb0bb; background: #061019; }
footer strong { color: var(--white); }
footer p { margin: 7px 0 0; max-width: 660px; }
.footer-meta { display: flex; align-items: center; gap: 24px; white-space: nowrap; }
.footer-meta a { color: var(--blue); }
.not-found { min-height: 100vh; display: grid; align-content: center; justify-items: start; gap: 18px; max-width: 760px; margin: auto; padding: 40px 24px; }
.not-found h1 { margin: 0; font-size: clamp(2.6rem, 8vw, 5.5rem); line-height: 1; letter-spacing: -.05em; }
.to-top { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 48px; height: 48px; border: 0; border-radius: 50%; color: var(--ink); background: var(--blue); box-shadow: var(--shadow); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s, transform .2s; }
.to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.to-top:focus-visible { outline: 4px solid rgba(99,197,218,.35); outline-offset: 3px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header > nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-meter { max-width: 550px; }
  .verdict-grid, .credential-panels, .boundary-grid { grid-template-columns: 1fr; }
  .evidence-card, .evidence-card.reverse { grid-template-columns: 1fr; }
  .evidence-card.reverse img { order: 0; }
  .failure-grid, .method-grid, .source-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 660px) {
  .site-header { min-height: 62px; padding-block: 9px; }
  .hero { padding-top: 78px; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .epistemic-band > div { grid-template-columns: 1fr; gap: 8px; }
  .verdict-grid, .failure-grid, .method-grid, .source-grid { grid-template-columns: 1fr; }
  .verdict-card.span-two { grid-column: auto; }
  .confidence { margin-bottom: 34px; }
  .evidence-card dl div { grid-template-columns: 1fr; gap: 3px; }
  .terminal { overflow-x: auto; }
  .terminal > div { min-width: 510px; }
  .question-list li { grid-template-columns: 48px 1fr; padding: 20px 0; }
  footer { flex-direction: column; }
  .footer-meta { justify-content: space-between; }
  .floating-tooltip { max-width: min(270px, calc(100vw - 20px)); font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .hero-actions, .to-top { display: none !important; }
  .hero, .chain-section, .failures-section, .timeline-section, .closing { color: #000; background: #fff; }
  .hero { min-height: auto; }
  .hero-grid, .hero-contours { display: none; }
  [data-reveal] { opacity: 1; transform: none; }
}
