:root {
  --red: #eb4f43;
  --black: #0a0a09;
  --cream: #f1eee7;
  --white: #fff;
  --gray: #aaa69f;
  --line: rgba(10, 10, 9, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--cream); font-family: "Space Mono", monospace; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; } 
::selection { color: var(--white); background: var(--red); }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 92px; padding: 15px clamp(20px, 4vw, 64px); color: var(--white); background: var(--black); border-bottom: 1px solid #353535; }
.brand img { width: 245px; height: auto; }
nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 40px); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
nav a { text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--red); }
.nav-cta { padding: 14px 17px; color: var(--black); background: var(--red); }
.nav-cta span { margin-left: 12px; }
.menu-toggle { display: none; color: var(--white); background: transparent; border: 0; }

.hero { position: relative; display: grid; grid-template-columns: minmax(360px, .84fr) 1.16fr; min-height: calc(100vh - 92px); color: var(--white); background: var(--black); overflow: hidden; }
.hero-copy { z-index: 2; align-self: center; padding: clamp(56px, 7vw, 110px) clamp(28px, 4vw, 64px); }
.kicker, .section-number { margin: 0 0 50px; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.kicker span { display: inline-grid; place-items: center; width: 42px; height: 28px; margin-right: 10px; color: var(--white); background: var(--red); font-family: "Roboto Slab", serif; font-size: .88rem; }
h1, h2 { margin: 0; font-family: "Roboto Slab", Georgia, serif; font-weight: 800; letter-spacing: -.055em; line-height: .9; }
h1 { font-size: clamp(4rem, 7.7vw, 8.5rem); }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 590px; margin: 36px 0 42px; color: #c8c5bf; font-family: "Roboto Slab", serif; font-size: clamp(1rem, 1.4vw, 1.35rem); line-height: 1.55; }
.text-link { display: inline-flex; gap: 45px; padding-bottom: 8px; border-bottom: 2px solid var(--red); font-size: .72rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.hero-image { position: relative; min-height: 650px; background: linear-gradient(90deg, var(--black) 0, transparent 25%), linear-gradient(0deg, rgba(0,0,0,.2), transparent 45%), url("https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=1600&q=88") center/cover; filter: grayscale(100%) contrast(1.08); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: rgba(235, 79, 67, .09); mix-blend-mode: color; }
.image-tag { position: absolute; z-index: 2; right: 30px; bottom: 30px; padding: 12px 14px; color: var(--black); background: var(--red); font-size: .65rem; font-weight: 700; line-height: 1.45; text-transform: uppercase; }
.side-note { position: absolute; z-index: 3; right: -64px; top: 50%; margin: 0; color: rgba(255,255,255,.62); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; transform: rotate(90deg); }

.marquee { overflow: hidden; padding: 16px 0; color: var(--black); background: var(--red); font-family: "Archivo Black", sans-serif; font-size: clamp(1.3rem, 2.1vw, 2.25rem); text-transform: uppercase; white-space: nowrap; }
.marquee div { width: max-content; animation: scroll 28s linear infinite; }
.marquee b { padding: 0 26px; color: var(--cream); }
@keyframes scroll { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(80px, 11vw, 160px) clamp(20px, 5vw, 80px); }
.section-number { margin-bottom: 48px; border-top: 1px solid var(--line); padding-top: 14px; }
.section-number.light { border-color: rgba(255,255,255,.35); }
h2 { font-size: clamp(3.1rem, 7vw, 7.8rem); }
.section-intro { display: grid; grid-template-columns: .45fr 1.25fr .6fr; gap: 40px; align-items: end; margin-bottom: 70px; }
.section-intro .section-number { align-self: start; }
.section-intro p:last-child, .services-head p, .contact-copy > p { color: #5b5955; font-family: "Roboto Slab", serif; font-size: 1.05rem; line-height: 1.65; }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px 22px; align-items: start; }
.project { margin: 0; }
.project:nth-child(3) { grid-column: 2; }
.project-image { height: clamp(360px, 48vw, 720px); background-position: center; background-size: cover; filter: grayscale(100%); transition: filter .4s, transform .4s; }
.project:hover .project-image { filter: grayscale(0%); }
.project-two .project-image, .project-three .project-image { height: clamp(300px, 34vw, 520px); }
.project-one .project-image { background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=88"); }
.project-two .project-image { background-image: url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1000&q=88"); }
.project-three .project-image { background-image: url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1000&q=88"); }
.project-meta { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: start; padding: 18px 0; border-top: 3px solid var(--black); }
.project-meta span, .project-meta p { margin: 0; font-size: .65rem; text-transform: uppercase; }
.project-meta h3 { margin: 0 0 5px; font-family: "Roboto Slab", serif; font-size: 1.45rem; }
.project-meta b { color: var(--red); font-size: 1.5rem; }

.services { color: var(--white); background: var(--black); }
.services-head { display: grid; grid-template-columns: 1.3fr .55fr; gap: 60px; align-items: end; margin-bottom: 90px; }
.services-head p { color: #aaa; }
.service-list { border-top: 1px solid #444; }
.service-list article { display: grid; grid-template-columns: 100px .8fr 1fr; gap: 40px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid #444; transition: padding .25s, background .25s; }
.service-list article:hover { padding-left: 20px; background: var(--red); }
.service-list span { font-size: .68rem; }
.service-list h3 { margin: 0; font-family: "Roboto Slab", serif; font-size: clamp(1.7rem, 3vw, 3.3rem); }
.service-list p { max-width: 540px; margin: 0; color: #aaa; line-height: 1.55; }
.service-list article:hover p { color: var(--black); }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.process-title { position: sticky; top: 135px; align-self: start; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 3px solid var(--black); }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 32px 0 42px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--red); font-weight: 700; }
.process-list h3 { margin: 0 0 10px; font-family: "Roboto Slab", serif; font-size: clamp(1.8rem, 3vw, 3.2rem); }
.process-list p { max-width: 520px; margin: 0; color: #5b5955; line-height: 1.6; }

.manifesto { padding: clamp(80px, 12vw, 170px) 5vw; text-align: center; color: var(--white); background: var(--red); }
.manifesto p { margin: 0 0 25px; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.manifesto h2 { font-size: clamp(3.5rem, 8.5vw, 9.5rem); }
.manifesto h2 span { color: var(--black); }

.contact { display: grid; grid-template-columns: 1fr .85fr; gap: 8vw; color: var(--white); background: var(--black); }
.contact-copy > p { max-width: 520px; margin: 36px 0; color: #aaa; }
.contact-copy > a { color: var(--red); font-size: .82rem; font-weight: 700; text-transform: uppercase; }
.contact-form { display: grid; gap: 25px; align-self: end; }
.contact-form label { display: grid; gap: 9px; color: #aaa; font-size: .65rem; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 10px 0 14px; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid #555; border-radius: 0; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); }
.contact-form select option { color: var(--black); }
.contact-form textarea { resize: vertical; }
.contact-form button { display: flex; justify-content: space-between; margin-top: 10px; padding: 18px 20px; color: var(--black); background: var(--red); border: 0; font-size: .72rem; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.contact-form button:hover { background: var(--cream); }
.form-note { min-height: 20px; margin: 0; color: var(--red); font-size: .7rem; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: end; padding: 32px 5vw; color: #aaa; background: var(--black); border-top: 1px solid #444; font-size: .65rem; line-height: 1.6; text-transform: uppercase; }
footer img { width: 205px; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }

@media (max-width: 920px) {
  .site-header { min-height: 78px; }
  .brand img { width: 205px; }
  .menu-toggle { display: grid; grid-template-columns: auto 26px; gap: 4px 12px; align-items: center; font-size: .68rem; text-transform: uppercase; cursor: pointer; }
  .menu-toggle span { grid-row: span 2; }
  .menu-toggle i { display: block; width: 26px; height: 2px; background: var(--red); transition: .25s; }
  nav { position: absolute; top: 78px; left: 0; right: 0; display: none; align-items: stretch; padding: 25px; color: var(--white); background: var(--black); border-top: 1px solid #333; }
  nav.open { display: grid; }
  nav a { padding: 13px 0; }
  .nav-cta { padding: 16px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 90px; padding-bottom: 70px; }
  .hero-image { min-height: 65vw; }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro p:last-child { max-width: 600px; }
  .services-head, .process, .contact { grid-template-columns: 1fr; }
  .process-title { position: static; }
  .contact-form { margin-top: 30px; }
}

@media (max-width: 620px) {
  .brand img { width: 177px; }
  h1 { font-size: clamp(3.55rem, 18vw, 5.4rem); }
  h2 { font-size: clamp(3rem, 15vw, 5.2rem); }
  .kicker { margin-bottom: 35px; }
  .side-note { display: none; }
  .hero-image { min-height: 100vw; background-image: linear-gradient(0deg, rgba(0,0,0,.15), transparent 45%), url("https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=900&q=85"); }
  .project-grid { grid-template-columns: 1fr; gap: 55px; }
  .project:nth-child(3) { grid-column: auto; }
  .project-image, .project-two .project-image, .project-three .project-image { height: 105vw; max-height: 540px; }
  .services-head { margin-bottom: 55px; }
  .service-list article { grid-template-columns: 42px 1fr; gap: 10px; }
  .service-list article p { grid-column: 2; }
  .process-list li { grid-template-columns: 50px 1fr; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
}
