/* =========================================================
   THE OUTLET — Brandy Melville Mystery Box (US)
   Aesthetic: warm cream + deep navy + blush, soft serif display,
   coastal-preppy it-girl. Mobile-first. No horizontal scroll.
   ========================================================= */
:root{
  --navy:#222a52; --navy-deep:#161b39; --navy-soft:#e7e9f4;
  --ink:#242229; --charcoal:#3a3742; --white:#fff;
  --cream:#f7f1e6; --cream2:#efe5d4; --line:#e6dcc8; --muted:#867d6f;
  --green:#2f7d57; --heart:#d3556e; --heart-soft:#f7e2e6; --gold:#d8a441;
  --serif:"Fraunces","Georgia",serif;
  --sans:"Manrope",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  --shadow:0 2px 12px rgba(34,42,82,.06);
  --shadow-lg:0 20px 54px -20px rgba(34,42,82,.30);
  --radius:18px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
html,body{margin:0;max-width:100%;overflow-x:hidden}
body{background:var(--white);color:var(--ink);font-family:var(--sans);line-height:1.62;
  font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;color:inherit;-webkit-text-fill-color:currentColor;cursor:pointer}
.grid>*{min-width:0}
.wrap{width:100%;max-width:1140px;margin:0 auto;padding:0 18px}
h1,h2,h3{margin:0;font-family:var(--serif);font-weight:600;letter-spacing:-.01em;line-height:1.08}
.eyebrow{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;
  color:var(--heart);margin:0 0 12px;font-family:var(--sans)}
.lede{font-size:1.05rem;color:var(--muted);line-height:1.65}
.lede b,.lede strong{color:var(--ink);font-weight:700}
.heart{color:var(--heart);-webkit-text-fill-color:var(--heart)}

/* reveal */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* ===== announcement marquee ===== */
.announce{background:var(--navy);color:#fff;overflow:hidden;white-space:nowrap;
  font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;padding:.58rem 0}
.announce .track{display:inline-block;padding-left:100%;animation:marq 24s linear infinite}
.announce .track span{padding:0 1.35rem;opacity:.95}
.announce .track .dot{color:#f0b7c2}
@keyframes marq{to{transform:translateX(-100%)}}
@media(max-width:640px){.announce .track{animation-duration:15s}}

/* ===== header ===== */
.site-header{position:sticky;top:0;z-index:60;background:rgba(247,241,230,.92);
  backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:62px}
.brand{display:flex;flex-direction:column;line-height:1}
.brand .mark{display:flex;align-items:center;gap:.42rem;font-family:var(--serif);font-weight:600;
  font-size:1.34rem;letter-spacing:.02em;color:var(--navy)}
.brand .mark .hrt{color:var(--heart);font-size:.85em}
.brand small{font-size:.54rem;letter-spacing:.24em;text-transform:uppercase;color:var(--muted);
  font-weight:700;margin-top:5px;font-family:var(--sans)}
.header-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.66rem;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;color:var(--muted);border:1px solid var(--line);
  border-radius:999px;padding:.4rem .7rem}
.header-badge svg{width:14px;height:14px;color:var(--green)}
@media(max-width:520px){.header-badge{display:none}}

/* ===== hero ===== */
.hero{padding:24px 0 8px}
.hero-grid{display:grid;grid-template-columns:1fr;gap:26px}
@media(min-width:940px){.hero-grid{grid-template-columns:1.02fr 1fr;gap:46px;align-items:start;padding-top:16px}}

/* gallery */
.gallery{position:relative}
.gallery-main{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--cream);
  border:1px solid var(--line);aspect-ratio:1/1}
.gallery-main img{width:100%;height:100%;object-fit:cover}
.gallery-main .g-tag{position:absolute;top:12px;left:12px;background:var(--navy);color:#fff;
  -webkit-text-fill-color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.12em;
  text-transform:uppercase;padding:.42rem .72rem;border-radius:999px;z-index:2}
.gallery-main .g-nwt{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.94);
  color:var(--navy);font-size:.62rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;
  padding:.42rem .72rem;border-radius:999px;z-index:2;border:1px solid var(--line)}
.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px}
.thumbs button{padding:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;
  background:var(--cream);aspect-ratio:1/1;transition:border-color .15s}
