:root {
  --ink: #151515;
  --paper: #f3f0e8;
  --white: #fffef8;
  --muted: #6f6d66;
  --line: rgba(21, 21, 21, .16);
  --lime: #d8ff3e;
  --blue: #2e55ff;
  --orange: #ff6b2c;
  --amber: #ffb12b;
  --green: #33d69f;
  --radius: 32px;
  --shell: min(1280px, calc(100vw - 64px));
}

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 3%, rgba(216,255,62,.17), transparent 20rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
html:has(body.menu-open) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header .brand-logo { animation: load-down .72s cubic-bezier(.16,1,.3,1) both; }
.main-nav > a { animation: load-down .62s cubic-bezier(.16,1,.3,1) both; }
.main-nav > a:nth-child(1) { animation-delay: .08s; }
.main-nav > a:nth-child(2) { animation-delay: .13s; }
.main-nav > a:nth-child(3) { animation-delay: .18s; }
.main-nav > a:nth-child(4) { animation-delay: .23s; }
.hero-copy .eyebrow { animation: load-up .65s .08s cubic-bezier(.16,1,.3,1) both; }
.hero-copy h1 { animation: load-up .8s .16s cubic-bezier(.16,1,.3,1) both; }
.hero-lead { animation: load-up .75s .28s cubic-bezier(.16,1,.3,1) both; }
.hero-actions { animation: load-up .72s .38s cubic-bezier(.16,1,.3,1) both; }
.lab-topline { animation: load-down .7s .2s cubic-bezier(.16,1,.3,1) both; }
.studio-manifesto { animation: load-up .82s .3s cubic-bezier(.16,1,.3,1) both; }
.studio-route > div { animation: load-pop .7s cubic-bezier(.16,1,.3,1) both; }
.studio-route > div:nth-child(1) { animation-delay: .44s; }.studio-route > div:nth-child(2) { animation-delay: .52s; }.studio-route > div:nth-child(3) { animation-delay: .6s; }.studio-route > div:nth-child(4) { animation-delay: .68s; }
.pulse-core { animation: load-pop .85s .32s cubic-bezier(.16,1,.3,1) both; }
.signal-card { animation: load-pop .72s cubic-bezier(.16,1,.3,1) both; }
.signal-card-a { animation-delay: .46s; }.signal-card-b { animation-delay: .56s; }.signal-card-c { animation-delay: .66s; }
.legacy-breadcrumbs { animation: load-up .58s .06s cubic-bezier(.16,1,.3,1) both; }
.legacy-kicker { animation: load-up .62s .12s cubic-bezier(.16,1,.3,1) both; }
.legacy-hero h1 { animation: load-up .82s .2s cubic-bezier(.16,1,.3,1) both; }
.legacy-summary { animation: load-up .72s .3s cubic-bezier(.16,1,.3,1) both; }

@view-transition { navigation: auto; }
.site-header .brand { view-transition-name: site-logo; }
::view-transition-group(root) { animation-duration: .62s; animation-timing-function: cubic-bezier(.22,.8,.22,1); }
::view-transition-old(root) { animation: page-leave .38s cubic-bezier(.4,0,1,1) both; }
::view-transition-new(root) { animation: page-enter .62s cubic-bezier(.16,1,.3,1) both; }
::view-transition-group(site-logo) { animation-duration: .72s; animation-timing-function: cubic-bezier(.16,1,.3,1); }
::view-transition-old(site-logo), ::view-transition-new(site-logo) { animation: none; mix-blend-mode: normal; }
.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;
}
.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: 16px; padding: 12px 16px;
  color: var(--white); background: var(--ink); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.site-header {
  position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(243,240,232,.88); border-color: var(--line); backdrop-filter: blur(18px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 175px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-contact) { position: relative; }
.main-nav > a:not(.nav-contact)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--ink); transition: right .2s ease;
}
.main-nav > a:hover::after { right: 0; }
.nav-contact { display: flex; gap: 20px; align-items: center; border: 1px solid var(--ink); padding: 10px 14px 10px 16px; border-radius: 100px; }
.nav-contact:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; }

