:root {
  --page: #ffffff;
  --ink: #202124;
  --muted: #62666b;
  --line: #dedfe1;
  --soft: #f6f6f5;
  --accent: #a64238;
  --shell: min(720px, calc(100% - 40px));
  --reading: 680px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--page);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-underline-offset: 0.18em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -0.035em; line-height: 1.08; text-wrap: balance; }
h2 { font-size: clamp(1.55rem, 4vw, 2rem); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; padding: 8px 12px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header { min-height: 68px; border-bottom: 1px solid var(--line); }
.site-header:not(.shell) { width: var(--shell); margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 1rem; font-weight: 700; letter-spacing: -0.02em; text-decoration: none; }
.brand-logo { display: block; flex: 0 0 auto; width: 32px; height: 32px; }
.site-nav { display: flex; gap: 20px; }
.site-nav a, .site-footer a { color: var(--muted); font-size: 0.92rem; text-decoration: none; }
.site-nav a:hover, .site-footer a:hover, .text-link:hover { color: var(--accent); }

.hero { padding: clamp(72px, 14vw, 132px) 0 clamp(64px, 11vw, 104px); border-bottom: 1px solid var(--line); }
.eyebrow { margin-bottom: 14px; color: var(--muted); font-size: 0.82rem; font-weight: 600; }
.hero h1 { max-width: 620px; margin-bottom: 20px; font-size: clamp(2.55rem, 8vw, 4.6rem); }
.lead { max-width: 540px; margin-bottom: 28px; color: var(--muted); font-size: 1.1rem; }
.button { display: inline-block; padding: 10px 16px; border-radius: 6px; background: var(--ink); color: white; font-size: 0.94rem; font-weight: 600; text-decoration: none; transition: background 160ms ease, transform 160ms ease; }
.button:hover { background: var(--accent); transform: translateY(-1px); }
.button:active { transform: translateY(0); }

.simple-section { max-width: var(--reading); padding: clamp(48px, 8vw, 72px) 0; border-bottom: 1px solid var(--line); }
.simple-section h2 { margin-bottom: 18px; }
.simple-section p { max-width: 640px; }
.plain-list { display: grid; gap: 10px; margin: 0 0 24px; padding-left: 1.25em; }
.note, .support-contact { color: var(--muted); font-size: 0.93rem; }
.text-link { color: var(--accent); font-weight: 600; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 16px 30px 16px 0; cursor: pointer; font-weight: 600; }
.faq-list p { margin: 0; padding: 0 0 18px; color: var(--muted); }
.support-contact { margin: 26px 0 0; }
.site-footer { min-height: 92px; color: var(--muted); font-size: 0.83rem; }
.site-footer p { margin: 0; }

/* Privacy policy */
.policy-shell { width: var(--shell); margin-inline: auto; }
.policy-hero { padding: 72px 0 64px; border-bottom: 1px solid var(--line); }
.back-link { display: inline-block; margin-bottom: 44px; color: var(--muted); font-size: 0.9rem; text-decoration: none; }
.policy-hero h1 { max-width: 620px; margin-bottom: 18px; font-size: clamp(2.5rem, 7vw, 4.4rem); }
.policy-lead { max-width: 620px; color: var(--muted); font-size: 1.1rem; }
.effective-date { color: var(--muted); font-size: 0.9rem; }
.policy-layout { display: grid; grid-template-columns: 160px minmax(0, var(--reading)); gap: 64px; padding: 64px 0 110px; }
.policy-nav { position: sticky; top: 28px; align-self: start; }
.policy-nav > p { margin-bottom: 10px; font-size: 0.82rem; font-weight: 700; }
.policy-nav nav { display: grid; gap: 7px; }
.policy-nav a { color: var(--muted); font-size: 0.84rem; text-decoration: none; }
.policy-nav a:hover { color: var(--accent); }
.policy-content section { scroll-margin-top: 24px; }
.policy-content section + section { margin-top: 66px; }
.policy-content h2 { margin-bottom: 18px; }
.policy-content h3 { margin-bottom: 12px; font-size: 1rem; }
.policy-content p, .policy-content li { color: var(--muted); }
.policy-content p { margin-bottom: 17px; }
.policy-content strong, td:first-child { color: var(--ink); }
.policy-content a { color: var(--accent); }
.policy-content ul, .policy-content ol { padding-left: 1.25em; }
.policy-content li + li { margin-top: 8px; }
.summary-box { margin-top: 28px; padding: 24px; background: var(--soft); }
.table-wrap { margin: 28px 0; overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: 0.88rem; }
th, td { padding: 14px 16px; text-align: left; vertical-align: top; }
th { background: var(--soft); font-size: 0.78rem; }
tbody tr + tr td { border-top: 1px solid var(--line); }
td { color: var(--muted); }
code { padding: 2px 4px; background: var(--soft); font-size: 0.85em; }

@media (max-width: 700px) {
  :root { --shell: calc(100% - 32px); }
  .policy-layout { grid-template-columns: 1fr; gap: 38px; padding-top: 48px; }
  .policy-nav { position: static; }
  .policy-nav nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; }
}

@media (max-width: 440px) {
  .policy-nav nav { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