.thumbs button.active{border-color:var(--navy);border-width:2px}
.thumbs img{width:100%;height:100%;object-fit:cover}

/* buy box */
.buybox .rating{display:flex;align-items:center;gap:.55rem;font-size:.9rem;color:var(--muted);margin-bottom:.55rem}
.stars{color:var(--gold);letter-spacing:1px;font-size:1rem}
.buybox h1{font-size:clamp(2.1rem,6.4vw,3rem);margin-bottom:.5rem;color:var(--navy)}
.buybox .sub{color:var(--muted);font-size:1rem;margin:.1rem 0 1rem}
.buybox .sub b{color:var(--ink)}
.price-row{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;margin-bottom:.2rem}
.price-now{font-size:2rem;font-weight:700;color:var(--navy);font-family:var(--serif)}
.price-was{font-size:1.05rem;color:var(--muted);text-decoration:line-through}
.price-save{background:var(--heart-soft);color:var(--heart);font-weight:800;font-size:.72rem;
  letter-spacing:.05em;text-transform:uppercase;padding:.28rem .55rem;border-radius:999px}
.price-note{font-size:.82rem;color:var(--muted);margin:.15rem 0 1rem}

.blist{list-style:none;padding:0;margin:0 0 1.3rem;display:grid;gap:.55rem}
.blist li{display:flex;gap:.6rem;align-items:flex-start;font-size:.95rem}
.blist svg{width:18px;height:18px;color:var(--green);flex:none;margin-top:2px}

/* selector */
.selector{border:1px solid var(--line);border-radius:var(--radius);padding:16px;background:var(--white);
  box-shadow:var(--shadow);color:var(--ink)}
.sel-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;
  color:var(--charcoal);margin:0 0 9px;display:flex;align-items:center;gap:.5rem}
.sel-label .req{color:var(--heart);font-weight:700}
.opt-boxes{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}
.opt-box{position:relative;text-align:left;border:1.5px solid var(--line);border-radius:14px;
  padding:14px 12px 12px;background:var(--white);transition:border-color .15s,box-shadow .15s;display:block}
.opt-box .kg{font-size:1.02rem;font-weight:800;display:block}
.opt-box .desc{font-size:.78rem;color:var(--muted);display:block;margin:.1rem 0 .45rem}
.opt-box .p{font-size:1.05rem;font-weight:800;color:var(--navy)}
.opt-box .flag{position:absolute;top:-10px;right:10px;background:var(--heart);color:#fff;
  -webkit-text-fill-color:#fff;font-size:.56rem;font-weight:800;letter-spacing:.08em;
  text-transform:uppercase;padding:.26rem .5rem;border-radius:999px}
.opt-box.active{border-color:var(--navy);box-shadow:0 0 0 3px var(--navy-soft)}
.opt-box.soldout{opacity:.62;cursor:not-allowed;background:var(--cream)}
.opt-box.soldout .p{color:var(--muted)}

.opt-sizes{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:6px}
.opt-size{border:1.5px solid var(--line);border-radius:12px;padding:.62rem 0;font-weight:800;
  font-size:.9rem;background:var(--white);transition:border-color .12s,background .12s,color .12s}
.opt-size.active{border-color:var(--navy);background:var(--navy);color:#fff;-webkit-text-fill-color:#fff}
.size-help{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.78rem;
  color:var(--muted);margin-top:6px}
.size-help a{color:var(--navy);text-decoration:underline;font-weight:700}
.size-error{display:none;color:var(--heart);font-size:.82rem;font-weight:700;margin:.5rem 0 0}
.size-error.show{display:block}

.onesize-note{display:flex;gap:.6rem;align-items:flex-start;background:var(--cream);border:1px solid var(--line);
  border-radius:13px;padding:12px 13px;font-size:.86rem;color:var(--charcoal);line-height:1.5;margin-top:2px}
.onesize-note svg{width:18px;height:18px;color:var(--heart);flex:none;margin-top:2px}
.onesize-note b{color:var(--ink)}
.onesize-note a{color:var(--navy);text-decoration:underline;font-weight:700}

.btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;border:none;
  padding:1.15rem 1.4rem;font-size:.92rem;letter-spacing:.06em;text-transform:uppercase;font-weight:800;
  border-radius:14px;background:var(--navy);color:#fff;-webkit-text-fill-color:#fff;
  transition:filter .15s,transform .06s;text-align:center;line-height:1.1;font-family:var(--sans)}
