/* Sun Road — shared legal page styles */
:root{
  --sage:#3d6b4a; --sage-mid:#5a8f68; --sage-pale:#e8f2ec;
  --beige:#f9f5ee; --gold:#b8903a;
  --text:#1a2e22; --text-muted:#6b7280; --border:#d1d5db;
  --r:12px; --r-sm:8px;
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'DM Sans',system-ui,sans-serif;color:var(--text);background:var(--beige);line-height:1.65;font-size:15px}

.top-bar{background:var(--sage);padding:14px 24px}
.top-bar .inner{max-width:980px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.logo{color:white;font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:600;letter-spacing:.04em;text-decoration:none}
.back{color:rgba(255,255,255,.85);text-decoration:none;font-size:.85rem}
.back:hover{color:white}

main{max-width:780px;margin:0 auto;padding:2.5rem 1.5rem 4rem}
h1{font-family:'Cormorant Garamond',serif;font-size:2.1rem;font-weight:600;color:var(--sage);margin-bottom:.4rem}
.meta{color:var(--text-muted);font-size:.82rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}

h2{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:600;color:var(--sage);margin:2rem 0 .75rem}
h3{font-size:1.05rem;font-weight:600;color:var(--text);margin:1.25rem 0 .5rem}

p{margin-bottom:.85rem}
ul,ol{margin:.5rem 0 1rem 1.5rem}
li{margin-bottom:.35rem}

a{color:var(--sage);text-decoration:underline;text-underline-offset:2px}
a:hover{color:var(--sage-mid)}

.box{background:white;border:1px solid var(--border);border-radius:var(--r);padding:1.25rem 1.5rem;margin:1.5rem 0}
.box.warn{background:#fef3c7;border-color:#fcd34d;color:#7c4a03}
.box dl{display:grid;grid-template-columns:auto 1fr;gap:.4rem 1.25rem;font-size:.93rem}
.box dt{color:var(--text-muted);font-weight:500}
.box dd{color:var(--text)}

footer{background:#2d4a37;color:rgba(255,255,255,.85);padding:1.75rem;text-align:center;font-size:.82rem}
footer a{color:rgba(255,255,255,.85);margin:0 .6rem;text-decoration:none}
footer a:hover{color:white;text-decoration:underline}

@media(max-width:520px){
  main{padding:1.5rem 1rem 3rem}
  h1{font-size:1.7rem}
  .box dl{grid-template-columns:1fr}
}
