@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/instrument-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --void: #050607;
  --black: #090b0c;
  --panel: #0e1113;
  --lifted: #15191b;
  --line: #282e30;
  --line-strong: #3b4446;
  --text: #f1f5f2;
  --muted: #919b96;
  --dim: #626b67;
  --signal: #67f4c4;
  --signal-dark: #0d3b2d;
  --ice: #75a9ff;
  --amber: #ffb75e;
  --danger: #ff6259;
  --content: 1360px;
  font-family: "Instrument Sans", "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--void); color: var(--text); font-size: 16px; line-height: 1.55; }
body, button, a { letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-160%); border: 1px solid var(--signal); background: var(--void); color: var(--signal); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(var(--content), calc(100% - 72px)); margin: 0 auto; }

.site-header { position: absolute; z-index: 20; top: 0; left: 50%; display: grid; width: min(var(--content), calc(100% - 72px)); min-height: 82px; transform: translateX(-50%); grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand-lockup { display: inline-flex; width: fit-content; align-items: center; gap: 11px; }
.brand-symbol { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border: 1px solid var(--signal); border-radius: 3px; background: rgba(5,6,7,.72); color: var(--signal); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 19px; font-weight: 700; line-height: 1; box-shadow: inset 0 0 0 4px rgba(103,244,196,.05); }
.brand-lockup > span:last-child { display: grid; gap: 1px; }
.brand-lockup strong { font-size: 18px; line-height: 1.1; }
.brand-lockup small { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; line-height: 1.2; }
.primary-nav { display: flex; justify-content: center; gap: 30px; font-size: 13px; }
.primary-nav a, .language-link { position: relative; padding: 9px 0; color: rgba(255,255,255,.72); }
.primary-nav a::after, .language-link::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; transform: scaleX(0); transform-origin: left; background: var(--signal); content: ""; transition: transform 180ms ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .language-link:hover::after, .language-link:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 650; }
.nav-cta { display: inline-flex; min-height: 40px; align-items: center; padding: 0 16px; border: 1px solid var(--signal); border-radius: 3px; background: rgba(5,6,7,.68); color: var(--signal); transition: background 180ms ease, color 180ms ease; }
.nav-cta:hover { background: var(--signal); color: var(--void); }

