:root {
  --ink: #111a21;
  --ink-2: #1a2730;
  --paper: #f2f0e9;
  --paper-2: #e4e1d7;
  --muted: #586168;
  --line: rgba(17, 26, 33, 0.2);
  --line-light: rgba(255, 255, 255, 0.18);
  --acid: #d5ff36;
  --white: #fff;
  --max: 1400px;
  --pad: clamp(22px, 4.2vw, 68px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.menu-open .site-header { color: var(--ink); border-color: rgba(17,26,33,.2); }
body.menu-open .brand-symbol { color: var(--acid); background: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; width: 100%; }
h1, h2, h3 { text-wrap: balance; }
p, li, dd { text-wrap: pretty; }
:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }
.site-header.scrolled :focus-visible, .scope :focus-visible, .projects :focus-visible, .contact :focus-visible, .site-footer :focus-visible, .legal-page :focus-visible { outline-color: var(--ink); }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; top: -70px; left: 20px; z-index: 1000; padding: 12px 18px; background: var(--acid); color: var(--ink); transition: top .2s; }
.skip-link:focus { top: 18px; }
.section-shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--pad); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
  padding-inline: var(--pad);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: height .25s, background .25s, color .25s, border-color .25s;
}
.site-header.scrolled { height: 64px; color: var(--ink); background: rgba(242,240,233,.94); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; position: relative; z-index: 102; }
.brand-symbol { display: grid; place-items: center; width: 38px; aspect-ratio: 1; color: var(--ink); background: var(--acid); font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.brand-name, .brand-role, .main-nav, .header-link { font: 700 11px/1.15 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .075em; text-transform: uppercase; }
.brand-role { padding-left: 12px; color: rgba(255,255,255,.48); border-left: 1px solid currentColor; }
.scrolled .brand-role { color: var(--muted); }
.main-nav { display: flex; justify-content: center; gap: clamp(24px,3.2vw,52px); }
.main-nav a { padding: 9px 0; opacity: .65; transition: opacity .2s; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; }
.header-link { justify-self: end; display: inline-flex; gap: 22px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 76px;
  color: var(--white);
  background-color: var(--ink);
  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: 48px 48px;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 44%, rgba(213,255,54,.08), transparent 31%), linear-gradient(105deg, rgba(17,26,33,.15), rgba(17,26,33,.85)); }
