/* =====================================================================
   3X3PLAZA — Home circuito España 2026
   Capa de marca (negro / lima / rojo) sobre tokens OWQLO Design System
   ===================================================================== */

:root {
  --black: #020204;          /* Base Noir */
  --black-2: #0e0e12;        /* elevated dark surface */
  --grey: #5b5b5b;           /* Antr / Gris plaza */
  --paper: #f4f3ee;          /* light inverted section */
  --white: #ffffff;
  --w70: rgba(255,255,255,0.70);
  --w55: rgba(255,255,255,0.55);
  --w40: rgba(255,255,255,0.40);
  --hair: rgba(255,255,255,0.14);
  --hair-strong: rgba(255,255,255,0.30);
  --accent: #ff4040;         /* Full plaza — único acento de marca */

  --font-display: 'Google Sans', 'Space Grotesk', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  --font-body: 'Google Sans', 'Space Grotesk', system-ui, sans-serif;

  --maxw: 1320px;
  --pad: clamp(20px, 5vw, 72px);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent); color: var(--black); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---------- Type helpers ---------- */
.mono { font-family: var(--font-mono); }
.label {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--w55);
}
.label.lime { color: var(--accent); }
.label.red { color: var(--accent); }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; margin: 0; text-wrap: balance; }
.kicker-row { display: flex; align-items: center; gap: 14px; }
.kicker-row .ln { height: 1px; flex: 1; background: var(--hair); }

.section-head .label { display: inline-block; margin-bottom: 22px; }
.section-title {
  font-size: clamp(34px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.section-intro { color: var(--w70); font-size: clamp(16px, 1.6vw, 20px); max-width: 56ch; margin-top: 24px; line-height: 1.55; }
.title-wi { color: var(--white); font-style: italic; }

section { position: relative; }
.divider { border: 0; border-top: 1px solid var(--hair); margin: 0; }

/* =====================================================================
   LOGO LOCKUP — 3X3 outline + PLAZA solid
   ===================================================================== */
.logo { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.04em; line-height: 1; display: inline-flex; align-items: baseline; white-space: nowrap; text-transform: uppercase; }
.logo .o { color: transparent; -webkit-text-stroke: 1.4px currentColor; }
.logo .s { color: currentColor; }
.logo-img { display: block; width: auto; }
.logo-link { display: inline-flex; align-items: center; }
.nav-logo { height: 23px; }
.footer-logo { height: clamp(34px, 7vw, 74px); }

/* =====================================================================
   NAV
   ===================================================================== */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px var(--pad);
  background: rgba(10,10,11,0.82);
  backdrop-filter: none;
  border-bottom: 1px solid var(--hair);
}
.nav .logo-link { line-height: 0; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--w55); transition: color 0.15s var(--ease); }
.nav-links a:hover { color: var(--white); }
.nav-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--accent); text-transform: uppercase; }
@media (max-width: 1000px){ .nav-links { display: none; } }

/* =====================================================================
   HERO
   ===================================================================== */
.hero { min-height: 70vh; display: flex; flex-direction: column; justify-content: flex-start; position: relative; overflow: hidden; padding: clamp(70px, 8vh, 104px) var(--pad) clamp(40px, 5vw, 68px); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.45) contrast(1.06) brightness(0.84); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(10,10,11,0.42) 0%, rgba(10,10,11,0.12) 30%, rgba(10,10,11,0.62) 76%, var(--black) 100%); }
.hero-grid { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: linear-gradient(var(--hair) 1px, transparent 1px), linear-gradient(90deg, var(--hair) 1px, transparent 1px);
  background-size: 100% 33.33%, 25% 100%; opacity: 0.5; }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: var(--maxw); margin: auto auto 0; }
