:root {
  --bg: #f6f1e8;
  --ink: #1e252b;
  --muted: #626973;
  --line: rgba(30, 37, 43, 0.12);
  --gold: #9a6a35;
  --gold-soft: rgba(154, 106, 53, 0.1);
  --navy: #13212f;
  --cream: #f8f5ef;
  --shadow: 0 24px 60px rgba(26, 22, 16, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  background: linear-gradient(180deg, #faf6ef 0%, #f4ede3 100%);
  color: var(--ink);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.93em; }
.container { width: min(1180px, calc(100vw - 40px)); margin: 0 auto; }
.shell { padding: 28px 0 80px; }
.topbar {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 18px 0 24px; border-bottom: 1px solid var(--line);
}
.brand { display: flex; gap: 14px; align-items: center; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 999px; background: var(--ink); color: white;
  display: grid; place-items: center; font-weight: 700; letter-spacing: 0.06em;
}
.brand-meta small { display: block; color: var(--gold); letter-spacing: 0.24em; text-transform: uppercase; font-size: 11px; }
.brand-meta strong { display: block; font-size: 15px; margin-top: 4px; }
.nav { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--ink); }
.hero, .section { padding: 56px 0; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px; font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.28em; color: var(--gold); font-weight: 600;
}
.kicker::before { content: ''; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 600; }
h1 { font-size: clamp(44px, 6vw, 88px); line-height: 0.95; letter-spacing: -0.03em; }
h2 { font-size: clamp(34px, 4.4vw, 56px); line-height: 0.98; letter-spacing: -0.03em; }
h3 { font-size: 24px; line-height: 1.15; }
p.lead { margin: 24px 0 0; max-width: 740px; color: var(--muted); font-size: 18px; line-height: 1.85; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; border-radius: 999px;
  padding: 14px 20px; font-size: 14px; font-weight: 600; border: 1px solid transparent;
}
.btn.primary { background: var(--gold); color: white; }
.btn.secondary { border-color: var(--line); background: white; color: var(--ink); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.card {
  background: rgba(255,255,255,0.74); border: 1px solid rgba(30,37,43,0.09); border-radius: 28px;
  padding: 28px; box-shadow: var(--shadow); backdrop-filter: blur(12px);
}
.card p, .section p { color: var(--muted); line-height: 1.8; }
.metric { font-family: Georgia, serif; font-size: 46px; line-height: 1; }
.metric-label { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; margin-top: 10px; }
.list { display: grid; gap: 12px; padding: 0; margin: 22px 0 0; list-style: none; }
.list li { display: flex; gap: 12px; color: var(--muted); line-height: 1.7; }
.list li::before { content: ''; width: 7px; height: 7px; border-radius: 999px; background: var(--gold); margin-top: 11px; flex: 0 0 auto; }
.variant-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin-top: 30px; }
.variant-card { background: white; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.variant-card .thumb { aspect-ratio: 16/10; padding: 20px; background: linear-gradient(135deg, #f5ede3, #fff); display: grid; place-items: center; }
.variant-thumb-box { width: 100%; height: 100%; border-radius: 18px; border: 1px solid rgba(20,20,20,0.08); position: relative; overflow: hidden; }
.variant-thumb-box::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,0.02)); }
.variant-card .meta { padding: 18px 18px 22px; }
.label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.24em; color: var(--gold); font-weight: 600; }
.footer-note { margin-top: 40px; font-size: 13px; color: var(--muted); }
.banner { padding: 14px 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.6); color: var(--muted); }

/* Variant-specific preview motifs */
.thumb-private { background: linear-gradient(180deg, #0f2236, #152f49); }
.thumb-private .mini { position: absolute; inset: 18px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.08); }
.thumb-private .line1 { position: absolute; left: 22px; top: 24px; width: 120px; height: 10px; background: rgba(255,255,255,0.85); }
.thumb-private .line2 { position: absolute; left: 22px; top: 46px; width: 160px; height: 8px; background: rgba(255,255,255,0.4); }
.thumb-private .panel { position: absolute; right: 18px; top: 18px; bottom: 18px; width: 38%; border-radius: 14px; background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05)); }

