:root {
    --black: #090909;
    --ink: #161616;
    --graphite: #242424;
    --orange: #ce3f0a;
    --orange-dark: #bd3507;
    --amber: #ffae28;
    --paper: #f4f1e9;
    --white: #fffef9;
    --muted: #6d6b66;
    --line: rgba(22, 22, 22, .17);
    --shadow: 0 28px 80px rgba(0,0,0,.24);
    --sans: Montserrat, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --display: Impact, 'Arial Narrow', 'Roboto Condensed', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -64px; z-index: 200; padding: 10px 16px; color: white; background: var(--orange); font-weight: 850; transition: top .2s; }
.skip-link:focus { top: 18px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { position: relative; width: 20px; height: 43px; background: var(--orange); transform: skew(-13deg); }
.brand-mark::after { content: ''; position: absolute; width: 12px; height: 12px; right: -9px; top: -4px; border-radius: 50%; background: var(--amber); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-family: var(--display); font-size: 30px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.brand small { margin-top: 6px; color: rgba(255,255,255,.55); font-size: 7px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 31px; }
.primary-nav > a { color: rgba(255,255,255,.76); font-size: 13px; font-weight: 750; text-decoration: none; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: white; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; color: white; background: transparent; }
.menu-toggle i { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 55px; padding: 0 23px; border: 2px solid var(--orange); border-radius: 0; color: white; background: var(--orange); font-size: 13px; font-weight: 850; letter-spacing: .02em; text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); border-color: var(--orange-dark); }
.button-small { min-height: 43px; padding: 0 17px; }
.button-light { color: var(--black); background: white; border-color: white; }
.button-light:hover { color: white; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.eyebrow { margin: 0 0 21px; color: var(--amber); font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.dark-eyebrow { color: var(--orange-dark); }

.hero { position: relative; min-height: 870px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--black); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,6,6,.96) 0, rgba(6,6,6,.8) 45%, rgba(6,6,6,.12) 78%), linear-gradient(0deg, rgba(6,6,6,.7), transparent 55%); }
.hero::before { content: ''; position: absolute; z-index: 1; width: 640px; height: 640px; right: -280px; top: 70px; border: 1px solid rgba(255,174,40,.38); border-radius: 50%; box-shadow: 0 0 0 70px rgba(232,79,22,.05), 0 0 0 140px rgba(232,79,22,.025); }
.hero-inner { position: relative; z-index: 2; padding-top: 100px; }
.hero h1 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(82px, 11vw, 160px); font-weight: 400; line-height: .78; letter-spacing: .005em; text-transform: uppercase; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-bottom { display: flex; align-items: center; gap: 58px; margin-top: 50px; }
.hero-bottom p { margin: 0; font-size: 25px; }
.hero-bottom strong { font-family: var(--display); font-size: 38px; font-weight: 400; letter-spacing: .03em; text-transform: uppercase; }
.hero-ruler { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5, 1fr); height: 15px; background: var(--orange); }
.hero-ruler span { border-right: 1px solid rgba(0,0,0,.35); }

.manifesto { background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: .36fr 1.64fr; gap: 85px; }
.section-index { margin: 12px 0 0; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.manifesto h2, .section-heading h2, .awards h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(55px, 7vw, 91px); font-weight: 400; line-height: .88; letter-spacing: .01em; text-transform: uppercase; }
.manifesto .lead { max-width: 850px; margin: 35px 0 0; color: var(--muted); font-size: 19px; }

