:root {
  --ink: #11100f;
  --paper: #f6f4f0;
  --white: #ffffff;
  --stone: #d7cec1;
  --taupe: #8c8175;
  --line: rgba(17, 16, 15, 0.16);
  --max: 1440px;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  padding: 0 4vw;
  background: rgba(246, 244, 240, 0.94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .25s ease, background .25s ease;
}
.site-header.scrolled { border-color: var(--line); }
.logo { width: 185px; height: 40px; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.nav { display: flex; align-items: center; gap: 2rem; font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--ink); transition: right .25s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.nav .nav-cta { padding: .85rem 1.15rem; color: var(--white); background: var(--ink); }
.nav .nav-cta::after { display: none; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }

main { overflow: hidden; }
.shell { width: min(calc(100% - 8vw), var(--max)); margin-inline: auto; }
.section { padding: 8rem 0; }
.eyebrow { margin: 0 0 1rem; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.display { margin: 0; max-width: 1050px; font-size: clamp(3rem, 6.7vw, 7.4rem); font-weight: 500; letter-spacing: -.065em; line-height: .92; }
.display em, .section-title em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.section-title { margin: 0; max-width: 900px; font-size: clamp(2.4rem, 4.8vw, 5.7rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.intro { max-width: 760px; font-size: clamp(1.25rem, 2.1vw, 2rem); line-height: 1.35; letter-spacing: -.02em; }
.muted { color: #625d57; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 1.4rem; border: 1px solid var(--ink); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .25s ease; }
.button.dark { color: var(--white); background: var(--ink); }
.button:hover { color: var(--white); background: #433c35; border-color: #433c35; transform: translateY(-2px); }
.button.light { color: var(--ink); background: var(--white); border-color: var(--white); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; color: var(--white); background: var(--ink); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .76; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.34) 50%, rgba(0,0,0,.1) 100%), linear-gradient(0deg, rgba(0,0,0,.58), transparent 50%); }
.hero-inner { position: relative; z-index: 1; padding: 10rem 4vw 5rem; }
.hero-copy { max-width: 1020px; }
.hero .display { max-width: 990px; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-top: 3rem; }
.hero-note { max-width: 490px; margin: 0; font-size: 1.05rem; }
.hero-tag { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }

.statement { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: start; }
.statement p { margin-top: 0; }
.number { font-size: .72rem; letter-spacing: .12em; }
.location-line { display: flex; gap: 1rem; align-items: center; margin-top: 2.5rem; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.location-line::before { content: ""; width: 80px; height: 1px; background: var(--ink); }

.services-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 4rem; }
.services-head p { max-width: 410px; margin: 0; }
.service-grid { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 70px 1fr 1.15fr 50px; gap: 2rem; align-items: center; min-height: 150px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.service-row:hover { padding-inline: 1.25rem; background: var(--white); }
.service-row h3 { margin: 0; font-size: clamp(1.45rem, 2.8vw, 2.8rem); font-weight: 500; letter-spacing: -.04em; }
.service-row p { max-width: 520px; margin: 0; color: #625d57; }
.service-row .plus { font-size: 1.5rem; text-align: right; }

.editorial-split { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 700px; background: var(--white); }
.editorial-image { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.editorial-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(3rem, 6vw, 7rem); }
.editorial-copy blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 4.8rem); line-height: 1.02; letter-spacing: -.04em; }
.editorial-copy p { max-width: 520px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 5rem; border-top: 1px solid var(--line); }
.process-step { min-height: 320px; padding: 2rem 2rem 2rem 0; border-right: 1px solid var(--line); }
.process-step + .process-step { padding-left: 2rem; }
.process-step:last-child { border-right: 0; }
.process-step h3 { margin: 4rem 0 1.2rem; font-size: 1.4rem; font-weight: 500; }
.process-step p { margin: 0; color: #625d57; }

.dark-section { color: var(--white); background: var(--ink); }
.network { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 720px; }
.network-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 7rem 4vw; }
.network-image { width: 100%; height: 100%; min-height: 720px; object-fit: cover; }
.network-list { margin: 4rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.network-list li { display: flex; justify-content: space-between; gap: 2rem; padding: 1.15rem 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: .86rem; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); border: 1px solid var(--line); }
.proof { min-height: 270px; padding: 2.2rem; background: var(--paper); }
.proof h3 { margin: 4.5rem 0 .8rem; font-size: 1.25rem; font-weight: 500; }
.proof p { margin: 0; color: #625d57; }

.cta-band { padding: 7rem 0; color: var(--white); background: #302b27; }
.cta-band .shell { display: flex; justify-content: space-between; align-items: end; gap: 3rem; }
.cta-band h2 { margin: 0; max-width: 900px; font-size: clamp(2.8rem, 5vw, 6rem); line-height: .95; letter-spacing: -.055em; font-weight: 500; }

.page-hero { padding: 12rem 0 6rem; border-bottom: 1px solid var(--line); }
.page-hero .display { font-size: clamp(3.6rem, 7vw, 7.8rem); }
.page-meta { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; }
.page-meta p { max-width: 610px; margin: 0; font-size: 1.1rem; }

.content-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.content-grid .sticky { position: sticky; top: 120px; align-self: start; }
.detail-block { padding: 0 0 4rem; margin-bottom: 4rem; border-bottom: 1px solid var(--line); }
.detail-block h2 { margin: 0 0 1.5rem; font-size: clamp(2rem, 3.5vw, 4rem); font-weight: 500; letter-spacing: -.045em; }
.detail-block h3 { margin: 2.2rem 0 .8rem; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.detail-block p { max-width: 760px; color: #625d57; }
.plain-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field { display: grid; gap: .55rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; padding: .9rem 0; color: var(--ink); background: transparent; outline: 0; }
.field textarea { min-height: 120px; resize: vertical; }
.form-note { grid-column: 1 / -1; color: #625d57; font-size: .82rem; }
.form-success { display: none; grid-column: 1 / -1; padding: 1rem; color: var(--white); background: var(--ink); }
.form-success.visible { display: block; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 2rem; padding: 1.35rem 0; font-size: 1.05rem; cursor: pointer; list-style: none; }
.faq summary::after { content: "+"; }
.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 690px; margin: 0 0 1.5rem; color: #625d57; }

.site-footer { padding: 5rem 4vw 2rem; color: var(--white); background: var(--ink); }
.footer-top { display: flex; justify-content: space-between; gap: 3rem; padding-bottom: 5rem; }
.footer-wordmark { font-size: clamp(2.5rem, 6vw, 6rem); letter-spacing: -.06em; line-height: .9; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem 4rem; min-width: 340px; font-size: .85rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .logo { width: 150px; }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 2rem 4vw; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .nav .nav-cta { width: auto; margin-top: 1.2rem; padding: .85rem 1.15rem; }
  .hero-bottom, .services-head, .cta-band .shell, .footer-top, .page-meta { align-items: flex-start; flex-direction: column; }
  .statement, .editorial-split, .network, .content-grid, .contact-layout { grid-template-columns: 1fr; }
  .editorial-image, .network-image { min-height: 480px; }
  .process-grid, .proof-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .content-grid .sticky { position: static; }
}

@media (max-width: 600px) {
  .section { padding: 6rem 0; }
  .hero-inner { padding-bottom: 3rem; }
  .hero-bottom { margin-top: 2rem; }
  .service-row { grid-template-columns: 35px 1fr 30px; gap: 1rem; padding: 1.5rem 0; }
  .service-row p { grid-column: 2 / -1; }
  .editorial-copy, .network-copy { padding: 4rem 6vw; }
  .process-grid, .proof-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { min-height: 230px; padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step h3 { margin-top: 2.5rem; }
  .plain-list, .contact-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-links { min-width: 0; grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
