:root {
  color-scheme: light;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #252c26;
  background: #f7f8f2;
  font-synthesis: none;
  --green: #245b3a;
  --muted: #555e53;
  --line: #d2d9cb;
}

* { box-sizing: border-box; }
body { margin: 0; line-height: 1.75; }
a { color: var(--green); text-underline-offset: 0.25em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; border-radius: 2px; }
p { margin: 0 0 1.1rem; }
p:last-child { margin-bottom: 0; }
code { font-size: 0.9em; overflow-wrap: anywhere; background: #e9eddf; padding: 0.12em 0.3em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.12; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.7rem, 5.4vw, 4.75rem); margin: 1rem 0 1.7rem; }
h2 { font-size: clamp(1.65rem, 3vw, 2.15rem); margin: 0 0 1.2rem; }
.page { width: min(100% - 4rem, 72rem); margin: 0 auto; }
.skip-link { position: absolute; top: 0.6rem; left: 1rem; background: #fff; padding: 0.65rem 1rem; transform: translateY(-200%); z-index: 1; }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; font-weight: 650; text-decoration: none; color: inherit; }
.brand-mark { display: grid; place-items: center; background: var(--green); color: #fff; width: 2.65rem; height: 2.65rem; border-radius: 50%; font: 1.5rem Georgia, serif; }
nav { display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; }
nav a { display: inline-block; padding: 0.5rem 0; text-decoration: none; color: var(--muted); }
nav a[aria-current] { color: var(--green); text-decoration: underline; font-weight: 600; }
.hero { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.85fr); gap: 5rem; align-items: start; padding: 5.5rem 0; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.72rem; font-weight: 700; color: var(--green); margin: 0 0 1rem; }
.lead { font-size: clamp(1.1rem, 2vw, 1.25rem); line-height: 1.7; color: var(--muted); max-width: 40rem; }
.text-link { display: inline-flex; gap: 1.3rem; align-items: center; min-height: 2.75rem; font-weight: 600; margin-top: 0.7rem; }
.status-note { background: #e9eedf; border-top: 3px solid var(--green); padding: 1.8rem; margin-top: 2.2rem; }
.status-note h2 { font-size: 1.9rem; }
.status-note .small { border-top: 1px solid #bac8b1; padding-top: 1.1rem; margin-top: 1.4rem; }
.small { font-size: 0.9rem; color: var(--muted); }
.section-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.3fr); gap: 5rem; padding: 3rem 0; border-top: 1px solid var(--line); }
.section-grid p { max-width: 44rem; }
.plain-list { padding-left: 1.3rem; margin: 0 0 1.2rem; }
.plain-list li { padding-left: 0.25rem; margin: 0.7rem 0; }
.plain-list li::marker { color: var(--green); }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: 0.87rem; color: var(--muted); padding: 2rem 0; border-top: 1px solid var(--line); }
.policy { max-width: 49rem; margin: 0 auto; padding: 4.5rem 0 3rem; }
.policy-heading { margin-bottom: 2.4rem; }
.policy h1 { font-size: clamp(2.7rem, 5vw, 4.1rem); }
.policy-notice { padding: 1.4rem 1.6rem; border-left: 3px solid var(--green); background: #e9eedf; }
.policy section { margin-top: 2.8rem; }
.policy section h2 { font-size: 1.65rem; }
.not-found { max-width: 42rem; padding: 5rem 0; }

@media (max-width: 760px) {
  .page { width: min(100% - 2.5rem, 42rem); }
  .site-header { flex-wrap: wrap; padding: 1.2rem 0; }
  .hero, .section-grid { grid-template-columns: minmax(0, 1fr); gap: 1.4rem; }
  .hero { padding: 3rem 0; }
  .status-note { margin-top: 0.7rem; }
  .section-grid { padding: 2.2rem 0; }
  .section-grid h2 { margin-bottom: 0; }
  .policy { padding-top: 3rem; }
}

@media print {
  :root { color: #000; background: #fff; }
  .page { width: 100%; }
  nav, .skip-link { display: none; }
  a { color: inherit; }
  .policy, .hero { padding-top: 1rem; }
  h2 { break-after: avoid; }
}