.hero { padding-top: 58px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: 28px 58px; }
.hero > *, .project > *, .channel-card > *, .statement-grid > *, .contact-grid > * { min-width: 0; }
.hero-copy { align-self: center; padding-block: 46px; }
.eyebrow { margin: 0 0 28px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; display: flex; align-items: center; gap: 9px; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(46,85,255,.12); }
.hero h1 { margin: 0; max-width: 100%; font-size: clamp(58px, 5.6vw, 78px); line-height: .9; letter-spacing: -.072em; font-weight: 850; }
.hero h1 em { display: block; color: var(--blue); font-style: normal; }
.hero-lead { max-width: 620px; margin: 36px 0 0; color: #55534e; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.5; letter-spacing: -.015em; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 38px; padding: 0 20px 0 24px; border-radius: 100px; border: 1px solid var(--ink); font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(21,21,21,.12); }
.button-primary { color: var(--white); background: var(--ink); }
.button-ghost { background: transparent; }

.hero-lab {
  position: relative; min-height: 650px; overflow: hidden; border: 1px solid var(--ink); border-radius: 44px;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(46,85,255,.32), transparent 31%),
    var(--ink);
  background-size: 34px 34px, 34px 34px, auto, auto;
  color: var(--white);
}
.hero-lab::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 46%, rgba(216,255,62,.08) 48%, transparent 52%); animation: scan 7s linear infinite; }
.lab-topline { position: absolute; z-index: 2; top: 24px; left: 28px; right: 28px; display: flex; justify-content: space-between; font: 700 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.54); }
.live-label { color: var(--lime); }
.live-label i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); animation: blink 1.8s ease-in-out infinite; }
.orbit { position: absolute; left: 50%; top: 49%; translate: -50% -50%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; top: 50%; left: -5px; background: var(--lime); box-shadow: 0 0 16px var(--lime); }
.orbit-one { width: 350px; height: 350px; animation: spin 18s linear infinite; }
.orbit-two { width: 500px; height: 500px; animation: spin 27s linear reverse infinite; }
.orbit-two::after { top: auto; bottom: 54px; left: auto; right: 30px; background: var(--orange); box-shadow: 0 0 16px var(--orange); }
.pulse-core { position: absolute; z-index: 2; left: 50%; top: 49%; translate: -50% -50%; width: 210px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: grid; place-content: center; justify-items: center; background: rgba(21,21,21,.72); box-shadow: 0 0 0 14px rgba(46,85,255,.1), 0 24px 80px rgba(0,0,0,.45); backdrop-filter: blur(8px); }
.pulse-brand { width: 126px; margin-bottom: 10px; display: grid; place-items: center; padding: 8px 11px; border-radius: 11px; background: var(--paper); }
.pulse-brand img { width: 100%; height: auto; }
.pulse-core p { margin: 0 0 2px; color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.pulse-core strong { font: 800 20px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; }
.signal-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 168px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(25,25,25,.82); box-shadow: 0 14px 28px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.signal-card-a { left: 7%; top: 21%; }
.signal-card-b { right: 6%; top: 28%; }
.signal-card-c { left: 14%; bottom: 17%; }
.signal-icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; font-size: 17px; font-weight: 800; color: var(--white); }
.signal-icon.blue { background: var(--blue); }.signal-icon.orange { background: var(--orange); }.signal-icon.lime { background: var(--lime); color: var(--ink); }
.signal-card small, .signal-card strong { display: block; }.signal-card small { color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.signal-card strong { font-size: 14px; }
.lab-caption { position: absolute; left: 28px; bottom: 24px; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .16em; font: 700 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.studio-lab::after {
  content: "IW"; position: absolute; z-index: 0; top: 24%; right: -4%; color: transparent;
  font-size: clamp(180px,20vw,300px); font-weight: 900; line-height: .8; letter-spacing: -.12em;
  -webkit-text-stroke: 1px rgba(255,255,255,.08); transform: rotate(-7deg); pointer-events: none;
}
.studio-manifesto { position: absolute; z-index: 2; top: 92px; left: 38px; right: 38px; }
.studio-manifesto > span { color: rgba(255,255,255,.5); font: 750 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace; text-transform: uppercase; letter-spacing: .14em; }
.studio-manifesto h2 { max-width: 560px; margin: 18px 0 0; font-size: clamp(44px,4.7vw,68px); line-height: .9; letter-spacing: -.06em; }
.studio-manifesto em { display: block; color: var(--lime); font-style: normal; }
.studio-route { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 62px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.studio-route > div { position: relative; min-height: 92px; padding: 15px 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: rgba(21,21,21,.78); backdrop-filter: blur(10px); }
.studio-route > div::after { content: "↘"; position: absolute; top: 13px; right: 14px; color: rgba(255,255,255,.25); font-size: 14px; }
.studio-route span,.studio-route strong,.studio-route small { display: block; }
.studio-route span { color: var(--blue); font: 800 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace; }
.studio-route strong { margin-top: 13px; font-size: 17px; line-height: 1; }
.studio-route small { margin-top: 6px; color: rgba(255,255,255,.46); font-size: 11px; }
.hero-foot { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0 52px; border-bottom: 1px solid var(--ink); }
.hero-foot p { margin: 0; font-size: 18px; }
.hero-foot strong { display: inline-block; margin-left: 3px; padding: 5px 9px 6px; color: var(--ink); background: var(--lime); font-size: 1.08em; font-weight: 850; line-height: 1; letter-spacing: -.025em; transform: rotate(-1deg); }
.hero-foot a { display: flex; gap: 28px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.statement { padding: 120px 0; }
.statement-grid { display: grid; grid-template-columns: 130px 1fr; gap: 48px; }
.section-index { padding-top: 10px; }.section-index span { display: block; font: 800 13px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }.section-index p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.statement-copy h2 { max-width: 1080px; margin: 0; font-size: clamp(40px, 5.1vw, 76px); line-height: 1.03; letter-spacing: -.055em; font-weight: 760; }
.statement-copy h2 span { color: var(--blue); }
.statement-notes { max-width: 740px; margin: 58px 0 0 auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 36px; color: #53514d; font-size: 17px; }.statement-notes p { margin: 0; }

.projects { padding: 70px 0 130px; border-top: 1px solid var(--ink); }
.section-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1fr minmax(280px, 400px); gap: 56px; align-items: end; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(42px, 4.5vw, 68px); line-height: 1; letter-spacing: -.055em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.project { min-height: 660px; margin-top: 24px; display: grid; grid-template-columns: .86fr 1.14fr; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--ink); }
.project-copy { display: flex; flex-direction: column; padding: 42px; }
.project-meta { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; font: 750 10px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--green); }.status-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.product-logo { margin-top: 70px; display: flex; align-items: center; gap: 16px; }
.product-logo strong { font-size: 30px; line-height: 1; letter-spacing: -.04em; }.product-domain { color: var(--amber); font-size: .56em; }
.product-logo-img { width: 44px; height: 44px; flex: 0 0 auto; object-fit: contain; }
.project h3 { margin: 34px 0 20px; max-width: 540px; font-size: clamp(36px, 3.4vw, 54px); line-height: 1.02; letter-spacing: -.05em; }
.project-copy > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.64); font-size: 17px; }
.tag-list { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }.tag-list li { border: 1px solid rgba(255,255,255,.18); padding: 7px 11px; border-radius: 100px; color: rgba(255,255,255,.7); font-size: 12px; }
.project-link { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.24); font-size: 15px; font-weight: 750; }.project-link i { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-style: normal; transition: background .2s ease, color .2s ease, transform .2s ease; }.project-link:hover i { background: var(--white); color: var(--ink); transform: rotate(45deg); }
.project-visual { position: relative; margin: 18px 18px 18px 0; border-radius: 22px; overflow: hidden; }
.monitor-ui { padding: 26px; background: #202123; border: 1px solid rgba(255,255,255,.11); }
.ui-browserbar { height: 44px; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.35); font: 600 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }.ui-browserbar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.2); }.ui-browserbar span { margin-left: 8px; }
.monitor-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 12px; padding-top: 18px; }
.monitor-summary, .monitor-score, .metric-card, .chart-card { border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: #18191b; }
.monitor-summary { padding: 24px; }.monitor-summary span,.monitor-summary strong,.monitor-summary small { display: block; }.monitor-summary span,.metric-card span { color: rgba(255,255,255,.45); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }.monitor-summary strong { margin: 18px 0 6px; font-size: 24px; }.monitor-summary strong i { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }.monitor-summary small { color: rgba(255,255,255,.4); }
.monitor-score { display: grid; place-content: center; text-align: center; background: radial-gradient(circle, rgba(255,177,43,.18), transparent 60%), #18191b; }.monitor-score span { color: var(--amber); font: 800 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; }.monitor-score strong { margin-top: 8px; font-size: 44px; color: var(--amber); }.monitor-score small { color: rgba(255,255,255,.38); }
.metric-card { padding: 20px; }.metric-card strong,.metric-card small { display: block; }.metric-card strong { margin-top: 23px; font: 800 21px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }.metric-card small { margin-top: 7px; color: var(--green); font-size: 11px; }
.chart-card { grid-column: 1/-1; padding: 20px 20px 10px; }.chart-card > div { display: flex; justify-content: space-between; }.chart-card span { font-size: 13px; font-weight: 750; }.chart-card small { color: rgba(255,255,255,.36); }.chart-card svg { margin-top: 18px; width: 100%; height: auto; }.chart-gridline { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 1; }.chart-area { fill: rgba(255,177,43,.11); }.chart-line { fill: none; stroke: var(--amber); stroke-width: 2; vector-effect: non-scaling-stroke; }

.project-perfscan { grid-template-columns: 1fr 1.22fr; background: #251308; }.project-perfscan .project-copy { order: 2; }.project-perfscan .project-visual { order: 1; margin: 18px 0 18px 18px; }.project-perfscan .product-logo small { color: var(--orange); }
.scan-ui { min-height: 624px; padding: 28px; color: var(--ink); background: var(--orange); }.scan-ui::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 18%, rgba(255,255,255,.3), transparent 28%), linear-gradient(135deg, transparent 60%, rgba(0,0,0,.1)); }
.scan-ui > * { position: relative; z-index: 1; }
.scan-header { display: flex; justify-content: space-between; font: 800 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .1em; }.scan-header span:last-child { color: #51200d; }
.scan-score { width: 230px; height: 230px; margin: 62px auto 34px; display: grid; place-content: center; text-align: center; border: 2px solid var(--ink); border-radius: 50%; box-shadow: 14px 14px 0 rgba(21,21,21,.13); }.scan-score small { font: 800 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; }.scan-score strong { font-size: 92px; line-height: .9; letter-spacing: -.08em; }.scan-score span { margin-top: 7px; text-transform: uppercase; font-size: 11px; font-weight: 800; }
.scan-metrics { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--ink); border-radius: 15px; background: rgba(255,255,255,.16); }.scan-metrics > div { padding: 13px 15px; border-right: 1px solid var(--ink); }.scan-metrics > div:last-child { border: 0; }.scan-metrics small,.scan-metrics strong { display: block; }.scan-metrics small { font: 800 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }.scan-metrics strong { margin-top: 6px; font-size: 22px; }.scan-metrics em { font-size: 11px; font-style: normal; }
.waterfall { margin-top: 18px; padding: 12px; border: 1px solid var(--ink); border-radius: 15px; background: rgba(255,255,255,.16); }.waterfall span { display: block; width: var(--size); height: 4px; margin: 7px 0 7px var(--start); border-radius: 6px; background: var(--ink); opacity: .82; }
.scan-location { margin-top: 18px; display: flex; gap: 12px; align-items: center; }.scan-location > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 20px; }.scan-location small,.scan-location strong { display: block; }.scan-location small { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.scan-location strong { font-size: 14px; }

.channel-card { margin-top: 24px; min-height: 270px; display: grid; grid-template-columns: 130px 1fr 220px; gap: 36px; align-items: center; padding: 42px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--lime); }
.channel-icon { width: 104px; height: 104px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--blue); box-shadow: 8px 8px 0 var(--ink); }.channel-icon svg { width: 48px; fill: var(--white); }
.channel-card .project-meta { color: rgba(21,21,21,.58); }.status-dot.dark { color: var(--ink); }
.channel-card h3 { margin: 24px 0 9px; font-size: clamp(30px, 3vw, 46px); line-height: 1; letter-spacing: -.045em; }.channel-card p { max-width: 700px; margin: 0; color: rgba(21,21,21,.68); }
.channel-link { height: 100%; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; padding-left: 36px; border-left: 1px solid rgba(21,21,21,.25); font-weight: 800; }.channel-link i { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--ink); color: var(--white); font-style: normal; font-size: 22px; transition: transform .2s ease; }.channel-link:hover i { transform: rotate(45deg); }

