:root {
  color-scheme: light;
  --black: #0b0b0b;
  --ink: #181818;
  --muted: #66645e;
  --paper: #ffffff;
  --soft: #f4f3ef;
  --line: #dedbd2;
  --gold: #b68a2c;
  --gold-dark: #856116;
  --max: 1180px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #d6ad56; outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: #fff; color: #000; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; height: 74px; background: rgba(11,11,11,.97); color: #fff; border-bottom: 1px solid #303030; }
.header-inner { width: min(var(--max), calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: baseline; gap: 5px; text-decoration: none; font-weight: 800; font-size: 21px; white-space: nowrap; }
.brand span { color: #d2aa55; font-weight: 500; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { color: #d6d6d6; font-size: 14px; text-decoration: none; white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }
.nav-cta { padding: 9px 14px; border: 1px solid #b68a2c; color: #fff !important; }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid #444; background: transparent; color: #fff; cursor: pointer; }
.menu-toggle img { filter: invert(1); }
.container { width: min(var(--max), calc(100% - 40px)); margin: auto; }
.hero { min-height: calc(100svh - 130px); position: relative; isolation: isolate; display: flex; align-items: flex-end; background: #111; color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0,0,0,.64); }
.hero-inner { padding: clamp(72px, 10vw, 150px) 0 78px; max-width: 830px; }
.kicker { margin: 0 0 15px; color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; letter-spacing: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { margin: 0; font-size: clamp(48px, 8vw, 94px); max-width: 900px; }
h2 { margin: 0; font-size: clamp(34px, 5vw, 56px); }
h3 { margin: 0; font-size: 20px; }
.hero .lead { max-width: 680px; margin: 24px 0 0; color: #e1e1e1; font-size: clamp(18px, 2vw, 22px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid var(--black); background: var(--black); color: #fff; text-decoration: none; font-weight: 700; cursor: pointer; }
.button:hover { background: #2b2b2b; }
.button.gold { background: var(--gold); border-color: var(--gold); color: #0b0b0b; }
.button.gold:hover { background: #d0a74f; border-color: #d0a74f; }
.button.light { background: #fff; border-color: #fff; color: #111; }
.button.outline { background: transparent; border-color: #aaa; color: var(--ink); }
.button.outline:hover { border-color: var(--black); background: var(--soft); }
.hero .button.outline, .dark .button.outline, .page-hero .button.outline { border-color: #777; color: #fff; }
.band { padding: clamp(64px, 9vw, 112px) 0; border-bottom: 1px solid var(--line); }
.band.soft { background: var(--soft); }
.band.dark { background: var(--black); color: #fff; border-color: #2b2b2b; }
.section-head { display: grid; grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: 60px; align-items: end; margin-bottom: 48px; }
.section-head p { margin: 0; color: var(--muted); max-width: 650px; }
.dark .section-head p { color: #bbb; }
.eyebrow { margin: 0 0 14px; color: var(--gold-dark); font-weight: 800; font-size: 13px; text-transform: uppercase; }
.dark .eyebrow, .page-hero .eyebrow { color: #d5ad57; }
.service-grid, .product-grid, .resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service, .product-card, .resource-card { min-width: 0; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-number { display: block; color: var(--gold-dark); font-size: 13px; font-weight: 800; margin-bottom: 38px; }
.service p, .product-card p, .resource-card p { color: var(--muted); }
.text-link { color: var(--gold-dark); font-weight: 800; }
.two-column { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.95fr); gap: clamp(44px,8vw,100px); align-items: start; }
.prose { max-width: 760px; }
.prose p:first-of-type { font-size: 19px; }
.process { counter-reset: step; border-top: 1px solid var(--line); margin: 0; padding: 0; }
.process li { counter-increment: step; list-style: none; display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process li::before { content: counter(step, decimal-leading-zero); color: var(--gold-dark); font-weight: 800; }
.process h3 { margin-bottom: 7px; }
.process p { margin: 0; color: var(--muted); }
.quote-band { padding: 54px 0; background: #d4ac58; color: #111; }
.quote-band p { max-width: 950px; margin: 0; font: 500 clamp(26px,4vw,44px)/1.2 Georgia, serif; }
.page-hero { background: #0d0d0d; color: #fff; padding: clamp(80px,11vw,140px) 0 70px; border-bottom: 5px solid var(--gold); }
.page-hero h1 { font-size: clamp(46px,7vw,78px); }
.page-hero p { max-width: 700px; color: #c9c9c9; font-size: 19px; }
.breadcrumbs { margin-bottom: 36px; color: #aaa; font-size: 13px; }
.breadcrumbs a { color: #fff; }
.callout { padding: 26px; border-left: 4px solid var(--gold); background: var(--soft); }
.callout > :first-child { margin-top: 0; }
.callout > :last-child { margin-bottom: 0; }
.detail-list { margin: 0; padding: 0; border-top: 1px solid var(--line); }
.detail-list li { list-style: none; padding: 18px 0; border-bottom: 1px solid var(--line); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 22px 36px 22px 0; font-weight: 800; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: 4px; font-size: 22px; font-weight: 400; }
.faq details[open] summary::after { content: "-"; }
.faq details p { max-width: 800px; margin: 0 0 22px; color: var(--muted); }
.legal-copy h2 { font-family: Inter, Arial, sans-serif; font-size: 24px; font-weight: 800; margin-top: 42px; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.product-type { margin: 0 0 10px !important; color: var(--gold-dark) !important; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.card-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 24px; }
.site-footer { background: #0b0b0b; color: #d3d3d3; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
.footer-grid h2 { font: 800 22px/1.2 Inter, Arial, sans-serif; color: #fff; }
.footer-grid h3 { color: #fff; font-size: 14px; }
.footer-grid p { color: #999; max-width: 380px; }
.footer-links { display: grid; gap: 8px; margin-top: 14px; }
.footer-links a { color: #bdbdbd; text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 52px; padding-top: 24px; border-top: 1px solid #2c2c2c; color: #898989; font-size: 12px; }
.risk-note { max-width: 900px; }
@media (max-width: 940px) {
  .menu-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 74px; padding: 18px 20px 24px; background: #0b0b0b; border-bottom: 1px solid #333; flex-direction: column; align-items: stretch; gap: 4px; }
  .nav.open { display: flex; }
  .nav a { padding: 10px 0; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .section-head, .two-column { grid-template-columns: 1fr; gap: 28px; }
  .service-grid, .product-grid, .resource-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .header-inner, .container { width: min(100% - 28px, var(--max)); }
  .hero { min-height: 690px; }
  .hero-inner { padding-bottom: 58px; }
  h1 { font-size: 49px; }
  .actions .button { width: 100%; }
  .band { padding: 62px 0; }
  .service-grid, .product-grid, .resource-grid, .footer-grid { grid-template-columns: 1fr; }
  .service, .product-card, .resource-card { padding: 24px; }
  .footer-about { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
