:root {
  --ink: #161b22;
  --ink-soft: #38404a;
  --paper: #f7f6f2;
  --paper-warm: #efede6;
  --line: #d9d6cd;
  --teal: #0d9899;
  --coral: #e55f55;
  --yellow: #e7a822;
  --mint: #d8f1ed;
  --white: #ffffff;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
button { font: inherit; }
.page-width { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--yellow); color: var(--ink); font-weight: 700; left: 16px; padding: 10px 14px; position: absolute; top: -50px; z-index: 20; }
.skip-link:focus { top: 16px; }

.site-header { align-items: center; color: var(--white); display: flex; justify-content: space-between; left: 50%; max-width: 1380px; padding: 28px 44px; position: absolute; top: 0; transform: translateX(-50%); width: 100%; z-index: 5; }
.site-header-light { color: var(--ink); position: relative; }
.brand { align-items: center; display: inline-flex; font-size: 19px; font-weight: 800; gap: 10px; line-height: 1; white-space: nowrap; }
.brand-mark { display: inline-grid; grid-template-columns: repeat(3, 8px); height: 22px; place-items: center; transform: rotate(-7deg); width: 30px; }
.brand-mark i { border-radius: 50%; display: block; height: 14px; width: 14px; }
.brand-mark i:nth-child(1) { background: var(--coral); transform: translate(2px, 3px); }
.brand-mark i:nth-child(2) { background: var(--yellow); transform: translate(-2px, -3px); }
.brand-mark i:nth-child(3) { background: var(--teal); transform: translate(-5px, 3px); }
.site-nav { align-items: center; display: flex; gap: 28px; }
.site-nav a { font-size: 15px; font-weight: 650; opacity: .94; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--yellow); }
.site-header-light .site-nav a:hover, .site-header-light .site-nav a[aria-current="page"] { color: var(--coral); }
.menu-button { background: transparent; border: 0; cursor: pointer; display: none; height: 40px; padding: 8px; width: 40px; }
.menu-button > span:not(.sr-only) { background: currentColor; display: block; height: 2px; margin: 5px 0; width: 24px; }

