/* ============================================================
   Meliora — legal page prose (Privacy / Terms)
   The nav, footer, buttons, fonts and colour tokens all come from
   site.css. This file only styles the readable content column.
   ============================================================ */

.legal-main{padding:74px 0 50px}
.legal-wrap{max-width:760px;margin:0 auto;padding:0 28px}

.legal-wrap .eyebrow{margin-bottom:18px}
.legal-title{font-family:'Fraunces',Georgia,serif;font-weight:480;font-size:clamp(2.1rem,5vw,3.1rem);
  letter-spacing:-.015em;line-height:1.06;color:var(--espresso)}
.legal-updated{color:var(--tan);font-size:.9rem;margin-top:14px}
.legal-intro{font-size:1.15rem;color:var(--walnut);line-height:1.62;margin:24px 0 4px}
.legal-intro em{font-style:italic}

/* table of contents */
.toc{background:var(--linen);border:1px solid var(--sand);border-radius:14px;padding:22px 26px;margin:30px 0 8px}
.toc h4{font-family:'Inter';font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:var(--tan);margin-bottom:12px;font-weight:600}
.toc ol{margin:0;padding-left:20px;columns:2;column-gap:36px}
.toc ol li{margin-bottom:7px;font-size:.92rem;break-inside:avoid}
.toc a{color:var(--walnut);text-decoration:none}
.toc a:hover{color:var(--terracotta)}

/* body copy */
.legal-wrap h2{font-family:'Fraunces',Georgia,serif;font-weight:520;font-size:1.55rem;letter-spacing:-.01em;
  color:var(--espresso);margin:48px 0 12px;scroll-margin-top:86px}
.legal-wrap h2 .n{color:var(--terracotta);font-weight:540;margin-right:10px}
.legal-wrap h3{font-family:'Inter';font-weight:600;font-size:1.06rem;color:var(--espresso);margin:26px 0 8px}
.legal-wrap p{margin:0 0 16px;color:var(--walnut);line-height:1.7}
.legal-wrap strong{color:var(--espresso);font-weight:600}
.legal-wrap a{color:var(--ember);text-decoration:none}
.legal-wrap a:hover{color:var(--terracotta)}
.legal-wrap ul{margin:0 0 16px;list-style:none}
.legal-wrap ul li{position:relative;padding-left:22px;margin-bottom:9px;color:var(--walnut);line-height:1.6}
.legal-wrap ul li::before{content:"";position:absolute;left:4px;top:11px;width:6px;height:6px;border-radius:50%;background:var(--terracotta)}

.callout{background:#E8A45A18;border:1px solid #E8A45A55;border-radius:12px;padding:15px 18px;
  font-size:.95rem;color:var(--walnut);line-height:1.6;margin:22px 0}
.callout b{color:var(--espresso)}

hr.legal-rule{border:0;border-top:1px solid var(--sand);margin:50px 0 0}

@media(max-width:560px){
  .legal-main{padding:50px 0 34px}
  .legal-wrap{padding:0 20px}
  .toc ol{columns:1}
}