.hero-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; width: 100%; max-width: var(--maxw); margin: 0 auto; }
.hero-claim {
  font-family: var(--font-display); font-weight: 700; font-style: italic; color: var(--white);
  font-size: clamp(52px, 12vw, 168px);
  line-height: 0.86; letter-spacing: -0.035em; text-transform: uppercase;
  margin: 0;
  text-shadow: 0 2px 40px rgba(2,2,4,0.45);
}
.hero-claim .court { color: var(--accent); }
.hero-sub { margin-top: 26px; max-width: 50ch; color: var(--w70); font-size: clamp(16px, 1.7vw, 21px); line-height: 1.5; }
.hero-sub b { color: var(--white); font-weight: 500; }
.hero-meta { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px 0; border-top: 1px solid var(--hair-strong); border-bottom: 1px solid var(--hair-strong); }
.hero-meta .cell { flex: 1 1 0; min-width: 150px; padding: 18px 26px 18px 0; border-right: 1px solid var(--hair); }
.hero-meta .cell:last-child { border-right: 0; }
.hero-meta .k { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--w40); }
.hero-meta .v { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 2.6vw, 34px); letter-spacing: -0.02em; margin-top: 6px; }
.hero-meta .v .u { color: var(--accent); }
.chev { color: var(--accent); font-weight: 700; letter-spacing: -0.1em; }

/* =====================================================================
   TICKER
   ===================================================================== */
.ticker { background: var(--accent); color: var(--black); overflow: hidden; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); }
.ticker-track { display: inline-flex; white-space: nowrap; will-change: transform; animation: marquee 38s linear infinite; }
.ticker-track span { font-family: var(--font-display); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: 0.02em; padding: 12px 0; }
.ticker-track .dot { padding: 0 22px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .ticker-track { animation: none; } }

/* =====================================================================
   SECTION SHELL
   ===================================================================== */
.section { padding: clamp(72px, 10vw, 140px) 0; }
.section.tight { padding: clamp(56px, 7vw, 100px) 0; }

/* ---------- Fenómeno global / stats ---------- */
#fenomeno .section-head { text-align: center; }
#fenomeno .section-head .label { font-family: var(--font-display); font-weight: 700; font-style: italic; color: var(--accent); font-size: clamp(34px, 6vw, 76px); line-height: 0.95; letter-spacing: -0.03em; margin-bottom: 30px; }
.phen-lead { display: block; text-align: center; max-width: 1000px; margin: 0 auto; }
.phen-lead .big { font-size: clamp(40px, 7.4vw, 104px); font-style: italic; font-weight: 700; line-height: 0.92; letter-spacing: -0.035em; text-transform: uppercase; }
.phen-lead .big em { color: var(--accent); font-style: italic; }
.phen-note { color: var(--w70); font-size: clamp(17px, 1.9vw, 23px); line-height: 1.45; max-width: 60ch; margin: 30px auto 0; text-align: center; }
.phen-note .hl { color: var(--accent); font-weight: 500; }
.stats { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(40px, 8vw, 130px); row-gap: clamp(48px, 7vw, 96px); margin-top: clamp(56px, 8vw, 104px); }
.stat { padding: 0; text-align: center; }
.stat .num { font-family: var(--font-display); font-weight: 700; font-size: clamp(42px, 7vw, 92px); line-height: 0.88; letter-spacing: -0.04em; color: var(--white); }
.stat .num .s { color: var(--white); }
.stat .desc { font-family: var(--font-mono); font-size: clamp(13px, 1.4vw, 18px); letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.92); margin-top: clamp(12px, 1.4vw, 20px); font-weight: 500; }
@media (max-width: 760px){ .stats { column-gap: 28px; } }
@media (max-width: 460px){ .stats { grid-template-columns: 1fr; } }
#fenomeno { position: relative; overflow: hidden; }
#fenomeno .wrap { position: relative; z-index: 2; }
.phen-deco { position: absolute; left: 50%; top: 58%; transform: translate(-50%,-50%); z-index: 1; pointer-events: none; width: min(720px, 82vw); aspect-ratio: 1; }
.phen-deco span { position: absolute; inset: 0; border: 1px solid var(--hair); transform: rotate(45deg); }
.phen-deco span:last-child { inset: 13%; opacity: 0.55; }

