/* =====================================================
   Phoenix Guardians — Legal pages stylesheet
   Reuses the main site's palette and type system.
   No inline scripts; CSP-safe (style-src 'self').
   ===================================================== */
:root{
  --stone-100:#F3EFE8;--stone-200:#E4DDD2;--stone-500:#6E6052;
  --teal-200:#8ECDC3;--teal-500:#1A6860;--teal-600:#124F49;--teal-700:#0D3A35;
  --amber-200:#FAC978;--amber-300:#F5A623;--amber-ink:#9A6206;
  --slate-900:#141E36;--white:#FFFFFF;--off-white:#FDFCFA;--cream:#F7F3EC;
  --font-display:'Fraunces',Georgia,serif;
  --font-body:'DM Sans',system-ui,sans-serif;
  --container:760px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;}
body{font-family:var(--font-body);font-weight:400;line-height:1.75;color:var(--slate-900);background:var(--off-white);}
a{color:var(--teal-600);text-decoration:underline;text-underline-offset:2px;}
a:hover{color:var(--teal-700);}
:focus-visible{outline:3px solid var(--amber-300);outline-offset:3px;border-radius:3px;}
img{max-width:100%;height:auto;display:block;}

/* Header */
.lp-header{background:var(--white);border-bottom:1px solid rgba(228,221,210,.6);}
.lp-header-inner{max-width:1080px;margin:0 auto;padding:.7rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;}
.lp-logo{display:inline-flex;align-items:center;flex-shrink:0;line-height:1;}
.lp-logo img{height:62px;width:auto;filter:drop-shadow(0 3px 8px rgba(15,76,71,.22));}
.lp-nav{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap;}
.lp-nav a{font-size:.9rem;font-weight:500;color:var(--teal-600);text-decoration:none;}
.lp-nav a:hover{color:var(--teal-700);text-decoration:underline;}
.lp-back{font-size:.86rem;font-weight:600;color:var(--slate-900);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;}
.lp-back:hover{color:var(--teal-600);}

/* Body */
.lp-main{max-width:var(--container);margin:0 auto;padding:clamp(2.5rem,6vw,4.5rem) 1.4rem clamp(3rem,7vw,5rem);}
.lp-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--amber-ink);margin-bottom:1rem;}
.lp-main h1{font-family:var(--font-display);font-weight:300;font-size:clamp(2rem,5vw,2.9rem);line-height:1.12;letter-spacing:-.02em;color:var(--teal-700);margin-bottom:.6rem;}
.lp-updated{font-size:.86rem;color:var(--stone-500);margin-bottom:2.4rem;}
.lp-main h2{font-family:var(--font-display);font-weight:400;font-size:1.3rem;color:var(--teal-600);margin:2.4rem 0 .8rem;line-height:1.3;}
.lp-main h3{font-family:var(--font-body);font-weight:600;font-size:1.02rem;color:var(--slate-900);margin:1.8rem 0 .6rem;}
.lp-main p{margin:0 0 1.1rem;color:#2c3550;}
.lp-main ul,.lp-main ol{margin:0 0 1.2rem 1.4rem;}
.lp-main li{margin:0 0 .5rem;color:#2c3550;}
.lp-main strong{font-weight:600;color:var(--slate-900);}
.lp-divider{height:1px;background:var(--stone-200);border:0;margin:2.6rem 0;}

/* Footer */
.lp-footer{background:var(--teal-700);color:rgba(255,255,255,.82);padding:3rem 1.4rem 2rem;}
.lp-footer-inner{max-width:1080px;margin:0 auto;}
.lp-footer h2{font-family:var(--font-display);font-weight:400;font-size:1.15rem;color:#fff;margin-bottom:.6rem;}
.lp-footer p{margin:0 0 .4rem;font-size:.9rem;color:rgba(255,255,255,.75);}
.lp-footer a{color:var(--amber-200);}
.lp-footer-links{display:flex;flex-wrap:wrap;gap:1.2rem;margin:1.4rem 0;}
.lp-footer-links a{font-size:.86rem;font-weight:500;color:rgba(255,255,255,.85);text-decoration:none;}
.lp-footer-links a:hover{color:#fff;text-decoration:underline;}
.lp-footer-reg{font-size:.76rem;color:rgba(255,255,255,.5);line-height:1.6;border-top:1px solid rgba(255,255,255,.12);padding-top:1.2rem;margin-top:1.4rem;}

@media (max-width:640px){
  .lp-header-inner{padding:.6rem 1.2rem;gap:.8rem;}
  .lp-logo img{height:48px;}
  .lp-nav{gap:1rem;}
  .lp-nav a{font-size:.82rem;}
}
