/* ============================================================================
   softpinto — estúdio de software. Dark, cinematic, WebGL-driven tech site.
   ========================================================================== */
:root {
  --bg: #05060d;
  --bg-2: #0a0c18;
  --panel: rgba(16, 19, 36, 0.62);
  --panel-2: rgba(22, 26, 50, 0.7);
  --line: rgba(255, 255, 255, 0.09);
  --line-2: rgba(255, 255, 255, 0.16);
  --ink: #eef1fb;
  --ink-2: #aab2d0;
  --muted: #6b7396;
  --c1: #c084fc; --c2: #818cf8; --c3: #22d3ee;
  --accent: #22d3ee;
  --grad: linear-gradient(115deg, #c084fc 0%, #818cf8 45%, #22d3ee 100%);
  --grad-soft: linear-gradient(115deg, rgba(192,132,252,0.16), rgba(34,211,238,0.16));
  --maxw: 1280px;
  --pad: clamp(1.25rem, 5vw, 5rem);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --mono: 'JetBrains Mono', ui-monospace, monospace;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--bg); color: var(--ink); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-stopped { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; line-height: 1.04; letter-spacing: -0.02em; }
::selection { background: var(--c3); color: #04121c; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow { font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 500; display: inline-flex; align-items: center; gap: 0.6rem; }

/* ── Background layers ───────────────────────────────────────────────────── */
#gl { position: fixed; inset: 0; z-index: -4; width: 100vw; height: 100vh; }
.aurora { position: fixed; inset: 0; z-index: -5; overflow: hidden; pointer-events: none; }
.aurora .a { position: absolute; border-radius: 50%; filter: blur(130px); opacity: 0.45; }
.aurora .a1 { width: 55vw; height: 55vw; top: -18vw; right: -12vw; background: radial-gradient(circle, rgba(192,132,252,0.38), transparent 65%); }
.aurora .a2 { width: 50vw; height: 50vw; bottom: -20vw; left: -15vw; background: radial-gradient(circle, rgba(34,211,238,0.30), transparent 65%); }
.aurora .a3 { width: 42vw; height: 42vw; top: 35%; left: 35%; background: radial-gradient(circle, rgba(99,102,241,0.26), transparent 65%); }
.vignette { position: fixed; inset: 0; z-index: -3; pointer-events: none; background: radial-gradient(ellipse at center, transparent 35%, rgba(5,6,13,0.55) 100%); }
/* Static fallback when WebGL is unavailable (e.g. Brave Shields) */
.gl-fallback { display: none; }
.no-gl #gl { display: none; }
.no-gl .gl-fallback { display: block; position: fixed; inset: 0; z-index: -4; pointer-events: none; }
.no-gl .aurora .a { opacity: 0.6; }
.gl-fallback .orb { position: absolute; top: 30%; right: 12%; width: min(44vw, 460px); height: min(44vw, 460px); border-radius: 50%; background: radial-gradient(circle at 38% 34%, rgba(192,132,252,0.55), rgba(99,102,241,0.30) 46%, transparent 70%); filter: blur(6px); }
.gl-fallback .ringf { position: absolute; top: 30%; right: 12%; width: min(44vw, 460px); height: min(44vw, 460px); border-radius: 50%; border: 1px solid rgba(34,211,238,0.4); transform: rotate(-18deg) scaleY(0.42); }
@media (max-width: 760px) { .gl-fallback .orb, .gl-fallback .ringf { top: 26%; right: 50%; transform: translateX(50%); width: 74vw; height: 74vw; } .gl-fallback .ringf { transform: translateX(50%) rotate(-18deg) scaleY(0.42); } }
.noise { position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: 0.035; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* ── Cursor ──────────────────────────────────────────────────────────────── */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; z-index: 9999; }
.cursor-dot { width: 6px; height: 6px; background: var(--c3); transform: translate(-50%, -50%); box-shadow: 0 0 12px var(--c3); }
.cursor-ring { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.4); transform: translate(-50%, -50%); transition: width .25s var(--ease), height .25s var(--ease), background .25s, border-color .25s; }
.cursor-ring.hover { width: 62px; height: 62px; background: rgba(34,211,238,0.08); border-color: var(--c3); }
@media (hover: none), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

/* ── Scroll progress + section index ─────────────────────────────────────── */
.scroll-prog { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 300; background: rgba(255,255,255,0.06); }
.scroll-prog i { display: block; height: 100%; background: var(--grad); transform: scaleX(0); transform-origin: left; }
.sec-index { position: fixed; left: var(--pad); bottom: 1.6rem; z-index: 150; font-family: var(--mono); font-size: 0.74rem; color: var(--muted); display: flex; align-items: center; gap: 0.35rem; pointer-events: none; }
.sec-index #sec-cur { color: var(--accent); }
.sec-index em { font-style: normal; margin-left: 0.6rem; color: var(--ink-2); text-transform: uppercase; letter-spacing: 0.12em; }
@media (max-width: 640px) { .sec-index { display: none; } }

/* ── Preloader ───────────────────────────────────────────────────────────── */
#preloader { position: fixed; inset: 0; z-index: 9000; background: var(--bg); display: flex; align-items: center; justify-content: center; }
.pl-inner { width: min(360px, 76vw); }
.pl-mark { font-family: 'Space Grotesk'; font-size: 1.5rem; font-weight: 600; display: flex; align-items: center; gap: 0.5rem; letter-spacing: -0.02em; margin-bottom: 1.2rem; }
.pl-mark .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--grad); box-shadow: 0 0 16px var(--c1); }
.pl-line { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 0.74rem; color: var(--muted); margin-bottom: 0.6rem; }
.pl-bar { height: 2px; background: var(--line); overflow: hidden; border-radius: 2px; }
.pl-bar i { display: block; height: 100%; width: 0; background: var(--grad); }

