/* ========== SHARED POLICY PAGE STYLES ========== */
/* Append to the main site styles — these pages share nav + footer */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --green:#0E2B25;
  --green-2:#173F36;
  --yellow:#FFCF3F;
  --white:#FFFFFF;
  --gray:#EEF0EC;
  --mid:#5B6663;
  --ink:#1C2422;
  --display:'Bricolage Grotesque',system-ui,sans-serif;
  --body:'Instrument Sans',system-ui,sans-serif;
  --pad:clamp(1.25rem,5vw,4rem);
  --max:1400px;
}
html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
body{font-family:var(--body);color:var(--ink);background:var(--white);line-height:1.55;font-size:1rem;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
h1,h2,h3,h4{font-family:var(--display);font-weight:700;letter-spacing:-0.025em;line-height:1.02}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
.container{max-width:var(--max);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}

/* ---------- NAV (solid always on policy pages) ---------- */
.nav{position:fixed;inset:0 0 auto 0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);color:var(--ink);box-shadow:0 1px 0 rgba(0,0,0,.06)}
.nav-in{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:var(--max);margin:0 auto;padding:0 var(--pad)}
.brand{display:flex;align-items:center;gap:.6rem;font-family:var(--display);font-weight:700;font-size:1.25rem;letter-spacing:-0.02em}
.brand-mark{width:28px;height:28px;border-radius:8px;background:var(--yellow);position:relative;flex:none}
.brand-mark::before{content:"";position:absolute;left:8px;top:11px;width:12px;height:10px;border-radius:50%;background:var(--green)}
.brand-mark::after{content:"";position:absolute;left:6px;top:5px;width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:6px -2px 0 var(--green),12px 0 0 var(--green)}
.nav-links{display:flex;gap:2.25rem;align-items:center;font-weight:500;font-size:.95rem}
.nav-links a{opacity:.85;transition:opacity .2s}
.nav-links a:hover{opacity:1}
.pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.8rem 1.4rem;font-weight:600;font-size:.95rem;line-height:1;transition:transform .15s,background .2s,color .2s}
.pill:active{transform:scale(.97)}
.pill-yellow{background:var(--yellow);color:var(--green)}
.pill-yellow:hover{background:#ffd966}
.nav .pill{opacity:1}
.burger{display:none;width:44px;height:44px;align-items:center;justify-content:center;border-radius:999px}
.burger span{display:block;width:22px;height:2px;background:currentColor;position:relative;transition:transform .3s}
.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:22px;height:2px;background:currentColor;transition:transform .3s,top .3s}
.burger span::before{top:-7px}.burger span::after{top:7px}
.menu-open .burger span{background:transparent}
.menu-open .burger span::before{top:0;transform:rotate(45deg)}
.menu-open .burger span::after{top:0;transform:rotate(-45deg)}
@media(max-width:820px){
  .nav-links{position:fixed;inset:72px 0 0 0;background:var(--green);color:var(--white);flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;padding:2rem var(--pad);transform:translateY(-110%);transition:transform .4s cubic-bezier(.6,0,.2,1);font-family:var(--display);font-size:2.2rem;font-weight:700;letter-spacing:-0.02em}
  .nav-links a{padding:.6rem 0;opacity:1}
  .nav-links .pill{margin-top:1.5rem;font-family:var(--body);font-size:1rem;font-weight:600;letter-spacing:0}
  .menu-open .nav-links{transform:translateY(0)}
  .menu-open .nav{color:var(--white);background:var(--green)}
  .burger{display:flex}
}

/* ---------- POLICY CONTENT ---------- */
.policy-hero{padding:clamp(7rem,12vw,10rem) 0 clamp(2rem,4vw,3.5rem);background:var(--green);color:var(--white)}
.policy-hero .kicker{color:rgba(255,255,255,.6);font-weight:600;font-size:.9rem;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}
.policy-hero .kicker::before{content:"";width:22px;height:2px;background:var(--yellow)}
.policy-hero h1{font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:800;letter-spacing:-0.035em;line-height:.98;max-width:16ch}
.policy-hero p{margin-top:1.25rem;font-size:1.1rem;opacity:.7;max-width:52ch}

.policy-body{padding:clamp(3rem,7vw,5rem) 0 clamp(4rem,9vw,7rem)}
.policy-content{max-width:780px}
.policy-content p{color:var(--mid);font-size:1.05rem;line-height:1.65}
.policy-content p+p{margin-top:1rem}
.policy-content h2{font-size:clamp(1.3rem,2.2vw,1.65rem);margin-top:2.75rem;margin-bottom:.85rem;letter-spacing:-0.02em}
.policy-content h2:first-child{margin-top:0}
.policy-content ul{list-style:none;margin:.75rem 0}
.policy-content li{color:var(--mid);font-size:1.05rem;line-height:1.65;padding:.3rem 0;display:flex;gap:.75rem}
.policy-content li::before{content:"";flex:none;width:8px;height:8px;border-radius:50%;background:var(--yellow);margin-top:.55rem}
.policy-content a{color:var(--green);text-decoration:underline;text-underline-offset:2px;font-weight:500}
.policy-content a:hover{color:var(--green-2)}
.policy-content strong{color:var(--ink);font-weight:600}
.policy-content .updated{font-size:.95rem;color:var(--mid);margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}

/* Org data table (for terminos) */
.org-table{margin:1.5rem 0;border-top:1px solid rgba(0,0,0,.12)}
.org-table div{display:grid;grid-template-columns:200px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.12)}
.org-table dt{font-weight:600;color:var(--ink);font-size:.95rem}
.org-table dd{color:var(--mid);font-size:1.05rem}
@media(max-width:640px){.org-table div{grid-template-columns:1fr;gap:.25rem}}

/* ---------- FOOTER ---------- */
.footer{padding:clamp(3rem,7vw,5rem) 0 2rem;border-top:1px solid rgba(0,0,0,.08)}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem}
.foot-grid h4{font-size:.8rem;font-weight:600;color:var(--mid);margin-bottom:.9rem;text-transform:uppercase;letter-spacing:.04em}
.foot-grid a{display:block;padding:.2rem 0;font-weight:500;font-size:.95rem}
.foot-grid a:hover{text-decoration:underline}
.foot-grid address{font-style:normal;color:var(--mid);font-size:.9rem;line-height:1.6}
.foot-brand{display:flex;align-items:center;gap:.6rem;font-family:var(--display);font-weight:700;font-size:1.25rem;letter-spacing:-0.02em;margin-bottom:.75rem}
.foot-brand .brand-mark{width:24px;height:24px;border-radius:6px}
.foot-tagline{color:var(--mid);font-size:.95rem;max-width:28ch;line-height:1.45}
.foot-org{margin-top:1rem;color:var(--mid);font-size:.82rem;line-height:1.5}
.foot-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1);color:var(--mid);font-size:.82rem}
@media(max-width:820px){.foot-grid{grid-template-columns:1fr 1fr}.foot-grid>div:first-child{grid-column:1/-1}}
@media(max-width:480px){.foot-grid{grid-template-columns:1fr}}
