/*
  ============================================================
  rwlyonsjr.com · Site Privacy Policy
  A restrained reading surface using the House catalogue tokens.
  ============================================================
*/

:root{
  --ink:#070605;
  --panel:#141109;
  --bone:#EDE6D6;
  --bone-dim:#C9C1AE;
  --muted:#857E6D;
  --gold:#B8973A;
  --gold-light:#D4B25A;
  --hairline:rgba(184,151,58,0.22);
  --display:'Cormorant Garamond', Georgia, serif;
  --caps:'Cormorant SC', Georgia, serif;
  --utility:'Lato', system-ui, sans-serif;
}
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ background:var(--ink); }
body{
  min-height:100vh;
  background:radial-gradient(ellipse 70% 50% at 88% 0%, rgba(184,151,58,0.07), transparent 60%), var(--ink);
  color:var(--bone);
  font-family:var(--display);
  -webkit-font-smoothing:antialiased;
}
:focus-visible{ outline:2px solid var(--gold-light); outline-offset:4px; }
.skip-link{
  position:fixed;
  z-index:20;
  top:0.75rem;
  left:0.75rem;
  padding:0.7rem 1rem;
  background:var(--gold);
  color:var(--ink);
  font-family:var(--utility);
  font-size:0.78rem;
  text-decoration:none;
  transform:translateY(-180%);
}
.skip-link:focus{ transform:none; }
.privacy-page{ max-width:720px; margin:0 auto; padding:clamp(4rem, 10vw, 7rem) 1.5rem 7rem; }
.privacy-back{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  margin-bottom:3rem;
  color:var(--gold);
  font-family:var(--caps);
  font-size:0.72rem;
  letter-spacing:0.22em;
  text-decoration:none;
}
.privacy-back:hover{ color:var(--gold-light); }
.privacy-eyebrow{
  color:var(--gold);
  font-family:var(--utility);
  font-size:0.62rem;
  letter-spacing:0.34em;
  text-transform:uppercase;
}
h1{ margin-top:0.7rem; color:#FBF7EC; font-size:clamp(2.8rem, 7vw, 4.6rem); font-weight:500; line-height:1; }
.privacy-rule{ width:44px; height:1px; margin:2rem 0 2.8rem; background:var(--gold); }
h2{ margin:2.5rem 0 0.7rem; color:var(--bone); font-size:1.35rem; font-weight:500; }
p{ color:var(--bone-dim); font-size:1.08rem; font-weight:300; line-height:1.8; }
p + p{ margin-top:0.85rem; }
p a{ color:var(--gold); text-underline-offset:3px; }
.privacy-meta{
  margin-top:3.5rem;
  color:var(--muted);
  font-family:var(--utility);
  font-size:0.62rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
}