.hero { position: relative; display: grid; width: 100%; height: 84svh; min-height: 680px; max-height: 820px; overflow: hidden; align-items: end; background: var(--void); }
.hero-gallery, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-gallery { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; background: var(--void); }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.06); }
.hero-gallery img:nth-child(1), .hero-gallery img:nth-child(4) { object-position: 52% 30%; }
.hero-scrim { background: rgba(5,6,7,.66); }
.hero-copy { position: relative; z-index: 2; width: min(var(--content), calc(100% - 72px)); margin: 0 auto; padding: 150px 0 170px; }
.hero-kicker, .section-index, .case-item span, .feature-ledger span, .workflow-list > li > span { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.hero-kicker { display: flex; align-items: center; gap: 9px; color: var(--signal); }
.hero-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 16px rgba(103,244,196,.75); }
.hero h1 { max-width: 900px; margin-top: 24px; font-size: 78px; font-weight: 680; line-height: .98; }
.hero-promise { max-width: 900px; margin-top: 22px; font-size: 30px; font-weight: 620; line-height: 1.24; }
.hero-summary { max-width: 700px; margin-top: 20px; color: rgba(241,245,242,.75); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; border-radius: 3px; font-weight: 700; line-height: 1.2; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--signal); background: var(--signal); color: #04100c; }
.button-primary:hover { background: #91ffda; }
.button-secondary { border-color: rgba(255,255,255,.45); background: rgba(5,6,7,.62); color: var(--text); }
.button-secondary:hover { border-color: var(--text); background: var(--text); color: var(--void); }
.hero-readout { position: absolute; z-index: 3; right: 36px; bottom: 26px; left: 36px; display: grid; max-width: var(--content); margin: auto; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); background: rgba(5,6,7,.72); grid-template-columns: repeat(4, 1fr); }
.hero-readout div { min-width: 0; padding: 13px 17px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-readout div:last-child { border-right: 0; }
.hero-readout dt { color: var(--dim); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; }
.hero-readout dd { margin-top: 3px; overflow: hidden; color: var(--text); font-size: 12px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }

.case-section, .studio-section, .workflow-section, .security-section { padding: 116px 0; }
.case-section { background: var(--void); }
.section-heading { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr); align-items: end; gap: 64px; }
.section-index { color: var(--signal); }
.section-heading h2, .workflow-layout h2, .security-layout h2, .download-copy h2 { margin-top: 14px; font-size: 50px; font-weight: 660; line-height: 1.06; }
.section-heading > p, .workflow-layout header > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.72; }
.case-filter { display: flex; width: fit-content; margin-top: 44px; border: 1px solid var(--line); border-radius: 3px; background: var(--black); }
.case-filter button { min-width: 78px; height: 36px; padding: 0 13px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; }
.case-filter button:last-child { border-right: 0; }
.case-filter button:hover { color: var(--text); }
.case-filter button.active { background: var(--text); color: var(--void); }
.case-grid { display: grid; margin-top: 30px; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 42px 20px; }
.case-item { min-width: 0; grid-column: span 3; }
.case-item.case-wide { grid-column: span 6; }
.case-item[hidden] { display: none; }
.case-item figure { position: relative; width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 3px; background: var(--panel); }
.case-item:not(.case-tall):not(.case-wide) figure { aspect-ratio: 1; }
.case-item.case-tall figure { aspect-ratio: 4 / 5; }
.case-item.case-wide figure { aspect-ratio: 5 / 4; }
.case-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms cubic-bezier(.2,.7,.2,1), filter 180ms ease; }
.case-item:hover img { transform: scale(1.018); filter: saturate(1.08); }
.case-item figure[role="button"] { cursor: zoom-in; }
.case-item > div { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 4px 14px; padding-top: 13px; }
.case-item span { grid-row: 1 / 3; padding-top: 4px; color: var(--signal); font-size: 8px; }
.case-item h3 { font-size: 16px; font-weight: 650; line-height: 1.25; }
.case-item p { color: var(--muted); font-size: 12px; line-height: 1.5; }

