/* ============================================================
   EmsenseComfort PL — Prelander v6 — Enhanced Luxury Theme
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Jost:wght@300;400;500;600;700&display=swap');

:root {
  --ivory:#FAF8F4; --ivory-2:#F3EFE8; --cream:#FFF9F2;
  --gold:#C9A96E; --gold-deep:#A67C45; --gold-pale:#FDF6E9; --gold-light:#F5E6C8;
  --sage:#7A9E7E; --sage-pale:#F0F6F0;
  --charcoal:#1C1C1E; --brown:#2D2926;
  --text:#3D3530; --text-mid:#6B5F57; --text-light:#9B8B7A;
  --border:#E8E0D5; --border-2:#D4C9BC;
  --red:#8B2020; --white:#FFFFFF;
  --r4:4px; --r8:8px; --r12:12px; --r16:16px; --r24:24px; --r-full:9999px;
  --sh-xs:0 1px 6px rgba(44,35,22,.07);
  --sh-sm:0 4px 20px rgba(44,35,22,.10);
  --sh:0 10px 40px rgba(44,35,22,.13);
  --sh-lg:0 24px 64px rgba(44,35,22,.18);
  --w: min(100% - 32px, 700px);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px; color: var(--text);
  background: var(--ivory); line-height: 1.75;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-deep); }

/* ── HEADER ── */
.site-header {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 24px rgba(44,35,22,.07);
}
.site-header img { height: 56px; width: auto; }
.header-cta {
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--white); background: var(--charcoal);
  padding: 11px 24px; border-radius: var(--r-full);
  text-decoration: none; white-space: nowrap;
  transition: background .2s, box-shadow .2s;
  box-shadow: 0 4px 14px rgba(28,28,30,.2);
}
.header-cta:hover { background: var(--gold-deep); box-shadow: 0 6px 20px rgba(166,124,69,.35); }

/* ── HERO ── */
.hero {
  background: linear-gradient(160deg, #18181A 0%, #2D2420 60%, #3A2D1E 100%);
  padding: clamp(56px,9vw,104px) 24px clamp(64px,10vw,120px);
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,169,110,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: -1px; left: 0; right: 0; height: 80px;
  background: linear-gradient(to bottom, transparent, var(--ivory));
  pointer-events: none;
}
/* Decorative corner lines */
.hero-inner { width: var(--w); margin: 0 auto; position: relative; z-index: 1; }
.hero-eyebrow {
  display: flex; align-items: center; gap: 14px; margin-bottom: 26px;
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,169,110,.4));
}
.hero-eyebrow::before { background: linear-gradient(to left, transparent, rgba(201,169,110,.4)); }
.hero-eyebrow span {
  font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); white-space: nowrap;
}
.hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 7.5vw, 62px);
  font-weight: 600; line-height: 1.07;
  color: var(--white); margin-bottom: 22px; letter-spacing: -1px;
}
.hero-h1 em { color: var(--gold); font-style: italic; }
.hero-sub { font-size: 15px; color: rgba(255,255,255,.5); margin-bottom: 36px; max-width: 520px; }
.hero-video {
  border-radius: var(--r16); overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.6);
  border: 1px solid rgba(201,169,110,.2);
  position: relative;
}
.hero-video::before {
  content: '';
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  border-radius: var(--r16);
  box-shadow: inset 0 0 0 1px rgba(201,169,110,.15);
}
.hero-video video { width: 100%; display: block; }

/* ── TRUST BAR ── */
.trust-row {
  background: var(--charcoal);
  border-bottom: 1px solid rgba(201,169,110,.15);
  padding: 14px 24px;
}
.trust-row-inner {
  width: var(--w); margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: center; gap: clamp(16px, 4vw, 48px);
}
.trust-pill {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,.65);
  letter-spacing: .8px; text-transform: uppercase;
}
.trust-pill .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ── SECTIONS ── */
.sec { padding: clamp(56px, 8vw, 96px) 24px; }
.sec-ivory  { background: var(--ivory); }
.sec-white  { background: var(--white); }
.sec-ivory2 {
  background: var(--ivory-2);
  position: relative;
}
.sec-ivory2::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .4;
}
.sec-gold { background: var(--gold-pale); }
.wrap { width: var(--w); margin: 0 auto; }

/* ── SECTION LABEL ── */
.sec-label {
  display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
}
.sec-label span {
  font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); white-space: nowrap;
}
.sec-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }

/* ── HEADINGS ── */
.sec-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 6vw, 50px);
  font-weight: 600; line-height: 1.12;
  color: var(--charcoal); margin-bottom: 20px; letter-spacing: -.5px;
}

