:root {
  color-scheme: light;
  --paper: #f3f8f9;
  --bright: #ffffff;
  --deep: #d4e2e6;
  --ink: #22303b;
  --soft: #6e828f;
  --line: #d4e2e6;
  --strong: #2e3d47;
  --coral: #ff776b;
  --coral-deep: #d94e49;
  --red: #f04438;
  --aqua: #58cdb4;
  --aqua-deep: #2f9d86;
  --gold: #ffc42e;
  --gold-deep: #dda51c;
  --lavender: #a979e8;
  --focus: #2f9d86;
  font-family: Atkinson Hyperlegible, ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: radial-gradient(circle at 10px 10px, rgba(34, 48, 59, .045) 1px, transparent 1.2px) 0 0 / 18px 18px, var(--paper); font-size: 17px; line-height: 1.65; }
a { color: var(--aqua-deep); text-underline-offset: .18em; }
a:focus-visible, select:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 5; top: 0; border-bottom: 1px solid rgba(46, 61, 71, .22); background: rgba(243, 248, 249, .93); backdrop-filter: blur(14px); }
.header-inner, .page-shell, .footer-inner { width: min(100% - 36px, 860px); margin-inline: auto; }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 1.08rem; font-weight: 800; letter-spacing: .08em; }
.brand-mark { width: 38px; height: 38px; display: block; border: 0; border-radius: 11px; background: url('/assets/copysketch_icon.svg') center / cover no-repeat; box-shadow: 0 4px 0 rgba(34, 48, 59, .2); }
.site-nav { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.site-nav a { color: var(--ink); font-weight: 700; text-decoration: none; }
.site-nav a[aria-current=page] { text-decoration: underline; text-decoration-thickness: 3px; text-decoration-color: var(--coral-deep); }
.language-field { display: flex; align-items: center; gap: 8px; }
.language-field label { font-size: .82rem; font-weight: 800; color: var(--soft); }
.language-field select { min-height: 44px; max-width: 155px; border: 2px solid var(--soft); border-radius: 12px; padding: 7px 34px 7px 11px; color: var(--ink); background: var(--bright); font: inherit; font-size: .94rem; cursor: pointer; }
.page-shell { padding-block: clamp(44px, 8vw, 86px); }
.legal-card, .home-card { border: 2px solid var(--strong); border-radius: 26px; padding: clamp(24px, 6vw, 58px); background: var(--bright); box-shadow: 0 7px 0 rgba(34, 48, 59, .14); }
.eyebrow { margin: 0 0 12px; color: var(--coral-deep); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { line-height: 1.12; text-wrap: balance; overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(2.3rem, 8vw, 4.8rem); letter-spacing: -.045em; }
h2 { margin: 2.4em 0 .55em; font-size: clamp(1.35rem, 3vw, 1.7rem); letter-spacing: -.02em; }
p, li { max-width: 70ch; }
.lead { margin: 22px 0 0; color: var(--soft); font-size: clamp(1.08rem, 2.5vw, 1.28rem); }
.effective { display: inline-block; margin-top: 22px; padding: 7px 11px; border-radius: 9px; color: var(--ink); background: var(--deep); font-size: .9rem; font-weight: 700; }
.notice { margin: 28px 0; padding: 16px 18px; border-left: 5px solid var(--aqua-deep); border-radius: 0 12px 12px 0; background: rgba(88, 205, 180, .16); }
.legal-card a { overflow-wrap: anywhere; }
.contact-actions { margin-top: 20px; }
.contact-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid var(--ink); border-radius: 14px; padding: 11px 18px; color: var(--bright); background: var(--ink); box-shadow: 0 5px 0 var(--coral-deep); font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; }
.contact-button::after, .support-contact-button::after { content: "↗"; }
.support-contact { margin-top: 28px; text-align: center; }
.support-contact-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1.5px solid var(--soft); border-radius: 12px; padding: 8px 14px; color: var(--ink); background: var(--bright); box-shadow: 0 3px 0 var(--deep); font-size: .88rem; font-weight: 800; text-decoration: none; }
[data-lang] { display: none; }
[data-lang].is-active { display: block; }
.home-card h1 { max-width: 12ch; }
.link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 38px; }
.link-tile { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--strong); border-radius: 18px; padding: 22px; color: var(--ink); background: var(--paper); text-decoration: none; box-shadow: 0 5px 0 var(--deep); }
.link-tile strong { font-size: 1.3rem; }
.link-tile span { color: var(--soft); }
.site-footer { padding: 28px 0 42px; color: var(--soft); font-size: .9rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 24px; }
@media (max-width: 720px) { .header-inner { min-height: 70px; flex-wrap: wrap; gap: 10px 14px; padding-block: 10px; } .site-nav { order: 3; width: 100%; justify-content: center; border-top: 1px solid var(--line); padding-top: 8px; } .language-field { margin-left: auto; } .language-field label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); } .link-grid { grid-template-columns: 1fr; } .contact-button { width: 100%; } .footer-inner { flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
