:root {
  --ink: #201d1e;
  --muted: #6f6a66;
  --line: #ded9d2;
  --paper: #f7f5f0;
  --warm: #d8c8af;
  --coffee: #9a5a28;
  --moss: #6f7a4f;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(32, 29, 30, 0.12);
  background: rgba(247, 245, 240, 0.88);
  backdrop-filter: blur(16px);
}

.brand-mark,
.site-nav {
  display: flex;
  align-items: center;
}

.brand-mark {
  gap: 12px;
  min-width: 0;
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
}

.brand-mark img {
  width: 38px;
  height: 20px;
  object-fit: contain;
}

.brand-mark span {
  transform: translateY(2px);
}

.site-nav {
  gap: clamp(14px, 3vw, 32px);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
}

.site-nav a {
  border-bottom: 1px solid transparent;
}

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

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media,
.hero-content {
  grid-area: 1 / 1;
}

.hero-media {
  position: relative;
  background:
    linear-gradient(90deg, rgba(247, 245, 240, 0.96) 0%, rgba(247, 245, 240, 0.78) 58%, rgba(247, 245, 240, 0.62) 100%),
    linear-gradient(120deg, #f7f5f0, #e9e2d6);
}

.sun-shadow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 58%, rgba(32, 29, 30, 0.04) 58% 59%, transparent 59%),
    repeating-linear-gradient(103deg, transparent 0 58px, rgba(32, 29, 30, 0.035) 59px 60px);
  opacity: 0.45;
}

.hero-content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  max-width: 1120px;
  margin: 0 auto;
  padding: 86px clamp(24px, 5.8vw, 76px) 126px;
}

.hero-text {
  min-width: 0;
}

.hero-logo {
  width: min(286px, 60vw);
  margin-bottom: clamp(48px, 7vw, 72px);
  mix-blend-mode: multiply;
}

.eyebrow,
.section-kicker,
.number,
.site-footer p,
.site-footer address {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.intro-grid h2,
.section-heading h2,
.pure-copy h2,
.world-copy h2 {
  margin: 0;
  max-width: 820px;
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
}

.hero h1 {
  max-width: 480px;
  font-size: clamp(32px, 3.05vw, 40px);
}

.hero-copy {
  max-width: 440px;
  margin: 20px 0 0;
  color: #3c3836;
  font-size: clamp(14px, 1.15vw, 16px);
}

.scroll-link {
  position: absolute;
  left: clamp(24px, 5.8vw, 76px);
  bottom: 28px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(32, 29, 30, 0.28);
  border-radius: 50%;
  color: var(--ink);
}

.intro-section,
.work-section,
.pure-section,
.world-section {
  position: relative;
  padding: clamp(72px, 10vw, 132px) clamp(24px, 7vw, 96px);
}

.section-symbol {
  position: absolute;
  right: clamp(24px, 7vw, 96px);
  top: 42px;
  width: 92px;
  opacity: 0.16;
}

.section-symbol img {
  width: 100%;
  mix-blend-mode: multiply;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(36px, 8vw, 112px);
  align-items: start;
  margin-top: 18px;
}

.intro-grid h2,
.section-heading h2,
.pure-copy h2,
.world-copy h2 {
  font-size: clamp(34px, 5vw, 68px);
}

.intro-copy {
  display: grid;
  gap: 18px;
  max-width: 700px;
  color: #3f3a37;
  font-size: clamp(16px, 1.6vw, 20px);
}

.intro-copy p,
.pure-copy p,
.world-section p {
  margin: 0;
}

.work-section {
  background: var(--ink);
  color: var(--white);
}

.work-section .section-kicker,
.work-section .number {
  color: #b9b1a8;
}

.section-heading {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.work-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(44px, 6vw, 72px);
  background: rgba(255, 255, 255, 0.18);
}

.work-list article {
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--ink);
}

.number {
  display: block;
  margin-bottom: 52px;
}

.work-list h3 {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 500;
}

.work-list p {
  margin: 0;
  color: #ddd8d0;
}

.pure-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  background: #fffdf8;
}

.symbol-panel {
  display: grid;
  min-height: 460px;
  place-items: center;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(216, 200, 175, 0.18), rgba(255, 255, 255, 0.6)),
    var(--paper);
}

.symbol-panel img {
  width: min(240px, 50vw);
  mix-blend-mode: multiply;
}

.pure-copy {
  max-width: 760px;
}

.pure-copy h2 {
  margin-top: 14px;
}

.pure-copy p {
  margin-top: 28px;
  color: #3f3a37;
  font-size: clamp(16px, 1.6vw, 20px);
}

.principles {
  display: grid;
  gap: 0;
  margin: 42px 0 0;
  border-top: 1px solid var(--line);
}

.principles div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.principles dt {
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: 24px;
}

.principles dd {
  margin: 0;
  color: var(--muted);
}

.world-section {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 520px);
  gap: clamp(36px, 8vw, 120px);
  align-items: end;
  min-height: 62vh;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(247, 245, 240, 0.58), var(--paper)),
    radial-gradient(circle at 10% 15%, rgba(111, 122, 79, 0.16), transparent 28%);
}

.world-symbol {
  top: auto;
  bottom: 46px;
}

.world-section p {
  color: #3f3a37;
  font-size: clamp(17px, 1.8vw, 24px);
}

.site-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  padding: 42px clamp(24px, 7vw, 96px);
  border-top: 1px solid var(--line);
  background: #fffdf8;
}

.site-footer img {
  width: min(300px, 72vw);
  mix-blend-mode: multiply;
}

.site-footer p {
  margin: 12px 0 0;
}

.site-footer address {
  display: grid;
  gap: 8px;
  text-align: right;
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .site-nav {
    display: none;
  }

  .hero-content {
    display: flex;
    padding-top: 112px;
  }

  .hero-logo {
    width: min(220px, 68vw);
    margin-bottom: 48px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 42px);
  }

  .intro-grid,
  .pure-section,
  .world-section {
    grid-template-columns: 1fr;
  }

  .work-list {
    grid-template-columns: 1fr;
  }

  .work-list article {
    min-height: auto;
  }

  .number {
    margin-bottom: 42px;
  }

  .symbol-panel {
    min-height: 280px;
  }

  .principles div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    display: grid;
  }

  .site-footer address {
    text-align: left;
  }
}

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