/* =====================================================================
   FULL-BLEED — Sport is expanding
   ===================================================================== */
.bleed { position: relative; min-height: clamp(400px, 54vh, 660px); display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.bleed-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: contrast(1.04) brightness(0.82); }
.bleed::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,2,4,0.30), rgba(2,2,4,0.50)); }
.bleed-inner { position: relative; z-index: 2; max-width: 1280px; padding: 0 var(--pad); }
.bleed-title { font-family: var(--font-display); font-weight: 700; font-style: italic; text-transform: uppercase; color: var(--accent); font-size: clamp(30px, 5.4vw, 72px); line-height: 0.94; letter-spacing: -0.035em; text-shadow: 0 2px 30px rgba(2,2,4,0.55); }
.bleed-sub { color: var(--white); font-size: clamp(13px, 1.5vw, 19px); font-weight: 500; line-height: 1.5; max-width: none; margin: 16px auto 0; text-shadow: 0 1px 16px rgba(2,2,4,0.7); }
.bleed-sub:first-of-type { margin-top: 22px; }
@media (max-width: 720px){ .bleed-sub { font-size: 14px; max-width: 40ch; } }

/* =====================================================================
   MANIFIESTO
   ===================================================================== */
.manifesto { background: var(--black-2); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.mani-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.mani-quote { font-family: var(--font-display); font-weight: 700; font-style: italic; font-size: clamp(30px, 4.6vw, 60px); line-height: 1.02; letter-spacing: -0.02em; text-transform: uppercase; }
.mani-quote .lime { color: var(--accent); }
.mani-body { color: var(--w70); font-size: clamp(15px,1.5vw,18px); margin-top: 28px; max-width: 60ch; }
.mani-body p { margin: 0 0 16px; }
.spec { border: 1px solid var(--hair); padding: 26px 26px 30px; position: relative; }
.spec .label { display: block; margin-bottom: 18px; }
.spec ul { list-style: none; margin: 0; padding: 0; }
.spec li { display: flex; justify-content: space-between; gap: 16px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; padding: 9px 0; border-bottom: 1px dashed var(--hair); color: var(--w70); }
.spec li:last-child { border-bottom: 0; }
.spec li b { color: var(--white); font-weight: 500; }
.spec li .x { color: var(--accent); }
@media (max-width: 860px){ .mani-grid { grid-template-columns: 1fr; gap: 40px; } }

/* =====================================================================
   EL CIRCUITO — pirámide IP nacional
   ===================================================================== */
.circ { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.circ-title { font-family: var(--font-display); font-weight: 700; font-style: italic; color: var(--accent); font-size: clamp(40px, 7vw, 96px); line-height: 0.9; letter-spacing: -0.035em; text-transform: uppercase; }
.circ-intro { color: var(--w70); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.55; margin-top: 30px; max-width: 42ch; }
.circ-intro .hl { color: var(--white); font-weight: 500; }
.circ-intro-2 { color: var(--w55); font-size: clamp(14px, 1.4vw, 17px); margin-top: 18px; }

.circ-stack { display: flex; flex-direction: column; gap: 16px; }
.circ-card { border: 1px solid var(--hair-strong); border-radius: 26px; padding: 30px 38px; display: grid; grid-template-columns: minmax(180px, 0.9fr) 1.4fr; gap: 28px; align-items: center; }
.circ-id { display: flex; flex-direction: column; gap: 10px; }
.circ-city { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 3.6vw, 50px); line-height: 0.9; letter-spacing: -0.03em; text-transform: uppercase; }
.circ-city-sm { font-size: clamp(24px, 2.8vw, 38px); }
.circ-when { font-family: var(--font-mono); font-size: clamp(13px, 1.3vw, 16px); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
.circ-desc { color: var(--w70); font-size: clamp(15px, 1.5vw, 18px); line-height: 1.45; }

.circ-card.top { background: var(--white); border-color: var(--white); }
.circ-card.top .circ-city { color: var(--black); }
.circ-card.top .circ-desc { color: rgba(2,2,4,0.74); }

.circ-link { text-decoration: none; transition: transform 0.2s var(--ease); }
.circ-link:hover { transform: translateX(4px); }
.circ-go { display: inline-block; margin-left: 10px; font-family: var(--font-mono); font-weight: 700; font-size: 0.85em; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent); white-space: nowrap; }

.circ-base { display: block; padding: 34px 38px 30px; position: relative; overflow: hidden; }
.circ-base-top { display: grid; grid-template-columns: minmax(180px, 0.9fr) 1.4fr; gap: 28px; align-items: start; }
.circ-clasif { font-family: var(--font-mono); font-weight: 700; font-size: clamp(15px, 1.6vw, 19px); letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
.quest-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; position: relative; z-index: 2; }
.quest { border: 1px solid var(--hair-strong); border-radius: 999px; padding: 12px 22px; display: flex; flex-direction: column; gap: 3px; }
.quest .q-name { font-family: var(--font-display); font-weight: 700; font-size: clamp(17px, 1.8vw, 22px); text-transform: uppercase; letter-spacing: -0.01em; line-height: 1; }
.quest .q-when { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--w55); }
.skyline { display: block; width: 100%; height: clamp(70px, 9vw, 120px); color: var(--paper); margin-top: 26px; }
.base-word { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 7vw, 92px); line-height: 0.82; letter-spacing: -0.04em; text-transform: uppercase; color: var(--paper); text-align: center; margin-top: -6px; }
.circ-sub-label { font-family: var(--font-mono); font-weight: 700; font-size: clamp(11px, 1.1vw, 13px); letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); text-align: center; margin-top: 16px; }

