:root {
  --ink: #090909;
  --ink-soft: #141414;
  --paper: #f0eee8;
  --paper-soft: #dad7cf;
  --accent: #ff5a36;
  --accent-light: #ff7355;
  --acid: #d7ff3f;
  --w-gradient: linear-gradient(135deg, #d7ff3f 0%, #45d7ff 31%, #9a68ff 62%, #ff5a36 100%);
  --line-dark: rgba(255,255,255,.16);
  --line-light: rgba(9,9,9,.2);
  --radius: 1.5rem;
  --header-h: 88px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  overflow-x: hidden;
}

::selection { color: var(--ink); background: var(--acid); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:where(a, button, input, textarea, select):focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -100px;
  z-index: 200;
  padding: .75rem 1rem;
  color: var(--ink);
  background: var(--acid);
}
.skip-link:focus { top: 1rem; }

.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 3px;
}
.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--acid);
  transform-origin: left;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  pointer-events: none;
  color: var(--ink);
  background: var(--acid);
  transform: translate(-50%, -50%);
  transition: width .25s var(--ease), height .25s var(--ease), opacity .2s;
  mix-blend-mode: difference;
}
.cursor span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  opacity: 0;
}
.cursor.is-active { width: 72px; height: 72px; mix-blend-mode: normal; }
.cursor.is-active span { opacity: 1; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--header-h);
  padding: 0 2.25rem;
  color: var(--paper);
  transition: background .3s, color .3s, transform .4s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(9,9,9,.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-dark);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; width: max-content; }
.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  background: var(--w-gradient);
  filter: drop-shadow(0 0 12px rgba(69, 215, 255, .18));
  -webkit-mask: url("../images/logo-w-hd.png") center / contain no-repeat;
  mask: url("../images/logo-w-hd.png") center / contain no-repeat;
}
.brand-name { font-size: 1.1rem; font-weight: 900; letter-spacing: -.05em; }
.brand-slash { color: var(--accent); }

.desktop-nav { display: flex; gap: 2rem; }
.desktop-nav a, .header-cta {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.desktop-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: .25rem;
  height: 1px;
  background: currentColor;
  transition: right .3s var(--ease);
}
.desktop-nav a:hover::after { right: 0; }
.header-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: .55rem;
  min-height: 42px;
  padding: .72rem 1rem;
  color: var(--ink);
  background: var(--acid);
  border: 1px solid var(--acid);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(215,255,63,.2);
  transition: color .2s, background .2s, border-color .2s, box-shadow .2s;
}
.header-cta:hover { color: var(--ink); background: var(--paper); border-color: var(--paper); box-shadow: 0 10px 34px rgba(240,238,232,.24); }
.header-cta:focus-visible { outline: 3px solid var(--paper); outline-offset: 3px; }
.header-cta__arrow { font-size: .9rem; line-height: 1; }
.availability { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px rgba(9,9,9,.12); }
.nav-toggle, .mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}
.motion-scene { position: absolute; inset: -7%; overflow: hidden; pointer-events: none; }
.motion-video { width: 100%; height: 100%; object-fit: cover; transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.12); transform-origin: center; will-change: transform; }
.motion-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,9,9,.82) 0%, rgba(9,9,9,.34) 46%, rgba(9,9,9,.14) 100%); }
.motion-grain { position: absolute; inset: 0; opacity: .12; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.hero-motion { z-index: -3; background: #090909 url("../media/hero-motion-poster.webp") center / cover no-repeat; }
.hero-motion::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 48%, rgba(215,255,63,.08), transparent 29%); }

.motion-video:not(.is-loaded) { opacity: 0; }
.motion-video { opacity: 1; transition: opacity 1.1s var(--ease); }

