:root {
  --ink: #161715;
  --muted: #62645e;
  --paper: #f3f0e9;
  --cream: #e8e1d3;
  --white: #fffdf8;
  --amber: #e89532;
  --amber-dark: #9d591c;
  --line: rgba(22, 23, 21, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(243, 240, 233, 0.92);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 750; letter-spacing: -0.03em; }
.brand-mark { width: 30px; height: 30px; border: 1.5px solid currentColor; border-radius: 50%; position: relative; display: inline-block; }
.brand-mark i { position: absolute; width: 3px; height: 3px; background: currentColor; border-radius: 50%; top: 7px; }
.brand-mark i:nth-child(1) { left: 8px; }
.brand-mark i:nth-child(2) { left: 17px; }
.brand-mark i:nth-child(3) { left: 12px; top: 13px; }
nav { display: flex; gap: 30px; }
nav a, .footer-links a { text-decoration: none; color: var(--muted); font-size: 0.9rem; font-weight: 650; }
nav a:hover, .footer-links a:hover { color: var(--ink); }

.hero { padding: 116px 0 98px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.72rem; font-weight: 800; color: var(--amber-dark); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; }
.eyebrow > span { width: 28px; height: 2px; background: var(--amber); display: inline-block; }
.hero h1, .support-hero h1 {
  font-size: clamp(4.2rem, 10vw, 8.7rem);
  line-height: 0.82;
  letter-spacing: -0.07em;
  margin: 0;
  font-weight: 700;
}
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--amber-dark); }
.lede { max-width: 690px; font-size: clamp(1.15rem, 2vw, 1.4rem); color: var(--muted); margin: 45px 0 32px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; gap: 12px; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-size: 0.88rem; font-weight: 750; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: var(--white); }
.button.primary:hover { background: var(--amber-dark); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,0.35); }

.facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts article { padding: 34px 34px 40px 0; }
.facts article + article { border-left: 1px solid var(--line); padding-left: 34px; }
.fact-number, .section-number { font-family: Georgia, serif; color: var(--amber-dark); font-size: 0.88rem; }
.facts h2 { font-size: 1.25rem; letter-spacing: -0.03em; margin: 18px 0 8px; }
.facts p { color: var(--muted); margin: 0; font-size: 0.93rem; }

.lane-section { position: relative; margin-top: 96px; padding: 115px 0 130px; background: var(--ink); color: var(--white); overflow: hidden; }
.lane-lines { position: absolute; inset: 0; opacity: 0.12; display: flex; justify-content: space-around; transform: perspective(500px) rotateX(12deg); }
.lane-lines i { width: 1px; height: 100%; background: linear-gradient(transparent, var(--amber), transparent); }
.split { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 90px; align-items: start; }
.lane-section h2 { font-size: clamp(2.8rem, 5vw, 5.3rem); line-height: 0.96; letter-spacing: -0.06em; margin: 20px 0 0; }
.lane-section .kicker { color: var(--amber); }
.statement { font-size: 1.07rem; color: #c9c7c0; }
.statement p { margin: 0 0 24px; }
.text-link { display: inline-flex; gap: 8px; color: var(--amber-dark); font-weight: 750; text-decoration: none; border-bottom: 1px solid currentColor; }
.lane-section .text-link { color: #f1aa51; }

.site-footer { background: var(--ink); color: var(--white); border-top: 1px solid rgba(255,255,255,0.14); padding: 52px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; }
.footer-grid p { color: #969990; font-size: 0.83rem; margin: 12px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-links a { color: #c9cbc4; }
.footer-grid .copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px; }

.legal { padding: 92px 0 120px; }
.legal-heading { max-width: 840px; padding-bottom: 70px; }
.legal-heading h1 { margin: 0; font-size: clamp(3.7rem, 8vw, 7rem); line-height: 0.9; letter-spacing: -0.065em; }
.updated { color: var(--amber-dark); font-size: 0.82rem; font-weight: 750; margin: 24px 0; }
.legal-intro { font-family: Georgia, serif; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.42; color: #44463f; max-width: 800px; }
.legal-grid { display: grid; grid-template-columns: 220px 1fr; gap: 90px; align-items: start; }
.legal-grid aside { position: sticky; top: 110px; display: grid; gap: 8px; border-top: 1px solid var(--line); padding-top: 20px; }
.legal-grid aside p { text-transform: uppercase; letter-spacing: 0.13em; font-size: 0.67rem; font-weight: 800; margin: 0 0 8px; }
.legal-grid aside a { text-decoration: none; font-size: 0.84rem; color: var(--muted); }
.legal-grid aside a:hover { color: var(--amber-dark); }
.legal-copy { max-width: 750px; }
.legal-copy > section { position: relative; padding: 0 0 52px 58px; margin: 0 0 50px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-copy .section-number { position: absolute; left: 0; top: 5px; }
.legal-copy h2 { font-size: 1.65rem; line-height: 1.2; letter-spacing: -0.035em; margin: 0 0 20px; }
.legal-copy p { color: var(--muted); margin: 0 0 16px; }
.legal-copy strong { color: var(--ink); }
.legal-copy .contact-card { padding: 40px; background: var(--cream); border: 0; }
.contact-card .kicker { color: var(--amber-dark); margin: 0 0 16px; }
.contact-card .button { margin-top: 10px; }

.support-hero { padding: 95px 0 92px; display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 80px; align-items: end; }
.support-contact { border-left: 1px solid var(--line); padding-left: 36px; color: var(--muted); }
.support-contact .button { margin: 15px 0 8px; }
.support-contact small { display: block; font-size: 0.76rem; }
.support-body { display: grid; grid-template-columns: 300px 1fr; gap: 80px; padding-bottom: 120px; }
.requirements { background: var(--cream); padding: 32px; align-self: start; }
.requirements .kicker { margin: 0 0 24px; }
.requirements dl { margin: 0; }
.requirements dl div { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 14px 0; font-size: 0.85rem; }
.requirements dt { color: var(--muted); }
.requirements dd { margin: 0; font-weight: 700; text-align: right; }
.faq > h2 { font-size: 2rem; letter-spacing: -0.04em; margin: 0 0 38px; }
.faq article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid var(--line); }
.faq h3 { margin: 0 0 10px; font-size: 1.22rem; letter-spacing: -0.025em; }
.faq p { color: var(--muted); margin: 0 0 12px; }

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1120px); }
  .nav-wrap { min-height: 66px; }
  nav { gap: 18px; }
  .hero { padding: 80px 0 70px; }
  .hero h1, .support-hero h1 { font-size: clamp(3.5rem, 18vw, 5.6rem); }
  .facts { grid-template-columns: 1fr; }
  .facts article { padding: 26px 0; }
  .facts article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .lane-section { margin-top: 64px; padding: 82px 0; }
  .split, .support-hero, .support-body { grid-template-columns: 1fr; gap: 46px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { gap: 15px 22px; }
  .legal { padding: 70px 0 80px; }
  .legal-heading { padding-bottom: 40px; }
  .legal-grid { grid-template-columns: 1fr; gap: 44px; }
  .legal-grid aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .legal-grid aside p { grid-column: 1 / -1; }
  .legal-copy > section { padding-left: 42px; }
  .legal-copy .contact-card { padding: 30px; }
  .support-hero { padding: 70px 0 60px; }
  .support-contact { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .support-body { padding-bottom: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