@media (max-width: 980px){
  .circ { grid-template-columns: 1fr; gap: 40px; }
  .circ-intro { max-width: 60ch; }
}
@media (max-width: 620px){
  .circ-card { grid-template-columns: 1fr; gap: 12px; padding: 24px 22px; }
  .circ-base { padding: 24px 22px; }
  .circ-base-top { grid-template-columns: 1fr; gap: 12px; }
  .quest { width: 100%; }
}

/* =====================================================================
   PROGRESIÓN — from the streets to the top
   ===================================================================== */
.prog { background: var(--black-2); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.prog-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; }
.ladder { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--hair); }
.rung { padding: 30px 26px; border-right: 1px solid var(--hair); position: relative; display: flex; flex-direction: column; min-height: 210px; }
.rung:last-child { border-right: 0; }
.rung .step { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; color: var(--w40); }
.rung .name { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px,2.4vw,30px); text-transform: uppercase; letter-spacing: -0.02em; margin-top: auto; }
.rung .rtext { color: var(--w55); font-size: 13.5px; margin-top: 10px; }
.rung .bar { height: 6px; background: var(--hair); margin-top: 18px; }
.rung[data-lvl="1"] .bar { width: 28%; background: var(--w40); }
.rung[data-lvl="2"] .bar { width: 52%; background: var(--w70); }
.rung[data-lvl="3"] .bar { width: 76%; background: var(--white); }
.rung[data-lvl="4"] .bar { width: 100%; background: var(--accent); }
.rung[data-lvl="4"] .name { color: var(--accent); }
@media (max-width: 820px){ .ladder { grid-template-columns: 1fr 1fr; } .rung:nth-child(2){ border-right: 0; } .rung:nth-child(1),.rung:nth-child(2){ border-bottom: 1px solid var(--hair); } }
@media (max-width: 480px){ .ladder { grid-template-columns: 1fr; } .rung { border-right: 0; border-bottom: 1px solid var(--hair); } .rung:last-child{ border-bottom: 0; } }

/* =====================================================================
   4 DIMENSIONES
   ===================================================================== */
