:root {
  --ink: #182729;
  --muted: #5e6b6c;
  --paper: #f7f4ed;
  --white: #fffdf8;
  --teal: #173b40;
  --teal-2: #245860;
  --line: #d9ddd7;
  --gold: #b28b52;
  --shadow: 0 24px 70px rgba(17, 49, 53, .16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23,59,64,.1);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: baseline; gap: 9px; text-decoration: none; letter-spacing: .03em; }
.brand-mark { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 700; color: var(--teal); letter-spacing: .08em; }
.brand-text { font-size: .95rem; text-transform: uppercase; letter-spacing: .17em; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: .9rem; font-weight: 650; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--teal-2); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--teal); border-radius: 999px; }
.nav-cta:hover { background: var(--teal); color: white; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--teal); transition: .2s ease; }

.hero { overflow: hidden; padding: clamp(62px, 8vw, 120px) 0 clamp(76px, 10vw, 138px); background: radial-gradient(circle at 80% 15%, #e6ece7 0, transparent 36%), var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .72fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.eyebrow { margin: 0 0 18px; color: var(--teal-2); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #bdcfd0; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 850px; font-size: clamp(2.85rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 3.8rem); }
h3 { font-size: 1.4rem; }
.hero-lead { max-width: 760px; margin: 28px 0 0; color: #475759; font-size: clamp(1.05rem, 1.5vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid var(--teal); border-radius: 4px; text-decoration: none; font-weight: 760; }
.button-primary { background: var(--teal); color: white; }
.button-primary:hover { background: var(--teal-2); }
.button-secondary:hover { background: #e9eee8; }
.availability { margin: 20px 0 0; color: var(--muted); font-size: .94rem; }
.portrait-wrap { position: relative; }
.portrait-frame { aspect-ratio: 4 / 5; overflow: hidden; background: #d7d7d2; box-shadow: var(--shadow); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.portrait-caption { position: absolute; right: -24px; bottom: -28px; min-width: 230px; padding: 19px 22px; background: var(--white); border-left: 4px solid var(--gold); box-shadow: 0 16px 40px rgba(17,49,53,.14); }
.portrait-caption strong, .portrait-caption span { display: block; }
.portrait-caption strong { font-family: Georgia, serif; font-size: 1.2rem; }
.portrait-caption span { color: var(--muted); font-size: .86rem; }

.section { padding: clamp(78px, 10vw, 145px) 0; }
.section-light { background: var(--white); }
.section-heading { max-width: 650px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.narrow { max-width: 820px; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; }
.principle { padding: 30px 28px 34px; border-top: 1px solid var(--teal); background: #f8f8f3; }
.number { display: block; margin-bottom: 44px; color: var(--gold); font-weight: 800; font-size: .75rem; letter-spacing: .12em; }
.principle p { margin-bottom: 0; color: var(--muted); }

.section-dark { color: white; background: var(--teal); }
.experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 130px); align-items: start; }
.practice-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.practice-list li { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.45rem); }

.credentials-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 130px); align-items: start; }
.sticky-heading { position: sticky; top: 130px; }
.credential-group { display: grid; grid-template-columns: 190px 1fr; gap: 36px; padding: 32px 0; border-top: 1px solid var(--line); }
.credential-group:last-child { border-bottom: 1px solid var(--line); }
.credential-group h3 { font-size: 1.18rem; }
.credential-group ul { margin: 0; padding-left: 20px; color: var(--muted); }
.credential-group li + li { margin-top: 10px; }

.contact-section { padding: clamp(78px, 10vw, 126px) 0; color: white; background: #102e32; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 10vw, 120px); align-items: end; }
.contact-grid p:not(.eyebrow) { max-width: 630px; color: #c8d4d5; }
.contact-actions { border-top: 1px solid rgba(255,255,255,.28); }
.contact-actions a { display: block; padding: 23px 4px; border-bottom: 1px solid rgba(255,255,255,.28); text-decoration: none; }
.contact-actions a:hover { background: rgba(255,255,255,.04); }
.contact-actions span, .contact-actions strong { display: block; }
.contact-actions span { color: #9fb6b9; font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; }
.contact-actions strong { margin-top: 4px; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 500; overflow-wrap: anywhere; }

.site-footer { padding: 28px 0 42px; background: #0a2326; color: #9fb0b2; }
.footer-inner { display: grid; grid-template-columns: auto 1fr 1.6fr; gap: 30px; align-items: center; font-size: .78rem; }
.footer-brand .brand-mark { color: white; }
.footer-brand .brand-text { color: #9fb0b2; }
.disclaimer { text-align: right; }

:focus-visible { outline: 3px solid #d1a96c; outline-offset: 4px; }

@media (max-width: 900px) {
  .header-inner { min-height: 70px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 16px 20px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.08); }
  .site-nav.open { display: flex; flex-direction: column; }
  .site-nav a { padding: 13px 4px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid, .experience-grid, .credentials-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .portrait-wrap { width: min(100%, 560px); margin-inline: auto; order: 2; }
  .principles-grid { grid-template-columns: 1fr; }
  .number { margin-bottom: 22px; }
  .sticky-heading { position: static; }
  .footer-inner { grid-template-columns: 1fr; }
  .disclaimer { text-align: left; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding-top: 46px; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .portrait-caption { position: relative; right: auto; bottom: auto; min-width: 0; }
  .practice-list { grid-template-columns: 1fr; }
  .credential-group { grid-template-columns: 1fr; gap: 14px; padding: 26px 0; }
  .contact-actions strong { font-size: 1.08rem; }
}

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