
:root {
  --ivory: #F7F4EC;
  --parchment: #EFE7D8;
  --stone: #D8CDBA;
  --ink: #132033;
  --muted: #5F625D;
  --gold: #A8874A;
  --gold-deep: #8A6A3B;
  --navy: #081526;
  --white: #FFFDF8;
  --shadow: rgba(19, 32, 51, 0.08);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold-deep); }
img { max-width: 100%; display: block; }
.serif, h1, h2, h3, h4, .wordmark, .cta-line, .section-title, .partner-name, .footer-brand {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.container { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(247, 244, 236, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(168,135,74,0.42);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { font-size: clamp(24px, 2.3vw, 34px); letter-spacing: 0.17em; text-transform: uppercase; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: 15px; }
.site-nav a { position: relative; padding: 32px 0 28px; }
.site-nav a.active::after, .site-nav a:hover::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 1px; background: var(--gold);
}
.mobile-nav-toggle { display: none; }
.hero {
  border-bottom: 1px solid rgba(168,135,74,0.35);
  overflow: hidden;
}
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); min-height: 580px; align-items: stretch;
}
.hero-copy { padding: clamp(56px, 7vw, 112px) clamp(28px, 4vw, 70px) clamp(56px, 7vw, 90px) 0; align-self: center; }
.eyebrow { color: var(--gold-deep); text-transform: uppercase; letter-spacing: 0.19em; font-size: 12px; font-weight: 650; line-height: 1.4; }
h1 { font-size: clamp(58px, 7.2vw, 98px); line-height: 0.96; margin: 20px 0 30px; color: var(--ink); }
.hero-copy p { max-width: 560px; margin: 0 0 34px; font-size: clamp(17px, 1.6vw, 19px); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 13px;
  min-width: 178px; min-height: 56px; padding: 14px 24px;
  border: 1px solid var(--gold); color: var(--ink); background: transparent;
  font-family: Georgia, serif; font-size: 17px;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.button.button-light { color: var(--ivory); border-color: var(--gold); }
.button.button-light:hover { background: var(--ivory); color: var(--navy); border-color: var(--ivory); }
.hero-media { position: relative; min-height: 420px; }
.hero-media::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 36%; z-index: 2;
  background: linear-gradient(90deg, var(--ivory) 0%, rgba(247,244,236,.82) 35%, rgba(247,244,236,0) 100%);
  pointer-events: none;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(.98) brightness(1.02); }