.btn:hover{filter:brightness(1.08)}
.btn:active{transform:translateY(1px)}
.btn[disabled]{background:var(--muted);cursor:not-allowed;filter:none}
.btn-ghost{background:var(--white);color:var(--navy);-webkit-text-fill-color:var(--navy);
  border:1.5px solid var(--navy)}
.buy-cta{margin-top:14px}

.secure-line{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.7rem;
  font-size:.76rem;color:var(--muted);text-align:center}
.secure-line svg{width:14px;height:14px;color:var(--green);flex:none}
.pay-badges{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:.55rem}
.pay-badges span{font-size:.56rem;font-weight:800;letter-spacing:.08em;color:var(--muted);
  border:1px solid var(--line);border-radius:5px;padding:.2rem .4rem}
.buy-reassure{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:center;margin-top:1rem;
  font-size:.78rem;color:var(--muted)}
.buy-reassure span{display:inline-flex;align-items:center;gap:.35rem}
.buy-reassure svg{width:15px;height:15px;color:var(--green)}

/* ===== trust strip ===== */
.trust{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  margin-top:28px}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 10px;padding:24px 0}
@media(min-width:820px){.trust-grid{grid-template-columns:repeat(4,1fr)}}
.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.3rem}
.trust-item svg{width:26px;height:26px;color:var(--navy)}
.trust-item b{font-size:.9rem}
.trust-item small{font-size:.76rem;color:var(--muted)}

/* generic section */
section{padding:54px 0}
.section-head{text-align:center;max-width:660px;margin:0 auto 34px}
.section-head h2{font-size:clamp(1.8rem,5.2vw,2.5rem);margin-bottom:.6rem;color:var(--navy)}
.section-head .lede{font-size:1rem}

/* story / why */
.why{background:var(--cream)}
.why-grid{display:grid;grid-template-columns:1fr;gap:26px;align-items:center}
@media(min-width:900px){.why-grid{grid-template-columns:1fr 1.05fr;gap:44px}}
.why-media{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);aspect-ratio:4/5;background:var(--white)}
.why-media img{width:100%;height:100%;object-fit:cover}
.why h2{color:var(--navy)}
.why ul{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;gap:.7rem}
.why li{display:flex;gap:.6rem;align-items:flex-start;font-size:.97rem}
.why li svg{width:19px;height:19px;color:var(--green);flex:none;margin-top:3px}
.why .tag-ink strong{background:var(--heart-soft);color:var(--heart);padding:.02rem .3rem;border-radius:4px}

/* value cards */
.value-cards{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:760px){.value-cards{grid-template-columns:1fr 1fr}}
.vcard{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:var(--white);
  box-shadow:var(--shadow);position:relative}
