/* Display type is explicit so responsive size overrides retain the font family. */
.section-head h2,.services__head h2{font:900 clamp(84px,11vw,205px)/.82 var(--display)}
.project h3{font:900 clamp(64px,8vw,150px)/.88 var(--display)}
.services__grid h3{font:900 clamp(28px,3vw,48px)/1 var(--display)}
.contact__headline{font:900 clamp(100px,16.4vw,300px)/.8 var(--display)}
.contact-modal__body h2{font:900 clamp(55px,8vw,105px)/.9 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 { scroll-behavior: smooth; background: rgb(5, 6, 5); }
body { margin: 0px; background: rgb(5, 6, 5); color: rgb(216, 217, 211); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
::selection { background: rgb(155, 170, 124); color: rgb(8, 9, 8); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: auto; }
img { display: block; max-width: 100%; }
:root { --bg: #050605; --panel: #090a09; --text: #d8d9d3; --muted: #7c817a; --faint: #454943; --line: #1d211d; --green: #9baa7c; --green2: #6f8062; --red: #a64a41; --pad: clamp(22px,4vw,76px); --display: "Barlow Condensed",sans-serif; --body: "Barlow",sans-serif; --mono: "IBM Plex Mono",monospace; }
.mono { font-family: var(--mono); letter-spacing: 0.06em; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 300; left: 12px; top: 10px; transform: translateY(-140%); background: var(--green); color: rgb(5, 6, 5); padding: 10px 12px; font-size: 10px; }
.skip-link:focus { transform: none; }
.noise, .scanlines { position: fixed; inset: 0px; pointer-events: none; z-index: 100; }
.noise { 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' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.scanlines { background: repeating-linear-gradient(0deg, transparent 0px, transparent 3px, rgba(220, 225, 215, 0.024) 4px); }
.progress { position: fixed; top: 0px; left: 0px; height: 2px; background: var(--green); z-index: 220; width: 0px; box-shadow: rgba(155, 170, 124, 0.35) 0px 0px 18px; }
.boot[hidden] { display: none; }
.boot { position: fixed; inset: 0px; background: rgb(3, 4, 3); z-index: 250; display: grid; place-items: center; transition: opacity 0.4s, visibility 0.4s; }
.boot.is-hidden { opacity: 0; visibility: hidden; }
.boot__panel { width: min(620px, 100% - 36px); font-size: 10px; color: rgb(110, 117, 107); }
.boot__panel p { display: grid; grid-template-columns: 32px 1fr auto; border-bottom: 1px solid rgb(23, 26, 23); padding: 10px 0px; margin: 0px; }
.boot__panel span { color: rgb(55, 60, 54); }
.boot__panel b { color: var(--green); font-weight: 400; }
.boot__final { color: rgb(203, 211, 197) !important; }
.boot__skip { position: absolute; top: 22px; right: 24px; background: transparent; border: 0px; color: rgb(91, 96, 89); font-size: 9px; }
.cursor { position: fixed; z-index: 230; width: 22px; height: 22px; border: 1px solid rgba(216, 217, 211, 0.46); border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); place-items: center; transition: width 0.15s, height 0.15s, border-color 0.15s, background 0.15s; mix-blend-mode: difference; }
.cursor span { font: 12px var(--mono); }
.cursor em { display: none; font: normal 7px var(--mono); }
.cursor.is-link { width: 54px; height: 54px; background: rgb(216, 217, 211); color: rgb(5, 6, 5); border-color: rgb(216, 217, 211); }
.cursor.is-link span { display: none; }
.topbar { position: fixed; z-index: 160; top: 0px; left: 0px; right: 0px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(216, 217, 211, 0.1); background: rgba(5, 6, 5, 0.82); backdrop-filter: blur(14px); }
.brand { font-weight: 700; }
.brand span { color: var(--green); margin-right: 5px; }
.nav { display: flex; color: rgb(112, 117, 110); }
.nav a { padding: 9px 0px; position: relative; }
.nav a span { margin-right: 4px; }
.nav a::after { content: ""; height: 1px; position: absolute; bottom: 3px; left: 0px; right: 100%; background: var(--green); transition: right 0.2s; }
.nav a:hover, .nav a.is-active { color: rgb(214, 217, 209); }
.nav a.is-active::after { right: 0px; }
.top-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.lang, .menu-btn { background: transparent; border: 0px; padding: 6px 0px; }
.status { display: flex; gap: 7px; align-items: center; }
.status i, .signal i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: rgba(155, 170, 124, 0.4) 0px 0px 10px; }
.menu-btn { display: none; }
.mobile-menu { position: fixed; z-index: 150; inset: 66px 0px 0px; background: rgb(5, 6, 5); padding: 28px var(--pad); border-top: 1px solid var(--line); }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: grid; grid-template-columns: 48px 1fr; align-items: baseline; border-bottom: 1px solid var(--line); padding: 15px 0px; }
.mobile-menu nav small { font: 8px var(--mono); color: var(--green); }
.mobile-menu nav span { font: 900 clamp(52px,15vw,100px)/.85 var(--display); letter-spacing: -0.055em; }
.mobile-menu__foot { display: flex; justify-content: space-between; }
.section { position: relative; scroll-margin-top: 65px; }
.signal { display: inline-flex; gap: 7px; align-items: center; }
.action { border-width: 1px; border-style: solid; border-image: none; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.action:hover, .action--primary { background: rgb(203, 208, 197); color: rgb(8, 9, 8); border-color: rgb(203, 208, 197); }
.action--primary:hover { background: var(--green); border-color: var(--green); }

.cap-strip { padding: 12px var(--pad); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: center; }
.cap-strip > span { font-size: 8px; color: var(--green); }
.cap-strip div { display: flex; justify-content: space-between; gap: 20px; overflow: hidden; }
.cap-strip b { font: 700 9px var(--mono); white-space: nowrap; color: rgb(119, 125, 117); }
.work, .about, .services { padding: 140px var(--pad); }
.section-head { display: grid; grid-template-columns: 1.25fr 0.55fr auto; gap: 6vw; align-items: end; margin-bottom: 110px; }
.eyebrow { color: var(--green); display: block; margin-bottom: 12px; }
.section-head h2, .services__head h2 { letter-spacing: -0.06em; margin: 0px; text-transform: uppercase; }
.section-head h2 i, .services__head h2 i { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(216, 217, 211, 0.45); }
.section-head__copy { margin: 0px; line-height: 1.55; max-width: 430px; }
.section-no { font-size: 9px; color: rgb(146, 154, 137); writing-mode: vertical-rl; }
.project { margin-bottom: 150px; }
.project__visual { position: relative; display: block; overflow: hidden; background: rgb(10, 11, 10); border: 1px solid rgb(23, 27, 23); isolation: isolate; }
.project__visual::before { content: ""; position: absolute; inset: -4%; z-index: 3; background: radial-gradient(circle at calc(50% + var(--mx,0)*30%) calc(50% + var(--my,0)*30%),rgba(204,211,194,.08),transparent 24%); opacity: 0; transition: opacity 0.2s; pointer-events: none; }
.project__visual:hover::before { opacity: 1; }
.project__visual img { width: 100%; height: 100%; filter: grayscale(0.78) contrast(1.12) saturate(0.55); transition: filter 0.35s, transform 0.35s; transform: scale(1.015) translate(calc(var(--mx,0)*-8px),calc(var(--my,0)*-8px)); }
.project__visual:hover img { filter: grayscale(0.05) contrast(1.04) saturate(0.9); transform: scale(1.035) translate(calc(var(--mx,0)*-10px),calc(var(--my,0)*-10px)); }
.project__grid { position: absolute; inset: 0px; z-index: 2; opacity: 0.18; background: linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.18) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(255, 255, 255, 0.13) 50%, transparent 50.2%); pointer-events: none; }
.project__label { position: absolute; z-index: 4; background: rgb(5, 6, 5); color: rgb(178, 183, 173); padding: 7px 9px; }
.project__open { position: absolute; z-index: 5; bottom: 12px; right: 12px; background: rgb(209, 212, 204); color: rgb(6, 7, 6); padding: 9px 10px; transform: translateY(4px); transition: opacity 0.2s, transform 0.2s; }
.project__visual:hover .project__open { opacity: 1; transform: none; }
.project__info { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding-top: 22px; }
.project__num { font-size: 8px; color: var(--green); padding-top: 8px; }
.project__kicker { font-size: 8px; color: rgb(98, 104, 95); }
.project h3 { letter-spacing: -0.055em; margin: 14px 0px 20px; }
.project__body p { max-width: 580px; line-height: 1.55; }
.project__stack { font-size: 8px; color: rgb(95, 101, 93); margin-top: 20px; }
.project__links { display: flex; margin-top: 23px; }
.project__links a { border-bottom: 1px solid rgb(48, 53, 47); transition: color 0.2s, border-color 0.2s; }
.project__links a:hover { color: var(--green); border-color: var(--green); }
.project--hero .project__visual { width: 83%; margin-left: auto; aspect-ratio: 16 / 8.4; }
.project--hero .project__info { width: 73%; margin-top: -44px; padding: 24px; background: rgb(5, 6, 5); position: relative; z-index: 7; }
.project--split { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 6vw; align-items: center; }
.project--split .project__visual { aspect-ratio: 4 / 5; }
.project--split h3 { font-size: clamp(62px, 7.2vw, 132px); }
.project--poster { position: relative; }
.project--poster .project__visual { width: 92%; margin: auto; aspect-ratio: 16 / 8.6; }
.project__info--floating { margin-right: 0px; margin-bottom: 0px; margin-left: 4%; border-top: 1px solid var(--line); position: relative; z-index: 8; }
.project-pair { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; }
.project--compact .project__visual { aspect-ratio: 1 / 1; }
.project--compact h3 { font-size: clamp(48px, 5.2vw, 95px); }
.directory { border-top: 1px solid var(--line); margin-top: 20px; }
.directory__head, .directory a { display: grid; grid-template-columns: 1.8fr 0.7fr 0.4fr 0.6fr; gap: 16px; padding: 13px 0px; border-bottom: 1px solid var(--line); text-transform: uppercase; }
.directory a { transition: color 0.2s, padding-left 0.2s; }
.directory a:hover { color: var(--green); padding-left: 8px; }
.services { border-block: 1px solid var(--line); background: rgb(7, 8, 7); }
.services__head { display: grid; grid-template-columns: 1fr 1fr; align-items: start; margin-bottom: 70px; }
.services__head .eyebrow { grid-column: 1 / -1; }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.services__grid article { border-right: 1px solid var(--line); }
.services__grid article:last-child { border-right: 0px; }
.services__grid span { font-size: 7px; color: var(--green); }
.services__grid h3 { letter-spacing: -0.04em; margin: 45px 0px 16px; }
.services__grid p { line-height: 1.55; margin: 0px; }
.section-head--about { grid-template-columns: 1fr auto; }
.profile-grid { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 9vw; align-items: start; }
.profile-copy__lead { font-size: clamp(30px, 4.6vw, 70px); line-height: 0.98; letter-spacing: -0.045em; margin: 0px 0px 34px; max-width: 980px; }
.profile-copy p:not(.profile-copy__lead) { max-width: 620px; color: rgb(143, 149, 140); line-height: 1.7; font-size: 15px; }
.id-card > div:not(.id-card__identity) { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); }
.id-card strong { font-weight: 400; }
.id-card .ok { color: var(--green); }
.process { margin-top: 150px; display: grid; grid-template-columns: 0.5fr 1.5fr; gap: 70px; }
.process__title span, .tech__title span { font-size: 8px; color: var(--green); }
.process__title h3, .tech__title h3 { margin: 12px 0px 0px; font: 900 clamp(52px,7vw,118px)/.78 var(--display); letter-spacing: -0.055em; }
.process ol { list-style: none; margin: 0px; padding: 0px; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 42px 130px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding: 20px 0px; align-items: start; }
.process li > span { color: rgb(146, 154, 137); font-size: 10px; }
.process li b { font-weight: 400; color: rgb(199, 202, 194); }
.process li p { margin: 0px; text-transform: none; letter-spacing: 0px; font-family: var(--body); line-height: 1.5; }
.tech { margin-top: 150px; display: grid; grid-template-columns: 0.5fr 1.5fr; gap: 70px; }
.tech__groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tech__groups section { border-top: 1px solid var(--line); }
.tech__groups h4 { color: var(--green); font-weight: 400; margin: 12px 0px 26px; }
.tech__groups div { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding: 11px 0px; }
.tech__groups i { font-style: normal; }
.system-log { margin-top: 120px; max-width: 780px; margin-left: auto; padding: 18px; border-left: 1px solid var(--green2); background: rgb(8, 10, 8); font-size: 9px; line-height: 1.9; }
.system-log span { margin-right: 15px; }
.system-log b { float: right; color: var(--green); font-weight: 400; }
.blink { animation: 0.8s steps(1) 0s infinite normal none running blink; }
@keyframes blink { 
  50% { opacity: 0; }
}
.contact { min-height: 100svh; padding: 100px var(--pad) 50px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 45vw; height: 45vw; border: 1px solid rgba(166, 74, 65, 0.18); border-radius: 50%; right: -24vw; top: 12%; box-shadow: rgba(166, 74, 65, 0.016) 0px 0px 0px 4vw, rgba(166, 74, 65, 0.01) 0px 0px 0px 9vw; }
.contact__meta { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.contact__headline { margin: 9vh 0px 8vh; text-transform: uppercase; }
.contact__headline span { display: block; }
.contact__headline span:nth-child(2) { transform: translateX(8vw); }
.contact__headline .outline { color: transparent; -webkit-text-stroke: 1px rgba(214, 215, 207, 0.46); }
.contact__grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 8vw; align-items: end; }
.contact__lead { max-width: 620px; margin: 0px 0px 30px; font-size: clamp(25px, 3.6vw, 55px); line-height: 1; letter-spacing: -0.04em; }
.big-cta { border: 1px solid rgb(49, 54, 49); background: transparent; padding: 15px 16px; display: inline-flex; gap: 50px; transition: background 0.2s, color 0.2s; }
.big-cta:hover { background: var(--green); color: rgb(5, 6, 5); }
.contact__direct { border-top: 1px solid var(--line); }
.contact__direct a, .contact__direct button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 15px 0px; border-top: 0px; border-right: 0px; border-left: 0px; border-image: none; border-bottom: 1px solid var(--line); background: transparent; text-align: left; }
.contact__direct b { font-weight: 400; }
.contact__direct em { font-style: normal; color: var(--green); margin-left: 8px; }
.footer { min-height: 68px; padding: 0 var(--pad); display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); }
.js .reveal { opacity: 0; transform: translateY(24px); clip-path: inset(0px 0px 14%); transition: opacity 0.72s, transform 0.72s, clip-path 0.78s; }
.reveal.is-visible { opacity: 1; transform: none; clip-path: inset(0px); }
:focus-visible { outline: 1px solid var(--green); outline-offset: 4px; }
.contact-modal { width: min(760px, 100% - 24px); max-height: 92vh; padding: 0px; background: rgb(7, 8, 7); color: var(--text); border: 1px solid rgb(42, 48, 41); }
.contact-modal::backdrop { background: rgba(0, 0, 0, 0.78); backdrop-filter: blur(6px); }
.contact-modal__shell { margin: 0px; }
.contact-modal__head { height: 44px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0px 14px; font-size: 8px; }
.contact-modal__head button { background: transparent; border: 0px; }
.contact-modal__body { padding: 30px; overflow: auto; }
.contact-modal__body h2 { letter-spacing: -0.06em; margin: 12px 0px 30px; }
.contact-modal label { display: block; margin-top: 17px; }
.contact-modal label > span { display: block; margin-bottom: 7px; }
.contact-modal input, .contact-modal textarea, .contact-modal select { width: 100%; background: rgb(12, 14, 12); border: 1px solid rgb(37, 42, 37); padding: 13px; border-radius: 0px; outline: none; }
.contact-modal input:focus, .contact-modal textarea:focus, .contact-modal select:focus { border-color: var(--green); }
.form-submit { width: 100%; margin-top: 20px; padding: 15px; background: var(--green); color: rgb(5, 6, 5); border: 0px; }
.form-note { font-size: 11px; color: rgb(156, 161, 151); margin-top: 10px; }
@media (max-width: 1000px) {
body, button { cursor: auto; }
.cursor { display: none; }
.topbar { grid-template-columns: 1fr auto; }
.nav, .status { display: none; }
.menu-btn { display: block; }
.cap-strip { grid-template-columns: 1fr; }
.cap-strip div { justify-content: flex-start; }
.section-head { grid-template-columns: 1fr; gap: 25px; }
.section-no { display: none; }
.project--hero .project__visual, .project--hero .project__info, .project--poster .project__visual, .project__info--floating { width: 100%; margin-left: 0px; }
.project--hero .project__info, .project__info--floating { margin-top: 18px; padding: 0px; }
.project--split { grid-template-columns: 1fr; }
.project--split .project__info { order: 2; }
.project-pair { grid-template-columns: minmax(0, 1fr); }
.services__grid { grid-template-columns: 1fr 1fr; }
.profile-grid { grid-template-columns: 1fr; gap: 60px; }
.id-card { max-width: 540px; }
.process, .tech { grid-template-columns: 1fr; gap: 34px; }
.contact__grid { grid-template-columns: 1fr; gap: 50px; }
.contact__direct { max-width: 650px; }
}
@media (max-width: 620px) {
:root { --pad: 18px; }
.topbar { height: 58px; }
.mobile-menu { inset: 58px 0px 0px; }
.action { text-align: center; padding: 12px 8px; font-size: 7px; }
.cap-strip div { overflow: auto; scrollbar-width: none; }
.work, .about, .services { padding-top: 92px; padding-bottom: 92px; }
.section-head { margin-bottom: 62px; }
.section-head h2, .services__head h2 { font-size: 21vw; }
.project { margin-bottom: 95px; }
.project--hero .project__visual, .project--poster .project__visual { aspect-ratio: 4 / 5; }
.project--split .project__visual { aspect-ratio: 4 / 5; }
.project__info { grid-template-columns: 38px minmax(0, 1fr); }
.project h3 { font-size: 16vw; }
.project--compact h3 { font-size: 13vw; }
.project__body p { font-size: 13px; }
.project-pair { gap: 0px; }
.directory__head, .directory a { grid-template-columns: 1fr auto; }
.directory__head span:nth-child(2), .directory__head span:nth-child(3), .directory a span:nth-child(2), .directory a span:nth-child(3) { display: none; }
.services__head { grid-template-columns: 1fr; }
.services__grid { grid-template-columns: 1fr; }
.services__grid article, .services__grid article + article { padding: 20px 0px 30px; border-right: 0px; border-bottom: 1px solid var(--line); min-height: 0px; }
.services__grid h3 { margin: 26px 0px 10px; }
.profile-copy__lead { font-size: 10vw; }
.process li { grid-template-columns: 32px 76px 1fr; gap: 10px; }
.process li p { font-size: 11px; }
.tech__groups { grid-template-columns: 1fr; }
.system-log { font-size: 7px; margin-top: 75px; }
.system-log b { display: none; }
.contact { min-height: 92svh; padding-top: 80px; }
.contact__meta > span:last-child { display: none; }
.contact__headline { font-size: 24vw; line-height: 0.72; margin: 10vh 0px; }
.contact__headline span:nth-child(2) { transform: translateX(3vw); }
.contact__lead { font-size: 8vw; }
.contact__direct a, .contact__direct button { font-size: 7px; }
.footer { padding-block: 18px; min-height: auto; flex-direction: column; align-items: flex-start; }
.contact-modal__body { padding: 20px; }
.contact-modal__body h2 { font-size: 14vw; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
.boot { display: none; }
.reveal { opacity: 1; transform: none; clip-path: none; transition: none; }
.blink { animation: auto ease 0s 1 normal none running none; }
}
.action { min-height: 48px; min-width: 175px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 10px; padding: 15px 18px; border-color: rgb(96, 103, 92); }
.action b { font-size: 16px; font-weight: 400; transition: transform 0.16s; }
.action:hover b { transform: translate(2px, -2px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.topbar { height: 66px; }
.nav { font-size: 10px; gap: 24px; }
.nav a { min-height: 44px; display: flex; align-items: center; }
.nav a span { color: rgb(149, 156, 141); }
.nav a.is-active { color: var(--green); }
.brand { font-size: 10px; }
.top-actions { font-size: 10px; }
.lang, .menu-btn { min-height: 44px; min-width: 48px; }
.lang span { color: rgb(144, 151, 137); }
.status { color: rgb(163, 169, 155); }
body { cursor: auto; }
.cursor { display: none; }
.has-cursor .cursor { display: grid; }
.has-cursor, .has-cursor a, .has-cursor button { cursor: none; }
.cursor { left: -100px; top: -100px; }
.cursor.is-link em { display: none; }
.cursor.is-project em { display: block; }
.cursor.is-project { width: 58px; height: 58px; }
.noise { opacity: 0.035; }
.scanlines { opacity: 0.075; }
.eyebrow { font-size: 10px; }
.section-head__copy { color: rgb(166, 172, 160); font-size: 17px; }
.section-head h2, .services__head h2 { line-height: 0.82; }
.project h3 { line-height: 0.88; }
.project__body p { font-size: 17px; color: rgb(166, 173, 160); }
.project__kicker, .project__stack { font-size: 10px; color: rgb(156, 164, 147); }
.project__links { font-size: 11px; gap: 22px; flex-wrap: wrap; }
.project__links a { padding: 12px 0px; min-height: 44px; }
.project__open { font-size: 10px; opacity: 1; }
.project__label { font-size: 9px; }
.project__visual:focus-visible { outline-offset: 5px; }
.project__visual:focus-visible img { filter: grayscale(0); }
.directory__head, .directory a { font-size: 10px; color: rgb(160, 167, 152); min-height: 44px; }
.directory__head { color: rgb(156, 164, 147); }
.services__grid article { border-bottom: 1px solid var(--line); padding: 26px 24px; min-height: 250px; }
.services__grid article + article { padding-left: 24px; }
.services__grid article:nth-child(3n) { border-right: 0px; }
.services__grid p { font-size: 16px; color: rgb(160, 167, 152); }
.services__grid h3 { line-height: 1; font-size: clamp(28px, 3vw, 48px); }
.id-card { padding: 0px; background: none; border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(85, 91, 84) currentcolor currentcolor; border-image: none; }
.id-card__identity { display: block !important; padding: 26px 0px !important; }
.id-card__identity p { font: 900 72px/.86 var(--display); letter-spacing: -0.03em; margin: 0px 0px 20px; }
.id-card__identity small { color: rgb(167, 173, 159); font: 10px/1.8 var(--mono); }
.id-card > div:not(.id-card__identity) { font-size: 10px; padding: 15px 0px; }
.id-card span { color: rgb(146, 154, 137); }
.process li p { font-size: 15px; color: rgb(160, 167, 152); }
.process li b { font-size: 11px; }
.tech__groups div { font-size: 11px; }
.tech__groups i { font-size: 9px; color: rgb(146, 154, 137); }
.tech__groups h4 { font-size: 10px; }
.system-log { color: rgb(146, 154, 137); }
.system-log span { color: rgb(146, 154, 137); }
.contact__headline { font-size: clamp(100px, 16.4vw, 300px); line-height: 0.8; letter-spacing: -0.035em; }
.contact__meta { font-size: 10px; color: rgb(160, 167, 152); }
.contact__direct a, .contact__direct button { font-size: 11px; min-height: 52px; align-items: center; }
.contact__direct span { color: rgb(160, 167, 152); }
.contact__direct em { font-size: 9px; }
.big-cta { min-height: 50px; font-size: 11px; }
.contact-modal label > span { font-size: 10px; color: rgb(177, 184, 168); }
.contact-modal__body h2 { line-height: 0.9; }
.contact-modal__head button { min-width: 44px; min-height: 44px; }
.form-submit { font-size: 11px; min-height: 48px; }
.form-note { line-height: 1.6; }
.footer { font-size: 9px; color: rgb(148, 156, 139); }
.contact-modal input, .contact-modal textarea, .contact-modal select { font-size: 16px; }
.mobile-menu { overflow-y: auto; }
.mobile-menu nav { margin: 6vh 0px; }
.mobile-menu nav a { min-height: 64px; }
.mobile-menu__meta, .mobile-menu__foot { color: rgb(156, 164, 147); font-size: 10px; }

@media (min-width: 1001px) and (max-width: 1200px) {
.nav { gap: 13px; font-size: 9px; }
.status { display: none; }
}
@media (max-width: 1000px) {
.services__grid { grid-template-columns: 1fr 1fr; }
.services__grid article:nth-child(3n) { border-right: 1px solid var(--line); }
.services__grid article:nth-child(2n) { border-right: 0px; }
.contact__headline { font-size: 18vw; }
.contact__grid { gap: 40px; }
.topbar { grid-template-columns: 1fr auto; }
.nav, .status { display: none; }
.menu-btn { display: block; }
}
@media (max-width: 620px) {
.topbar { height: 58px; }
.brand { font-size: 9px; }
.top-actions { gap: 16px; }
.action { min-width: 0px; flex: 1 1 0%; font-size: 8px; padding: 12px 10px; gap: 8px; min-height: 48px; }
.noise { opacity: 0.025; }
.scanlines { opacity: 0.04; }
.section-head h2, .services__head h2 { font-size: 23vw; }
.services__grid { grid-template-columns: 1fr; }
.services__grid article, .services__grid article + article { padding: 22px 0px 30px; border-right: 0px; }
.services__grid article:nth-child(3n) { border-right: 0px; }
.services__grid h3 { font-size: 34px; }
.contact__headline { font-size: 20.5vw; }
.contact__meta { font-size: 8px; gap: 12px; }
.contact__direct a, .contact__direct button { font-size: 9px; gap: 8px; }
.contact__direct em { display: block; margin: 6px 0px 0px; text-align: right; }
.contact__direct b { overflow-wrap: anywhere; }
.process li { grid-template-columns: 25px 68px 1fr; }
.process li p { font-size: 14px; }
.process li b { font-size: 9px; }
.tech__groups div { font-size: 11px; }
.project__body p { font-size: 16px; }
.project h3 { line-height: 0.9; }
.system-log { font-size: 7px; }
.section { scroll-margin-top: 58px; }
}

@media (prefers-reduced-motion: reduce) {
*, ::before, ::after { animation: auto ease 0s 1 normal none running none !important; transition: none !important; scroll-behavior: auto !important; }
.js .reveal { opacity: 1; transform: none; clip-path: none; }
.cursor { display: none !important; }
}
@media (pointer: coarse) {
.cursor { display: none !important; }
body, a, button { cursor: auto !important; }
}
.nav a b { font-weight: 400; }
.section-head h2 .outline, .services__head h2 .outline { color: transparent; -webkit-text-stroke: 1px rgba(216, 217, 211, 0.55); }
.project__visual img { object-fit: contain; }
.project--hero .project__visual, .project--poster .project__visual { aspect-ratio: 1.44 / 1; }
.project--split .project__visual, .project--compact .project__visual { aspect-ratio: 1.44 / 1; }
.project--poster h3 { font-size: clamp(54px, 6vw, 110px); }
.project__info--floating { width: 65%; margin-top: 24px; background: none; padding: 0px; }
.project__label { top: 0px; left: 0px; transform: translateY(-100%); }
@media (max-width: 1000px) {
.project__info--floating { width: 100%; }
}
/* Optical spacing for the condensed display face. */
.section-head h2,.services__head h2{letter-spacing:-.025em}
.project h3,.process__title h3,.tech__title h3,.id-card__identity p{letter-spacing:-.02em}
.services__grid h3{letter-spacing:-.015em}
.contact__headline{letter-spacing:-.02em}
.boot__skip{min-width:80px;min-height:44px;font-size:10px;color:#a1a995}

@media(max-width:1000px){.cursor{display:none!important}body,a,button{cursor:auto!important}}
