:root {
  --ink: #102b25;
  --ink-deep: #071d19;
  --cream: #f5f1e7;
  --paper: #fffdf8;
  --muted: #596861;
  --green-bright: #9ee0a7;
  --line: rgba(255, 255, 255, .13);
}

* { box-sizing: border-box; }
body { margin: 0; color: #edf7ef; background: var(--ink-deep); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: var(--green-bright); text-underline-offset: 3px; }
.shell { width: min(850px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: white; text-decoration: none; }
.brand-symbol { position: relative; width: 38px; height: 38px; flex: 0 0 38px; }
.brand-symbol img { width: 100%; height: 100%; display: block; border-radius: 11px; object-fit: contain; }
.brand-symbol i { position: absolute; right: -2px; bottom: -2px; width: 12px; height: 12px; border: 2px solid var(--ink-deep); border-radius: 50%; background: var(--green-bright); }
.brand strong, .brand small { display: block; }
.brand small { color: rgba(255, 255, 255, .82); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.back-link { color: rgba(255, 255, 255, .86); font-size: 13px; font-weight: 700; }
main { padding-block: 70px 100px; }
.eyebrow { margin: 0 0 14px; color: var(--green-bright); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1, h2 { overflow-wrap: anywhere; hyphens: auto; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.03em; }
h1 { margin: 0; font-size: clamp(45px, 8vw, 72px); line-height: 1; }
h2 { margin: 0 0 13px; font-size: 26px; }
h3 { margin: 0 0 9px; font-size: 18px; }
.lede { max-width: 680px; margin: 22px 0 0; color: rgba(255, 255, 255, .84); font-size: 17px; }
.legal-stack { margin-top: 55px; display: grid; gap: 18px; }
.legal-section { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .04); }
.legal-section p, .legal-section li, address { color: rgba(255, 255, 255, .84); }
.legal-section p { white-space: pre-line; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { margin-bottom: 0; padding-left: 20px; }
.legal-section a { color: var(--green-bright); text-underline-offset: 3px; }
.legal-section blockquote { margin: 18px 0; padding: 20px; border-left: 4px solid var(--green-bright); border-radius: 0 12px 12px 0; background: rgba(255, 255, 255, .05); color: rgba(255, 255, 255, .88); }
.legal-section code { color: var(--green-bright); }
address { font-style: normal; }
.notice { border-color: rgba(158, 224, 167, .28); background: rgba(158, 224, 167, .07); }
.level-3, .level-4 { margin-left: 24px; }
.level-3 h3 { color: #f8faf8; font-size: 21px; }
.level-4 h4 { margin: 0 0 10px; color: #f8faf8; font-size: 17px; }
.privacy-loading, .privacy-error { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .04); }
.privacy-error { color: #ffc3b8; }
footer { padding-block: 28px; border-top: 1px solid var(--line); color: rgba(255, 255, 255, .76); font-size: 12px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 17px; }
.footer-inner a { color: rgba(255, 255, 255, .86); }

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 850px); }
  .site-header { min-height: 70px; }
  .brand small { display: none; }
  main { padding-block: 50px 75px; }
  .legal-section { padding: 21px; }
  .level-3, .level-4 { margin-left: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