#signal-canvas { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; opacity: .9; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 72% 52%, transparent 0, rgba(9,9,9,.1) 28%, rgba(9,9,9,.82) 76%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 6.25vw 6.25vw;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}
.hero-w-mark {
  position: absolute;
  right: -2vw;
  top: 17%;
  z-index: -1;
  width: clamp(300px, 43vw, 760px);
  aspect-ratio: 1;
  background: var(--w-gradient);
  opacity: .18;
  -webkit-mask: url("../images/logo-w-hd.png") center / contain no-repeat;
  mask: url("../images/logo-w-hd.png") center / contain no-repeat;
  transform: rotate(-8deg);
}
.hero-content { min-height: 100svh; padding: calc(var(--header-h) + 4rem) 3.2vw 2.2rem; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow { display: grid; grid-template-columns: 3rem auto 1fr; gap: 1rem; align-items: center; color: rgba(240,238,232,.64); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span:first-child { color: var(--accent); }
.eyebrow-meta { justify-self: end; }
.hero-title { margin: auto 0 1rem; max-width: 98%; font-size: clamp(3.75rem, 9.15vw, 10.2rem); font-weight: 900; line-height: .79; letter-spacing: -.075em; text-transform: uppercase; }
.title-line { display: block; }
.title-outline { color: transparent; -webkit-text-stroke: 1.5px var(--paper); transform: translateX(6.5vw); }
.title-last { text-align: right; }
.title-dot { color: var(--accent); -webkit-text-stroke: 0; }
.hero-bottom { display: grid; grid-template-columns: minmax(280px, 440px) auto; align-items: end; justify-content: space-between; gap: 2rem; padding-left: 7vw; }
.hero-bottom p { margin: 0; color: rgba(240,238,232,.75); font-size: clamp(.95rem, 1.15vw, 1.2rem); }
.primary-button {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.15rem 1.3rem 1.15rem 1.5rem;
  border-radius: 999px;
  color: var(--ink);
  background: var(--acid);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.primary-button svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .3s var(--ease); }
.primary-button:hover svg { transform: translateX(4px); }
.scroll-note { position: absolute; right: 2rem; top: 50%; display: flex; align-items: center; gap: 1rem; transform: rotate(90deg) translateX(50%); transform-origin: right center; font-size: .56rem; letter-spacing: .18em; }
.scroll-note i { display: block; width: 70px; height: 1px; overflow: hidden; background: rgba(255,255,255,.25); }
.scroll-note i::after { content: ""; display: block; width: 50%; height: 100%; background: var(--accent); animation: scrollLine 2s infinite var(--ease); }
@keyframes scrollLine { from { transform: translateX(-110%); } to { transform: translateX(220%); } }
.hero-orbit { position: absolute; right: 9vw; top: 18%; width: 116px; height: 116px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; animation: spin 16s linear infinite; }
.hero-orbit::after { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--accent); font-size: 2rem; }
.hero-orbit span { position: absolute; inset: -18px; font-size: .55rem; letter-spacing: .08em; word-spacing: .32rem; text-align: center; }
@keyframes spin { to { transform: rotate(360deg); } }

.ticker { overflow: hidden; padding: .95rem 0; color: var(--ink); background: var(--acid); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.ticker-track { display: flex; align-items: center; gap: 2.1rem; width: max-content; font-size: 1rem; font-weight: 900; letter-spacing: -.03em; animation: ticker 22s linear infinite; }
.ticker-track i { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }
@keyframes ticker { to { transform: translateX(-50%); } }

section { position: relative; padding: 9rem 3.2vw; }
.section-light { color: var(--ink); background: var(--paper); }
.section-dark { color: var(--paper); background: var(--ink); }
.section-accent { color: var(--ink); background: var(--accent); }
.section-index { font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.manifesto { min-height: 90svh; display: flex; flex-direction: column; justify-content: space-between; }
.manifesto-copy { margin: 8rem 0; font-size: clamp(3.3rem, 8.3vw, 9rem); font-weight: 800; line-height: .92; letter-spacing: -.075em; }
.manifesto-copy em { position: relative; color: var(--accent); font-style: normal; }
.manifesto-copy em::after { content: ""; position: absolute; left: 0; right: 0; bottom: .02em; height: .07em; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 1s .3s var(--ease); }
.manifesto-copy.is-visible em::after { transform: scaleX(1); }
.manifesto-foot { display: grid; grid-template-columns: 1fr minmax(300px, 520px); gap: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line-light); }
.manifesto-foot span { font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.manifesto-foot p { margin: 0; font-size: 1.25rem; }

.section-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; align-items: end; margin-bottom: 6rem; }
.section-heading h2 { margin: 2rem 0 0; font-size: clamp(3.5rem, 7vw, 7.8rem); line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.section-heading > p { max-width: 460px; margin: 0; color: currentColor; opacity: .68; font-size: 1.1rem; }

.service-list { border-top: 1px solid var(--line-dark); }
.expertise-motion-panel {
  position: relative;
  min-height: clamp(360px, 42vw, 620px);
  margin: -1.5rem 0 5rem;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background-color: #050807;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.expertise-motion-panel .motion-scene { z-index: 0; inset: -6%; }
.expertise-motion-panel .motion-video { filter: saturate(.78) contrast(1.08) brightness(.78); }
.expertise-motion-panel .motion-shade { background: linear-gradient(90deg, rgba(5,8,7,.68), rgba(5,8,7,.08) 56%, rgba(5,8,7,.32)); }
.expertise-motion-caption {
  position: absolute;
  z-index: 1;
  right: clamp(1.5rem, 3vw, 3rem);
  bottom: clamp(1.5rem, 3vw, 3rem);
  left: clamp(1.5rem, 3vw, 3rem);
  display: grid;
  grid-template-columns: auto minmax(260px, 560px);
  gap: 2rem;
  align-items: end;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.34);
}
.expertise-motion-caption span { font-size: .6rem; font-weight: 800; letter-spacing: .12em; }
.expertise-motion-caption strong { justify-self: end; font-size: clamp(1.35rem, 2.5vw, 2.7rem); line-height: 1.05; letter-spacing: -.045em; }
.service-row { position: relative; display: grid; grid-template-columns: 5vw 1.4fr 1fr 1fr auto; gap: 2rem; align-items: center; min-height: 190px; padding: 2.2rem .25rem; border-bottom: 1px solid var(--line-dark); overflow: hidden; transition: color .45s var(--ease), padding .45s var(--ease); }
.service-row::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--acid); transform: translateY(101%); transition: transform .45s var(--ease); }
.service-row > * { position: relative; z-index: 1; }
.service-row:hover { color: var(--ink); padding-left: 1.2rem; padding-right: 1.2rem; }
.service-row:hover::before { transform: translateY(0); }
.service-number { align-self: start; font-size: .65rem; font-weight: 800; }
.service-row h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 4rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.service-row p { margin: 0; max-width: 370px; opacity: .7; }
.service-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.service-tags span { padding: .35rem .55rem; border: 1px solid currentColor; border-radius: 999px; font-size: .52rem; font-weight: 800; }
.service-arrow { font-size: 2rem; transition: transform .35s var(--ease); }
.service-row:hover .service-arrow { transform: rotate(45deg); }

.work .section-heading > p { opacity: .82; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem 1.4rem; }
.work-card-wide { grid-column: 1 / -1; }
.work-visual { position: relative; min-height: min(54vw, 680px); overflow: hidden; color: var(--paper); background: var(--ink); border-radius: var(--radius); }
.work-card:not(.work-card-wide) .work-visual { min-height: min(53vw, 640px); }
.work-meta { display: grid; grid-template-columns: 1fr 2fr auto; gap: 1rem; padding-top: 1.3rem; align-items: start; border-top: 1px solid var(--line-light); }
.work-meta > span, .work-meta > p { font-size: .6rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.work-meta h3 { margin: 0; font-size: clamp(1.45rem, 2.6vw, 3rem); line-height: .95; letter-spacing: -.045em; }
.work-meta p { margin: .25rem 0 0; text-align: right; }
.visual-platform { display: grid; place-items: center; perspective: 1200px; background: radial-gradient(circle at 50% 50%, #262626, #080808 70%); }
.fake-window { width: 78%; background: #e9e7df; color: #111; border-radius: 1.2rem; box-shadow: 0 50px 90px rgba(0,0,0,.55); transform: rotateX(7deg) rotateY(-8deg); transition: transform .9s var(--ease); }
.work-card:hover .fake-window { transform: rotateX(0) rotateY(0) scale(1.025); }
.fake-top { display: flex; align-items: center; gap: .4rem; height: 38px; padding: 0 1rem; border-bottom: 1px solid #c3c0b9; font: 600 .55rem monospace; color: #777; }
.fake-top i { width: 7px; height: 7px; border-radius: 50%; background: #aaa; }
.fake-top span { margin-left: auto; margin-right: auto; }
.fake-body { display: grid; grid-template-columns: 62px 1fr; min-height: 360px; }
.fake-body aside { display: flex; flex-direction: column; align-items: center; gap: 2rem; padding: 1.5rem .5rem; border-right: 1px solid #c3c0b9; }
.fake-body aside b { font-size: .8rem; }
.fake-body aside span { width: 15px; height: 2px; background: #aaa; }
.fake-content { padding: 3.3rem 3.5rem; }
.fake-content small { font: 700 .55rem monospace; }
.fake-content strong { display: block; margin-top: 1.2rem; font-size: clamp(2rem, 4.5vw, 5rem); line-height: .82; letter-spacing: -.07em; }
.fake-chart { display: flex; align-items: flex-end; gap: 5%; height: 90px; margin-top: 3rem; border-bottom: 1px solid #aaa; }
.fake-chart span { flex: 1; background: var(--accent); animation: chart 2.8s infinite alternate var(--ease); }
.fake-chart span:nth-child(1) { height: 30%; }.fake-chart span:nth-child(2) { height: 52%; }.fake-chart span:nth-child(3) { height: 43%; }.fake-chart span:nth-child(4) { height: 72%; }.fake-chart span:nth-child(5) { height: 58%; }.fake-chart span:nth-child(6) { height: 85%; }.fake-chart span:nth-child(7) { height: 100%; }
@keyframes chart { to { transform: scaleY(.72); } }

.visual-commerce { background: #d9d4c8; color: var(--ink); }
.product-sphere { position: absolute; left: 50%; top: 45%; width: 50%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 33% 27%, #fff 0 2%, #bcb6a9 24%, #262626 68%, #000 100%); transform: translate(-50%,-50%); box-shadow: 0 40px 70px rgba(0,0,0,.38); }
.product-ring { position: absolute; left: 50%; top: 45%; width: 72%; aspect-ratio: 2.3; border: 2px solid var(--accent); border-radius: 50%; transform: translate(-50%,-50%) rotate(-18deg); transition: transform 1.2s var(--ease); }
.work-card:hover .product-ring { transform: translate(-50%,-50%) rotate(342deg); }
.commerce-label { position: absolute; left: 2rem; right: 2rem; bottom: 2rem; display: flex; justify-content: space-between; align-items: end; }
.commerce-label small { font: 700 .6rem monospace; }
.commerce-label strong { text-align: right; font-size: clamp(2.3rem, 5vw, 5.5rem); line-height: .78; letter-spacing: -.07em; }

.visual-automation { background: #111; }
.visual-automation svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.visual-automation path { fill: none; stroke: var(--accent); stroke-width: 2; stroke-dasharray: 7 9; animation: dash 20s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -400; } }
.node { position: absolute; z-index: 2; display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; color: var(--paper); background: #111; border: 1px solid var(--paper); font: 700 .6rem monospace; box-shadow: 0 0 0 10px #111; }
.node-b { width: 120px; height: 120px; color: var(--ink); background: var(--acid); border: 0; box-shadow: 0 0 70px rgba(215,255,63,.25); }
.node-a { left: 10%; top: 16%; }.node-b { left: 42%; top: 37%; }.node-c { right: 10%; top: 9%; }.node-d { right: 8%; bottom: 12%; }

.lab { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; min-height: 100svh; }
.lab-copy h2 { margin: 2rem 0; font-size: clamp(3rem, 5.8vw, 6.5rem); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.lab-copy p { max-width: 520px; font-size: 1.2rem; }
.lab-console { min-height: 650px; display: flex; flex-direction: column; color: var(--paper); background: var(--ink); border-radius: var(--radius); overflow: hidden; box-shadow: 0 40px 90px rgba(0,0,0,.22); }
.console-head, .console-status { display: flex; justify-content: space-between; padding: 1rem 1.2rem; font: 700 .55rem monospace; letter-spacing: .06em; border-bottom: 1px solid var(--line-dark); }
.console-head i { display: inline-block; width: 6px; height: 6px; margin-left: .4rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
#lab-canvas { flex: 1; width: 100%; min-height: 500px; }
.console-controls { display: flex; gap: .5rem; padding: 1rem 1.2rem; border-top: 1px solid var(--line-dark); }
.console-controls button { padding: .55rem .8rem; border: 1px solid var(--line-dark); border-radius: 999px; color: var(--paper); background: transparent; font: 700 .56rem monospace; cursor: pointer; }
.console-controls button:hover, .console-controls button.is-active { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.console-status { color: rgba(240,238,232,.45); border: 0; border-top: 1px solid var(--line-dark); }

.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-dark); }
.process-list li { display: grid; grid-template-columns: 8vw 1.2fr 1fr; gap: 2rem; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line-dark); }
.process-list li > span { color: var(--accent); font: 700 .65rem monospace; }
.process-list strong { font-size: clamp(2rem, 4vw, 4.5rem); letter-spacing: -.055em; text-transform: uppercase; }
.process-list p { max-width: 350px; opacity: .65; }

.contact { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: var(--ink); background: var(--acid); }
.contact .section-index { margin-bottom: 4rem; }
.contact h2 { position: relative; z-index: 1; margin: 0; font-size: clamp(3.7rem, 9vw, 10rem); line-height: .8; letter-spacing: -.08em; text-transform: uppercase; }
.contact > p { margin: 2.3rem 0 4rem; font-size: 1.25rem; }
.contact-link { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1rem 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); font-size: clamp(2.2rem, 6vw, 7rem); font-weight: 900; letter-spacing: -.06em; }
.contact-link i { font-style: normal; transition: transform .4s var(--ease); }
.contact-link:hover i { transform: rotate(45deg); }
.contact-signal { position: absolute; right: -12vw; top: 10%; width: 52vw; height: 52vw; border: 1px solid rgba(9,9,9,.22); border-radius: 50%; }
.contact-signal span {
  position: absolute;
  inset: 35%;
  z-index: 1;
  background: var(--w-gradient);
  -webkit-mask: url("../images/logo-w-hd.png") center / contain no-repeat;
  mask: url("../images/logo-w-hd.png") center / contain no-repeat;
  transform: rotate(8deg);
}
.contact-signal::before, .contact-signal::after { content: ""; position: absolute; inset: 12%; border: inherit; border-radius: inherit; }
.contact-signal::after { inset: 27%; background: var(--accent); border-color: var(--ink); }
.contact footer { position: absolute; left: 3.2vw; right: 3.2vw; bottom: 2rem; display: grid; grid-template-columns: auto 1fr auto auto; gap: 2rem; align-items: center; font-size: .55rem; font-weight: 800; letter-spacing: .1em; }
.contact footer > span:first-of-type { justify-self: center; }
.contact footer > span:last-child { justify-self: end; }
.contact footer .footer-legal { display: flex; flex-wrap: wrap; gap: .6rem 1rem; font-size: .5rem; letter-spacing: .04em; text-transform: uppercase; }
.contact footer .footer-legal a { color: rgba(240,238,232,.62); }
.contact footer > span:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(45px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-title .reveal:nth-child(2) { transition-delay: .08s; }
.hero-title .reveal:nth-child(3) { transition-delay: .16s; }

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .site-header { grid-template-columns: 1fr auto auto; gap: .9rem; padding: 0 1.2rem; }
  .desktop-nav { display: none; }
  .nav-toggle { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: currentColor; background: transparent; border: 1px solid currentColor; border-radius: 50%; cursor: pointer; }
  .nav-toggle__icon { display: grid; gap: 5px; width: 16px; }
  .nav-toggle__icon i { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .25s var(--ease); }
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: var(--header-h) 0 0; z-index: 1; display: block; overflow-y: auto; color: var(--paper); background: var(--ink); border-top: 1px solid var(--line-dark); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav__inner { min-height: 100%; display: flex; flex-direction: column; padding: 2.25rem 1.2rem 1.5rem; }
  .mobile-nav__kicker { margin-bottom: 1.4rem; color: var(--acid); font: 800 .58rem/1.2 monospace; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-nav .mobile-menu { display: grid; margin: 0; padding: 0; list-style: none; }
  .mobile-nav .mobile-menu a, .mobile-nav__inner > a:not(.mobile-nav__contact) { display: flex; justify-content: space-between; padding: .82rem 0; border-bottom: 1px solid var(--line-dark); font-size: clamp(2rem, 9vw, 4.4rem); font-weight: 850; line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
  .mobile-nav__contact { display: flex; justify-content: space-between; margin-top: auto; padding: 1.2rem 0 .25rem; color: var(--acid); border-top: 1px solid var(--line-dark); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  html.mobile-nav-open, html.mobile-nav-open body { overflow: hidden; }
  .hero-content { padding: calc(var(--header-h) + 4rem) 1.2rem 1.5rem; }
  .hero-title { font-size: clamp(3.25rem, 13.2vw, 7rem); line-height: .84; }
  .title-outline { transform: none; }
  .title-last { text-align: left; }
  .hero-bottom { grid-template-columns: 1fr; padding-left: 0; }
  .hero-bottom p { max-width: 500px; }
  .primary-button { width: max-content; }
  .hero-orbit, .scroll-note, .eyebrow-meta { display: none; }
  .eyebrow { grid-template-columns: 2rem 1fr; }
  section { padding: 6.5rem 1.2rem; }
  .manifesto { min-height: 75svh; }
  .manifesto-copy { margin: 6rem 0; }
  .manifesto-foot, .section-heading, .lab { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 4rem; }
  .service-row { grid-template-columns: 2.5rem 1fr auto; gap: 1rem; padding: 2rem 0; }
  .service-row h3 { grid-column: 2; }
  .service-row p, .service-tags { grid-column: 2 / -1; }
  .service-number { grid-row: 1 / 4; }
  .service-arrow { grid-column: 3; grid-row: 1; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card-wide { grid-column: auto; }
  .work-card .work-visual, .work-card:not(.work-card-wide) .work-visual { min-height: 68vw; }
  .work-meta { grid-template-columns: 1fr 2fr; }
  .work-meta p { display: none; }
  .lab { gap: 4rem; }
  .lab-console { min-height: 560px; }
  #lab-canvas { min-height: 410px; }
  .process-list li { grid-template-columns: 3rem 1fr; padding: 2rem 0; }
  .process-list p { grid-column: 2; margin: 0; }
  .contact footer { grid-template-columns: 1fr auto; }
  .contact footer > span:first-of-type { display: none; }
  .contact footer .footer-legal { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 560px) {
  .cursor { display: none; }
  .header-cta { min-height: 38px; padding: .58rem .72rem; font-size: .6rem; letter-spacing: .055em; }
  .header-cta__arrow { display: none; }
  .availability { width: 6px; height: 6px; box-shadow: 0 0 0 3px rgba(9,9,9,.12); }
  .hero-content { padding: calc(var(--header-h) + 2.25rem) 1rem 1rem; }
  .hero-title { margin-bottom: .75rem; font-size: clamp(2.25rem, 11vw, 3.85rem); line-height: .82; }
  .hero-title .title-line { white-space: nowrap; }
  .hero-bottom { gap: .9rem; }
  .hero-bottom p { font-size: .88rem; line-height: 1.3; }
  .primary-button { width: 100%; justify-content: space-between; padding: .9rem 1rem .9rem 1.15rem; }
  .manifesto-copy { font-size: 3.05rem; }
  .manifesto-foot { gap: 1rem; }
  .section-heading h2, .lab-copy h2 { font-size: 3.4rem; }
  .service-row h3 { font-size: 2.25rem; }
  .service-tags { display: none; }
  .expertise-motion-panel { min-height: 360px; margin-bottom: 3rem; }
  .expertise-motion-caption { grid-template-columns: 1fr; gap: .8rem; }
  .expertise-motion-caption strong { justify-self: start; }
  .work-card .work-visual, .work-card:not(.work-card-wide) .work-visual { min-height: 115vw; }
  .work-meta { display: block; }
  .work-meta h3 { margin-top: .8rem; font-size: 1.8rem; }
  .fake-window { width: 92%; }
  .fake-body { grid-template-columns: 42px 1fr; min-height: 280px; }
  .fake-content { padding: 2rem 1.2rem; }
  .fake-content strong { font-size: 2.45rem; }
  .commerce-label strong { font-size: 3rem; }
  .node { width: 52px; height: 52px; }
  .node-b { width: 90px; height: 90px; }
  .lab-console { min-height: 470px; }
  #lab-canvas { min-height: 330px; }
  .contact h2 { font-size: 3.6rem; }
  .contact > p { max-width: 260px; }
  .contact footer .brand-name { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .cursor { display: none; }
}

.proof-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line-light); }
.proof-strip > span { min-height: 112px; display: flex; flex-direction: column; justify-content: center; gap: .35rem; padding: 1.4rem; border-right: 1px solid var(--line-light); font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; }
.proof-strip > span:last-child { border-right: 0; }
.proof-strip strong { font-size: .82rem; letter-spacing: -.01em; }
.manifesto-details { display: grid; gap: 2rem; }
.manifesto-details p + p { padding-top: 2rem; border-top: 1px solid var(--line-light); opacity: .68; }

.about { min-height: 100svh; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; }
.about-visual { position: relative; min-height: min(62vw, 700px); overflow: hidden; color: var(--paper); background: var(--ink); border-radius: var(--radius); isolation: isolate; }
.about-motion { z-index: -2; inset: -10%; background: #090909 url("../media/about-motion-poster.webp") center / cover no-repeat; }
.about-motion .motion-shade { background: linear-gradient(180deg, rgba(9,9,9,.05), rgba(9,9,9,.56)); }
.about-w { position: absolute; z-index: 1; inset: 18%; background: var(--acid); opacity: .84; mix-blend-mode: screen; -webkit-mask: url("../images/logo-w-hd.png") center / contain no-repeat; mask: url("../images/logo-w-hd.png") center / contain no-repeat; }
.about-visual code { position: absolute; z-index: 2; left: 1.5rem; bottom: 1.5rem; font-size: .58rem; letter-spacing: .08em; }
.about-copy h2 { margin: 2rem 0; font-size: clamp(3rem, 5.5vw, 6.2rem); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.about-copy p { max-width: 680px; font-size: 1.12rem; line-height: 1.65; }
.about-copy ul { display: flex; flex-wrap: wrap; gap: .5rem; margin: 2.5rem 0 0; padding: 0; list-style: none; }
.about-copy li { padding: .55rem .8rem; border: 1px solid var(--ink); border-radius: 999px; font-size: .58rem; font-weight: 800; text-transform: uppercase; }

@media (max-width: 900px) {
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-strip > span { border-bottom: 1px solid var(--line-light); }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 72vw; }
}
@media (max-width: 560px) {
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > span { min-height: 84px; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-video { display: none; }
  .motion-scene { inset: 0; background-size: cover; background-position: center; }
  .hero-motion { background-image: url("../media/hero-motion-poster.webp"); }
  .about-motion { background-image: url("../media/about-motion-poster.webp"); }
}

/* 2026 corporate editorial pass: strong moments, contained and easier to trust. */
body.home { background: #d8d6cf; }
.home-shell,
body:not(.home) #main {
  width: min(1520px, calc(100% - 32px));
  margin: 16px auto 40px;
  overflow: clip;
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(9,9,9,.13);
}
.home-shell .hero { min-height: min(860px, 84svh); }
.home-shell .hero-content { min-height: min(860px, 84svh); padding-right: clamp(2rem, 5vw, 5rem); padding-left: clamp(2rem, 5vw, 5rem); }
.home-shell .hero-title { max-width: 1100px; font-size: clamp(3.6rem, 7.25vw, 8rem); line-height: .82; }
.home-shell section { padding: clamp(5.5rem, 8vw, 8rem) clamp(2rem, 5vw, 5rem); }
.home-shell .manifesto { min-height: auto; }
.home-shell .manifesto-copy { max-width: 1200px; margin: clamp(4rem, 7vw, 7rem) 0; font-size: clamp(3rem, 6.8vw, 7.2rem); }
.home-shell .section-heading h2 { font-size: clamp(3.2rem, 5.8vw, 6.4rem); }
.home-shell .service-row { min-height: 154px; grid-template-columns: 3.5rem 1.35fr 1fr .9fr auto; }
.home-shell .service-row h3 { font-size: clamp(1.8rem, 2.8vw, 3.2rem); }
.home-shell .work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(3.5rem, 6vw, 5.5rem) 1rem; }
.home-shell .work-card .work-visual { min-height: 0; aspect-ratio: 16 / 10; border-radius: 18px; }
.home-shell .work-meta { grid-template-columns: 1fr; gap: .7rem; padding-top: 1rem; }
.home-shell .work-meta h3 { font-size: clamp(1.65rem, 2.35vw, 2.7rem); }
.home-shell .work-meta > span,
.home-shell .work-meta > p { margin: 0; text-align: left; line-height: 1.45; }
.home-shell .work-meta > p { opacity: .62; }
.home-shell .project-visual-label { right: .7rem; bottom: .7rem; max-width: calc(100% - 1.4rem); padding: .45rem .55rem; white-space: normal; }
.home-shell .lab { min-height: auto; }
.home-shell .lab-console { min-height: 540px; }
.home-shell #lab-canvas { min-height: 390px; }
.home-shell .about { min-height: auto; grid-template-columns: .72fr 1.28fr; }
.home-shell .contact { min-height: min(760px, 78svh); }
.home-shell .contact h2 { max-width: 1180px; font-size: clamp(3.5rem, 7.2vw, 7.8rem); }

.human-proof { display: grid; grid-template-columns: minmax(260px, .72fr) 1.25fr; gap: 2rem; align-items: start; border-top: 1px solid var(--line-light); }
.human-proof-copy { position: sticky; top: calc(var(--header-h) + 2rem); padding-right: clamp(0rem, 3vw, 3rem); }
.human-proof-copy h2 { margin: 2rem 0; font-size: clamp(3rem, 5.1vw, 5.7rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.human-proof-copy p { max-width: 520px; font-size: 1.12rem; line-height: 1.65; }
.text-link { display: inline-flex; gap: .8rem; align-items: center; margin-top: 1.5rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.editorial-photo { margin: 0; overflow: hidden; border-radius: 20px; background: #ccc8bd; }
.editorial-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.editorial-photo-wide { aspect-ratio: 16 / 10; }
.editorial-photo-small { grid-column: 2; width: 68%; aspect-ratio: 3 / 2; margin: -4.5rem 2rem 0 auto; border: 10px solid var(--paper); box-shadow: 0 20px 55px rgba(9,9,9,.16); }
.editorial-photo figcaption { padding: .85rem 1rem; background: var(--paper); font-size: .6rem; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }

.about-profile { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; gap: 1.5rem; min-height: 520px; padding: 2.2rem; border-radius: 20px; color: var(--paper); background: linear-gradient(145deg, #222, #090909); }
.about-profile img { width: 220px; height: 220px; object-fit: cover; border-radius: 50%; border: 5px solid var(--acid); box-shadow: 0 18px 42px rgba(0,0,0,.34); image-rendering: auto; }
.about-profile strong, .about-profile span { display: block; }
.about-profile strong { font-size: clamp(1.7rem, 2.5vw, 2.7rem); letter-spacing: -.045em; }
.about-profile span { max-width: 260px; margin-top: .5rem; color: rgba(240,238,232,.64); font-size: .68rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.about-profile--team { justify-content: space-between; }
.about-profile--team img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-position: center; border: 0; border-radius: 14px; box-shadow: 0 18px 42px rgba(0,0,0,.3); }
.about-profile--team span { max-width: 340px; }

body:not(.home) { background: #d8d6cf; }
body:not(.home) .site-header:not(.is-scrolled) { color: var(--ink); }
body:not(.home) #main { background: var(--paper); }
body:not(.home) .breadcrumbs { margin-top: var(--header-h); padding-right: clamp(2rem, 5vw, 5rem); padding-left: clamp(2rem, 5vw, 5rem); }
body:not(.home) .inner-hero { min-height: min(620px, 66svh); padding-right: clamp(2rem, 5vw, 5rem); padding-left: clamp(2rem, 5vw, 5rem); }
body:not(.home) .inner-hero h1 { max-width: 1100px; font-size: clamp(3.5rem, 7vw, 7.5rem); }

@media (max-width: 900px) {
  .home-shell .service-row { grid-template-columns: 2.5rem 1fr auto; }
  .home-shell .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .human-proof { grid-template-columns: 1fr; }
  .human-proof-copy { position: static; }
  .editorial-photo-small { grid-column: 1; width: 72%; margin-top: -3rem; }
  .home-shell .about { grid-template-columns: 1fr; }
  .about-profile { min-height: 380px; }
}
@media (max-width: 560px) {
  .home-shell, body:not(.home) #main { width: 100%; margin: 0; border-radius: 0; box-shadow: none; }
  .home-shell section { padding-right: 1.2rem; padding-left: 1.2rem; }
  .home-shell .hero { min-height: 100svh; padding: 0; }
  .home-shell .hero-content { min-height: 100svh; padding: calc(var(--header-h) + 2.25rem) 1rem 1rem; }
  .home-shell .hero-title { max-width: 100%; margin-bottom: .75rem; font-size: clamp(2.25rem, 11vw, 3.85rem); line-height: .82; }
  .home-shell .work-grid { grid-template-columns: 1fr; }
  .home-shell .work-meta > p { display: block; }
  .editorial-photo-small { width: 88%; border-width: 6px; }
  .about-profile { min-height: 390px; }
  .about-profile:not(.about-profile--team) img { width: 210px; height: 210px; }
}

.lab-console { position: relative; isolation: isolate; }
.lab-console > :not(.lab-motion) { position: relative; z-index: 1; }
.lab-console:has(.lab-motion) { background: #050807; min-height: 560px; }
.lab-motion { z-index: 0; inset: 0; opacity: 1; }
.lab-motion .motion-video { filter: saturate(.88) contrast(1.08) brightness(.82); }
.lab-motion .motion-shade { background: linear-gradient(90deg, rgba(5,8,7,.58), rgba(5,8,7,.06) 52%, rgba(5,8,7,.34)); }
.lab-console:has(.lab-motion) #lab-canvas { mix-blend-mode: screen; opacity: .24; }
.lab-console:has(.lab-motion) .console-head,
.lab-console:has(.lab-motion) .lab-controls,
.lab-console:has(.lab-motion) .lab-status {
  background: rgba(9, 9, 9, .7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Privacy choices — native, lightweight and available on every page. */
.privacy-banner[hidden], .privacy-dialog[hidden] { display: none !important; }
.privacy-banner {
  position: fixed;
  z-index: 10010;
  right: clamp(1rem, 2.5vw, 2.5rem);
  bottom: clamp(1rem, 2.5vw, 2.5rem);
  left: clamp(1rem, 2.5vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(1.3rem, 2.6vw, 2.2rem);
  border: 1px solid rgba(240,238,232,.22);
  border-radius: 20px;
  color: var(--paper);
  background: rgba(9,9,9,.97);
  box-shadow: 0 24px 80px rgba(0,0,0,.38);
}
.privacy-banner__copy { max-width: 760px; }
.privacy-kicker { color: var(--acid); font: 800 .56rem/1.2 monospace; letter-spacing: .1em; }
.privacy-banner h2, .privacy-dialog h2 { margin: .65rem 0; font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.privacy-banner p, .privacy-dialog > .privacy-dialog__panel > p { margin: 0; color: rgba(240,238,232,.7); font-size: .9rem; line-height: 1.55; }
.privacy-banner a, .privacy-dialog a { display: inline-block; margin-top: .75rem; color: rgba(240,238,232,.72); font-size: .66rem; font-weight: 750; text-decoration: underline; text-underline-offset: .2rem; }
.privacy-banner__actions { display: grid; grid-template-columns: repeat(3, max-content); gap: .65rem; }
.privacy-button { min-height: 48px; padding: .8rem 1rem; border: 1px solid var(--paper); border-radius: 999px; font: 800 .62rem/1 monospace; letter-spacing: .06em; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.privacy-button--secondary { color: var(--paper); background: transparent; }
.privacy-button--secondary:hover { color: var(--ink); background: var(--paper); }
.privacy-button--primary { border-color: var(--acid); color: var(--ink); background: var(--acid); }
.privacy-button--primary:hover { border-color: var(--paper); background: var(--paper); }
.privacy-button:focus-visible, .privacy-dialog__close:focus-visible, .footer-legal button:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.privacy-dialog { position: fixed; z-index: 10020; inset: 0; display: grid; place-items: center; padding: 1rem; background: rgba(9,9,9,.72); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.privacy-dialog__panel { width: min(720px, 100%); max-height: calc(100svh - 2rem); overflow-y: auto; padding: clamp(1.4rem, 3.5vw, 2.8rem); border: 1px solid rgba(240,238,232,.2); border-radius: 22px; color: var(--paper); background: #111; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.privacy-dialog__head { display: flex; gap: 1rem; align-items: flex-start; justify-content: space-between; }
.privacy-dialog__head h2 { margin-bottom: 1.2rem; }
.privacy-dialog__close { flex: 0 0 auto; width: 46px; height: 46px; border: 1px solid rgba(240,238,232,.28); border-radius: 50%; color: var(--paper); background: transparent; font-size: 1.6rem; line-height: 1; }
.privacy-choice { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; margin-top: 1.3rem; padding: 1.25rem; border: 1px solid rgba(240,238,232,.16); border-radius: 14px; background: #090909; }
.privacy-choice strong { display: block; margin-bottom: .35rem; font-size: 1rem; }
.privacy-choice p { margin: 0; color: rgba(240,238,232,.58); font-size: .78rem; line-height: 1.5; }
.privacy-choice__required { color: var(--acid); font: 800 .58rem/1.2 monospace; letter-spacing: .06em; text-transform: uppercase; }
.privacy-switch { position: relative; display: block; width: 54px; height: 30px; }
.privacy-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.privacy-switch i { position: absolute; inset: 0; border: 1px solid rgba(240,238,232,.35); border-radius: 999px; background: #282828; transition: background .2s ease, border-color .2s ease; }
.privacy-switch i::after { content: ''; position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: var(--paper); transition: transform .2s ease; }
.privacy-switch input:checked + i { border-color: var(--acid); background: var(--acid); }
.privacy-switch input:checked + i::after { transform: translateX(24px); background: var(--ink); }
.privacy-switch input:focus-visible + i { outline: 3px solid var(--acid); outline-offset: 3px; }
.privacy-dialog__actions { display: flex; gap: 1rem; align-items: center; justify-content: space-between; margin-top: 1.5rem; }
.privacy-dialog__actions a { margin: 0; }
.privacy-dialog-open { overflow: hidden; }
.footer-legal button { padding: 0; border: 0; color: rgba(240,238,232,.62); background: transparent; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.footer-legal button:hover { color: var(--paper); }

@media (max-width: 820px) {
  .privacy-banner { grid-template-columns: 1fr; gap: 1.2rem; align-items: stretch; }
  .privacy-banner__actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .privacy-banner { max-height: calc(100svh - 1.5rem); overflow-y: auto; right: .75rem; bottom: .75rem; left: .75rem; padding: 1.2rem; border-radius: 16px; }
  .privacy-banner h2 { font-size: 1.65rem; }
  .privacy-banner p { font-size: .8rem; }
  .privacy-banner__actions { grid-template-columns: 1fr; }
  .privacy-button { width: 100%; }
  .privacy-dialog__panel { padding: 1.2rem; border-radius: 16px; }
  .privacy-choice { grid-template-columns: 1fr auto; gap: .75rem; padding: 1rem; }
  .privacy-dialog__actions { align-items: stretch; flex-direction: column; }
  .privacy-dialog__actions a { align-self: flex-start; }
}