.principles { padding: 120px 0; color: var(--white); background: var(--blue); }
.section-heading.light .eyebrow span { background: var(--lime); box-shadow: 0 0 0 5px rgba(216,255,62,.14); }.section-heading.light > p { color: rgba(255,255,255,.7); }
.principle-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.42); }
.principle-list li { display: grid; grid-template-columns: 100px .72fr 1fr; gap: 36px; align-items: baseline; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.42); }.principle-list span { font: 800 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace; color: var(--lime); }.principle-list h3 { margin: 0; font-size: clamp(25px,2.6vw,38px); letter-spacing: -.04em; }.principle-list p { margin: 0; max-width: 560px; color: rgba(255,255,255,.7); font-size: 17px; }

.archive { padding: 120px 0; display: grid; grid-template-columns: 130px 1fr; gap: 48px; }
.archive-heading { display: flex; justify-content: space-between; gap: 42px; align-items: end; margin-bottom: 42px; }.archive-heading h2 { margin: 0; font-size: clamp(46px,5.5vw,78px); line-height: 1; letter-spacing: -.055em; }.archive-heading p { max-width: 360px; margin: 0; color: var(--muted); font-size: 17px; }
.archive-list { border-top: 1px solid var(--ink); }.archive-list > * { min-height: 110px; display: grid; grid-template-columns: 160px 1fr 170px 32px; gap: 24px; align-items: center; border-bottom: 1px solid var(--ink); }.archive-list > a:hover strong { color: var(--blue); }.archive-year { color: var(--muted); font: 700 11px/1 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; }.archive-list strong { font-size: clamp(25px,3vw,40px); letter-spacing: -.04em; transition: color .2s ease; }.archive-list em { color: var(--muted); font-size: 13px; font-style: normal; }.archive-list i { font-size: 20px; font-style: normal; text-align: right; }
.archive-note { margin: 28px 0 0; color: var(--muted); }.archive-note a { color: var(--ink); border-bottom: 1px solid currentColor; }

