:root {
  --bg: #08090b;
  --surface: #101216;
  --surface-2: #15171c;
  --line: rgba(255, 255, 255, 0.13);
  --muted: #a2a5ad;
  --text: #f5f7f2;
  --acid: #c8ff3d;
  --violet: #8065ff;
  --cyan: #58d8ff;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 99; background: var(--acid); color: #08090b; padding: .7rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 90px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.brand { display: inline-flex; align-items: center; width: max-content; color: var(--text); font-size: 1.2rem; font-weight: 900; line-height: 1; letter-spacing: -.055em; }
.brand-wordmark { display: inline-flex; align-items: baseline; white-space: nowrap; }
.brand-gro, .brand-sites { color: var(--text); }
.brand-www { display: inline-flex; align-items: baseline; gap: .035em; margin: 0 .13em 0 .06em; color: var(--acid); letter-spacing: -.055em; }
.brand-www > span { display: inline-block; }
.brand-www-last { position: relative; }
.brand-growth-arrow { position: absolute; left: .48em; bottom: -.03em; width: .72em; height: 1.34em; overflow: visible; color: var(--acid); pointer-events: none; }
.brand-growth-arrow path { fill: none; stroke: currentColor; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.brand-tld { margin-left: .04em; color: #8e9199; font-size: .78em; font-weight: 800; letter-spacing: -.03em; }
.site-header .brand-tld { display: none; }
.desktop-nav { display: flex; align-items: center; gap: 2.2rem; font-size: .85rem; color: #c7c9cf; }
.desktop-nav a, footer a { transition: color .2s ease; }
.desktop-nav a:hover, footer a:hover { color: var(--acid); }
.header-cta { justify-self: end; text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; font-weight: 800; display: flex; gap: .7rem; align-items: center; }
.header-cta span { color: var(--acid); font-size: 1rem; }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  min-height: 860px;
  height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 9rem clamp(1.25rem, 7vw, 7rem) 5rem;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-art { position: absolute; z-index: -4; inset: 0; background: linear-gradient(90deg, rgba(8,9,11,.98) 0%, rgba(8,9,11,.82) 38%, rgba(8,9,11,.08) 72%), url("./hero-growth.webp") center/cover no-repeat; transform: scale(1.04); will-change: transform; }
.hero-grid { position: absolute; z-index: -3; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero::after { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 75% 60%, transparent 0 20%, rgba(8,9,11,.12) 46%, rgba(8,9,11,.6) 100%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(100px); opacity: .18; }
.hero-glow-one { background: var(--acid); width: 300px; height: 300px; right: 10%; bottom: 10%; animation: breathe 6s ease-in-out infinite; }
.hero-glow-two { background: var(--violet); width: 240px; height: 240px; right: 32%; top: 20%; animation: breathe 7s ease-in-out -2s infinite; }
.hero-copy { width: min(820px, 62vw); position: relative; z-index: 2; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; color: #c6c8cd; display: flex; align-items: center; gap: .8rem; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 16px var(--acid); }
h1 { font-size: clamp(3.35rem, 6.7vw, 7.2rem); line-height: .91; letter-spacing: -.068em; margin: 1.7rem 0 1.8rem; max-width: 1100px; }
h1 span, h2 em { color: var(--acid); font-style: normal; }
h1 span { display: inline-block; background: linear-gradient(100deg, var(--acid) 18%, #f1ffb8 48%, var(--acid) 68%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shine 5s linear infinite; }
.hero-lead { font-size: clamp(1.05rem, 1.4vw, 1.35rem); color: #c8cad0; max-width: 690px; margin: 0 0 2.4rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; }
.button { min-height: 58px; padding: 0 1.45rem; display: inline-flex; justify-content: center; align-items: center; gap: .8rem; border: 1px solid var(--line); text-transform: uppercase; font-size: .75rem; letter-spacing: .09em; font-weight: 850; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); color: #08090b; border-color: var(--acid); box-shadow: 0 14px 50px rgba(200,255,61,.18); }
.button-primary:hover { background: #dbff81; }
.button-ghost { background: rgba(8,9,11,.38); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: rgba(255,255,255,.45); }
.play-dot { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; font-size: .55rem; }
.signal-panel { position: absolute; right: clamp(1.5rem, 5vw, 5.5rem); bottom: clamp(5.5rem, 11vh, 8rem); width: 330px; background: rgba(9,10,13,.68); border: 1px solid rgba(255,255,255,.19); backdrop-filter: blur(20px); box-shadow: 0 25px 80px rgba(0,0,0,.4); }
.panel-head, .panel-foot { display: flex; align-items: center; padding: .9rem 1rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .62rem; letter-spacing: .09em; color: #aaadb5; }
.panel-head { justify-content: space-between; border-bottom: 1px solid var(--line); }
.panel-head i { width: 6px; height: 6px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 12px var(--acid); }
.signal-row { display: grid; grid-template-columns: 1fr auto 1.7fr; align-items: center; gap: .8rem; padding: .72rem 1rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.signal-label { font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.signal-row strong { color: var(--acid); }
.signal-row > span:last-child { color: #a9acb2; font-size: .7rem; }
.panel-foot { justify-content: space-between; }
.panel-foot b { color: var(--acid); }
.hero-index { position: absolute; left: clamp(1.25rem, 4vw, 4.5rem); bottom: 2rem; font: .65rem ui-monospace, monospace; color: #777b84; letter-spacing: .12em; }
.scroll-cue { position: absolute; left: 50%; bottom: 1.8rem; transform: translateX(-50%); display: flex; align-items: center; gap: 1rem; color: #8d9098; text-transform: uppercase; letter-spacing: .18em; font-size: .58rem; }
.scroll-cue i { width: 70px; height: 1px; background: linear-gradient(90deg, var(--acid) 50%, rgba(255,255,255,.2) 50%); background-size: 200% 100%; animation: scan 2s linear infinite; }

.keyword-rail { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--acid); color: #090b08; }
.rail-track { width: max-content; display: flex; align-items: center; gap: 1.4rem; padding: .8rem 0; animation: marquee 30s linear infinite; }
.rail-track span { font-weight: 900; text-transform: uppercase; letter-spacing: .05em; font-size: .8rem; }
.rail-track i { font-style: normal; font-size: .75rem; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 4.5vw, 5rem); }
.section-kicker { margin-bottom: 3.2rem; color: #8f929a; }
.section-kicker span { color: var(--acid); font-family: ui-monospace, monospace; }
.intro-grid, .measurement-head { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: clamp(2rem, 8vw, 8rem); }
h2 { margin: 0; font-size: clamp(2.7rem, 5.1vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.intro-grid p, .measurement-head p, .system-copy > p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 5rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 450px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: background .35s ease, transform .35s ease; }
.service-card::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: var(--acid); filter: blur(90px); right: -100px; bottom: -100px; opacity: 0; transition: opacity .35s ease; }
.service-card:hover { background: #111318; transform: translateY(-5px); }
.service-card:hover::after { opacity: .35; }
.service-card-accent { background: var(--acid); color: #090b08; }
.service-card-accent p, .service-card-accent li { color: rgba(9,11,8,.72) !important; }
.service-card-accent li { border-color: rgba(9,11,8,.16); }
.service-card-accent .service-icon { border-color: rgba(9,11,8,.22); }
.card-number { font: .65rem ui-monospace, monospace; color: #777a82; }
.service-card-accent .card-number { color: rgba(9,11,8,.6); }
.service-icon { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; margin: 3.3rem 0 2rem; font-size: 1.25rem; transition: border-color .35s ease, color .35s ease; }
.service-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-card-accent:hover { color: #f2f3ed; }
.service-card-accent:hover p, .service-card-accent:hover li { color: var(--muted) !important; }
.service-card-accent:hover li { border-color: rgba(255,255,255,.1); }
.service-card-accent:hover .card-number { color: #777a82; }
.service-card-accent:hover .service-icon { border-color: var(--line); }
.service-card h3 { font-size: 1.45rem; letter-spacing: -.02em; margin: 0 0 1rem; }
.service-card p { color: var(--muted); font-size: .91rem; line-height: 1.65; }
.service-card ul { list-style: none; margin: auto 0 0; padding: 0; color: #c2c4ca; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.service-card li { padding: .45rem 0; border-top: 1px solid currentColor; border-color: rgba(255,255,255,.1); }

.system { max-width: none; position: relative; min-height: 900px; background: #e8e9e3; color: #0a0b0d; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; }
.system-copy { grid-column: 2; width: min(640px, 100%); padding-left: clamp(1rem, 4vw, 4rem); position: relative; z-index: 2; }
.system .section-kicker { color: #575b60; }
.system-copy h2 em { color: #4c32d7; }
.system-copy > p { color: #565a60; margin-top: 2rem; }
.process-list { margin-top: 3rem; border-top: 1px solid rgba(0,0,0,.18); }
.process-item { display: grid; grid-template-columns: 48px 1fr; gap: 1.1rem; align-items: start; padding: 1.2rem 0; border-bottom: 1px solid rgba(0,0,0,.18); }
.process-item > b { font: .65rem ui-monospace, monospace; color: #654cf0; padding-top: .25rem; }
.process-item span { display: grid; grid-template-columns: .65fr 1.35fr; gap: 1rem; align-items: start; }
.process-item strong { font-size: 1rem; }
.process-item small { font-size: .82rem; color: #65696f; line-height: 1.5; }
.system-orbit { position: absolute; left: -10%; top: 50%; transform: translateY(-50%); width: min(62vw, 900px); aspect-ratio: 1; display: grid; place-items: center; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(0,0,0,.22); }
.orbit-one { width: 70%; height: 70%; animation: rotate 22s linear infinite; }
.orbit-two { width: 46%; height: 46%; border-style: dashed; animation: rotate 15s linear infinite reverse; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #5f43ef; top: 12%; left: 17%; box-shadow: 0 0 0 9px rgba(95,67,239,.12); }
.orbit-core { width: 23%; aspect-ratio: 1; background: #090a0c; color: var(--acid); border-radius: 50%; display: grid; place-items: center; font-weight: 950; font-size: clamp(1.1rem, 2.5vw, 2.4rem); letter-spacing: .1em; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.orbit-node { position: absolute; background: #fff; padding: .7rem 1rem; border: 1px solid rgba(0,0,0,.15); font: .65rem ui-monospace, monospace; letter-spacing: .12em; }
.node-one { top: 13%; left: 44%; }
.node-two { left: 14%; bottom: 25%; }
.node-three { right: 10%; bottom: 31%; }

.measurement { padding-bottom: clamp(7rem, 12vw, 12rem); }
.measurement-head { align-items: start; }
.measurement-head p { padding-top: .5rem; }
.data-board { margin-top: 5rem; border: 1px solid var(--line); background: linear-gradient(145deg, #0e1014, #0a0b0e); box-shadow: 0 45px 110px rgba(0,0,0,.45); }
.data-board-head, .data-board-foot { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.2rem; font: .65rem ui-monospace, monospace; letter-spacing: .09em; color: #92959d; }
.data-board-head { border-bottom: 1px solid var(--line); }
.status { display: flex; align-items: center; gap: .55rem; color: var(--acid); }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.data-flow { min-height: 400px; display: grid; grid-template-columns: 1fr .55fr 1.15fr .55fr 1fr; align-items: center; padding: 3rem clamp(1rem, 5vw, 5rem); }
.data-source, .data-output { display: flex; flex-direction: column; gap: .6rem; }
.data-source small, .data-output small, .data-hub small { color: #777b84; font: .62rem ui-monospace, monospace; letter-spacing: .12em; margin-bottom: .6rem; }
.data-source b, .data-output b { padding: .8rem 1rem; border: 1px solid var(--line); font-size: .78rem; font-weight: 650; background: rgba(255,255,255,.025); }
.data-hub { aspect-ratio: 1; border: 1px solid rgba(200,255,61,.35); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; box-shadow: inset 0 0 60px rgba(200,255,61,.05), 0 0 70px rgba(200,255,61,.04); }
.data-hub strong { font-size: clamp(2rem, 4vw, 4rem); color: var(--acid); }
.data-hub span { color: #93969d; font: .65rem ui-monospace, monospace; }
.flow-line { height: 1px; background: rgba(255,255,255,.12); position: relative; overflow: hidden; }
.flow-line span { position: absolute; width: 40%; height: 1px; background: var(--acid); animation: flow 2s ease-in-out infinite; box-shadow: 0 0 8px var(--acid); }
.data-board-foot { border-top: 1px solid var(--line); justify-content: flex-start; gap: 1rem; flex-wrap: wrap; }
.data-board-foot span { border: 1px solid var(--line); padding: .45rem .7rem; }

.difference { border-top: 1px solid var(--line); }
.difference > h2 { max-width: 900px; }
.difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.difference-card { background: var(--bg); padding: 2.2rem; min-height: 310px; }
.difference-card > span { font: .65rem ui-monospace, monospace; color: var(--acid); }
.difference-card h3 { margin: 5rem 0 1rem; font-size: 1.4rem; }
.difference-card p { color: var(--muted); max-width: 320px; line-height: 1.7; }

.contact { max-width: none; min-height: 680px; position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; background: var(--acid); color: #090b08; overflow: hidden; }
.contact::before { content: "GROW"; position: absolute; right: -1vw; bottom: -12vw; color: rgba(9,11,8,.065); font-size: 34vw; font-weight: 950; line-height: 1; letter-spacing: -.09em; }
.contact-copy { position: relative; z-index: 2; max-width: 850px; }
.contact .section-kicker { color: rgba(9,11,8,.65); margin-bottom: 2rem; }
.contact .section-kicker span { color: #4c32d7; }
.contact h2 { font-size: clamp(3.7rem, 8vw, 8.5rem); }
.contact h2 em { color: #4c32d7; }
.contact p { max-width: 620px; font-size: 1.1rem; margin-top: 2rem; }
.contact-orb { position: relative; z-index: 3; width: clamp(190px, 20vw, 280px); aspect-ratio: 1; border-radius: 50%; background: #0a0b0d; color: #fff; display: grid; place-items: center; text-align: center; font-weight: 900; letter-spacing: .08em; margin-right: clamp(1rem, 5vw, 6rem); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.contact-orb:hover { transform: scale(1.06) rotate(-4deg); box-shadow: 0 40px 100px rgba(0,0,0,.32); }
.contact-orb b { position: absolute; right: 24%; top: 22%; color: var(--acid); font-size: 1.4rem; }

footer { max-width: var(--max); margin: 0 auto; min-height: 200px; padding: 3rem clamp(1.25rem, 4.5vw, 5rem); display: grid; grid-template-columns: auto 1fr; grid-template-areas: "brand nav" "meta meta"; align-items: center; column-gap: 4rem; row-gap: 2.2rem; font-size: .74rem; color: #8e9199; }
footer > .brand { grid-area: brand; justify-self: start; }
.footer-nav { grid-area: nav; display: flex; justify-content: flex-end; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.footer-meta { grid-area: meta; display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.footer-meta p, .footer-meta span { margin: 0; }
.footer-meta span { font-family: ui-monospace, monospace; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes shine { to { background-position: -200% center; } }
@keyframes breathe { 50% { transform: scale(1.2); opacity: .27; } }
@keyframes scan { to { background-position: -200% 0; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes flow { from { left: -40%; } to { left: 110%; } }

@media (max-width: 1100px) {
  .hero-copy { width: 72vw; }
  .signal-panel { width: 290px; right: 1.5rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .system { grid-template-columns: .9fr 1.1fr; }
  .system-orbit { left: -22%; }
}

@media (max-width: 800px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 1.25rem; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 6px; background: none; border: 0; padding: .8rem 0 .8rem .8rem; cursor: pointer; }
  .menu-toggle span { width: 28px; height: 1px; background: #fff; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 72px; left: 0; right: 0; padding: 1.2rem; background: rgba(8,9,11,.97); border-bottom: 1px solid var(--line); flex-direction: column; gap: 0; }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .hero { min-height: 820px; height: auto; padding-top: 8.5rem; align-items: flex-start; }
  .hero-art { background-position: 67% center; opacity: .65; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(3.25rem, 14vw, 5.5rem); max-width: 720px; }
  .hero-lead { max-width: 600px; }
  .signal-panel { position: relative; right: auto; bottom: auto; margin: 3rem 0 2rem; width: min(100%, 350px); }
  .scroll-cue { display: none; }
  .intro-grid, .measurement-head { grid-template-columns: 1fr; align-items: start; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .system { display: block; padding-top: 30rem; }
  .system-copy { width: 100%; padding-left: 0; }
  .system-orbit { width: 600px; left: 50%; top: 250px; transform: translate(-50%, -50%); }
  .data-flow { grid-template-columns: 1fr; gap: 1.5rem; }
  .data-hub { width: 230px; margin: 0 auto; }
  .flow-line { width: 1px; height: 45px; justify-self: center; }
  .flow-line span { width: 1px; height: 40%; animation: flow-vertical 2s ease-in-out infinite; }
  .data-source, .data-output { width: min(100%, 360px); margin: auto; }
  .difference-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 3rem; }
  .contact-orb { margin: 0; width: 200px; }
  footer { grid-template-columns: 1fr; grid-template-areas: "brand" "nav" "meta"; align-items: start; row-gap: 1.8rem; }
  .footer-nav { justify-content: flex-start; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: .5rem; width: 100%; }
  @keyframes flow-vertical { from { top: -40%; } to { top: 110%; } }
}

@media (max-width: 540px) {
  .site-header .brand { font-size: 1.05rem; }
  .hero { min-height: 880px; padding-left: 1.1rem; padding-right: 1.1rem; }
  .eyebrow { font-size: .64rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-lead { font-size: 1rem; }
  .button { width: 100%; }
  .hero-index { display: none; }
  .section { padding-left: 1.1rem; padding-right: 1.1rem; }
  .service-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .service-card { min-height: 390px; }
  .process-item span { grid-template-columns: 1fr; gap: .35rem; }
  .data-board-head { align-items: flex-start; gap: .8rem; }
  .status { text-align: right; }
  .difference-card { min-height: 260px; }
  .difference-card h3 { margin-top: 3.5rem; }
  .contact { min-height: 720px; }
}

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

/* Interactive particle narrative */
.hero-particle-story { justify-content: center; text-align: center; background: radial-gradient(circle at 72% 45%, rgba(128,101,255,.11), transparent 27%), radial-gradient(circle at 62% 68%, rgba(200,255,61,.08), transparent 30%), #08090b; }
.particle-field { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; touch-action: none; }
.particle-vignette { position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at center, transparent 10%, rgba(8,9,11,.2) 48%, rgba(8,9,11,.9) 100%), linear-gradient(90deg, rgba(8,9,11,.68), transparent 38% 68%, rgba(8,9,11,.16)); }
.hero-particle-story::after { display: none; }
.hero-particle-story .hero-grid { opacity: .48; mask-image: radial-gradient(circle at center, black, transparent 78%); }
.hero-copy-centered { width: min(980px, 88vw); display: flex; flex-direction: column; align-items: center; }
.hero-copy-centered .eyebrow { justify-content: center; }
.hero-copy-centered h1 { max-width: 980px; font-size: clamp(3.7rem, 7.5vw, 8.2rem); text-shadow: 0 5px 45px rgba(0,0,0,.7); }
.hero-copy-centered h1 > span { display: block; min-height: 1em; }
.hero-copy-centered .hero-lead { max-width: 690px; text-shadow: 0 2px 20px #08090b; }
.story-word.word-enter { animation: word-in .7s cubic-bezier(.2,.8,.2,1); }
.story-progress { position: absolute; z-index: 3; right: clamp(1.25rem, 4vw, 4.5rem); top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; align-items: stretch; gap: .35rem; width: 190px; }
.story-step { display: grid; grid-template-columns: 24px 36px 1fr; align-items: center; gap: .65rem; border: 0; background: none; color: #6f737c; padding: .55rem 0; text-align: left; cursor: pointer; transition: color .3s ease; }
.story-step span { font: .62rem ui-monospace, monospace; }
.story-step i { display: block; height: 1px; background: currentColor; position: relative; overflow: hidden; }
.story-step i::after { content: ""; position: absolute; inset: 0; background: var(--acid); transform: translateX(-100%); }
.story-step b { font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 750; white-space: nowrap; }
.story-step.is-active { color: #fff; }
.story-step.is-active span { color: var(--acid); }
.story-step.is-active i::after { animation: stage-progress 4.3s linear forwards; }
.story-step:hover { color: var(--acid); }
@keyframes word-in { from { opacity: 0; transform: translateY(18px); filter: blur(9px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes stage-progress { to { transform: translateX(0); } }

@media (max-width: 1100px) {
  .story-progress { top: auto; bottom: 5rem; right: 1.5rem; }
  .hero-copy-centered { width: min(900px, 92vw); }
}
@media (max-width: 800px) {
  .hero-particle-story { min-height: 900px; align-items: center; padding-top: 7rem; padding-bottom: 12rem; }
  .hero-copy-centered { width: 100%; }
  .hero-copy-centered h1 { font-size: clamp(3.15rem, 14vw, 6rem); }
  .particle-vignette { background: radial-gradient(circle at 54% 42%, transparent 3%, rgba(8,9,11,.34) 48%, rgba(8,9,11,.92) 100%); }
  .story-progress { left: 1.25rem; right: 1.25rem; bottom: 4.1rem; width: auto; flex-direction: row; gap: 1rem; }
  .story-step { flex: 1; grid-template-columns: 24px 1fr; gap: .5rem; }
  .story-step b { display: none; }
  .story-step i { width: 100%; }
}
@media (max-width: 540px) {
  .hero-particle-story { min-height: 880px; }
  .hero-copy-centered h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-copy-centered .hero-lead { font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .particle-field { opacity: .28; background: radial-gradient(circle at 70% 48%, rgba(200,255,61,.3), transparent 2%, transparent 24%), radial-gradient(circle at 70% 48%, rgba(128,101,255,.12), transparent 36%); }
  .story-step.is-active i::after { transform: translateX(0); }
}

/* Connected measurement ecosystem */
.ecosystem-board { overflow: hidden; }
.ecosystem-map { position: relative; min-height: 570px; background: radial-gradient(circle at 52% 49%, rgba(200,255,61,.075), transparent 19%), radial-gradient(circle at 70% 30%, rgba(128,101,255,.07), transparent 23%); }
.ecosystem-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle at center, black, transparent 90%); }
.ecosystem-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.eco-path { fill: none; stroke: rgba(255,255,255,.17); stroke-width: 1.25; vector-effect: non-scaling-stroke; stroke-dasharray: 5 8; }
.eco-path-bright { stroke: rgba(200,255,61,.68); stroke-width: 1.7; stroke-dasharray: 6 5; stroke-dashoffset: 2; }
.eco-feedback { stroke: rgba(200,255,61,.6); stroke-width: 1.7; stroke-dasharray: 10 7; }
.eco-feedback-secondary { stroke: rgba(128,101,255,.48); stroke-width: 1.4; }
.eco-packet { opacity: .95; vector-effect: non-scaling-stroke; stroke-width: 3; stroke-opacity: .2; }
.packet-lime { fill: var(--acid); stroke: var(--acid); }
.packet-violet { fill: var(--violet); stroke: var(--violet); }
.packet-cyan { fill: var(--cyan); stroke: var(--cyan); }
.eco-node { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.16); background: rgba(13,15,19,.96); box-shadow: 0 18px 45px rgba(0,0,0,.25); display: flex; flex-direction: column; justify-content: center; }
.eco-node small, .eco-cluster > small { color: #737780; font: .58rem ui-monospace, monospace; letter-spacing: .11em; }
.eco-node strong { font-size: 1.15rem; margin: .35rem 0; }
.eco-node span { color: #92969e; font-size: .68rem; }
.eco-cluster { position: absolute; z-index: 2; left: 4%; top: 14%; width: 18%; height: 72%; }
.eco-cluster > small { display: block; margin-bottom: .7rem; }
.platform-node { position: relative; width: 100%; height: 76px; padding: .8rem 1rem .8rem 2.1rem; margin-bottom: .75rem; }
.platform-node i { position: absolute; left: .9rem; width: 7px; height: 7px; background: var(--violet); border-radius: 50%; box-shadow: 0 0 12px var(--violet); }
.platform-node b { font-size: .78rem; }
.platform-node span { font-size: .61rem; }
.node-google i { background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.node-tiktok i { background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.touchpoint-node { left: 30%; top: 39%; width: 13%; height: 132px; padding: 1rem; }
.core-node { left: 47%; top: 35%; width: 13%; aspect-ratio: 1; border-radius: 50%; align-items: center; text-align: center; border-color: rgba(200,255,61,.5); background: #0d100c; box-shadow: inset 0 0 40px rgba(200,255,61,.07), 0 0 60px rgba(200,255,61,.06); }
.core-node strong { color: var(--acid); font-size: clamp(1.05rem, 1.7vw, 1.55rem); line-height: 1; letter-spacing: -.03em; }
.core-node span { max-width: 80%; line-height: 1.25; }
.core-pulse { position: absolute; inset: -1px; border: 1px solid rgba(200,255,61,.45); border-radius: 50%; animation: core-pulse 2.7s ease-out infinite; }
.ecosystem-board.is-paused .core-pulse { animation-play-state: paused; }
.crm-node, .commerce-node { left: 68%; width: 14%; height: 106px; padding: 1rem; }
.crm-node { top: 20%; }
.commerce-node { top: 61%; }
.outcome-node { right: 3%; top: 39%; width: 13%; height: 132px; padding: 1rem; border-color: rgba(200,255,61,.32); }
.feedback-label { position: absolute; z-index: 2; left: 34%; right: 19%; top: 4.2%; display: flex; align-items: center; justify-content: center; gap: 1rem; text-align: center; }
.feedback-label span { color: #858991; font: .55rem ui-monospace, monospace; letter-spacing: .1em; }
.feedback-label b { color: var(--acid); font-size: .68rem; letter-spacing: .08em; }
.feedback-label small { position: absolute; top: 1.4rem; color: #656971; font-size: .56rem; }
.first-party-label { position: absolute; z-index: 2; left: 42%; bottom: 3.5%; display: flex; flex-direction: column; align-items: center; }
.first-party-label b { color: var(--violet); font-size: .65rem; letter-spacing: .1em; }
.first-party-label span { color: #6f737b; font-size: .58rem; margin-top: .2rem; }
.ecosystem-legend { min-height: 62px; border-top: 1px solid var(--line); padding: 1rem 1.2rem; display: flex; align-items: center; gap: 1.4rem; color: #7e828a; font: .62rem ui-monospace, monospace; }
.ecosystem-legend > span { display: inline-flex; align-items: center; gap: .45rem; }
.legend-dot { width: 6px; height: 6px; border-radius: 50%; }
.legend-input { background: var(--cyan); }
.legend-business { background: var(--violet); }
.legend-feedback { background: var(--acid); box-shadow: 0 0 8px var(--acid); }
.ecosystem-message { margin-left: auto; color: #c7c9cf; text-transform: uppercase; letter-spacing: .08em; }
@keyframes core-pulse { 0% { transform: scale(1); opacity: .7; } 80%, 100% { transform: scale(1.35); opacity: 0; } }

@media (max-width: 900px) {
  .ecosystem-map { min-height: 520px; overflow-x: auto; touch-action: pan-x; }
  .ecosystem-lines { width: 820px; }
  .eco-cluster { left: 32px; width: 148px; }
  .touchpoint-node { left: 246px; width: 108px; }
  .core-node { left: 385px; width: 110px; }
  .crm-node, .commerce-node { left: 558px; width: 116px; }
  .outcome-node { left: 700px; right: auto; width: 106px; }
  .feedback-label { left: 280px; right: auto; width: 410px; }
  .first-party-label { left: 330px; width: 270px; }
  .ecosystem-legend { flex-wrap: wrap; }
  .ecosystem-message { width: 100%; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .eco-path, .core-pulse { animation: none; }
  .eco-packet { display: none; }
}

/* Test, Measure, Scale — compounding performance model */
.growth-dashboard { position: absolute; z-index: 3; left: clamp(1.5rem, 5vw, 6rem); top: 50%; transform: translateY(-50%); width: min(44vw, 660px); color: #111318; background: transparent; border: 1px solid rgba(0,0,0,.14); box-shadow: none; overflow: hidden; }
.growth-dashboard.reveal { transform: translateY(calc(-50% + 30px)); }
.growth-dashboard.reveal.visible { transform: translateY(-50%); }
.growth-dashboard-head { display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 0 1rem; border-bottom: 1px solid rgba(0,0,0,.12); color: #6d7178; font: .61rem ui-monospace, monospace; letter-spacing: .1em; }
.growth-live { display: inline-flex; align-items: center; gap: .45rem; color: #526d08; }
.growth-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); animation: live-blink 1.7s ease-in-out infinite; }
.growth-kpi { display: flex; justify-content: space-between; align-items: end; padding: 1.25rem 1.35rem .2rem; }
.growth-kpi > div { display: flex; flex-direction: column; }
.growth-kpi small { color: #74787f; font: .58rem ui-monospace, monospace; letter-spacing: .1em; }
.growth-kpi > div:first-child strong { margin-top: .3rem; font-size: 1rem; letter-spacing: .06em; }
.growth-value-wrap { text-align: right; }
.growth-value { color: #5138d8; font-size: clamp(2.4rem, 4vw, 4.1rem); font-weight: 900; line-height: .9; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.growth-period { margin-top: .55rem; }
.growth-chart { position: relative; padding: 0 .8rem; }
.growth-chart svg { width: 100%; display: block; overflow: visible; }
.chart-grid line { stroke: rgba(0,0,0,.09); stroke-width: 1; }
.chart-axis-labels text, .chart-months text { fill: #777b82; font: 10px ui-monospace, monospace; }
.chart-months text { text-anchor: middle; letter-spacing: .08em; }
.growth-area { fill: url(#growthArea); }
.growth-line { fill: none; stroke: url(#growthStroke); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 8px rgba(200,255,61,.3)); }
.growth-dots circle { fill: #e8e9e3; stroke: #6d50ee; stroke-width: 3; transform-box: fill-box; transform-origin: center; }
.growth-dashboard.is-running .chart-reveal { animation: chart-reveal 6.2s cubic-bezier(.2,.7,.2,1) forwards; }
.growth-dashboard.is-running .growth-dots circle { opacity: 0; animation: dot-pop .4s ease forwards; }
.growth-dashboard.is-running .growth-dots circle:nth-child(1) { animation-delay: .25s; }
.growth-dashboard.is-running .growth-dots circle:nth-child(2) { animation-delay: 1.25s; }
.growth-dashboard.is-running .growth-dots circle:nth-child(3) { animation-delay: 2.25s; }
.growth-dashboard.is-running .growth-dots circle:nth-child(4) { animation-delay: 3.25s; }
.growth-dashboard.is-running .growth-dots circle:nth-child(5) { animation-delay: 4.25s; }
.growth-dashboard.is-running .growth-dots circle:nth-child(6) { animation-delay: 5.25s; }
.growth-callout { position: absolute; right: 3%; top: 5%; padding: .65rem .8rem; background: var(--acid); color: #090b08; display: flex; flex-direction: column; box-shadow: 0 12px 35px rgba(200,255,61,.2); opacity: 0; transform: translateY(10px); }
.growth-dashboard.is-running .growth-callout { animation: callout-in .55s ease 5.5s forwards; }
.growth-callout small { font: .52rem ui-monospace, monospace; letter-spacing: .1em; opacity: .65; }
.growth-callout strong { font-size: 1.45rem; line-height: 1.1; }
.growth-callout span { font-size: .52rem; font-weight: 850; letter-spacing: .08em; }
.growth-cycle { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0,0,0,.11); border-bottom: 1px solid rgba(0,0,0,.11); }
.growth-stage { display: grid; grid-template-columns: 25px 1fr; gap: .55rem; align-items: center; padding: .85rem .8rem; color: #858990; border-right: 1px solid rgba(0,0,0,.1); transition: color .3s ease, background .3s ease; }
.growth-stage:last-child { border-right: 0; }
.growth-stage > b { font: .58rem ui-monospace, monospace; }
.growth-stage span { display: flex; flex-direction: column; }
.growth-stage strong { font-size: .66rem; letter-spacing: .08em; }
.growth-stage small { margin-top: .16rem; font-size: .55rem; }
.growth-stage.is-active { color: #111318; background: rgba(128,101,255,.09); }
.growth-stage.is-active > b { color: #563ade; }
.growth-disclaimer { padding: .55rem 1rem; color: #858990; font: .55rem ui-monospace, monospace; letter-spacing: .06em; text-align: right; }
@keyframes chart-reveal { to { width: 640px; } }
@keyframes dot-pop { from { opacity: 0; transform: scale(.2); } to { opacity: 1; transform: scale(1); } }
@keyframes callout-in { to { opacity: 1; transform: none; } }
@keyframes live-blink { 50% { opacity: .35; } }

@media (max-width: 1100px) {
  .growth-dashboard { left: 1.5rem; width: 46vw; }
  .growth-stage small { display: none; }
}
@media (max-width: 800px) {
  .system-growth { display: flex; flex-direction: column; gap: 4rem; padding-top: 6rem; }
  .system-growth .system-copy { order: 1; }
  .growth-dashboard { position: relative; order: 2; left: auto; top: auto; width: 100%; transform: none; }
  .growth-dashboard.reveal { transform: translateY(30px); }
  .growth-dashboard.reveal.visible { transform: none; }
  .growth-stage small { display: block; }
}
@media (max-width: 540px) {
  .growth-dashboard { margin-left: -.2rem; margin-right: -.2rem; width: calc(100% + .4rem); }
  .growth-kpi { padding-left: 1rem; padding-right: 1rem; }
  .growth-chart { padding: 0 .2rem; }
  .growth-stage { grid-template-columns: 1fr; gap: .25rem; padding: .7rem .55rem; }
  .growth-stage small { font-size: .5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .growth-dashboard.is-running .chart-reveal { width: 640px; animation: none; }
  .growth-dashboard.is-running .growth-dots circle, .growth-dashboard.is-running .growth-callout { opacity: 1; transform: none; animation: none; }
}

/* Cookie consent and policy */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.footer-link-button, .inline-link-button { appearance: none; border: 0; padding: 0; background: none; color: inherit; cursor: pointer; font: inherit; transition: color .2s ease; }
.footer-link-button:hover, .inline-link-button:hover { color: var(--acid); }
.inline-link-button { color: var(--acid); text-decoration: underline; text-underline-offset: .18em; }

.cookie-banner { position: fixed; z-index: 1000; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: 1.4rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 2rem; color: #f5f5f2; background: rgba(13,15,19,.96); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 28px 90px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
.cookie-banner[hidden] { display: none; }
.cookie-kicker { display: block; margin-bottom: .6rem; color: var(--acid); font: .58rem ui-monospace, monospace; letter-spacing: .12em; }
.cookie-banner h2, .cookie-dialog h2 { margin: 0; color: #fff; font-size: clamp(1.3rem, 2.1vw, 2rem); line-height: 1.05; letter-spacing: -.035em; }
.cookie-banner p { max-width: 680px; margin: .75rem 0 0; color: #a9adb5; font-size: .88rem; line-height: 1.65; }
.cookie-banner p a { color: #fff; text-decoration: underline; text-underline-offset: .18em; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .65rem; }
.cookie-button { min-height: 45px; padding: 0 1rem; border: 1px solid rgba(255,255,255,.24); color: #fff; background: transparent; cursor: pointer; text-transform: uppercase; font-size: .65rem; font-weight: 850; letter-spacing: .08em; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.cookie-button:hover { border-color: #fff; transform: translateY(-1px); }
.cookie-button-primary { border-color: var(--acid); color: #090b08; background: var(--acid); }
.cookie-button-primary:hover { border-color: #dbff81; background: #dbff81; }
.cookie-button-text { border-color: transparent; color: #a9adb5; }

.cookie-dialog { width: min(720px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); padding: 0; color: #f5f5f2; background: #101216; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 35px 110px rgba(0,0,0,.72); }
.cookie-dialog::backdrop { background: rgba(2,3,4,.78); backdrop-filter: blur(6px); }
.cookie-dialog-panel { max-height: calc(100vh - 2rem); padding: 1.5rem; overflow-y: auto; }
.cookie-dialog-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.cookie-close { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.18); color: #fff; background: transparent; cursor: pointer; font-size: 1.5rem; line-height: 1; }
.cookie-dialog-intro { margin: 1rem 0 1.35rem; color: #9b9fa7; font-size: .86rem; line-height: 1.6; }
.cookie-preference { min-width: 0; min-height: 92px; margin: -1px 0 0; padding: 1.1rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1rem; border: 1px solid rgba(255,255,255,.13); color: inherit; }
.cookie-preference > div { display: flex; flex-direction: column; gap: .3rem; }
.cookie-preference strong { font-size: .82rem; letter-spacing: .02em; }
.cookie-preference span { max-width: 400px; color: #8f939b; font-size: .72rem; line-height: 1.45; }
.cookie-required { color: var(--acid) !important; font: .58rem ui-monospace, monospace !important; letter-spacing: .07em; text-transform: uppercase; }
.cookie-radio-group { display: grid !important; grid-template-columns: repeat(2, minmax(74px, 1fr)); gap: .45rem !important; }
.cookie-radio-option { position: relative; cursor: pointer; }
.cookie-radio-option input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-radio-option span { min-width: 78px; min-height: 40px; padding: .55rem .75rem; display: flex; align-items: center; justify-content: center; gap: .45rem; border: 1px solid rgba(255,255,255,.2); color: #b6bac2; background: rgba(255,255,255,.025); font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.cookie-radio-option span::before { content: ""; width: 12px; height: 12px; flex: 0 0 auto; border: 1px solid #747982; border-radius: 50%; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.cookie-radio-option input:checked + span { border-color: var(--acid); color: #090b08; background: var(--acid); }
.cookie-radio-option input:checked + span::before { border-color: #090b08; background: #090b08; box-shadow: inset 0 0 0 3px var(--acid); }
.cookie-radio-option input:focus-visible + span { outline: 2px solid #fff; outline-offset: 3px; }
.cookie-dialog-actions { margin-top: 1.35rem; display: flex; justify-content: flex-end; gap: .7rem; }

.legal-page { background: #08090b; }
.legal-main { max-width: var(--max); min-width: 0; margin: 0 auto; padding: 10rem clamp(1.25rem, 6vw, 7rem) 7rem; display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); }
.legal-heading { position: sticky; top: 8rem; align-self: start; }
.legal-heading h1 { margin: 1rem 0 1.5rem; font-size: clamp(3.8rem, 7vw, 7.8rem); line-height: .86; }
.legal-heading h1 em { color: var(--acid); font-family: Georgia, serif; font-weight: 400; }
.legal-heading > p:last-child { color: #777b84; font: .68rem ui-monospace, monospace; letter-spacing: .06em; }
.legal-content { min-width: 0; padding-top: 1.2rem; }
.legal-content section { min-width: 0; padding: 0 0 2.7rem; margin-bottom: 2.7rem; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 { margin: 0 0 1rem; font-size: clamp(1.45rem, 2.4vw, 2.25rem); letter-spacing: -.035em; }
.legal-content h3 { margin: 1.8rem 0 .8rem; color: #fff; font-size: 1rem; letter-spacing: -.01em; }
.legal-content p { margin: 0; color: #a7abb3; font-size: .98rem; line-height: 1.8; overflow-wrap: anywhere; }
.legal-content p + p { margin-top: 1rem; }
.legal-content ul { margin: 1rem 0 0; padding-left: 1.2rem; color: #a7abb3; font-size: .98rem; line-height: 1.75; overflow-wrap: anywhere; }
.legal-content li + li { margin-top: .45rem; }
.legal-content a { color: #fff; text-decoration: underline; text-underline-offset: .2em; }
.legal-note { margin-top: 1.2rem !important; padding-left: 1rem; border-left: 2px solid var(--acid); }
.cookie-table-wrap { width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; margin-bottom: 1.2rem; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.cookie-table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: .78rem; line-height: 1.55; }
.vendor-table { min-width: 920px; }
.cookie-table th, .cookie-table td { padding: 1rem; border: 1px solid rgba(255,255,255,.13); text-align: left; vertical-align: top; }
.cookie-table th { color: #777b84; font: .58rem ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.cookie-table td { color: #a7abb3; }
.cookie-table td:first-child { color: #fff; }
.cookie-table code { color: var(--acid); font-size: .72rem; }
.cookie-table a { display: inline-block; margin-top: .35rem; color: #8f939b; font-size: .68rem; }
.cookie-table a:hover { color: var(--acid); }
.policy-category { display: inline-flex; padding: .28rem .45rem; border: 1px solid rgba(194,255,71,.35); color: var(--acid) !important; font: .58rem ui-monospace, monospace !important; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 900px) {
  .cookie-banner { grid-template-columns: 1fr; align-items: start; gap: 1.1rem; }
  .cookie-actions { justify-content: flex-start; }
  .legal-main { grid-template-columns: 1fr; gap: 3rem; }
  .legal-heading { position: static; }
  .legal-heading h1 { max-width: 680px; }
}

@media (max-width: 600px) {
  .cookie-banner { left: .65rem; right: .65rem; bottom: .65rem; width: calc(100% - 1.3rem); padding: 1.05rem; }
  .cookie-actions, .cookie-dialog-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .cookie-button { width: 100%; }
  .cookie-dialog-panel { padding: 1.1rem; }
  .cookie-dialog-head h2 { max-width: 260px; }
  .cookie-preference { padding: .9rem; grid-template-columns: 1fr; align-items: start; }
  .cookie-preference-required { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .cookie-radio-group { width: 100%; }
  .cookie-radio-option span { min-width: 0; }
  .legal-main { width: 100%; padding: 7.5rem 1.1rem 4rem; }
  .legal-heading, .legal-content { width: 100%; max-width: 100%; }
  .legal-heading h1 { max-width: 100%; font-size: clamp(3.25rem, 18vw, 5.5rem); overflow-wrap: anywhere; }
  .cookie-table-wrap { margin-right: 0; }
  .cookie-table th, .cookie-table td { overflow-wrap: anywhere; }
}