/* ── LEAD BOX ── */
.lead-box {
  background: linear-gradient(135deg, var(--gold-pale) 0%, #FAF0DC 100%);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--r12) var(--r12) 0;
  padding: 20px 24px; margin-bottom: 32px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px; font-style: italic; line-height: 1.75;
  color: var(--brown); box-shadow: var(--sh-xs);
}

/* ── STORY ── */
.story p { margin-bottom: 20px; font-size: 16px; line-height: 1.82; }
.story strong { color: var(--charcoal); font-weight: 600; }
.story a { color: var(--gold-deep); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(166,124,69,.35); text-underline-offset: 3px; }

/* ── PULL QUOTE ── */
.pull-quote {
  position: relative;
  border-top: 1px solid var(--border-2);
  border-bottom: 1px solid var(--border-2);
  padding: 32px 0 32px 32px;
  margin: 40px 0;
}
.pull-quote::before {
  content: '\201C';
  position: absolute; top: 12px; left: -4px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 96px; font-weight: 700; color: var(--gold);
  line-height: 1; opacity: .35;
}
.pull-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 4vw, 28px);
  font-style: italic; font-weight: 600;
  color: var(--charcoal); line-height: 1.45;
  position: relative; z-index: 1;
}

/* ── DIVIDER ── */
.divider {
  display: flex; align-items: center; gap: 16px; margin: 40px 0;
}
.divider span { flex: 1; height: 1px; background: var(--border); }
.divider strong {
  font-size: 9px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold);
}

/* ── VIDEO ── */
.vid-wrap {
  border-radius: var(--r16); overflow: hidden;
  box-shadow: var(--sh-lg); margin: 28px 0;
  border: 1px solid var(--border-2); position: relative;
}
.vid-wrap video { width: 100%; display: block; }
.unmute-btn {
  position: absolute; top: 12px; right: 12px;
  background: rgba(28,28,30,.8); backdrop-filter: blur(8px);
  color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .5px;
  padding: 7px 14px; border-radius: var(--r-full);
  cursor: pointer; border: 1px solid rgba(201,169,110,.3);
  font-family: 'Jost', sans-serif; transition: background .15s;
}
.unmute-btn:hover { background: rgba(201,169,110,.8); color: var(--charcoal); }

/* ── THERAPY CARDS ── */
.therapy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
  gap: 16px; margin: 32px 0;
}
.therapy-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r16); padding: 28px 20px; text-align: center;
  box-shadow: var(--sh-xs); transition: box-shadow .25s, transform .25s;
  position: relative; overflow: hidden;
}
.therapy-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold));
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.therapy-card:hover::after { transform: scaleX(1); }
.therapy-card:hover { box-shadow: var(--sh); transform: translateY(-5px); }
.therapy-icon {
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-pale), #F8EDD4);
  border: 1px solid rgba(201,169,110,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin: 0 auto 16px;
  box-shadow: 0 4px 14px rgba(201,169,110,.2);
}
.therapy-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 700;
  color: var(--charcoal); margin-bottom: 10px;
}
.therapy-card p { font-size: 13px; color: var(--text-mid); line-height: 1.65; }

/* ── WEEK CARDS ── */
.weeks { display: flex; flex-direction: column; gap: 0; margin: 32px 0; position: relative; }
.weeks::before {
  content: '';
  position: absolute; top: 28px; bottom: 28px; left: 25px; width: 2px;
  background: linear-gradient(to bottom, var(--gold), rgba(201,169,110,.15));
  z-index: 0;
}
.week-card {
  display: flex; gap: 20px; align-items: flex-start;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r16); padding: 20px;
  box-shadow: var(--sh-xs); margin-bottom: 12px;
  transition: box-shadow .2s, transform .2s;
  position: relative; z-index: 1;
}
.week-card:hover { box-shadow: var(--sh-sm); transform: translateX(4px); }
.week-num {
  min-width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--charcoal) 0%, #2D2420 100%);
  border-radius: var(--r12); color: var(--gold);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex-shrink: 0; box-shadow: 0 4px 14px rgba(28,28,30,.25);
}
.week-num .lbl { font-size: 8px; text-transform: uppercase; letter-spacing: 1px; opacity: .7; font-weight: 600; }
.week-num .n { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; line-height: 1; }
.week-body { flex: 1; }
.week-body strong { font-size: 15px; color: var(--charcoal); font-weight: 700; display: block; margin-bottom: 4px; }
.week-body p { font-size: 13px; color: var(--text-mid); line-height: 1.65; margin: 0; }

