:root {
  --ink: #080a09;
  --surface: #111411;
  --paper: #f2efe6;
  --muted: #9da29a;
  --signal: #d2ff3f;
  --ember: #ff7048;
  --line: rgba(242, 239, 230, 0.14);
  --line-strong: rgba(242, 239, 230, 0.28);
  --font-ui: "Manrope", Arial, sans-serif;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-ui);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
body.menu-open { overflow: hidden; }
::selection { background: var(--signal); color: var(--ink); }
.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; }

.scroll-rail { position: fixed; right: 0; top: 0; bottom: 0; z-index: 90; width: 3px; background: rgba(255,255,255,.05); pointer-events: none; }
.scroll-rail span { display: block; width: 100%; height: 100%; background: var(--signal); transform: scaleY(var(--scroll-progress,0)); transform-origin: top; }

.site-header {
  position: fixed; inset: 0 0 auto; height: 92px; z-index: 130;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 clamp(1.25rem, 3vw, 3.5rem); border-bottom: 1px solid var(--line);
  background: rgba(8,10,9,.82); backdrop-filter: blur(18px) saturate(1.15);
  font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 0.78rem; }
.brand-mark {
  position: relative; isolation: isolate; display: block; width: 54px; height: 42px; overflow: hidden;
  border: 1px solid rgba(210,255,63,.18); background: #000;
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
  transition: border-color 260ms ease, transform 420ms cubic-bezier(.2,.8,.2,1), box-shadow 260ms ease;
}
.brand-mark img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: translateX(var(--logo-shift,0px)) scale(1.015); transition: transform 420ms cubic-bezier(.2,.8,.2,1), filter 260ms ease; }
.brand-mark::after { content: ""; position: absolute; z-index: 2; inset: -40% 66% -40% -55%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent); transform: skewX(-18deg) translateX(-160%); animation: logo-scan 5.5s 1.2s ease-in-out infinite; }
.brand:hover .brand-mark { transform: translateY(-1px); border-color: var(--signal); box-shadow: 0 0 28px rgba(210,255,63,.15); }
.brand:hover .brand-mark img { transform: translateX(var(--logo-shift,0px)) scale(1.08); filter: brightness(1.08); }
@keyframes logo-scan { 0%,72%,100% { transform: skewX(-18deg) translateX(-160%); } 84% { transform: skewX(-18deg) translateX(520%); } }
.brand-copy { line-height: 1.15; }
.brand-copy em { color: var(--muted); font-size: 0.55rem; font-style: normal; }
.site-header nav { display: flex; align-items: center; gap: clamp(1.3rem,2.8vw,3rem); color: #c5c9c3; }
.site-header nav a, .header-cta { transition: color 220ms ease; }
.site-header nav a:hover, .header-cta:hover { color: var(--signal); }
.site-header nav a[aria-current="page"]:not(.mobile-project-link), .header-cta[aria-current="page"] { color: var(--signal); }
.header-cta {
  justify-self: end; display: inline-flex; align-items: center; gap: .65rem;
  border-bottom: 1px solid var(--signal); padding: .55rem 0;
}
.header-cta svg { width: 14px; height: 14px; }
.mobile-project-link, .menu-toggle { display: none; }
.menu-toggle { background: transparent; font-family: var(--font-mono); font-size: .52rem; letter-spacing: .08em; }

.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  padding: clamp(8rem, 14vh, 10rem) clamp(1.25rem, 3vw, 3.5rem) 6rem;
  overflow: hidden; border-bottom: 1px solid var(--line); isolation: isolate;
}
.hero-art { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.05) saturate(.9); animation: art-open 1.15s 120ms both cubic-bezier(.2,.7,.2,1); }
.hero-scrim { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(8,10,9,1) 0%, rgba(8,10,9,.94) 34%, rgba(8,10,9,.46) 62%, rgba(8,10,9,.08) 100%), linear-gradient(0deg, rgba(8,10,9,.72), transparent 42%); }
.hero-grid {
  position: absolute; inset: 92px 0 0; z-index: -2;
  background-image: linear-gradient(rgba(255,255,255,.034) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.034) 1px, transparent 1px);
  background-size: 4rem 4rem; mask-image: linear-gradient(to right, black, rgba(0,0,0,.4) 65%, transparent 92%);
}
@keyframes art-open { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }

