:root {
  --black: #010409;
  --ink: #071c36;
  --paper: #f2f6fa;
  --white: #fdfdfe;
  --acid: #0b67c9;
  --coral: #0557b6;
  --sky: #a9ceed;
  --violet: #26384f;
  --mid: #3989cd;
  --line: rgba(7, 28, 54, 0.18);
  --pad: clamp(22px, 4vw, 64px);
  --mx: 50vw;
  --my: 50vh;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Space Grotesk", Arial, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
::selection { color: var(--white); background: var(--acid); }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 200; background: var(--acid); color: var(--white); padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 14px; }
.grain { position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .075; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.cursor-orb { position: fixed; left: var(--mx); top: var(--my); z-index: 0; width: 420px; height: 420px; border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; background: radial-gradient(circle, rgba(11,103,201,.18), transparent 65%); mix-blend-mode: screen; }

.loader { position: fixed; inset: 0; z-index: 300; display: grid; place-content: center; text-align: center; background: var(--acid); color: var(--white); animation: loaderAway .8s cubic-bezier(.77,0,.18,1) 1.25s forwards; }
.loader-logo { width: clamp(130px, 17vw, 230px); filter: drop-shadow(0 14px 28px rgba(0,0,0,.18)); opacity: 0; transform: scale(.7) rotate(-7deg); animation: logoPop .7s cubic-bezier(.16,1,.3,1) .08s forwards; }
.loader p { margin: 28px 0 0; font: 10px "DM Mono", monospace; letter-spacing: .18em; text-transform: uppercase; }
@keyframes logoPop { to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes loaderAway { to { transform: translateY(-101%); visibility: hidden; } }

.site-header { position: fixed; z-index: 100; top: 18px; left: var(--pad); right: var(--pad); height: 72px; padding: 0 9px 0 18px; border: 1px solid rgba(255,255,255,.17); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); background: rgba(1,4,9,.76); backdrop-filter: blur(18px); border-radius: 100px; transform: translateY(-110px); animation: navIn .8s cubic-bezier(.22,1,.36,1) 1.65s forwards; }
@keyframes navIn { to { transform: translateY(0); } }
.logo { display: inline-flex; width: max-content; align-items: center; gap: 10px; text-decoration: none; }
.logo-image { width: 46px; height: 46px; object-fit: contain; border-radius: 50%; filter: drop-shadow(0 3px 8px rgba(0,0,0,.22)); }
.logo-name { font-size: 14px; font-weight: 700; line-height: .83; letter-spacing: -.06em; }
.desktop-nav { display: flex; gap: 32px; }
.desktop-nav a { position: relative; font-size: 12px; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; bottom: -6px; left: 0; width: 100%; height: 1px; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { justify-self: end; display: flex; align-items: center; gap: 24px; color: var(--white); background: var(--acid); padding: 14px 18px; border-radius: 100px; font-size: 12px; text-decoration: none; overflow: hidden; }
.nav-cta b { font-size: 18px; }
.menu-button { display: none; justify-self: end; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--acid); padding: 0; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--white); transition: transform .3s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: max(780px, 100svh); padding: 145px var(--pad) 42px; color: var(--white); background: var(--black); overflow: hidden; isolation: isolate; }
.hero-grid { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 8.333vw 8.333vw; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%); }
.hero-brand-orbit { position: absolute; z-index: -1; width: clamp(230px, 27vw, 470px); height: auto; right: -1.5vw; top: 16%; filter: drop-shadow(0 28px 60px rgba(0,0,0,.34)); opacity: .96; animation: brandFloat 6s ease-in-out infinite; }
.hero::before { content: ""; position: absolute; z-index: -2; width: 43vw; aspect-ratio: 1; border-radius: 50%; right: -10vw; top: 14%; background: radial-gradient(circle at 35% 30%, #5fa3df, #0557b6 65%, #071c36); filter: blur(1px); opacity: .95; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 26vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; right: -1.5vw; top: calc(14% + 8.5vw); box-shadow: 0 0 0 4vw rgba(255,255,255,.04), 0 0 0 8vw rgba(255,255,255,.025); }
.hero-kicker { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.22); font: 10px "DM Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.hero-kicker i { color: var(--acid); font-style: normal; margin-left: 8px; }
.hero-title { margin-top: clamp(35px, 5vh, 62px); font-weight: 600; letter-spacing: -.085em; line-height: .73; text-transform: uppercase; }
.hero-line { display: flex; align-items: baseline; position: relative; white-space: nowrap; }
.hero-line > span:not(.hero-note), .hero-line > em { display: block; }
.line-one { left: -20vw; margin-left: clamp(180px, 21vw, 330px); font-size: clamp(32px, 5.85vw, 95px); transform: translateX(-102%); animation: lineIn 1s cubic-bezier(.16,1,.3,1) 1.6s forwards; }
.line-two { justify-content: flex-end; left: -20vw; font-size: clamp(76px, 14vw, 228px); transform: translateX(102%); animation: lineIn 1s cubic-bezier(.16,1,.3,1) 1.75s forwards; }
.line-two > span, .line-three > span { -webkit-text-stroke: 1.5px rgba(1,4,9,.82); paint-order: stroke fill; text-shadow: 0 3px 16px rgba(1,4,9,.92); }
.line-three { top: 2vw; gap: .12em; padding-left: 6.7vw; font-size: clamp(71px, 12.9vw, 210px); transform: translateX(-102%); animation: lineIn 1s cubic-bezier(.16,1,.3,1) 1.9s forwards; }
@keyframes lineIn { to { transform: translateX(0); } }
.line-three em { color: var(--acid); font-family: "Instrument Serif", Georgia, serif; font-size: 1.525em; font-weight: 400; text-transform: none; letter-spacing: -.04em; transform: rotate(-5deg); }
.hero-note { margin-left: 5vw; max-width: 165px; font: 10px/1.55 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; white-space: normal; }
.spark { position: absolute; right: 7%; top: 15%; color: var(--acid); font-style: normal; font-size: clamp(28px, 5vw, 72px); animation: spin 10s linear infinite; }
.spark-one { right: 19%; top: -14%; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes brandFloat { 50% { translate: 0 -12px; rotate: 1.5deg; } }
.hero-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 32px; margin-top: 54px; }
.hero-bottom > p { max-width: 355px; margin: 0; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.7); }
.mega-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; min-width: 315px; padding: 18px 20px; color: var(--white); background: var(--acid); border-radius: 2px; text-decoration: none; font-size: 13px; font-weight: 600; transition: color .3s, background .3s; }
.mega-button:hover { color: var(--black); background: var(--white); }
.mega-button b { font-size: 21px; }
.scroll-cue { justify-self: end; font: 9px "DM Mono", monospace; letter-spacing: .14em; }
.scroll-cue i { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-left: 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-style: normal; animation: bounce 1.7s ease-in-out infinite; }
@keyframes bounce { 50% { transform: translateY(5px); } }
.hero-sticker { position: absolute; z-index: 2; display: grid; place-content: center; text-align: center; color: var(--black); font: 9px/1.35 "DM Mono", monospace; letter-spacing: .08em; }
.sticker-one { width: 112px; height: 112px; left: 59vw; top: calc(26% - 3vw); color: var(--white); background: var(--acid); border-radius: 50%; transform: rotate(9deg); animation: float 4.2s ease-in-out infinite; }
.sticker-one i { font-style: normal; font-size: 18px; margin-top: 5px; }
@keyframes float { 50% { translate: 0 -12px; rotate: 3deg; } }

