:root {
  --paper: #f4f0e8;
  --paper-2: #fbf9f4;
  --ink: #171716;
  --muted: #68635b;
  --line: #cfc6b8;
  --accent: #6a3038;
  --accent-dark: #4c2027;
  --white: #fffdf9;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  --max: 1180px;
  --radius: 2px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.narrow { max-width: 940px; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { font-family: var(--serif); font-size: 1.15rem; text-decoration: none; letter-spacing: .01em; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { font-size: .76rem; text-decoration: none; text-transform: uppercase; letter-spacing: .11em; white-space: nowrap; }
.nav-links .contact-link { border: 1px solid rgba(255,255,255,.72); padding: 9px 14px; }
.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  color: white;
  background: #403832 url("../img/pic01.jpg") center 53% / cover no-repeat;
}
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,9,8,.46) 0%, rgba(10,9,8,.24) 43%, rgba(10,9,8,.05) 76%);
}
.hero-content { position: relative; z-index: 2; padding-bottom: 92px; }
.hero h1 { margin: 0 0 23px; max-width: 760px; font-family: var(--serif); font-weight: 400; font-size: clamp(3.4rem, 7vw, 6.9rem); line-height: .95; letter-spacing: -.045em; }
.hero-lead { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(1.14rem, 2vw, 1.55rem); line-height: 1.5; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.hero-lead strong { font-weight: 400; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; border: 1px solid var(--accent); background: var(--accent); color: #fff; text-decoration: none; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.button:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.button-light { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.12); backdrop-filter: blur(4px); }
.button-light:hover { background: rgba(255,255,255,.22); border-color: #fff; }
.text-link { text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link.light { color: white; }
.section { padding: 112px 0; }
.intro { background: var(--paper-2); }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: .74rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.light-eyebrow { color: #e8cbd0; }
h2 { margin: 0 0 34px; max-width: 900px; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 4.2rem); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
h3 { margin: 0 0 9px; font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 1.85rem); font-weight: 400; }
p { margin: 0 0 1.25em; }
.prose { font-size: 1.04rem; }
.two-col-text { columns: 2; column-gap: 64px; }
.two-col-text p { break-inside: avoid; }
.section-heading { max-width: 840px; margin-bottom: 66px; }
.section-heading > p:last-child { max-width: 760px; color: var(--muted); }
.reasons { background: var(--paper); }
.reason-list { max-width: 930px; border-top: 1px solid var(--line); }
.reason-item { display: grid; grid-template-columns: minmax(250px, 34%) 1fr; gap: 42px; padding: 29px 0 30px; border-bottom: 1px solid var(--line); }
.reason-item p { margin: 0; color: var(--muted); }
.practice, .cabinet { background: #e8e0d4; }
.profile { background: var(--paper-2); }
.split { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(0,.97fr); gap: clamp(54px, 7vw, 96px); align-items: center; }
.split.reverse { grid-template-columns: minmax(0,.97fr) minmax(0,1.03fr); }
.copy { max-width: 570px; }
.copy p { color: #393633; }
.media-card { margin: 0; overflow: hidden; background: #ddd5ca; }
.media-card img { width: 100%; height: 590px; object-fit: cover; }
.portrait-card img { object-position: center 28%; }
.pullquote { margin-top: 34px !important; padding: 22px 0 0 25px; border-left: 2px solid var(--accent); font-family: var(--serif); font-size: 1.25rem; line-height: 1.55; color: var(--ink) !important; }
.first-meeting { background: var(--paper); }
.facts { background: var(--ink); color: white; padding: 42px 0; }
.facts-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .7fr; gap: 30px; }
.facts-grid div { padding-right: 24px; border-right: 1px solid rgba(255,255,255,.17); }
.facts-grid div:last-child { border-right: 0; }
.facts-grid span { display: block; margin-bottom: 7px; color: #bdb7ad; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.facts-grid strong { font-family: var(--serif); font-size: 1.03rem; font-weight: 400; line-height: 1.45; }
.facts-grid a { text-decoration: none; }
address { margin: 26px 0 28px; font-style: normal; font-family: var(--serif); font-size: 1.15rem; }
.cta { background: var(--accent-dark); color: white; padding: 88px 0; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.cta h2 { max-width: 780px; margin-bottom: 17px; font-size: clamp(2.1rem, 3.8vw, 4rem); }
.cta p { max-width: 720px; color: #eadfe0; }
.phone { align-self: center; font-family: var(--serif); font-size: clamp(1.55rem, 2.7vw, 2.6rem); text-decoration: none; white-space: nowrap; border-bottom: 1px solid rgba(255,255,255,.45); }
.site-footer { background: #171716; color: #d1ccc3; padding: 28px 0; font-size: .78rem; letter-spacing: .04em; }
.footer-grid { display: flex; justify-content: space-between; gap: 25px; flex-wrap: wrap; }
.footer-grid p { margin: 0; }
.footer-grid a { color: inherit; }
@media (max-width: 900px) {
  .nav-links a:not(.contact-link) { display: none; }
  .hero { min-height: 700px; background-position: 57% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,9,8,.52), rgba(10,9,8,.16)); }
  .two-col-text { columns: 1; }
  .split, .split.reverse { grid-template-columns: 1fr; }
  .profile .copy { order: 2; }
  .profile .media-card { order: 1; }
  .media-card img { height: min(72vw, 620px); }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid div:nth-child(2) { border-right: 0; }
  .cta-inner { grid-template-columns: 1fr; }
  .phone { justify-self: start; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .nav { min-height: 72px; }
  .brand { font-size: 1rem; }
  .contact-link { padding: 7px 10px !important; font-size: .66rem !important; }
  .hero { min-height: 680px; background-position: 60% center; }
  .hero-content { padding-bottom: 60px; }
  .hero h1 { font-size: clamp(3.1rem, 17vw, 4.8rem); }
  .hero-lead { font-size: 1.12rem; }
  .section { padding: 78px 0; }
  .reason-item { grid-template-columns: 1fr; gap: 5px; padding: 23px 0; }
  .reason-item p { margin: 0; }
  .media-card img { height: 82vw; min-height: 360px; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding: 0 0 18px; }
  .facts-grid div:last-child { border-bottom: 0; }
  .cta { padding: 70px 0; }
  .footer-grid { display: grid; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