.vcard .big{font-size:1.6rem;font-weight:700;font-family:var(--serif);color:var(--navy)}
.vcard .big span{font-size:.85rem;color:var(--muted);font-weight:600;font-family:var(--sans)}
.vcard h3{font-size:1.2rem;margin:.5rem 0 .2rem;color:var(--navy)}
.vcard ul{list-style:none;padding:0;margin:.9rem 0 0;display:grid;gap:.45rem}
.vcard li{display:flex;gap:.5rem;font-size:.9rem;color:var(--charcoal)}
.vcard li svg{width:16px;height:16px;color:var(--green);flex:none;margin-top:3px}
.vcard .badge-pop{position:absolute;top:16px;right:16px;background:var(--heart);color:#fff;
  -webkit-text-fill-color:#fff;font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  padding:.3rem .55rem;border-radius:999px}
.pill-row{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin-top:26px}
.pill{border:1px solid var(--line);border-radius:999px;padding:.5rem .95rem;font-size:.82rem;
  font-weight:600;background:var(--white);color:var(--charcoal)}

/* steps */
.steps{background:var(--navy);color:#fff}
.steps .section-head h2{color:#fff}
.steps .eyebrow{color:#f0b7c2}
.steps-grid{display:grid;grid-template-columns:1fr;gap:18px}
@media(min-width:760px){.steps-grid{grid-template-columns:repeat(3,1fr)}}
.step{border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:26px;background:rgba(255,255,255,.04)}
.step .n{width:38px;height:38px;border-radius:999px;background:var(--heart);color:#fff;-webkit-text-fill-color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:12px;font-family:var(--serif)}
.step h3{font-size:1.12rem;margin-bottom:.4rem;color:#fff}
.step p{color:rgba(255,255,255,.74);font-size:.92rem;margin:0}

/* compare */
.compare{background:var(--cream)}
.compare-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:760px;margin:0 auto}
@media(min-width:680px){.compare-grid{grid-template-columns:1fr 1fr}}
.pcard{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:28px 22px;
  text-align:center;position:relative}
.pcard.featured{border:2px solid var(--navy);box-shadow:var(--shadow-lg)}
.pcard .flag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--heart);color:#fff;
  -webkit-text-fill-color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  padding:.35rem .8rem;border-radius:999px;white-space:nowrap}
.pcard .kg{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:700}
.pcard .price{font-size:2.5rem;font-weight:700;margin:.2rem 0 0;font-family:var(--serif);color:var(--navy)}
.pcard .per{font-size:.92rem;color:var(--charcoal);font-weight:700;margin-bottom:.1rem}
.pcard .items{font-size:.85rem;color:var(--muted);margin-bottom:1rem}
.pcard ul{list-style:none;padding:0;margin:0 0 1.3rem;display:grid;gap:.5rem;text-align:left}
.pcard li{display:flex;gap:.5rem;font-size:.88rem}
.pcard li svg{width:16px;height:16px;color:var(--green);flex:none;margin-top:3px}

/* countdown / scarcity */
.stockbar{max-width:640px;margin:26px auto 0}
.stockbar .row{display:flex;justify-content:space-between;font-size:.82rem;font-weight:700;margin-bottom:.4rem}
.stockbar .row .hot{color:var(--heart)}
.track-bar{height:9px;border-radius:999px;background:var(--cream2);overflow:hidden}
.track-bar i{display:block;height:100%;width:14%;background:linear-gradient(90deg,var(--heart),#e88298);border-radius:999px}
.countdown{display:flex;justify-content:center;gap:10px;margin-top:20px}
.cd-box{background:var(--navy);color:#fff;border-radius:14px;min-width:64px;padding:.62rem .3rem;text-align:center}
.cd-box b{font-size:1.55rem;font-weight:700;display:block;line-height:1;font-variant-numeric:tabular-nums;font-family:var(--serif)}
.cd-box small{font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.62)}

/* the fit (one size) */
.fit{background:var(--white)}
.fit-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:920px;margin:0 auto}
@media(min-width:760px){.fit-grid{grid-template-columns:repeat(3,1fr)}}
.fit-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:var(--white);
  box-shadow:var(--shadow);text-align:center}
.fit-ic{width:46px;height:46px;border-radius:999px;background:var(--heart-soft);display:flex;align-items:center;
  justify-content:center;margin:0 auto 14px}
.fit-ic svg{width:22px;height:22px;color:var(--heart)}
.fit-card h3{font-size:1.12rem;margin-bottom:.4rem;color:var(--navy)}
.fit-card p{font-size:.9rem;color:var(--muted);margin:0}
.fit-card a{color:var(--navy);text-decoration:underline;font-weight:700}

/* size guide (legacy) */
.sizeguide-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}
.sizeguide table{border-collapse:collapse;width:100%;min-width:520px;font-size:.88rem}
.sizeguide th,.sizeguide td{padding:.7rem .8rem;text-align:center;border-bottom:1px solid var(--line)}
.sizeguide thead th{background:var(--cream);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.sizeguide tbody th{background:var(--white);font-weight:800}
.sizeguide-note{text-align:center;font-size:.8rem;color:var(--muted);margin-top:12px}

/* reviews */
.reviews{background:var(--white)}
.rev-summary{text-align:center;margin-bottom:30px}
.rev-summary .big{font-size:3.1rem;font-weight:700;line-height:1;font-family:var(--serif);color:var(--navy)}
.rev-summary .stars{font-size:1.3rem;display:block;margin:.2rem 0}
.rev-summary small{color:var(--muted);font-size:.86rem}
.rev-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:640px){.rev-grid{grid-template-columns:1fr 1fr}}
@media(min-width:960px){.rev-grid{grid-template-columns:repeat(3,1fr)}}
.review{border:1px solid var(--line);border-radius:var(--radius);padding:18px;background:var(--white);box-shadow:var(--shadow)}
.review.hidden-rev{display:none}
.review .top{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}
.review .avatar{width:38px;height:38px;border-radius:999px;background:var(--heart-soft);color:var(--heart);
  -webkit-text-fill-color:var(--heart);display:flex;align-items:center;justify-content:center;font-weight:800;font-family:var(--serif)}
.review .who{font-weight:800;font-size:.92rem;line-height:1.15}
.review .verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.68rem;color:var(--green);font-weight:700}
.review .verified svg{width:12px;height:12px}
.review .stars{font-size:.95rem;margin:.1rem 0 .4rem;color:var(--gold)}
.review p{font-size:.9rem;margin:0 0 .7rem;color:var(--charcoal)}
.review .rev-img{border-radius:12px;border:1px solid var(--line);aspect-ratio:1/1;object-fit:cover;width:100%;margin-bottom:.5rem}
.review .date{font-size:.72rem;color:var(--muted)}
.more-wrap{text-align:center;margin-top:24px}

/* UGC gallery */
.community{background:var(--cream)}
.ugc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
@media(min-width:680px){.ugc-grid{grid-template-columns:repeat(4,1fr)}}
.ugc-grid img{border-radius:12px;border:1px solid var(--line);aspect-ratio:1/1;object-fit:cover;width:100%}

/* faq */
.faq-wrap{max-width:760px;margin:0 auto;display:grid;gap:10px}
.faq{border:1px solid var(--line);border-radius:14px;background:var(--white);overflow:hidden}
.faq summary{list-style:none;cursor:pointer;padding:16px 18px;font-weight:700;font-size:.98rem;
  display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;color:var(--heart);font-weight:400;line-height:1}
.faq[open] summary::after{content:"–"}
.faq p{margin:0;padding:0 18px 16px;color:var(--muted);font-size:.92rem}
.faq a{color:var(--navy);text-decoration:underline}

/* final */
.final{background:var(--navy);color:#fff}
.final .section-head h2{color:#fff}
.final .eyebrow{color:#f0b7c2}
.final .selector{max-width:520px;margin:0 auto}

/* footer */
.site-footer{background:var(--cream);border-top:1px solid var(--line);padding:46px 0 30px;font-size:.86rem}
.footer-top{display:grid;grid-template-columns:1fr;gap:26px;margin-bottom:28px}
@media(min-width:820px){.footer-top{grid-template-columns:1.6fr 1fr 1fr}}
.footer-brand .brand{margin-bottom:.6rem}
.footer-brand p{color:var(--muted);max-width:42ch;font-size:.86rem}
.footer-pay{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}
.footer-pay span{font-size:.58rem;font-weight:800;letter-spacing:.06em;color:var(--muted);
  border:1px solid var(--line);border-radius:5px;padding:.2rem .45rem}
.footer-col h4{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--navy);margin:0 0 .8rem;font-family:var(--sans)}
.footer-col a{display:block;color:var(--muted);margin-bottom:.5rem}
.footer-col a:hover{color:var(--ink)}
.footer-legal{border-top:1px solid var(--line);padding-top:20px;color:var(--muted);font-size:.76rem;line-height:1.7}
.footer-legal .disclaimer{margin-bottom:12px}
.footer-legal a.inline{color:var(--navy);text-decoration:underline}

/* legal pages */
.legal{max-width:820px;margin:0 auto;padding:44px 0 60px}
.legal h1{font-size:clamp(1.9rem,5vw,2.5rem);margin-bottom:.4rem;color:var(--navy)}
.legal .updated{color:var(--muted);font-size:.84rem;margin-bottom:26px;font-family:var(--sans)}
.legal h2{font-size:1.18rem;margin:28px 0 .5rem;color:var(--navy)}
.legal p,.legal li{color:var(--charcoal);font-size:.95rem;line-height:1.75}
.legal ul{padding-left:1.2rem;margin:.4rem 0}
.legal a{color:var(--navy);text-decoration:underline}
.legal .back{display:inline-block;margin-bottom:22px;font-weight:700;font-size:.82rem;
  letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-family:var(--sans)}
.legal .note{background:var(--cream);border:1px solid var(--line);border-radius:14px;padding:16px 18px;margin:18px 0}

/* ===== blog / editorial article ===== */
.article{max-width:720px;margin:0 auto;padding:38px 0 60px}
.article .eyebrow{color:var(--heart);margin-bottom:14px}
.article h1{font-size:clamp(2rem,6vw,3rem);line-height:1.08;color:var(--navy);margin-bottom:.5rem}
.article .dek{font-family:var(--serif);font-weight:400;font-size:clamp(1.1rem,3.2vw,1.35rem);
  color:var(--charcoal);line-height:1.45;margin:.4rem 0 1.4rem}
.article .byline{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .8rem;font-size:.8rem;
  color:var(--muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:14px 0;margin-bottom:34px}
.article .byline .who{font-weight:700;color:var(--ink)}
.article .byline .sep{opacity:.5}
.article .back{display:inline-block;margin-bottom:22px;font-weight:700;font-size:.82rem;
  letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-family:var(--sans)}
.article-body{font-size:1.06rem;line-height:1.8;color:var(--ink)}
.article-body p{margin:0 0 1.25rem}
.article-body h2{font-size:clamp(1.4rem,4.2vw,1.85rem);color:var(--navy);margin:2.4rem 0 .9rem;line-height:1.15}
.article-body h3{font-family:var(--serif);font-size:1.2rem;color:var(--navy);margin:1.8rem 0 .5rem}
.article-body a{color:var(--navy);text-decoration:underline;text-underline-offset:2px}
.article-body strong{color:var(--navy)}
.article-body .lead{font-size:1.18rem;line-height:1.7;color:var(--charcoal)}
.article-body .lead::first-letter{initial-letter:2;font-family:var(--serif);font-weight:700;
  color:var(--heart);margin-right:.08em}
.article-body ul,.article-body ol{margin:0 0 1.25rem;padding-left:1.3rem}
.article-body li{margin-bottom:.5rem}
.article-body .glossary{list-style:none;padding:0;display:grid;gap:.9rem;margin:1rem 0 1.6rem}
.article-body .glossary li{border-left:3px solid var(--line);padding:.2rem 0 .2rem 1rem;margin:0}
.article-body .glossary b{color:var(--navy)}
.pullquote{font-family:var(--serif);font-size:clamp(1.3rem,4.2vw,1.7rem);line-height:1.3;color:var(--navy);
  border-top:2px solid var(--heart);border-bottom:2px solid var(--heart);padding:1.3rem 0;margin:2rem 0;
  font-weight:500}
.stat-band{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:2rem 0;
  background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:24px 18px}
@media(max-width:560px){.stat-band{grid-template-columns:1fr;text-align:center;gap:18px}}
.stat-band .n{font-family:var(--serif);font-weight:700;font-size:1.9rem;color:var(--navy);line-height:1}
.stat-band .l{font-size:.82rem;color:var(--muted);margin-top:.35rem;line-height:1.35}
.article-note{font-size:.8rem;color:var(--muted);border-top:1px solid var(--line);padding-top:16px;
  margin-top:36px;line-height:1.7}
.article-cta{background:var(--navy);color:#fff;border-radius:var(--radius);padding:30px 26px;text-align:center;
  margin:40px 0 0}
.article-cta h3{font-family:var(--serif);color:#fff;font-size:1.5rem;margin-bottom:.5rem}
.article-cta p{color:rgba(255,255,255,.76);font-size:.95rem;margin:0 auto 18px;max-width:46ch}
.article-cta .btn{max-width:340px;margin:0 auto}

/* sticky mobile buy bar */
.buybar{position:fixed;left:0;right:0;bottom:0;z-index:80;background:rgba(255,255,255,.97);
  backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:10px 14px;
  display:flex;align-items:center;gap:12px;transform:translateY(120%);transition:transform .28s ease;
  box-shadow:0 -8px 24px rgba(34,42,82,.10)}
.buybar.show{transform:none}
.buybar .info{flex:1;min-width:0}
.buybar .info b{font-size:.92rem;display:block;line-height:1.1}
.buybar .info small{font-size:.72rem;color:var(--muted)}
.buybar .btn{width:auto;flex:none;padding:.85rem 1.3rem;border-radius:12px}
@media(min-width:940px){.buybar{display:none}}