.functions { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 75px; margin-bottom: 63px; }
.section-heading > p { margin: 0; color: var(--muted); }
.function-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.function-grid article { min-height: 330px; padding: 29px 27px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .2s, color .2s, background .2s; }
.function-grid article:hover { color: white; background: var(--black); transform: translateY(-5px); }
.function-grid article > span { display: block; margin-bottom: 95px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.function-grid h3 { margin: 0 0 10px; font-family: var(--display); font-size: 35px; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.function-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.function-grid article:hover p { color: rgba(255,255,255,.65); }

.work { color: white; background: var(--black); }
.work-heading > p { color: rgba(255,255,255,.58); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: #383838; }
.project { position: relative; min-height: 490px; overflow: hidden; background: var(--graphite); }
.project-wide { grid-column: span 2; }
.project img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .66; filter: saturate(.8); transition: transform .5s, opacity .3s, filter .3s; }
.project::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,4,4,.96) 0, rgba(4,4,4,.15) 70%); }
.project > div { position: absolute; z-index: 1; left: 29px; right: 29px; bottom: 27px; }
.project > div > p:first-child { margin: 0 0 7px; color: var(--amber); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.project h3 { margin: 0 0 7px; font-family: var(--display); font-size: 38px; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.project > div > p:last-child { max-width: 620px; margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }
.project:hover img { transform: scale(1.045); opacity: .88; filter: saturate(1); }

.awards { color: white; background: var(--graphite); }
.awards-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.awards-copy > p:last-child { max-width: 510px; color: rgba(255,255,255,.58); }
.award-list { display: grid; gap: 22px; }
.award-list article { display: grid; grid-template-columns: 200px 1fr; align-items: center; min-height: 180px; background: var(--black); }
.award-list img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.award-list article > div { padding: 25px 28px; }
.award-list span { color: var(--amber); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.award-list h3 { margin: 6px 0 5px; font-family: var(--display); font-size: 27px; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.award-list p { margin: 0; color: rgba(255,255,255,.57); font-size: 13px; }

.cta-band { color: var(--black); background: var(--orange); }
.cta-inner { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner p { margin: 0; font-family: var(--display); font-size: clamp(48px, 6vw, 80px); line-height: .9; text-transform: uppercase; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .74fr 1.26fr; align-items: start; gap: 85px; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.contact-signal { display: flex; align-items: flex-start; gap: 18px; margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--line); }
.contact-signal > span { flex: 0 0 38px; height: 38px; border: 8px solid var(--orange); border-radius: 50%; box-shadow: 0 0 0 6px rgba(232,79,22,.14); }
.contact-signal p { display: grid; margin: 0; }
.contact-signal strong { font-family: var(--display); font-size: 22px; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.contact-signal small { max-width: 420px; margin-top: 5px; color: var(--muted); }
.contact-form { position: relative; padding: 42px; color: var(--ink); background: var(--white); border-top: 5px solid var(--orange); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 850; }
.field label > span { color: var(--orange-dark); }
.field label > small { margin-left: 6px; color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #bdbab3; border-radius: 0; color: var(--ink); background-color: white; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { min-height: 52px; }
.field textarea { min-height: 145px; resize: vertical; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 50px; background-image: linear-gradient(45deg, transparent 50%, var(--orange-dark) 50%), linear-gradient(135deg, var(--orange-dark) 50%, transparent 50%); background-position: calc(100% - 22px) calc(50% - 2px), calc(100% - 16px) calc(50% - 2px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; cursor: pointer; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(232,79,22,.14); outline: none; }
.field [aria-invalid="true"] { border-color: #9b2525; }
.field-error { display: block; min-height: 19px; margin-top: 4px; color: #8d2020; font-size: 12px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent-field { display: grid; grid-template-columns: 21px 1fr; gap: 4px 10px; align-items: start; margin: 1px 0 24px; }
.consent-field input { width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--orange-dark); }
.consent-field label { color: var(--muted); font-size: 12px; }
.consent-field .field-error { grid-column: 2; min-height: 0; margin: 0; }
.form-status { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 25px; padding: 17px; border: 1px solid; }
.form-status > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; color: white; font-weight: 900; }
.form-status h3, .form-status p { margin: 0; }
.form-status h3 { font-family: var(--display); font-size: 25px; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.form-status p { font-size: 14px; }
.form-status.success { color: #215c43; border-color: #9ac4af; background: #edf7f2; }
.form-status.success > span { background: #2a7b58; }
.form-status.error { color: #84221f; border-color: #d7a7a3; background: #fff0ef; }
.form-status.error > span { background: #84221f; }
.form-footer { display: grid; grid-template-columns: max-content 1fr; align-items: center; gap: 23px; }
.form-footer p { margin: 0; color: var(--muted); font-size: 12px; }

.site-footer { padding: 64px 0 23px; color: white; background: var(--black); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 55px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-main > p { margin: 0; color: rgba(255,255,255,.5); font-family: var(--display); font-size: 25px; text-transform: uppercase; }
.footer-legal { display: flex; justify-content: space-between; gap: 28px; padding-top: 21px; color: rgba(255,255,255,.48); font-size: 11px; }
.footer-legal p { margin: 0; }

@media (max-width: 1000px) {
    .section { padding: 92px 0; }
    .function-grid { grid-template-columns: 1fr 1fr; }
    .project-grid { grid-template-columns: 1fr 1fr; }
    .project-wide { grid-column: span 2; }
    .awards-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1200px); }
    .header-inner { min-height: 82px; }
    .menu-toggle { display: block; }
    .primary-nav { position: absolute; top: 82px; left: 14px; right: 14px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; background: #151515; box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav > a { padding: 13px 12px; }
    .primary-nav .button { margin-top: 7px; }
    .hero { min-height: 760px; }
    .hero-shade { background: linear-gradient(90deg, rgba(6,6,6,.95), rgba(6,6,6,.62)), linear-gradient(0deg, rgba(6,6,6,.75), transparent 70%); }
    .hero h1 { font-size: clamp(76px, 22vw, 108px); }
    .hero-bottom { align-items: flex-start; flex-direction: column; gap: 25px; margin-top: 38px; }
    .manifesto-grid, .section-heading, .awards-grid, .contact-grid { grid-template-columns: 1fr; }
    .manifesto-grid, .section-heading { gap: 24px; }
    .function-grid, .project-grid { grid-template-columns: 1fr; }
    .project-wide { grid-column: auto; }
    .function-grid article { min-height: 270px; }
    .function-grid article > span { margin-bottom: 60px; }
    .project { min-height: 460px; }
    .award-list article { grid-template-columns: 1fr; }
    .award-list img { height: 190px; min-height: 0; }
    .cta-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding: 45px 0; }
    .form-row, .form-footer { grid-template-columns: 1fr; gap: 0; }
    .form-footer { gap: 17px; }
    .form-footer .button { width: 100%; }
    .contact-form { padding: 29px 20px; }
    .footer-main { grid-template-columns: 1fr; gap: 25px; }
    .footer-legal { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
