:root {
  --ink: #11100e;
  --paper: #e8ddc5;
  --red: #a52a24;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; }
.site-header {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 4vw;
  color: #f5efdf;
}
.site-header nav { display: flex; gap: 24px; }
.site-header a { text-decoration: none; font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
.wordmark { font-size: 18px !important; letter-spacing: -.02em !important; }
.hero { position: relative; min-height: 92vh; overflow: hidden; background: #0e0d0b; color: #f4eddd; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .75; filter: contrast(1.08) brightness(.72); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,9,8,.15), rgba(10,9,8,.18) 45%, rgba(10,9,8,.9)); }
.hero-copy { position: relative; z-index: 1; width: min(620px, 48vw); margin-left: auto; padding: 25vh 6vw 12vh 4vw; }
.kicker { color: #d55b4b; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; }
h1 { margin: 18px 0; font-size: clamp(52px, 7.5vw, 116px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.lede { max-width: 520px; font-size: clamp(17px, 2vw, 24px); line-height: 1.35; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-block; border: 2px solid currentColor; padding: 13px 20px; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .06em; }
.button-dark { background: #f4eddd; color: var(--ink); border-color: #f4eddd; }
.preview-strip { padding: 28px 4vw; display: flex; justify-content: space-between; gap: 24px; text-transform: uppercase; border-bottom: 2px solid var(--ink); }
.preview-strip p { margin: 0; font-size: 12px; letter-spacing: .08em; }
.preview-strip strong { color: var(--red); }
.section { padding: 110px 5vw; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.eyebrow { margin: 0 0 13px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h2 { margin: 0 0 24px; font-size: clamp(44px, 6.5vw, 92px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
h3 { margin: 0; font-size: clamp(28px, 3vw, 48px); line-height: .95; text-transform: uppercase; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 620px; font-size: 19px; line-height: 1.55; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.project-card { display: grid; background: #f3ead6; border: 2px solid var(--ink); }
.project-card.project-wide { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); }
.project-image { min-height: 560px; overflow: hidden; background: var(--ink); }
.project-wide .project-image { min-height: 760px; }
.project-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.project-card:hover .project-image img { transform: scale(1.015); }
.project-copy { padding: 32px; align-self: end; }
.project-copy > p:last-child { max-width: 420px; line-height: 1.5; }
.archive-section { padding: 120px 5vw; color: #f4eddd; background: var(--ink); }
.archive-heading { max-width: 900px; margin-bottom: 62px; }
.archive-heading > p:last-child { max-width: 720px; font-size: 19px; line-height: 1.55; }
.archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.archive-card { overflow: hidden; border: 1px solid #645f55; background: #181613; }
.archive-card.archive-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); }
.archive-card figure { margin: 0; height: 720px; overflow: hidden; background: #090806; }
.archive-card.archive-wide figure { height: 620px; }
.archive-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; filter: contrast(1.02); transition: transform .45s ease; }
.archive-card:hover figure img { transform: scale(1.012); }
.archive-copy { padding: 30px; align-self: end; }
.archive-copy h3 { color: #f4eddd; }
.archive-copy > p:last-child { max-width: 430px; color: #bdb5a4; line-height: 1.5; }
.archive-meta { color: #d0c6b2; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.pitch-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; padding: 120px 6vw; color: #f4eddd; background: var(--ink); align-items: start; }
.pitch-copy { position: sticky; top: 36px; padding-top: 50px; }
.pitch-copy > p:not(.eyebrow) { font-size: 19px; line-height: 1.55; }
.commitments { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid #6e695e; }
.commitments li { padding: 16px 0; border-bottom: 1px solid #6e695e; text-transform: uppercase; font-weight: 900; }
.pitch-art { margin: 0; }
.pitch-art img { display: block; width: 100%; border: 3px solid #f4eddd; }
.pitch-art figcaption { margin-top: 10px; color: #a9a396; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.about-section { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(420px, 1.2fr); gap: 7vw; align-items: center; }
.portrait-card { overflow: hidden; min-height: 720px; border: 2px solid var(--ink); }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; display: block; }
.about-copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.6; }
.about-copy .large-copy { font-size: 27px !important; line-height: 1.3 !important; font-weight: 700; }
blockquote { margin: 42px 0 0; padding: 28px 0 0 28px; border-top: 2px solid var(--ink); border-left: 12px solid var(--red); font-size: clamp(24px, 3vw, 42px); line-height: 1.08; font-weight: 900; }
.services { padding: 110px 5vw; color: #f4eddd; background: var(--red); }
.light-heading .eyebrow { color: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid #f4eddd; border-left: 2px solid #f4eddd; }
.service-card { min-height: 300px; padding: 26px; border-right: 2px solid #f4eddd; border-bottom: 2px solid #f4eddd; }
.service-card span { display: block; margin-bottom: 70px; color: var(--ink); font-size: 13px; font-weight: 900; }
.service-card h3 { font-size: 30px; }
.service-price { display: block; margin: 12px 0 18px; color: var(--ink); font-size: 22px; text-transform: uppercase; }
.service-card p { line-height: 1.5; }
.rate-note { margin-top: 42px; padding: 28px; background: var(--ink); }
.rate-note strong { font-size: 30px; text-transform: uppercase; }
.rate-note p { margin-bottom: 8px; font-size: 18px; }
.rate-note small { color: #bbb3a2; }
.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; background: #f3ead6; }
.contact-copy > p { max-width: 560px; font-size: 17px; line-height: 1.6; }
.button-red { margin-top: 22px; background: var(--red); color: #fff6e3; border-color: var(--red); }
.contact-email { font-size: 13px !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form { display: grid; gap: 20px; padding: 36px; border: 2px solid var(--ink); background: var(--paper); }
.inquiry-form label { display: grid; gap: 8px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form textarea { width: 100%; border: 0; border-bottom: 2px solid var(--ink); border-radius: 0; padding: 12px 4px; background: transparent; color: var(--ink); font: inherit; font-size: 17px; }
.inquiry-form textarea { border: 2px solid var(--ink); resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.checkbox-label { grid-template-columns: auto 1fr !important; align-items: start; text-transform: none !important; letter-spacing: 0 !important; line-height: 1.45; }
.checkbox-label input { width: 18px; }
.form-submit { width: 100%; background: var(--ink); color: #fff6e3; cursor: pointer; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 18px 40px; padding: 55px 5vw; color: #f4eddd; background: var(--ink); align-items: end; }
footer p { margin: 0; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
footer small { grid-column: 1 / -1; color: #9d978b; border-top: 1px solid #4a463f; padding-top: 20px; }
.footer-mark { text-decoration: none; color: #f4eddd; }

@media (max-width: 760px) {
  .site-header nav { display: none; }
  .hero { min-height: 88vh; }
  .hero > img { object-position: 60% center; opacity: .6; }
  .hero::after { background: linear-gradient(0deg, rgba(10,9,8,.92), rgba(10,9,8,.05) 70%); }
  .hero-copy { width: 100%; margin: 0; padding: 48vh 24px 56px; }
  h1 { font-size: clamp(46px, 16vw, 76px); }
  .preview-strip { flex-direction: column; }
  .section { padding: 76px 24px; }
  .project-grid, .project-card.project-wide, .archive-grid, .archive-card.archive-wide, .pitch-section, .about-section, .contact-section { grid-template-columns: 1fr; }
  .project-card.project-wide { grid-column: auto; }
  .archive-card.archive-wide { grid-column: auto; }
  .project-image, .project-wide .project-image { min-height: 520px; }
  .archive-section { padding: 76px 24px; }
  .archive-card figure, .archive-card.archive-wide figure { height: 560px; }
  .pitch-section { padding: 76px 24px; }
  .pitch-copy { position: static; padding-top: 0; }
  .portrait-card { min-height: 480px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 240px; }
  .form-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer small { grid-column: auto; }
}

@media (max-width: 470px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card span { margin-bottom: 36px; }
}
