/* legal pages — light cream */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{
  font-family:'Inter',-apple-system,sans-serif;
  background:#FDFAF7;color:#1C1410;line-height:1.65;font-size:16px;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;min-width:320px;
}
img,svg{display:block;max-width:100%;height:auto}
a{color:#9c6b3f;text-decoration:none}
a:hover{text-decoration:underline}
.serif{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500}

.wrap{width:100%;padding:0 22px;margin:0 auto}
@media (min-width:768px){.wrap{padding:0 36px;max-width:760px}}

.nav{
  position:sticky;top:0;z-index:30;
  background:rgba(253,250,247,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(28,20,16,.06);
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:62px}
.brand{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px;color:#1C1410}
.brand-mark{
  width:32px;height:32px;border-radius:9px;background:#F59E0B;
  display:grid;place-items:center;color:#1C1410;font-weight:900;font-size:15px;
}
.back{font-size:13px;color:#7A6652;display:inline-flex;align-items:center;gap:6px}
.back:hover{color:#1C1410;text-decoration:none}

.legal{padding:40px 0 80px}
@media (min-width:768px){.legal{padding:60px 0 120px}}

.eyebrow{
  font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  color:#9c6b3f;margin-bottom:14px;
  display:inline-flex;align-items:center;gap:10px;
}
.eyebrow::before{content:"";width:24px;height:1px;background:#9c6b3f}

h1{
  font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;
  font-size:36px;line-height:1.1;letter-spacing:-.012em;
  color:#1C1410;margin-bottom:22px;
}
@media (min-width:768px){h1{font-size:54px}}

.lead{font-size:16px;color:#3a2b1f;margin-bottom:32px;max-width:640px;line-height:1.6}
@media (min-width:768px){.lead{font-size:18px}}

.meta{
  background:#F0E9DF;border-radius:14px;padding:20px 22px;
  margin-bottom:36px;
}
.meta p{margin:6px 0;font-size:14.5px}
.meta strong{color:#1C1410}

h2{
  font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;
  font-size:24px;line-height:1.2;
  color:#1C1410;margin:36px 0 12px;
}
@media (min-width:768px){h2{font-size:30px;margin-top:42px}}

h3{
  font-family:'Inter',sans-serif;font-weight:600;
  font-size:17px;color:#1C1410;
  margin:24px 0 10px;
}

p{margin:0 0 12px;font-size:15.5px;color:#3a2b1f;line-height:1.7}
ul,ol{margin:0 0 12px 22px}
li{font-size:15.5px;color:#3a2b1f;line-height:1.7;margin-bottom:6px}

footer{
  padding:30px 0 calc(30px + env(safe-area-inset-bottom));
  border-top:1px solid rgba(28,20,16,.10);
  color:#7A6652;font-size:13px;
}
.foot-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:8px}
.foot-links a{color:#7A6652}
.foot-links a:hover{color:#9c6b3f;text-decoration:none}
