:root {
  --paper: #f1efe9;
  --paper-deep: #e4e0d6;
  --ink: #11110f;
  --muted: #67645e;
  --line: rgba(17,17,15,.18);
  --max: 1440px;
  --pad: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--pad);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease;
}
.site-header.scrolled {
  background: rgba(241,239,233,.92);
  backdrop-filter: blur(12px);
  border-color: var(--line);
}
.wordmark, .footer-mark { font-weight: 700; letter-spacing: -.02em; }
.desktop-nav { display: flex; gap: 28px; font-size: 14px; }
.desktop-nav a, .header-cta, .text-link { position: relative; }
.desktop-nav a::after, .text-link::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -4px;
  height: 1px; background: currentColor;
  transition: right .25s ease;
}
.desktop-nav a:hover::after, .text-link:hover::after { right: 0; }
.header-cta { justify-self: end; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }

.hero {
  min-height: 100svh;
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px var(--pad) 44px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(30px, 5vw, 90px);
  align-items: center;
  position: relative;
}
.hero-copy { max-width: 620px; }
.eyebrow {
  margin: 0 0 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--muted);
}
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.055em; line-height: .94; }
h1 { font-size: clamp(54px, 6.4vw, 108px); }
h2 { font-size: clamp(48px, 6vw, 96px); }
.hero-sub {
  max-width: 500px;
  margin: 30px 0 0;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.45;
  color: var(--muted);
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button {
  border: 0;
  padding: 15px 21px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}
.button-dark { background: var(--ink); color: var(--paper); }
.text-link { font-size: 14px; padding-bottom: 2px; }
.hero-image { margin: 0; height: min(76svh, 880px); overflow: hidden; background: var(--paper-deep); }
.hero-image img { height: 100%; object-fit: cover; object-position: center 40%; }
.hero-index {
  position: absolute;
  left: var(--pad); bottom: 40px;
  font-size: 10px; letter-spacing: .16em; color: var(--muted);
}

.section { max-width: var(--max); margin: 0 auto; padding: clamp(90px, 11vw, 180px) var(--pad); }
.section-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 28px; align-items: start; margin-bottom: 80px; }
.section-heading .eyebrow { margin-top: 8px; }

.project { margin-bottom: clamp(70px, 9vw, 140px); }
.project figure { margin: 0; background: var(--paper-deep); overflow: hidden; }
.project figure img { aspect-ratio: 3 / 4; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project:hover figure img { transform: scale(1.012); }
.project-wide { width: 74%; margin-left: auto; }
.project-wide figure img { aspect-ratio: 4 / 5; }
.project-pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 7vw, 110px); align-items: start; }
.project-offset { margin-top: 16vw; }
.compact-pair { width: 80%; }
.project-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }

.manifesto { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 8vw, 140px); align-items: end; }
.manifesto-copy { max-width: 540px; font-size: clamp(20px, 2vw, 30px); line-height: 1.35; letter-spacing: -.025em; }
.manifesto-copy p { margin: 0 0 30px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { padding: 24px 28px 0 0; min-height: 260px; border-right: 1px solid var(--line); }
.step + .step { padding-left: 28px; }
.step:last-child { border-right: 0; }
.step span { font-size: 11px; letter-spacing: .14em; color: var(--muted); }
.step h3 { margin: 55px 0 14px; font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.step p { max-width: 330px; margin: 0; line-height: 1.55; color: var(--muted); }

.about { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(42px, 9vw, 150px); align-items: center; }
.about-image { margin: 0; }
.about-image img { aspect-ratio: 1 / 1; object-fit: cover; }
.about-copy { max-width: 560px; }
.about-copy h2 { margin-bottom: 40px; }
.about-copy p { font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; color: var(--muted); }
.about-copy .text-link { display: inline-block; margin-top: 20px; color: var(--ink); }

.booking { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); border-top: 1px solid var(--line); }
.booking-intro { max-width: 520px; }
.booking-intro h2 { margin-bottom: 32px; }
.booking-intro > p:not(.eyebrow) { font-size: 19px; line-height: 1.5; color: var(--muted); }
.booking-note { margin-top: 36px; font-size: 13px !important; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 22px; }
.booking-form label { display: flex; flex-direction: column; gap: 9px; }
.booking-form label > span { font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.booking-form small { color: var(--muted); }
.booking-form input, .booking-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 11px 0 13px;
  outline: none;
  border-radius: 0;
}
.booking-form input:focus, .booking-form textarea:focus { border-color: var(--ink); }
.booking-form textarea { resize: vertical; }
.full-field { grid-column: 1 / -1; }
.form-note { margin: -10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-note code { font-size: 11px; }

.contact-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px var(--pad);
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
}
.contact-strip p { margin: 0; }
.site-footer {
  min-height: 220px;
  padding: 45px var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
}
.footer-mark { font-size: 20px; }
.footer-links { display: flex; gap: 24px; font-size: 12px; }
.site-footer p { margin: 0; justify-self: end; font-size: 12px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

.legal-page { max-width: 860px; margin: 0 auto; padding: 130px var(--pad) 100px; }
.legal-page h1 { font-size: clamp(52px, 7vw, 88px); margin-bottom: 45px; }
.legal-page h2 { font-size: 26px; line-height: 1.15; letter-spacing: -.03em; margin: 48px 0 14px; }
.legal-page p, .legal-page li { line-height: 1.6; color: var(--muted); }
.notice { padding: 18px; border: 1px solid var(--line); margin: 25px 0 45px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 100px; }
  .hero-image { height: 64svh; order: -1; }
  .hero-index { display: none; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .project-wide, .compact-pair { width: 100%; }
  .manifesto-grid, .about, .booking { grid-template-columns: 1fr; }
  .manifesto-grid { align-items: start; }
}

@media (max-width: 640px) {
  :root { --pad: 18px; }
  .site-header { min-height: 64px; }
  .header-cta { font-size: 10px; }
  .hero { min-height: auto; padding-bottom: 80px; gap: 30px; }
  .hero-image { height: 58svh; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  h2 { font-size: clamp(44px, 14vw, 64px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .section-heading { margin-bottom: 45px; }
  .project-pair { grid-template-columns: 1fr; gap: 0; }
  .project-offset { margin-top: 0; }
  .project { margin-bottom: 65px; }
  .project-wide figure img, .project figure img { aspect-ratio: 3 / 4; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 22px 0 30px; min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .step h3 { margin-top: 35px; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form .full-field { grid-column: 1; }
  .contact-strip { flex-wrap: wrap; gap: 18px; }
  .site-footer { min-height: 180px; grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-links { justify-self: end; }
  .site-footer p { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .project figure img { transition: none; }
}