.contact { padding: 100px 0; color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 170px 1fr; gap: 48px; align-items: end; }
.contact-label { align-self: start; }.contact-label span { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.5); }.contact-label i { display: block; width: 48px; height: 1px; margin-top: 16px; background: var(--lime); }
.contact-message { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 18px; align-items: end; }
.contact-avatar { position: relative; z-index: 2; width: 96px; height: 96px; border: 3px solid var(--lime); border-radius: 50%; object-fit: cover; object-position: center; box-shadow: 0 0 0 7px rgba(216,255,62,.12), 0 18px 38px rgba(0,0,0,.38); }
.message-bubble { position: relative; max-width: 980px; padding: 28px 32px 22px; border-radius: 34px 34px 34px 10px; background: var(--blue); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.message-bubble::before { content: ""; position: absolute; left: -13px; bottom: 0; width: 26px; height: 26px; background: var(--blue); clip-path: polygon(100% 0,100% 100%,0 100%); }
.message-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; color: rgba(255,255,255,.62); font: 750 11px/1 ui-monospace,SFMono-Regular,Consolas,monospace; text-transform: uppercase; letter-spacing: .09em; }
.message-meta strong { color: var(--white); }
.message-bubble h2 { margin: 0; color: var(--white); font-size: clamp(48px,5.8vw,86px); line-height: .91; letter-spacing: -.065em; }
.message-status { margin-top: 20px; color: rgba(255,255,255,.58); font: 700 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace; text-align: right; text-transform: uppercase; letter-spacing: .08em; }.message-status span { color: var(--lime); font-size: 13px; letter-spacing: -.18em; }
.contact-main > a { width: max-content; max-width: calc(100% - 114px); margin: 38px 0 0 114px; display: flex; align-items: center; gap: 32px; padding-bottom: 5px; border-bottom: 2px solid var(--lime); color: var(--lime); font-size: clamp(20px,2.2vw,32px); font-weight: 750; }
.site-footer { color: var(--white); background: var(--ink); }.footer-top { padding: 42px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; border-top: 1px solid rgba(255,255,255,.18); }.brand-footer { padding: 0; background: transparent; }.brand-footer .brand-logo { width: 155px; }
.footer-nav { max-width: 800px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 28px; font-size: 13px; color: rgba(255,255,255,.66); }.footer-nav a:hover { color: var(--lime); }
.footer-bottom { padding: 28px 0 36px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: end; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.42); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }.footer-bottom p { margin: 0; }.footer-bottom p:nth-child(2) { text-align: center; }.to-top { justify-self: end; color: var(--white); font-weight: 750; }.to-top span { color: var(--lime); margin-left: 8px; }

