:root {
  --paper: #f4f0eb;
  --paper-soft: #eeeae2;
  --ink: #11110f;
  --muted: #706c66;
  --line: #cfc7bb;
  --dark: #11120f;
  --max: 1120px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(.96); }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  padding: 0 clamp(22px, 6vw, 84px);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
}
.brand { font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.site-nav { display: flex; gap: clamp(18px, 3vw, 42px); color: var(--muted); font-size: 11px; letter-spacing: .18em; text-transform: lowercase; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--ink); }
.menu-toggle { display: none; border: 0; background: none; font: inherit; color: var(--ink); }

.section-pad { max-width: var(--max); margin: 0 auto; padding: clamp(76px, 10vw, 132px) clamp(22px, 5vw, 56px); }
.section-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100svh - 58px); border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 580px; margin-left: auto; padding-right: clamp(34px, 7vw, 92px); }
.eyebrow { margin: 0 0 30px; color: var(--muted); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: .96; }
h1 { max-width: 410px; margin-bottom: 28px; font-size: clamp(56px, 7vw, 104px); }
h1 em { display: block; font-weight: 500; }
h2 { font-size: clamp(34px, 4vw, 56px); }
h3 { font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.1; }
.hero p, .studio p, .contact p, .services p { color: var(--muted); }
.text-link { width: max-content; margin-top: 24px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; letter-spacing: .08em; }
.hero-media { margin: 0; min-height: 620px; border-left: 1px solid var(--line); }

.ticker {
  display: grid;
  grid-template-columns: .45fr repeat(5, 1fr);
  gap: 1px;
  border-bottom: 1px solid var(--line);
  background: var(--line);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: lowercase;
}
.ticker span { background: var(--paper); padding: 12px 22px; text-align: center; }

.section-title { display: flex; align-items: end; gap: 28px; margin-bottom: 58px; }
.section-title::after { content: ""; flex: 1; height: 1px; background: var(--line); transform: translateY(-12px); }
.project-mosaic { display: grid; grid-template-columns: 1.15fr .82fr .82fr; grid-auto-rows: 270px; border: 1px solid var(--line); background: var(--line); gap: 1px; }
.project-card { position: relative; overflow: hidden; background: var(--paper-soft); }
.project-large { grid-row: span 2; }
.project-wide { grid-column: span 2; }
.project-card div { position: absolute; inset: auto 18px 18px; display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.55); color: white; opacity: 0; transform: translateY(12px); transition: .25s ease; font-size: 12px; letter-spacing: .08em; text-transform: lowercase; }
.project-card small { color: rgba(255,255,255,.72); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.46), transparent 48%); opacity: 0; transition: .25s ease; }
.project-card:hover::after, .project-card:hover div { opacity: 1; transform: translateY(0); }
.project-card div { z-index: 1; }

.studio { border-top: 1px solid var(--line); }
.studio-panel { display: grid; grid-template-columns: .98fr 1.05fr; min-height: 610px; border: 1px solid var(--line); }
.studio-copy { padding: clamp(36px, 5vw, 66px); }
.studio-copy h2 { margin-bottom: 28px; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 38px; margin-top: 56px; }
.stats p { margin: 0; }
.stats strong { display: block; color: var(--ink); font-family: var(--serif); font-size: clamp(54px, 6vw, 86px); font-weight: 400; line-height: .8; }
.stats span { display: block; margin-top: 13px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.studio-media { position: relative; margin: 0; border-left: 1px solid var(--line); }
.studio-media figcaption { position: absolute; left: 28px; bottom: 28px; padding: 15px 18px; background: var(--paper); color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: lowercase; }

.quote-band { display: grid; place-items: center; min-height: 360px; padding: 72px 22px; background: var(--dark); color: var(--paper); text-align: center; }
.quote-band blockquote { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-style: italic; font-weight: 600; line-height: 1.08; }
.quote-band cite { display: block; margin-top: 28px; color: #8f8c84; font-family: var(--sans); font-size: 10px; font-style: normal; letter-spacing: .22em; text-transform: uppercase; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-grid article { min-height: 280px; padding: clamp(28px, 4vw, 48px); border-right: 1px solid var(--line); }
.service-grid article:last-child { border-right: 0; }
.service-grid span { display: block; margin-bottom: 72px; color: rgba(17,17,15,.08); font-family: var(--serif); font-size: clamp(80px, 8vw, 124px); font-style: italic; line-height: .7; }

.contact { background: var(--paper-soft); border-top: 1px solid var(--line); }
.contact-panel { display: grid; grid-template-columns: .72fr 1fr; border: 1px solid var(--line); background: var(--paper); }
.contact-panel > div, .contact-form { padding: clamp(32px, 5vw, 58px); }
.contact-panel > div { border-right: 1px solid var(--line); }
address { margin-top: 42px; color: var(--muted); font-style: normal; }
address a { display: inline-block; margin-bottom: 20px; }
.contact-form { display: grid; gap: 22px; }
label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); font: inherit; outline: none; padding: 13px 0; resize: vertical; }
input:focus, textarea:focus { border-color: var(--ink); }
button { min-height: 45px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font: 500 11px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
button:hover { background: transparent; color: var(--ink); }

.site-footer { display: flex; justify-content: space-between; gap: 28px; padding: 30px clamp(22px, 6vw, 84px); color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: lowercase; }

@media (max-width: 840px) {
  .site-header { height: 62px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 62px 0 auto; display: none; flex-direction: column; padding: 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .section-grid, .studio-panel, .contact-panel { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; margin: 0; padding: 82px 24px; }
  .hero-media { min-height: 520px; border-left: 0; border-top: 1px solid var(--line); }
  .ticker { grid-template-columns: repeat(2, 1fr); }
  .project-mosaic { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .project-large, .project-wide { grid-row: auto; grid-column: auto; }
  .studio-media { min-height: 520px; border-left: 0; border-top: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .contact-panel > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .section-pad { padding: 62px 20px; }
  h1 { font-size: 54px; }
  .hero-media, .studio-media { min-height: 430px; }
  .project-mosaic { grid-auto-rows: 300px; }
  .stats { grid-template-columns: 1fr; }
}