/* ── Nav ─────────────────────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; inset-inline: 0; z-index: 200; padding: 1.1rem 0; transition: padding .4s var(--ease), background .4s, border-color .4s; border-bottom: 1px solid transparent; }
.nav.scrolled { padding: 0.6rem 0; background: rgba(5,6,13,0.65); backdrop-filter: blur(16px); border-bottom-color: var(--line); }
.nav .row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { font-family: 'Space Grotesk'; font-weight: 600; font-size: 1.2rem; letter-spacing: -0.02em; display: inline-flex; align-items: center; gap: 0.5rem; }
.brand .bdot { width: 9px; height: 9px; border-radius: 50%; background: var(--grad); box-shadow: 0 0 12px var(--c1); }
.brand .tld { color: var(--muted); }
.nav .links { display: flex; align-items: center; gap: 2rem; }
.nav .links a { font-size: 0.92rem; color: var(--ink-2); position: relative; transition: color .25s; }
.nav .links a::after { content: ''; position: absolute; left: 0; bottom: -6px; height: 1.5px; width: 0; background: var(--grad); transition: width .3s var(--ease); }
.nav .links a:hover { color: var(--ink); } .nav .links a:hover::after { width: 100%; }
.btn { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; font-size: 0.9rem; padding: 0.7rem 1.25rem; border-radius: 100px; border: 1px solid var(--line-2); color: var(--ink); background: rgba(255,255,255,0.02); cursor: pointer; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s, box-shadow .3s; }
.btn svg { width: 16px; height: 16px; }
.btn.lg { padding: 0.95rem 1.6rem; font-size: 0.98rem; }
.btn-primary { background: var(--grad); border-color: transparent; color: #07080f; }
.btn-primary:hover { box-shadow: 0 14px 44px -10px rgba(99,102,241,0.65); }
.btn-ghost:hover { background: rgba(255,255,255,0.06); border-color: var(--line-2); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); }
.menu { position: fixed; inset: 0; z-index: 190; background: rgba(10,12,24,0.96); backdrop-filter: blur(10px); display: flex; flex-direction: column; justify-content: center; gap: 0.3rem; padding: var(--pad); transform: translateY(-100%); transition: transform .6s var(--ease); }
.menu.open { transform: translateY(0); }
.menu a { font-family: 'Space Grotesk'; font-size: clamp(2rem, 9vw, 3.4rem); font-weight: 600; padding: 0.3rem 0; border-bottom: 1px solid var(--line); }
.menu a span { font-family: var(--mono); color: var(--accent); font-size: 0.9rem; margin-right: 0.8rem; }

/* ── Hero ────────────────────────────────────────────────────────────────── */
.hero { min-height: 100svh; display: flex; align-items: center; position: relative; padding-top: 6rem; }
.hero-eyebrow { font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.45rem 0.9rem; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,0.02); }
.hero-eyebrow .ping { width: 8px; height: 8px; border-radius: 50%; background: var(--c3); box-shadow: 0 0 0 0 rgba(34,211,238,0.6); animation: ping 2s var(--ease) infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(34,211,238,0.5); } 70%,100% { box-shadow: 0 0 0 10px rgba(34,211,238,0); } }
.hero-title { font-size: clamp(2.8rem, 9.5vw, 8.5rem); font-weight: 700; margin-top: 1.6rem; letter-spacing: -0.03em; }
.hero-title .line { display: block; overflow: hidden; padding-bottom: 0.02em; }
.hero-title .line > span { display: block; will-change: transform; }
.hero-lede { max-width: 50ch; margin-top: 1.8rem; font-size: clamp(1rem, 1.6vw, 1.3rem); color: var(--ink-2); }
.hero-cta { display: flex; gap: 0.9rem; margin-top: 2.4rem; flex-wrap: wrap; }
.scroll-cue { position: absolute; bottom: 1.8rem; right: var(--pad); display: flex; align-items: center; gap: 0.6rem; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.scroll-cue i { width: 1px; height: 30px; background: var(--line-2); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ''; position: absolute; inset: 0; background: var(--grad); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { transform: translateY(-100%); } 60%,100% { transform: translateY(100%); } }

/* ── Marquee ─────────────────────────────────────────────────────────────── */
.marquee { border-block: 1px solid var(--line); padding: 1.1rem 0; overflow: hidden; white-space: nowrap; background: rgba(10,12,24,0.4); backdrop-filter: blur(4px); }
.mq-track { display: inline-flex; align-items: center; gap: 2.2rem; animation: mq 30s linear infinite; }
.mq-track span { font-family: 'Space Grotesk'; font-size: clamp(1.2rem, 2.6vw, 2rem); font-weight: 500; }
.mq-track i { color: var(--c3); font-style: normal; font-size: 0.8em; }
@keyframes mq { to { transform: translateX(-50%); } }

/* ── Sections ────────────────────────────────────────────────────────────── */
.section { padding-block: clamp(4.5rem, 11vw, 10rem); position: relative; }
.sec-head { margin-bottom: 3.2rem; display: flex; flex-direction: column; gap: 1rem; }
.sec-head h2 { font-size: clamp(1.9rem, 5vw, 3.6rem); max-width: 20ch; }
.reveal { opacity: 0; }

/* Manifesto */
.manifesto-sec { padding-block: clamp(5rem, 14vw, 12rem); }
.manifesto-sec .eyebrow { margin-bottom: 1.6rem; }
.manifesto { font-family: 'Space Grotesk'; font-weight: 500; font-size: clamp(1.8rem, 5vw, 4rem); line-height: 1.18; letter-spacing: -0.02em; max-width: 24ch; }
.manifesto em { font-style: italic; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.manifesto .w { display: inline-block; opacity: 0.16; transition: opacity .4s var(--ease); }
.manifesto .w.lit { opacity: 1; }

/* Serviços */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.svc { position: relative; background: var(--panel); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 18px; padding: 1.8rem; overflow: hidden; transition: transform .5s var(--ease), border-color .5s; }
.svc::before { content: ''; position: absolute; inset: 0; background: var(--grad-soft); opacity: 0; transition: opacity .5s; }
.svc:hover { transform: translateY(-6px); border-color: var(--line-2); }
.svc:hover::before { opacity: 1; }
.svc > * { position: relative; z-index: 1; }
/* Cursor spotlight on cards */
.svc::after, .step::after, .wk::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .35s; background: radial-gradient(240px circle at var(--mx, -200px) var(--my, -200px), rgba(34,211,238,0.16), transparent 62%); }
.svc:hover::after, .step:hover::after, .wk:hover::after { opacity: 1; }
.step, .wk { position: relative; }
.step > *, .wk > * { position: relative; z-index: 1; }
.svc-no { font-family: var(--mono); font-size: 0.76rem; color: var(--muted); }
.svc-ico { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; background: rgba(34,211,238,0.08); border: 1px solid var(--line); color: var(--c3); margin: 1rem 0 1.2rem; }
.svc-ico svg { width: 24px; height: 24px; }
.svc h3 { font-size: 1.35rem; margin-bottom: 0.5rem; }
.svc p { color: var(--ink-2); font-size: 0.95rem; }
.svc-cta { display: flex; flex-direction: column; justify-content: center; background: var(--grad); border: none; color: #07080f; }
.svc-cta::before { display: none; }
.svc-cta h3 { color: #07080f; } .svc-cta p { color: rgba(7,8,15,0.78); margin-bottom: 1rem; }
.svc-link { font-weight: 700; color: #07080f; display: inline-flex; align-items: center; gap: 0.4rem; }
.svc-link svg { width: 17px; height: 17px; transition: transform .3s var(--ease); }
.svc-cta:hover .svc-link svg { transform: translateX(5px); }

/* Trabalho — pinned horizontal */
.work-sec { position: relative; }
.pin { position: sticky; top: 0; height: 100svh; display: flex; align-items: center; overflow: hidden; }
.track { display: flex; gap: 1.3rem; padding-inline: var(--pad); will-change: transform; }
.wk-intro { flex: 0 0 min(80vw, 440px); align-self: center; }
.wk-intro h2 { font-size: clamp(2rem, 6vw, 4rem); margin-top: 1rem; }
.wk-intro p { color: var(--ink-2); margin-top: 1rem; font-family: var(--mono); font-size: 0.8rem; }
.wk { flex: 0 0 clamp(280px, 36vw, 440px); background: var(--panel); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 20px; padding: 2rem; display: flex; flex-direction: column; min-height: 60vh; transition: border-color .4s, transform .5s var(--ease); }
.wk:hover { border-color: var(--line-2); transform: translateY(-6px); }
.wk-idx { font-family: 'Space Grotesk'; font-size: 3rem; font-weight: 600; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.wk-tag { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-top: auto; }
.wk h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 0.5rem 0 0.7rem; }
.wk p { color: var(--ink-2); font-size: 0.96rem; }
.wk-meta { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.3rem; }
.wk-meta span { font-family: var(--mono); font-size: 0.7rem; color: var(--ink-2); padding: 0.3rem 0.6rem; border: 1px solid var(--line); border-radius: 100px; }
.wk-end { align-items: flex-start; justify-content: center; gap: 1.4rem; background: var(--grad-soft); }
.wk-end h3 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.work-sec.native { height: auto !important; }
.work-sec.native .pin { position: static; height: auto; display: block; overflow: visible; padding-block: clamp(3rem, 10vw, 6rem); }
.work-sec.native .track { transform: none !important; flex-direction: column; gap: 1rem; padding-inline: var(--pad); }
.work-sec.native .wk, .work-sec.native .wk-intro { flex: none; width: 100%; min-height: 0; }

/* Método */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.step { background: var(--panel); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 18px; padding: 1.7rem; transition: transform .5s var(--ease), border-color .5s; }
.step:hover { transform: translateY(-6px); border-color: var(--line-2); }
.st-no { font-family: 'Space Grotesk'; font-size: 2.4rem; font-weight: 600; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; margin-bottom: 1rem; }
.step h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.step p { color: var(--ink-2); font-size: 0.92rem; }

/* Stats */
.stats-sec { padding-block: clamp(3rem, 8vw, 6rem); border-block: 1px solid var(--line); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stats .stat b { font-family: 'Space Grotesk'; font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 600; display: block; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stats .stat span { font-family: var(--mono); font-size: 0.74rem; color: var(--muted); margin-top: 0.6rem; display: block; }

/* Stack */
.chips { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.chip { font-family: var(--mono); font-size: 0.92rem; color: var(--ink-2); padding: 0.7rem 1.2rem; border: 1px solid var(--line); border-radius: 100px; background: var(--panel); backdrop-filter: blur(6px); transition: color .25s, border-color .25s, transform .25s; }
.chip:hover { color: var(--ink); border-color: var(--c3); transform: translateY(-3px); }

/* Contacto */
.contact { text-align: center; }
.contact h2 { font-size: clamp(2.4rem, 8vw, 6rem); font-weight: 700; line-height: 1.02; }
.contact .lead { color: var(--ink-2); max-width: 46ch; margin: 1.5rem auto 2.4rem; font-size: 1.1rem; }
.contact-cta { display: flex; justify-content: center; }
.channels { display: flex; flex-wrap: wrap; justify-content: center; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
.channels .ch { background: rgba(10,12,24,0.6); backdrop-filter: blur(6px); padding: 1.5rem 2rem; min-width: 200px; flex: 1; }
.channels .ch span { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 0.4rem; }
.channels .ch a, .channels .ch b { font-family: 'Space Grotesk'; font-size: 1.1rem; font-weight: 500; transition: color .25s; }
.channels .ch a:hover { color: var(--c3); }

/* Footer */
.footer { border-top: 1px solid var(--line); padding-block: 2.6rem; position: relative; }
.ft-row { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; flex-wrap: wrap; }
.footer .links { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.footer .links a { color: var(--ink-2); font-size: 0.9rem; transition: color .25s; }
.footer .links a:hover { color: var(--ink); }
.ft-copy { color: var(--muted); font-family: var(--mono); font-size: 0.78rem; margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  .nav .links { display: none; } .nav .row > .btn { display: none; } .nav-toggle { display: flex; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .svc-grid, .steps { grid-template-columns: 1fr; }
  .scroll-cue { display: none; }
  .hero-cta .btn { flex: 1 1 100%; justify-content: center; }
  .channels .ch { min-width: 100%; }
}
/* Phones/tablets: keep the WebGL core as a subtle ambient backdrop so text
   stays readable (lines no longer cut through copy), and tighten the layout. */
@media (max-width: 820px) {
  #gl { opacity: 0.4; }
  .vignette { background: radial-gradient(ellipse at center, rgba(5,6,13,0.45) 0%, rgba(5,6,13,0.82) 100%); }
  /* Perf: backdrop-filter + big blurs are the heaviest ops on phones. */
  .nav.scrolled, .marquee, .svc, .step, .wk, .chip, .channels .ch { backdrop-filter: none !important; }
  .svc, .step, .wk { background: rgba(13, 16, 30, 0.92); }
  .chip, .channels .ch { background: rgba(13, 16, 30, 0.9); }
  .aurora .a { filter: blur(60px); opacity: 0.3; }
  .aurora .a3 { display: none; }
  .noise { display: none; }
  .hero { padding-top: 5.5rem; min-height: 94svh; }
  .hero-title { font-size: clamp(2.7rem, 13vw, 4.2rem); margin-top: 1.2rem; }
  .hero-lede { margin-top: 1.4rem; font-size: 1.02rem; }
  .hero-cta { margin-top: 1.8rem; }
  .section { padding-block: clamp(3.8rem, 13vw, 6rem); }
  .sec-head { margin-bottom: 2.2rem; }
  .sec-head h2 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .manifesto-sec { padding-block: clamp(4rem, 16vw, 7rem); }
  .manifesto { font-size: clamp(1.7rem, 7.2vw, 2.5rem); max-width: 100%; }
  .stats { gap: 1.6rem 1rem; }
  .pl-inner { width: 84vw; }
}
@media (max-width: 480px) {
  .hero-title { font-size: clamp(2.5rem, 14vw, 3.6rem); }
  .wk { min-height: 0; padding: 1.6rem; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-fade { opacity: 1 !important; transform: none !important; }
  .mq-track, .scroll-cue i::after, .hero-eyebrow .ping { animation: none !important; }
  .manifesto .w { opacity: 1 !important; }
}