.legacy-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--paper); }
.legacy-page main { flex: 1; }
.legacy-hero { padding: 94px 0 110px; }
.legacy-breadcrumbs { margin-bottom: 56px; display: flex; align-items: center; gap: 12px; color: var(--muted); font: 750 11px/1 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .1em; }
.legacy-breadcrumbs a { color: var(--ink); }
.legacy-breadcrumbs i { width: 30px; height: 1px; background: var(--line); }
.legacy-grid { display: grid; grid-template-columns: 1fr minmax(320px,.56fr); gap: 80px; align-items: end; }
.legacy-kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 25px; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 100px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.legacy-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.legacy-hero h1 { margin: 0; font-size: clamp(66px,10vw,146px); line-height: .82; letter-spacing: -.08em; white-space: nowrap; }
.legacy-hero h1 span { color: var(--blue); }
.legacy-summary { padding: 28px 0 4px; border-top: 1px solid var(--ink); }
.legacy-summary h2 { margin: 0 0 16px; font-size: 26px; line-height: 1.1; letter-spacing: -.035em; }
.legacy-summary p { margin: 0; color: var(--muted); font-size: 17px; }
.legacy-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.legacy-detail { padding: 108px 0 118px; border-top: 1px solid var(--ink); }
.legacy-detail-grid { display: grid; grid-template-columns: 130px 1fr; gap: 48px; }
.legacy-detail-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: end; }
.legacy-detail-head h2 { margin: 0; font-size: clamp(42px,5vw,70px); line-height: 1; letter-spacing: -.055em; }
.legacy-detail-head p { margin: 0; color: var(--muted); font-size: 17px; }
.legacy-feature-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); }
.legacy-feature { min-height: 230px; padding: 28px 28px 30px 0; border-bottom: 1px solid var(--ink); }
.legacy-feature:not(:nth-child(3n+1)) { padding-left: 28px; border-left: 1px solid var(--ink); }
.legacy-feature span { color: var(--blue); font: 800 11px/1 ui-monospace,SFMono-Regular,Consolas,monospace; }
.legacy-feature h3 { margin: 34px 0 12px; font-size: 24px; line-height: 1.1; letter-spacing: -.035em; }
.legacy-feature p { margin: 0; color: var(--muted); font-size: 15px; }
.legacy-use-case { margin-top: 54px; display: grid; grid-template-columns: 190px 1fr; gap: 48px; padding: 30px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.legacy-use-case span { text-transform: uppercase; letter-spacing: .1em; font: 800 10px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace; }
.legacy-use-case p { max-width: 760px; margin: 0; font-size: 19px; line-height: 1.5; }
.legacy-history { padding: 82px 0; color: var(--white); background: var(--ink); }
.legacy-history-grid { display: grid; grid-template-columns: 130px 1fr; gap: 48px; }
.legacy-history .section-index p { color: rgba(255,255,255,.44); }
.legacy-history-copy { display: grid; grid-template-columns: minmax(0,1fr); gap: 30px; }
.legacy-history-copy h2 { width: 100%; max-width: none; margin: 0; font-size: clamp(38px,5vw,70px); line-height: 1; letter-spacing: -.055em; }
.legacy-history-copy p { max-width: 780px; margin: 0; color: rgba(255,255,255,.62); font-size: 17px; }

@keyframes page-leave { to { opacity: 0; filter: blur(8px); transform: translateY(-18px) scale(.985); } }
@keyframes page-enter { from { opacity: 0; filter: blur(10px); transform: translateY(28px) scale(.985); } }
@keyframes load-down { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes load-up { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes load-pop { from { opacity: 0; transform: translateY(18px) scale(.92); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes page-progress { to { transform: scaleX(1); } }
@keyframes header-scroll {
  from { border-bottom-color: transparent; background-color: rgba(243,240,232,0); backdrop-filter: blur(0); }
  to { border-bottom-color: var(--line); background-color: rgba(243,240,232,.75); backdrop-filter: blur(18px); }
}
@keyframes scroll-reveal {
  from { opacity: .12; filter: blur(5px); transform: translateY(38px) scale(.985); }
  to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}
@keyframes grid-drift {
  from { background-position: 0 -28px, -28px 0, 48% 54%, 0 0; }
  to { background-position: 0 56px, 56px 0, 52% 43%, 0 0; }
}
@keyframes title-wipe {
  from { clip-path: inset(0 100% 0 0); transform: translateY(18px); }
  to { clip-path: inset(0); transform: translateY(0); }
}
@keyframes archive-line { from { background-size: 0 1px; } to { background-size: 100% 1px; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes blink { 50% { opacity: .3; } }
@keyframes scan { from { transform: translateX(-70%); } to { transform: translateX(70%); } }

@supports (animation-timeline: scroll()) {
  body::before {
    content: ""; position: fixed; z-index: 999; inset: 0 0 auto; height: 3px; pointer-events: none;
    background: linear-gradient(90deg,var(--blue),var(--lime)); transform: scaleX(0); transform-origin: left center;
    animation: page-progress linear both; animation-timeline: scroll(root block);
  }
  .site-header {
    transition: none; animation: header-scroll linear both; animation-timeline: scroll(root block); animation-range: 0 32px;
  }
}

@supports (animation-timeline: view()) {
  [data-reveal] {
    opacity: 1; filter: none; transform: none; transition: none;
    animation: scroll-reveal linear both; animation-timeline: view(block); animation-range: entry 0% entry 88%;
  }
  .hero-lab {
    animation: grid-drift linear both; animation-timeline: view(block); animation-range: entry 0% exit 100%;
  }
  .statement-copy h2, .section-heading h2, .archive-heading h2,
  .legacy-detail-head h2, .legacy-history-copy h2 {
    animation: title-wipe linear both; animation-timeline: view(block); animation-range: entry 8% entry 92%;
  }
  .legacy-detail-head, .legacy-feature, .legacy-use-case, .legacy-history-grid {
    animation: scroll-reveal linear both; animation-timeline: view(block); animation-range: entry 0% entry 82%;
  }
  .legacy-feature:nth-child(3n+2) { animation-range: entry 7% entry 89%; }
  .legacy-feature:nth-child(3n+3) { animation-range: entry 14% entry 96%; }
  .archive-list > a {
    background-image: linear-gradient(var(--ink),var(--ink)); background-position: left bottom; background-repeat: no-repeat;
    animation: archive-line linear both; animation-timeline: view(block); animation-range: entry 0% entry 100%;
  }
}

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 1280px); }
  .hero { grid-template-columns: 1fr; }.hero-copy { padding-bottom: 10px; }.hero h1 { max-width: 880px; }.hero-lab { min-height: 590px; }
  .project { grid-template-columns: 1fr; }.project-copy { min-height: 570px; }.project-visual { min-height: 570px; margin: 0 18px 18px; }.project-perfscan .project-copy { order: 1; }.project-perfscan .project-visual { order: 2; margin: 0 18px 18px; }
  .channel-card { grid-template-columns: 110px 1fr; }.channel-link { grid-column: 1/-1; height: auto; padding: 20px 0 0; border-left: 0; border-top: 1px solid rgba(21,21,21,.25); flex-direction: row; align-items: center; }
  .contact-grid { grid-template-columns: 120px 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 28px); --radius: 24px; }
  .header-inner { min-height: 70px; }.brand-logo { width: 145px; }
  .menu-toggle { position: relative; z-index: 102; width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); }.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; background: var(--ink); transition: transform .2s ease; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  body.menu-open .site-header { position: fixed; inset: 0 0 auto; width: 100%; animation: none !important; background: transparent !important; border-color: transparent !important; backdrop-filter: none !important; }
  body.menu-open .site-header .brand { position: relative; z-index: 102; }
  .main-nav { position: fixed; inset: 0; z-index: 101; width: 100%; min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; align-items: stretch; padding: 90px 28px 28px; background: var(--lime); transform: translateX(102%); transition: transform .3s cubic-bezier(.2,.75,.2,1); }.main-nav.is-open { transform: translateX(0); }.main-nav a { padding: 12px 0; font-size: 36px; line-height: 1; letter-spacing: -.05em; }.nav-contact { margin-top: 18px; justify-content: space-between; padding: 16px 20px !important; border-radius: 18px; font-size: 22px !important; }
  .hero { padding-top: 24px; gap: 18px; }.hero-copy { padding: 24px 0 10px; }.eyebrow { margin-bottom: 20px; font-size: 10px; }.hero h1 { font-size: clamp(46px,12vw,56px); }.hero-lead { margin-top: 26px; font-size: 17px; }.hero-actions { margin-top: 28px; flex-direction: column; }.button { width: 100%; justify-content: space-between; }.hero-lab { min-height: 560px; border-radius: 28px; }.orbit-one { width: 250px; height: 250px; }.orbit-two { width: 380px; height: 380px; }.pulse-core { width: 170px; }.signal-card { min-width: 150px; padding: 9px 10px; }.signal-card-a { left: 4%; top: 19%; }.signal-card-b { right: 3%; top: 68%; }.signal-card-c { display: none; }.lab-caption { left: 18px; right: 18px; bottom: 18px; font-size: 8px; letter-spacing: .1em; }.lab-topline { left: 18px; right: 18px; }.studio-lab::after { display: none; }.studio-manifesto { top: 80px; left: 18px; right: 18px; }.studio-manifesto h2 { max-width: 360px; margin-top: 14px; font-size: clamp(42px,12vw,54px); }.studio-route { left: 12px; right: 12px; bottom: 50px; gap: 7px; }.studio-route > div { min-height: 98px; padding: 13px; }.studio-route strong { font-size: 15px; }.studio-route small { max-width: 120px; font-size: 10px; }
  .hero-foot { padding: 20px 0 36px; align-items: flex-start; flex-direction: column; }.hero-foot p { font-size: 15px; }
  .statement { padding: 78px 0; }.statement-grid,.archive { grid-template-columns: 1fr; gap: 32px; }.section-index { display: flex; gap: 10px; align-items: baseline; }.section-index p { margin: 0; }.statement-copy h2 { font-size: 40px; }.statement-notes { margin-top: 38px; grid-template-columns: 1fr; gap: 20px; font-size: 16px; }
  .projects { padding: 52px 0 82px; }.section-heading { margin-bottom: 36px; grid-template-columns: 1fr; gap: 24px; }.section-heading h2 { font-size: 42px; }.section-heading > p { font-size: 16px; }
  .project { min-height: 0; margin-top: 14px; }.project-copy { min-height: 590px; padding: 24px; }.project-meta { gap: 12px; }.product-logo { margin-top: 54px; }.project h3 { font-size: 38px; }.project-copy > p { font-size: 16px; }.project-visual { min-height: 500px; margin: 0 10px 10px; }.project-perfscan .project-visual { margin: 0 10px 10px; }
  .monitor-ui { padding: 12px; }.monitor-grid { grid-template-columns: 1fr 1fr; }.monitor-summary { grid-column: 1/-1; }.monitor-score { min-height: 150px; }.metric-card { padding: 14px; }.metric-card strong { font-size: 17px; }
  .scan-ui { min-height: 520px; padding: 20px; }.scan-score { width: 190px; height: 190px; margin: 50px auto 28px; }.scan-score strong { font-size: 72px; }.scan-metrics strong { font-size: 18px; }
  .channel-card { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding: 24px; }.channel-icon { width: 82px; height: 82px; }.channel-link { grid-column: auto; }.channel-card h3 { font-size: 34px; }
  .principles { padding: 78px 0; }.principle-list li { grid-template-columns: 48px 1fr; gap: 16px; padding: 28px 0; }.principle-list p { grid-column: 2; font-size: 15px; }
  .archive { padding: 78px 0; }.archive-heading { align-items: flex-start; flex-direction: column; }.archive-heading h2 { font-size: 48px; }.archive-list > * { grid-template-columns: 1fr 24px; gap: 5px 12px; padding: 22px 0; }.archive-year,.archive-list em { grid-column: 1; }.archive-list strong { grid-column: 1; font-size: 30px; }.archive-list i { grid-column: 2; grid-row: 1/4; align-self: center; }
  .contact { padding: 74px 0; }.contact-grid { grid-template-columns: 1fr; gap: 42px; }.contact-message { grid-template-columns: 64px minmax(0,1fr); gap: 12px; }.contact-avatar { width: 64px; height: 64px; border-width: 2px; box-shadow: 0 0 0 5px rgba(216,255,62,.12),0 12px 24px rgba(0,0,0,.35); }.message-bubble { padding: 20px 18px 16px; border-radius: 24px 24px 24px 8px; }.message-bubble::before { left: -10px; width: 20px; height: 20px; }.message-meta { margin-bottom: 16px; gap: 10px; font-size: 8px; }.message-bubble h2 { font-size: clamp(34px,9.2vw,42px); line-height: .94; }.message-status { margin-top: 16px; font-size: 8px; }.contact-main > a { max-width: calc(100% - 76px); margin: 30px 0 0 76px; font-size: 19px; gap: 16px; }
  .footer-top { flex-direction: column; }.footer-nav { justify-content: flex-start; flex-direction: column; }.footer-bottom { grid-template-columns: 1fr; gap: 18px; }.footer-bottom p:nth-child(2) { text-align: left; }.to-top { justify-self: start; }
  .legacy-hero { padding: 62px 0 78px; }.legacy-grid { grid-template-columns: 1fr; gap: 52px; }.legacy-hero h1 { font-size: clamp(58px,18vw,96px); }.legacy-detail { padding: 72px 0 82px; }.legacy-detail-grid,.legacy-detail-head { grid-template-columns: 1fr; gap: 32px; }.legacy-feature-grid { margin-top: 46px; grid-template-columns: 1fr; }.legacy-feature { min-height: 0; padding: 25px 0 !important; border-left: 0 !important; }.legacy-feature h3 { margin-top: 22px; }.legacy-use-case { grid-template-columns: 1fr; gap: 18px; }.legacy-use-case p { font-size: 17px; }.legacy-history { padding: 64px 0; }.legacy-history-grid,.legacy-history-copy { grid-template-columns: 1fr; gap: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  body::before { display: none !important; }
  .site-header { animation: none !important; }
  ::view-transition-old(root), ::view-transition-new(root), ::view-transition-group(site-logo) { animation-duration: .01ms !important; }
}