.hero-noise { position: absolute; inset: 0; opacity: .15; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
.hero-layout { position: relative; z-index: 1; min-height: calc(100svh - 180px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: clamp(50px,7vw,120px); padding-top: 58px; padding-bottom: 42px; }
.status { display: flex; align-items: center; gap: 10px; margin: 0 0 clamp(46px,7vh,80px); color: rgba(255,255,255,.72); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; text-transform: uppercase; }
.status span { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(213,255,54,.11); }
.hero-role, .overline { margin: 0 0 20px; font: 700 11px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; text-transform: uppercase; }
.hero-role { color: var(--acid); }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(54px,6.1vw,98px); line-height: .96; letter-spacing: -.065em; }
.hero h1 em { display: inline-block; padding-top: .06em; color: transparent; font-style: normal; line-height: 1.02; -webkit-text-stroke: 1.4px var(--acid); }
.hero-lead { max-width: 660px; margin: 36px 0 0; color: rgba(255,255,255,.74); font-size: clamp(16px,1.25vw,19px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 30px; padding: 0 20px; border: 1px solid var(--line-light); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .065em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-acid { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.button-line:hover { background: rgba(255,255,255,.08); }

.scheme-board { position: relative; margin: 0; padding: 24px; border: 1px solid rgba(255,255,255,.18); background: rgba(10,17,22,.56); backdrop-filter: blur(4px); }
.scheme-board::before, .scheme-board::after { content: ""; position: absolute; width: 18px; height: 18px; border-color: var(--acid); }
.scheme-board::before { left: -1px; top: -1px; border-left: 2px solid var(--acid); border-top: 2px solid var(--acid); }
.scheme-board::after { right: -1px; bottom: -1px; border-right: 2px solid var(--acid); border-bottom: 2px solid var(--acid); }
.scheme-board figcaption { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 16px; color: rgba(255,255,255,.68); border-bottom: 1px solid rgba(255,255,255,.14); font: 600 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }
.project-route { position: relative; margin: 0; padding: 0; list-style: none; }
.project-route::before { content: ""; position: absolute; left: 20px; top: 55px; bottom: 55px; width: 1px; background: var(--acid); transform-origin: top; animation: route-line 1.2s cubic-bezier(.4,0,.2,1) both .35s; }
.project-route li { position: relative; display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 18px; align-items: center; min-height: 100px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.route-number { position: relative; z-index: 1; display: grid; place-items: center; width: 42px; aspect-ratio: 1; color: var(--acid); background: var(--ink-2); border: 1px solid var(--acid); font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.project-route li:last-child .route-number { color: var(--ink); background: var(--acid); }
.project-route small { display: block; margin-bottom: 6px; color: rgba(255,255,255,.6); font: 600 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }
.project-route h2 { margin: 0; color: var(--white); font-size: clamp(18px,1.65vw,24px); line-height: 1.08; letter-spacing: -.025em; }
.project-route p { margin: 7px 0 0; color: rgba(255,255,255,.64); font-size: 13px; }
.project-route strong { max-width: 148px; color: rgba(255,255,255,.78); font: 700 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .045em; text-align: right; text-transform: uppercase; }
.scheme-summary { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; font: 700 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .065em; text-transform: uppercase; }
.scheme-summary span { color: rgba(255,255,255,.42); }.scheme-summary strong { color: var(--acid); text-align: right; }
@keyframes route-line { from { transform: scaleY(0); } to { transform: scaleY(1); } }

.fact-strip { position: relative; z-index: 2; display: grid; grid-template-columns: .7fr 1.25fr 1.15fr 1fr; padding-bottom: 24px; }
.fact-strip div { min-height: 72px; display: flex; flex-direction: column; justify-content: space-between; padding: 16px 18px 0 0; border-top: 1px solid rgba(255,255,255,.28); }
.fact-strip div + div { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.12); }
.fact-strip span { color: rgba(255,255,255,.62); font: 600 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }
.fact-strip strong { font-size: 13px; font-weight: 600; }

.approach { padding-top: clamp(110px,12vw,180px); padding-bottom: clamp(110px,12vw,180px); }
.overline { color: var(--muted); }
.statement { display: grid; grid-template-columns: .55fr 1.5fr .72fr; align-items: start; gap: clamp(28px,5vw,80px); }
.statement h2, .section-intro h2, .projects-title h2, .practice-heading h2, .contact h2 { margin: 0; font-size: clamp(42px,5.2vw,78px); line-height: 1; letter-spacing: -.055em; }
.statement > p:last-child { margin: 6px 0 0; color: var(--muted); font-size: 16px; }
.work-loop { counter-reset: loop; display: grid; grid-template-columns: repeat(4,1fr); margin: 100px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.work-loop li { counter-increment: loop; position: relative; min-height: 270px; padding: 42px 24px 28px 0; border-bottom: 1px solid var(--ink); }
.work-loop li + li { padding-left: 24px; border-left: 1px solid var(--line); }
.work-loop li::before { content: ""; position: absolute; top: -7px; left: -1px; width: 11px; height: 11px; background: var(--paper); border: 2px solid var(--ink); transform: rotate(45deg); }
.work-loop li::after { content: "0" counter(loop); position: absolute; right: 20px; top: 39px; color: #70777b; font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.work-loop span { display: block; color: var(--muted); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }
.work-loop strong { display: block; max-width: 220px; margin-top: 50px; font-size: 22px; line-height: 1.1; letter-spacing: -.03em; }
.work-loop p { margin: 18px 0 0; color: var(--muted); font-size: 14px; }

.scope { padding-block: clamp(100px,11vw,160px); background: var(--paper-2); }
.section-intro { display: grid; grid-template-columns: .55fr 1fr .72fr; gap: clamp(28px,5vw,80px); align-items: end; margin-bottom: 72px; }
.section-intro > p:last-child { margin: 0; color: var(--muted); }
.scope-table { border-top: 1px solid var(--ink); }
.scope-head, .scope-row { display: grid; grid-template-columns: 1.05fr 1.1fr .85fr; gap: 40px; }
.scope-head { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }
.scope-row { padding: 34px 0 38px; border-bottom: 1px solid var(--line); align-items: start; }
.scope-code { display: block; margin-bottom: 10px; color: #626a0c; font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; }
.scope-row h3 { margin: 0; max-width: 400px; font-size: clamp(23px,2.1vw,32px); line-height: 1.12; letter-spacing: -.035em; }
.scope-row p { margin: 2px 0 0; color: var(--muted); }
.scope-tools { display: flex; flex-wrap: wrap; gap: 6px; }
.scope-tools span { padding: 8px 10px; border: 1px solid var(--line); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .035em; text-transform: uppercase; }

.projects { padding-top: clamp(110px,12vw,180px); padding-bottom: clamp(110px,12vw,180px); }
.projects-title { display: grid; grid-template-columns: .55fr 1.72fr; gap: clamp(28px,5vw,80px); margin-bottom: 76px; }
.projects-title h2 { max-width: 900px; }
.case-sheet { border: 1px solid var(--ink); background: #ece9e0; }
.case-sheet + .case-sheet { margin-top: 18px; }
.case-header { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; padding: 26px 28px; border-bottom: 1px solid var(--ink); }
.case-header p { margin: 0 0 7px; color: var(--muted); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }
.case-header h3 { margin: 0; font-size: clamp(28px,3vw,46px); line-height: 1; letter-spacing: -.045em; }
.case-status { padding: 9px 11px; color: var(--ink); background: var(--acid); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .05em; text-transform: uppercase; }
.case-body { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 460px; }
.case-graphic { position: relative; display: grid; place-items: center; padding: 28px; color: var(--acid); background-color: var(--ink-2); 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: 34px 34px; overflow: hidden; }
.plant-lines { fill: none; stroke: rgba(255,255,255,.28); stroke-width: 1.5; }.plant-lines .plant-feed { stroke: var(--acid); stroke-width: 2.5; }.plant-lines circle { fill: var(--acid); stroke: none; }
.hazard-note { position: absolute; padding: 7px 9px; color: var(--ink); background: var(--acid); font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }.hazard-note-a { left: 28%; top: 31%; }.hazard-note-b { right: 16%; bottom: 22%; }
.case-data { margin: 0; padding: 12px 30px; }
.case-data div { padding: 22px 0; border-bottom: 1px solid var(--line); }.case-data div:last-child { border-bottom: 0; }
.case-data dt { margin-bottom: 8px; color: var(--muted); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .07em; }
.case-data dd { margin: 0; font-size: 15px; line-height: 1.55; }
.case-sheet-compact .case-body { min-height: 360px; grid-template-columns: .85fr 1.15fr; }
.distribution-diagram { display: flex; align-items: center; gap: 12px; padding: 38px; color: rgba(255,255,255,.82); background: var(--ink-2); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .045em; }
.distribution-diagram i { flex: 1; height: 2px; background: var(--acid); position: relative; }.distribution-diagram i::after { content: ""; position: absolute; right: 0; top: -4px; width: 8px; height: 8px; border: 1px solid var(--acid); transform: rotate(45deg); background: var(--ink-2); }

.practice { padding-block: clamp(110px,12vw,180px); background: var(--ink); color: var(--white); }
.practice-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,120px); }
.practice-heading { grid-row: 1 / span 2; align-self: start; position: sticky; top: 110px; }
.practice-heading .overline { color: var(--acid); }.practice-heading h2 { font-size: clamp(42px,4.5vw,68px); }
.job-card { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.46); }
.job-meta { display: flex; justify-content: space-between; gap: 25px; color: rgba(255,255,255,.68); font: 700 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .065em; text-transform: uppercase; }
.job-card h3 { margin: 38px 0 28px; font-size: clamp(30px,3.2vw,46px); line-height: 1.05; letter-spacing: -.04em; }
.job-card ul { margin: 0; padding: 0; list-style: none; }
.job-card li { position: relative; padding: 14px 0 14px 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.68); }.job-card li::before { content: "+"; position: absolute; left: 0; color: var(--acid); }
.qualification { border-top: 1px solid rgba(255,255,255,.46); }
.education-block { padding: 30px 0 42px; }.education-block > span, .qualification-row > span { color: var(--acid); font: 700 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .065em; text-transform: uppercase; }
.education-block h3 { margin: 20px 0 12px; font-size: 26px; line-height: 1.1; }.education-block p { max-width: 650px; margin: 0; color: rgba(255,255,255,.62); }
.qualification-row { display: grid; grid-template-columns: .45fr 1fr; gap: 30px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.12); }.qualification-row p { margin: 0; color: rgba(255,255,255,.7); }

.contact { position: relative; padding-block: clamp(100px,11vw,160px); background: var(--acid); overflow: hidden; }
.contact-line { position: absolute; width: 52vw; height: 52vw; right: -25vw; top: -27vw; border: 1px solid rgba(17,26,33,.18); border-radius: 50%; box-shadow: 0 0 0 52px rgba(17,26,33,.025),0 0 0 104px rgba(17,26,33,.025); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px,9vw,140px); align-items: end; }
.contact .overline { color: var(--ink); }.contact h2 { max-width: 780px; font-size: clamp(48px,6.5vw,96px); }
.contact-copy { max-width: 620px; margin: 32px 0 0; font-size: 17px; }
.contact-list { border-top: 1px solid var(--ink); }
.contact-list a { display: grid; grid-template-columns: .55fr 1fr auto; gap: 20px; align-items: center; min-height: 76px; border-bottom: 1px solid rgba(17,26,33,.35); transition: padding-left .2s, background .2s; }.contact-list a:hover { padding-left: 10px; background: rgba(255,255,255,.18); }
.contact-list span { font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .07em; }.contact-list strong { font-size: 16px; font-weight: 600; overflow-wrap: anywhere; }.contact-list i { font-size: 22px; font-style: normal; }
.site-footer { color: rgba(255,255,255,.45); background: #0a1116; }
.site-footer .section-shell { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font: 600 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; text-transform: uppercase; }.site-footer a { color: var(--acid); }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.legal-header a { font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.legal-main { padding-top: clamp(72px,9vw,130px); padding-bottom: clamp(90px,11vw,160px); }
.legal-main .overline { color: #6d750d; }
.legal-main h1 { max-width: 920px; margin: 0; font-size: clamp(46px,7vw,96px); line-height: .92; letter-spacing: -.06em; hyphens: manual; }
.legal-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(40px,8vw,120px); margin-top: 80px; padding-top: 28px; border-top: 1px solid var(--ink); }
.legal-aside { color: var(--muted); font: 700 10px/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .055em; text-transform: uppercase; }
.legal-content { max-width: 780px; }
.legal-content section { padding: 0 0 34px; border-bottom: 1px solid var(--line); }
.legal-content section + section { padding-top: 34px; }
.legal-content h2 { margin: 0 0 14px; font-size: 24px; letter-spacing: -.025em; }
.legal-content p { margin: 0; color: var(--muted); }
.legal-content p + p { margin-top: 12px; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }.main-nav,.header-link { display: none; }
  .menu-toggle { display: grid; position: relative; z-index: 102; width: 42px; height: 42px; place-content: center; gap: 7px; color: inherit; border: 1px solid currentColor; background: transparent; }.menu-toggle span:not(.sr-only) { display: block; width: 19px; height: 1px; background: currentColor; transition: transform .2s; }.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); }
  .mobile-menu { display: flex; position: fixed; inset: 0; z-index: 99; flex-direction: column; justify-content: center; padding: 88px var(--pad) 36px; color: var(--ink); background: var(--acid); transform: translateY(-100%); visibility: hidden; transition: transform .35s cubic-bezier(.7,0,.2,1),visibility 0s .35s; }.mobile-menu.open { transform: translateY(0); visibility: visible; transition: transform .35s cubic-bezier(.7,0,.2,1); }.mobile-menu a { padding: 12px 0; border-bottom: 1px solid rgba(17,26,33,.28); font-size: clamp(34px,7vw,60px); line-height: 1; letter-spacing: -.04em; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 120px; }.hero h1 { max-width: 900px; font-size: clamp(62px,10vw,100px); }.scheme-board { max-width: 760px; width: 100%; justify-self: end; }.fact-strip { grid-template-columns: repeat(2,1fr); }.fact-strip div:nth-child(3) { border-left: 0; }
  .statement { grid-template-columns: .45fr 1.55fr; }.statement > p:last-child { grid-column: 2; max-width: 580px; }
  .work-loop { grid-template-columns: repeat(2,1fr); }.work-loop li:nth-child(3) { border-left: 0; }
  .section-intro { grid-template-columns: .45fr 1.55fr; }.section-intro > p:last-child { grid-column: 2; }
  .scope-head,.scope-row { grid-template-columns: 1fr 1fr; }.scope-head span:last-child { display: none; }.scope-tools { grid-column: 2; }
  .case-body { grid-template-columns: 1fr; }.case-graphic { min-height: 450px; }.case-sheet-compact .case-body { grid-template-columns: 1fr; }.distribution-diagram { min-height: 190px; }
  .practice-grid { grid-template-columns: 1fr; }.practice-heading { grid-row: auto; position: static; max-width: 800px; }.contact-grid { grid-template-columns: 1fr; }
}

@media (min-width: 1051px) and (max-height: 780px) {
  .hero-layout { padding-top: 28px; padding-bottom: 20px; }
  .status { margin-bottom: 28px; }
  .hero h1 { font-size: clamp(50px,5.35vw,76px); }
  .hero-lead { margin-top: 24px; font-size: 16px; line-height: 1.5; }
  .hero-actions { margin-top: 24px; }
  .scheme-board { padding: 18px; }
}

@media (max-width: 700px) {
  :root { --pad: 20px; }
  .site-header { height: 66px; }.site-header.scrolled { height: 60px; }.brand-role { display: none; }.brand-symbol { width: 36px; }.brand-name { font-size: 10px; }
  .hero { padding-top: 66px; }.hero-layout { min-height: 0; padding-top: 74px; padding-bottom: 56px; gap: 60px; }.status { margin-bottom: 46px; }.hero h1 { font-size: clamp(48px,14.8vw,70px); line-height: 1; }.hero-lead { margin-top: 28px; font-size: 16px; }.hero-actions { display: grid; }.button { width: 100%; min-height: 52px; font-size: 11px; }.scheme-board { padding: 15px; }.scheme-board figcaption { font-size: 9px; line-height: 1.5; }.project-route li { grid-template-columns: 42px 1fr; gap: 14px; min-height: 124px; }.project-route h2 { font-size: 20px; }.project-route strong { grid-column: 2; max-width: none; margin-top: -8px; text-align: left; }.scheme-summary { display: grid; gap: 7px; }.scheme-summary strong { text-align: left; }
  .fact-strip { padding-inline: 0; grid-template-columns: 1fr; }.fact-strip div { min-height: 70px; padding: 14px 20px; border-top-color: rgba(255,255,255,.16); }.fact-strip div + div { padding-left: 20px; border-left: 0; }.fact-strip strong { font-size: 13px; }
  .approach { padding-block: 90px; }.statement,.section-intro,.projects-title { display: block; }.statement h2,.section-intro h2,.projects-title h2,.practice-heading h2,.contact h2 { font-size: clamp(36px,10.5vw,50px); line-height: 1.04; }.statement > p:last-child,.section-intro > p:last-child { margin-top: 28px; }
  .work-loop { grid-template-columns: 1fr; margin-top: 65px; }.work-loop li,.work-loop li + li { min-height: 225px; padding: 32px 0 26px; border-left: 0; }.work-loop li::after { top: 32px; right: 0; }.work-loop strong { margin-top: 40px; }.work-loop li:not(:first-child)::before { top: -7px; }
  .scope { padding-block: 86px; }.section-intro { margin-bottom: 50px; }.scope-head { display: none; }.scope-row { display: block; padding: 30px 0 34px; }.scope-row p { margin-top: 18px; font-size: 15px; }.scope-tools { margin-top: 22px; }
  .projects { padding-block: 92px; }.projects-title { margin-bottom: 48px; }.case-header { grid-template-columns: 1fr; padding: 22px 18px; }.case-status { justify-self: start; }.case-body { min-height: 0; }.case-graphic { min-height: 300px; padding: 15px; }.case-graphic svg { width: 140%; }.hazard-note-a { left: 20%; }.case-data { padding: 8px 18px 12px; }.case-data div { padding: 18px 0; }.case-data dd { font-size: 15px; }.distribution-diagram { min-height: 150px; padding: 28px 18px; gap: 7px; font-size: 9px; }
  .practice { padding-block: 90px; }.practice-grid { gap: 62px; }.job-meta { display: grid; gap: 9px; }.job-card h3 { margin-top: 28px; font-size: 31px; }.job-card li { font-size: 15px; }.education-block h3 { font-size: 23px; }.qualification-row { grid-template-columns: 1fr; gap: 10px; }.qualification-row p { font-size: 15px; }
  .contact { padding-block: 88px; }.contact-grid { gap: 62px; }.contact-copy { font-size: 16px; }.contact-list a { grid-template-columns: 1fr auto; gap: 7px 16px; padding-block: 16px; }.contact-list span { grid-column: 1 / -1; }.contact-list i { grid-column: 2; grid-row: 2; }
  .site-footer .section-shell { padding-block: 22px; flex-direction: column; align-items: flex-start; }
  .legal-header { min-height: 66px; }.legal-main { padding-top: 70px; }.legal-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 54px; }.legal-main h1 { font-size: clamp(44px,13vw,62px); }
}

@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; }
}

@media print {
  .site-header,.mobile-menu,.scheme-board,.hero-noise,.contact-line { display: none; }
  .hero { min-height: 0; padding-top: 40px; color: var(--ink); background: white; }.hero::before { display: none; }.hero-role,.status { color: var(--ink); }.hero-lead { color: var(--muted); }.hero h1 em { color: var(--ink); -webkit-text-stroke: 0; }.fact-strip { color: var(--ink); }.practice,.contact { color: var(--ink); background: white; }.reveal { opacity: 1; transform: none; }
}
