:root {
  --bg: #11130d;
  --surface: #1b1f12;
  --surface-2: #242a16;
  --olive: #515827;
  --olive-light: #747c3d;
  --cream: #efe1c1;
  --cream-soft: #cfc4aa;
  --orange: #f77100;
  --ink: #fbf5e8;
  --muted: #b7b49f;
  --border: rgba(239, 225, 193, .18);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; max-width: 100%; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: "Trebuchet MS", "Segoe UI", sans-serif; line-height: 1.65; }
a { color: var(--cream); text-underline-offset: 4px; }
h1, h2, h3, p, li, dd { overflow-wrap: anywhere; }
a:hover { color: #fff; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; border-radius: 4px; }
.site-header { max-width: var(--max); margin: 0 auto; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand img { border-radius: 13px; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: 1.1rem; letter-spacing: .02em; }
.brand small { color: var(--muted); margin-top: 4px; }
nav { display: flex; gap: 22px; }
nav a { color: var(--muted); text-decoration: none; font-weight: 700; }
nav a:hover, nav a[aria-current="page"] { color: var(--cream); }
main { max-width: var(--max); margin: 0 auto; padding: 56px 28px 88px; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; border-top: 1px solid var(--border); }
.hero h1, .support-intro h1 { max-width: 760px; margin: 10px 0 22px; font-family: Georgia, serif; font-size: clamp(3rem, 7vw, 6.6rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.hero .lead, .support-intro .lead { max-width: 700px; color: var(--cream-soft); font-size: 1.16rem; }
.eyebrow { color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .17em; }
.hero-mark { display: grid; place-items: center; }
.hero-mark img { width: min(100%, 470px); height: auto; border-radius: 24%; box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 19px; border: 1px solid var(--border); border-radius: 8px; font-weight: 800; text-decoration: none; }
.button.primary { background: var(--orange); border-color: var(--orange); color: #1a130b; }
.button.primary:hover { background: #ff8b26; color: #101008; }
.button.secondary { color: var(--cream); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.facts article { padding: 32px 24px; border-right: 1px solid var(--border); }
.facts article:last-child { border-right: 0; }
.facts span { display: block; color: var(--orange); font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.facts strong { display: block; margin-top: 8px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.english-note { margin-top: 70px; max-width: 820px; padding-top: 34px; border-top: 1px solid var(--border); }
.english-note h2 { font-family: Georgia, serif; font-weight: 500; }
.document-shell { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: 84px; border-top: 1px solid var(--border); }
.document-aside { position: sticky; top: 24px; align-self: start; padding-top: 48px; }
.document-aside h1 { margin: 8px 0 20px; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.document-aside p { color: var(--muted); }
.legal-copy { padding-top: 52px; }
.legal-copy section { margin-bottom: 46px; }
.legal-copy h2 { margin: 0 0 12px; color: var(--cream); font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.legal-copy h3 { margin-top: 28px; color: var(--cream); }
.legal-copy p, .legal-copy li { color: #d3d0bd; }
.legal-copy li + li { margin-top: 8px; }
.legal-copy hr { border: 0; border-top: 1px solid var(--border); margin: 70px 0; }
.language-anchor { scroll-margin-top: 20px; }
.support-shell { border-top: 1px solid var(--border); }
.support-intro { padding: 70px 0 50px; }
.support-intro h1 { font-size: clamp(3rem, 7vw, 6rem); }
.contact-panel { margin: 18px 0 70px; padding: 32px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
.contact-panel h2, .help-list h2 { margin-top: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
dl { margin: 0; }
dl div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--border); }
dt { color: var(--muted); } dd { margin: 0; font-weight: 700; }
.help-list { max-width: 900px; }
details { border-top: 1px solid var(--border); }
details:last-child { border-bottom: 1px solid var(--border); }
summary { min-height: 60px; display: flex; align-items: center; cursor: pointer; color: var(--cream); font-weight: 800; }
details p { margin: 0 0 24px; color: var(--cream-soft); }
footer { max-width: var(--max); margin: 0 auto; padding: 26px 28px 42px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); border-top: 1px solid var(--border); }
footer p { margin: 0; } footer div { display: flex; gap: 18px; }
@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  nav { flex-direction: column; gap: 7px; text-align: right; }
  main { padding-top: 30px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding: 54px 0; }
  .hero-mark { grid-row: 1; }
  .hero-mark img { width: min(78vw, 390px); }
  .facts { grid-template-columns: 1fr; }
  .facts article { border-right: 0; border-bottom: 1px solid var(--border); }
  .facts article:last-child { border-bottom: 0; }
  .document-shell { grid-template-columns: 1fr; gap: 0; }
  .document-aside { position: static; }
  .legal-copy { padding-top: 30px; }
}
@media (max-width: 520px) {
  .site-header, main, footer { padding-left: 18px; padding-right: 18px; }
  .site-header { align-items: stretch; flex-direction: column; gap: 14px; }
  nav { width: 100%; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 10px 18px; text-align: left; }
  .brand small { display: none; }
  .hero h1, .support-intro h1 { font-size: 2.8rem; }
  .document-aside h1 { font-size: 2.35rem; hyphens: auto; }
  .actions { align-items: stretch; flex-direction: column; }
  .contact-panel { padding: 22px; }
  dl div { grid-template-columns: 1fr; gap: 2px; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
