:root {
  --black: #000000;
  --ink: #0d0d0d;
  --charcoal: #171717;
  --soft-black: #070707;
  --gold: #cfa366;
  --gold-muted: #b8945a;
  --white: #ffffff;
  --ivory: #f7f4ee;
  --stone: #e8e1d6;
  --muted: #a8a29a;
  --text: #242424;
  --max: 1180px;
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 58px);
  background: rgba(0, 0, 0, .78);
  border-bottom: 1px solid rgba(207, 163, 102, .22);
  backdrop-filter: blur(14px);
}
.brand img { width: 190px; height: auto; }
.site-nav { display: flex; gap: 28px; align-items: center; color: rgba(255,255,255,.82); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a:hover { color: var(--gold); }
.nav-cta { border: 1px solid rgba(207,163,102,.65); padding: 10px 16px; color: var(--gold) !important; }
.nav-toggle { display: none; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.25); padding: 9px 12px; }

.section { padding: 105px 0; }
.section-dark { background: radial-gradient(circle at 70% 20%, rgba(207,163,102,.14), transparent 36%), linear-gradient(135deg, #000, #151515); color: var(--white); }
.section-light { background: var(--ivory); }
.section-muted { background: #eee8df; }

.hero { min-height: 100vh; display: flex; align-items: center; padding: 130px 0 70px; position: relative; overflow: hidden; }
.hero-ornament { position: absolute; inset: auto -12% -35% auto; width: 640px; height: 640px; border: 1px solid rgba(207,163,102,.2); transform: rotate(45deg); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) 440px; gap: 72px; align-items: center; position: relative; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; letter-spacing: .28em; text-transform: uppercase; font-weight: 700; }
.eyebrow.dark { color: var(--gold-muted); }
h1, h2, h3 { margin-top: 0; line-height: 1.02; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }
h1 { font-size: clamp(72px, 12vw, 150px); letter-spacing: .01em; margin-bottom: 14px; }
h2 { font-size: clamp(40px, 6vw, 72px); letter-spacing: -.02em; }
h3 { font-size: 30px; }
.hero-subtitle { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(28px, 4vw, 48px); margin: 0 0 24px; color: rgba(255,255,255,.93); }
.hero-text { max-width: 650px; color: rgba(255,255,255,.72); font-size: 18px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; cursor: pointer; }
.button-primary { background: var(--gold); color: #070707; }
.button-secondary { border-color: rgba(255,255,255,.28); color: var(--white); }
.hero-card { border: 1px solid rgba(207,163,102,.34); background: rgba(255,255,255,.055); padding: 42px; backdrop-filter: blur(18px); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.hero-mark { width: 72px; margin-bottom: 34px; }
.hero-card h2 { font-size: 37px; margin-bottom: 26px; }
.hero-card ul { padding-left: 18px; margin: 0; color: rgba(255,255,255,.75); }
.hero-card li { margin: 11px 0; }

.cred-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 34px; padding: 24px 20px; background: var(--gold); color: #080808; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.section-heading { max-width: 850px; margin-bottom: 56px; }
.section-heading p:not(.eyebrow) { font-size: 18px; color: #5c564e; max-width: 760px; }
.compact { margin-bottom: 36px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 315px; padding: 32px; background: #fffaf2; border: 1px solid rgba(0,0,0,.08); transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(207,163,102,.7); }
.service-card span { display: block; color: var(--gold-muted); font-size: 12px; letter-spacing: .18em; font-weight: 800; margin-bottom: 26px; }
.service-card h3 { font-size: 31px; margin-bottom: 16px; }
.service-card p { color: #5b554e; margin: 0; }
.service-card-wide { grid-column: span 2; }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.approach-list { display: grid; gap: 28px; }
.approach-list div { padding-bottom: 28px; border-bottom: 1px solid rgba(207,163,102,.28); }
.approach-list h3 { color: var(--gold); margin-bottom: 8px; }
.approach-list p { margin: 0; color: rgba(255,255,255,.72); }

.about-grid { display: grid; grid-template-columns: 420px 1fr; gap: 76px; align-items: center; }
.portrait-wrap { border: 1px solid rgba(0,0,0,.1); background: var(--stone); padding: 14px; }
.portrait-wrap img { aspect-ratio: 4/5; object-fit: cover; object-position: center top; filter: saturate(.95); }
.about-copy p { font-size: 17px; color: #57514a; }
.about-copy strong { color: #171717; }

.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-grid article { background: var(--ivory); padding: 32px; min-height: 230px; border-left: 3px solid var(--gold); }
.insight-grid p { margin: 0 0 40px; color: var(--gold-muted); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.insight-grid h3 { font-size: 30px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 80px; align-items: start; }
.contact-grid h2 { margin-bottom: 22px; }
.contact-grid p { color: rgba(255,255,255,.7); font-size: 17px; }
.contact-links { display: grid; gap: 12px; margin-top: 30px; color: var(--gold); }
.contact-form { display: grid; gap: 16px; padding: 32px; border: 1px solid rgba(207,163,102,.28); background: rgba(255,255,255,.05); }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.3); color: var(--white); padding: 14px; font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 1px solid var(--gold); border-color: var(--gold); }

.site-footer { background: #000; color: rgba(255,255,255,.62); padding: 34px 0; border-top: 1px solid rgba(207,163,102,.22); }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-grid img { width: 150px; }
.footer-grid p { margin: 0; font-size: 13px; }

@media (max-width: 980px) {
  .hero-grid, .split-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero { min-height: auto; }
  .hero-card { max-width: 620px; }
  .service-grid, .insight-grid { grid-template-columns: 1fr 1fr; }
  .service-card-wide { grid-column: auto; }
  .about-grid { align-items: start; }
  .portrait-wrap { max-width: 420px; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; }
  .brand img { width: 152px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; left: 16px; right: 16px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #050505; border: 1px solid rgba(207,163,102,.28); padding: 10px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-cta { border: 0; padding: 14px !important; }
  .section { padding: 72px 0; }
  .hero { padding-top: 112px; }
  h1 { font-size: clamp(68px, 18vw, 96px); }
  .hero-subtitle { font-size: 31px; }
  .hero-card { padding: 28px; }
  .service-grid, .insight-grid { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}
