@font-face { font-family: "Inter"; src: url("/assets/fonts/Inter-Regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/Inter-Medium.woff2") format("woff2"); font-style: normal; font-weight: 500 700; font-display: swap; }

:root {
  --paper: #f7f5f1;
  --paper-deep: #ffffff;
  --ink: #1b1f25;
  --ink-soft: #4b535d;
  --steel: #4b535d;
  --line: #e4dfd5;
  --signal: #b08432;
  --gold-text: #8a6d1f;
  --signal-dark: #4b535d;
  --signal-on-night: #caa055;
  --night: #233140;
  --night-raised: #2b3a49;
  --night-copy: #f7f5f1;
  --max: 1600px;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --header-height: 68px;
  --sans: "Inter", Arial, sans-serif;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

html.dark {
  --paper: #1b1f25;
  --paper-deep: #233140;
  --ink: #f7f5f1;
  --ink-soft: #d5d8dc;
  --steel: #d5d8dc;
  --line: rgba(247, 245, 241, .2);
  color-scheme: dark;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--paper); color: var(--ink); color-scheme: light; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--signal-on-night); color: var(--night); }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-weight: 500; text-wrap: balance; }
h1 { margin-bottom: 1.6rem; font-size: clamp(2.8rem, 5.6vw, 5.2rem); line-height: 1; letter-spacing: -.045em; }
h2 { margin-bottom: 1.4rem; font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: 1.05; letter-spacing: -.04em; }
h3 { line-height: 1.08; letter-spacing: -.025em; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1.1rem; background: var(--signal); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-height); padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--night-copy); border-bottom: 1px solid rgba(255, 255, 255, .18); background: rgba(35, 49, 64, .98); }
.brand { display: inline-flex; align-items: baseline; gap: .75rem; line-height: 1; }
.site-header > .brand { justify-self: start; }
.brand-mark { font-size: 1.8rem; font-weight: 500; letter-spacing: -.09em; color: var(--signal-on-night); }
.brand-name { max-width: 8rem; color: rgba(255, 255, 255, .78); font-size: .75rem; font-weight: 500; letter-spacing: .04em; line-height: 1.2; }
.primary-nav { display: flex; justify-content: center; gap: clamp(1.2rem, 2.8vw, 3.2rem); font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav a { position: relative; padding: .55rem 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .3rem; height: 1px; background: var(--signal); transition: right .25s var(--ease); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.nav-contact { color: var(--signal-on-night); }
.utilities { justify-self: end; display: flex; align-items: center; gap: .9rem; }
.languages { display: flex; gap: .48rem; font-size: .58rem; font-weight: 700; }
.languages a { opacity: .45; }
.languages a[aria-current="true"] { color: white; opacity: 1; }
.theme-toggle { width: 31px; height: 31px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.theme-toggle:hover { border-color: var(--signal-on-night); color: var(--signal-on-night); }
.menu-toggle { display: none; }

.hero { min-height: calc(100svh - var(--header-height)); position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: var(--night); color: white; }
.hero-visual { position: absolute; z-index: -2; inset: 0; margin: 0; overflow: hidden; }
.hero-visual > picture { width: 100%; height: 100%; display: block; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35, 49, 64, .97) 0, rgba(35, 49, 64, .86) 38%, rgba(35, 49, 64, .18) 76%, rgba(35, 49, 64, .28) 100%), linear-gradient(0deg, rgba(27, 31, 37, .6), transparent 50%); }
.hero-visual > picture > img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.05); }
.hero-copy { width: min(760px, 64vw); padding: clamp(6rem, 12vh, 10rem) var(--gutter) clamp(4rem, 9vh, 7rem); position: relative; z-index: 3; }
.hero-since { margin-bottom: 2.4rem; font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero .lede { max-width: 610px; margin-bottom: 0; color: rgba(255, 255, 255, .86); font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero-edge { position: absolute; z-index: 3; right: var(--gutter); top: 2rem; font-size: .52rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.button { min-height: 48px; padding: .9rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 0; background: transparent; font-size: .6rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: background .2s, border-color .2s, color .2s; }
.button-primary { border-color: var(--night); background: var(--night); color: white; }
.hero .button-primary, .contact-callout .button-primary { border-color: white; background: white; color: var(--night); }
.button-primary:hover { border-color: var(--signal); background: var(--signal); color: var(--ink); }
.button-quiet { color: inherit; }
.hero .button-quiet { color: white; }
.button-quiet:hover { background: currentColor; color: var(--paper); }
.hero .button-quiet:hover { background: white; color: var(--night); }
.button-dark { border-color: var(--night); background: var(--night); color: white; }
.button[disabled] { cursor: not-allowed; opacity: .48; }

.proof { min-height: 100px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); color: var(--night-copy); background: var(--night); border-top: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.proof > div { min-width: 0; }
.proof > div { padding: 1.4rem var(--gutter); display: flex; align-items: center; justify-content: center; gap: 1.1rem; border-right: 1px solid rgba(255, 255, 255, .16); }
.proof > div:last-child { border-right: 0; }
.proof strong { font-size: clamp(1.25rem, 2.3vw, 2.25rem); font-weight: 300; letter-spacing: -.04em; white-space: nowrap; }
.proof span { max-width: 145px; color: rgba(255, 255, 255, .68); font-size: .6rem; font-weight: 700; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }

.section { max-width: var(--max); margin-inline: auto; padding: clamp(5rem, 8vw, 7.5rem) var(--gutter); }
.eyebrow { margin: 0 0 1.35rem; display: flex; align-items: center; gap: .7rem; color: var(--signal-dark); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 1.4rem; height: 2px; background: currentColor; }
.journey-grid > a > span,
.sector-list i,
.timeline strong { color: var(--signal-dark); }
.large-copy { max-width: 740px; color: var(--ink-soft); font-size: clamp(1.35rem, 2.2vw, 2.3rem); font-weight: 300; line-height: 1.35; letter-spacing: -.025em; }

.offer-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 6vw, 7rem); align-items: start; margin-bottom: 4rem; }
.offer-heading > div { display: grid; grid-template-columns: 1fr minmax(260px, .55fr); gap: 3rem; align-items: end; }
.offer-heading h2 { margin: 0; }
.offer-heading p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.65; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.offer-grid article { padding: 1.5rem 2rem 2.2rem 0; border-right: 1px solid var(--line); }
.offer-grid article + article { padding-left: 2rem; }
.offer-grid article:last-child { border-right: 0; }
.service-plate { height: 150px; margin: 0 0 1.8rem; overflow: hidden; border: 1px solid var(--line); background: var(--paper-deep); }
.service-plate img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.offer-grid h3 { margin-bottom: .8rem; font-size: clamp(1.35rem, 2vw, 2rem); }
.offer-grid p { max-width: 330px; margin-bottom: 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.65; }

.projects { max-width: none; color: var(--night-copy); background: var(--night); }
.projects-heading, .project-grid, .projects-note { max-width: calc(var(--max) - var(--gutter) * 2); margin-inline: auto; }
.projects-heading { margin-bottom: 2.5rem; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.projects-heading .eyebrow { color: var(--signal-on-night); }
.projects-heading h2 { max-width: 850px; margin: 0; }
.projects-heading > a { font-size: .55rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.project-card { min-width: 0; overflow: hidden; background: #2b3a49; transition: background .25s; }
.project-card[href]:hover, .project-card[href]:focus-visible { background: #334556; }
.project-visual, .archive-card-visual { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1.55 / 1; background: #2b3a49; }
.project-visual::after, .archive-card-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 48%); }
.project-visual img, .archive-card-visual img { height: 100%; object-fit: cover; filter: saturate(.58) contrast(1.08); transition: transform .65s var(--ease), filter .65s var(--ease); }
.technical-visual img:not(.case-transition-drawing) { object-fit: contain; padding: 4%; filter: none; background: #233140; }
.project-card:hover img, .archive-card:hover img { transform: scale(1.025); filter: saturate(.75) contrast(1.04); }
.project-copy { min-height: 132px; padding: 1.15rem; position: relative; }
.project-kicker { display: block; color: #aeb3af; font-size: .5rem; letter-spacing: .1em; text-transform: uppercase; }
.project-copy h3 { margin: .6rem 0 .45rem; font-size: clamp(1.35rem, 2vw, 1.9rem); }
.project-copy p { max-width: 330px; margin: 0; color: #d5d8dc; font-size: .78rem; line-height: 1.55; }
.text-link { position: absolute; right: 1rem; top: 1rem; color: white; font-size: .5rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link b { color: var(--signal); }
.projects-note { margin-top: 1rem; color: #90968f; font-size: .55rem; letter-spacing: .08em; }

.method-board { max-width: none; color: var(--night-copy); background: var(--night); }
.method-heading, .method-board > ol, .method-media { max-width: calc(var(--max) - var(--gutter) * 2); margin-inline: auto; }
.method-heading { display: grid; grid-template-columns: .35fr 1fr; gap: 3rem; align-items: start; }
.method-heading .eyebrow { color: white; }
.method-heading h2 { max-width: 900px; }
.method-heading p { max-width: 760px; color: #d5d8dc; font-size: 1rem; line-height: 1.7; }
.method-board > ol { margin-top: 3rem; margin-bottom: 2.5rem; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; border-top: 2px solid var(--signal-on-night); }
.method-board li { min-height: 165px; padding: 0 1.4rem 1.5rem 0; position: relative; }
.method-board li::before { content: ""; width: 20px; height: 20px; position: absolute; left: 0; top: -11px; border: 2px solid var(--signal-on-night); border-radius: 50%; background: var(--night); }
.method-board li > span { display: block; margin: 1.15rem 0 1.3rem; color: var(--signal-on-night); font-size: .75rem; }
.method-board li h3 { margin-bottom: .5rem; font-size: 1.05rem; text-transform: uppercase; }
.method-board li p { max-width: 220px; margin: 0; color: #d5d8dc; font-size: .78rem; line-height: 1.6; }
.method-media { min-height: 330px; border-top: 1px solid rgba(255, 255, 255, .22); border-bottom: 3px solid white; }
.method-media figure { position: relative; margin: 0; overflow: hidden; }
.method-media figure img { width: 100%; height: 100%; object-fit: cover; }
.plan-board { min-height: 330px; position: relative; overflow: hidden; background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px); background-size: 31px 31px; }
.plan-board::before, .plan-board::after, .plan-board > span { content: ""; position: absolute; display: block; border: 1px solid rgba(255, 255, 255, .55); }
.plan-board::before { inset: 14% 8% 18% 12%; }
.plan-board::after { left: 29%; top: 14%; width: 1px; height: 68%; border-color: var(--signal); }
.plan-board > span:nth-child(1) { left: 12%; right: 8%; top: 42%; height: 1px; }
.plan-board > span:nth-child(2) { left: 52%; top: 14%; width: 25%; height: 45%; }
.plan-board > span:nth-child(3) { left: 22%; top: 58%; width: 43%; height: 15%; }
.plan-board small { position: absolute; left: 1rem; bottom: .8rem; color: rgba(255, 255, 255, .65); font-size: .48rem; letter-spacing: .13em; }

.journey-heading { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
.journey-heading h2 { margin: 0; }
.journey-heading p { color: var(--steel); font-size: .55rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.journey-grid { border-top: 1px solid var(--line); }
.journey-grid > a { min-height: 118px; padding: 1.25rem 0; display: grid; grid-template-columns: 70px minmax(190px, .7fr) 1fr 40px; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line); transition: color .2s; }
.journey-grid > a:hover, .journey-grid > a:focus-visible { color: var(--signal); }
.journey-grid > a > span { color: var(--signal); font-size: .6rem; }
.journey-grid h3 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.85rem); }
.journey-grid p { max-width: 560px; margin: 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.55; }
.journey-grid i { font-size: 1.2rem; font-style: normal; }

.sector-index { padding-top: 1rem; }
.sector-index h2 { max-width: 760px; }
.sector-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.sector-list > span { min-height: 86px; display: flex; align-items: center; gap: 1.4rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(1.05rem, 1.7vw, 1.5rem); }
.sector-list > span:nth-child(3n) { border-right: 0; }
.sector-list i { color: var(--signal); font-size: .54rem; font-style: normal; }

.history { padding-top: 3rem; }
.history-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.history-year { font-size: clamp(5.5rem, 11vw, 11rem); font-weight: 200; letter-spacing: -.075em; line-height: .8; }
.history-intro h2 { max-width: 820px; }
.history-intro .large-copy { font-size: clamp(1.1rem, 1.8vw, 1.8rem); }
.timeline { margin: 5rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid var(--signal); }
.timeline li { min-height: 118px; padding: 1.1rem 1rem 1rem 0; position: relative; border-right: 1px solid var(--line); }
.timeline li::before { content: ""; width: 9px; height: 9px; position: absolute; left: 0; top: -5px; border: 1px solid var(--signal); border-radius: 50%; background: var(--paper); }
.timeline li:last-child { border-right: 0; }
.timeline strong { display: block; margin-bottom: 1.5rem; color: var(--signal); font-size: .58rem; }
.timeline span { max-width: 160px; display: block; color: var(--ink-soft); font-size: .66rem; line-height: 1.45; }
.history-source { display: block; max-width: 720px; margin-top: 1.5rem; color: var(--steel); font-size: .55rem; line-height: 1.55; }

.contact { scroll-margin-top: var(--header-height); }
.contact-callout { min-height: 170px; padding: 2.2rem var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: white; background: var(--night); }
.contact-callout p { max-width: 780px; margin: 0; font-size: clamp(1.7rem, 3.6vw, 3.7rem); font-weight: 300; line-height: 1.08; letter-spacing: -.04em; }
.contact-panel { max-width: var(--max); margin-inline: auto; padding: clamp(4rem, 7vw, 7rem) var(--gutter); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 9rem); }
.contact-intro h2 { max-width: 580px; }
.contact-intro > p { max-width: 430px; color: var(--ink-soft); }
.contact-intro small { display: block; margin-top: 3rem; color: var(--steel); font-size: .58rem; }
.contact-intro small span { color: var(--ink); font-size: .82rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 1rem; }
.contact-form label:not(.consent):not(.honeypot) > span { display: block; margin-bottom: .38rem; color: var(--steel); font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: .7rem 0; border: 0; border-bottom: 1px solid #4b535d; border-radius: 0; background: transparent; color: var(--ink); outline: 0; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--signal); box-shadow: 0 1px 0 var(--signal); }
.full-field { display: block; margin-top: 1.4rem; }
.consent { margin: 1.2rem 0; display: flex; align-items: flex-start; gap: .65rem; color: var(--ink-soft); font-size: .64rem; }
.consent input { width: auto; margin-top: .2rem; }
.form-status { margin: .6rem 0 1rem; color: var(--steel); font-size: .64rem; }
.honeypot { position: absolute; left: -9999px; }

.site-footer { min-height: 118px; padding: 2rem var(--gutter); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: center; border-top: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.site-footer .brand-name { color: var(--steel); }
.site-footer p { margin: 0; color: var(--ink-soft); font-size: .65rem; text-align: center; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 1.3rem; color: var(--steel); font-size: .58rem; }
.site-footer > div a { color: inherit; text-decoration: underline; text-underline-offset: .2em; }

/* Archive */
.archive-hero { padding-bottom: 4rem; border-bottom: 1px solid var(--line); }
.archive-hero h1 { max-width: 1050px; }
.archive-hero .large-copy { margin-top: 2.5rem; }
.archive-tools { padding-top: 2rem; padding-bottom: 3rem; }
.archive-search { display: grid; grid-template-columns: minmax(140px, .28fr) 1fr; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); }
.archive-search span, .archive-filter-group > span { color: var(--steel); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.archive-search input { min-height: 66px; border: 0; background: transparent; color: var(--ink); font-size: clamp(1.2rem, 2vw, 1.8rem); outline: 0; }
.archive-search input:focus { box-shadow: inset 0 -2px var(--signal); }
.archive-filter-group { margin-top: 1.3rem; }
.archive-filters { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .6rem; }
.archive-filters button { min-height: 44px; padding: .6rem .8rem; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.archive-filters button:hover, .archive-filters button.is-active { border-color: var(--signal); background: var(--signal); color: var(--ink); }
.archive-preview-note { color: var(--steel); font-size: .62rem; }
.archive-grid { padding-top: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.archive-card { min-height: 500px; display: grid; grid-template-rows: auto 1fr; background: var(--paper); overflow: hidden; }
.archive-card[href]:hover, .archive-card[href]:focus-visible { box-shadow: inset 0 0 0 2px var(--signal); }
.archive-card-visual { aspect-ratio: 1.55 / 1; }
.archive-card-copy { padding: 1.7rem; }
.archive-card-copy .eyebrow { margin-bottom: .8rem; }
.archive-card-copy h2 { font-size: clamp(2rem, 3vw, 3.5rem); }
.archive-card-copy p { max-width: 520px; color: var(--ink-soft); }
.archive-empty { max-width: var(--max); margin: -4rem auto 4rem; padding: 0 var(--gutter); color: var(--ink-soft); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.related-grid > * { min-height: 230px; padding: 1.4rem 2rem 2rem 0; border-right: 1px solid var(--line); display: block; color: inherit; text-decoration: none; }
.related-grid > * + * { padding-left: 2rem; }
.related-grid > *:last-child { border-right: 0; }
.related-grid > * > span { color: var(--signal); font-size: .54rem; letter-spacing: .08em; text-transform: uppercase; }
.related-grid > * h2 { margin-top: 3rem; font-size: 1.8rem; }
.related-grid > * p { color: var(--ink-soft); font-size: .74rem; }
.related-grid > a:hover, .related-grid > a:focus-visible { box-shadow: inset 0 0 0 2px var(--signal); }

/* Case */
.case-hero { min-height: calc(100svh - var(--header-height)); display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(340px, .7fr); color: white; background: var(--night); }
.case-visual { min-height: 620px; position: relative; margin: 0; overflow: hidden; }
.case-visual > picture, .case-visual > img { position: absolute; inset: 0; display: block; }
.case-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, rgba(0, 0, 0, .46)); }
.case-visual > picture > img, .case-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) sepia(.08) contrast(1.06); }
.case-title { padding: clamp(4rem, 9vw, 8rem) var(--gutter) 4rem; display: flex; flex-direction: column; justify-content: flex-end; border-left: 1px solid rgba(255, 255, 255, .18); }
.case-title .eyebrow { color: var(--signal-on-night); }
.case-title h1 { font-size: clamp(3.2rem, 6vw, 6rem); }
.case-title .lede { color: rgba(255, 255, 255, .72); font-size: 1rem; }
.case-index { margin-bottom: auto; color: rgba(255, 255, 255, .6); font-size: .52rem; letter-spacing: .13em; }
.case-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); }
.chapter-index { color: var(--signal); font-size: .58rem; }
.case-intro h2 { margin-top: 4rem; }
.case-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); background: var(--paper-deep); }
.case-facts span { min-height: 92px; padding: 1rem var(--gutter); display: grid; place-items: center start; border-right: 1px solid var(--line); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.case-decisions { max-width: none; padding-inline: 0; color: var(--night-copy); background: var(--night); }
.case-decisions > .eyebrow { max-width: calc(var(--max) - var(--gutter) * 2); margin-inline: auto; margin-bottom: 2.5rem; color: white; }
.decision-list { border-top: 1px solid rgba(255, 255, 255, .18); }
.decision-list article { min-height: 390px; padding: 3rem var(--gutter); display: grid; grid-template-columns: 48px minmax(280px, .8fr) 1.2fr; gap: clamp(2rem, 5vw, 6rem); align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.decision-list article:nth-child(even) { color: var(--ink); background: var(--paper); }
.decision-list article > span { align-self: start; color: var(--signal); font-size: .58rem; }
.decision-list article > span { color: var(--signal-on-night); }
.decision-list article:nth-child(even) > span { color: var(--signal-dark); }
.decision-list h2 { max-width: 570px; font-size: clamp(2rem, 3.7vw, 4.2rem); }
.decision-list p { max-width: 460px; color: #a9aea9; }
.decision-list article:nth-child(even) p { color: var(--ink-soft); }
.decision-diagram { height: 260px; margin: 0; position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .24); background: #f7f5f1; }
.decision-diagram > picture { display: block; width: 100%; height: 100%; }
.decision-diagram img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.04); }
.decision-diagram.technical-decision img { padding: 2%; object-fit: contain; filter: none; }
.decision-list article:nth-child(even) .decision-diagram { border-color: var(--line); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); }
.case-transition { min-height: clamp(520px, 68vw, 900px); position: relative; margin: 0; overflow: hidden; background: var(--night); }
.case-transition::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35, 49, 64, .72) 0, rgba(35, 49, 64, .18) 46%, transparent 72%); }
.case-transition-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.case-transition-drawing { position: absolute; z-index: 2; left: 2%; top: 8%; width: 58%; height: 84%; padding: 2%; object-fit: contain; opacity: .78; mix-blend-mode: multiply; filter: grayscale(1) contrast(1.35); -webkit-mask-image: linear-gradient(90deg, #000 0, #000 58%, transparent 100%); mask-image: linear-gradient(90deg, #000 0, #000 58%, transparent 100%); }
.case-result { max-width: none; display: grid; grid-template-columns: .2fr 1fr; color: white; background: var(--night); }
.case-result blockquote { max-width: 1100px; margin: 0; font-size: clamp(2rem, 4.6vw, 5rem); font-weight: 300; line-height: 1.04; letter-spacing: -.045em; }
.case-result .chapter-index { color: white; }
.case-credits { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; align-items: end; }
.case-credits h2 { font-size: clamp(2.2rem, 3.8vw, 3.8rem); }
.credits-list { margin: 2.5rem 0 0; border-top: 1px solid var(--line); }
.credits-list > div { min-height: 54px; display: grid; grid-template-columns: minmax(120px, .45fr) 1fr; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line); }
.credits-list dt { color: var(--steel); font-size: .54rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.credits-list dd { margin: 0; font-size: .92rem; }
.credit-status { display: flex; gap: 1rem; align-items: center; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.status-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #e3a52d; }
.credit-status p { margin: 0; color: var(--ink-soft); font-size: .7rem; }
.case-next { min-height: 140px; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--night); }
.case-next a { padding: 2rem; display: flex; justify-content: space-between; align-items: center; border-right: 1px solid rgba(255, 255, 255, .18); font-size: clamp(1.15rem, 2vw, 1.8rem); }
.case-next a:hover { background: var(--signal); color: var(--ink); }

.privacy-page { max-width: 1120px; }
.privacy-page > .large-copy { margin-top: 2.5rem; }
.privacy-sections { margin: 4rem 0 3rem; border-top: 1px solid var(--line); }
.privacy-sections section { display: grid; grid-template-columns: minmax(220px, .4fr) 1fr; gap: 3rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.privacy-sections h2 { font-size: 1.65rem; }
.privacy-sections p { max-width: 640px; margin: 0; color: var(--ink-soft); }
.privacy-request { margin: 0 0 3rem; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); background: var(--paper-2); }
.privacy-request > h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.privacy-request > p { max-width: 680px; margin: .8rem 0 2.5rem; color: var(--ink-soft); }
.privacy-request-form { max-width: 760px; }

.reveal-ready { opacity: 0; transform: translateY(14px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.reveal-ready.revealed { opacity: 1; transform: none; }

.primary-nav,
.languages,
.hero-since,
.hero-edge,
.proof span,
.projects-heading > a,
.project-kicker,
.text-link,
.journey-heading p,
.journey-grid > a > span,
.sector-list i,
.timeline strong,
.timeline span,
.site-footer p,
.site-footer > div,
.case-index,
.case-facts span,
.decision-list article > span,
.credits-list dt {
  font-size: .75rem;
}

.proof strong,
.history-year,
.timeline,
.case-index,
.chapter-index { font-variant-numeric: tabular-nums; }

@media (max-width: 1080px) {
  .brand-name { display: none; }
  .offer-heading { grid-template-columns: 1fr; }
  .offer-heading > div { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .method-board > ol { grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: visible; }
  .method-media { min-height: 0; }
  .method-media figure { min-height: 0; aspect-ratio: 2.8 / 1; }
  .method-media figure img { display: block; }
  .case-hero { grid-template-columns: 1.2fr .8fr; }
}

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto 1fr; }
  .menu-toggle { justify-self: center; width: 42px; height: 38px; display: flex; flex-direction: column; justify-content: center; gap: 4px; border: 0; background: none; color: white; cursor: pointer; }
  .menu-toggle span { width: 21px; height: 1px; margin-inline: auto; background: currentColor; }
  .menu-toggle b { position: absolute; clip: rect(0 0 0 0); }
  .primary-nav { position: fixed; left: 0; right: 0; top: var(--header-height); padding: 2rem var(--gutter); display: none; flex-direction: column; align-items: flex-start; background: var(--night); border-bottom: 1px solid rgba(255, 255, 255, .2); font-size: .85rem; }
  .primary-nav.is-open { display: flex; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-grid article, .offer-grid article + article { padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-plate { height: 220px; }
  .method-heading { grid-template-columns: 1fr; gap: 1rem; }
  .method-media figure { aspect-ratio: 2.4 / 1; }
  .journey-grid > a { grid-template-columns: 50px .7fr 1fr 30px; }
  .history-intro, .case-intro, .case-credits { grid-template-columns: 1fr; gap: 2rem; }
  .contact-panel { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .case-hero { grid-template-columns: 1fr; }
  .case-visual { min-height: 56svh; }
  .case-title { min-height: 420px; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .18); }
  .case-transition { min-height: 72svh; }
  .case-transition-drawing { left: -8%; top: 6%; width: 86%; }
  .decision-list article { grid-template-columns: 40px 1fr; }
  .decision-diagram { grid-column: 2; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid > * { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 650px) {
  :root { --header-height: 64px; }
  .preview-bar { font-size: .48rem; }
  .site-header { padding-inline: 1rem; }
  .brand-mark { font-size: 1.55rem; }
  .utilities { gap: .45rem; }
  .languages { gap: .35rem; }
  .theme-toggle { width: 28px; height: 28px; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero-visual > picture > img { object-position: center 34%; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(7, 8, 7, .96) 0, rgba(7, 8, 7, .7) 55%, rgba(7, 8, 7, .22) 100%); }
  .hero-copy { width: 100%; padding: 8rem var(--gutter) 3.2rem; }
  .hero-since { margin-bottom: 1.5rem; }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 4.65rem); }
  .hero .lede { font-size: .98rem; }
  .hero-edge { right: .9rem; top: 1.2rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 12rem; }
  .proof { grid-template-columns: 1fr; }
  .proof > div { min-height: 82px; padding-block: 1rem; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
  .proof > div:last-child { border-bottom: 0; }
  .offer-heading > div { grid-template-columns: 1fr; gap: 1rem; }
  .project-grid { grid-template-columns: 1fr; }
  .project-visual { aspect-ratio: 4 / 3; }
  .method-board > ol { margin: 2.5rem 0 2.5rem .65rem; padding: 0 0 0 1.7rem; display: grid; grid-template-columns: 1fr; overflow: visible; border-top: 0; border-left: 2px solid var(--signal); }
  .method-board li { min-height: 112px; padding: 0 0 1.8rem .15rem; }
  .method-board li::before { left: -2.43rem; top: 0; }
  .method-board li > span { margin: 0 0 .35rem; }
  .method-board li p { max-width: 280px; }
  .method-media { margin-inline: calc(var(--gutter) * -1); }
  .method-media figure { aspect-ratio: 2.2 / 1; }
  .plan-board { min-height: 300px; }
  .journey-heading { grid-template-columns: 1fr; gap: .6rem; }
  .journey-grid > a { min-height: 145px; grid-template-columns: 38px 1fr 26px; gap: .65rem; }
  .journey-grid p { grid-column: 2 / -1; }
  .sector-list { grid-template-columns: 1fr; }
  .sector-list > span { border-right: 0; }
  .history-year { font-size: 30vw; }
  .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--signal); }
  .timeline li { min-height: 86px; padding: 0 0 1.2rem 1.2rem; border-right: 0; }
  .timeline li::before { left: -5px; top: 0; }
  .timeline strong { margin-bottom: .5rem; }
  .contact-callout { min-height: 250px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .form-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer .brand { justify-content: center; }
  .site-footer > div { justify-content: center; flex-wrap: wrap; }
  .archive-search { grid-template-columns: 1fr; gap: 0; padding-top: 1rem; }
  .privacy-sections section { grid-template-columns: 1fr; gap: 1rem; }
  .case-title { min-height: 390px; }
  .case-title h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  .case-facts { grid-template-columns: 1fr 1fr; }
  .case-facts span { min-height: 76px; padding-inline: 1rem; }
  .decision-list article { min-height: 520px; padding: 2rem 1.2rem; grid-template-columns: 32px 1fr; gap: 1rem; }
  .decision-diagram { height: 190px; }
  .case-result { grid-template-columns: 1fr; gap: 1rem; }
  .case-next { grid-template-columns: 1fr; padding: 0; }
  .case-next a { border-bottom: 1px solid rgba(255, 255, 255, .18); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .001ms !important; transition-delay: 0ms !important; }
  .reveal-ready { opacity: 1; transform: none; }
}

@media (hover: none) {
  .project-card:hover img, .archive-card:hover img { transform: none; }
}

@media print {
  .site-header, .preview-bar, .contact, .site-footer { display: none; }
  body, .projects, .method-board, .case-decisions, .case-next { background: white; color: black; }
}
