@font-face {
  font-family: "OM Cormorant";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/OM-Cormorant-Light.woff2") format("woff2");
  unicode-range: U+041C, U+041E;
}
:root {
  --ink: #0c1822;
  --ink-raised: #14232d;
  --paper: #f4f0e8;
  --paper-deep: #e8e0d2;
  --paper-pale: #faf8f2;
  --brass: #b9874f;
  --brass-light: #d8b98f;
  --muted: #68716e;
  --line: rgba(12, 24, 34, 0.16);
  --line-light: rgba(244, 240, 232, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--brass); color: var(--ink); }

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1380px, calc(100% - 64px));
  min-height: 88px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 46px;
  height: 48px;
  color: var(--ink);
}
.brand-mark i,
.hero-monogram i,
.editorial-monogram i {
  position: absolute;
  font-family: "OM Cormorant", "Cormorant Garamond", "Bodoni MT", Didot, "Times New Roman", serif;
  font-style: normal;
  font-weight: 300;
  font-synthesis: none;
  line-height: 1;
}
.brand-mark i:first-child { z-index: 1; top: 0; left: 0; font-size: 37px; }
.brand-mark i:last-child { z-index: 2; top: 10px; left: 14px; font-size: 39px; }
.brand strong, .brand small { display: block; }
.brand strong { font: 500 17px/1.2 Georgia, serif; letter-spacing: .02em; }
.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.desktop-nav { display: flex; gap: 38px; color: #314049; font-size: 13px; }
.desktop-nav a, .header-phone, .footer-links a { transition: color 180ms ease; }
.desktop-nav a:hover, .header-phone:hover, .footer-links a:hover { color: var(--brass); }
.header-phone { justify-self: end; font-size: 14px; letter-spacing: .04em; }
.menu-button, .mobile-menu { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .56fr);
  grid-template-rows: 1fr auto;
  align-items: end;
  gap: 32px 6vw;
  min-height: 680px;
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  overflow: hidden;
  padding: 90px 6vw 56px;
  background: var(--ink);
  color: var(--paper);
  isolation: isolate;
}
.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 43%;
  background:
    linear-gradient(90deg, var(--ink), rgba(12,24,34,.52) 32%, rgba(12,24,34,.12)),
    url("assets/site-texture.jpg") center / cover no-repeat;
  content: "";
  opacity: .92;
}
.hero::after {
  position: absolute;
  z-index: -1;
  right: -150px;
  top: -230px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(185,135,79,.27);
  border-radius: 50%;
  box-shadow: 0 0 0 86px rgba(185,135,79,.025), 0 0 0 172px rgba(185,135,79,.018);
  content: "";
}
.hero-copy { position: relative; z-index: 2; grid-row: 1 / 3; max-width: 870px; }
.eyebrow {
  margin: 0 0 24px;
  color: var(--brass);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 {
  max-width: 880px;
  margin-bottom: 0;
  font-size: clamp(58px, 7vw, 112px);
  line-height: .9;
  letter-spacing: -.058em;
}
.hero h1 em {
  display: block;
  margin-left: 10%;
  color: var(--brass-light);
  font-weight: 400;
}
.hero-lead {
  max-width: 650px;
  margin: 40px 0 0;
  color: #d2d7d4;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: .04em;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brass); color: var(--ink); }
.button-primary:hover { background: #c99a64; }
.button-ghost { border-color: rgba(244,240,232,.4); color: var(--paper); }
.button-ghost:hover { border-color: var(--paper); }
.hero-visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 350px;
  border: 1px solid rgba(244,240,232,.18);
}
.hero-visual::before {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(216,185,143,.38);
  content: "";
  transform: rotate(8deg);
}
.hero-visual::after {
  position: absolute;
  right: 24%; top: 0;
  width: 1px; height: 100%;
  background: rgba(244,240,232,.2);
  content: "";
}
.hero-monogram {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: clamp(180px, 22vw, 285px);
  height: clamp(155px, 19vw, 245px);
  color: rgba(244,240,232,.93);
  transform: translate(-50%, -50%);
}
.hero-monogram i:first-child { z-index: 1; top: 0; left: 0; font-size: clamp(130px, 16vw, 208px); }
.hero-monogram i:last-child { z-index: 2; top: clamp(30px, 3.8vw, 49px); left: clamp(50px, 6.2vw, 80px); font-size: clamp(134px, 16.5vw, 214px); }
.hero-visual small {
  position: absolute;
  color: rgba(244,240,232,.58);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero-visual small:nth-of-type(1) { left: 18px; top: 18px; }
.hero-visual small:nth-of-type(2) { right: 18px; top: 50%; writing-mode: vertical-rl; }
.hero-visual small:nth-of-type(3) { bottom: 18px; left: 18px; }
.hero-note { position: relative; z-index: 2; border-top: 1px solid rgba(244,240,232,.28); padding-top: 18px; }
.hero-note > span { color: var(--brass-light); font: 400 22px/1 Georgia, serif; }
.hero-note p { max-width: 310px; margin-bottom: 0; color: #c0c7c4; font-size: 14px; line-height: 1.62; }

.trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-top: 0;
}
.trust-bar > * {
  display: grid;
  gap: 5px;
  padding: 28px 34px;
  border-right: 1px solid var(--line);
  transition: background-color 180ms ease;
}
.trust-bar > a:hover { background: var(--paper-pale); }
.trust-bar > *:last-child { border-right: 0; }
.trust-bar strong { font: 400 29px/1.1 Georgia, serif; }
.trust-bar span { color: var(--muted); font-size: 12px; }

.section { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 132px 0; }
.section-intro {
  display: grid;
  grid-template-columns: 1.55fr .75fr;
  align-items: end;
  gap: 9vw;
}
.section h2, .request-heading h2, .privacy h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.section-intro-copy > p { margin: 0 0 32px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  font-size: 13px;
}
.text-link span { font-size: 16px; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link.light { color: var(--paper); }

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto 132px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.practice-card {
  position: relative;
  min-height: 365px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color 220ms ease, color 220ms ease;
}
.practice-card:hover { background: var(--ink); color: var(--paper); }
.practice-card:hover p { color: #bdc5c2; }
.number, .process-grid > article > span { color: var(--brass); font: 400 17px/1 Georgia, serif; }
.practice-card h3 { max-width: 275px; margin: 75px 0 18px; font-size: 30px; line-height: 1.08; }
.practice-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.practice-card > a {
  position: absolute;
  right: 34px; bottom: 30px; left: 34px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  padding-top: 13px;
  font-size: 12px;
  opacity: .75;
}

.approach-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 730px;
  background: var(--ink);
  color: var(--paper);
}
.approach-art {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(12,24,34,.15), rgba(12,24,34,.7)), url("assets/site-texture.jpg") center/cover no-repeat;
}
.approach-art::before { position: absolute; inset: 11%; border: 1px solid rgba(244,240,232,.28); content: ""; }
.approach-art span {
  position: absolute;
  bottom: 8%; left: 7%;
  color: rgba(244,240,232,.68);
  font: italic 400 clamp(54px,7vw,110px)/1 Georgia, serif;
  letter-spacing: -.05em;
}
.approach-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.approach-copy h2 { max-width: 680px; margin-bottom: 28px; font-size: clamp(42px,5vw,70px); line-height: 1.03; letter-spacing: -.045em; }
.approach-copy > p:not(.eyebrow) { max-width: 590px; color: #bec5c2; font-size: 16px; line-height: 1.75; }
.approach-copy ul { margin: 42px 0 0; padding: 0; list-style: none; }
.approach-copy li { display: flex; gap: 18px; border-top: 1px solid var(--line-light); padding: 17px 0; color: #e4e5df; font-size: 14px; }
.approach-copy li:last-child { border-bottom: 1px solid var(--line-light); }
.approach-copy li span { color: var(--brass-light); font-family: Georgia, serif; }

.section-heading-row { display: grid; grid-template-columns: 1fr .5fr; align-items: end; gap: 9vw; }
.section-heading-row > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; border-top: 1px solid var(--line); }
.process-grid article { min-height: 270px; padding: 25px 25px 28px 0; border-right: 1px solid var(--line); }
.process-grid article:not(:first-child) { padding-left: 25px; }
.process-grid article:last-child { border-right: 0; }
.process-grid h3 { margin: 90px 0 15px; font-size: 25px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.location-story {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 600px;
  background: var(--ink-raised);
  color: var(--paper);
}
.location-content { display: flex; flex-direction: column; justify-content: center; padding: 7vw; }
.location-content h2 { margin-bottom: 24px; font-size: clamp(44px,5vw,72px); line-height: 1.03; letter-spacing: -.045em; }
.location-content > p:not(.eyebrow) { max-width: 520px; color: #bec6c3; line-height: 1.72; }
.location-actions { display: flex; align-items: center; gap: 30px; margin-top: 30px; }
.contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  overflow: hidden;
  border-left: 1px solid var(--line-light);
  padding: 8vw;
  background: linear-gradient(115deg, rgba(12,24,34,.82), rgba(20,35,45,.88)), url("assets/site-texture.jpg") center/cover;
}
.contact-card::before { position: absolute; inset: 9%; border: 1px solid rgba(216,185,143,.34); content: ""; pointer-events: none; }
.contact-card > * { position: relative; z-index: 1; }
.contact-card p { margin: 0 0 25px; color: var(--brass-light); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-card a { font: 400 clamp(25px,3vw,40px)/1.15 Georgia, serif; }
.contact-card span { margin-top: 22px; font: 400 21px/1.35 Georgia, serif; }
.contact-card small { color: #aab3b0; line-height: 1.5; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 27px 0;
  cursor: pointer;
  font: 400 22px/1.3 Georgia, serif;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--brass); font: 400 22px/1 Arial, sans-serif; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 630px; margin: -3px 0 27px; color: var(--muted); font-size: 15px; line-height: 1.72; }

.request-section {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 8vw;
  padding: 125px max(32px, calc((100vw - 1180px) / 2));
  background: var(--paper-pale);
}
.request-heading > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.intake-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.intake-form label > span:first-child { display: block; margin-bottom: 9px; color: #314049; font-size: 12px; }
.intake-form input, .intake-form select, .intake-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  transition: border-color 160ms ease, background-color 160ms ease;
}
.intake-form input, .intake-form select { height: 52px; padding: 0 15px; }
.intake-form textarea { min-height: 130px; resize: vertical; padding: 15px; line-height: 1.55; }
.intake-form input:focus, .intake-form select:focus, .intake-form textarea:focus { border-color: var(--brass); background: #fffdf8; }
.intake-form input::placeholder, .intake-form textarea::placeholder { color: #939a97; }
.consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--ink); }
.consent > span { margin: 0 !important; color: var(--muted) !important; font-size: 12px !important; line-height: 1.55; }
.form-status { min-height: 18px; margin: 0; color: #315f4e; font-size: 13px; }
.form-submit-row { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; }
.form-submit-row p { max-width: 420px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.privacy { padding: 110px max(32px, calc((100vw - 1180px) / 2)); background: var(--paper-deep); }
.privacy h2 { max-width: 800px; }
.privacy > p:last-child { max-width: 740px; margin: 30px 0 0 auto; color: var(--muted); font-size: 15px; line-height: 1.75; }

.site-footer { padding: 76px max(32px, calc((100vw - 1380px) / 2)) 30px; background: #081118; color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1.25fr .7fr 1fr; gap: 6vw; min-height: 230px; }
.footer-kicker { margin: 0 0 16px; color: var(--brass-light); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.footer-name { margin: 0; font: 400 clamp(38px,4vw,58px)/1 Georgia, serif; letter-spacing: -.04em; }
.footer-links, .footer-contacts { display: flex; flex-direction: column; gap: 14px; font-size: 13px; }
.footer-contacts a { font: 400 20px/1.2 Georgia, serif; }
.footer-contacts span { margin-top: 10px; color: #929c99; line-height: 1.5; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 40px; border-top: 1px solid rgba(244,240,232,.13); padding-top: 24px; color: #7f8986; font-size: 10px; line-height: 1.55; }
.footer-bottom p { max-width: 680px; margin: 0; }
.mobile-call { display: none; }

.practice-grid, .approach-panel, .process-section, .location-story, .faq-section,
.request-section, .privacy, .site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 250px; padding-right: 38px; padding-left: 38px; }
  .hero h1 { font-size: clamp(58px,9vw,86px); }
  .practice-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .site-header { grid-template-columns: 1fr auto; width: calc(100% - 32px); min-height: 74px; }
  .desktop-nav, .header-phone { display: none; }
  .menu-button {
    display: grid;
    gap: 6px;
    width: 42px; height: 42px;
    place-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-button span { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform 160ms ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu {
    position: absolute;
    right: 0; top: 66px;
    display: none;
    min-width: 240px;
    padding: 18px;
    background: var(--ink);
    box-shadow: 0 15px 35px rgba(12,24,34,.2);
    color: var(--paper);
  }
  .mobile-menu.open { display: grid; }
  .mobile-menu a { border-bottom: 1px solid var(--line-light); padding: 13px 7px; font-size: 14px; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto; width: 100%; min-height: auto; padding: 68px 22px 40px; gap: 50px; }
  .hero::before { inset: 38% 0 0; background: linear-gradient(180deg,var(--ink),rgba(12,24,34,.4) 40%,rgba(12,24,34,.82)), url("assets/site-texture.jpg") center/cover; }
  .hero-copy { grid-row: auto; }
  .hero h1 { font-size: clamp(51px,16vw,78px); }
  .hero h1 em { margin-left: 0; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-visual { display: none; }
  .hero-note { width: min(100%,350px); }
  .trust-bar { grid-template-columns: 1fr; width: 100%; }
  .trust-bar > * { border-right: 0; border-bottom: 1px solid var(--line); padding: 23px 24px; }
  .section { width: calc(100% - 36px); padding: 86px 0; }
  .section-intro, .section-heading-row, .faq-section, .request-section, .approach-panel, .location-story { grid-template-columns: 1fr; }
  .section h2, .request-heading h2, .privacy h2 { font-size: clamp(39px,12vw,54px); }
  .section-intro { align-items: start; gap: 35px; }
  .section-intro-copy > p { font-size: 15px; }
  .practice-grid { grid-template-columns: 1fr; width: 100%; margin-bottom: 88px; }
  .practice-card { min-height: 320px; padding: 28px 24px; }
  .practice-card h3 { margin-top: 64px; }
  .practice-card > a { right: 24px; left: 24px; }
  .approach-art { min-height: 390px; }
  .approach-copy { padding: 76px 22px; }
  .process-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .process-grid article, .process-grid article:not(:first-child) { min-height: 235px; border-right: 0; border-top: 1px solid var(--line); padding: 23px 0; }
  .process-grid h3 { margin-top: 68px; }
  .location-content, .contact-card { padding: 80px 22px; }
  .location-actions { align-items: stretch; flex-direction: column; }
  .contact-card { min-height: 430px; border-top: 1px solid var(--line-light); border-left: 0; }
  .faq-section { gap: 42px; }
  .faq-list summary { font-size: 19px; }
  .request-section, .privacy { gap: 48px; padding: 84px 22px; }
  .form-row, .form-submit-row { grid-template-columns: 1fr; }
  .form-submit-row .button { width: 100%; }
  .site-footer { padding: 66px 22px 28px; }
  .footer-main, .footer-bottom { grid-template-columns: 1fr; }
  .footer-links { margin: 18px 0 28px; }
  .mobile-call {
    position: fixed;
    z-index: 50;
    right: 10px; bottom: 10px; left: 10px;
    display: grid;
    height: 48px;
    place-items: center;
    background: var(--brass);
    box-shadow: 0 8px 26px rgba(12,24,34,.28);
    color: var(--ink);
    font-size: 13px;
  }
}

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

/* Multi-page site */
.desktop-nav a[aria-current="page"] { color: var(--brass); }
.desktop-nav a[aria-current="page"]::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  background: var(--brass);
  content: "";
}
.mobile-menu a[aria-current="page"] { color: var(--brass-light); }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 64px;
  color: var(--muted);
  font-size: 11px;
}
.breadcrumbs a:hover { color: var(--brass); }
.breadcrumbs span:last-child { color: var(--ink); }
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  align-items: end;
  gap: 8vw;
  width: min(1380px, calc(100% - 64px));
  min-height: 560px;
  margin: 0 auto;
  padding: 70px 6vw 82px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(115deg, rgba(250,248,242,.98), rgba(244,240,232,.88)), url("assets/site-texture.jpg") center / cover;
}
.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(58px, 7.6vw, 108px);
  line-height: .92;
  letter-spacing: -.06em;
}
.page-hero h1 em, .service-hero h1 em { color: var(--brass); font-weight: 400; }
.page-hero-lead { max-width: 470px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.compact-hero { min-height: 420px; }

.service-directory { width: min(1180px, calc(100% - 64px)); margin: 110px auto 130px; border-top: 1px solid var(--line); }
.directory-card {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 160px;
  border-bottom: 1px solid var(--line);
  padding: 25px 8px;
  transition: padding 180ms ease, background-color 180ms ease;
}
.directory-card:hover { padding-right: 24px; padding-left: 24px; background: var(--paper-pale); }
.directory-card > span { color: var(--brass); font: 400 17px/1 Georgia, serif; }
.directory-card h2 { margin-bottom: 12px; font-size: clamp(30px, 3vw, 46px); }
.directory-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.directory-card > b { font: 400 30px/1 Georgia, serif; }
.wide-note {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 10vw;
  padding: 110px max(32px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--paper);
}
.wide-note h2 { max-width: 600px; margin: 0; font-size: clamp(45px, 5vw, 72px); line-height: 1.03; }
.wide-note > div:last-child { align-self: end; }
.wide-note > div:last-child p { margin: 0 0 30px; color: #bdc5c2; line-height: 1.75; }

.editorial-split { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; background: var(--ink); color: var(--paper); }
.editorial-art { position: relative; overflow: hidden; background: linear-gradient(140deg, rgba(12,24,34,.3), rgba(12,24,34,.78)), url("assets/site-texture.jpg") center / cover; }
.editorial-art::before { position: absolute; inset: 9%; border: 1px solid rgba(244,240,232,.27); content: ""; }
.editorial-monogram { position: absolute; top: 50%; left: 50%; display: block; width: clamp(220px, 30vw, 360px); height: clamp(190px, 26vw, 310px); color: rgba(244,240,232,.85); transform: translate(-50%,-50%); }
.editorial-monogram i:first-child { z-index: 1; top: 0; left: 0; font-size: clamp(160px, 21vw, 264px); }
.editorial-monogram i:last-child { z-index: 2; top: clamp(38px, 5vw, 62px); left: clamp(62px, 8vw, 102px); font-size: clamp(165px, 21.5vw, 272px); }
.editorial-art small { position: absolute; right: 12%; bottom: 12%; color: var(--brass-light); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.prose { max-width: 780px; padding: 110px 8vw; }
.prose h2 { margin-bottom: 30px; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.prose h3 { margin-bottom: 10px; font-size: 25px; }
.prose p { color: var(--muted); font-size: 15px; line-height: 1.78; }
.editorial-split .prose p { color: #bdc5c2; }
.prose .lead { color: inherit; font: 400 21px/1.6 Georgia, serif; }
.prose > .button { margin-top: 22px; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); width: min(1180px, calc(100% - 64px)); margin: 110px auto; border-top: 1px solid var(--line); }
.principles article { min-height: 330px; border-right: 1px solid var(--line); padding: 28px 35px; }
.principles article:first-child { border-left: 1px solid var(--line); }
.principles span { color: var(--brass); font: 400 17px/1 Georgia, serif; }
.principles h3 { margin: 110px 0 16px; font-size: 29px; }
.principles p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.review-proof { display: grid; grid-template-columns: 1fr .55fr; gap: 10vw; align-items: end; padding: 110px max(32px, calc((100vw - 1180px) / 2)); background: var(--paper-deep); }
.review-proof h2 { max-width: 750px; margin-bottom: 25px; font-size: clamp(40px, 5vw, 65px); line-height: 1.05; }
.review-proof p { max-width: 620px; color: var(--muted); line-height: 1.75; }
.proof-number { display: flex; flex-direction: column; align-items: flex-start; }
.proof-number strong { font: 400 clamp(90px, 12vw, 160px)/.85 Georgia, serif; }
.proof-number > span { margin: 18px 0 35px; color: var(--muted); }

.timeline { width: min(1180px, calc(100% - 64px)); margin: 100px auto 130px; border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 90px 1fr; gap: 40px; border-bottom: 1px solid var(--line); padding: 42px 0; }
.timeline article > span { color: var(--brass); font: 400 18px/1 Georgia, serif; }
.timeline article > div { display: grid; grid-template-columns: .65fr 1fr; gap: 7vw; }
.timeline h2 { margin: 0; font-size: clamp(30px, 3vw, 46px); }
.timeline p { max-width: 640px; margin: 0; color: var(--muted); line-height: 1.75; }
.documents-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding: 110px max(32px, calc((100vw - 1180px) / 2)); background: var(--paper-deep); }
.documents-section h2 { max-width: 550px; font-size: clamp(42px, 5vw, 65px); line-height: 1.05; }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { position: relative; border-bottom: 1px solid var(--line); padding: 19px 15px 19px 40px; color: #334149; line-height: 1.5; }
.check-list li::before { position: absolute; left: 8px; color: var(--brass); content: "✓"; }
.check-list.compact { margin: 28px 0 55px; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 92px max(32px, calc((100vw - 1180px) / 2)); background: var(--ink); color: var(--paper); }
.cta-band h2 { max-width: 800px; margin: 0; font-size: clamp(38px, 5vw, 65px); }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; background: var(--ink); color: var(--paper); }
.contact-details, .contact-guidance { display: flex; flex-direction: column; justify-content: center; padding: 90px max(32px, calc((100vw - 1180px) / 2)); }
.contact-details { padding-right: 7vw; padding-left: max(32px, calc((100vw - 1180px) / 2)); }
.contact-guidance { border-left: 1px solid var(--line-light); padding-right: max(32px, calc((100vw - 1180px) / 2)); padding-left: 7vw; }
.contact-big { margin-bottom: 12px; font: 400 clamp(28px, 3vw, 43px)/1.2 Georgia, serif; }
.contact-email { width: fit-content; margin-top: 8px; color: var(--brass-light); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.address-block { display: flex; flex-direction: column; gap: 9px; margin: 45px 0 32px; }
.address-block span { color: var(--brass-light); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.address-block strong { font: 400 24px/1.3 Georgia, serif; }
.address-block small { color: #98a3a0; }
.light-border { width: fit-content; }
.contact-guidance h2 { max-width: 500px; font-size: clamp(40px, 5vw, 65px); line-height: 1.05; }
.contact-guidance p { max-width: 560px; color: #b9c1be; line-height: 1.75; }
.standalone-form { content-visibility: visible; }

.legal-copy { width: min(850px, calc(100% - 64px)); margin: 100px auto 140px; }
.legal-date { margin-bottom: 60px; color: var(--muted); font-size: 12px; }
.legal-copy h2 { margin: 54px 0 18px; font-size: 31px; }
.legal-copy p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.inline-link { color: var(--brass); text-decoration: underline; text-underline-offset: 3px; }

.service-hero { display: grid; grid-template-columns: 1fr 350px; gap: 7vw; width: min(1380px, calc(100% - 64px)); min-height: 620px; margin: 0 auto; padding: 72px 6vw; background: var(--ink); color: var(--paper); }
.service-hero > div { align-self: center; }
.service-hero .breadcrumbs { margin-bottom: 65px; color: #8e9a97; }
.service-hero .breadcrumbs span:last-child { color: #c8cecb; }
.service-hero h1 { max-width: 900px; margin-bottom: 30px; font-size: clamp(58px, 7vw, 102px); line-height: .92; letter-spacing: -.06em; }
.service-hero > div > p:not(.eyebrow) { max-width: 680px; color: #c0c7c4; font-size: 17px; line-height: 1.7; }
.service-hero > aside { align-self: end; border: 1px solid rgba(244,240,232,.22); padding: 36px; }
.service-hero > aside span { color: var(--brass-light); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.service-hero > aside p { margin: 75px 0 0; color: #c0c7c4; font-size: 14px; line-height: 1.7; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 7vw; width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 115px 0 130px; }
.detail-layout .prose { max-width: none; padding: 0; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 65px 0 85px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-grid > div { min-height: 230px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; }
.detail-grid h3 { margin-top: 70px; }
.side-cta { position: sticky; top: 25px; align-self: start; padding: 44px 36px; background: var(--paper-deep); }
.side-cta h2 { margin-bottom: 18px; font-size: 38px; line-height: 1.05; }
.side-cta > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.side-cta .button { width: 100%; margin: 24px 0; }
.side-cta small { display: block; color: var(--muted); font-size: 10px; line-height: 1.55; }
.next-service { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 75px max(32px, calc((100vw - 1180px) / 2)); background: var(--paper-deep); }
.next-service > span { color: var(--muted); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.next-service a { display: flex; align-items: center; gap: 28px; font: 400 clamp(25px, 3.5vw, 48px)/1.2 Georgia, serif; }
.next-service b { color: var(--brass); font-weight: 400; }
.error-page { display: grid; min-height: 100vh; place-items: center; padding: 40px 22px; background: var(--ink); color: var(--paper); }
.error-page > div { width: min(820px, 100%); }
.error-page h1 { margin-bottom: 30px; font-size: clamp(65px, 11vw, 145px); line-height: .88; letter-spacing: -.06em; }
.error-page h1 em { color: var(--brass-light); font-weight: 400; }
.error-page p:not(.eyebrow) { margin-bottom: 34px; color: #b9c1be; font-size: 17px; }

@media (max-width: 980px) {
  .page-hero, .service-hero { grid-template-columns: 1fr; }
  .page-hero { gap: 45px; }
  .service-hero > aside { max-width: 520px; }
  .detail-layout { grid-template-columns: 1fr 300px; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article:first-child { min-height: 240px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .principles h3 { margin-top: 65px; }
}

@media (max-width: 760px) {
  .page-hero, .service-hero { width: 100%; min-height: auto; padding: 58px 22px 68px; }
  .page-hero h1, .service-hero h1 { font-size: clamp(49px, 15vw, 72px); }
  .breadcrumbs { margin-bottom: 48px; }
  .service-directory { width: 100%; margin: 60px auto 90px; }
  .directory-card { grid-template-columns: 42px 1fr auto; gap: 12px; min-height: 145px; padding: 22px; }
  .directory-card:hover { padding: 22px; }
  .directory-card p { font-size: 13px; }
  .wide-note, .documents-section, .review-proof { grid-template-columns: 1fr; gap: 48px; padding: 78px 22px; }
  .editorial-split { grid-template-columns: 1fr; }
  .editorial-art { min-height: 430px; }
  .prose { padding: 76px 22px; }
  .principles { width: 100%; margin: 75px 0; }
  .principles article, .principles article:first-child { padding: 28px 22px; border-right: 0; border-left: 0; }
  .timeline { width: calc(100% - 44px); margin: 70px auto 90px; }
  .timeline article { grid-template-columns: 40px 1fr; gap: 15px; padding: 32px 0; }
  .timeline article > div { grid-template-columns: 1fr; gap: 18px; }
  .cta-band { align-items: flex-start; flex-direction: column; padding: 75px 22px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-details, .contact-guidance { padding: 75px 22px; }
  .contact-guidance { border-top: 1px solid var(--line-light); border-left: 0; }
  .legal-copy { width: calc(100% - 44px); margin: 75px auto 100px; }
  .service-hero > aside { padding: 28px; }
  .service-hero > aside p { margin-top: 45px; }
  .detail-layout { grid-template-columns: 1fr; width: calc(100% - 44px); padding: 80px 0; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid > div { min-height: 205px; }
  .side-cta { position: static; margin-top: 15px; }
  .next-service { align-items: flex-start; flex-direction: column; padding: 60px 22px; }
  .next-service a { width: 100%; justify-content: space-between; }
}