.thumb-consulting { background: linear-gradient(180deg, #f4efe6, #ece5da); }
.thumb-consulting .bar { position: absolute; left: 0; top: 0; bottom: 0; width: 28%; background: #1b2b37; }
.thumb-consulting .block1 { position: absolute; left: 34%; top: 18px; width: 46%; height: 16px; background: #1b2b37; }
.thumb-consulting .block2 { position: absolute; left: 34%; top: 48px; width: 56%; height: 10px; background: rgba(27,43,55,0.35); }
.thumb-consulting .cols { position: absolute; left: 34%; right: 18px; bottom: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.thumb-consulting .cols span { height: 58px; border-radius: 10px; background: rgba(27,43,55,0.08); }

.thumb-law { background: linear-gradient(180deg, #eef1f5, #e1e7ef); }
.thumb-law .hero { position: absolute; inset: 18px 18px auto; height: 44px; background: #1c3045; border-radius: 12px; }
.thumb-law .stack { position: absolute; left: 18px; right: 18px; top: 74px; display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 10px; }
.thumb-law .stack span { height: 84px; background: white; border-radius: 12px; border: 1px solid rgba(28,48,69,0.08); }
.thumb-law .cards { position: absolute; left: 18px; right: 18px; bottom: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.thumb-law .cards span { height: 48px; border-radius: 12px; background: rgba(28,48,69,0.08); }

.thumb-boutique { background: linear-gradient(180deg, #f6efe6, #f0e5d8); }
.thumb-boutique .portrait { position: absolute; right: 18px; top: 18px; bottom: 18px; width: 34%; border-radius: 16px; background: linear-gradient(180deg, #c59b6b, #815b37); }
.thumb-boutique .line1 { position: absolute; left: 22px; top: 26px; width: 108px; height: 10px; background: #2d2a28; }
.thumb-boutique .line2 { position: absolute; left: 22px; top: 48px; width: 138px; height: 10px; background: #2d2a28; }
.thumb-boutique .line3 { position: absolute; left: 22px; top: 76px; width: 124px; height: 8px; background: rgba(45,42,40,0.32); }
.thumb-boutique .mini-cards { position: absolute; left: 22px; right: 40%; bottom: 18px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.thumb-boutique .mini-cards span { height: 54px; border-radius: 12px; background: rgba(255,255,255,0.65); }

.hero-band {
  margin-top: 32px; border-radius: 32px; overflow: hidden; min-height: 460px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; background: white; box-shadow: var(--shadow); border: 1px solid rgba(30,37,43,0.08);
}
.hero-copy { padding: 56px; display: flex; flex-direction: column; justify-content: center; }
.hero-media { min-height: 100%; position: relative; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 26px; }
.section-head { display: grid; gap: 18px; margin-bottom: 24px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.badge { padding: 10px 14px; border-radius: 999px; font-size: 13px; color: var(--muted); background: rgba(255,255,255,0.7); border: 1px solid var(--line); }
.alt-bg { background: rgba(255,255,255,0.55); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-nav { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.mini-nav a { font-size: 13px; color: var(--muted); padding: 10px 14px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,0.72); }
.eyebrow-grid { display: grid; gap: 16px; }
.split-feature { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 24px; align-items: start; }
.stack { display: grid; gap: 18px; }
.quote-card { position: relative; }
.quote-card::before { content: '“'; position: absolute; right: 28px; top: 18px; font-size: 72px; line-height: 1; color: rgba(154,106,53,0.16); font-family: Georgia, serif; }
.media-card { overflow: hidden; }
.media-card img { width: 100%; height: 100%; object-fit: cover; min-height: 260px; }
.cta-band {
  padding: 32px; border-radius: 28px; background: linear-gradient(135deg, rgba(154,106,53,0.1), rgba(255,255,255,0.92));
  border: 1px solid rgba(154,106,53,0.18); box-shadow: var(--shadow);
}
.footbar { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; flex-wrap: wrap; }
.kpi-card { padding: 22px; border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,0.72); }
.kpi-card strong { display: block; font-family: Georgia, serif; font-size: 34px; color: var(--ink); }
.kpi-card span { display: block; margin-top: 8px; text-transform: uppercase; font-size: 11px; letter-spacing: 0.22em; color: var(--muted); }
.section-rule { height: 1px; background: var(--line); margin: 0; }
.full-bleed {
  border-radius: 34px; overflow: hidden; border: 1px solid rgba(30,37,43,0.08); box-shadow: var(--shadow); background: white;
}
.full-bleed .hero-copy { padding: 64px 56px; }
.full-bleed .hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.12)); }
.timeline { display: grid; gap: 14px; }
.timeline .step { display: grid; grid-template-columns: 60px 1fr; gap: 16px; align-items: start; }
.timeline .step strong { font-family: Georgia, serif; font-size: 36px; color: var(--gold); line-height: 1; }
.timeline .step h3 { margin-bottom: 6px; }
.subtle { color: var(--muted); }

.variant-private body { background: linear-gradient(180deg, #eef2f6 0%, #f7f8fa 100%); }
.variant-private .hero-band { background: linear-gradient(135deg, #102133 0%, #1a344d 100%); color: #eff4f8; }
.variant-private .hero-copy p, .variant-private .card p, .variant-private .section p, .variant-private .subtle { color: #b9c7d3; }
.variant-private .hero-copy .badge, .variant-private .card, .variant-private .cta-band, .variant-private .kpi-card { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.08); color: #eff4f8; }
.variant-private .card h3, .variant-private h2, .variant-private h1, .variant-private .kpi-card strong { color: #fff; }
.variant-private .topbar, .variant-private .alt-bg, .variant-private .footbar { border-color: rgba(255,255,255,0.1); }
.variant-private .shell { background: linear-gradient(180deg, #12273c 0%, #162b42 24%, #f4f6f8 24%, #f4f6f8 100%); }
.variant-private .nav a, .variant-private .brand-meta strong { color: #d6dee6; }
.variant-private .brand-meta small, .variant-private .label, .variant-private .kicker { color: #cfaa63; }
.variant-private .brand-mark { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); }
.variant-private .hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.32)); }
.variant-private .btn.primary { background: #b48a47; }
.variant-private .btn.secondary, .variant-private .mini-nav a { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); color: #e7edf3; }
.variant-private .section-rule { background: rgba(255,255,255,0.1); }

.variant-law body { background: linear-gradient(180deg, #f1f4f7 0%, #f8fafc 100%); }
.variant-law .btn.primary { background: #b48a47; }
.variant-law .topbar { border-color: rgba(19,33,47,0.12); }
.variant-law .hero-band { background: linear-gradient(90deg, #1a2c40 0%, #22394f 58%, #f6f8fb 58%, #f6f8fb 100%); }
.variant-law .hero-copy { color: #fff; }
.variant-law .hero-copy p, .variant-law .subtle { color: #c7d2dd; }
.variant-law .hero-copy .badge { background: rgba(255,255,255,0.08); color: #dce5ed; border-color: rgba(255,255,255,0.12); }
.variant-law .hero-media::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02)); }
.variant-law .cta-band { background: linear-gradient(135deg, rgba(24,44,67,0.04), rgba(255,255,255,0.92)); }

@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4, .hero-band, .stat-row, .split-feature, .timeline .step { grid-template-columns: 1fr; }
  .hero-band { min-height: auto; }
  .hero-copy, .full-bleed .hero-copy { padding: 34px 24px; }
  .container { width: min(1180px, calc(100vw - 28px)); }
  .topbar { align-items: flex-start; flex-direction: column; }
}
