/* Meridian Wellness — Main Stylesheet
   Wine #6b1f37 · Ivory #faf8f4 · Sage #7a9e7e · Warm gray
   Fonts: Lora (serif) + Raleway (geometric sans)
   ============================================================ */

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

:root{
  --wine:        #6b1f37;
  --wine-dark:   #4d1228;
  --wine-mid:    #8a2848;
  --wine-pale:   #f9eef2;
  --wine-xpale:  #fdf5f7;
  --sage:        #7a9e7e;
  --sage-dark:   #5b7e5f;
  --sage-light:  #eef5ef;
  --sage-xlight: #f6fbf6;
  --ivory:       #faf8f4;
  --ivory-2:     #f0ece4;
  --ivory-3:     #e0d8cc;
  --gold:        #c9a84c;
  --gold-light:  #fdf6e3;
  --charcoal:    #1e1e1e;
  --text:        #1e1e1e;
  --text-mid:    #3e3e3e;
  --text-soft:   #717171;
  --border:      #e0d8cc;
  --check:       #3d7a50;
  --radius:      6px;
  --radius-lg:   14px;
  --radius-xl:   24px;
  --shadow-sm:   0 1px 6px rgba(30,30,30,0.07);
  --shadow:      0 4px 22px rgba(30,30,30,0.10);
  --shadow-lg:   0 14px 50px rgba(30,30,30,0.16);
  --trans:       0.22s ease;
  --font-head:   'Lora',serif;
  --font-body:   'Raleway',sans-serif;
}

html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-body);color:var(--text);background:var(--ivory);line-height:1.7;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--wine);text-decoration:none;transition:color var(--trans)}
a:hover{color:var(--wine-dark)}
ul{list-style:none}
.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.25rem}

/* TYPE */
h1,h2,h3,h4{font-family:var(--font-head);line-height:1.2;color:var(--text);font-weight:700}
h1{font-size:clamp(2.2rem,5.5vw,3.8rem)}
h2{font-size:clamp(1.5rem,3.2vw,2.4rem)}
h3{font-size:clamp(1.1rem,2vw,1.45rem);font-weight:600}
h4{font-family:var(--font-body);font-size:0.97rem;font-weight:700;letter-spacing:0.02em}