/* ── TESTIMONIALS ── */
.testi-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r16); padding: 28px;
  margin-bottom: 16px; box-shadow: var(--sh-xs);
  position: relative; overflow: hidden;
}
.testi-card::before {
  content: '\201C';
  position: absolute; top: 8px; right: 18px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 100px; font-weight: 700; color: var(--gold);
  line-height: 1; opacity: .07; pointer-events: none;
}
.testi-stars { color: var(--gold); font-size: 16px; letter-spacing: 3px; margin-bottom: 14px; }
.testi-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; line-height: 1.72;
  color: var(--text-mid); font-style: italic; margin-bottom: 18px;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--charcoal), var(--brown));
  color: var(--gold); font-weight: 700; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; border: 1px solid rgba(201,169,110,.25);
}
.testi-name { font-size: 13px; font-weight: 700; color: var(--charcoal); }
.testi-loc  { font-size: 11px; color: var(--text-light); }
.testi-img  { border-radius: var(--r16); overflow: hidden; margin: 20px 0; box-shadow: var(--sh-sm); }
.testi-img img { width: 100%; display: block; transition: transform .4s; }
.testi-img:hover img { transform: scale(1.02); }

/* ── CTA SECTION ── */
.cta-sec {
  background: linear-gradient(160deg, #18181A 0%, #2D2420 60%, #3A2D1E 100%);
  padding: clamp(60px, 9vw, 100px) 24px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-sec::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(201,169,110,.07) 0%, transparent 70%);
  pointer-events: none;
}
.cta-sec-inner { width: var(--w); margin: 0 auto; position: relative; z-index: 1; }
.cta-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; justify-content: center; }
.cta-eyebrow::before, .cta-eyebrow::after { content: ''; width: 48px; height: 1px; background: rgba(201,169,110,.3); }
.cta-eyebrow span { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.cta-discount {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(72px, 18vw, 120px);
  font-weight: 700; color: var(--gold); line-height: 1;
  margin-bottom: 10px; letter-spacing: -4px;
  text-shadow: 0 0 60px rgba(201,169,110,.25);
}
.cta-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 4.5vw, 38px);
  font-weight: 600; color: var(--white);
  line-height: 1.28; margin-bottom: 18px;
}
.cta-sub { font-size: 14px; color: rgba(255,255,255,.45); margin-bottom: 32px; }
.cta-perks {
  display: flex; flex-direction: column; gap: 0;
  max-width: 380px; margin: 0 auto 32px;
  border: 1px solid rgba(201,169,110,.18);
  border-radius: var(--r12); overflow: hidden;
}
.cta-perk {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(201,169,110,.1);
  color: rgba(255,255,255,.75); font-size: 14px;
  background: rgba(255,255,255,.03);
}
.cta-perk:last-child { border-bottom: none; }
.perk-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ── BUTTONS ── */
.btn-gold {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(135deg, var(--gold) 0%, #D4A85C 50%, var(--gold-deep) 100%);
  background-size: 200% 100%; background-position: 0% 0%;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  padding: 19px 36px; border-radius: var(--r-full);
  text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 8px 32px rgba(201,169,110,.45);
  transition: background-position .4s, box-shadow .2s, transform .15s;
  width: 100%; max-width: 500px; margin: 0 auto;
}
.btn-gold:hover {
  background-position: 100% 0%;
  box-shadow: 0 14px 44px rgba(201,169,110,.55);
  transform: translateY(-2px);
}
.btn-sub { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 12px; text-align: center; letter-spacing: .5px; }

.btn-charcoal {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--charcoal); color: var(--white);
  font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  padding: 19px 36px; border-radius: var(--r-full);
  text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 8px 28px rgba(28,28,30,.25);
  transition: background .2s, transform .15s, box-shadow .2s;
  width: 100%; max-width: 500px; margin: 0 auto;
}
.btn-charcoal:hover { background: var(--gold-deep); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(166,124,69,.4); }

/* ── URGENCY ── */
.urgency-box {
  display: flex; gap: 16px; align-items: flex-start;
  background: linear-gradient(135deg, #FFF8F8, #FFF2F2);
  border: 1px solid rgba(139,32,32,.2);
  border-left: 3px solid var(--red);
  border-radius: var(--r12); padding: 20px 22px;
  margin: 32px 0; box-shadow: var(--sh-xs);
}
.urgency-box h4 { font-size: 13px; color: var(--red); font-weight: 700; margin-bottom: 6px; letter-spacing: .3px; text-transform: uppercase; }
.urgency-box p { font-size: 13px; color: var(--text-mid); }

/* ── STEPS ── */
.steps { display: flex; flex-direction: column; gap: 0; margin: 32px 0; }
.step {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid var(--border);
  transition: padding .2s;
}
.step:last-child { border-bottom: none; }
.step:hover { padding-left: 6px; }
.step-n {
  min-width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--gold); color: var(--gold-deep);
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background .2s, color .2s;
}
.step:hover .step-n { background: var(--gold); color: var(--white); }
.step h4 { font-size: 14px; color: var(--charcoal); font-weight: 700; margin-bottom: 4px; }
.step p { font-size: 13px; color: var(--text-mid); }

