:root {
  --black: #010100;
  --bg: #11100C;
  --panel: #2C2924;
  --card: #181712;
  --raised: #34302D;
  --text: #F4F2EA;
  --muted: #AEA8A1;
  --muted2: #CBC9C3;
  --red: #B73623;
  --red2: #B03828;
  --gold: #8D7E45;
  --gold2: #766C46;
  --border: rgba(141,126,69,.28);
  --shadow: 0 22px 80px rgba(0,0,0,.38);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 44px;
  background: rgba(1,1,0,.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(141,126,69,.18);
}
.brand {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: -.04em;
  font-size: 18px;
  color: var(--text);
}
.brand span { color: var(--red); }
.nav { display: flex; gap: 32px; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: var(--muted2); }
.nav a:hover { color: var(--text); }
.nav-cta { background: var(--red); color: var(--text) !important; padding: 11px 16px; border-radius: 2px; }
.nav-cta:hover { background: var(--red2); }
section { padding: 110px 44px; }
.section-dark { background: var(--black); }
.hero {
  min-height: 860px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--gold);
  opacity: .38;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label, .tier, .badge { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 900; color: var(--gold); }
.eyebrow { text-transform: none; letter-spacing: 0; background: rgba(141,126,69,.18); border: 1px solid var(--border); border-radius: 999px; padding: 7px 11px; display: inline-flex; }
h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; letter-spacing: -.045em; line-height: .95; }
h1 { font-size: clamp(56px, 8vw, 118px); max-width: 850px; }
h1 em { color: var(--red); font-style: italic; }
h2 { font-size: clamp(40px, 5.2vw, 78px); max-width: 980px; }
h3 { margin: 0; font-size: 20px; color: var(--text); }
p { color: var(--muted); }
.lead { max-width: 560px; margin: 28px 0 0; font-size: 18px; }
.button-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 12px 20px; border-radius: 2px; font-size: 13px; font-weight: 900; border: 1px solid transparent; cursor: pointer; }
.btn.primary { background: var(--red); color: var(--text); }
.btn.primary:hover { background: var(--red2); }
.btn.secondary { border-color: rgba(244,242,234,.22); color: var(--text); background: rgba(255,255,255,.02); }
.btn.secondary:hover { border-color: var(--gold); }
.full { width: 100%; }
.hero-visual { position: relative; min-height: 520px; }
.red-circle { position: absolute; top: -80px; right: -120px; width: 420px; aspect-ratio: 1; border-radius: 50%; background: #D73520; }
.glass-card { position: absolute; top: 135px; right: 20px; width: min(560px, 100%); background: rgba(44,41,36,.94); border: 1px solid rgba(141,126,69,.22); border-radius: 7px; box-shadow: var(--shadow); padding: 22px; }
.card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.card-header strong { display: block; font-size: 14px; }
.card-header span { display: block; font-size: 12px; color: var(--muted); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #39d16f; box-shadow: 0 0 18px #39d16f; }
.area-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.area-grid div { padding: 15px; background: rgba(244,242,234,.055); border-left: 2px solid var(--gold); border-radius: 4px; }
.area-grid strong, .area-grid span { display: block; }
.area-grid span { color: var(--muted); font-size: 12px; margin-top: 2px; }
.mini-note { margin: 16px 0 0; color: var(--muted2); font-size: 12px; }
.opportunity, .pricing { background: var(--panel); }
.section-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 64px; max-width: 1360px; margin: 0 auto; align-items: center; }
.section-grid p { max-width: 760px; }
.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 34px; }
.stat-card, .insight-card { background: var(--black); border: 1px solid var(--border); border-radius: 4px; padding: 24px; }
.stat-card strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 30px; color: var(--text); margin-bottom: 7px; }
.stat-card span, .insight-card span { display: block; color: var(--muted); font-size: 14px; }
.insight-stack { display: grid; gap: 16px; }
.insight-card { border-color: rgba(141,126,69,.18); }
.insight-card strong { display: block; margin-bottom: 6px; color: var(--text); }
.services, .process { border-bottom: 1px solid rgba(141,126,69,.18); }
.services > .section-label, .services > h2, .process > .section-label, .process > h2, .pricing > .section-label, .pricing > h2, .pricing > .subcopy { max-width: 1360px; margin-left: auto; margin-right: auto; }
.service-grid { max-width: 1360px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.service-grid article { padding: 42px 32px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); min-height: 230px; }
.service-grid span { display: block; font-family: "Playfair Display", Georgia, serif; color: rgba(141,126,69,.4); font-size: 36px; margin-bottom: 30px; }
.service-grid p { font-size: 14px; }
.timeline { max-width: 1360px; margin: 64px auto 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 10%; right: 10%; top: 28px; border-top: 1px solid var(--gold); opacity: .65; }
.timeline div { position: relative; z-index: 1; text-align: center; }
.timeline span { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: var(--black); border: 1px solid var(--gold); color: var(--gold); font-weight: 800; margin-bottom: 18px; }
.timeline strong { display: block; color: var(--text); }
.timeline p { font-size: 14px; max-width: 230px; margin: 8px auto 0; }
.subcopy { margin-top: 14px; }
.pricing-grid { max-width: 1360px; margin: 54px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; align-items: stretch; }
.price-card { background: var(--black); border: 1px solid rgba(141,126,69,.22); padding: 32px; border-radius: 4px; position: relative; }
.price-card.featured { border-color: var(--gold); box-shadow: 0 0 0 1px rgba(141,126,69,.15), var(--shadow); }
.badge { display: inline-flex; margin: 0 0 18px; padding: 5px 9px; background: var(--gold); color: var(--black); font-size: 11px; border-radius: 2px; }
.tier { margin: 0 0 12px; color: var(--gold); }
.price-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 54px; line-height: .95; margin-bottom: 24px; }
.price-card h3 span { font-family: Inter, sans-serif; font-size: 14px; color: var(--muted); margin-left: 5px; }
ul { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 12px; }
li { color: var(--muted2); font-size: 14px; }
li::before { content: "✓"; color: var(--gold); font-weight: 900; margin-right: 10px; }
.audit { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 560px); gap: 64px; align-items: start; }
.audit-copy { max-width: 680px; }
.audit-copy p:not(.section-label) { font-size: 18px; }
.audit-form { background: var(--panel); border: 1px solid var(--border); border-radius: 6px; padding: 28px; box-shadow: var(--shadow); }
label { display: grid; gap: 8px; color: var(--text); font-weight: 800; font-size: 13px; margin-bottom: 16px; }
input, textarea { width: 100%; border: 1px solid rgba(244,242,234,.14); background: var(--black); color: var(--text); border-radius: 3px; padding: 13px 14px; font: inherit; }
input:focus, textarea:focus { outline: 1px solid var(--gold); border-color: var(--gold); }
.form-note { margin: 16px 0 0; font-size: 13px; text-align: center; }
.form-note a { color: var(--text); text-decoration: underline; text-decoration-color: var(--gold); }
.hidden { display: none; }
.footer { display: flex; justify-content: space-between; align-items: center; padding: 38px 44px; background: #070705; border-top: 1px solid rgba(141,126,69,.2); }
.footer p { margin: 0; font-size: 13px; }
.success-hero, .not-found-hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 24px; }
.success-copy, .not-found-copy { max-width: 760px; margin: 0 auto; }
.success-copy .button-row, .not-found-copy .button-row { justify-content: center; }
@media (max-width: 980px) {
  .site-header { padding: 0 20px; }
  .nav { gap: 12px; font-size: 10px; }
  .nav a:not(.nav-cta) { display: none; }
  section { padding: 68px 20px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 96px; }
  .hero-visual { min-height: 430px; }
  .glass-card { left: 0; right: 0; top: 95px; width: 100%; }
  .red-circle { right: -140px; top: -40px; width: 340px; }
  .section-grid, .audit { grid-template-columns: 1fr; gap: 34px; }
  .service-grid, .pricing-grid, .timeline { grid-template-columns: 1fr; }
  .service-grid { border: 0; gap: 14px; }
  .service-grid article { border: 1px solid var(--border); padding: 28px; min-height: auto; }
  .timeline::before { display: none; }
  .footer { padding: 30px 20px; align-items: flex-start; gap: 18px; flex-direction: column; }
}
@media (max-width: 560px) {
  h1 { font-size: 52px; }
  h2 { font-size: 38px; }
  .area-grid, .stats-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 610px; }
  .glass-card { top: 88px; }
  .price-card h3 { font-size: 44px; }
}
