:root {
  --bc-ink: #11120f;
  --bc-charcoal: #1b1c18;
  --bc-ivory: #f5f2ea;
  --bc-paper: #fbfaf6;
  --bc-gold: #b89758;
  --bc-line: rgba(184, 151, 88, 0.28);
}

html { scroll-behavior: smooth; }
body { background: var(--bc-paper); text-rendering: optimizeLegibility; }
::selection { background: rgba(184,151,88,.26); color: var(--bc-ink); }

.site-header {
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}
.site-header a { text-underline-offset: .3em; }
.desktop-navigation a { position: relative; }
.desktop-navigation a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem;
  height: 1px; background: var(--bc-gold); transition: right .25s ease;
}
.desktop-navigation a:hover::after,
.desktop-navigation a[aria-current="page"]::after { right: 0; }
.desktop-navigation a[aria-current="page"] { color: #d5b36e; }
.header-cta { transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.header-cta:hover { background: #c3a262; color: #11120f; border-color: #c3a262; }

.subpage-hero { min-height: clamp(520px, 72vh, 820px); }
.subpage-hero h1 { max-width: 17ch; text-wrap: balance; letter-spacing: -.035em; }
.subpage-lead, .framework-intro { max-width: 68ch; text-wrap: pretty; }
.subpage-content { padding-top: clamp(4.75rem, 8vw, 8.5rem); padding-bottom: clamp(4.75rem, 8vw, 8.5rem); }
.eyebrow, .section-label { letter-spacing: .18em; }

.framework-card, .team-card, .insight-card {
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.framework-card:hover, .team-card:hover, .insight-card:hover {
  transform: translateY(-4px); border-color: var(--bc-line);
  box-shadow: 0 18px 45px rgba(24,22,16,.09);
}

img { height: auto; }
.team-card img, .team-photo img { object-position: center 20%; }
.legal { max-width: 72ch; line-height: 1.65; }

.approach-page { background: var(--bc-paper); color: var(--bc-ink); }
.approach-page .approach-hero-refined {
  min-height: min(84vh, 850px); display: grid; align-items: end;
  padding: clamp(9rem, 16vw, 13rem) max(5vw, 1.5rem) clamp(4rem, 8vw, 7rem);
  color: white; position: relative; overflow: hidden;
  background: linear-gradient(90deg, rgba(10,11,9,.92) 0%, rgba(10,11,9,.72) 45%, rgba(10,11,9,.18) 78%), url('/approach-hero.png') center/cover;
}
.approach-page .approach-hero-refined::after {
  content: ""; position: absolute; inset: auto 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, #b89758 50%, transparent);
}
.approach-hero-inner { width: min(1180px, 100%); margin: auto; }
.approach-kicker { color: #d3b574; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; }
.approach-title { font-size: clamp(3rem, 7vw, 6.6rem); line-height: .98; letter-spacing: -.045em; max-width: 11ch; margin: 1rem 0 1.5rem; text-wrap: balance; }
.approach-lead { max-width: 58ch; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.7; }
.approach-section { width: min(1180px, calc(100% - 3rem)); margin: auto; padding: clamp(5rem, 9vw, 9rem) 0; }
.approach-intro { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.approach-intro h2 { font-size: clamp(2.1rem, 4vw, 4.2rem); line-height: 1.08; letter-spacing: -.035em; margin: 0; text-wrap: balance; }
.approach-intro p { font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.85; color: #55564f; margin: 0; }
.approach-principles { background: var(--bc-charcoal); color: white; }
.approach-principles-inner { width: min(1180px, calc(100% - 3rem)); margin: auto; padding: clamp(5rem, 9vw, 9rem) 0; }
.approach-principles h2 { font-size: clamp(2.2rem, 4vw, 4rem); margin: 0 0 3.5rem; letter-spacing: -.035em; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.principle { padding: 2.25rem 2.25rem 1rem 0; border-right: 1px solid rgba(255,255,255,.12); }
.principle + .principle { padding-left: 2.25rem; }
.principle:last-child { border-right: 0; }
.principle span { color: #c5a565; font-size: .75rem; letter-spacing: .16em; }
.principle h3 { font-size: 1.45rem; margin: 1.5rem 0 1rem; }
.principle p { color: rgba(255,255,255,.65); line-height: 1.75; }
.approach-cta { display: flex; justify-content: space-between; gap: 2rem; align-items: end; border-top: 1px solid rgba(24,22,16,.16); }
.approach-cta h2 { font-size: clamp(2.2rem, 5vw, 4.8rem); max-width: 12ch; margin: 0; letter-spacing: -.04em; }
.approach-link { white-space: nowrap; color: var(--bc-ink); border-bottom: 1px solid var(--bc-gold); padding-bottom: .35rem; text-decoration: none; }

@media (max-width: 800px) {
  .subpage-hero { min-height: 68vh; }
  .approach-intro { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle, .principle + .principle { padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .approach-cta { align-items: start; flex-direction: column; }
}

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