:root {
  --bg: #faf8f3;
  --ink: #171512;
  --muted: #625c52;
  --line: #e6e0d4;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", Times, serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

figure {
  margin: 0;
}

.wrap {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 72px);
}

/* ---------- Header ---------- */

.site-header {
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  margin-inline: auto;
  padding: 18px clamp(20px, 5vw, 72px);
}

.site-nav {
  display: flex;
  gap: clamp(22px, 3vw, 44px);
}

.site-nav a {
  color: inherit;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.brand {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

/* ---------- Hero ---------- */

.hero img {
  height: min(86vh, 980px);
  object-fit: cover;
}

.hero-note {
  margin: 0;
  padding: 28px clamp(20px, 5vw, 72px) 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
}

/* ---------- About ---------- */

.about {
  padding-top: clamp(96px, 14vh, 170px);
  padding-bottom: clamp(64px, 9vh, 104px);
}

.about h2 {
  margin: 0 0 clamp(28px, 4vh, 44px);
  font-family: var(--serif);
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.12;
  max-width: 860px;
}

.about p {
  margin: 0;
  color: #4d4840;
  font-size: 16px;
  max-width: 60ch;
}

.about p + p {
  margin-top: 1.15em;
}

/* ---------- Editorial ---------- */

.editorial {
  padding-bottom: clamp(48px, 7vh, 84px);
}

.editorial figure {
  margin-bottom: clamp(76px, 11vh, 140px);
}

.editorial figure.fig-last {
  margin-bottom: 0;
}

.dev img {
  aspect-ratio: 4 / 3;
  margin-left: auto;
  object-fit: cover;
  width: min(82%, 960px);
}

.duo {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  column-gap: clamp(20px, 3vw, 56px);
  align-items: start;
  margin-bottom: clamp(76px, 11vh, 140px);
}

.duo img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.duo figure {
  margin-bottom: 0;
}

.duo .duo-offset {
  margin-top: clamp(48px, 7vw, 104px);
}

.studio img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.closing img {
  aspect-ratio: 3 / 2;
  margin-right: auto;
  object-fit: cover;
  width: min(78%, 920px);
}

/* ---------- Contact / footer ---------- */

.site-footer {
  border-top: 1px solid var(--line);
  padding-top: clamp(80px, 11vh, 132px);
  padding-bottom: clamp(48px, 7vh, 76px);
  text-align: center;
}

.footer-brand {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.site-footer p {
  margin: 4px 0;
  color: #4d4840;
}

.footer-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-contact {
  line-height: 1.9;
  margin-top: 8px;
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-footer a:hover {
  color: var(--ink);
}

.legal {
  margin-top: clamp(44px, 7vh, 76px) !important;
  color: var(--muted) !important;
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1.9;
  text-transform: uppercase;
}

/* ---------- Mobile ---------- */

@media (max-width: 760px) {
  .header-inner {
    padding: 13px 18px;
  }

  .site-nav {
    gap: 18px;
  }

  .site-nav a {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .brand {
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  .hero img {
    height: 55vh;
    min-height: 340px;
  }

  .hero-note {
    padding-top: 20px;
  }

  .about {
    padding-top: 72px;
    padding-bottom: 56px;
  }

  .about p {
    font-size: 15px;
  }

  .editorial figure {
    margin-bottom: 52px;
  }

  .dev img,
  .closing img {
    width: 100%;
  }

  .duo {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .duo figure {
    margin-bottom: 24px;
  }

  .duo figure:last-child {
    margin-bottom: 0;
  }

  .duo .duo-offset {
    margin-top: 0;
  }
}