.dims { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 4vw, 64px) clamp(28px, 4vw, 72px); margin-top: 56px; }
.dim { display: flex; flex-direction: column; }
.dim .dim-img { width: 100%; aspect-ratio: 1430 / 430; overflow: hidden; background: var(--black-2); }
.dim .dim-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dim .n { font-family: var(--font-mono); font-size: 13px; color: var(--accent); letter-spacing: 0.1em; margin-top: 24px; }
.dim .dt { font-family: var(--font-display); font-weight: 700; font-style: italic; font-size: clamp(30px, 4vw, 52px); text-transform: uppercase; letter-spacing: -0.025em; margin-top: 10px; line-height: 0.95; }
.dim .dd { color: var(--w70); font-size: clamp(15px, 1.5vw, 18px); margin-top: 16px; line-height: 1.5; max-width: 46ch; }
@media (max-width: 760px){ .dims { grid-template-columns: 1fr; } }

/* =====================================================================
   EQUIPO / SOCIOS
   ===================================================================== */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.org { border: 1px solid var(--hair); padding: 30px 28px 34px; display: flex; flex-direction: column; transition: border-color 0.2s var(--ease); }
.org:hover { border-color: var(--hair-strong); }
.org .role { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.org .oname { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px,3vw,38px); text-transform: uppercase; letter-spacing: -0.02em; margin-top: 18px; }
.org .org-logo { margin-top: 22px; min-height: 56px; display: flex; align-items: center; }
.org .org-logo img { display: block; width: auto; height: 38px; max-width: 100%; object-fit: contain; }
.org.lead .org-logo { min-height: 64px; }
.org.lead .org-logo img { height: 46px; }
.org .otext { color: var(--w55); font-size: 14.5px; margin-top: 14px; }
.org .org-logo + .otext { margin-top: 22px; }
.org.lead { background: var(--white); color: var(--black); border-color: var(--white); }
.org.lead .role { color: var(--accent); }
.org.lead .oname { color: var(--black); }
.org.lead .otext { color: rgba(10,10,11,0.72); }
@media (max-width: 820px){ .team { grid-template-columns: 1fr; } }

.partners { margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--hair); }
.partners .label { display: block; margin-bottom: 26px; }
.partners-row { display: flex; align-items: center; gap: clamp(28px,5vw,64px); flex-wrap: wrap; }
.partners-row img { height: 30px; width: auto; opacity: 0.85; filter: grayscale(1) brightness(1.6); }
.partners-row .ptext { font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: -0.02em; color: var(--w55); text-transform: uppercase; }

/* =====================================================================
   CIERRE
   ===================================================================== */
.close { background: var(--accent); color: var(--black); padding: clamp(72px,11vw,150px) 0; }
.close .label { color: rgba(10,10,11,0.6); }
.close-claim { font-family: var(--font-display); font-weight: 700; font-style: italic; font-size: clamp(48px, 11vw, 150px); line-height: 0.86; letter-spacing: -0.035em; text-transform: uppercase; margin-top: 26px; }
.close-sub { font-size: clamp(18px,2.2vw,28px); font-weight: 500; max-width: 30ch; margin-top: 30px; line-height: 1.25; color: rgba(10,10,11,0.82); }
.close-contact { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: baseline; }
.close-contact a { font-family: var(--font-mono); font-size: 14px; letter-spacing: 0.04em; color: var(--black); border-bottom: 1px solid rgba(10,10,11,0.3); padding-bottom: 3px; transition: border-color 0.15s var(--ease); }
.close-contact a:hover { border-color: var(--black); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer { padding: 56px var(--pad) 48px; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; }
.footer .logo { font-size: clamp(40px, 9vw, 120px); color: var(--white); }
.footer .fcol { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--w40); line-height: 1.9; text-transform: uppercase; }
.footer .fcol .lime { color: var(--accent); }
.footer-base { max-width: var(--maxw); margin: 40px auto 0; padding-top: 24px; border-top: 1px solid var(--hair); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--w40); }

/* =====================================================================
   REVEAL
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(10px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .reveal { opacity: 1; transform: none; transition: none; } }
