:root {
  --paper: #f7f6f1;
  --white: #ffffff;
  --ink: #070707;
  --muted: #69665f;
  --line: rgba(7, 7, 7, 0.13);
  --soft: #e9e4da;
  --mint: #dfeee7;
  --gold: #b9975b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Space Grotesk", "Arial Narrow", Arial, sans-serif;
  line-height: 1.35;
}

body.motion-ready {
  --scroll-progress: 0%;
}

body.motion-ready::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: var(--scroll-progress);
  height: 3px;
  background: var(--ink);
  pointer-events: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 52px);
  background: rgba(247, 246, 241, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.wordmark {
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.wordmark span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

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

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: clamp(36px, 7vw, 86px) clamp(18px, 5vw, 76px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.075em;
}

h1 {
  max-width: 860px;
  font-size: clamp(68px, 11vw, 176px);
  line-height: 0.78;
}

h2 {
  max-width: 1040px;
  font-size: clamp(42px, 7vw, 116px);
  line-height: 0.82;
}

h3 {
  font-size: clamp(25px, 3.4vw, 54px);
  line-height: 0.9;
}

.hero-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 23px);
}

.hero-visual {
  min-height: 72vh;
  border-radius: 0 0 110px 0;
  overflow: hidden;
  background: var(--soft);
  transform: translate3d(0, var(--hero-drift, 0px), 0);
  transition: transform 120ms linear;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.repertoire {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 76px) 44px;
}

.rep-card {
  min-height: 190px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.rep-card p {
  margin: 18px 0 0;
  color: var(--muted);
}

.rep-card:hover {
  background: #fbfaf6;
  box-shadow: 0 22px 44px rgba(7, 7, 7, 0.08);
  transform: translateY(-6px);
}

.section {
  padding: clamp(54px, 8vw, 116px) clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
}

.intro-line {
  display: grid;
  grid-template-columns: minmax(220px, 0.4fr) minmax(0, 1fr);
  gap: clamp(26px, 6vw, 90px);
  align-items: start;
}

.intro-line > p:last-child {
  margin: 0;
  max-width: 1020px;
  font-size: clamp(30px, 5vw, 82px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.statement-copy {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  max-width: 980px;
}

.statement-copy h2 {
  max-width: 780px;
  color: #77736c;
  font-size: clamp(18px, 2.3vw, 34px);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.05;
  text-transform: uppercase;
}

.statement-copy p {
  margin: 0;
  max-width: 800px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.32;
}

.statement-copy a,
.hero-copy a {
  border-bottom: 0.08em solid currentColor;
}

.project {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.project-copy {
  position: sticky;
  top: 110px;
}

.project-copy p:not(.eyebrow) {
  max-width: 430px;
  color: var(--muted);
  font-size: 17px;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.meta li {
  padding: 8px 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.frame {
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.frame img {
  transform: scale(1.001);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.frame:hover {
  box-shadow: 0 22px 50px rgba(7, 7, 7, 0.08);
  transform: translateY(-4px);
}

.frame:hover img {
  transform: scale(1.035);
}

.frame.wide {
  grid-column: span 12;
  aspect-ratio: 16 / 8.5;
}

.frame.half {
  grid-column: span 6;
  aspect-ratio: 4 / 3;
}

.frame.third {
  grid-column: span 4;
  aspect-ratio: 3 / 4;
}

.frame.poster {
  grid-column: span 6;
  aspect-ratio: 2 / 3;
  background: var(--white);
}

.frame.poster img {
  object-fit: contain;
}

.frame.poster:hover img {
  transform: scale(1.015);
}

.photo-flow {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.photo-flow .portrait {
  grid-column: span 4;
  aspect-ratio: 3 / 4;
}

.photo-flow .landscape {
  grid-column: span 8;
  aspect-ratio: 16 / 9;
}

.photo-flow .square {
  grid-column: span 4;
  aspect-ratio: 1;
}

.archive {
  background: var(--white);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.archive-item {
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.archive-item.visual {
  padding: 0;
  aspect-ratio: 1;
  overflow: hidden;
}

.archive-item p {
  margin: 12px 0 0;
  color: var(--muted);
}

.archive-item:hover {
  box-shadow: 0 18px 42px rgba(7, 7, 7, 0.07);
  transform: translateY(-4px);
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.split-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.35em);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--word-index) * 42ms);
}

.split-text.is-visible span {
  opacity: 1;
  transform: translateY(0);
}

.booking {
  background: var(--mint);
}

.booking-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.booking-panel {
  padding: clamp(20px, 4vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 0 0 rgba(7, 7, 7, 0);
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.booking-panel:focus-within {
  box-shadow: 0 24px 56px rgba(7, 7, 7, 0.08);
  transform: translateY(-3px);
}

.service-note {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(14px, 1.4vw, 17px);
}

.booking-panel label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-panel input,
.booking-panel select,
.booking-panel textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  padding: 13px 12px;
}

.booking-panel textarea {
  min-height: 96px;
  resize: vertical;
}

.booking-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--muted);
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 960px) {
  .site-nav,
  .hero,
  .intro-line,
  .project,
  .booking-shell,
  .footer {
    grid-template-columns: 1fr;
  }

  .project-copy {
    position: static;
  }

  .repertoire {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nav-links {
    justify-content: flex-start;
  }

  .repertoire,
  .work-grid,
  .photo-flow,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .frame.wide,
  .frame.half,
  .frame.third,
  .photo-flow .portrait,
  .photo-flow .landscape,
  .photo-flow .square {
    grid-column: auto;
  }
}

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

  .reveal,
  .split-text span {
    opacity: 1;
    transform: none;
  }
}
