/* ArtisanCafe Legal stylesheet (shared by privacy + terms) */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

.legal-page{
  font-size:16px;
  font-family:"Segoe UI",Helvetica,Arial,sans-serif;
  background:#F4EFE2;
  color:#362A22;
  line-height:1.7;
  overflow-x:hidden;
  min-height:100vh;
}

.legal-page img{max-width:100%}
.legal-page a{color:#506b3c;text-decoration:underline;text-underline-offset:3px}
.legal-page a:hover{color:#3a5126}
.legal-page ul,.legal-page ol{margin:0 0 18px 26px}
.legal-page li{margin-bottom:8px}
.legal-page strong{color:#2c211a}

.legal-head{
  background:#6B4A3A;
  color:#F4EFE2;
  border-bottom:10px solid #A8504A;
  padding:26px 24px 22px;
  box-shadow:0 3px 12px #5a4232;
}
.legal-head .legalbrandhold{max-width:880px;margin:0 auto}
.legal-head .legal-brand{display:flex;align-items:center;gap:12px;color:#F4EFE2;font-weight:800;font-size:1.15rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px}
.legal-head .scoopdot{display:inline-block;width:14px;height:14px;border-radius:50%;background:#A8504A;flex:none}
.legal-head h1{
  color:#fff;
  font-size:clamp(1.9rem,4.2vw,3rem);
  line-height:1.05;
  font-weight:900;
  max-width:880px;
  margin:0 auto;
  margin-top:8px;
}
.legal-head .lede{color:#EDE3D2;max-width:880px;margin:10px auto 0}
.legal-head a.backhome{display:inline-block;margin-bottom:10px;color:#E7D9C4;text-decoration:underline}

.legal-wrap-content{
  max-width:880px;
  margin:0 auto;
  padding:0 24px;
}
.legal-toc{
  background:#E9E2D2;
  border-left:6px solid #7C9457;
  border-radius:0 14px 14px 0;
  padding:26px 28px;
  margin:34px auto 10px;
  max-width:880px;
}
.legal-toc h2{color:#362A22;font-weight:900;font-size:1.25rem;margin-bottom:12px}
.legal-toc ol{margin:0;list-style:none}
.legal-toc li{margin-bottom:7px}
.legal-toc a{color:#506b3c;text-decoration:none}
.legal-toc a:hover{text-decoration:underline}

/* All inner sections transparent so the cream page shows through */
.legal-page .legal-content section{
  background:transparent !important;
  max-width:880px;
  margin:0 auto;
  padding:26px 0 8px;
  border-bottom:2px dashed #D2A56A;
}
.legal-page .legal-content h2{
  font-size:1.45rem;
  color:#33271F;
  border-left:8px solid #7C9457;
  padding-left:16px;
  font-weight:900;
  margin-bottom:12px;
  scroll-margin-top:20px;
}
.legal-page .legal-content p{
  margin-bottom:14px;
  color:#3F342C;
}
.legal-page .legal-content .updatedline{
  display:inline-block;
  background:#6B4A3A;
  color:#F4EFE2;
  padding:8px 18px;
  border-radius:999px;
  font-weight:700;
  margin:8px 0 18px;
}
.legal-colophon{
  max-width:880px;
  margin:0 auto;
  padding:30px 24px 40px;
  text-align:center;
  color:#3F342C;
}
.legal-colophon a{text-decoration:underline}
.legal-foot{
  background:#6B4A3A;
  color:#E9E2D2;
  text-align:center;
  padding:30px 24px 34px;
}
.legal-foot .flinear{max-width:720px;margin:0 auto 8px}
.legal-foot .cname{font-weight:800;color:#fff}
.legal-foot a{color:#E9E2D2;text-decoration:underline}
.legal-foot .companyline{margin-top:10px;color:#Dccbb2}

@media (max-width:600px){
  .legal-head,.legal-wrap-content,.legal-toc,.legal-content section{padding-right:18px;padding-left:18px}
}