.studio-section { background: var(--black); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split-heading { align-items: start; }
.studio-figure { margin-top: 60px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 4px; background: var(--panel); box-shadow: 0 32px 90px rgba(0,0,0,.36); }
.studio-figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top center; }
.studio-figure figcaption { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 20px; padding: 0 16px; border-top: 1px solid var(--line); color: var(--dim); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; }
.studio-figure figcaption span:first-child { color: var(--signal); }
.feature-ledger { display: grid; margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); }
.feature-ledger article { min-width: 0; min-height: 235px; padding: 28px 28px 32px; border-right: 1px solid var(--line); }
.feature-ledger article:first-child { padding-left: 0; }
.feature-ledger article:last-child { padding-right: 0; border-right: 0; }
.feature-ledger span { color: var(--signal); font-size: 9px; }
.feature-ledger h3 { margin-top: 22px; font-size: 22px; font-weight: 630; }
.feature-ledger p { margin-top: 13px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.workflow-section { background: #0b0e10; }
.workflow-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1.3fr); align-items: start; gap: 100px; }
.workflow-layout header { position: sticky; top: 32px; }
.workflow-layout header > p:last-child { margin-top: 24px; }
.workflow-list { border-top: 1px solid var(--line); list-style: none; }
.workflow-list li { display: grid; min-height: 142px; padding: 24px 0; border-bottom: 1px solid var(--line); grid-template-columns: 78px minmax(0, 1fr) 36px; align-items: start; gap: 20px; }
.workflow-list > li > span { padding-top: 5px; color: var(--signal); font-size: 9px; }
.workflow-list h3 { font-size: 19px; font-weight: 630; }
.workflow-list p { max-width: 560px; margin-top: 9px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.workflow-list code { color: var(--dim); font-size: 12px; text-align: right; }

.security-section { background: #101413; }
.security-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(520px, 1.2fr); gap: 100px; }
.security-layout dl { border-top: 1px solid var(--line-strong); }
.security-layout dl div { display: grid; min-height: 64px; align-items: center; border-bottom: 1px solid var(--line); grid-template-columns: 140px minmax(0, 1fr); gap: 20px; }
.security-layout dt { color: var(--amber); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; }
.security-layout dd { color: var(--muted); font-size: 14px; }

.download-section { position: relative; display: grid; min-height: 700px; overflow: hidden; align-items: center; }
.download-media, .download-scrim { position: absolute; inset: 0; }
.download-media img { width: 100%; height: 100%; object-fit: cover; }
.download-scrim { background: rgba(5,6,7,.78); }
.download-copy { position: relative; z-index: 2; }
.download-copy h2 { max-width: 850px; font-size: 64px; }
.download-copy > p:not(.section-index) { max-width: 610px; margin-top: 24px; color: rgba(241,245,242,.72); font-size: 17px; }
.download-copy > small { display: block; max-width: 660px; margin-top: 18px; color: rgba(241,245,242,.52); font-size: 11px; }

.site-footer { width: min(var(--content), calc(100% - 72px)); margin: 0 auto; padding: 48px 0 24px; }
.footer-main { display: grid; min-height: 120px; grid-template-columns: auto 1fr auto; align-items: start; gap: 60px; }
.footer-main p { max-width: 480px; color: var(--muted); font-size: 14px; }
.footer-main nav { display: flex; gap: 24px; color: var(--muted); font-size: 13px; }
.footer-main nav a:hover { color: var(--signal); }
.footer-meta { display: flex; min-height: 44px; align-items: end; justify-content: space-between; border-top: 1px solid var(--line); color: var(--dim); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; }

/* Reading pages use the same technical ledger language as the product site, at document scale. */
.content-page { min-height: 100svh; background: var(--black); }
.content-page .site-header { position: relative; }
.content-main { width: min(920px, calc(100% - 72px)); margin: 0 auto; padding: 86px 0 124px; }
.content-header { padding-bottom: 42px; border-bottom: 1px solid var(--line-strong); }
.content-header .section-index { margin-bottom: 17px; }
.content-header h1 { max-width: 780px; font-size: 52px; font-weight: 660; line-height: 1.06; }
.content-header > p:not(.section-index), .content-lede { max-width: 720px; margin-top: 22px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.content-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 25px; color: var(--dim); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; text-transform: uppercase; }
.content-layout { display: grid; margin-top: 54px; grid-template-columns: 160px minmax(0, 700px); align-items: start; gap: 56px; }
.content-nav { display: grid; border-top: 1px solid var(--line-strong); }
.content-layout > .content-nav { position: sticky; top: 30px; }
.content-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.content-nav a:hover { color: var(--signal); }
.content-header .content-nav { position: static; display: flex; flex-wrap: wrap; gap: 0 22px; margin-top: 29px; border-top-color: var(--line); }
.content-article { width: min(100%, 720px); margin: 54px auto 0; }
.content-layout .content-article { margin-top: 0; }
.content-body { color: #d9dfdc; }
.content-body > :first-child { margin-top: 0; }
.content-body h2 { margin: 56px 0 18px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--text); font-size: 28px; font-weight: 650; line-height: 1.2; }
.content-body h3 { margin: 34px 0 12px; color: var(--text); font-size: 19px; font-weight: 640; line-height: 1.3; }
.content-body p, .content-body li { font-size: 15px; line-height: 1.82; }
.content-body p + p { margin-top: 16px; }
.content-body ul, .content-body ol { display: grid; gap: 9px; margin: 16px 0 22px; padding-left: 22px; }
.content-body a:not(.button) { color: var(--signal); text-decoration: underline; text-decoration-color: rgba(103,244,196,.4); text-underline-offset: 3px; }
.content-body code { padding: 2px 5px; border: 1px solid var(--line); border-radius: 2px; background: var(--panel); color: var(--signal); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .86em; overflow-wrap: anywhere; }
.content-body pre { margin: 20px 0; padding: 18px; overflow-x: auto; border: 1px solid var(--line); background: var(--void); color: #d9dfdc; font-size: 13px; line-height: 1.65; }
.content-body pre code { padding: 0; border: 0; background: transparent; color: inherit; }
.content-body blockquote, .content-callout { margin: 24px 0; padding: 4px 0 4px 20px; border-left: 2px solid var(--signal); color: var(--muted); }
.content-callout { display: grid; gap: 4px; }
.content-callout strong { color: var(--text); font-size: 14px; }
.content-callout span { font-size: 13px; line-height: 1.65; }
.content-step { color: var(--signal); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px !important; font-weight: 700; text-transform: uppercase; }
.content-body figure { margin: 30px 0 38px; }
.content-body figure img { width: 100%; height: auto; border: 1px solid var(--line-strong); border-radius: 3px; background: var(--panel); }
.content-body figcaption { margin-top: 9px; color: var(--dim); font-size: 11px; line-height: 1.55; }
.content-ledger { display: grid; margin: 25px 0; border-top: 1px solid var(--line-strong); }
.content-ledger div { display: grid; padding: 11px 0; border-bottom: 1px solid var(--line); grid-template-columns: 110px minmax(0, 1fr); gap: 18px; }
.content-ledger dt { color: var(--signal); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; }
.content-ledger dd { color: var(--muted); font-size: 13px; line-height: 1.65; }
.content-table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: 13px; }
.content-table th, .content-table td { padding: 11px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.content-table th { color: var(--signal); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; }

.case-study-list { display: grid; margin-top: 54px; border-top: 1px solid var(--line-strong); }
.case-study { display: grid; padding: 34px 0; border-bottom: 1px solid var(--line); grid-template-columns: minmax(240px, .85fr) minmax(280px, 1.15fr); align-items: start; gap: 38px; }
.case-study-media { overflow: hidden; border: 1px solid var(--line); border-radius: 3px; background: var(--panel); aspect-ratio: 4 / 3; }
.case-study .case-study-media { margin: 0; }
.case-study .case-study-media img { width: 100%; height: 100%; object-fit: cover; }
.case-study-copy > .section-index { margin-bottom: 13px; }
.case-study-copy h2 { margin: 0; padding: 0; border: 0; font-size: 24px; font-weight: 650; line-height: 1.2; }
.case-study-copy p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.case-study-copy dl { display: grid; margin-top: 21px; border-top: 1px solid var(--line); }
.case-study-copy dl div { display: grid; padding: 9px 0; border-bottom: 1px solid var(--line); grid-template-columns: 90px 1fr; gap: 14px; }
.case-study-copy dt { color: var(--dim); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; }
.case-study-copy dd { color: #d9dfdc; font-size: 12px; }

[data-ad-unit] { display: none; }
[data-ad-unit].is-ad-ready { display: block; width: min(var(--content), calc(100% - 72px)); max-width: 100%; min-height: 112px; margin: 0 auto; padding: 14px 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--black); }
[data-ad-unit].is-ad-ready::before { display: block; margin-bottom: 8px; color: var(--dim); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; content: "ADVERTISEMENT"; }
.consent-banner { position: fixed; z-index: 95; right: 0; bottom: 0; left: 0; display: grid; min-height: 116px; padding: 24px max(36px, calc((100% - var(--content)) / 2)); border-top: 1px solid var(--line-strong); background: rgba(9,11,12,.98); box-shadow: 0 -18px 55px rgba(0,0,0,.36); grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; }
.consent-banner[hidden] { display: none; }
.consent-copy { max-width: 760px; }
.consent-copy strong { font-size: 16px; font-weight: 650; }
.consent-copy p { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.consent-copy a { display: inline-block; margin-top: 5px; color: var(--signal); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.consent-actions { display: flex; gap: 9px; }
.consent-actions .button { min-width: 116px; min-height: 42px; padding: 0 15px; cursor: pointer; }
.footer-main nav button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; }
.footer-main nav button:hover { color: var(--signal); }

body.lightbox-open { overflow: hidden; }
.case-lightbox { position: fixed; inset: 0; z-index: 90; display: grid; padding: 28px 78px; background: rgba(5,6,7,.94); backdrop-filter: blur(8px); grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 22px; }
.case-lightbox[hidden] { display: none; }
.case-lightbox figure { display: grid; max-width: 1280px; max-height: calc(100svh - 56px); min-height: 0; margin: 0 auto; grid-template-rows: minmax(0, 1fr) auto; }
.case-lightbox figure img { width: 100%; max-height: calc(100svh - 150px); object-fit: contain; }
.case-lightbox figcaption { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 2px 16px; padding-top: 14px; }
.case-lightbox figcaption span { grid-row: 1 / 3; padding-top: 4px; color: var(--signal); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; }
.case-lightbox figcaption h3 { font-size: 16px; }
.case-lightbox figcaption p { color: var(--muted); font-size: 12px; }
.case-lightbox button { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid var(--line-strong); border-radius: 3px; background: var(--panel); color: var(--text); cursor: pointer; font-size: 20px; }
.case-lightbox button:hover { border-color: var(--signal); color: var(--signal); }
.case-lightbox .lightbox-close { position: absolute; top: 22px; right: 22px; }

body:not(.is-ready) .hero-copy { transform: translateY(18px); opacity: 0; }
.hero-copy { transition: transform 600ms cubic-bezier(.2,.7,.2,1), opacity 600ms ease; }

@media (max-width: 1080px) {
  .site-header, .section-shell, .hero-copy, .site-footer { width: min(100% - 40px, var(--content)); }
  .content-main { width: min(100% - 40px, 920px); }
  .hero-readout { right: 20px; left: 20px; }
  .primary-nav { display: none; }
  .site-header { grid-template-columns: auto 1fr; }
  .header-actions { justify-self: end; }
  .hero-gallery { grid-template-columns: repeat(3, 1fr); }
  .hero-gallery img:nth-child(4), .hero-gallery img:nth-child(5) { display: none; }
  .case-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .case-item { grid-column: span 3; }
  .case-item.case-wide { grid-column: span 3; }
  .case-item.case-wide figure { aspect-ratio: 4 / 5; }
  .section-heading { gap: 40px; }
  .feature-ledger { grid-template-columns: repeat(2, 1fr); }
  .feature-ledger article:nth-child(2) { border-right: 0; }
  .feature-ledger article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .feature-ledger article:nth-child(3) { padding-left: 0; }
  .workflow-layout, .security-layout { gap: 52px; }
  [data-ad-unit].is-ad-ready { width: min(100% - 40px, var(--content)); }
}

@media (max-width: 760px) {
  .site-header, .section-shell, .hero-copy, .site-footer { width: calc(100% - 28px); }
  .content-main { width: calc(100% - 28px); padding: 54px 0 82px; }
  .site-header { min-height: 68px; }
  .brand-symbol { width: 34px; height: 34px; flex-basis: 34px; font-size: 16px; }
  .brand-lockup strong { font-size: 15px; }
  .brand-lockup small { display: none; }
  .header-actions { gap: 12px; }
  .language-link { font-size: 11px; }
  .nav-cta { min-height: 36px; padding: 0 11px; font-size: 11px; }
  .hero { height: 84svh; min-height: 650px; }
  .hero-gallery { grid-template-columns: repeat(2, 1fr); }
  .hero-gallery img:nth-child(3) { display: none; }
  .hero-scrim { background: rgba(5,6,7,.69); }
  .hero-copy { padding: 120px 0 150px; }
  .hero h1 { margin-top: 18px; font-size: 48px; }
  .hero-promise { margin-top: 17px; font-size: 23px; }
  .hero-summary { margin-top: 16px; font-size: 14px; line-height: 1.62; }
  .hero-actions { display: grid; width: 100%; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 46px; padding: 0 14px; }
  .hero-readout { right: 14px; bottom: 14px; left: 14px; grid-template-columns: 1fr 1fr; }
  .hero-readout div { padding: 9px 10px; }
  .hero-readout div:nth-child(2) { border-right: 0; }
  .hero-readout div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .case-section, .studio-section, .workflow-section, .security-section { padding: 78px 0; }
  .section-heading, .workflow-layout, .security-layout { grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2, .workflow-layout h2, .security-layout h2, .download-copy h2 { font-size: 36px; }
  .section-heading > p, .workflow-layout header > p:last-child { font-size: 14px; }
  .case-filter { width: 100%; overflow-x: auto; }
  .case-filter button { flex: 1; min-width: 70px; padding: 0 8px; }
  .case-grid { grid-template-columns: 1fr 1fr; gap: 28px 10px; }
  .case-item, .case-item.case-wide { grid-column: span 1; }
  .case-item figure, .case-item.case-wide figure { aspect-ratio: 4 / 5; }
  .case-item > div { grid-template-columns: 1fr; gap: 4px; padding-top: 9px; }
  .case-item span { grid-row: auto; }
  .case-item h3 { font-size: 14px; }
  .case-item p { font-size: 11px; }
  .studio-figure { margin-top: 36px; }
  .studio-figure img { aspect-ratio: 4 / 3; }
  .studio-figure figcaption { align-items: flex-start; min-height: 58px; flex-direction: column; justify-content: center; gap: 3px; }
  .feature-ledger { margin-top: 48px; grid-template-columns: 1fr; }
  .feature-ledger article, .feature-ledger article:first-child, .feature-ledger article:nth-child(3) { min-height: auto; padding: 24px 0; border-right: 0; border-top: 1px solid var(--line); }
  .feature-ledger article:first-child { border-top: 0; }
  .workflow-layout header { position: static; }
  .workflow-list li { min-height: 132px; grid-template-columns: 54px minmax(0, 1fr) 24px; gap: 10px; }
  .workflow-list h3 { font-size: 16px; }
  .workflow-list p { font-size: 12px; }
  .security-layout dl div { min-height: 76px; grid-template-columns: 88px minmax(0, 1fr); }
  .security-layout dd { font-size: 12px; }
  .download-section { min-height: 670px; }
  .download-copy > p:not(.section-index) { font-size: 14px; }
  .content-header { padding-bottom: 30px; }
  .content-header h1 { font-size: 36px; }
  .content-header > p:not(.section-index), .content-lede { font-size: 15px; }
  .content-layout { margin-top: 38px; grid-template-columns: 1fr; gap: 34px; }
  .content-nav { position: static; }
  .content-article { margin-top: 38px; }
  .content-layout .content-article { margin-top: 0; }
  .content-body h2 { margin-top: 42px; font-size: 24px; }
  .content-body h3 { font-size: 18px; }
  .content-body p, .content-body li { font-size: 14px; }
  .content-table { display: block; overflow-x: auto; white-space: nowrap; }
  .case-study-list { margin-top: 38px; }
  .case-study { padding: 26px 0; grid-template-columns: 1fr; gap: 22px; }
  .case-study-copy h2 { font-size: 21px; }
  [data-ad-unit].is-ad-ready { width: calc(100% - 28px); min-height: 96px; }
  .consent-banner { min-height: 0; padding: 18px 14px; grid-template-columns: 1fr; gap: 15px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions .button { min-width: 0; }
  .footer-main { min-height: 190px; grid-template-columns: 1fr; gap: 22px; }
  .footer-main nav { flex-wrap: wrap; }
  .footer-meta { min-height: 70px; align-items: flex-start; padding-top: 15px; flex-direction: column; justify-content: flex-start; gap: 8px; }
  .case-lightbox { padding: 64px 14px 18px; grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 7px; }
  .case-lightbox button { width: 36px; height: 36px; font-size: 16px; }
  .case-lightbox .lightbox-close { top: 14px; right: 14px; }
  .case-lightbox figcaption { grid-template-columns: 1fr; }
  .case-lightbox figcaption span { grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  body:not(.is-ready) .hero-copy { transform: none; opacity: 1; }
}