.marquee { position: relative; z-index: 3; overflow: hidden; padding: 19px 0; color: var(--white); background: var(--acid); border-block: 1px solid var(--black); transform: rotate(-1.2deg) scale(1.02); }
.marquee-track { display: flex; align-items: center; gap: 26px; width: max-content; animation: marquee 24s linear infinite; }
.marquee span { font-size: 24px; font-weight: 600; text-transform: uppercase; letter-spacing: -.04em; }
.marquee i { font-style: normal; font-size: 15px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-pad { padding: 140px var(--pad); }
.section-label { display: flex; gap: 20px; align-items: center; font: 10px "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.section-label span:first-child { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid currentColor; border-radius: 50%; }
.section-label.light { color: rgba(255,255,255,.68); }
.provocation { position: relative; min-height: 900px; overflow: hidden; }
.provocation::after { content: ""; position: absolute; width: 35vw; height: 1px; background: var(--ink); right: -10vw; bottom: 28%; transform: rotate(-35deg); opacity: .25; }
.provocation-copy { margin-top: 100px; }
.provocation h2, .work-intro h2, .review h2, .services h2, .about h2, .contact h2 { margin: 0; font-size: clamp(58px, 8.3vw, 132px); line-height: .89; letter-spacing: -.075em; font-weight: 600; }
.provocation h2 em, .work-intro h2 em, .review h2 em, .services h2 em, .about h2 em, .contact h2 em { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
.provocation h2 em { display: inline-block; color: var(--coral); transform: translateX(13vw) rotate(-2deg); }
.provocation-aside { width: 360px; margin: 70px 15% 0 auto; }
.provocation-aside p { font-size: 17px; line-height: 1.55; }
.underline-link { display: inline-flex; justify-content: space-between; gap: 40px; min-width: 230px; padding-bottom: 9px; border-bottom: 1px solid currentColor; font-size: 13px; text-decoration: none; }
.orbit-word { position: absolute; right: -2vw; top: 170px; width: 260px; height: 260px; color: var(--ink); }
.orbit-word svg { width: 100%; animation: spin 18s linear infinite; }
.orbit-word text { font: 8px "DM Mono", monospace; letter-spacing: 2.1px; fill: currentColor; }
.orbit-word > span { position: absolute; inset: 0; display: grid; place-content: center; color: var(--coral); font: 70px "Instrument Serif", serif; }

.work { color: var(--white); background: var(--black); }
.work-intro { display: grid; grid-template-columns: 1fr 1.7fr .8fr; align-items: end; gap: 5vw; }
.work-intro h2 { font-size: clamp(68px, 9vw, 138px); }
.work-intro h2 em { color: var(--acid); }
.work-intro > p { margin: 0; padding-bottom: 9px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.6; }
.case-study { display: grid; grid-template-columns: 25% 1fr; gap: 5vw; padding: 80px var(--pad) 140px; align-items: center; overflow: hidden; }
.case-study:nth-of-type(even) { grid-template-columns: 1fr 25%; }
.case-meta > span, .case-meta small { font: 9px "DM Mono", monospace; letter-spacing: .12em; color: rgba(255,255,255,.5); }
.case-meta h3 { margin: 26px 0 22px; font-size: clamp(34px, 4vw, 64px); line-height: .94; letter-spacing: -.06em; }
.case-meta p { margin: 0 0 35px; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.65); }
.case-canvas { position: relative; min-height: 590px; transform-style: preserve-3d; transition: transform .18s ease-out; }
.case-bayline .case-canvas { background: var(--sky); }
.case-cafe .case-canvas { background: var(--coral); }
.case-law .case-canvas { background: #dce8f3; }
.mini-browser { position: absolute; z-index: 2; overflow: hidden; background: var(--white); box-shadow: 18px 24px 0 rgba(0,0,0,.16); transform: translateZ(45px); }
.mini-bar { height: 28px; display: flex; align-items: center; gap: 5px; padding: 0 11px; color: var(--ink); border-bottom: 1px solid rgba(0,0,0,.15); background: #edf3f8; }
.mini-bar i { width: 5px; height: 5px; border-radius: 50%; background: #66768c; }
.mini-bar span { margin: auto; font: 7px "DM Mono", monospace; letter-spacing: .1em; }
.browser-bayline { width: 78%; height: 76%; left: 11%; top: 10%; transform: translateZ(45px) rotate(-2.5deg); }
.bayline-page { position: relative; height: calc(100% - 28px); padding: 25px 30px; background: #071c36; overflow: hidden; }
.bayline-page nav, .cafe-page nav, .law-page nav { position: relative; z-index: 2; display: flex; justify-content: space-between; font-size: 8px; }
.bayline-page nav b { font-size: 14px; letter-spacing: -.08em; }
.bayline-page nav i { padding: 7px 9px; color: var(--white); background: var(--acid); font-style: normal; }
.bayline-page > p, .cafe-copy > p, .law-page > p { position: relative; z-index: 2; margin: 55px 0 12px; font: 7px "DM Mono", monospace; letter-spacing: .12em; }
.bayline-page h4, .cafe-page h4, .law-page h4 { position: relative; z-index: 2; margin: 0; font-size: clamp(35px, 5vw, 75px); line-height: .86; letter-spacing: -.07em; }
.bayline-page h4 em, .cafe-page h4 em, .law-page h4 em { color: var(--acid); font-family: "Instrument Serif", serif; font-weight: 400; }
.bayline-page button, .cafe-page button, .law-page button { position: relative; z-index: 3; margin-top: 28px; border: 0; padding: 11px 14px; color: var(--white); background: var(--acid); font: 7px "DM Mono", monospace; }
.air-ring { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.ring-a { width: 360px; height: 360px; right: -180px; bottom: -160px; }
.ring-b { width: 250px; height: 250px; right: -125px; bottom: -105px; }
.bayline-page > strong { position: absolute; right: 15px; bottom: 14px; font-size: 35px; color: var(--sky); }
.sun-disc { position: absolute; width: 300px; height: 300px; border-radius: 50%; right: -80px; top: -70px; background: var(--coral); }
.case-ticket { position: absolute; z-index: 3; left: 2%; bottom: 5%; display: flex; align-items: center; gap: 13px; padding: 12px 15px; color: var(--white); background: var(--acid); transform: translateZ(85px) rotate(6deg); box-shadow: 7px 7px 0 rgba(0,0,0,.15); }
.case-ticket b { font-size: 30px; }
.case-ticket span { font: 7px "DM Mono", monospace; line-height: 1.4; }
.browser-cafe { width: 82%; height: 72%; left: 9%; top: 13%; transform: translateZ(50px) rotate(2deg); }
.cafe-page { height: calc(100% - 28px); position: relative; padding: 24px; color: var(--ink); background: #f5f9fd; overflow: hidden; }
.cafe-page nav b { line-height: .9; }
.cafe-copy { position: relative; z-index: 2; }
.cafe-copy > p { margin-top: 75px; }
.cafe-page h4 { font-size: clamp(34px, 4.6vw, 70px); }
.cafe-page h4 em { color: var(--acid); }
.cafe-page button { color: white; background: var(--violet); }
.cafe-plate { position: absolute; display: grid; place-items: center; right: -70px; bottom: -115px; width: 300px; height: 300px; border-radius: 50%; background: #fdfdfe; box-shadow: inset 0 0 0 30px #a9ceed, 0 0 0 2px #0557b6; }
.cafe-plate span { font-size: 65px; transform: translate(-35px, -40px); }
.checkerboard { position: absolute; inset: 0; background-image: linear-gradient(45deg, rgba(7,28,54,.12) 25%, transparent 25%, transparent 75%, rgba(7,28,54,.12) 75%), linear-gradient(45deg, rgba(7,28,54,.12) 25%, transparent 25%, transparent 75%, rgba(7,28,54,.12) 75%); background-position: 0 0, 24px 24px; background-size: 48px 48px; }
.coffee-stamp { position: absolute; z-index: 3; right: 2%; top: 4%; display: grid; place-content: center; width: 100px; height: 100px; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); text-align: center; font: 34px/1 "Instrument Serif", serif; transform: translateZ(70px) rotate(8deg); }
.coffee-stamp span { font: 7px "DM Mono", monospace; }
.menu-scrap { position: absolute; z-index: 3; left: 0; bottom: 4%; padding: 14px 18px; color: var(--ink); background: var(--sky); font: 8px/1.5 "DM Mono", monospace; transform: translateZ(80px) rotate(-5deg); box-shadow: 7px 7px 0 rgba(0,0,0,.14); }
.menu-scrap b { font-size: 14px; }
.menu-scrap span { font-size: 7px; }
.browser-law { width: 80%; height: 74%; left: 10%; top: 12%; transform: translateZ(48px) rotate(-1.5deg); }
.law-page { position: relative; height: calc(100% - 28px); padding: 28px 31px; color: var(--white); background: #071c36; overflow: hidden; }
.law-page nav b { display: grid; place-content: center; width: 31px; height: 31px; border: 1px solid currentColor; }
.law-page > p { margin-top: 58px; }
.law-page h4 { font-size: clamp(32px, 4.4vw, 68px); }
.law-page h4 em { color: var(--sky); }
.law-page button { color: var(--ink); background: var(--sky); }
.law-card { position: absolute; right: 25px; bottom: 20px; padding-left: 13px; border-left: 1px solid var(--sky); }
.law-card span { display: block; margin-bottom: 7px; font: 6px "DM Mono", monospace; color: var(--sky); }
.law-card b { font: 14px/1.1 "Instrument Serif", serif; }
.law-lines { position: absolute; inset: 0; background: repeating-linear-gradient(125deg, transparent 0 55px, rgba(7,28,54,.12) 55px 56px); }
.law-seal { position: absolute; z-index: 3; right: 2%; bottom: 3%; display: grid; place-content: center; width: 106px; height: 106px; border-radius: 50%; color: var(--white); background: var(--ink); font: 35px "Instrument Serif", serif; transform: translateZ(85px) rotate(6deg); }
.law-seal span { color: var(--sky); margin: 0 4px; }

.review { display: grid; grid-template-columns: 42% 58%; color: var(--white); background: #030912; }
.review-sticky { align-self: start; position: sticky; top: 0; min-height: 100vh; padding: 140px var(--pad); display: flex; flex-direction: column; justify-content: center; }
.review h2 { margin: 45px 0 32px; font-size: clamp(58px, 6.4vw, 100px); }
.review h2 em { color: var(--acid); }
.review-sticky > p { max-width: 455px; margin: 0 0 38px; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.6; }
.light-button { color: var(--white); }
.review-stack { padding: 90px var(--pad) 90px 0; }
.audit-card { min-height: 390px; margin: 0 0 24px; padding: 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; color: var(--black); transform-origin: center; transition: transform .35s; }
.audit-card:hover { transform: rotate(-1deg) scale(1.015); }
.audit-card > span { font: 10px "DM Mono", monospace; }
.audit-card > div { align-self: center; }
.audit-card h3 { margin: 0 0 20px; font-size: clamp(45px, 5.6vw, 85px); line-height: .82; letter-spacing: -.07em; }
.audit-card p { max-width: 310px; margin: 0; font-size: 14px; line-height: 1.45; }
.audit-card > b { align-self: end; font: 25px "DM Mono", monospace; }
.audit-card.acid { color: var(--white); background: var(--acid); }
.audit-card.coral { color: var(--white); background: var(--coral); transform: rotate(1.3deg); }
.audit-card.sky { background: var(--sky); transform: rotate(-.8deg); }
.audit-card.cream { background: var(--white); transform: rotate(1deg); }
.audit-card.violet { color: var(--white); background: var(--violet); transform: rotate(-1.3deg); }

.manifesto { padding: 100px 0; overflow: hidden; color: var(--white); background: var(--coral); }
.manifesto-line { display: flex; gap: 38px; width: max-content; white-space: nowrap; font-size: clamp(55px, 8vw, 120px); line-height: .9; letter-spacing: -.07em; font-weight: 600; }
.manifesto-line em { color: var(--black); font-family: "Instrument Serif", serif; font-weight: 400; }
.manifesto-line.left { animation: manifestLeft 30s linear infinite; }
.manifesto-line.right { margin-top: 15px; transform: translateX(-35%); animation: manifestRight 33s linear infinite; }
@keyframes manifestLeft { to { transform: translateX(-50%); } }
@keyframes manifestRight { to { transform: translateX(15%); } }

.services-head { display: grid; grid-template-columns: .7fr 1.5fr; gap: 5vw; align-items: start; margin-bottom: 100px; }
.services h2 { font-size: clamp(65px, 8.5vw, 130px); }
.services h2 em { color: var(--coral); }
.services-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 8% 1fr 35% 40px; gap: 25px; align-items: center; min-height: 145px; border-bottom: 1px solid var(--ink); text-decoration: none; transition: padding .35s, background .35s; }
.service-row:hover { padding: 0 18px; color: var(--white); background: var(--acid); }
.service-row > span { font: 10px "DM Mono", monospace; }
.service-row h3 { margin: 0; font-size: clamp(26px, 3vw, 48px); letter-spacing: -.055em; }
.service-row p { max-width: 360px; margin: 0; font-size: 13px; line-height: 1.5; }
.service-row i { justify-self: end; font-style: normal; font-size: 27px; }
.pricing-note { display: flex; justify-content: space-between; margin-top: 30px; font: 9px "DM Mono", monospace; letter-spacing: .08em; }

.about { display: grid; grid-template-columns: 43% 57%; min-height: 880px; background: var(--sky); }
.about-portrait { position: relative; min-height: 880px; background: #071c36; overflow: hidden; isolation: isolate; }
.about-headshot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; filter: contrast(1.08); }
.about-portrait::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(1, 4, 9, 0) 35%, rgba(1, 4, 9, .78) 100%), linear-gradient(90deg, rgba(11, 103, 201, .2), transparent 62%); }
.portrait-label { position: absolute; z-index: 2; left: 28px; bottom: 27px; color: var(--white); font: 9px/1.5 "DM Mono", monospace; letter-spacing: .08em; }
.portrait-badge { position: absolute; z-index: 2; right: 18px; top: 24px; width: 115px; height: 115px; display: grid; place-content: center; border-radius: 50%; color: var(--white); background: var(--black); text-align: center; font: 8px/1.5 "DM Mono", monospace; transform: rotate(8deg); }
.portrait-badge b { margin-top: 6px; color: var(--sky); font-size: 20px; }
.about-copy { display: flex; flex-direction: column; justify-content: center; }
.about h2 { margin: 65px 0 35px; font-size: clamp(60px, 7.4vw, 110px); }
.about h2 em { color: var(--coral); }
.about-lede { max-width: 690px; margin: 0 0 35px; font-size: clamp(22px, 2.5vw, 36px); line-height: 1.14; letter-spacing: -.04em; }
.about-experience { max-width: 680px; margin: -8px 0 28px; font-size: 16px; line-height: 1.5; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 720px; margin-bottom: 42px; }
.about-columns p { margin: 0; font-size: 13px; line-height: 1.55; }

.contact { position: relative; min-height: 900px; padding: 130px var(--pad) 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--white); background: var(--black); overflow: hidden; }
.contact::before, .contact::after { content: ""; position: absolute; width: 50vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.contact::before { left: -30vw; top: 10%; box-shadow: 0 0 0 8vw rgba(255,255,255,.025); }
.contact::after { right: -30vw; bottom: -10%; box-shadow: 0 0 0 8vw rgba(255,255,255,.025); }
.contact-star { color: var(--acid); font-size: 42px; animation: spin 12s linear infinite; }
.contact-kicker { margin: 20px 0 32px; font: 9px "DM Mono", monospace; letter-spacing: .18em; }
.contact h2 { font-size: clamp(65px, 9.5vw, 150px); }
.contact h2 em { color: var(--sky); }
.contact > p:not(.contact-kicker) { max-width: 570px; margin: 35px auto; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.55; }
.contact-button { display: flex; justify-content: space-between; align-items: center; width: min(530px, 100%); padding: 22px 25px; color: var(--white); background: var(--acid); font-size: 15px; font-weight: 600; text-decoration: none; }
.contact-button b { font-size: 25px; }
.contact-details { position: absolute; bottom: 28px; left: var(--pad); right: var(--pad); padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; font: 9px "DM Mono", monospace; letter-spacing: .09em; }
.contact-details a { text-decoration: none; }

.footer { padding: 70px var(--pad) 35px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; color: var(--white); background: var(--black); border-top: 1px solid rgba(255,255,255,.14); }
.footer-logo .logo-image { width: 74px; height: 74px; }
.footer > p { margin: 0; font-size: 23px; line-height: 1.05; letter-spacing: -.04em; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.footer-links a { color: rgba(255,255,255,.65); font-size: 12px; text-decoration: none; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 50px; font: 8px "DM Mono", monospace; letter-spacing: .1em; color: rgba(255,255,255,.42); }

.reveal { opacity: 0; translate: 0 55px; transition: opacity .9s cubic-bezier(.16,1,.3,1), translate .9s cubic-bezier(.16,1,.3,1); }
.reveal.is-in { opacity: 1; translate: 0 0; }
.magnetic { transition: transform .18s ease-out, color .3s, background .3s; }

@media (max-width: 1024px) {
  .desktop-nav { gap: 18px; }
  .hero-bottom { grid-template-columns: 1fr auto; }
  .scroll-cue { display: none; }
  .hero-note { display: none; }
  .sticker-one { left: 56vw; top: calc(29% - 3vw); }
  .work-intro { grid-template-columns: 1fr 1.8fr; }
  .work-intro > p { grid-column: 2; }
  .case-study, .case-study:nth-of-type(even) { grid-template-columns: 30% 1fr; }
  .case-study:nth-of-type(even) .case-canvas { order: 2; }
  .case-study:nth-of-type(even) .case-meta { order: 1; }
  .review { grid-template-columns: 45% 55%; }
  .review-sticky { padding-right: 35px; }
  .about { grid-template-columns: 40% 60%; }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  .cursor-orb { display: none; }
  .site-header { top: 10px; height: 62px; grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: block; }
  .mobile-menu { position: fixed; inset: 0; z-index: 95; padding: 115px 25px 30px; display: flex; flex-direction: column; gap: 2px; background: var(--acid); transform: translateY(-102%); transition: transform .5s cubic-bezier(.16,1,.3,1); }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu a { padding: 13px 0; color: var(--white); font-size: 11vw; line-height: .95; font-weight: 600; letter-spacing: -.06em; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.28); }
  .hero { min-height: 840px; padding-top: 112px; }
  .hero-kicker span:last-child { display: none; }
  .hero-title { margin-top: 85px; line-height: .82; }
  .hero-line { white-space: normal; }
  .line-one, .line-two { font-size: 21vw; }
  .line-one { left: 0; margin-left: 0; }
  .line-two { justify-content: flex-start; left: 0; }
  .line-three { top: 0; padding-left: 0; gap: .12em; font-size: 18.5vw; flex-wrap: wrap; }
  .line-three span { width: 100%; text-align: right; }
  .hero::before { width: 85vw; right: -45vw; top: 33%; }
  .hero::after { width: 55vw; right: -30vw; top: 38%; }
  .spark { right: -2%; top: 5%; }
  .sticker-one { width: 88px; height: 88px; left: 5vw; top: 38%; }
  .hero-bottom { display: block; margin-top: 65px; }
  .hero-bottom > p { margin-bottom: 25px; }
  .mega-button { width: 100%; min-width: 0; }
  .marquee { padding: 13px 0; }
  .marquee span { font-size: 18px; }
  .section-pad { padding-top: 90px; padding-bottom: 90px; }
  .provocation { min-height: 790px; }
  .provocation-copy { margin-top: 65px; }
  .provocation h2 { font-size: 15.5vw; }
  .provocation h2 em { transform: translateX(0) rotate(-2deg); }
  .provocation-aside { width: auto; margin: 60px 0 0 15%; }
  .orbit-word { width: 145px; height: 145px; top: 35px; right: -24px; opacity: .45; }
  .orbit-word > span { font-size: 44px; }
  .work-intro { display: block; }
  .work-intro h2 { margin: 45px 0 30px; font-size: 18vw; }
  .case-study, .case-study:nth-of-type(even) { display: flex; flex-direction: column; gap: 42px; padding: 35px var(--pad) 100px; align-items: stretch; }
  .case-study .case-meta, .case-study .case-canvas { order: initial !important; }
  .case-study:nth-of-type(even) .case-canvas { order: 2 !important; }
  .case-study:nth-of-type(even) .case-meta { order: 1 !important; }
  .case-canvas { min-height: 400px; }
  .case-meta h3 { font-size: 12vw; }
  .mini-browser { width: 88%; left: 6%; }
  .browser-bayline, .browser-cafe, .browser-law { height: 73%; top: 13%; }
  .bayline-page, .cafe-page, .law-page { padding: 18px; }
  .bayline-page nav span, .cafe-page nav span, .law-page nav span { display: none; }
  .bayline-page > p, .cafe-copy > p, .law-page > p { margin-top: 48px; }
  .bayline-page h4, .cafe-page h4, .law-page h4 { font-size: 10.5vw; }
  .law-card { display: none; }
  .case-ticket { left: 0; }
  .coffee-stamp, .law-seal { width: 80px; height: 80px; }
  .review { display: block; }
  .review-sticky { position: relative; min-height: 0; padding: 100px var(--pad) 60px; }
  .review h2 { font-size: 15.5vw; }
  .review-stack { padding: 0 var(--pad) 80px; }
  .audit-card { min-height: 290px; padding: 21px; }
  .audit-card h3 { font-size: 12vw; }
  .audit-card > b { font-size: 18px; }
  .manifesto { padding: 70px 0; }
  .manifesto-line { font-size: 16vw; }
  .services-head { display: block; margin-bottom: 60px; }
  .services h2 { margin-top: 50px; font-size: 16vw; }
  .service-row { grid-template-columns: 38px 1fr 30px; gap: 10px; padding: 27px 0; }
  .service-row p { grid-column: 2; }
  .service-row i { grid-column: 3; grid-row: 1; }
  .pricing-note { flex-direction: column; gap: 10px; }
  .about { display: block; }
  .about-portrait { min-height: 520px; }
  .about-headshot { object-position: 50% 24%; }
  .about h2 { margin-top: 50px; font-size: 16vw; }
  .about-columns { grid-template-columns: 1fr; gap: 18px; }
  .contact { min-height: 760px; padding-bottom: 145px; }
  .contact h2 { font-size: 17vw; }
  .contact-details { flex-direction: column; gap: 10px; align-items: center; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
  .footer-meta { display: block; }
  .footer-meta span { display: block; margin-top: 9px; }
}

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