:root {
  --ink: #171714;
  --muted: #6b685f;
  --paper: #f4f0e7;
  --warm: #e6dccb;
  --gold: #c99535;
  --gold-deep: #765012;
  --gold-light: #e7bd6d;
  --white: #fffdf8;
  --line: rgba(23, 23, 20, 0.14);
  --max: 1240px;
  --shadow: 0 28px 60px rgba(26, 23, 17, 0.16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--white); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }

.skip { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--ink); color: white; padding: .8rem 1rem; border-radius: 999px; }
.skip:focus { top: 1rem; }

.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: color-mix(in srgb, var(--white) 90%, transparent); border-bottom: 1px solid rgba(23,23,20,.08); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .7rem; font-weight: 700; letter-spacing: .04em; }
.brand img { width: 36px; height: 44px; object-fit: contain; }
.brand-copy { display: grid; line-height: .95; font-size: .85rem; text-transform: uppercase; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: .16em; }
.brand-copy span { color: var(--gold-deep); font-size: .65rem; letter-spacing: .22em; margin-top: .35rem; }
.nav-links { display: flex; align-items: center; gap: 1.35rem; font-size: .92rem; font-weight: 600; }
.nav-links a:not(.btn) { position: relative; }
.nav-links a:not(.btn)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--gold-deep); transition: right .2s ease; }
.nav-links a:not(.btn):hover::after, .nav-links a[aria-current='page']::after { right: 0; }
.menu { display: none; border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: .6rem .9rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.15rem; border-radius: 999px; background: var(--ink); color: var(--white); border: 1px solid var(--ink); font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.light { background: var(--white); border-color: var(--white); color: var(--ink); }
.actions { display: flex; gap: .75rem; flex-wrap: wrap; }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: var(--paper); overflow: clip; }
.hero-copy { padding: clamp(4rem, 7vw, 8rem) max(20px, calc((100vw - var(--max))/2)); padding-right: clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.hero-media { min-height: 680px; position: relative; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244,240,231,.16), transparent 30%); pointer-events: none; }
.eyebrow { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .18em; font-size: .73rem; font-weight: 700; color: var(--gold-deep); }
.section.ink .eyebrow, .statement .eyebrow, .contact-panel .eyebrow { color: var(--gold-light); }
h1, h2, h3 { font-family: var(--serif); margin-top: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(3.6rem, 7.2vw, 8rem); line-height: .92; margin-bottom: 1.5rem; max-width: 9ch; }
h1 em { color: var(--gold-deep); font-weight: 600; }
h2 { font-size: clamp(2.4rem, 4.5vw, 5rem); line-height: 1; margin-bottom: 1rem; }
h3 { font-size: clamp(1.5rem, 2vw, 2.2rem); line-height: 1.1; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 42rem; color: #4e4b43; margin: 0 0 2rem; }

.proof-strip { background: var(--ink); color: var(--white); border-top: 1px solid rgba(255,255,255,.08); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof { padding: 1.45rem 1.4rem; border-right: 1px solid rgba(255,255,255,.12); }
.proof:last-child { border-right: 0; }
.proof strong { display: block; font-size: 1.05rem; margin-bottom: .25rem; }
.proof span { color: #cfc9bc; font-size: .82rem; }

.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section.paper { background: var(--paper); }
.section.ink { background: var(--ink); color: var(--white); }
.section-head { display: grid; grid-template-columns: minmax(150px, .35fr) minmax(0, 1fr); gap: 4rem; align-items: start; margin-bottom: 3.5rem; }
.section-head p:last-child { max-width: 48rem; color: var(--muted); font-size: 1.05rem; }
.section.ink .section-head p:last-child { color: #d0c9bc; }

.editorial-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1.25rem; align-items: stretch; }
.editorial-main, .editorial-side { position: relative; overflow: hidden; border-radius: 2px; background: #d8d1c5; min-height: 520px; }
.editorial-main img, .editorial-side img { width: 100%; height: 100%; object-fit: cover; }
.editorial-side { min-height: 520px; }
.image-label { position: absolute; left: 1rem; bottom: 1rem; background: var(--white); color: var(--ink); padding: .65rem .8rem; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }

.service-ledger { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.service-link { padding: 2rem 0; display: grid; grid-template-columns: 1fr auto; gap: 2rem; border-bottom: 1px solid var(--line); min-height: 160px; }
.service-link:nth-child(odd) { padding-right: 2rem; border-right: 1px solid var(--line); }
.service-link:nth-child(even) { padding-left: 2rem; }
.service-link h3 { margin-bottom: .6rem; }
.service-link p { margin: 0; color: var(--muted); max-width: 36rem; }
.service-link .arrow { font-size: 1.4rem; color: var(--gold-deep); }

.statement { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 620px; background: var(--ink); color: var(--white); }
.statement-copy { padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.statement-copy p { color: #d3ccbf; max-width: 38rem; }
.statement-copy .eyebrow { color: var(--gold-light); }
.statement-media { min-height: 620px; }
.statement-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.project-card { grid-column: span 4; position: relative; min-height: 420px; overflow: hidden; background: #ddd4c7; }
.project-card.wide { grid-column: span 8; }
.project-card.tall { min-height: 560px; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover img { transform: scale(1.025); }
.project-card .caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; background: var(--ink); color: var(--white); padding: .9rem 1rem; }
.caption strong { display: block; font-size: .95rem; color: var(--white); }
.caption span { color: #ded7ca; font-size: .75rem; }

.filter-bar { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.filter-bar button { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: .65rem .95rem; font-weight: 700; cursor: pointer; }
.filter-bar button[aria-pressed='true'] { background: var(--ink); color: var(--white); border-color: var(--ink); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.process article { padding: 2rem 1.5rem 2rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process article:not(:nth-child(4n)) { border-right: 1px solid rgba(255,255,255,.18); padding-left: 1.5rem; }
.process article:first-child { padding-left: 0; }
.process h3 { font-size: 1.5rem; margin-bottom: .75rem; }
.process p { color: #cfc8bb; margin: 0; }

.quote { padding: 3rem; background: var(--gold); color: var(--ink); }
.quote blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); line-height: 1.05; max-width: 24ch; }
.quote p { margin: 1.5rem 0 0; font-weight: 700; }

.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.metric { background: var(--white); padding: 2rem; }
.metric strong { display: block; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4rem); color: var(--gold-deep); }
.metric span { color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.split-media { min-height: 560px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy p { color: var(--muted); }

.page-hero { padding: clamp(5rem, 10vw, 9rem) 0 clamp(3.5rem, 6vw, 6rem); background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 11ch; }
.page-hero .lead { max-width: 55rem; }

.contact-panel { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--ink); color: var(--white); }
.contact-panel > div { padding: clamp(3rem, 6vw, 6rem); }
.contact-panel .contact-photo { padding: 0; min-height: 560px; }
.contact-panel .contact-photo img { width: 100%; height: 100%; object-fit: cover; }
.contact-list { display: grid; gap: 1rem; margin-top: 2rem; }
.contact-method { display: block; border-top: 1px solid rgba(255,255,255,.22); padding: 1.1rem 0; }
.contact-method span { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; color: #d7d0c3; margin-bottom: .3rem; }
.contact-method strong { font-size: 1.15rem; }

.notice { border: 1px solid var(--line); background: var(--paper); padding: 1.15rem 1.3rem; color: var(--muted); font-size: .9rem; }

.footer { background: #0f0f0d; color: var(--white); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 3rem; }
.footer h3 { font-family: var(--sans); letter-spacing: .14em; font-size: 1.1rem; }
.footer p, .footer a { color: #d7d0c3; }
.footer a { display: block; margin: .45rem 0; }
.footer strong { display: block; margin-bottom: .75rem; }
.footnote { margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); color: #b8b0a3; font-size: .74rem; }
.mobile-call { display: none; }

@media (max-width: 980px) {
  .menu { display: inline-flex; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 68px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); padding: .75rem; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .85rem .6rem; }
  .nav-links .btn { margin-top: .4rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem 24px 3rem; }
  .hero-media { min-height: 58vw; max-height: 680px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof:nth-child(2) { border-right: 0; }
  .proof:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section-head { grid-template-columns: 1fr; gap: .75rem; }
  .editorial-grid, .split, .contact-panel, .statement { grid-template-columns: 1fr; }
  .editorial-main, .editorial-side, .split-media, .statement-media, .contact-panel .contact-photo { min-height: 58vw; }
  .statement-copy { order: 2; }
  .project-card, .project-card.wide { grid-column: span 6; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .process article:nth-child(2n) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 64px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 68px; }
  .brand img { width: 30px; height: 38px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 4rem 18px 2.8rem; }
  h1 { font-size: clamp(3.2rem, 16vw, 5.2rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.8rem); }
  .hero-media { min-height: 78vw; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof:last-child { border-bottom: 0; }
  .section { padding: 4.5rem 0; }
  .editorial-grid { gap: .8rem; }
  .editorial-main, .editorial-side { min-height: 84vw; }
  .service-ledger { grid-template-columns: 1fr; }
  .service-link:nth-child(odd), .service-link:nth-child(even) { padding: 1.5rem 0; border-right: 0; }
  .project-grid { display: grid; grid-template-columns: 1fr; }
  .project-card, .project-card.wide { grid-column: auto; min-height: 110vw; }
  .project-card.tall { min-height: 120vw; }
  .process { grid-template-columns: 1fr; }
  .process article, .process article:not(:nth-child(4n)), .process article:first-child { border-right: 0; padding: 1.5rem 0; }
  .metrics { grid-template-columns: 1fr; }
  .quote { padding: 2rem 1.4rem; }
  .page-hero { padding-top: 4rem; }
  .contact-panel > div { padding: 3rem 1.4rem; }
  .contact-panel .contact-photo { min-height: 84vw; padding: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .mobile-call { display: flex; position: fixed; z-index: 60; left: .7rem; right: .7rem; bottom: .7rem; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; background: var(--gold); color: var(--ink); font-weight: 800; box-shadow: 0 12px 32px rgba(0,0,0,.28); }
}

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