:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #18312b; background: #eef3ed; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 80% 0, #d8e7d5, transparent 34rem), #eef3ed; }
a { color: #176a5a; }
.legal-shell { width: min(920px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 64px; }
.legal-brand { display: inline-flex; align-items: center; gap: 10px; color: #18312b; text-decoration: none; font-weight: 750; }
.legal-brand i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px 7px 7px 2px; background: #cae6aa; font-style: normal; font-size: 12px; }
.legal-card { margin-top: 26px; padding: clamp(25px, 5vw, 54px); border: 1px solid #b9c9bb; border-radius: 14px; background: #fbfdf9; box-shadow: 0 22px 70px #38504418; }
.legal-kicker { color: #58816e; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
h1 { margin: 9px 0 12px; font-size: clamp(32px, 6vw, 54px); letter-spacing: -.045em; line-height: 1; }
h2 { margin: 34px 0 8px; font-size: 18px; }
p, li { color: #52645d; font-size: 14px; line-height: 1.7; }
.legal-lede { max-width: 700px; font-size: 16px; }
.legal-updated { color: #789087; font-size: 12px; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 6px; color: #344b43; font-size: 12px; font-weight: 700; }
label.full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #aebfb1; border-radius: 7px; padding: 11px 12px; color: #18312b; background: #fff; font: inherit; font-size: 14px; }
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid #bde1ce; border-color: #408b70; }
.contact-form button { margin-top: 17px; border: 0; border-radius: 7px; padding: 12px 18px; color: #18312b; background: #cae6aa; font-weight: 800; cursor: pointer; }
.contact-form button:disabled { opacity: .55; cursor: wait; }
.form-note, .form-status { font-size: 12px; }
.form-status { min-height: 20px; font-weight: 700; }
.form-status.success { color: #16704e; }.form-status.error { color: #a13c33; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 26px; padding-top: 20px; border-top: 1px solid #d2ddd2; font-size: 12px; }
.legal-nav a { color: #52645d; }
.callout { margin-top: 25px; padding: 14px 16px; border-left: 3px solid #72a991; background: #edf5ed; }
@media (max-width: 620px) { .legal-grid { grid-template-columns: 1fr; } .legal-card { padding: 25px 20px; } }
