:root {
  --ink: #20201d;
  --muted: #77756d;
  --paper: #f3f1eb;
  --soft: #e7e4db;
  --line: rgba(32, 32, 29, 0.18);
  --orange: #ee6c3b;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1380px;
  padding: 28px 5vw;
}

.wordmark,
.header-link,
.eyebrow,
.section-number,
.art-label,
.art-caption,
.site-footer {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wordmark { font-weight: 700; letter-spacing: 0.18em; }

.header-link,
.contact-link { transition: color 180ms ease; }

.header-link:hover,
.contact-link:hover { color: var(--orange); }

.header-link span,
.contact-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 180ms ease;
}

.header-link:hover span,
.contact-link:hover span { transform: translate(3px, -3px); }

.page-shell {
  margin: 0 auto;
  max-width: 1380px;
  padding: 0 5vw;
}

.hero {
  align-items: stretch;
  display: grid;
  gap: clamp(30px, 7vw, 120px);
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  min-height: min(760px, calc(100vh - 80px));
  padding: clamp(64px, 10vw, 150px) 0 clamp(82px, 12vw, 170px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eyebrow,
.section-number { color: var(--muted); margin: 0; }

h1,
h2,
p { margin-top: 0; }

h1 {
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 400;
  letter-spacing: -0.085em;
  line-height: 0.83;
  margin: clamp(80px, 13vh, 160px) 0 64px -0.07em;
}

.accent-dot { color: var(--orange); }

.hero-bottomline {
  align-items: flex-end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  max-width: 570px;
}

.intro {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 335px;
}

.circle-arrow {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  flex: 0 0 62px;
  font-size: 21px;
  height: 62px;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.circle-arrow:hover {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(5px);
}

.hero-art {
  background: var(--soft);
  min-height: 490px;
  overflow: hidden;
  position: relative;
}

.art-label,
.art-caption {
  color: var(--muted);
  line-height: 1.45;
  position: absolute;
  z-index: 2;
}

.art-label { left: 24px; top: 24px; }
.art-caption { bottom: 24px; right: 24px; text-align: right; }

.art-orbit {
  border: 1px solid var(--orange);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  background: var(--orange);
  border: 0;
  height: 132px;
  width: 132px;
}

.orbit-two { height: 250px; width: 250px; }
.orbit-three { height: 390px; width: 390px; }

.art-core {
  color: var(--paper);
  font-size: 16px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.08em;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.statement,
.work-section,
.contact-section { border-top: 1px solid var(--line); }

.statement {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 2fr;
  padding: 56px 0 150px;
}

.statement-copy {
  font-size: clamp(28px, 4vw, 54px);
  letter-spacing: -0.05em;
  line-height: 1.03;
  margin: 0;
  max-width: 800px;
}

.statement-copy em { color: var(--orange); font-style: normal; }

.work-section { padding: 50px 0 150px; }

.section-heading {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 2fr;
}

h2 {
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.92;
  margin: 0;
}

.project-list {
  margin-left: calc(33.333% + 40px);
  margin-top: 88px;
}

.project-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 48px 1fr minmax(180px, 0.7fr) 24px;
  padding: 26px 0;
  transition: color 180ms ease, padding 180ms ease;
}

.project-row:last-child { border-bottom: 1px solid var(--line); }

.project-row:hover {
  color: var(--orange);
  padding-left: 10px;
}

.project-number,
.project-description { color: var(--muted); font-size: 12px; }

.project-title { font-size: 28px; letter-spacing: -0.04em; }
.project-description { line-height: 1.35; }
.project-arrow { font-size: 21px; text-align: right; }

.contact-section {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 2fr;
  padding: 52px 0 150px;
}

.contact-section h2 span { color: var(--orange); }

.contact-link {
  border-bottom: 1px solid var(--ink);
  display: inline-block;
  font-size: 16px;
  margin-top: 55px;
  padding-bottom: 8px;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  padding: 24px 0 30px;
}

@media (max-width: 760px) {
  .site-header { padding-top: 22px; }
  .header-link { font-size: 10px; }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-top: 74px;
  }

  h1 {
    font-size: clamp(62px, 18vw, 115px);
    margin: 90px 0 58px -0.06em;
  }

  .hero-art { min-height: 360px; }
  .orbit-three { height: 300px; width: 300px; }

  .statement,
  .section-heading,
  .contact-section {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .statement { padding-bottom: 100px; }
  .work-section,
  .contact-section { padding-bottom: 105px; }

  .section-heading h2,
  .contact-section > div { padding-left: 25%; }

  .project-list { margin-left: 0; margin-top: 62px; }

  .project-row {
    gap: 10px;
    grid-template-columns: 34px 1fr 20px;
  }

  .project-description { display: none; }
  .project-title { font-size: 24px; }

  .site-footer { font-size: 9px; gap: 20px; }
}