.hero-media.focus-left img { object-position: center; }
.hero-media.focus-right img { object-position: center right; }
.hero-media.green img { filter: saturate(.88) contrast(.95) brightness(1.04); }
.positioning { background: linear-gradient(180deg, rgba(239,231,216,.75), rgba(247,244,236,1)); border-bottom: 1px solid rgba(168,135,74,.32); }
.positioning-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 66px 0; }
.positioning-card { padding: 0 clamp(24px, 3.4vw, 46px); border-left: 1px solid rgba(168,135,74,.45); }
.positioning-card:first-child { border-left: none; padding-left: 0; }
.positioning-card h2 { font-size: clamp(28px, 3.2vw, 39px); line-height: 1.08; margin: 18px 0 20px; }
.positioning-card p { margin: 0; font-size: 15px; line-height: 1.62; max-width: 330px; }
.image-statement {
  position: relative; min-height: 420px; display: flex; align-items: center; border-bottom: 1px solid rgba(168,135,74,.35); overflow: hidden;
}
.image-statement img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) brightness(1.08) contrast(.96); }
.image-statement::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,244,236,.98) 0%, rgba(247,244,236,.86) 32%, rgba(247,244,236,.25) 56%, rgba(247,244,236,.05) 100%); z-index: 1; }
.statement-copy { position: relative; z-index: 2; max-width: 540px; padding: 84px 0; }
.statement-copy h2 { font-size: clamp(36px, 4.6vw, 56px); line-height: 1.02; margin: 0 0 24px; }
.gold-rule { width: 70px; height: 1px; background: var(--gold); margin: 0 0 24px; }
.statement-copy p { margin: 0; font-size: 15.5px; line-height: 1.6; }
.principles { padding: 62px 0 74px; border-bottom: 1px solid rgba(168,135,74,.35); }
.section-eyebrow { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 36px; }
.section-eyebrow::before, .section-eyebrow::after { content: ""; flex: 1; max-width: 150px; height: 1px; background: rgba(168,135,74,.45); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.principle { text-align: center; padding: 0 clamp(22px, 3.3vw, 48px); border-left: 1px solid rgba(168,135,74,.42); }
.principle:first-child { border-left: none; }
.principle-icon { color: var(--gold-deep); font-size: 28px; line-height: 1; margin-bottom: 18px; }
.principle h3 { font-size: clamp(28px, 3vw, 36px); margin: 0 0 12px; }
.principle p { font-size: 14.5px; line-height: 1.55; margin: 0 auto; max-width: 280px; }
.cta-band { background: var(--navy); color: var(--ivory); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 116px; }
.cta-line { font-size: clamp(28px, 4vw, 43px); line-height: 1.1; }
.site-footer { padding: 42px 0 26px; background: var(--ivory); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .9fr; gap: 42px; }
.footer-col { padding-left: 42px; border-left: 1px solid rgba(168,135,74,.45); }
.footer-col:first-child { padding-left: 0; border-left: none; }
.footer-brand { letter-spacing: .17em; text-transform: uppercase; font-size: 20px; margin-bottom: 14px; }
.footer-col p, .footer-col a { font-size: 14px; line-height: 1.55; }
.footer-links { display: grid; gap: 4px; }
.footer-legal { border-top: 1px solid rgba(168,135,74,.48); margin-top: 36px; padding-top: 16px; text-align: center; font-family: Georgia, serif; font-size: 12.5px; color: var(--ink); }
.page-hero .hero-grid { min-height: 520px; }
.page-hero h1 { margin-top: 0; }
.page-hero .hero-copy p { font-size: clamp(22px, 2.6vw, 31px); line-height: 1.34; }
.content-section { padding: 72px 0; }
.split-row { display: grid; grid-template-columns: .35fr .65fr; gap: clamp(48px, 8vw, 110px); padding: 52px 0; border-top: 1px solid rgba(168,135,74,.42); }
.split-row:first-child { border-top: none; padding-top: 0; }
.split-row h2 { font-size: clamp(40px, 4.8vw, 58px); line-height: 1; margin: 0; }
.split-row .gold-rule { margin-top: 20px; }
.copy-block p { margin: 0 0 22px; font-size: 18px; }
.copy-block p:last-child { margin-bottom: 0; }
.anchor-strip { border-top: 1px solid rgba(168,135,74,.42); border-bottom: 1px solid rgba(168,135,74,.42); }
.anchor-strip-inner { min-height: 78px; display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; font-family: Georgia, serif; font-size: clamp(19px, 2.2vw, 26px); }
.anchor-dot { color: var(--gold-deep); }
.practice { display: grid; grid-template-columns: 180px 1fr; gap: 48px; padding: 66px 0; border-bottom: 1px solid rgba(168,135,74,.42); }
.practice:last-child { border-bottom: none; }
.practice-number { color: var(--gold-deep); font-family: Georgia, serif; font-size: clamp(54px, 7vw, 82px); line-height: .9; padding-top: 10px; border-right: 1px solid rgba(168,135,74,.42); }
.practice-number::after { content: ""; display: block; width: 64px; height: 1px; background: var(--gold); margin-top: 22px; }
.practice h2 { font-size: clamp(38px, 4.7vw, 55px); line-height: 1.05; margin: 0 0 20px; }
.practice p { max-width: 760px; margin: 0; font-size: 17.5px; }
.closing-line { text-align: center; padding: 34px 0 42px; border-top: 1px solid rgba(168,135,74,.35); font-family: Georgia, serif; font-size: clamp(27px, 3.2vw, 42px); line-height: 1.18; }
.partner-row { display: grid; grid-template-columns: minmax(220px, 320px) 1fr; gap: 56px; padding: 60px 0; border-top: 1px solid rgba(168,135,74,.42); }
.partner-row:first-child { border-top: none; }
.partner-name { font-size: clamp(38px, 4.2vw, 52px); line-height: 1.02; margin: 0 0 6px; }
.partner-title { color: var(--gold-deep); text-transform: uppercase; letter-spacing: .16em; font-size: 14px; font-weight: 650; margin-bottom: 16px; }
.partner-bio { border-left: 1px solid rgba(168,135,74,.42); padding-left: 48px; margin: 0; max-width: 760px; }
.partner-bio p { margin: 0; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(48px, 8vw, 100px); padding: 76px 0; }
.contact-aside { border-right: 1px solid rgba(168,135,74,.42); padding-right: clamp(42px, 7vw, 90px); }
.detail-block { padding: 0 0 36px; margin: 0 0 36px; border-bottom: 1px solid rgba(168,135,74,.42); }
.detail-block:last-child { border-bottom: none; }
.detail-block h2, .form-title { color: var(--gold-deep); font-family: Georgia, serif; font-size: clamp(26px, 3.2vw, 34px); font-weight: 400; margin: 0 0 18px; }
.detail-block p { font-family: Georgia, serif; font-size: 20px; line-height: 1.55; margin: 0; }
.form-grid { display: grid; gap: 22px; }
label { display: grid; gap: 8px; font-family: Georgia, serif; font-size: 16px; }
input, textarea {
  width: 100%; border: 1px solid rgba(168,135,74,.55); background: rgba(255,253,248,.55);
  color: var(--ink); padding: 14px 14px; font: inherit; border-radius: 0;
}
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus { outline: 1px solid var(--gold); outline-offset: 2px; }
.privacy-note { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.private-panel { border: 1px solid rgba(168,135,74,.42); padding: 34px 46px; margin: 0 0 72px; display: flex; align-items: center; gap: 28px; }
.private-panel .mark { color: var(--gold-deep); font-family: Georgia, serif; font-size: 34px; border: 1px solid rgba(168,135,74,.55); width: 58px; height: 58px; display: grid; place-items: center; }
.private-panel p { margin: 0; font-family: Georgia, serif; font-size: clamp(24px, 3vw, 34px); }
.legal-page { padding: 70px 0 86px; }
.legal-page .narrow { max-width: 860px; }
.legal-page h1 { font-size: clamp(54px, 6vw, 80px); margin-bottom: 32px; }
.legal-page h2 { font-size: 31px; margin-top: 44px; margin-bottom: 12px; }
.legal-page p, .legal-page li { font-size: 16px; }
.legal-page ul { padding-left: 22px; }
.legal-page address { font-style: normal; line-height: 1.55; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--navy); color: var(--ivory); padding: 8px 10px; z-index: 100; }
.skip-link:focus { left: 10px; }
@media (max-width: 900px) {
  .container { width: min(100% - 38px, var(--max)); }
  .header-inner { min-height: auto; padding: 22px 0; flex-direction: column; align-items: flex-start; }
  .site-nav { gap: 20px; flex-wrap: wrap; font-size: 14px; }
  .site-nav a { padding: 0 0 8px; }
  .site-nav a.active::after, .site-nav a:hover::after { bottom: 0; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 54px 0 36px; }
  .hero-media { min-height: 330px; }
  .hero-media::before { width: 100%; height: 35%; inset: 0 0 auto; background: linear-gradient(180deg, var(--ivory), rgba(247,244,236,0)); }
  .positioning-grid, .principles-grid, .footer-grid, .contact-grid { grid-template-columns: 1fr; }
  .positioning-card, .principle, .footer-col { border-left: none; border-top: 1px solid rgba(168,135,74,.42); padding: 28px 0 0; margin-top: 28px; }
  .positioning-card:first-child, .principle:first-child, .footer-col:first-child { border-top: none; margin-top: 0; padding-top: 0; }
  .statement-copy { max-width: 100%; }
  .split-row, .practice, .partner-row { grid-template-columns: 1fr; gap: 20px; }
  .practice-number { border-right: none; border-bottom: 1px solid rgba(168,135,74,.42); padding-bottom: 16px; }
  .partner-bio { border-left: none; padding-left: 0; }
  .contact-aside { border-right: none; border-bottom: 1px solid rgba(168,135,74,.42); padding-right: 0; padding-bottom: 34px; }
  .cta-inner { min-height: 160px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .private-panel { align-items: flex-start; flex-direction: column; padding: 26px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  h1 { font-size: 52px; }
  .wordmark { font-size: 21px; letter-spacing: .13em; }
  .site-nav { width: 100%; justify-content: space-between; gap: 12px; }
  .positioning-grid { padding: 44px 0; }
  .image-statement { min-height: 520px; }
  .image-statement::before { background: rgba(247,244,236,.86); }
  .practice, .partner-row { padding: 42px 0; }
}



/* Team-first mockup: compact intro so biographies are visible on page load */
.team-compact-hero {
  padding: 46px 0 34px;
  border-bottom: 1px solid rgba(168,135,74,.42);
  background: linear-gradient(180deg, rgba(247,244,236,1), rgba(239,231,216,.42));
}
.team-compact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(42px, 6vw, 86px);
  align-items: end;
}
.team-compact-copy h1 {
  margin: 10px 0 18px;
  font-size: clamp(64px, 8vw, 96px);
  line-height: .95;
}
.team-compact-copy p {
  max-width: 700px;
  margin: 0 0 22px;
  font-family: Georgia, serif;
  font-size: clamp(23px, 2.5vw, 32px);
  line-height: 1.28;
}
.team-expertise {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(168,135,74,.42);
  font-family: Georgia, serif;
  font-size: clamp(16px, 1.6vw, 20px);
  color: var(--ink);
}
.team-expertise span[aria-hidden="true"] { color: var(--gold-deep); }
.team-compact-image {
  margin: 0;
  height: 255px;
  overflow: hidden;
  border-left: 1px solid rgba(168,135,74,.42);
  padding-left: 22px;
}
.team-compact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(.95) brightness(1.04);
}
.team-first { padding: 14px 0 66px; }
.team-first .partner-row {
  padding: 40px 0;
}
.team-first .partner-row:first-child { border-top: none; }
.team-first .partner-name { font-size: clamp(36px, 4vw, 50px); }
@media (max-width: 900px) {
  .team-compact-grid { grid-template-columns: 1fr; }
  .team-compact-image { height: 240px; border-left: none; padding-left: 0; }
  .team-first { padding-top: 0; }
}