.hero { background: var(--ink); color: var(--white); min-height: 740px; overflow: hidden; position: relative; }
.hero-art { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.hero-shade { background: rgba(11, 15, 21, .25); inset: 0; position: absolute; }
.hero-content { display: flex; flex-direction: column; justify-content: center; min-height: 740px; padding: 132px 0 100px; position: relative; z-index: 1; }
.eyebrow, .section-label { color: var(--teal); font-size: 14px; font-weight: 800; line-height: 1.2; margin: 0 0 20px; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { font-size: clamp(54px, 7vw, 104px); letter-spacing: 0; line-height: .96; margin: 0; max-width: 680px; }
.hero-copy { color: rgba(255,255,255,.88); font-size: 20px; line-height: 1.5; margin: 30px 0 0; max-width: 535px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-weight: 750; justify-content: center; min-height: 48px; padding: 12px 20px; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: #ffd26a; }
.button-quiet { border-color: rgba(255,255,255,.6); color: var(--white); }
.button-quiet:hover { background: var(--white); color: var(--ink); }
.scroll-cue { align-items: center; bottom: 32px; display: flex; font-size: 13px; font-weight: 700; gap: 10px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 1; }
.scroll-cue span { border: 1px solid rgba(255,255,255,.8); border-radius: 99px; display: block; height: 26px; position: relative; width: 16px; }
.scroll-cue span::after { background: var(--yellow); border-radius: 50%; content: ""; height: 4px; left: 5px; position: absolute; top: 5px; width: 4px; }

.section { padding: 132px 0; }
.intro { display: grid; gap: 8vw; grid-template-columns: minmax(140px, .45fr) minmax(0, 1fr); }
.section-label { margin: 11px 0 0; text-transform: uppercase; }
.intro h2, .support h2, .privacy-callout h2, .choice-heading h1 { font-size: clamp(36px, 4.4vw, 63px); letter-spacing: 0; line-height: 1.04; margin: 0; max-width: 780px; }
.intro p, .support p { color: var(--ink-soft); font-size: 18px; margin: 28px 0 0; max-width: 700px; }

.principles { background: var(--teal); color: var(--white); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-grid article { min-height: 355px; padding: 50px 40px 45px 0; }
.principle-grid article + article { border-left: 1px solid rgba(255,255,255,.35); padding-left: 40px; }
.number { color: var(--yellow); display: block; font-size: 15px; font-weight: 800; margin-bottom: 82px; }
.principle-grid h2 { font-size: 29px; line-height: 1.1; margin: 0; }
.principle-grid p { color: rgba(255,255,255,.86); margin: 14px 0 0; max-width: 280px; }

.support { align-items: end; display: grid; gap: 64px; grid-template-columns: 1fr minmax(290px, .83fr); }
.support-email { border-bottom: 2px solid var(--ink); display: grid; gap: 4px; padding: 0 0 18px; position: relative; }
.support-email span:first-child { color: var(--teal); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.support-email strong { font-size: clamp(19px, 2vw, 27px); overflow-wrap: anywhere; }
.support-email .arrow { font-size: 28px; position: absolute; right: 0; top: 18px; transition: transform .2s ease; }
.support-email:hover .arrow { transform: translate(4px, -4px); }

.privacy-callout { background: var(--coral); color: var(--white); padding: 100px 0; }
.privacy-callout-grid { display: grid; gap: 8vw; grid-template-columns: minmax(140px, .45fr) minmax(0, 1fr); }
.privacy-callout .section-label { color: var(--ink); }
.privacy-callout h2 { max-width: 720px; }
.privacy-callout p:not(.section-label) { color: rgba(255,255,255,.93); font-size: 18px; margin: 24px 0 30px; max-width: 620px; }
.text-link { border-bottom: 1px solid currentColor; display: inline-block; font-weight: 800; padding-bottom: 3px; }
.text-link:hover { color: var(--yellow); }

.site-footer { background: var(--ink); color: var(--white); padding: 38px 0; }
.footer-grid { align-items: center; display: grid; gap: 20px; grid-template-columns: 1fr auto 1fr; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.footer-links a { font-size: 14px; font-weight: 650; }
.footer-links a:hover { color: var(--yellow); }
.copyright { color: rgba(255,255,255,.64); font-size: 13px; justify-self: end; margin: 0; text-align: right; }

.policy-page { background: var(--paper); }
.policy-main { padding: 84px 0 120px; }
.policy-heading { border-bottom: 1px solid var(--line); padding: 0 0 52px; }
.policy-heading h1 { font-size: clamp(48px, 6vw, 80px); letter-spacing: 0; line-height: 1; margin: 0; }
.effective-date { color: var(--ink-soft); margin: 22px 0 0; }
.policy-notice { background: var(--mint); margin: 52px 0; max-width: 840px; padding: 28px 30px; }
.policy-notice strong { font-size: 20px; }
.policy-notice p { margin: 8px 0 14px; }
.policy-notice a { border-bottom: 1px solid currentColor; color: #087172; font-size: 15px; font-weight: 800; }
.policy-layout { align-items: start; display: grid; gap: 75px; grid-template-columns: 220px minmax(0, 760px); }
.policy-toc { border-left: 1px solid var(--line); display: grid; gap: 9px; padding-left: 18px; position: sticky; top: 24px; }
.policy-toc p { font-size: 14px; font-weight: 800; margin: 0 0 5px; text-transform: uppercase; }
.policy-toc a { color: var(--ink-soft); font-size: 14px; line-height: 1.35; }
.policy-toc a:hover { color: var(--coral); }
.policy-content { min-width: 0; }
.policy-content section { scroll-margin-top: 30px; }
.policy-content section + section { border-top: 1px solid var(--line); margin-top: 46px; padding-top: 46px; }
.policy-content h2 { font-size: 29px; line-height: 1.15; margin: 0 0 18px; }
.policy-content h3 { font-size: 19px; line-height: 1.3; margin: 28px 0 10px; }
.policy-content p { color: #3e4650; margin: 14px 0; }
.policy-content a { border-bottom: 1px solid var(--teal); color: #087b7c; font-weight: 700; }
.policy-content a:hover { color: var(--coral); }
.policy-content ul { color: #3e4650; margin: 14px 0; padding-left: 23px; }
.policy-content li + li { margin-top: 9px; }
.table-wrap { margin: 24px 0; overflow-x: auto; }
table { border-collapse: collapse; min-width: 530px; width: 100%; }
th, td { border-bottom: 1px solid var(--line); padding: 14px 12px; text-align: left; vertical-align: top; }
th { color: var(--ink-soft); font-size: 13px; text-transform: uppercase; }
td:first-child { font-weight: 750; width: 34%; }

.choice-main { padding: 84px 0 112px; }
.choice-heading { border-bottom: 1px solid var(--line); padding-bottom: 54px; }
.choice-heading p:not(.eyebrow) { color: var(--ink-soft); font-size: 19px; margin: 20px 0 0; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 56px; }
.choice-grid section { min-height: 300px; padding: 35px 60px 35px 0; }
.choice-grid section:nth-child(even) { border-left: 1px solid var(--line); padding-left: 60px; padding-right: 0; }
.choice-grid section:nth-child(n + 3) { border-top: 1px solid var(--line); }
.choice-number { color: var(--coral); font-size: 15px; font-weight: 800; }
.choice-grid h2 { font-size: 28px; line-height: 1.15; margin: 55px 0 12px; }
.choice-grid p { color: var(--ink-soft); margin: 0; max-width: 420px; }
.choice-grid .text-link { font-size: 15px; margin-top: 18px; }
.choice-footnote { background: var(--paper-warm); margin-top: 44px; padding: 24px 28px; }
.choice-footnote p { margin: 0; }
.choice-footnote a { border-bottom: 1px solid currentColor; color: #087b7c; font-weight: 800; }

@media (max-width: 760px) {
  .page-width { width: min(calc(100% - 32px), var(--max-width)); }
  .site-header { padding: 20px 16px; }
  .site-header-light { padding-bottom: 20px; }
  .brand { font-size: 17px; }
  .menu-button { color: currentColor; display: block; z-index: 2; }
  .site-nav { background: var(--ink); color: var(--white); display: none; flex-direction: column; gap: 0; left: 0; padding: 68px 24px 24px; position: absolute; right: 0; top: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-top: 1px solid rgba(255,255,255,.2); padding: 14px 0; width: 100%; }
  .site-nav a:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
  .site-header-light .site-nav a:hover, .site-header-light .site-nav a[aria-current="page"] { color: var(--yellow); }
  .hero { min-height: 720px; }
  .hero-art { object-position: 42% center; }
  .hero-shade { background: rgba(11,15,21,.43); }
  .hero-content { min-height: 720px; padding: 126px 0 92px; }
  .hero h1 { font-size: clamp(48px, 15vw, 71px); }
  .hero-copy { font-size: 18px; max-width: 420px; }
  .scroll-cue { bottom: 26px; }
  .section { padding: 84px 0; }
  .intro, .support, .privacy-callout-grid { gap: 28px; grid-template-columns: 1fr; }
  .section-label { margin: 0; }
  .intro p, .support p, .privacy-callout p:not(.section-label) { font-size: 17px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 0; padding: 40px 0; }
  .principle-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.35); padding-left: 0; }
  .number { margin-bottom: 46px; }
  .support { align-items: start; gap: 48px; }
  .privacy-callout { padding: 75px 0; }
  .footer-grid { align-items: start; grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .copyright { justify-self: start; text-align: left; }
  .policy-main, .choice-main { padding: 52px 0 80px; }
  .policy-heading { padding-bottom: 36px; }
  .policy-notice { margin: 35px 0; padding: 23px 20px; }
  .policy-layout { display: block; }
  .policy-toc { display: none; }
  .policy-content h2 { font-size: 26px; }
  .policy-content section + section { margin-top: 38px; padding-top: 38px; }
  .choice-heading { padding-bottom: 36px; }
  .choice-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .choice-grid section, .choice-grid section:nth-child(even) { border-left: 0; padding: 34px 0; }
  .choice-grid section + section { border-top: 1px solid var(--line); }
  .choice-grid h2 { margin-top: 38px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 47px; }
  .support-email strong { font-size: 18px; }
}
