:root {
  --forest-950: #09291f;
  --forest-900: #103d2f;
  --forest-700: #236b50;
  --paper: #fffdf9;
  --cream: #f6f0e6;
  --gold: #c7942f;
  --gold-light: #efc96f;
  --ink: #17241f;
  --muted: #5e6b65;
  --line: #d8d9d2;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.72; -webkit-font-smoothing: antialiased; }
a { color: var(--forest-700); text-underline-offset: 3px; }
img { display: block; max-width: 100%; }
.container { width: min(980px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; top: 10px; left: 10px; transform: translateY(-150%); background: #fff; color: var(--forest-950); border: 2px solid var(--forest-950); border-radius: 8px; padding: 10px 14px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 5; top: 0; border-bottom: 1px solid rgba(16,61,47,.12); background: rgba(255,253,249,.95); backdrop-filter: blur(14px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--forest-950); font-family: var(--serif); font-size: 1.5rem; font-weight: 800; text-decoration: none; }
.brand img { border-radius: 12px; }
.back { color: var(--forest-900); font-size: .82rem; font-weight: 800; }
.legal-hero { padding: 76px 0 52px; background: linear-gradient(145deg, var(--cream), #fff); border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 12px; color: var(--forest-700); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { color: var(--forest-950); font-family: var(--serif); line-height: 1.12; }
h1 { max-width: 800px; margin: 0 0 18px; font-size: clamp(3rem, 8vw, 5.4rem); letter-spacing: -.04em; }
h2 { margin: 54px 0 13px; font-size: clamp(1.8rem, 4vw, 2.65rem); letter-spacing: -.025em; }
h3 { margin: 28px 0 8px; font-size: 1.3rem; }
.legal-hero p { max-width: 760px; margin: 0; color: var(--muted); }
.updated { display: inline-flex; margin-top: 19px; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 7px 12px; color: var(--muted); font-size: .73rem; font-weight: 750; }
.legal-content { padding: 55px 0 95px; }
.legal-content > p, .legal-content li { color: #46534d; }
.legal-content ul, .legal-content ol { padding-left: 23px; }
.legal-content li + li { margin-top: 8px; }
.notice { margin: 28px 0; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: var(--cream); padding: 18px 20px; }
.notice p { margin: 0; }
.table-wrap { overflow-x: auto; margin: 20px 0; border: 1px solid var(--line); border-radius: 14px; }
table { width: 100%; border-collapse: collapse; font-size: .86rem; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--forest-950); color: #fff; }
tr:last-child td { border-bottom: 0; }
.rights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 20px 0; }
.rights > div { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 15px; }
.rights b { display: block; color: var(--forest-950); }
.rights span { color: var(--muted); font-size: .82rem; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 25px 0; }
.contact-card { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 22px; }
.contact-card h2, .contact-card h3 { margin-top: 0; }
.contact-card p { color: var(--muted); }
.contact-card a.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; background: var(--forest-900); color: #fff; padding: 10px 17px; font-weight: 800; text-decoration: none; }
.faq details { border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.faq details + details { margin-top: 9px; }
.faq summary { padding: 17px 19px; color: var(--forest-950); font-weight: 800; cursor: pointer; }
.faq details p { margin: 0; border-top: 1px solid var(--line); padding: 16px 19px; color: var(--muted); }
.emergency { margin-top: 28px; border-radius: 14px; background: var(--forest-950); color: #fff; padding: 21px; }
.emergency b { color: var(--gold-light); }
.emergency p { margin: 6px 0 0; color: #cedbd5; }
.site-footer { background: var(--forest-950); color: #fff; padding: 48px 0; }
.footer-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.site-footer p, .site-footer small { margin: 0; color: #bdcdc5; font-size: .78rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.site-footer a { color: #fff; font-size: .8rem; }
@media (max-width: 680px) {
  .container { width: min(100% - 30px, 980px); }
  .legal-hero { padding: 56px 0 40px; }
  .legal-content { padding-top: 40px; }
  .rights, .contact-grid { grid-template-columns: 1fr; }
  th, td { min-width: 170px; }
  .footer-grid { flex-direction: column; }
}