.hero-copy { position: relative; z-index: 3; width: min(66%, 1050px); }
.hero-kicker, .section-number, .hero-index, .project-line, .tag-row, .hero-hud { font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .1em; }
.hero-kicker { display: flex; align-items: center; gap: .7rem; margin-bottom: clamp(2rem, 5vh, 4rem); color: #bdc2bb; font-size: .66rem; animation: rise-in 800ms 150ms both cubic-bezier(.22,.61,.36,1); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 0 rgba(210,255,63,.4); animation: live-pulse 2s infinite; }
@keyframes live-pulse { 70% { box-shadow: 0 0 0 10px rgba(210,255,63,0); } 100% { box-shadow: 0 0 0 0 rgba(210,255,63,0); } }
.hero h1 { margin: 0; max-width: 9ch; font-family: var(--font-display); font-size: clamp(5rem, 10.2vw, 11rem); font-weight: 400; line-height: .79; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; animation: title-open 1s 220ms both cubic-bezier(.16,.75,.22,1); }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(242,239,230,.65); }
@keyframes title-open { from { opacity: 0; transform: translateY(52px); clip-path: inset(0 0 100% 0); } to { opacity: 1; transform: none; clip-path: inset(0); } }
.hero-intro { margin-top: clamp(2.3rem, 5vh, 4.3rem); display: grid; grid-template-columns: minmax(240px,.95fr) minmax(250px,1.05fr); gap: clamp(1.5rem,4vw,4.5rem); align-items: end; animation: rise-in 800ms 650ms both cubic-bezier(.22,.61,.36,1); }
@keyframes rise-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.hero-intro p { margin: 0; color: #aeb3ac; font-size: clamp(.9rem,1.08vw,1.03rem); line-height: 1.75; }
.hero-intro strong { color: var(--paper); font-weight: 600; }
.hero-actions { display: grid; gap: .7rem; }
.button { min-height: 54px; padding: 0 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid var(--line-strong); font-family: var(--font-mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; transition: background 220ms ease, color 220ms ease, border-color 220ms ease; }
.button svg { width: 16px; height: 16px; }
.button-primary { background: var(--signal); color: var(--ink); border-color: var(--signal); }
.button-primary:hover { background: var(--paper); border-color: var(--paper); }
.button-ghost:hover { border-color: var(--signal); color: var(--signal); }

.hero-hud { position: absolute; right: clamp(1.25rem,3vw,3.5rem); bottom: 5.4rem; z-index: 3; width: min(44vw,660px); display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--line-strong); background: rgba(8,10,9,.72); backdrop-filter: blur(14px); animation: rise-in 800ms 800ms both; }
.hero-hud div { min-height: 76px; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: .2rem .65rem; padding: .8rem; border-right: 1px solid var(--line); font-size: .5rem; }
.hero-hud div:last-child { border: 0; }
.hero-hud svg { grid-row: 1 / 3; width: 18px; height: 18px; color: var(--signal); stroke-width: 1.3; align-self: center; }
.hero-hud .hud-icon { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; align-self: center; border: 1px solid rgba(210,255,63,.42); color: var(--signal); font-size: .42rem; }
.hero-hud b { color: var(--muted); font-weight: 400; }
.hero-index { position: absolute; left: clamp(1.25rem,3vw,3.5rem); right: clamp(1.25rem,3vw,3.5rem); bottom: 1.35rem; display: flex; justify-content: space-between; color: #777c76; font-size: .54rem; }

.business-ledger { padding: clamp(5rem,8vw,8rem) clamp(1.25rem,3vw,3.5rem); background: var(--paper); color: var(--ink); }
.business-ledger-head { max-width: 1500px; margin: 0 auto 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; }
.business-ledger-head > span { font-family: var(--font-mono); color: #4e6800; font-size: .58rem; letter-spacing: .1em; }
.business-ledger-head > p { max-width: 42rem; margin: 0 0 0 auto; color: #555b53; font-size: .9rem; line-height: 1.75; }
.business-ledger-grid { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(8,10,9,.2); border-left: 1px solid rgba(8,10,9,.2); }
.business-ledger-grid article { position: relative; min-height: 285px; padding: 1.4rem; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid rgba(8,10,9,.2); border-bottom: 1px solid rgba(8,10,9,.2); transition: background 260ms ease,color 260ms ease; }
.business-ledger-grid article:hover { background: var(--ink); color: var(--paper); }
.business-ledger-grid article > span { font-family: var(--font-mono); color: #5d7900; font-size: .54rem; }
.business-ledger-grid article:hover > span { color: var(--signal); }
.business-ledger-grid h2 { margin: auto 0 .9rem; font-family: var(--font-display); font-size: clamp(2.5rem,3.8vw,4rem); line-height: .88; font-weight: 400; text-transform: uppercase; }
.business-ledger-grid p { max-width: 19rem; margin: 0; color: #5c625a; font-size: .76rem; line-height: 1.7; transition: color 260ms ease; }
.business-ledger-grid article:hover p { color: var(--muted); }
.business-ledger-grid i { position: absolute; right: -2rem; top: -2rem; width: 7rem; height: 7rem; border: 1px solid rgba(93,121,0,.22); border-radius: 50%; transition: transform 400ms ease,border-color 260ms ease; }
.business-ledger-grid article:hover i { transform: scale(1.35); border-color: rgba(210,255,63,.25); }

.work-section { position: relative; padding: clamp(6rem,11vw,11rem) clamp(1.25rem,3vw,3.5rem); background: radial-gradient(circle at 0 44%, rgba(210,255,63,.045), transparent 28rem), var(--ink); }
.section-heading { max-width: 1500px; margin: 0 auto clamp(4rem,8vw,8rem); display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 3rem; }
.section-number { display: block; margin-bottom: 1.8rem; color: var(--signal); font-size: .6rem; }
.section-heading h2 { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(4.2rem,8vw,8.5rem); line-height: .83; letter-spacing: -.015em; text-transform: uppercase; }
.section-heading h2 em { font-family: Georgia,serif; font-size: .74em; font-weight: 400; text-transform: none; color: var(--signal); }
.section-heading > p { max-width: 31rem; margin: 0 0 .5rem auto; color: var(--muted); line-height: 1.8; font-size: .95rem; }
.project-grid { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(2.5rem,5vw,6rem) clamp(1rem,2.4vw,2.5rem); }
.project-card { min-width: 0; }
.mock { position: relative; aspect-ratio: 1.35 / 1; border: 1px solid var(--line); overflow: hidden; background-color: var(--surface); transition: transform 500ms cubic-bezier(.2,.72,.25,1), border-color 300ms ease; }
.project-card:hover .mock { transform: translateY(-6px); border-color: rgba(210,255,63,.55); }

.mock-mechanic { padding: 1.3rem; background: linear-gradient(125deg,rgba(210,255,63,.96) 0 43%,transparent 43%), repeating-linear-gradient(135deg,rgba(255,255,255,.045) 0 1px,transparent 1px 16px), #161a17; color: var(--ink); }
.mock-topline, .mock-footerline, .ads-head, .ads-axis { position: relative; z-index: 2; display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: clamp(.45rem,.75vw,.64rem); letter-spacing: .08em; }
.mechanic-copy { position: absolute; left: 7%; top: 30%; z-index: 2; }
.mechanic-copy .eyebrow { display: block; margin-bottom: .55rem; font-family: var(--font-mono); font-size: .5rem; letter-spacing: .1em; }
.mechanic-copy strong { font-family: var(--font-display); font-size: clamp(2.3rem,5vw,5.4rem); line-height: .78; font-weight: 400; text-transform: uppercase; }
.mechanic-dial { position: absolute; right: 10%; top: 28%; width: 34%; aspect-ratio: 1; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--paper); display: grid; place-content: center; text-align: center; background: rgba(8,10,9,.7); box-shadow: 0 0 0 1.5rem rgba(255,255,255,.025); }
.mechanic-dial span { font-family: var(--font-display); font-size: clamp(2.5rem,5vw,5rem); line-height: .8; color: var(--signal); }
.mechanic-dial small { font-family: var(--font-mono); font-size: .48rem; letter-spacing: .1em; }
.mock-footerline { position: absolute; left: 1.3rem; right: 1.3rem; bottom: 1.3rem; color: var(--paper); }

.mock-whatsapp { padding: clamp(1rem,2.2vw,2rem); background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 2rem 2rem; }
.flow-label { font-family: var(--font-mono); font-size: .58rem; color: var(--signal); letter-spacing: .1em; }
.flow-line { position: absolute; left: 9%; right: 9%; top: 35%; height: 1px; background: linear-gradient(90deg,var(--signal),rgba(210,255,63,.15)); display: flex; justify-content: space-between; }
.flow-line i { width: 9px; height: 9px; margin-top: -4px; background: var(--surface); border: 1px solid var(--signal); border-radius: 50%; box-shadow: 0 0 18px rgba(210,255,63,.35); }
.flow-nodes { position: absolute; left: 8%; right: 8%; top: 39%; display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: clamp(.42rem,.7vw,.6rem); color: #c0c5be; text-transform: uppercase; }
.message-stack { position: absolute; left: 9%; right: 9%; bottom: 9%; display: grid; gap: .4rem; }
.message-stack div { display: flex; justify-content: space-between; padding: .62rem .75rem; border: 1px solid var(--line); background: rgba(5,6,5,.74); font-family: var(--font-mono); font-size: clamp(.43rem,.72vw,.61rem); color: #b9beb7; }
.message-stack b { color: var(--signal); font-weight: 400; }

.mock-ads { padding: clamp(1rem,2.2vw,2rem); background: linear-gradient(145deg,#f2efe6 0 56%,#d2ff3f 56%); color: var(--ink); }
.ads-grid { position: absolute; inset: 20% 8% 16%; display: grid; grid-template-columns: .75fr 1.25fr; gap: 9%; align-items: center; }
.ads-ring { width: 78%; aspect-ratio: 1; border: 1px solid rgba(8,10,9,.35); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 0 1.2rem rgba(8,10,9,.04), inset 0 0 0 1.2rem rgba(8,10,9,.05); }
.ads-ring span { font-family: var(--font-display); font-size: clamp(2rem,5vw,5.2rem); }
.ads-chart { height: 62%; display: flex; align-items: end; gap: 5%; border-bottom: 1px solid rgba(8,10,9,.42); }
.ads-chart i { flex: 1; background: var(--ink); opacity: .78; }
.ads-axis { position: absolute; left: 8%; right: 8%; bottom: 7%; }

.mock-websites { background: #d8d4cb; }
.site-sheet { position: absolute; width: 55%; aspect-ratio: 1.4 / 1; padding: 1rem; color: var(--ink); box-shadow: 0 18px 50px rgba(0,0,0,.25); transition: transform 500ms ease; overflow: hidden; }
.site-sheet span { font-family: var(--font-mono); font-size: .5rem; letter-spacing: .12em; }
.site-sheet b { position: absolute; left: 1rem; bottom: 1rem; width: 65%; font-size: clamp(.75rem,1.6vw,1.4rem); line-height: 1.05; }
.site-sheet i { position: absolute; right: -12%; top: 18%; width: 48%; aspect-ratio: 1; border-radius: 50%; border: 1px solid currentColor; opacity: .35; }
.sheet-one { left: 5%; top: 9%; background: var(--signal); transform: rotate(-5deg); }
.sheet-two { right: 5%; top: 20%; background: #f1eee5; transform: rotate(4deg); }
.sheet-three { left: 22%; bottom: 6%; background: var(--ember); transform: rotate(-1deg); }
.project-card:hover .sheet-one { transform: rotate(-8deg) translate(-4px,-5px); }
.project-card:hover .sheet-two { transform: rotate(7deg) translate(5px,-4px); }
.project-card:hover .sheet-three { transform: rotate(1deg) translateY(4px); }

.project-meta { padding-top: 1.15rem; }
.project-line { display: grid; grid-template-columns: 2.4rem 1fr; gap: 1rem; padding-bottom: .85rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .52rem; }
.project-line span:first-child { color: var(--signal); }
.project-meta h3 { margin: 1.25rem 0 .65rem; font-family: var(--font-display); font-size: clamp(2.4rem,4vw,4rem); font-weight: 400; line-height: .9; text-transform: uppercase; }
.project-meta p { max-width: 36rem; margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.7; }
.tag-row { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.3rem; }
.tag-row span { padding: .45rem .62rem; border: 1px solid var(--line); color: #afb4ad; font-size: .49rem; }

.reveal { opacity: 1; transform: none; }
.reveal.reveal-ready { opacity: 0; transform: translateY(32px); transition: opacity 800ms cubic-bezier(.22,.61,.36,1), transform 800ms cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@supports (content-visibility: auto) {
  .work-section, .services-section, .about-section, .process-section, .contact-section,
  .service-deliverables-section, .service-process-section, .service-fit-section,
  .service-next-section, .other-services-section, .contact-expectation-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}

.services-section { padding: clamp(6rem,10vw,10rem) clamp(1.25rem,3vw,3.5rem); background: var(--paper); color: var(--ink); }
.services-intro { max-width: 1500px; margin: 0 auto clamp(4rem,7vw,7rem); display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; }
.services-section .section-number { color: #415800; }
.services-intro h2, .process-head h2 { margin: 0; font-family: var(--font-display); font-size: clamp(4rem,7.8vw,8.2rem); line-height: .82; font-weight: 400; text-transform: uppercase; }
.services-intro h2 em, .process-head h2 em { font-family: Georgia,serif; font-size: .72em; font-weight: 400; text-transform: none; color: #5c7800; }
.services-note { max-width: 31rem; margin-left: auto; }
.services-note > span { display: block; margin-bottom: 1.1rem; font-family: var(--font-mono); font-size: .58rem; letter-spacing: .12em; color: #586054; }
.services-note p { margin: 0; color: #555a54; font-size: .95rem; line-height: 1.8; }
.service-list { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(8,10,9,.2); border-left: 1px solid rgba(8,10,9,.2); }
.service-card { min-height: 390px; display: flex; flex-direction: column; padding: clamp(1.2rem,2vw,2rem); border-right: 1px solid rgba(8,10,9,.2); border-bottom: 1px solid rgba(8,10,9,.2); transition: background 300ms ease, color 300ms ease, transform 300ms ease; }
.service-card:nth-child(2) { transition-delay: 70ms; }
.service-card:nth-child(3) { transition-delay: 140ms; }
.service-card:nth-child(4) { transition-delay: 210ms; }
.service-card:nth-child(5) { transition-delay: 280ms; }
.service-card:nth-child(6) { transition-delay: 350ms; }
.service-card:nth-child(7) { transition-delay: 420ms; }
.service-card:hover { background: var(--ink); color: var(--paper); transform: translateY(-4px); }
.service-number { font-family: var(--font-mono); font-size: .55rem; letter-spacing: .12em; color: #646b62; }
.service-card > svg { width: 32px; height: 32px; margin: clamp(3rem,6vw,6rem) 0 2.2rem; stroke-width: 1.25; color: #5c7800; transition: color 300ms ease; }
.service-card:hover > svg { color: var(--signal); }
.service-symbol { width: 34px; height: 34px; display: grid; place-items: center; margin: clamp(3rem,6vw,6rem) 0 2.2rem; border: 1px solid rgba(93,120,0,.55); color: #506900; font-family: var(--font-mono); font-size: .49rem; font-weight: 500; letter-spacing: .04em; transition: color 300ms ease,border-color 300ms ease; }
.service-card:hover .service-symbol { color: var(--signal); border-color: rgba(210,255,63,.65); }
.service-card h3 { margin: 0; min-height: 2.9em; font-family: var(--font-display); font-size: clamp(1.9rem,2.4vw,2.8rem); font-weight: 400; line-height: .94; text-transform: uppercase; }
.service-card p { margin: 1.1rem 0 2rem; color: #666b64; font-size: .78rem; line-height: 1.7; transition: color 300ms ease; }
.service-card:hover p { color: #aeb3ac; }
.service-outcome { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: .5rem; border-top: 1px solid currentColor; padding-top: .8rem; font-family: var(--font-mono); font-size: .5rem; letter-spacing: .08em; text-transform: uppercase; opacity: .76; }
.service-outcome > span:last-child { display: inline-flex; align-items: center; gap: .35rem; }
.service-outcome svg { width: 14px; height: 14px; }

.about-section { padding: clamp(6rem,11vw,11rem) clamp(1.25rem,3vw,3.5rem); display: grid; grid-template-columns: .28fr 1.72fr; gap: clamp(2rem,5vw,7rem); background: #0b0d0c; }
.about-label { display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); padding-right: 2rem; }
.about-coordinate { font-family: var(--font-mono); font-size: .54rem; line-height: 1.7; letter-spacing: .1em; color: #727771; }
.about-lead { max-width: 1250px; margin: 0; font-family: var(--font-display); font-size: clamp(3.8rem,7.4vw,8rem); line-height: .88; text-transform: uppercase; }
.about-lead em { font-family: Georgia,serif; font-size: .68em; line-height: 1; font-weight: 400; color: var(--signal); text-transform: none; }
.about-columns { margin-top: clamp(3rem,7vw,7rem); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(2rem,7vw,8rem); }
.about-columns p { margin: 0; color: var(--muted); font-size: clamp(.9rem,1.15vw,1.08rem); line-height: 1.9; }
.about-facts { grid-column: 1 / -1; margin-top: clamp(3rem,6vw,6rem); display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-facts div { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-facts span { font-family: var(--font-mono); font-size: .5rem; letter-spacing: .1em; color: var(--signal); }
.about-facts strong { font-family: var(--font-display); font-size: clamp(1.65rem,2.4vw,2.7rem); line-height: .92; font-weight: 400; text-transform: uppercase; }

.process-section { padding: clamp(6rem,10vw,10rem) clamp(1.25rem,3vw,3.5rem); background: var(--surface); }
.process-head { max-width: 1500px; margin: 0 auto clamp(4rem,7vw,7rem); display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.process-head h2 { max-width: 10ch; }
.process-head h2 em { color: var(--signal); }
.process-grid { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.process-step { min-height: 410px; padding: 1.4rem clamp(1rem,2vw,2rem); border-right: 1px solid var(--line); }
.process-step:first-child { border-left: 1px solid var(--line); }
.process-step > span { font-family: var(--font-mono); font-size: .55rem; color: var(--signal); }
.process-icon { position: relative; width: 100%; height: 92px; margin: 3.2rem 0; }
.process-icon::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line-strong); }
.process-icon i { position: absolute; top: calc(50% - 5px); width: 11px; height: 11px; border: 1px solid var(--signal); background: var(--surface); transform: rotate(45deg); }
.process-icon i:first-child { left: 0; }
.process-icon i:last-child { right: 0; }
.process-step h3 { margin: 0 0 1.1rem; font-family: var(--font-display); font-size: clamp(2.2rem,3.4vw,3.8rem); line-height: .9; font-weight: 400; text-transform: uppercase; }
.process-step p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.75; }

.contact-section { position: relative; isolation: isolate; overflow: hidden; padding: clamp(5rem,8vw,8rem) clamp(1.25rem,3vw,3.5rem); background: var(--signal); color: var(--ink); }
.contact-grid { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(8,10,9,.09) 1px,transparent 1px), linear-gradient(90deg,rgba(8,10,9,.09) 1px,transparent 1px); background-size: 4rem 4rem; mask-image: linear-gradient(to right,transparent,black); }
.contact-top { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid rgba(8,10,9,.28); font-family: var(--font-mono); font-size: .55rem; letter-spacing: .1em; }
.contact-main { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem,8vw,10rem); align-items: end; padding-top: clamp(3rem,6vw,6rem); }
.contact-main h2 { margin: 0; font-family: var(--font-display); font-size: clamp(5rem,10vw,11rem); line-height: .78; font-weight: 400; text-transform: uppercase; }
.contact-main h2 em { font-family: Georgia,serif; font-size: .69em; font-weight: 400; text-transform: none; }
.contact-side p { margin: 0 0 2rem; max-width: 34rem; color: #2f342d; font-size: .95rem; line-height: 1.8; }
.contact-button { min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 1.35rem; background: var(--ink); color: var(--paper); font-family: var(--font-mono); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; transition: background 220ms ease, transform 220ms ease; }
.contact-button:hover { background: #20241f; transform: translateY(-3px); }
.contact-button svg { width: 20px; height: 20px; color: var(--signal); }
.contact-button > span:last-child { color: var(--signal); }
.contact-side small { display: block; margin-top: 1rem; font-family: var(--font-mono); font-size: .48rem; letter-spacing: .07em; text-transform: uppercase; opacity: .62; }

footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem,3vw,3.5rem); border-top: 1px solid var(--line); background: var(--ink); font-family: var(--font-mono); font-size: .52rem; letter-spacing: .08em; color: #848982; text-transform: uppercase; }
footer p { text-align: center; }
footer .footer-links { justify-self: end; display: flex; align-items: center; gap: 1.2rem; color: var(--paper); }
.footer-links a { display: inline-flex; align-items: center; gap: .35rem; }
.footer-links a:hover { color: var(--signal); }
.footer-links svg { width: 13px; height: 13px; }

/* Shared internal-page system */
.page-hero {
  position: relative; min-height: 84svh; isolation: isolate; overflow: hidden;
  display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: clamp(2rem,7vw,9rem);
  padding: clamp(10rem,18vh,13rem) clamp(1.25rem,3vw,3.5rem) clamp(4rem,7vw,7rem);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 76% 44%,rgba(210,255,63,.16),transparent 23rem), linear-gradient(135deg,#070908 0%,#101510 60%,#0a0c0a 100%);
}
.page-hero-contact::after { content: ""; position: absolute; z-index: -2; right: -7vw; top: 15%; width: min(46vw,650px); aspect-ratio: 1; border: 1px solid rgba(210,255,63,.32); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(210,255,63,.025),0 0 0 10rem rgba(210,255,63,.016); }
.page-grid, .service-hero-grid { position: absolute; inset: 92px 0 0; z-index: -3; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 4rem 4rem; mask-image: linear-gradient(to bottom,black,transparent 92%); }
.page-hero-index { position: absolute; left: clamp(1.25rem,3vw,3.5rem); top: 125px; color: var(--signal); font-family: var(--font-mono); font-size: .56rem; letter-spacing: .12em; }
.page-hero-copy { max-width: 1050px; }
.page-eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: clamp(2rem,4vw,4rem); font-family: var(--font-mono); color: #bbc0b9; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.page-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 15px rgba(210,255,63,.65); }
.page-hero h1, .service-detail-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(5rem,9.2vw,10rem); font-weight: 400; line-height: .8; letter-spacing: -.02em; text-transform: uppercase; }
.page-hero h1 em { color: var(--signal); font-family: Georgia,serif; font-size: .67em; font-weight: 400; text-transform: none; }
.page-hero-copy > p { max-width: 47rem; margin: clamp(2rem,4vw,4rem) 0 0; color: var(--muted); font-size: clamp(.92rem,1.15vw,1.08rem); line-height: 1.85; }
.page-hero-actions { display: grid; gap: .75rem; align-self: end; }
.page-scroll-cue { align-self: end; display: flex; justify-content: space-between; align-items: center; min-height: 72px; padding: 0 1.2rem; border: 1px solid var(--line-strong); font-family: var(--font-mono); font-size: .6rem; letter-spacing: .09em; text-transform: uppercase; transition: border-color 220ms ease,color 220ms ease; }
.page-scroll-cue:hover { border-color: var(--signal); color: var(--signal); }
.page-scroll-cue svg { width: 18px; height: 18px; }

/* Contact page */
.contact-page-section { padding: clamp(6rem,10vw,10rem) clamp(1.25rem,3vw,3.5rem); background: var(--paper); color: var(--ink); }
.contact-page-intro { max-width: 1500px; margin: 0 auto clamp(3.5rem,6vw,6rem); display: grid; grid-template-columns: 1fr 1.1fr .75fr; gap: 3rem; align-items: end; }
.contact-page-intro .section-number { color: #4e6800; align-self: start; }
.contact-page-intro h2, .expectation-heading h2, .project-brief-aside h2, .service-section-heading h2, .service-overview-copy h2, .fit-column h2, .service-next-copy h2 {
  margin: 0; font-family: var(--font-display); font-size: clamp(3.8rem,6.3vw,7rem); line-height: .84; font-weight: 400; text-transform: uppercase;
}
.contact-page-intro h2 em, .expectation-heading h2 em, .project-brief-aside h2 em, .service-section-heading h2 em, .service-overview-copy h2 em, .fit-column h2 em, .service-next-copy h2 em { font-family: Georgia,serif; font-size: .72em; font-weight: 400; text-transform: none; color: #5d7900; }
.contact-page-intro > p { margin: 0; color: #555b53; font-size: .9rem; line-height: 1.8; }
.contact-page-layout { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); border: 1px solid rgba(8,10,9,.2); }
.contact-form-panel { padding: clamp(1.5rem,4vw,4rem); border-right: 1px solid rgba(8,10,9,.2); }
.contact-info-panel { background: var(--ink); color: var(--paper); }
.contact-info-lead { min-height: 355px; padding: clamp(1.5rem,3vw,3rem); display: flex; flex-direction: column; align-items: flex-start; }
.contact-info-lead > svg { width: 35px; height: 35px; color: var(--signal); stroke-width: 1.3; }
.contact-info-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(210,255,63,.45); color: var(--signal); font-family: var(--font-mono); font-size: .55rem; }
.contact-info-lead > span, .contact-info-row > span { margin-top: auto; font-family: var(--font-mono); color: var(--signal); font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-info-lead strong { margin-top: .8rem; font-family: var(--font-display); font-size: clamp(2.2rem,3.3vw,3.7rem); line-height: .9; font-weight: 400; text-transform: uppercase; }
.contact-info-lead p { max-width: 28rem; margin: 1.2rem 0; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.contact-info-lead a { display: inline-flex; align-items: center; gap: .5rem; padding-bottom: .35rem; border-bottom: 1px solid var(--signal); font-family: var(--font-mono); font-size: .54rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-info-lead a svg { width: 13px; height: 13px; }
.contact-info-row { min-height: 135px; display: grid; grid-template-columns: auto 1fr; gap: .6rem 1.1rem; align-content: center; padding: 1.5rem clamp(1.5rem,3vw,3rem); border-top: 1px solid var(--line); }
.contact-info-row > svg { grid-row: 1 / 3; align-self: center; width: 23px; height: 23px; color: var(--signal); stroke-width: 1.35; }
.contact-info-row > b { grid-row: 1 / 3; align-self: center; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(210,255,63,.4); color: var(--signal); font-family: var(--font-mono); font-size: .47rem; font-weight: 500; }
.contact-info-row > span { margin: 0; }
.contact-info-row strong { font-size: .82rem; font-weight: 500; line-height: 1.5; }

.project-form { display: grid; gap: 1.55rem; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.1rem; }
.form-row-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.form-field { min-width: 0; display: grid; gap: .65rem; }
.form-label { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-mono); color: #3f443e; font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.form-label small { color: #858b83; font: inherit; font-size: .48rem; }
.form-input, .form-select, .form-textarea { width: 100% !important; border-radius: 0 !important; border: 1px solid rgba(8,10,9,.25) !important; background: rgba(255,255,255,.34) !important; color: var(--ink) !important; box-shadow: none !important; font-family: var(--font-ui); }
.form-input, .form-select { height: 58px !important; padding-inline: 1rem !important; }
.form-select { appearance: none; cursor: pointer; background-image: linear-gradient(45deg,transparent 50%,#5d7900 50%),linear-gradient(135deg,#5d7900 50%,transparent 50%) !important; background-position: calc(100% - 18px) 25px,calc(100% - 13px) 25px !important; background-size: 5px 5px,5px 5px !important; background-repeat: no-repeat !important; padding-right: 2.5rem !important; }
.form-select option { background: var(--paper); color: var(--ink); }
.form-textarea { min-height: 150px !important; padding: 1rem !important; resize: vertical; }
.form-input::placeholder, .form-textarea::placeholder { color: #858a83; opacity: 1; }
.form-input:focus-visible, .form-select:focus-visible, .form-textarea:focus-visible { border-color: #6f9100 !important; outline: 2px solid rgba(111,145,0,.16) !important; outline-offset: 1px; }
.form-select-content { z-index: 140; border-radius: 0 !important; border-color: rgba(242,239,230,.2) !important; background: #151815 !important; color: var(--paper) !important; }
.form-submit { min-height: 70px !important; width: 100%; border-radius: 0 !important; display: flex !important; justify-content: space-between !important; padding: 0 1.25rem !important; background: var(--ink) !important; color: var(--paper) !important; font-family: var(--font-mono) !important; font-size: .62rem !important; letter-spacing: .08em; text-transform: uppercase; }
.form-submit { border: 1px solid var(--ink); }
.form-submit:hover { background: #252a24 !important; transform: translateY(-2px); }
.form-submit svg { color: var(--signal); }
.form-privacy { margin: -.55rem 0 0; color: #737970; font-family: var(--font-mono); font-size: .49rem; line-height: 1.6; letter-spacing: .04em; }
.contact-expectation-section { padding: clamp(6rem,10vw,10rem) clamp(1.25rem,3vw,3.5rem); }
.expectation-heading { max-width: 1500px; margin: 0 auto clamp(4rem,7vw,7rem); display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; }
.expectation-heading h2 em { color: var(--signal); }
.expectation-grid { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expectation-grid article { min-height: 340px; padding: 1.5rem clamp(1.2rem,2.5vw,2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.expectation-grid article > span { color: var(--signal); font-family: var(--font-mono); font-size: .55rem; }
.expectation-grid h3 { margin: auto 0 1rem; font-family: var(--font-display); font-size: clamp(2.5rem,4vw,4.3rem); line-height: .9; font-weight: 400; text-transform: uppercase; }
.expectation-grid p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.75; }

/* Project brief */
.project-brief-hero { background: radial-gradient(circle at 70% 38%,rgba(255,112,72,.17),transparent 22rem),linear-gradient(135deg,#070908,#13110e 68%,#090a08); }
.project-brief-hero::after { content: ""; position: absolute; z-index: -2; right: 5vw; top: 20%; width: min(34vw,500px); aspect-ratio: 1; border: 1px solid rgba(255,112,72,.28); transform: rotate(12deg); box-shadow: 2.5rem 2.5rem 0 rgba(210,255,63,.035); }
.project-brief-section { padding: clamp(6rem,10vw,10rem) clamp(1.25rem,3vw,3.5rem); display: grid; grid-template-columns: minmax(300px,.68fr) minmax(0,1.32fr); gap: clamp(2rem,7vw,8rem); background: var(--paper); color: var(--ink); }
.project-brief-aside { align-self: start; position: sticky; top: 2rem; }
.project-brief-aside .section-number { color: #4e6800; }
.project-brief-aside h2 { margin-top: 2rem; }
.project-brief-aside > p { max-width: 34rem; margin: 2rem 0 0; color: #575d55; font-size: .9rem; line-height: 1.8; }
.ready-list { margin-top: 2.5rem; display: grid; border-top: 1px solid rgba(8,10,9,.2); }
.ready-list div { min-height: 58px; display: flex; align-items: center; gap: .85rem; border-bottom: 1px solid rgba(8,10,9,.2); color: #3e443d; font-size: .78rem; }
.ready-list svg { width: 16px; height: 16px; color: #5d7900; }
.ready-list b { flex: 0 0 auto; color: #5d7900; font-weight: 600; }
.aside-contact-note { margin-top: 2.5rem; padding: 1.3rem; background: var(--ink); color: var(--paper); }
.aside-contact-note > svg { width: 23px; height: 23px; color: var(--signal); }
.aside-contact-note > b { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(210,255,63,.45); color: var(--signal); font-family: var(--font-mono); font-size: .5rem; }
.aside-contact-note p { margin: 1.5rem 0 .8rem; color: var(--muted); font-size: .75rem; }
.aside-contact-note a { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-mono); font-size: .52rem; letter-spacing: .06em; text-transform: uppercase; }
.aside-contact-note a svg { width: 13px; height: 13px; }
.project-brief-form-panel { padding: clamp(1.5rem,3vw,3.5rem); border: 1px solid rgba(8,10,9,.2); }
.project-form-large { gap: 3rem; }
.form-step { display: grid; gap: 1.4rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(8,10,9,.22); }
.form-step > span { font-family: var(--font-mono); color: #5d7900; font-size: .55rem; letter-spacing: .1em; }
.form-submit-large { min-height: 78px !important; }

/* Service details */
.service-detail-hero { position: relative; min-height: 92svh; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: auto 1fr; gap: 2rem 6vw; padding: 8rem clamp(1.25rem,3vw,3.5rem) clamp(4rem,7vw,7rem); background: radial-gradient(circle at 78% 52%,rgba(210,255,63,.14),transparent 22rem),#090b09; border-bottom: 1px solid var(--line); }
.service-detail-hero::after { content: ""; position: absolute; z-index: -2; right: -5vw; bottom: -15vw; width: min(56vw,780px); aspect-ratio: 1; border: 1px solid rgba(210,255,63,.25); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(210,255,63,.025),0 0 0 8rem rgba(210,255,63,.016); }
.service-hero-top { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-family: var(--font-mono); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }
.service-hero-top a { display: inline-flex; align-items: center; gap: .55rem; color: #bbc0b9; }
.service-hero-top a:hover { color: var(--signal); }
.service-hero-top svg { width: 14px; height: 14px; }
.service-hero-top > span { color: var(--signal); }
.service-hero-copy { align-self: end; }
.service-detail-hero h1 { max-width: 9.5ch; }
.service-hero-copy > p { max-width: 46rem; margin: clamp(2rem,4vw,4rem) 0 0; color: var(--muted); font-size: clamp(.92rem,1.15vw,1.08rem); line-height: 1.8; }
.service-outcome-panel { position: relative; align-self: end; min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.5rem; border: 1px solid var(--line-strong); background: rgba(8,10,9,.56); backdrop-filter: blur(12px); }
.service-outcome-panel span { font-family: var(--font-mono); color: var(--signal); font-size: .52rem; letter-spacing: .1em; }
.service-outcome-panel strong { margin-top: auto; max-width: 9ch; font-family: var(--font-display); font-size: clamp(2.4rem,4vw,4.5rem); line-height: .9; font-weight: 400; text-transform: uppercase; }
.service-outcome-panel svg { position: absolute; right: 1.5rem; bottom: 1.5rem; width: 29px; height: 29px; color: var(--signal); stroke-width: 1.2; }
.service-outcome-panel > b { position: absolute; right: 1.5rem; bottom: 1.5rem; color: var(--signal); font-size: 1.7rem; font-weight: 400; }
.service-overview-section { padding: clamp(6rem,10vw,10rem) clamp(1.25rem,3vw,3.5rem); display: grid; grid-template-columns: .38fr 1.62fr; gap: clamp(2rem,7vw,9rem); background: var(--paper); color: var(--ink); }
.service-overview-index { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding-right: 2rem; border-right: 1px solid rgba(8,10,9,.22); font-family: var(--font-mono); color: #506900; font-size: .55rem; letter-spacing: .1em; }
.service-overview-index svg { width: 34px; height: 34px; stroke-width: 1.2; }
.service-overview-index > b { font-size: 2rem; font-weight: 400; }
.service-overview-copy h2 em { color: #5d7900; }
.service-overview-copy > p { max-width: 64rem; margin: clamp(2rem,4vw,4rem) 0 0; color: #4f554d; font-size: clamp(1rem,1.35vw,1.22rem); line-height: 1.9; }
.service-deliverables-section { padding: clamp(6rem,10vw,10rem) clamp(1.25rem,3vw,3.5rem); background: var(--paper); color: var(--ink); border-top: 1px solid rgba(8,10,9,.16); }
.service-section-heading { max-width: 1500px; margin: 0 auto clamp(4rem,7vw,7rem); display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; }
.service-section-heading .section-number { color: #4e6800; }
.deliverables-grid { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(8,10,9,.2); border-left: 1px solid rgba(8,10,9,.2); }
.deliverable-card { min-height: 355px; padding: 1.5rem clamp(1.2rem,2.2vw,2.2rem); display: flex; flex-direction: column; border-right: 1px solid rgba(8,10,9,.2); border-bottom: 1px solid rgba(8,10,9,.2); }
.deliverable-card > span { font-family: var(--font-mono); color: #5d7900; font-size: .55rem; }
.deliverable-card > svg { width: 28px; height: 28px; margin: 3rem 0 auto; color: #5d7900; stroke-width: 1.2; }
.deliverable-card > b { width: 30px; height: 30px; display: grid; place-items: center; margin: 3rem 0 auto; border: 1px solid rgba(93,121,0,.55); color: #5d7900; font-family: var(--font-mono); font-size: .6rem; font-weight: 400; }
.deliverable-card h3 { margin: 2rem 0 .9rem; font-family: var(--font-display); font-size: clamp(2rem,3vw,3.3rem); line-height: .92; font-weight: 400; text-transform: uppercase; }
.deliverable-card p { margin: 0; color: #5f655d; font-size: .78rem; line-height: 1.75; }
.service-process-section { padding: clamp(6rem,10vw,10rem) clamp(1.25rem,3vw,3.5rem); background: var(--surface); }
.service-section-heading-dark .section-number { color: var(--signal); }
.service-section-heading-dark h2 em { color: var(--signal); }
.service-process-list { max-width: 1500px; margin: 0 auto; border-top: 1px solid var(--line); }
.service-process-row { min-height: 145px; display: grid; grid-template-columns: .14fr .75fr 1fr auto; gap: 2rem; align-items: center; padding: 1.2rem 1rem; border-bottom: 1px solid var(--line); }
.service-process-row > span { font-family: var(--font-mono); color: var(--signal); font-size: .54rem; }
.service-process-row h3 { margin: 0; font-family: var(--font-display); font-size: clamp(2.3rem,4vw,4rem); line-height: .9; font-weight: 400; text-transform: uppercase; }
.service-process-row p { max-width: 38rem; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.service-process-row > svg { width: 21px; height: 21px; color: var(--signal); }
.service-process-row > b { color: var(--signal); font-size: 1.2rem; font-weight: 400; }
.service-fit-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); color: var(--ink); }
.fit-column, .measure-column { padding: clamp(5rem,8vw,8rem) clamp(1.25rem,4vw,5rem); }
.fit-column { border-right: 1px solid rgba(8,10,9,.2); }
.fit-column .section-number { color: #4e6800; }
.fit-column h2 { margin-top: 2rem; }
.fit-list { margin-top: clamp(3rem,5vw,5rem); display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(8,10,9,.2); border-left: 1px solid rgba(8,10,9,.2); }
.fit-list div { min-height: 90px; padding: 1rem; display: flex; align-items: center; gap: .65rem; border-right: 1px solid rgba(8,10,9,.2); border-bottom: 1px solid rgba(8,10,9,.2); color: #444a43; font-size: .75rem; }
.fit-list svg { flex: 0 0 auto; width: 15px; height: 15px; color: #5d7900; }
.fit-list div > span { flex: 0 0 auto; color: #5d7900; font-weight: 700; }
.measure-column { background: #d2ff3f; }
.measure-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: clamp(3rem,5vw,5rem); border: 1px solid rgba(8,10,9,.28); }
.measure-icon svg { width: 28px; height: 28px; stroke-width: 1.2; }
.measure-column > span { font-family: var(--font-mono); font-size: .55rem; letter-spacing: .1em; }
.measure-column h3 { max-width: 10ch; margin: 1rem 0 2rem; font-family: var(--font-display); font-size: clamp(3rem,5vw,5.5rem); line-height: .85; font-weight: 400; text-transform: uppercase; }
.measure-list { border-top: 1px solid rgba(8,10,9,.24); }
.measure-list div { min-height: 58px; display: grid; grid-template-columns: 2.5rem 1fr; align-items: center; border-bottom: 1px solid rgba(8,10,9,.24); }
.measure-list span { font-family: var(--font-mono); font-size: .5rem; }
.measure-list strong { font-size: .77rem; font-weight: 600; }
.measure-column > p { margin: 2rem 0 0; color: #3d4339; font-size: .72rem; line-height: 1.75; }
.service-next-section { padding: clamp(6rem,10vw,10rem) clamp(1.25rem,3vw,3.5rem); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem,7vw,8rem); align-items: end; background: var(--signal); color: var(--ink); }
.service-next-copy .section-number { color: #344600; }
.service-next-copy h2 { margin-top: 2rem; }
.service-next-copy h2 em { color: inherit; }
.service-next-actions { display: grid; gap: .75rem; }
.service-contact-link { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 1.2rem; border: 1px solid rgba(8,10,9,.3); font-family: var(--font-mono); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.service-contact-link:hover { background: rgba(8,10,9,.08); }
.service-contact-link svg { width: 17px; height: 17px; }
.other-services-section { padding: clamp(5rem,8vw,8rem) clamp(1.25rem,3vw,3.5rem); }
.other-services-head { max-width: 1500px; margin: 0 auto 2rem; display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: .54rem; letter-spacing: .09em; color: var(--muted); }
.other-services-head a { display: inline-flex; align-items: center; gap: .4rem; color: var(--paper); }
.other-services-head svg { width: 13px; height: 13px; }
.other-services-grid { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.other-service-card { min-height: 220px; display: flex; flex-direction: column; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 220ms ease,color 220ms ease; }
.other-service-card:hover { background: var(--signal); color: var(--ink); }
.other-service-card > span { font-family: var(--font-mono); color: var(--signal); font-size: .52rem; }
.other-service-card:hover > span { color: var(--ink); }
.other-service-card strong { margin-top: auto; max-width: 9ch; font-family: var(--font-display); font-size: clamp(1.9rem,2.7vw,3rem); line-height: .9; font-weight: 400; text-transform: uppercase; }
.other-service-card svg { align-self: end; width: 18px; height: 18px; margin-top: 1rem; }
.other-service-card > b { align-self: end; margin-top: 1rem; font-size: 1rem; font-weight: 400; }

.site-loading { min-height: 100svh; display: grid; grid-template-rows: auto 1fr; gap: 3rem; padding: 1.5rem clamp(1.25rem,3vw,3.5rem); background: radial-gradient(circle at 75% 42%,rgba(210,255,63,.12),transparent 22rem),var(--ink); }
.site-loading-copy { align-self: center; width: min(38rem,100%); }
.site-loading-copy > span { font-family: var(--font-mono); color: var(--muted); font-size: .58rem; letter-spacing: .11em; text-transform: uppercase; }
.site-loading-track { height: 2px; margin-top: 1rem; overflow: hidden; background: rgba(242,239,230,.12); }
.site-loading-track i { display: block; width: 45%; height: 100%; background: var(--signal); animation: loading-track 1.1s ease-in-out infinite; }
@keyframes loading-track { from { transform: translateX(-110%); } to { transform: translateX(245%); } }
.status-page { position: relative; isolation: isolate; min-height: 100svh; display: flex; align-items: center; padding: 10rem clamp(1.25rem,3vw,3.5rem) 6rem; overflow: hidden; }
.status-code { position: absolute; left: clamp(1.25rem,3vw,3.5rem); top: 125px; font-family: var(--font-mono); color: var(--signal); font-size: .56rem; letter-spacing: .1em; }
.status-page-copy { width: min(900px,100%); }
.status-page h1, .error-page h1 { margin: 0; font-family: var(--font-display); font-size: clamp(5rem,10vw,10rem); line-height: .8; font-weight: 400; text-transform: uppercase; }
.status-page h1 em, .error-page h1 em { color: var(--signal); font-family: Georgia,serif; font-size: .68em; font-weight: 400; text-transform: none; }
.status-page p, .error-page p { max-width: 38rem; margin: 2rem 0; color: var(--muted); line-height: 1.8; }
.status-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; width: min(38rem,100%); }
.error-page { min-height: 100svh; display: grid; grid-template-rows: auto 1fr; padding: 1.5rem clamp(1.25rem,3vw,3.5rem) 5rem; background: radial-gradient(circle at 70% 45%,rgba(255,112,72,.14),transparent 24rem),var(--ink); }
.error-page-copy { align-self: center; }
.error-page-copy > span { display: block; margin-bottom: 2rem; font-family: var(--font-mono); color: var(--ember); font-size: .58rem; letter-spacing: .11em; }
.error-page .button { border-radius: 0; min-height: 54px; }

@media (max-width: 1080px) {
  .hero-copy { width: 88%; }
  .hero h1 { font-size: clamp(5rem,15vw,9rem); }
  .hero-art { object-position: 62% center; }
  .hero-hud { width: min(60vw,660px); }
  .business-ledger-grid { grid-template-columns: repeat(2,1fr); }
  .service-list { grid-template-columns: repeat(2,1fr); }
  .service-card { min-height: 360px; }
  .service-card:last-child { grid-column: span 2; min-height: 320px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-step { min-height: 360px; border-bottom: 1px solid var(--line); }
  .process-step:nth-child(3) { border-left: 1px solid var(--line); }
}
@media (max-width: 760px) {
  .site-header { height: 76px; grid-template-columns: 1fr auto; padding-inline: 1rem; }
  .site-header nav, .brand-copy { display: none; }
  .header-cta { font-size: .6rem; }
  .hero { min-height: auto; padding: 7.2rem 1rem 3.5rem; display: block; }
  .hero-art { object-position: 72% center; opacity: .68; }
  .hero-scrim { background: linear-gradient(90deg,rgba(8,10,9,.98),rgba(8,10,9,.58)), linear-gradient(0deg,rgba(8,10,9,.95),transparent 52%); }
  .hero-grid { inset: 76px 0 0; background-size: 2.6rem 2.6rem; }
  .hero-copy { width: 100%; }
  .hero-kicker { margin-bottom: 2.3rem; max-width: 24rem; line-height: 1.6; }
  .hero h1 { font-size: clamp(4.1rem,22.5vw,7.5rem); line-height: .82; }
  .hero-intro { grid-template-columns: 1fr; gap: 1.7rem; margin-top: 2.5rem; }
  .hero-hud { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 3rem; grid-template-columns: repeat(2,1fr); }
  .hero-hud div:nth-child(2), .hero-hud div:nth-child(4) { border-right: 0; }
  .hero-hud div:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .hero-hud div:last-child { grid-column: span 2; border-right: 0; }
  .hero-index { display: none; }
  .business-ledger { padding: 5.5rem 1rem; }
  .business-ledger-head { grid-template-columns: 1fr; gap: 1.2rem; }
  .business-ledger-head > p { margin-left: 0; }
  .business-ledger-grid { grid-template-columns: 1fr; }
  .business-ledger-grid article { min-height: 245px; }
  .work-section { padding: 6rem 1rem; }
  .section-heading { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 4rem; }
  .section-heading h2 { font-size: clamp(3.8rem,19vw,6rem); }
  .section-heading > p { margin-left: 0; }
  .project-grid { grid-template-columns: 1fr; gap: 4rem; }
  .mock { aspect-ratio: 1.12 / 1; }
  .services-section { padding: 6rem 1rem; }
  .services-intro { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 4rem; }
  .services-intro h2, .process-head h2 { font-size: clamp(3.7rem,18vw,6rem); }
  .services-note { margin-left: 0; }
  .service-list { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 330px; }
  .service-card > svg { margin: 3rem 0 1.8rem; }
  .about-section { padding: 6rem 1rem; grid-template-columns: 1fr; gap: 3rem; }
  .about-label { min-height: 90px; flex-direction: row; border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 1.2rem; }
  .about-lead { font-size: clamp(3.5rem,16vw,5.8rem); }
  .about-columns { grid-template-columns: 1fr; gap: 1.5rem; }
  .about-facts { grid-template-columns: repeat(2,1fr); }
  .about-facts div { min-height: 130px; }
  .process-section { padding: 6rem 1rem; }
  .process-head { display: block; margin-bottom: 4rem; }
  .process-head .section-number { margin-bottom: 2rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:nth-child(3) { min-height: 340px; border-left: 1px solid var(--line); }
  .contact-section { padding: 5rem 1rem; }
  .contact-top { gap: 2rem; line-height: 1.6; }
  .contact-main { grid-template-columns: 1fr; gap: 3rem; }
  .contact-main h2 { font-size: clamp(4.6rem,22vw,7rem); }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p { text-align: left; }
  footer > a:last-child { justify-self: start; }
}
@media (max-width: 1080px) {
  .site-header nav { gap: 1.35rem; }
  .contact-page-intro { grid-template-columns: .7fr 1.3fr; }
  .contact-page-intro > p { grid-column: 2; }
  .contact-page-layout { grid-template-columns: 1.1fr .9fr; }
  .project-brief-section { grid-template-columns: .78fr 1.22fr; gap: 3rem; }
  .form-row-three { grid-template-columns: 1fr; }
  .deliverables-grid { grid-template-columns: repeat(2,1fr); }
  .other-services-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .header-cta { display: none; }
  .menu-toggle { display: inline-flex !important; justify-self: end; width: 42px !important; height: 42px !important; border: 1px solid var(--line-strong) !important; border-radius: 0 !important; color: var(--paper) !important; }
  .menu-toggle svg { width: 18px; height: 18px; }
  .site-header nav { display: none; position: fixed; z-index: 120; left: 0; right: 0; top: 76px; padding: 1rem; background: rgba(8,10,9,.98); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
  .site-header nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .site-header nav a { min-height: 54px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
  .site-header nav .mobile-project-link { display: flex; margin-top: .8rem; padding: 0 1rem; border: 1px solid var(--signal); background: var(--signal); color: var(--ink); }
  .mobile-project-link svg { width: 15px; height: 15px; }

  .page-hero { min-height: auto; grid-template-columns: 1fr; align-items: end; gap: 3rem; padding: 9rem 1rem 4.5rem; }
  .page-grid, .service-hero-grid { inset: 76px 0 0; background-size: 2.7rem 2.7rem; }
  .page-hero-index { left: 1rem; top: 100px; }
  .page-hero h1, .service-detail-hero h1 { font-size: clamp(4.2rem,20vw,7rem); }
  .page-hero-copy > p { margin-top: 2rem; }
  .page-hero-contact::after { right: -42vw; top: 20%; width: 90vw; }
  .page-hero-actions { width: 100%; }
  .project-brief-hero::after { right: -30vw; top: 28%; width: 95vw; }
  .page-scroll-cue { width: 100%; }

  .contact-page-section, .contact-expectation-section, .project-brief-section, .service-overview-section, .service-deliverables-section, .service-process-section, .other-services-section { padding: 5.5rem 1rem; }
  .contact-page-intro { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3.5rem; }
  .contact-page-intro > p { grid-column: auto; }
  .contact-page-intro h2, .expectation-heading h2, .project-brief-aside h2, .service-section-heading h2, .service-overview-copy h2, .fit-column h2, .service-next-copy h2 { font-size: clamp(3.6rem,17vw,5.8rem); }
  .contact-page-layout { grid-template-columns: 1fr; }
  .contact-form-panel { padding: 1.2rem; border-right: 0; border-bottom: 1px solid rgba(8,10,9,.2); }
  .contact-info-lead { min-height: 320px; }
  .form-row, .form-row-three { grid-template-columns: 1fr; }
  .expectation-heading { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3.5rem; }
  .expectation-grid { grid-template-columns: 1fr; }
  .expectation-grid article { min-height: 280px; }

  .project-brief-section { grid-template-columns: 1fr; gap: 4rem; }
  .project-brief-aside { position: static; }
  .project-brief-form-panel { padding: 1.2rem; }
  .project-form-large { gap: 2.4rem; }
  .form-step { padding-bottom: 2.4rem; }

  .service-detail-hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding: 6.5rem 1rem 4.5rem; }
  .service-hero-top { grid-column: auto; }
  .service-hero-copy { margin-top: 2rem; }
  .service-detail-hero::after { right: -55vw; bottom: -25vw; width: 120vw; }
  .service-outcome-panel { min-height: 210px; margin-top: 1.5rem; }
  .service-overview-section { grid-template-columns: 1fr; gap: 3rem; }
  .service-overview-index { min-height: 90px; flex-direction: row; padding: 0 0 1rem; border-right: 0; border-bottom: 1px solid rgba(8,10,9,.2); }
  .service-section-heading { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3.5rem; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .deliverable-card { min-height: 315px; }
  .service-process-row { min-height: 250px; grid-template-columns: 1fr auto; align-content: center; gap: 1.2rem; }
  .service-process-row h3, .service-process-row p { grid-column: 1 / -1; }
  .service-process-row > svg { grid-column: 2; grid-row: 1; }
  .service-fit-section { grid-template-columns: 1fr; }
  .fit-column, .measure-column { padding: 5.5rem 1rem; }
  .fit-column { border-right: 0; border-bottom: 1px solid rgba(8,10,9,.2); }
  .fit-list { grid-template-columns: 1fr; }
  .service-next-section { grid-template-columns: 1fr; padding: 5.5rem 1rem; gap: 3rem; }
  .other-services-grid { grid-template-columns: 1fr; }
  .other-service-card { min-height: 190px; }
  .other-services-head { gap: 1rem; line-height: 1.5; }
  .status-actions { grid-template-columns: 1fr; }
  .status-page h1, .error-page h1 { font-size: clamp(4.3rem,20vw,7rem); }

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