:root { font-family: "DM Sans", system-ui, sans-serif; color: #241c19; background: #fbf8f3; line-height: 1.7; }
* { box-sizing: border-box; }
body { margin: 0; }
.skip-link { position: fixed; z-index: 10; left: 16px; top: 12px; transform: translateY(-160%); border-radius: 9px; background: #fff; color: #7c201e; padding: 10px 14px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.skip-link:focus { transform: translateY(0); }
main:focus { outline: none; }
a:focus-visible { outline: 3px solid rgba(182, 54, 49, .35); outline-offset: 3px; }
header { background: #171211; color: #fff; }
header > div, main, footer > div { width: min(850px, calc(100% - 40px)); margin: auto; }
.legal-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-header img { width: 150px; height: 58px; object-fit: contain; }
.legal-header a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; text-decoration: none; font-size: 14px; }
main { padding: 55px 0 90px; }
h1, h2 { font-family: "Fraunces", Georgia, serif; line-height: 1.16; letter-spacing: -.02em; }
h1 { margin: 10px 0; font-size: clamp(38px, 6vw, 56px); }
h2 { margin: 38px 0 10px; font-size: 25px; }
h3 { margin: 24px 0 8px; font-size: 16px; }
p, li { font-size: 16px; }
.kicker { color: #9d2e2a; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.meta { color: #71645f; }
.legal-identity { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0; padding: 20px; border: 1px solid #e4dbd1; border-radius: 14px; background: #fff; }
.legal-identity div { display: flex; flex-direction: column; }
.legal-identity small { color: #71645f; font-size: 12px; }
.legal-identity strong { font-size: 14px; }
.draft-warning { padding: 15px; border: 1px solid #e8c786; border-radius: 11px; background: #fff4df; color: #764e11; font-size: 14px; }
.configured .draft-warning { display: none; }
.callout { padding: 18px; border-left: 4px solid #b63631; background: #f7e5e1; }
.summary { display: grid; gap: 9px; margin: 25px 0; padding: 20px; border-radius: 14px; background: #211a18; color: #fff; }
.summary div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255, 255, 255, .1); padding-bottom: 9px; }
.summary div:last-child { border: 0; padding: 0; }
.summary span { color: #c6bbb7; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.legal-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 13px; border: 1px solid #e4dbd1; border-radius: 99px; background: #fff; color: #7c201e; font-size: 13px; text-decoration: none; }
a { color: #8a2925; }
footer { padding: 32px 0; background: #171211; color: #a69b97; }
footer p { font-size: 13px; }

@media (max-width: 600px) {
  .legal-identity { grid-template-columns: 1fr; }
  .summary div { flex-direction: column; gap: 2px; }
  .legal-header img { width: 125px; }
}