.stamp-label{
  display:inline-flex;align-items:center;gap:.35rem;
  font-family:var(--font-body);font-size:.67rem;font-weight:700;
  letter-spacing:.2em;text-transform:uppercase;
  padding:.28rem .9rem;border-radius:.25rem;
}
.sl-wine    {background:var(--wine-pale);color:var(--wine-dark);border:1px solid #f0c4d0}
.sl-sage    {background:var(--sage-light);color:var(--sage-dark)}
.sl-ivory   {background:var(--ivory-2);color:var(--text-mid);border:1px solid var(--border)}
.sl-gold    {background:var(--gold-light);color:#8a6000}
.sl-dark    {background:var(--charcoal);color:rgba(255,255,255,.75)}
.sl-white   {background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.25)}
.sl-wine-inv{background:var(--wine);color:#fff}

/* BUTTONS */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  font-family:var(--font-body);font-weight:700;font-size:1rem;
  padding:.9rem 2.2rem;border-radius:var(--radius);border:2px solid transparent;
  cursor:pointer;transition:all var(--trans);text-align:center;
}
.btn-wine{background:var(--wine);color:#fff;box-shadow:0 4px 14px rgba(107,31,55,.3)}
.btn-wine:hover{background:var(--wine-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 26px rgba(107,31,55,.38)}
.btn-sage{background:var(--sage);color:#fff;box-shadow:0 4px 14px rgba(122,158,126,.3)}
.btn-sage:hover{background:var(--sage-dark);color:#fff;transform:translateY(-2px)}
.btn-outline-wine{background:transparent;color:var(--wine);border-color:var(--wine)}
.btn-outline-wine:hover{background:var(--wine);color:#fff}
.btn-outline-ivory{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.btn-outline-ivory:hover{background:rgba(255,255,255,.1);color:#fff}
.btn-charcoal{background:var(--charcoal);color:#fff}
.btn-charcoal:hover{background:#333;color:#fff;transform:translateY(-2px)}
.btn-lg {padding:1.1rem 2.8rem;font-size:1.1rem}
.btn-xl {padding:1.2rem 3rem;font-size:1.15rem;border-radius:50px}
.btn-full{width:100%}

/* DISCLOSURE BAR */
.disc-bar{
  background:var(--wine);padding:.52rem 1.25rem;text-align:center;
  font-family:var(--font-body);font-size:.77rem;color:rgba(255,255,255,.6);
}
.disc-bar strong{color:#fff}
.disc-bar a{color:#f9c4d4;font-weight:700;text-decoration:underline}

/* HEADER */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(250,248,244,.97);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:all var(--trans)}
.site-header.scrolled{border-color:var(--border);box-shadow:var(--shadow-sm)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:64px}

.logo{display:flex;align-items:center;gap:.55rem;text-decoration:none}
.logo-circle{width:34px;height:34px;border-radius:50%;background:var(--wine);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-circle span{font-family:var(--font-head);font-size:.85rem;font-weight:700;color:#fff;letter-spacing:-.02em}
.logo-text{font-family:var(--font-head);font-size:1.1rem;font-weight:700;color:var(--charcoal)}
.logo-text em{color:var(--wine);font-style:normal}

.main-nav{display:none}
.main-nav ul{display:flex;gap:0}
.main-nav a{font-size:.88rem;font-weight:600;color:var(--text-mid);padding:.4rem .85rem;border-radius:var(--radius);transition:all var(--trans);letter-spacing:.02em}
.main-nav a:hover,.main-nav a.active{color:var(--wine);background:var(--wine-pale)}
.header-cta{display:none}
.burger{background:none;border:none;cursor:pointer;padding:.4rem;display:flex;flex-direction:column;gap:5px}
.burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all var(--trans)}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mob-nav{display:none;position:fixed;inset:0;background:var(--wine-dark);z-index:999;padding:5rem 2rem 2rem;flex-direction:column;gap:.4rem}
.mob-nav.open{display:flex}
.mob-nav a{color:rgba(255,255,255,.75);font-size:1.2rem;font-family:var(--font-head);padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.1)}
.mob-nav a:hover{color:#f9c4d4}

@media(min-width:860px){.main-nav{display:block}.header-cta{display:inline-flex}.burger{display:none}}

/* BOOK-COVER SPLIT HERO */
.hero{display:grid;min-height:88vh}
@media(min-width:860px){.hero{grid-template-columns:1fr 1fr}}

.hero-left{
  background:var(--wine);
  padding:4.5rem 3rem 4rem;
  display:flex;flex-direction:column;justify-content:center;
  position:relative;overflow:hidden;
}
.hero-left::before{
  content:'';position:absolute;top:-100px;right:-80px;
  width:320px;height:320px;
  background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);
  border-radius:50%;pointer-events:none;
}
.hero-left::after{
  content:'TRANSPARENCY';
  position:absolute;bottom:-40px;left:-10px;
  font-family:var(--font-head);font-size:7rem;font-weight:700;
  color:rgba(255,255,255,.04);white-space:nowrap;pointer-events:none;user-select:none;
  line-height:1;letter-spacing:-.02em;
}
.hero-left-content{position:relative;z-index:1}
.hero-edition{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}
.edition-line{width:24px;height:1px;background:rgba(255,255,255,.35)}
.edition-txt{font-size:.68rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.hero-left h1{color:#fff;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.4rem)}
.hero-left h1 em{color:#f9c4d4;font-style:italic}
.hero-standfirst{color:rgba(255,255,255,.65);font-size:1.05rem;line-height:1.74;margin-bottom:2rem;max-width:480px}
.hero-left-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:2.5rem}
.hero-trust-pills{display:flex;flex-wrap:wrap;gap:.6rem}
.htp{
  display:inline-flex;align-items:center;gap:.4rem;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);
  border-radius:50px;padding:.3rem .85rem;
  font-size:.73rem;font-weight:600;color:rgba(255,255,255,.6);
}

.hero-right{
  background:var(--ivory-2);
  display:flex;flex-direction:column;justify-content:flex-end;align-items:center;
  padding:3rem 2.5rem 0;position:relative;overflow:hidden;
}
.hero-right::before{
  content:'';position:absolute;top:0;left:0;right:0;height:40%;
  background:linear-gradient(180deg,rgba(250,248,244,0) 0%,var(--ivory-2) 100%);
  z-index:0;
}
.hero-product-img{position:relative;z-index:1}
.hero-product-img img{max-height:420px;filter:drop-shadow(0 -6px 32px rgba(107,31,55,.2));margin:0 auto}
.hero-callouts{
  position:absolute;z-index:2;
  display:flex;flex-direction:column;gap:.75rem;
  right:1.5rem;top:50%;transform:translateY(-50%);
}
.callout-bubble{
  background:#fff;border:1px solid var(--border);
  border-radius:var(--radius-lg);padding:.65rem .9rem;
  box-shadow:var(--shadow-sm);max-width:150px;
}
.callout-bubble .cb-val{font-family:var(--font-head);font-size:1.4rem;font-weight:700;color:var(--wine);line-height:1}
.callout-bubble .cb-lbl{font-size:.68rem;font-weight:600;color:var(--text-soft);margin-top:.15rem;line-height:1.3}
.callout-bubble .cb-check{font-size:.75rem;font-weight:700;color:var(--check);margin-top:.2rem}

/* DISC STRIP */
.disc-strip{background:var(--ivory-3);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.8rem 0}
.disc-strip-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem 1.75rem}
.dsi{display:flex;align-items:center;gap:.5rem;font-size:.77rem;font-weight:600;color:var(--text-mid)}
.dsi-dot{width:5px;height:5px;border-radius:50%;background:var(--wine);flex-shrink:0}

/* TRANSPARENCY REPORT */
.report-section{padding:5rem 0;background:var(--ivory)}
.report-grid{display:grid;gap:3.5rem;align-items:start}
@media(min-width:960px){.report-grid{grid-template-columns:1fr 300px}}

.report-body h2{margin-bottom:1.5rem}
.report-body p{color:var(--text-mid);line-height:1.82;margin-bottom:1.15rem;font-size:.97rem}
.report-body h3{margin:2.25rem 0 .8rem;color:var(--wine-dark)}

.audit-cards{display:grid;gap:.9rem;margin:1.75rem 0}
@media(min-width:540px){.audit-cards{grid-template-columns:1fr 1fr}}

.audit-card{
  border:1.5px solid var(--border);border-radius:var(--radius-lg);
  padding:1.1rem 1.25rem;background:#fff;transition:all var(--trans);
}
.audit-card:hover{border-color:var(--wine);box-shadow:var(--shadow-sm)}
.audit-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}
.audit-card-title{font-weight:700;font-size:.88rem;color:var(--charcoal)}
.audit-pass{font-size:.7rem;font-weight:700;color:var(--check);background:var(--sage-light);padding:.2rem .6rem;border-radius:50px}
.audit-card p{font-size:.83rem;color:var(--text-soft);margin:0;line-height:1.55}

.inline-disclaimer{background:var(--wine-pale);border:1px solid #f0c4d0;border-left:3px solid var(--wine);border-radius:0 var(--radius-lg) var(--radius-lg) 0;padding:1rem 1.35rem;margin:1.75rem 0;font-size:.87rem;color:var(--wine-dark);line-height:1.65}

/* Report sidebar */
.report-aside{position:sticky;top:84px}
.aside-box{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;margin-bottom:1.25rem}
.ab-header{background:var(--wine);padding:1.25rem 1.5rem}
.ab-header img{max-width:140px;margin:0 auto 1rem;filter:drop-shadow(0 4px 14px rgba(249,196,212,.4))}
.ab-header h4{color:#fff;font-family:var(--font-head);font-size:1rem;font-weight:600;text-align:center;margin-bottom:.3rem}
.ab-header p{color:rgba(255,255,255,.45);font-size:.76rem;text-align:center}
.ab-body{padding:1.1rem 1.5rem}
.ab-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--ivory-2);font-size:.82rem}
.ab-row:last-child{border-bottom:none}
.ab-row .k{color:var(--text-soft)}
.ab-row .v{font-weight:700;color:var(--text)}
.ab-row .v.wine{color:var(--wine)}
.ab-cta{padding:0 1.5rem 1.5rem}
.ab-note{font-size:.68rem;color:var(--text-soft);text-align:center;margin-top:.65rem;line-height:1.5}

/* SAGE STATS ROW */
.stats-row{padding:3.5rem 0;background:var(--sage);display:flex;align-items:center;justify-content:center}
.stats-inner{display:grid;gap:0;width:100%;max-width:1100px;padding:0 1.25rem}
@media(min-width:640px){.stats-inner{grid-template-columns:repeat(4,1fr)}}
.stat-block{padding:1.75rem;text-align:center;border-right:1px solid rgba(255,255,255,.15);position:relative}
.stat-block:last-child{border-right:none}
.stat-block .sb-big{font-family:var(--font-head);font-size:2.8rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.4rem}
.stat-block .sb-title{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.85);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.3rem}
.stat-block .sb-desc{font-size:.8rem;color:rgba(255,255,255,.6);line-height:1.5}

/* TABBED PACKAGES */
.packages-section{padding:5rem 0;background:var(--ivory-2)}
.pkg-intro{margin-bottom:2.5rem}
.pkg-intro h2{margin-bottom:.6rem}
.pkg-intro p{color:var(--text-soft);max-width:560px;font-size:.95rem;line-height:1.65}

.pkg-tabs{display:flex;gap:0;border-radius:var(--radius-lg);overflow:hidden;border:1.5px solid var(--border);background:#fff;width:fit-content;margin-bottom:2rem;flex-wrap:wrap}
.pkg-tab{
  padding:.65rem 1.6rem;font-family:var(--font-body);font-size:.85rem;font-weight:700;
  cursor:pointer;border:none;background:none;color:var(--text-soft);transition:all var(--trans);
  letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;
}
.pkg-tab.active{background:var(--wine);color:#fff}
.pkg-tab:hover:not(.active){background:var(--wine-pale);color:var(--wine)}

.pkg-panels{}
.pkg-panel{display:none}
.pkg-panel.active{display:grid;gap:2.5rem;align-items:center}
@media(min-width:720px){.pkg-panel.active{grid-template-columns:320px 1fr}}

.pkg-panel-img{text-align:center}
.pkg-panel-img img{max-height:240px;margin:0 auto;filter:drop-shadow(0 4px 22px rgba(107,31,55,.18))}

.pkg-panel-info{}
.pkg-panel-badge{margin-bottom:.75rem}
.pkg-panel-name{font-family:var(--font-head);font-size:1.75rem;font-weight:700;color:var(--wine);margin-bottom:.25rem}
.pkg-panel-supply{font-size:.82rem;color:var(--text-soft);font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem}
.pkg-price-display{display:flex;align-items:baseline;gap:.3rem;margin-bottom:.5rem}
.ppd-cur{font-family:var(--font-head);font-size:1.5rem;color:var(--wine);margin-top:.3rem}
.ppd-amt{font-family:var(--font-head);font-size:3.5rem;font-weight:700;color:var(--wine);line-height:1}
.ppd-per{font-size:.82rem;color:var(--text-soft);align-self:flex-end;padding-bottom:.4rem}
.pkg-total-line{font-size:.85rem;color:var(--text-soft);margin-bottom:1.25rem}
.pkg-total-line s{color:#c0b0b8}
.pkg-feature-list{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.5rem}
.pkg-feature{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text-mid)}
.pkg-feature .chk{color:var(--check);font-weight:700;flex-shrink:0}
.pkg-feature .star{color:var(--wine);font-weight:700;flex-shrink:0}
.pkg-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.pkg-ship-note{font-size:.73rem;color:var(--text-soft)}
.pkg-ship-note.free{color:var(--check);font-weight:700}

.pkg-disclaimer{font-size:.74rem;color:var(--text-soft);text-align:center;margin-top:2rem;max-width:620px;margin-left:auto;margin-right:auto;line-height:1.6}

/* TIMELINE GUARANTEE */
.guarantee-section{padding:4.5rem 0;background:var(--ivory)}
.gtl-head{text-align:center;margin-bottom:3rem}
.gtl-head h2{margin-bottom:.6rem}
.gtl-head p{color:var(--text-soft);max-width:520px;margin:0 auto}

.timeline{position:relative;display:grid;gap:0}
@media(min-width:640px){.timeline{grid-template-columns:repeat(4,1fr)}}
.timeline::before{
  content:'';position:absolute;
  top:28px;left:calc(100%/8);right:calc(100%/8);
  height:2px;background:var(--border);z-index:0;
  display:none;
}
@media(min-width:640px){.timeline::before{display:block}}

.tl-step{text-align:center;padding:0 1.25rem 2rem;position:relative;z-index:1}
.tl-node{
  width:56px;height:56px;border-radius:50%;
  background:#fff;border:2px solid var(--border);
  margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;
  font-family:var(--font-head);font-size:1.1rem;font-weight:700;color:var(--wine);
  transition:all var(--trans);box-shadow:var(--shadow-sm);position:relative;z-index:2;
}
.tl-step.done .tl-node{background:var(--wine);border-color:var(--wine);color:#fff}
.tl-step.highlight .tl-node{background:var(--sage);border-color:var(--sage);color:#fff;box-shadow:0 0 0 6px rgba(122,158,126,.2)}
.tl-step h4{color:var(--charcoal);margin-bottom:.3rem;font-size:.93rem}
.tl-step p{font-size:.82rem;color:var(--text-soft);line-height:1.55;margin:0}

.guarantee-bottom{
  display:grid;gap:2rem;align-items:center;margin-top:3rem;
  background:var(--wine);border-radius:var(--radius-xl);padding:2.5rem;
}
@media(min-width:720px){.guarantee-bottom{grid-template-columns:auto 1fr auto}}
.gb-circle{
  width:130px;height:130px;border-radius:50%;border:3px solid rgba(255,255,255,.25);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  margin:0 auto;flex-shrink:0;
}
.gb-circle .gbc-big{font-family:var(--font-head);font-size:2.8rem;font-weight:700;color:#fff;line-height:1}
.gb-circle .gbc-lbl{font-size:.6rem;color:rgba(255,255,255,.6);letter-spacing:.18em;text-transform:uppercase}
.gb-text h3{color:#fff;margin-bottom:.5rem}
.gb-text p{color:rgba(255,255,255,.65);font-size:.92rem;line-height:1.7;margin:0}
.gb-text .caveat{font-size:.74rem;color:rgba(255,255,255,.35);margin-top:.75rem;font-style:italic}

/* DOC-STYLE FAQ */
.faq-section{padding:5rem 0;background:var(--ivory-2)}
.faq-layout{display:grid;gap:3rem}
@media(min-width:860px){.faq-layout{grid-template-columns:220px 1fr}}

.faq-nav{position:sticky;top:84px}
.faq-nav-title{font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-soft);margin-bottom:1rem}
.faq-nav-links{display:flex;flex-direction:column;gap:0;border-left:2px solid var(--border)}
.fnl-item{
  padding:.55rem 0 .55rem 1rem;font-size:.85rem;font-weight:600;
  color:var(--text-soft);cursor:pointer;border:none;background:none;text-align:left;
  transition:all var(--trans);border-left:2px solid transparent;margin-left:-2px;
}
.fnl-item.active{color:var(--wine);border-left-color:var(--wine);background:none}
.fnl-item:hover{color:var(--wine)}

.faq-content{display:flex;flex-direction:column;gap:1px;background:var(--border);border-radius:var(--radius-xl);overflow:hidden}
.faq-item{}
.faq-q{
  width:100%;background:#fff;border:none;cursor:pointer;
  padding:1.15rem 1.5rem;text-align:left;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
  font-family:var(--font-body);font-size:.92rem;font-weight:700;color:var(--text);
  transition:background var(--trans);
}
.faq-q:hover{background:var(--wine-xpale)}
.faq-ico{
  flex-shrink:0;width:26px;height:26px;border-radius:50%;
  background:var(--wine-pale);border:1.5px solid #f0c4d0;
  display:flex;align-items:center;justify-content:center;
  color:var(--wine);font-size:1rem;transition:all var(--trans);
}
.faq-q.open .faq-ico{transform:rotate(45deg);background:var(--wine);color:#fff;border-color:var(--wine)}
.faq-a{display:none;padding:0 1.5rem 1.15rem;background:#fff;font-size:.9rem;color:var(--text-mid);line-height:1.76}
.faq-a.open{display:block}
.faq-a a{color:var(--wine);text-decoration:underline}

/* FINAL CTA */
.cta-section{padding:5rem 0;background:var(--wine-dark);position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:-120px;left:-120px;width:500px;height:500px;background:radial-gradient(circle,rgba(249,196,212,.07) 0%,transparent 65%);border-radius:50%;pointer-events:none}
.cta-section::after{content:'';position:absolute;bottom:-80px;right:-80px;width:380px;height:380px;background:radial-gradient(circle,rgba(122,158,126,.08) 0%,transparent 65%);border-radius:50%;pointer-events:none}
.cta-grid{display:grid;gap:4rem;align-items:center;position:relative;z-index:1}
@media(min-width:860px){.cta-grid{grid-template-columns:1fr 360px}}

.cta-copy h2{color:#fff;margin-bottom:.85rem}
.cta-copy p{color:rgba(255,255,255,.6);font-size:1rem;line-height:1.75;margin-bottom:1.75rem}
.cta-verdict{display:flex;flex-direction:column;gap:.65rem;margin-bottom:2rem}
.cv-row{display:flex;align-items:flex-start;gap:.75rem;font-size:.91rem;color:rgba(255,255,255,.65)}
.cv-row .icon{color:#f9c4d4;font-size:.85rem;flex-shrink:0;margin-top:.15rem}
.cta-legal{font-size:.73rem;color:rgba(255,255,255,.27);margin-top:1.25rem;line-height:1.6}

.cta-product-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-xl);padding:2.25rem;text-align:center}
.cta-product-card img{max-width:185px;margin:0 auto 1.25rem;filter:drop-shadow(0 6px 22px rgba(249,196,212,.35))}
.cta-product-card h3{color:#fff;font-size:1.2rem;margin-bottom:.3rem}
.cta-product-card .sub{color:rgba(255,255,255,.4);font-size:.8rem;margin-bottom:1rem}
.price-ring{background:var(--wine-mid);border-radius:var(--radius-lg);padding:.85rem 1.25rem;margin-bottom:1.25rem}
.price-ring .pr-from{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.price-ring .pr-amt{font-family:var(--font-head);font-size:2.8rem;font-weight:700;color:#fff;line-height:1}
.price-ring .pr-unit{font-size:.76rem;color:rgba(255,255,255,.5)}
.card-note{font-size:.68rem;color:rgba(255,255,255,.25);margin-top:.75rem;line-height:1.55}

/* FOOTER */
.site-footer{background:#120810;color:rgba(255,255,255,.45);padding-top:3.5rem}
.footer-cols{display:grid;gap:2.5rem;padding-bottom:2.75rem;border-bottom:1px solid rgba(255,255,255,.06)}
@media(min-width:640px){.footer-cols{grid-template-columns:1.7fr 1fr 1fr}}
.footer-brand{font-family:var(--font-head);font-size:1.2rem;color:#fff;margin-bottom:.6rem}
.footer-brand em{color:#f9c4d4;font-style:normal}
.footer-tagline{font-size:.82rem;color:rgba(255,255,255,.3);margin-bottom:.7rem}
.footer-desc{font-size:.83rem;line-height:1.68}
.footer-col h5{color:rgba(255,255,255,.6);font-family:var(--font-body);font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}
.f-links{display:flex;flex-direction:column;gap:.5rem}
.f-links a{font-size:.84rem;color:rgba(255,255,255,.35);transition:color var(--trans)}
.f-links a:hover{color:#f9c4d4}
.f-contact{display:flex;flex-direction:column;gap:.65rem}
.f-contact li{font-size:.84rem}
.f-contact a{color:rgba(255,255,255,.35);transition:color var(--trans)}
.f-contact a:hover{color:#f9c4d4}
.footer-bottom{padding:1.4rem 0}
.fb-inner{display:flex;flex-direction:column;gap:.6rem}
@media(min-width:640px){.fb-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}
.f-copy{font-size:.78rem}
.f-disc{font-size:.73rem;color:rgba(255,255,255,.22);line-height:1.6;max-width:620px}

/* COOKIE */
.ck-bar{position:fixed;bottom:0;left:0;right:0;background:#120810;border-top:1px solid rgba(249,196,212,.2);padding:.9rem 1.25rem;z-index:9999;display:none}
.ck-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.ck-inner p{color:rgba(255,255,255,.6);font-size:.82rem;flex:1;min-width:200px}
.ck-inner a{color:#f9c4d4}
.ck-btns{display:flex;gap:.6rem}

/* MISC */
.fade-in{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}
.fade-in.visible{opacity:1;transform:none}

.policy-pg{padding:3.5rem 0 5rem;background:var(--ivory)}
.policy-pg h1{margin-bottom:.4rem}
.policy-pg .upd{color:var(--text-soft);font-size:.82rem;margin-bottom:2.5rem}
.policy-body{max-width:740px}
.policy-body h2{font-size:1.2rem;margin:2rem 0 .65rem;color:var(--wine-dark)}
.policy-body p,.policy-body li{color:var(--text-mid);line-height:1.8;margin-bottom:.9rem;font-size:.94rem}
.policy-body ul{list-style:disc;padding-left:1.5rem}
.policy-body a{color:var(--wine);text-decoration:underline}
