:root {
  --ink: #151613;
  --paper: #f3f0e7;
  --white: #fffdf7;
  --muted: #656861;
  --line: #c7c9c0;
  --acid: #c9ff59;
  --coral: #c43b29;
  --blue: #9bd9ff;
  --violet: #9b7cff;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Arial Black", Impact, Haettenschweiler, var(--sans);
  --serif: "Iowan Old Style", Baskerville, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 var(--sans); }
a { color: inherit; text-underline-offset: .22em; }
a:hover { text-decoration-thickness: 2px; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; top: -5rem; left: 1rem; z-index: 100; background: #fff; color: #000; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #1379cb; outline-offset: 4px; }

.site-header {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto;
  height: 92px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
}
.brand { display: flex; align-items: center; gap: .65rem; color: inherit; text-decoration: none; }
.brand span { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border: 2px solid currentColor; border-radius: 50%; font: bold .95rem var(--serif); }
.brand b { font-size: 1.05rem; letter-spacing: -.03em; }
.site-nav { display: flex; align-items: center; gap: 1.8rem; }
.site-nav a { font-size: .75rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .055em; }
.site-nav a:last-child { border: 1px solid currentColor; border-radius: 999px; padding: .6rem 1rem; }
.nav-toggle { display: none; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 999px; padding: .5rem .8rem; }
body:not([data-page="/"]) .site-header { position: relative; border-bottom: 1px solid var(--line); }

.section-kicker {
  margin-bottom: 1.25rem;
  font: 800 .72rem/1.2 var(--sans);
  letter-spacing: .11em;
  text-transform: uppercase;
}
.studio-hero {
  min-height: min(930px, 100svh);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  padding-top: 92px;
  border-bottom: 1px solid var(--ink);
}
.studio-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 6vw max(32px, calc((100vw - 1220px) / 2)); padding-right: 5vw; }
.studio-hero h1 { margin: 0 0 2rem; font: 800 clamp(3rem, 6vw, 5.4rem)/.92 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.studio-hero h1 em { color: var(--coral); font-family: var(--serif); font-weight: 500; text-transform: none; }
.hero-lede { max-width: 650px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 1.5rem; }
.button-dark, .button-light, .button { display: inline-block; padding: .9rem 1.25rem; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: #fff; font-weight: 800; text-decoration: none; }
.button-light { background: #fff; color: #000; }
.text-link { font-weight: 800; text-decoration: none; border-bottom: 2px solid currentColor; }
.studio-hero-art { position: relative; min-height: 560px; overflow: hidden; background: var(--acid); border-left: 1px solid var(--ink); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(21,22,19,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(21,22,19,.15) 1px, transparent 1px); background-size: 44px 44px; }
.hero-orbit { position: absolute; left: 50%; top: 48%; border: 2px solid var(--ink); border-radius: 50%; transform: translate(-50%, -50%) rotate(-18deg); }
.orbit-a { width: 82%; height: 30%; }
.orbit-b { width: 46%; height: 76%; transform: translate(-50%, -50%) rotate(38deg); }
.hero-mark { position: absolute; left: 50%; top: 48%; width: 10rem; height: 10rem; display: grid; place-items: center; transform: translate(-50%, -50%); border-radius: 50%; background: var(--ink); color: var(--acid); font: 500 6rem/1 var(--serif); box-shadow: 18px 18px 0 var(--coral); }
.hero-caption { position: absolute; right: 24px; bottom: 24px; font: 800 .68rem monospace; text-transform: uppercase; letter-spacing: .08em; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: #fff; }
.trust-strip span { padding: 1.1rem 2rem; border-right: 1px solid #3d3f3a; font-size: .73rem; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .07em; }

.selected-work { padding-block: 9rem; }
.section-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 5vw; align-items: end; margin-bottom: 5rem; }
.section-heading h2, .studio-method h2, .lab-preview h2, .invitation h2, .deep-dive h2, .split h2 {
  margin: 0;
  font: 500 clamp(2.4rem, 4.2vw, 4.2rem)/.96 var(--serif);
  letter-spacing: -.045em;
}
.section-heading > p:last-child { color: var(--muted); }
.case-study { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 690px; border-top: 1px solid var(--ink); }
.case-study:nth-child(even) .case-visual { order: 2; }
.case-study:nth-child(even) .case-copy { border-right: 1px solid var(--ink); border-left: 0; }
.case-visual { position: relative; min-height: 590px; overflow: hidden; }
.case-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); border-left: 1px solid var(--ink); }
.case-copy h3 { margin: 1.4rem 0 1rem; font: 500 clamp(2.2rem, 3.6vw, 3.7rem)/.96 var(--serif); letter-spacing: -.04em; }
.case-summary { max-width: 570px; font-size: 1.1rem; }
.project-meta { display: flex; align-items: center; gap: .8rem; font-size: .75rem; }
.status { display: inline-flex; border: 1px solid currentColor; border-radius: 999px; padding: .25rem .55rem; font-size: .62rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.status-operating { color: #063a25; background: #a9f7ca; }
.status-building { color: #4c2600; background: #ffd378; }
.status-experimental { color: #2e1951; background: #d7c0ff; }
.status-exploring { color: #0f3448; background: #b9e7ff; }
.status-archived { color: #444; background: #ddd; }
.proof-list { margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.proof-list li { position: relative; padding: .65rem 0 .65rem 1.5rem; border-top: 1px solid rgba(21,22,19,.2); font-size: .88rem; }
.proof-list li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; }
.case-links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.case-links a { font-size: .8rem; font-weight: 850; text-transform: uppercase; text-decoration: none; border-bottom: 2px solid currentColor; }
.case-callrenard .case-visual { background: var(--blue); }
.call-console { position: absolute; left: 50%; top: 50%; width: min(72%, 430px); transform: translate(-50%, -50%) rotate(-3deg); padding: 2rem; border: 2px solid var(--ink); border-radius: 1.2rem; background: var(--white); box-shadow: 18px 18px 0 var(--ink); }
.call-console b, .call-console small, .call-console i { display: block; }
.call-console b { margin: 2.2rem 0 .25rem; font: 500 2rem var(--serif); }
.call-console i { margin-top: 2rem; color: var(--muted); font-style: normal; font-family: monospace; }
.call-pulse { display: block; width: 4.5rem; height: 4.5rem; border: 14px double var(--coral); border-radius: 50%; background: var(--ink); }
.case-velvet .case-visual { background: linear-gradient(145deg, #ef4961, #f78542 52%, #7744bb); }
.device { position: absolute; border: 3px solid var(--ink); background: #141414; box-shadow: 18px 22px 0 rgba(21,22,19,.35); }
.device span { position: absolute; inset: 6%; background: linear-gradient(135deg, #2d1e75, #e04783 55%, #ffb64b); }
.device-tv { width: 70%; height: 45%; left: 12%; top: 18%; border-radius: .8rem; transform: rotate(-5deg); }
.device-phone { width: 22%; height: 48%; right: 12%; bottom: 12%; border-radius: 1.2rem; transform: rotate(9deg); }
.play-glyph { position: absolute; left: 45%; top: 43%; width: 5rem; height: 5rem; display: grid; place-items: center; border-radius: 50%; background: #fff; font-style: normal; font-size: 1.6rem; }
.case-vriksh-cloud .case-visual { background: var(--acid); }
.cloud-terminal { position: absolute; left: 50%; top: 50%; width: min(78%, 520px); transform: translate(-50%, -50%) rotate(3deg); padding: 1.5rem; border: 2px solid #71952b; border-radius: .65rem; background: #10150e; color: var(--acid); box-shadow: 22px 22px 0 #71952b; font-family: monospace; }
.cloud-terminal small, .cloud-terminal b, .cloud-terminal span { display: block; }
.cloud-terminal small { color: #9aa397; border-bottom: 1px solid #394335; padding-bottom: 1rem; }
.cloud-terminal b { margin: 3rem 0 1rem; font-size: 1rem; }
.cloud-terminal span { color: #fff; }
.case-private-ai-engineering-platform .case-visual { background: var(--violet); }
.private-nodes { position: absolute; inset: 12%; }
.private-nodes i { position: absolute; width: 4rem; height: 4rem; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); }
.private-nodes i:nth-child(1) { left: 5%; top: 8%; }.private-nodes i:nth-child(2) { right: 8%; top: 2%; }.private-nodes i:nth-child(3) { left: 18%; bottom: 4%; }.private-nodes i:nth-child(4) { right: 3%; bottom: 12%; }.private-nodes i:nth-child(5) { left: 48%; top: 11%; }.private-nodes i:nth-child(6) { left: 53%; bottom: 4%; }
.private-nodes::before, .private-nodes::after { content: ""; position: absolute; inset: 14% 10%; border: 2px solid var(--ink); border-radius: 50%; transform: rotate(20deg); }
.private-nodes::after { transform: rotate(-35deg); }
.private-nodes b { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 11rem; height: 11rem; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; text-align: center; font: 500 1.7rem/1.05 var(--serif); }

.lab-preview { padding: 9rem 0; background: var(--ink); color: #fff; }
.lab-preview-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 6vw; align-items: end; margin-bottom: 4rem; }
.lab-preview-heading > p { color: #bfc2bb; }
.lab-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #555851; border-left: 1px solid #555851; }
.lab-preview-card { position: relative; min-height: 330px; padding: 2rem; border-right: 1px solid #555851; border-bottom: 1px solid #555851; text-decoration: none; transition: color .2s, background .2s; }
.lab-preview-card:hover { background: var(--acid); color: var(--ink); }
.lab-preview-card h3 { margin: 3.5rem 0 1rem; font: 500 clamp(1.9rem, 3vw, 3rem)/.96 var(--serif); }
.lab-preview-card p { max-width: 500px; color: #bfc2bb; }
.lab-preview-card:hover p { color: var(--ink); }
.lab-number { font: .75rem monospace; }
.lab-status { position: absolute; left: 2rem; bottom: 2rem; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.labs-all { display: inline-block; margin-top: 3rem; }

.studio-method { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding-block: 10rem; }
.studio-method ol { margin: 0; padding: 0; list-style: none; }
.studio-method li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.studio-method li > span { font: .75rem monospace; color: var(--muted); }
.studio-method h3 { margin-bottom: .35rem; font: 500 1.65rem var(--serif); }
.studio-method li p { color: var(--muted); }
.closing-frame { margin-block: 0 8rem; padding: 7vw; background: var(--coral); border: 1px solid var(--ink); }
.closing-frame .section-kicker { color: #fff; }
.closing-frame h2 { margin-bottom: 3rem; font: 800 clamp(2.6rem, 4.8vw, 4.8rem)/.94 var(--display); letter-spacing: -.045em; text-transform: uppercase; }

.page-hero { padding: 8rem 0 6rem; }
.page-hero h1 { max-width: 960px; margin-bottom: 2rem; font: 800 clamp(3rem, 5.6vw, 5.2rem)/.92 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.page-hero .lede { max-width: 760px; font-size: 1.25rem; }
.page-number { display: block; margin-bottom: 2rem; color: var(--muted); font: 700 .8rem monospace; }
.prose-grid, .split { width: min(1220px, calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding: 7rem 0; }
.editorial-section, .ventures-feature, .editorial-list, .venture-groups, .lab-list, .identity-map, .service-lines, .engagement, .evidence, .fact-sheet { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.editorial-list article { display: grid; grid-template-columns: 4rem 1fr auto; gap: 2rem; padding: 3rem 0; border-top: 1px solid var(--line); }
.editorial-list article > span { color: var(--muted); font-family: monospace; }
.editorial-list h2, .editorial-list h3 { margin-bottom: 1rem; font: 500 clamp(2rem, 4vw, 4rem)/.95 var(--serif); }
.editorial-list p { max-width: 720px; color: var(--muted); }
.editorial-list a { text-decoration: none; }
.arrow { font-size: 2rem; }
.inline-list { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; }
.inline-list li { padding: .35rem .65rem; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; }
.practice-list { padding: 0; list-style: none; }
.practice-list li { display: grid; grid-template-columns: 3rem 1fr; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.practice-list span { color: var(--muted); font-family: monospace; }
.deep-dive { width: min(1220px, calc(100% - 48px)); margin: 3rem auto; padding: 7vw; background: var(--ink); color: #fff; }
.three-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.invitation { width: min(1220px, calc(100% - 48px)); margin: 7rem auto; padding: 7vw; background: var(--acid); }
.venture-groups { padding-bottom: 6rem; }
.legend { display: flex; flex-wrap: wrap; gap: 2rem; margin-bottom: 5rem; }
.legend div { flex: 1; min-width: 170px; padding-top: 1rem; border-top: 1px solid var(--line); }
.legend p { font-size: .8rem; }
.venture-group { margin-bottom: 5rem; }
.venture-group > h2 { font: 500 3.5rem var(--serif); }
.venture-group article { display: grid; grid-template-columns: .8fr 1.4fr auto; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.venture-group h3 { font: 500 1.8rem var(--serif); }
.venture-group h3 a { text-decoration: none; }
.venture-group p { color: var(--muted); }
.lab-list article { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; padding: 5rem 0; border-top: 1px solid var(--line); }
.lab-title h2 { margin-top: 1.5rem; font: 500 2.7rem var(--serif); }
.lab-title h2 a { text-decoration: none; }
.lab-list h3 { margin: 2rem 0 .3rem; }
.verified { color: var(--muted); font-size: .8rem; }
.title-status { display: flex; align-items: center; gap: 1rem; }
.title-status p { margin: 0; }
.fact-sheet { display: flex; gap: 5rem; padding: 2rem 0; border-block: 1px solid var(--line); }
.fact-sheet p { margin: 0; }
.evidence { padding: 4rem 0 7rem; }
.evidence article { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.evidence span { color: var(--muted); font-size: .8rem; }
.identity-map, .service-lines { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.identity-map article, .service-lines article { padding: 3rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.identity-map h2, .service-lines h2 { font: 500 2.2rem var(--serif); }
.engagement { padding: 7rem 0; }
.engagement > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.contact-layout { width: min(1220px, calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding-bottom: 8rem; }
.contact-layout form { display: grid; gap: 1.1rem; }
.contact-layout label { font-weight: 700; }
.contact-layout label span, .form-note { color: var(--muted); font-size: .8rem; font-weight: 400; }
.form-security { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; padding: 1rem; border: 1px solid var(--line); background: #edf5ea; }
.form-security strong { display: block; font-size: .85rem; }
.form-security p { margin: .2rem 0 0; color: var(--muted); font-size: .75rem; }
.security-dot { width: .72rem; height: .72rem; margin-top: .25rem; border: 2px solid #17692e; border-radius: 50%; background: #49a85e; }
.security-warning { background: #fff1db; }
.security-warning .security-dot { border-color: #875000; background: #d18a18; }
input, select, textarea { display: block; width: 100%; margin-top: .4rem; padding: .9rem; border: 1px solid #92978f; border-radius: .25rem; background: #fff; color: var(--ink); }
textarea { resize: vertical; }
.form-errors { padding: 1rem; border-left: 4px solid #a52c18; background: #ffe5df; }
.form-errors h2 { font-size: 1rem; }
.honeypot { position: absolute; left: -10000px; }
.message-page { min-height: 75vh; padding: 11rem 0; }
.message-page h1 { font: 900 clamp(4rem, 9vw, 9rem)/.82 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.legal { max-width: 800px; padding-bottom: 8rem; }
.legal h2 { margin-top: 3rem; font: 500 2.2rem var(--serif); }

.site-footer { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; padding: 5rem max(24px, calc((100% - 1220px) / 2)); background: var(--ink); color: #fff; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.site-footer p { color: #b7bab6; }
.footer-brand { margin-bottom: 1rem; }
.copyright { grid-column: 1/-1; padding-top: 2rem; border-top: 1px solid #343634; font-size: .75rem; }
.consent { position: fixed; z-index: 90; right: 1rem; bottom: 1rem; width: min(430px, calc(100% - 2rem)); padding: 1.2rem; border: 1px solid #000; background: #fff; box-shadow: 0 12px 40px rgba(0,0,0,.24); }
.consent p { font-size: .85rem; }
.consent div { display: flex; gap: .6rem; }
.consent button { padding: .55rem .8rem; border: 1px solid #000; border-radius: 999px; background: #000; color: #fff; }
.consent .button-quiet { background: #fff; color: #000; }

@media (max-width: 800px) {
  .shell, .prose-grid, .split, .editorial-section, .ventures-feature, .editorial-list, .venture-groups, .lab-list, .identity-map, .service-lines, .engagement, .evidence, .fact-sheet, .contact-layout { width: min(100% - 32px, 1220px); }
  .site-header { height: 72px; padding: 0 16px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; z-index: 50; top: 72px; left: 0; right: 0; padding: 2rem 16px; background: var(--paper); color: var(--ink); flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--ink); }
  .site-nav.is-open { display: flex; }
  .studio-hero { grid-template-columns: 1fr; padding-top: 72px; }
  .studio-hero-copy { min-height: 680px; padding: 5rem 16px; }
  .studio-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .studio-hero-art { min-height: 530px; border-top: 1px solid var(--ink); border-left: 0; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span { border-bottom: 1px solid #3d3f3a; }
  .selected-work, .lab-preview { padding-block: 6rem; }
  .section-heading, .lab-preview-heading, .studio-method, .prose-grid, .split, .venture-group article, .lab-list article, .contact-layout { grid-template-columns: 1fr; }
  .case-study { grid-template-columns: 1fr; }
  .case-study:nth-child(even) .case-visual { order: 0; }
  .case-study:nth-child(even) .case-copy, .case-copy { border: 0; border-top: 1px solid var(--ink); }
  .case-visual { min-height: 500px; }
  .case-copy { padding: 3rem 0 5rem; }
  .lab-preview-grid { grid-template-columns: 1fr; }
  .studio-method { padding-block: 7rem; }
  .closing-frame { width: calc(100% - 32px); padding: 4rem 24px; }
  .page-hero { padding-top: 6rem; }
  .page-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .editorial-list article { grid-template-columns: 2rem 1fr auto; gap: 1rem; }
  .three-columns, .identity-map, .service-lines, .engagement > div { grid-template-columns: 1fr; }
  .deep-dive, .invitation { width: calc(100% - 32px); padding: 3rem 24px; }
  .fact-sheet { flex-direction: column; gap: 1.4rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: auto; }
}

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