* { box-sizing: border-box; }
html { background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(rgba(30, 74, 61, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(30, 74, 61, 0.035) 1px, transparent 1px), var(--paper);
  background-size: 28px 28px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--forest); }
.shell { width: min(calc(100% - 32px), 880px); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; text-decoration: none; }
.brand-logo { width: 28px; height: 28px; object-fit: contain; }
.back-link { font-size: 0.9rem; font-weight: 700; }
main { margin: 22px auto 56px; padding: clamp(26px, 6vw, 56px); border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: 0 18px 55px rgba(21, 35, 31, 0.06); }
.eyebrow { margin: 0 0 10px; color: var(--forest); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; }
h1 { max-width: 680px; margin: 0 0 16px; font-size: clamp(2.25rem, 5vw, 3.7rem); font-weight: 500; }
h2 { margin: 42px 0 12px; color: var(--mint-text); font-size: 1.55rem; font-weight: 500; }
p, li { max-width: 720px; }
.lead { max-width: 670px; color: var(--muted); font-size: 1.08rem; }
.notice { margin: 30px 0; padding: 16px 18px; border-left: 4px solid var(--orange); border-radius: 10px; background: #f7dfd6; }
.notice strong { display: block; margin-bottom: 3px; }
.data-list { padding-left: 20px; }
.quiet { color: var(--muted); font-size: 0.92rem; }
.contact-card { margin-top: 32px; padding: 20px; border-radius: 16px; background: #d9e7d8; }
.site-footer { padding-bottom: 34px; color: var(--muted); font-size: 0.88rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 12px; }
@media (max-width: 560px) { .site-header { min-height: 68px; } .back-link { font-size: 0.82rem; } main { margin-top: 8px; border-radius: 18px; } }
