:root {
  --cream: #f7f4ee;
  --cream-deep: #efe6d0;
  --navy: #07111f;
  --navy-soft: #12233d;
  --gold: #b5964a;
  --gold-light: #c8ad66;
  --gold-muted: #d8c9a3;
  --text-muted: #475569;
  --slate: #334155;
  --footer: #050b14;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
.container { width: min(100% - 48px, 1280px); margin: 0 auto; }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(247, 244, 238, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(216, 201, 163, 0.5);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-mark img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.brand-text { display: block; min-width: 0; }
.brand-name { display: block; font-family: 'Cormorant Garamond', serif; font-size: 20px; letter-spacing: .03em; }
.brand-subtitle { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .22em; color: #7b6a3d; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; color: var(--slate); }
.desktop-nav a:hover { color: var(--gold); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--gold); border-radius: 999px; padding: 8px 20px; font-size: 14px; transition: .2s ease; }
.nav-cta:hover { background: var(--gold); color: #fff; }
.section-pad { padding: 96px 0; }
.section-narrow { padding: 0 0 80px; }
.hero { position: relative; overflow: hidden; padding-top: 144px; }
.hero-glow { position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at top right, var(--gold-muted), transparent 35%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.hero-copy { padding-top: 48px; }
.eyebrow { margin: 0 0 24px; font-size: 12px; text-transform: uppercase; letter-spacing: .32em; color: #8a7438; }
.eyebrow.gold { color: var(--gold-light); }
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; margin-top: 0; }
h1 { font-size: clamp(48px, 7vw, 88px); line-height: .98; letter-spacing: -.04em; margin-bottom: 32px; }
h2 { font-size: clamp(40px, 5vw, 56px); line-height: 1.12; margin-bottom: 28px; }
.hero-intro, .lead, .section-intro p { font-size: 18px; line-height: 1.75; color: var(--text-muted); }
.hero-intro { max-width: 570px; margin: 0 0 40px; font-size: clamp(18px, 2vw, 20px); }
.button-row { display: flex; flex-wrap: wrap; gap: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 16px 28px; font-size: 14px; font-weight: 600; transition: .2s ease; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-soft); }
.btn-outline { border: 1px solid var(--gold); }
.btn-outline:hover { background: var(--cream-deep); }
.panel-outer { border-radius: 32px; background: var(--navy); padding: 32px; box-shadow: 0 25px 60px rgba(7,17,31,.25); border: 1px solid rgba(181,150,74,.3); }
.panel-inner { min-height: 470px; border-radius: 24px; border: 1px solid rgba(255,255,255,.1); background: #0b1728; padding: 48px; display: flex; flex-direction: column; justify-content: space-between; }
.panel-eyebrow { margin: 0 0 40px; font-size: 11px; text-transform: uppercase; letter-spacing: .32em; color: var(--gold-light); }
.panel-items { display: grid; gap: 28px; }
.panel-items h2 { color: #fff; font-size: 26px; margin-bottom: 8px; }
.panel-items p { color: rgba(255,255,255,.6); line-height: 1.75; font-size: 14px; margin: 0; }
.panel-rule { height: 1px; background: rgba(255,255,255,.1); }
.panel-statement { margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(181,150,74,.25); color: #fff; font-family: 'Cormorant Garamond', serif; font-size: clamp(48px, 6vw, 72px); line-height: .95; }
.panel-statement span { color: var(--gold-light); }
.card-grid { display: grid; gap: 16px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mini-card, .feature-card { background: rgba(255,255,255,.72); border: 1px solid rgba(216,201,163,.65); box-shadow: 0 4px 20px rgba(7,17,31,.04); }
.mini-card { border-radius: 20px; padding: 24px; }
.feature-card { border-radius: 24px; padding: 32px; transition: .2s ease; }
.feature-card:hover { box-shadow: 0 10px 30px rgba(7,17,31,.08); transform: translateY(-2px); }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; color: var(--gold); }
.mini-card .icon { margin-bottom: 20px; }
.mini-card h3 { font-size: 22px; margin-bottom: 8px; }
.mini-card p, .feature-card p { color: var(--text-muted); line-height: 1.7; margin: 0; }
.feature-card h3 { font-size: 28px; margin-bottom: 16px; }
.dark-section { background: var(--navy); color: #fff; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.split-grid.center { align-items: center; }
.copy-stack { display: grid; gap: 24px; font-size: 18px; line-height: 1.75; }
.copy-stack p { margin: 0; }
.light-copy { color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.max-copy { max-width: 570px; }
.section-intro { max-width: 768px; margin-bottom: 64px; }
.section-intro h2 { color: var(--navy); }
.insights { background: rgba(239,230,208,.5); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.insight-box { border-radius: 32px; background: #fff; padding: 32px; border: 1px solid rgba(216,201,163,.7); box-shadow: 0 4px 20px rgba(7,17,31,.04); }
.insight-box article { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid #e2d6b8; }
.insight-box article:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.insight-box span { display: block; color: #8a7438; font-size: 12px; margin-bottom: 8px; }
.insight-box h3 { font-size: 22px; line-height: 1.4; margin: 0; }
.contact-card { border-radius: 32px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 32px; display: grid; gap: 24px; }
.contact-row { display: flex; gap: 16px; align-items: flex-start; }
.contact-row .icon { color: var(--gold-light); margin-top: 4px; flex: 0 0 auto; }
.contact-row span { display: block; color: rgba(255,255,255,.5); font-size: 14px; margin-bottom: 4px; }
.contact-row p { margin: 0; }
.contact-row a:hover { color: var(--gold-light); }
.disclaimer { margin: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.7; }
.site-footer { background: var(--footer); color: rgba(255,255,255,.45); font-size: 12px; padding: 32px 0; }
.footer-wrap { display: flex; justify-content: space-between; gap: 16px; }
.reveal-up { animation: revealUp .8s ease both; }
.reveal-scale { animation: revealScale .8s ease .15s both; }
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes revealScale { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }
@media (max-width: 980px) {
  .hero-grid, .split-grid { grid-template-columns: 1fr; }
  .card-grid.four, .card-grid.three { grid-template-columns: repeat(2, 1fr); }
  .hero-copy { padding-top: 24px; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1280px); }
  .desktop-nav, .nav-cta { display: none; }
  .nav-wrap { padding: 16px 0; }
  .brand { gap: 10px; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .brand-name { font-size: 19px; }
  .brand-subtitle { font-size: 9px; letter-spacing: .18em; }
  .section-pad { padding: 72px 0; }
  .hero { padding-top: 112px; }
  .card-grid.four, .card-grid.three { grid-template-columns: 1fr; }
  .panel-outer { padding: 18px; border-radius: 26px; }
  .panel-inner { padding: 28px; min-height: auto; }
  .button-row { flex-direction: column; }
  .btn { width: 100%; }
  .footer-wrap { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
