:root {
  --red: #f42635;
  --black: #0a0a0a;
  --paper: #eeeae6;
  --muted: #98918c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 104px;
  padding: 24px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.brand {
  width: 78px;
  display: block;
}
.brand img { width: 100%; height: auto; }
nav { display: flex; gap: 38px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
nav a, footer a { transition: color .2s ease; }
nav a:hover, footer a:hover { color: var(--red); }
.header-cta { padding: 13px 19px; border: 1px solid rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.hero { position: relative; min-height: 820px; height: 100vh; overflow: hidden; color: white; background: #111; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1); transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.66) 42%, rgba(0,0,0,.12) 80%), linear-gradient(0deg, rgba(0,0,0,.5), transparent 50%); }
.hero-copy { position: relative; z-index: 2; padding: 190px 5vw 100px; max-width: 850px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 700; }
.eyebrow.red { color: var(--red); }
h1, h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-weight: 500; text-transform: uppercase; line-height: .88; letter-spacing: -.02em; }
h1 { font-size: clamp(76px, 10.5vw, 164px); }
h1 em { color: var(--red); font-style: normal; }
.hero-intro { max-width: 530px; margin: 35px 0; font-size: 18px; line-height: 1.55; color: #dedede; }
.primary-button { display: inline-flex; gap: 42px; padding: 17px 20px; align-items: center; background: var(--red); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 700; }
.primary-button span { font-size: 17px; }
.scroll-note { position: absolute; z-index: 2; right: 4vw; bottom: 36px; margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.scroll-note span { color: var(--red); margin-left: 10px; }
.section { padding: 130px 7vw; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
h2 { font-size: clamp(54px, 6.6vw, 100px); }
.intro-body { max-width: 650px; font-size: 16px; line-height: 1.8; color: #4e4945; }
.intro-body .lead { margin-top: 0; font-size: 25px; line-height: 1.45; color: var(--black); }
.numbers { display: grid; grid-template-columns: repeat(4,1fr); background: var(--red); color: white; padding: 55px 7vw; }
.numbers article { padding: 12px 35px; border-right: 1px solid rgba(255,255,255,.38); }
.numbers article:first-child { padding-left: 0; }
.numbers article:last-child { border: 0; }
.numbers strong { display: block; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(45px,5.5vw,82px); font-weight: 500; line-height: 1; }
.numbers span { display: block; margin-top: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.services { display: grid; grid-template-columns: .7fr 1fr; gap: 10vw; background: #111; color: white; }
.section-heading { position: sticky; top: 40px; align-self: start; }
.service-list { border-top: 1px solid #373737; }
.service-list article { position: relative; display: grid; grid-template-columns: 45px 1fr 1.2fr 20px; gap: 20px; align-items: start; padding: 32px 0; border-bottom: 1px solid #373737; }
.service-list span { color: var(--red); font-size: 11px; }
.service-list h3 { margin: 0; font-size: 21px; }
.service-list p { margin: 0; color: #9d9d9d; font-size: 13px; line-height: 1.65; }
.service-list b { color: var(--red); }
.statement { display: grid; grid-template-columns: 1fr 1fr; background: var(--red); color: white; min-height: 760px; }
.statement > img { height: 100%; object-fit: cover; filter: grayscale(1); }
.statement > div { padding: 100px 7vw; display: flex; flex-direction: column; justify-content: center; }
.statement h2 { font-size: clamp(56px, 6vw, 92px); }
.values { margin-top: 55px; display: grid; gap: 25px; }
.values article { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.45); display: grid; grid-template-columns: 160px 1fr; gap: 20px; }
.values strong { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.values p { margin: 0; font-size: 13px; line-height: 1.6; }
.work { background: var(--paper); }
.section-heading.split { position: static; display: flex; justify-content: space-between; align-items: end; margin-bottom: 70px; }
.section-heading.split > p { max-width: 390px; margin: 0; color: #625d59; line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px 22px; }
.project-image { aspect-ratio: 4/5; overflow: hidden; background: #ccc; }
.project-image img { height: 100%; object-fit: cover; filter: grayscale(1); transition: transform .5s ease, filter .4s ease; }
.project-grid article:hover img { transform: scale(1.04); filter: grayscale(.2); }
.project-grid article > p { margin: 18px 0 10px; color: var(--red); font-weight: 700; font-size: 11px; letter-spacing: .1em; }
.project-grid h3 { margin: 0 0 6px; font-size: 20px; }
.project-grid span { color: #716b67; font-size: 12px; }
.testimonial { padding: 125px 18vw; background: #111; color: white; text-align: center; }
.quote-mark { margin: 0; font-family: Georgia, serif; font-size: 90px; line-height: .5; color: var(--red); }
blockquote { margin: 35px auto 40px; max-width: 930px; font-size: clamp(28px,3.4vw,50px); line-height: 1.25; font-weight: 600; letter-spacing: -.025em; }
.testimonial > p:last-child { color: #999; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; line-height: 1.7; }
.testimonial strong { color: white; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding: 120px 7vw; background: var(--red); color: white; }
.contact-links { display: flex; flex-direction: column; justify-content: end; }
.contact-links a { display: flex; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 20px; }
.contact-links a span { font-size: 16px; }
.contact-links p { margin: 35px 0 0; font-size: 12px; line-height: 1.7; text-transform: uppercase; letter-spacing: .1em; }
footer { background: #080808; color: #aaa; padding: 45px 5vw; display: flex; justify-content: space-between; align-items: end; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-brand { width: 82px; color: white; }

@media (max-width: 800px) {
  .site-header { min-height: 86px; }
  nav { display: none; }
  .header-cta { padding: 11px 13px; }
  .hero { min-height: 760px; }
  .hero-copy { padding-top: 180px; }
  h1 { font-size: clamp(66px, 21vw, 100px); }
  .hero-intro { font-size: 16px; }
  .section { padding: 90px 6vw; }
  .intro, .services, .statement, .contact { grid-template-columns: 1fr; }
  .intro { gap: 50px; }
  .numbers { grid-template-columns: 1fr 1fr; padding: 35px 6vw; gap: 25px 0; }
  .numbers article { padding: 8px 20px; }
  .numbers article:nth-child(2) { border: 0; }
  .services { gap: 55px; }
  .section-heading { position: static; }
  .service-list article { grid-template-columns: 35px 1fr 20px; }
  .service-list p { grid-column: 2/4; }
  .statement > img { height: 480px; }
  .statement > div { padding: 80px 6vw; }
  .values article { grid-template-columns: 120px 1fr; }
  .section-heading.split { align-items: start; flex-direction: column; gap: 35px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .testimonial { padding: 100px 7vw; }
  .contact { gap: 65px; }
  footer { align-items: start; gap: 30px; flex-direction: column; }
}

@media (max-width: 520px) {
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.38)); }
  .hero-copy { padding-left: 6vw; padding-right: 6vw; }
  .scroll-note { display: none; }
  .project-grid { grid-template-columns: 1fr; }
  .project-image { aspect-ratio: 4/4.6; }
  .contact-links a { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .project-image img { transition: none; }
}
