.case-hero h1{font:900 clamp(80px,14.8vw,280px)/.86 var(--display)}
.case-block h2{font:900 clamp(50px,7vw,110px)/.95 var(--display)}
.next a{font:900 clamp(60px,9vw,150px)/1 var(--display)}
/* Local fonts, editorial foundations, responsive composition and motion preferences. */
@font-face { font-family: Barlow; src: url("../assets/fonts/barlow.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../assets/fonts/barlow-condensed.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("../assets/fonts/plex-mono.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
html { background: rgb(5, 6, 5); scroll-behavior: smooth; }
body { margin: 0px; background: rgb(5, 6, 5); color: rgb(216, 217, 211); font-family: Barlow, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:root { --g: #9baa7c; --line: #20241f; --muted: #858b82; --pad: clamp(20px,5vw,84px); --display: "Barlow Condensed",sans-serif; --mono: "IBM Plex Mono",monospace; }
.mono { font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.06em; }
.noise { position: fixed; inset: 0px; pointer-events: none; z-index: 50; opacity: 0.045; 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='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.case-nav { height: 64px; position: fixed; z-index: 40; left: 0px; right: 0px; top: 0px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(216, 217, 211, 0.1); background: rgba(5, 6, 5, 0.88); backdrop-filter: blur(12px); }
.case-nav a:hover { color: var(--g); }
.case-hero { min-height: 100svh; padding: 120px var(--pad) 50px; display: flex; flex-direction: column; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.case-hero::after { content: ""; position: absolute; right: -16vw; top: 8vh; width: 50vw; height: 50vw; border: 1px solid rgba(155, 170, 124, 0.13); border-radius: 50%; box-shadow: rgba(155, 170, 124, 0.02) 0px 0px 0px 7vw, rgba(155, 170, 124, 0.01) 0px 0px 0px 14vw; }
.case-hero__meta { display: flex; justify-content: space-between; font: 8px var(--mono); color: rgb(101, 107, 99); position: relative; z-index: 2; }
.case-hero h1 { margin: 8vh 0px 5vh; max-width: none; position: relative; z-index: 2; }
.case-hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(216, 217, 211, 0.48); }
.case-hero__bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; position: relative; z-index: 2; }
.case-hero__bottom p { margin: 0px; font-size: clamp(21px, 3vw, 44px); line-height: 1.02; letter-spacing: -0.04em; }
.case-links { display: flex; gap: 10px; justify-content: flex-end; }
.case-links a { border: 1px solid rgb(44, 49, 43); padding: 12px; }
.case-links a:hover { background: var(--g); color: rgb(5, 6, 5); }
.case-visual { padding: var(--pad); border-bottom: 1px solid var(--line); }
.case-visual__frame { max-width: 1500px; margin: auto; border: 1px solid rgb(32, 36, 31); background: rgb(10, 11, 10); position: relative; overflow: hidden; }
.case-visual img { width: 100%; filter: grayscale(0.25) contrast(1.08); }
.case-visual__label { position: absolute; top: 12px; left: 12px; background: rgb(5, 6, 5); padding: 8px; font: 7px var(--mono); }
.case-body { padding: 130px var(--pad); display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 8vw; }
.case-body__side { font: 8px var(--mono); color: rgb(85, 91, 83); position: sticky; top: 100px; height: max-content; }
.case-body__main { max-width: 900px; }
.case-block { margin-bottom: 90px; }
.eyebrow { font: 8px var(--mono); color: var(--g); display: block; margin-bottom: 14px; }
.case-block h2 { letter-spacing: -0.055em; margin: 0px 0px 30px; }
.case-block p { font-size: clamp(19px, 2.3vw, 32px); line-height: 1.35; letter-spacing: -0.02em; color: rgb(170, 175, 167); }
.case-specs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-bottom: 100px; }
.case-specs div { padding: 16px 14px 20px 0px; border-bottom: 1px solid var(--line); }
.case-specs span { display: block; font: 7px var(--mono); color: rgb(85, 91, 83); margin-bottom: 8px; }
.case-specs b { font: normal 9px var(--mono); }
.features { list-style: none; margin: 0px; padding: 0px; border-top: 1px solid var(--line); }
.features li { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 16px 0px; border-bottom: 1px solid var(--line); font: 9px var(--mono); }
.features li span { color: var(--g); }
.case-note { margin-top: 100px; padding: 28px; border-left: 1px solid var(--g); background: rgb(8, 10, 8); font-size: clamp(20px, 2.7vw, 38px); line-height: 1.15; letter-spacing: -0.03em; }
.next { padding: 90px var(--pad); border-top: 1px solid var(--line); }
.next span { font: 8px var(--mono); color: rgb(85, 91, 83); }
.next a { display: block; letter-spacing: -0.055em; margin-top: 18px; }
.next a:hover { color: var(--g); }
.case-footer { padding: 24px var(--pad); border-top: 1px solid var(--line); display: flex; justify-content: space-between; }
@media (max-width: 800px) {
.case-hero { padding-top: 94px; }
.case-hero__bottom { grid-template-columns: 1fr; gap: 30px; }
.case-links { justify-content: flex-start; flex-wrap: wrap; }
.case-body { grid-template-columns: 1fr; padding-top: 90px; }
.case-body__side { position: static; }
.case-specs { grid-template-columns: 1fr; }
.case-hero h1 { font-size: 20vw; }
.case-footer { flex-direction: column; gap: 8px; }
}
.case-hero h1 { font-size: clamp(80px, 14.8vw, 280px); line-height: 0.86; letter-spacing: -0.035em; }
.case-hero h1 span { overflow-wrap: normal; }
.case-block h2 { line-height: 0.95; }
.next a { line-height: 1; overflow-wrap: anywhere; }
.case-nav { font-size: 10px; gap: 14px; }
.case-nav a, .case-nav button { min-height: 44px; display: inline-flex; align-items: center; }
.case-nav button { background: none; border: 0px; color: rgb(216, 217, 211); font: 10px var(--mono); cursor: pointer; }
.case-nav span { margin-left: auto; }
.case-links { flex-wrap: wrap; }
.case-links a { font-size: 10px; min-height: 44px; }
.case-hero__meta, .case-body__side, .case-specs span, .next span { font-size: 10px; color: rgb(161, 169, 149); }
.case-specs b, .features li { font-size: 12px; line-height: 1.6; }
.case-footer { font-size: 10px; color: rgb(161, 169, 149); }
.case-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.case-body > * { min-width: 0px; }
:focus-visible { outline: 2px solid var(--g); outline-offset: 5px; }
.case-hero::after { pointer-events: none; }
.case-skip { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-200%); padding: 12px; background: var(--g); color: rgb(5, 6, 5); }
.case-skip:focus { transform: none; }
@media (max-width: 800px) {
.case-hero h1 { font-size: 16.8vw; }
.case-nav > span { display: none; }
.case-hero { min-height: 80svh; }
.case-hero__meta { font-size: 8px; }
.case-specs { margin-bottom: 65px; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, ::before, ::after { animation: auto ease 0s 1 normal none running none !important; transition: none !important; }
}
