:root {
  color-scheme: light;
  --navy-950: #06131f;
  --navy-900: #071a2d;
  --navy-800: #102a43;
  --stone-50: #faf9f6;
  --stone-100: #f5f3ee;
  --stone-200: #ebe7df;
  --stone-300: #d8d3ca;
  --ink: #101820;
  --ink-muted: #52606d;
  --brass: #c2a15a;
  --brass-light: #e3ca91;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-950); }
body { min-width: 320px; margin: 0; background: var(--stone-100); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: var(--brass); color: var(--navy-950); }
:focus-visible { outline: 3px solid #ffdd00; outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; translate: 0 -160%; padding: 12px 18px; border-radius: 999px; background: #fff; color: var(--navy-900); font-weight: 700; }
.skip-link:focus { translate: 0; }

.legal-header { position: relative; z-index: 10; display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 32px; padding: 14px max(5vw, calc((100vw - 1220px) / 2)); background: var(--navy-950); color: var(--stone-50); }
.brand { display: block; width: 166px; height: 48px; overflow: hidden; }
.brand img { width: 238px; max-width: none; translate: -36px -13px; }
.legal-nav { display: flex; align-items: center; gap: 28px; }
.legal-nav a { color: rgb(250 249 246 / 68%); font-size: 13px; text-decoration: none; }
.legal-nav a:hover, .legal-nav a[aria-current="page"] { color: #fff; }
.support-link { padding: 11px 17px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 12px; background: rgb(255 255 255 / 7%); }

.legal-hero { padding: clamp(76px, 10vw, 142px) max(5vw, calc((100vw - 1060px) / 2)) clamp(70px, 9vw, 120px); background: radial-gradient(circle at 78% 18%, rgb(45 111 158 / 28%), transparent 31%), linear-gradient(145deg, var(--navy-950), var(--navy-800)); color: var(--stone-50); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--brass-light); font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; background: var(--brass); content: ""; }
.legal-hero h1 { max-width: 900px; margin: 24px 0 0; font-family: var(--serif); font-size: clamp(54px, 8vw, 102px); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.effective-date { margin: 30px 0 0; color: rgb(250 249 246 / 62%); font-size: 13px; letter-spacing: .04em; }
.hero-summary { max-width: 720px; margin: 34px 0 0; color: rgb(250 249 246 / 66%); font-family: var(--serif); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.5; }

.legal-layout { display: grid; width: min(calc(100% - 40px), 1060px); grid-template-columns: minmax(0, 1fr) 230px; gap: clamp(56px, 8vw, 100px); margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0; }
.legal-article { min-width: 0; }
.legal-article > p:first-child { margin-top: 0; }
.legal-article p, .legal-article li { color: #354452; font-size: 16px; line-height: 1.82; }
.legal-article p { margin: 0 0 22px; }
.legal-article h2 { margin: 62px 0 22px; padding-top: 28px; border-top: 1px solid var(--stone-300); font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); font-weight: 500; letter-spacing: -.035em; line-height: 1.15; }
.legal-article h2:first-of-type { margin-top: 48px; }
.legal-article h3 { margin: 34px 0 12px; color: var(--navy-800); font-size: 14px; letter-spacing: .05em; line-height: 1.45; text-transform: uppercase; }
.legal-article ul { display: grid; gap: 12px; margin: 0 0 28px; padding-left: 24px; }
.legal-article li::marker { color: var(--brass); }
.legal-article a { color: #155d89; font-weight: 700; text-underline-offset: 3px; }
.legal-article a:hover { color: var(--navy-900); }
.contact-card { margin-top: 32px; padding: 28px; border: 1px solid var(--stone-300); border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgb(6 19 31 / 7%); }
.contact-card p:last-child { margin-bottom: 0; }

.legal-aside { align-self: start; position: sticky; top: 28px; padding: 24px; border: 1px solid var(--stone-300); border-radius: 18px; background: rgb(255 255 255 / 65%); }
.legal-aside strong { color: var(--navy-800); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.legal-aside nav { display: grid; gap: 13px; margin-top: 18px; }
.legal-aside a { color: var(--ink-muted); font-size: 13px; line-height: 1.4; text-decoration: none; }
.legal-aside a:hover { color: var(--ink); }

.support-main { min-height: 62vh; padding: clamp(72px, 10vw, 130px) max(5vw, calc((100vw - 1060px) / 2)); }
.support-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 28px; }
.support-panel { padding: clamp(30px, 5vw, 58px); border: 1px solid var(--stone-300); border-radius: 28px; background: #fff; box-shadow: 0 22px 70px rgb(6 19 31 / 8%); }
.support-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 4vw, 52px); font-weight: 500; letter-spacing: -.04em; }
.support-panel p { color: var(--ink-muted); font-size: 16px; line-height: 1.75; }
.support-email { display: inline-flex; margin-top: 20px; padding: 17px 22px; border-radius: 999px; background: var(--navy-900); color: #fff; font-size: clamp(16px, 2vw, 20px); font-weight: 750; text-decoration: none; }
.support-email:hover { background: var(--navy-800); }
.support-details { display: grid; gap: 20px; }
.support-detail { padding: 24px; border: 1px solid var(--stone-300); border-radius: 20px; background: var(--stone-50); }
.support-detail strong { display: block; color: var(--navy-800); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.support-detail p { margin: 10px 0 0; font-size: 14px; }
.support-detail a { color: #155d89; font-weight: 700; }

.legal-footer { padding: 58px max(5vw, calc((100vw - 1220px) / 2)) 30px; background: #040e17; color: #fff; }
.legal-footer-top { display: flex; align-items: start; justify-content: space-between; gap: 48px; }
.legal-footer-copy { max-width: 420px; color: rgb(255 255 255 / 45%); font-size: 13px; line-height: 1.7; }
.legal-footer-links { display: flex; flex-wrap: wrap; gap: 16px 26px; }
.legal-footer-links a { color: rgb(255 255 255 / 64%); font-size: 12px; text-decoration: none; }
.legal-footer-links a:hover { color: #fff; }
.legal-footer-bottom { display: grid; gap: 14px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 10%); color: rgb(255 255 255 / 34%); font-size: 9px; letter-spacing: .025em; line-height: 1.65; }

@media (max-width: 760px) {
  .legal-header { min-height: 74px; padding: 12px 20px; }
  .brand { width: 142px; height: 43px; }
  .brand img { width: 214px; translate: -36px -13px; }
  .legal-nav a:not(.support-link) { display: none; }
  .legal-hero { padding-right: 24px; padding-left: 24px; }
  .legal-layout { width: min(calc(100% - 40px), 680px); grid-template-columns: 1fr; }
  .legal-aside { position: static; order: -1; }
  .legal-aside nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-main { padding-right: 20px; padding-left: 20px; }
  .support-grid { grid-template-columns: 1fr; }
  .legal-footer { padding-right: 24px; padding-left: 24px; }
  .legal-footer-top { flex-direction: column; }
}

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