:root {
  --ink: #171717;
  --muted: #6f6f6f;
  --paper: #f6f4f0;
  --white: #ffffff;
  --gold: #b79a62;
  --gold-dark: #8f7547;
  --line: #ded9cf;
  --charcoal: #202020;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246,244,240,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23,23,23,.08);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; letter-spacing: .14em; font-weight: 700; font-size: 1.02rem; }
.brand span { color: var(--gold-dark); }
.nav { display: flex; align-items: center; gap: 26px; font-size: .93rem; }
.nav a { text-decoration: none; color: #454545; }
.nav a:hover { color: var(--ink); }
.nav-cta { border: 1px solid var(--ink); padding: 8px 14px; border-radius: 999px; }

.hero { padding: 72px 0 56px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 72px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; color: var(--gold-dark); font-size: .76rem; font-weight: 700; margin: 0 0 16px; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.035em; margin-bottom: 24px; }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.025em; margin-bottom: 20px; }
h3 { font-size: 1.65rem; margin-bottom: 12px; }
.hero-lede { color: #555; max-width: 760px; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border-radius: 999px; padding: 12px 20px; font-weight: 600; border: 1px solid var(--ink); transition: .2s ease; }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { transform: translateY(-1px); background: #000; }
.button-secondary { background: transparent; color: var(--ink); }
.button-secondary:hover { background: rgba(23,23,23,.05); }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric { padding: 20px 18px 18px 0; }
.metric strong { display: block; font-size: 1.5rem; line-height: 1.1; }
.metric span { color: var(--muted); font-size: .82rem; }
.hero-portrait { position: relative; }
.hero-portrait:before { content:""; position:absolute; inset: 10% -9% -8% 10%; background: var(--gold); opacity:.18; border-radius: 28px; transform: rotate(2deg); }
.hero-portrait img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 26px; filter: grayscale(100%); box-shadow: 0 30px 60px rgba(0,0,0,.13); }
.portrait-tag { position:absolute; left:-28px; bottom:24px; background:var(--white); padding:12px 16px; border-left:4px solid var(--gold); box-shadow:0 12px 30px rgba(0,0,0,.1); font-size:.83rem; font-weight:600; }

.section { padding: 92px 0; }
.section-light { background: var(--white); }
.two-col { display:grid; grid-template-columns: .95fr 1.05fr; gap:72px; align-items:start; }
.prose { color:#555; font-size:1.08rem; }
.prose p:first-child { margin-top: 0; }
.section-heading-row { display:flex; justify-content:space-between; gap:40px; align-items:end; margin-bottom:36px; }
.section-heading-row h2 { max-width:760px; margin-bottom:0; }
.section-heading-row p { max-width:330px; color:var(--muted); }
.cards { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:22px; }
.case-card { background:var(--white); border:1px solid var(--line); border-radius:24px; padding:32px; box-shadow:0 10px 30px rgba(0,0,0,.035); }
.feature-card { grid-column: 1 / -1; padding:40px; }
.card-meta { color:var(--gold-dark); text-transform:uppercase; letter-spacing:.12em; font-size:.72rem; font-weight:700; margin-bottom:15px; }
.case-card p { color:#626262; }
.case-stats { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:10px 20px; margin-top:22px; }
.case-stats span { border-top:1px solid var(--line); padding-top:10px; font-size:.9rem; color:#555; }
.case-stats strong { color:var(--ink); }

.section-dark { background:var(--charcoal); color:var(--white); }
.section-dark .section-kicker { color:#d3b777; }
.leadership-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin-top:36px; }
.lead-item { border:1px solid rgba(255,255,255,.14); padding:28px; border-radius:18px; background:rgba(255,255,255,.03); }
.lead-item p { color:#d1d1d1; margin-bottom:0; }

.recognition-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:72px; }
.recognition-copy { color:var(--muted); max-width:520px; }
.recognition-list { display:grid; gap:14px; }
.recognition-list > div { background:var(--white); border:1px solid var(--line); border-radius:16px; padding:20px 22px; display:grid; gap:4px; }
.recognition-list span { color:var(--muted); font-size:.92rem; }

.contact-section { padding-top:60px; }
.contact-card { background:var(--white); border:1px solid var(--line); border-radius:28px; padding:42px; box-shadow:0 18px 50px rgba(0,0,0,.05); }
.contact-card h2 { max-width:900px; }
.contact-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.contact-note { color:var(--muted); font-size:.85rem; margin-top:20px; }

.site-footer { border-top:1px solid var(--line); padding:28px 0 36px; color:#666; }
.footer-wrap { display:flex; justify-content:space-between; gap:20px; font-size:.9rem; }

.reveal { opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 900px) {
  .nav { display:none; }
  .hero-grid, .two-col, .recognition-grid { grid-template-columns:1fr; gap:42px; }
  .hero { padding-top:48px; }
  .hero-portrait { max-width:560px; }
  .metrics { grid-template-columns:repeat(2,1fr); }
  .section-heading-row { display:block; }
  .cards, .leadership-grid { grid-template-columns:1fr; }
  .feature-card { grid-column:auto; }
}

@media (max-width: 560px) {
  .container { width:min(var(--max), calc(100% - 26px)); }
  h1 { font-size:2.7rem; }
  .section { padding:68px 0; }
  .metrics { grid-template-columns:1fr 1fr; }
  .metric { padding-right:8px; }
  .case-card, .feature-card, .contact-card { padding:24px; border-radius:18px; }
  .case-stats { grid-template-columns:1fr; }
  .footer-wrap { flex-direction:column; }
  .portrait-tag { left:12px; right:12px; bottom:12px; }
}