/* ── TRUST PILLS ── */
.trust-pills {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 12px; margin: 32px 0;
}
@media (min-width: 480px) { .trust-pills { grid-template-columns: repeat(4, 1fr); } }
.t-pill {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r16); padding: 18px 12px; text-align: center;
  box-shadow: var(--sh-xs); transition: box-shadow .2s, transform .2s;
}
.t-pill:hover { box-shadow: var(--sh-sm); transform: translateY(-2px); }
.t-pill .icon { font-size: 26px; margin-bottom: 8px; }
.t-pill .label { font-size: 11px; font-weight: 700; color: var(--charcoal); line-height: 1.4; letter-spacing: .3px; }

/* ── STICKY MOBILE ── */
.sticky-mobile {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 300;
  background: rgba(28,28,30,.97); backdrop-filter: blur(12px);
  padding: 12px 16px 18px;
  border-top: 1px solid rgba(201,169,110,.2);
}
.sticky-mobile a {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--charcoal);
  font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  padding: 15px 24px; border-radius: var(--r-full);
  text-decoration: none; box-shadow: 0 6px 24px rgba(201,169,110,.45);
}
@media (max-width: 640px) { .sticky-mobile { display: block; } body { padding-bottom: 80px; } }

/* ── FOOTER ── */
.site-footer { background: var(--charcoal); padding: 56px 24px 44px; }
.footer-logo img { height: 52px; width: auto; margin-bottom: 24px; filter: brightness(0) invert(.8); }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.footer-links a {
  color: rgba(255,255,255,.45); font-size: 12px;
  padding: 6px 14px; border-radius: var(--r-full);
  border: 1px solid rgba(255,255,255,.1); text-decoration: none;
  transition: color .15s, border-color .15s, background .15s;
}
.footer-links a:hover { color: var(--gold); border-color: rgba(201,169,110,.3); background: rgba(201,169,110,.06); }
.footer-divider { height: 1px; background: rgba(255,255,255,.08); margin: 22px 0; }
.footer-legal { font-size: 11px; line-height: 1.8; color: rgba(255,255,255,.3); }
.footer-legal p { margin-bottom: 10px; }
.footer-address { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 14px; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,.25); margin-top: 22px; text-align: center; }
.footer-copy a { color: var(--gold); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
.anim { opacity: 0; }
.anim.vis { animation: fadeUp .65s cubic-bezier(.22,.61,.36,1) forwards; }

@media (max-width: 600px) {
  .therapy-grid { grid-template-columns: 1fr; }
  .weeks::before { display: none; }
}

/* ============================================================
   v7 NEW ELEMENTS
   ============================================================ */

/* ── STATS BAR ── */
.stats-bar {
  background: linear-gradient(135deg, #2D2420 0%, var(--charcoal) 100%);
  border-top: 1px solid rgba(201,169,110,.2);
  border-bottom: 1px solid rgba(201,169,110,.2);
  padding: 28px 24px;
}
.stats-bar-inner {
  width: var(--w); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.stat-item {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; flex: 1;
}
.stat-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 6vw, 52px);
  font-weight: 700; color: var(--gold); line-height: 1;
  display: flex; align-items: flex-start; gap: 2px;
}
.stat-plus {
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: 600; color: var(--gold);
  margin-top: 6px; font-family: 'Jost', sans-serif;
}
.stat-l {
  font-size: 10px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,.5);
  margin-top: 6px;
}
.stat-div {
  width: 1px; height: 48px;
  background: rgba(201,169,110,.25); flex-shrink: 0;
}
@media (max-width: 500px) {
  .stats-bar-inner { justify-content: center; gap: 24px; }
  .stat-div { display: none; }
}

/* ── DARK QUOTE BLOCK ── */
.dark-quote {
  position: relative;
  background: linear-gradient(135deg, #18181A 0%, #2D2420 100%);
  border-radius: var(--r16);
  padding: 32px 28px 32px 36px;
  margin: 36px 0;
  box-shadow: var(--sh-lg);
  overflow: hidden;
}
.dark-quote::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 4px; height: 100%;
  background: linear-gradient(to bottom, var(--gold), rgba(201,169,110,.3));
}
.dark-quote::after {
  content: '';
  position: absolute; bottom: -20px; right: -20px;
  width: 120px; height: 120px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,110,.08) 0%, transparent 70%);
}
.dq-mark {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px; font-weight: 700; color: var(--gold);
  line-height: .6; margin-bottom: 12px; opacity: .7;
}
.dark-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 3.5vw, 24px);
  font-style: italic; font-weight: 600;
  color: var(--white); line-height: 1.5;
  position: relative; z-index: 1;
}

/* ── SECTION label pill upgrade ── */
.sec-label span {
  background: rgba(201,169,110,.12);
  border: 1px solid rgba(201,169,110,.25);
  padding: 3px 10px; border-radius: var(--r-full);
}
