/* ==========================================================================
   LipoJelly — lipojelly.com
   Concept: EVERYDAY WELLNESS / HEALTHY WEIGHT MANAGEMENT SUPPORT
   Crimson and cream, rounded soft-panel system, generous whitespace.
   Bootstrap supplies reboot + grid only.
   ========================================================================== */

:root {
  /* Deep ruby system — ruby, warm gold, apple green accent, ivory, rose */
  --forest: #8B0000;
  --forest-2: #A80000;
  --forest-deep: #5C0000;
  --pine: #1A0808;
  --sage: #E0A8A8;
  --mist: #FDECEC;
  --mist-2: #F7DCDC;
  --gold: #D4820A;
  --gold-2: #A85F00;

  --green: #3D7A2B;
  --green-dk: #264F1A;
  --green-pal: #EDF5EA;

  --grad-green: linear-gradient(135deg, #8B0000 0%, #C41818 100%);
  --grad-deep: linear-gradient(155deg, #1A0808 0%, #5C0000 48%, #8B0000 100%);

  --cream: #FFF5F0;
  --cream-2: #FFFDF8;
  --sand: #F8F0E0;

  --bg: #FFFFFF;
  --text: #1A0808;
  --text-soft: #4A2828;
  --muted: #7A5858;
  --line: #E8D0C8;
  --line-2: #F5E6E0;

  --on-dark: #FFF5F0;
  --on-dark-soft: #D8B4B0;
  --line-dark: rgba(255, 245, 240, .16);

  --gold-line: #A85F00;
  --gold-wash: #FFF8E8;

  --f-head: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --pad: 114px;
  --r-s: 6px;
  --r: 14px;
  --r-l: 22px;
  --sh: 0 20px 46px -24px rgba(139, 0, 0, .3);
  --sh-green: 0 18px 40px -18px rgba(139, 0, 0, .5);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--f-body);
  font-size: 18px;
  line-height: 1.76;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--f-head);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.028em;
  color: var(--text);
  margin: 0 0 .5em;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(36px, 5.1vw, 62px); letter-spacing: -.036em; }
h2 { font-size: clamp(28px, 3.6vw, 45px); letter-spacing: -.032em; }
h3 { font-size: clamp(21px, 2vw, 28px); }
h4 { font-size: 20px; }

p, li, dd, dt, td, th, figcaption, a, span, button { overflow-wrap: break-word; }
p { margin: 0 0 1.25em; }
p:last-child { margin-bottom: 0; }

a { color: var(--forest-2); text-underline-offset: 4px; }
a:hover { color: var(--forest); }
strong { font-weight: 650; color: var(--text); }

::selection { background: var(--forest); color: #fff; }
:focus-visible { outline: 3px solid var(--forest); outline-offset: 3px; border-radius: 4px; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 12px; z-index: 999;
  background: var(--pine); color: #fff; padding: 14px 22px;
  border-radius: var(--r-s); font-weight: 700; font-size: 17px;
}
.skip-link:focus { left: 16px; color: #fff; }

.seo-link {
  color: inherit; text-decoration: underline;
  text-decoration-thickness: 1px; text-underline-offset: 4px;
  text-decoration-color: rgba(139, 0, 0, .45);
}
.seo-link:hover { color: inherit; text-decoration-color: currentColor; }
.on-deep .seo-link { text-decoration-color: rgba(224, 168, 168, .7); }

/* ------------------------------------------------------------------ Layout */

.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding-inline: 32px; }
.wrap-mid { max-width: 1020px; }
.wrap-narrow { max-width: 790px; }

.sec { padding-block: var(--pad); position: relative; }
.sec-cream { background: var(--cream); }
.sec-warm { background: var(--cream-2); }
.sec-mist { background: var(--mist); }
.sec-tight { padding-block: 82px; }

.on-deep { background: var(--grad-deep); color: var(--on-dark); position: relative; overflow: hidden; }
.on-deep h1, .on-deep h2, .on-deep h3, .on-deep h4 { color: #fff; }
.on-deep p { color: var(--on-dark-soft); }
.on-deep strong { color: #fff; }
.on-deep > * { position: relative; z-index: 1; }

.on-pine { background: var(--pine); color: var(--on-dark); position: relative; overflow: hidden; }
.on-pine h2, .on-pine h3, .on-pine h4 { color: #fff; }
.on-pine p { color: var(--on-dark-soft); }
.on-pine strong { color: #fff; }
.on-pine > * { position: relative; z-index: 1; }

/* Soft ambient wash — no body imagery, no before/after devices */
.wash {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 82% 18%, rgba(212, 130, 10, .18) 0, transparent 46%),
    radial-gradient(circle at 10% 86%, rgba(196, 24, 24, .20) 0, transparent 42%);
}
.wash-light {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 86% 12%, rgba(139, 0, 0, .07) 0, transparent 44%);
}

/* Signature device: rounded pill + label */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-head); font-size: 15px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--forest-2); background: var(--mist);
  padding: 8px 16px; border-radius: 100px; margin-bottom: 20px;
}
.pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--forest); flex: none; }
.on-deep .pill, .on-pine .pill { color: #fff; background: rgba(251, 240, 236, .16); }
.on-deep .pill::before, .on-pine .pill::before { background: var(--sage); }

.sec-head { max-width: 790px; margin-bottom: 56px; }
.sec-head.mid { margin-inline: auto; text-align: center; }
.sec-head p { font-size: 19px; color: var(--text-soft); }
.on-deep .sec-head p, .on-pine .sec-head p { color: var(--on-dark-soft); }

/* ----------------------------------------------------------------- Buttons */

.btn-l {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-head); font-size: 17px; font-weight: 800;
  padding: 18px 32px; min-height: 58px;
  border: 2px solid transparent; border-radius: 8px;
  cursor: pointer; text-decoration: none;
  transition: transform .16s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.btn-l:hover { transform: translateY(-2px); }
.btn-l:active { transform: translateY(0); }

.btn-green { background: var(--forest); color: #fff; box-shadow: var(--sh-green); }
.btn-green:hover { color: #fff; background: var(--forest-2); box-shadow: 0 22px 46px -18px rgba(139, 0, 0, .6); }
.btn-gold { background: var(--gold); color: #2B1200; }
.btn-gold:hover { background: #E8960C; color: #2B1200; }

.btn-pine { background: var(--pine); color: #fff; }
.btn-pine:hover { background: var(--forest-deep); color: #fff; }

.btn-white { background: #fff; color: var(--pine); }
.btn-white:hover { background: var(--cream); color: var(--pine); }

.btn-line { background: transparent; color: var(--text); border-color: var(--line); }
.btn-line:hover { color: var(--forest-2); border-color: var(--forest); background: var(--mist); }

.on-deep .btn-line, .on-pine .btn-line, .hero .btn-line,
.aside-card.deep .btn-line, .plan.top .btn-line {
  color: #fff; border-color: rgba(251, 240, 236, .32);
}
.on-deep .btn-line:hover, .on-pine .btn-line:hover, .hero .btn-line:hover,
.aside-card.deep .btn-line:hover, .plan.top .btn-line:hover {
  color: var(--pine); border-color: #fff; background: #fff;
}

/* Ruby buttons vanish on ruby panels — switch to warm gold on dark surfaces */
.on-deep .btn-green, .on-pine .btn-green, .hero .btn-green,
.aside-card.deep .btn-green, .plan.top .btn-green, .trust-cell.hot .btn-green {
  background: var(--gold); color: #2B1200; box-shadow: 0 18px 40px -18px rgba(212, 130, 10, .55);
}
.on-deep .btn-green:hover, .on-pine .btn-green:hover, .hero .btn-green:hover,
.aside-card.deep .btn-green:hover, .plan.top .btn-green:hover, .trust-cell.hot .btn-green:hover {
  background: #E8960C; color: #2B1200; box-shadow: 0 22px 46px -18px rgba(212, 130, 10, .7);
}

.btn-row { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 34px; }
.arw { transition: transform .18s ease; }
.btn-l:hover .arw { transform: translateX(4px); }

/* ------------------------------------------------------------------ Header */

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.site-header.is-stuck, .site-header.always-solid {
  background: rgba(255, 255, 255, .97);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom-color: var(--line);
}
.site-header.is-stuck { box-shadow: 0 6px 24px -18px rgba(139, 0, 0, .4); }

.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 82px; }

.brand {
  font-family: var(--f-head); font-weight: 800; font-size: 24px;
  letter-spacing: -.038em; color: var(--text); text-decoration: none;
  display: inline-flex; align-items: center; gap: 9px; flex: none;
}
.brand:hover { color: var(--text); }
.brand em { font-style: normal; color: var(--forest); }
.brand-dot {
  width: 28px; height: 28px; border-radius: 6px; flex: none; background: var(--gold); color: #2B1200 !important;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; font-weight: 800; letter-spacing: -.04em;
}

.nav-main { display: flex; align-items: center; gap: 28px; }
.nav-list { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.nav-list a {
  font-family: var(--f-head); font-size: 17px; font-weight: 600;
  color: var(--text-soft); text-decoration: none; padding: 9px 0;
  position: relative; white-space: nowrap;
}
.nav-list a::after {
  content: ""; position: absolute; left: 50%; right: 50%; bottom: 3px;
  height: 3px; border-radius: 0; background: var(--gold);
  transition: left .22s ease, right .22s ease;
}
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--text); }
.nav-list a:hover::after, .nav-list a[aria-current="page"]::after { left: 0; right: 0; }

.nav-cta { flex: none; }
.nav-main > .nav-cta { display: none; }
.header-inner > .nav-cta .btn-l { padding: 13px 24px; min-height: 48px; font-size: 16px; }

.site-header:not(.always-solid):not(.is-stuck) .brand { color: #fff; }
.site-header:not(.always-solid):not(.is-stuck) .brand em { color: var(--mist-2); }
.site-header:not(.always-solid):not(.is-stuck) .brand-dot { background: #fff; color: var(--forest); }
.site-header:not(.always-solid):not(.is-stuck) .nav-list a { color: rgba(255, 255, 255, .82); }
.site-header:not(.always-solid):not(.is-stuck) .nav-list a:hover,
.site-header:not(.always-solid):not(.is-stuck) .nav-list a[aria-current="page"] { color: #fff; }
.site-header:not(.always-solid):not(.is-stuck) .nav-list a::after { background: #fff; }
.site-header:not(.always-solid):not(.is-stuck) .header-inner > .nav-cta .btn-l {
  background: #fff; color: var(--forest-2); box-shadow: none;
}
.site-header:not(.always-solid):not(.is-stuck) .nav-toggle { border-color: rgba(255, 255, 255, .4); }
.site-header:not(.always-solid):not(.is-stuck) .nav-toggle span,
.site-header:not(.always-solid):not(.is-stuck) .nav-toggle span::before,
.site-header:not(.always-solid):not(.is-stuck) .nav-toggle span::after { background: #fff; }
.site-header:not(.always-solid):not(.is-stuck) .nav-toggle[aria-expanded="true"] span { background: transparent; }

.nav-toggle {
  display: none; width: 48px; height: 48px; flex: none;
  align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--line);
  border-radius: var(--r-s); cursor: pointer; padding: 0;
}
.nav-toggle span { display: block; width: 21px; height: 2px; background: var(--text); position: relative; transition: background .2s ease; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 21px; height: 2px;
  background: var(--text); transition: transform .24s ease, top .2s ease;
}
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* -------------------------------------------------------------------- Hero */

.hero {
  background: var(--pine); color: var(--on-dark);
  padding-top: 146px; padding-bottom: 0; position: relative; overflow: hidden;
  border-bottom: 3px solid var(--gold);
}
.hero::after { content: none; }
.hero > .wrap { position: relative; z-index: 2; padding-bottom: 112px; }
.hero-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--mist-2); }
.hero-lede { font-size: 20px; line-height: 1.68; color: var(--on-dark-soft); max-width: 32em; }

/* Product on a soft rounded platform */
.hero-stage { position: relative; display: flex; align-items: center; justify-content: center; padding: 22px; }
.hero-stage::before {
  content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .05) 46%, transparent 68%);
}
.hero-stage::after {
  content: ""; position: absolute; bottom: 34px; width: 280px; height: 54px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(26, 8, 8, .4) 0%, transparent 70%);
}
.hero-stage img { position: relative; z-index: 1; width: 100%; max-width: 380px; filter: drop-shadow(0 24px 36px rgba(26, 8, 8, .45)); }

.hero-points { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 11px; }
.hero-points li { position: relative; padding-left: 34px; font-size: 18px; color: #fff; }
.hero-points li::before {
  content: ""; position: absolute; left: 0; top: 6px; width: 22px; height: 22px;
  border-radius: 50%; background: rgba(255, 255, 255, .2);
}
.hero-points li::after {
  content: ""; position: absolute; left: 7px; top: 12px; width: 8px; height: 4px;
  border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg);
}

.hero-trust { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; gap: 9px; }
.hero-chip {
  font-family: var(--f-head); font-size: 14px; font-weight: 700; letter-spacing: .06em;
  color: var(--gold); background: transparent;
  border: 1px solid rgba(212, 130, 10, .5); padding: 7px 14px; border-radius: 4px;
}
.hero-fine { font-size: 15px; color: var(--on-dark-soft); margin-top: 13px; }

/* Marks band */
.marks { padding-block: 30px; border-bottom: 1px solid var(--line); background: #fff; }
.marks-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 40px; }
.marks-row img { max-height: 62px; width: auto; }
.marks-note { text-align: center; font-size: 15px; color: var(--muted); margin-top: 14px; }

/* ------------------------------------------------------ Editorial layouts */

.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 62px; align-items: center; }
.split.wide-l { grid-template-columns: 1.16fr .84fr; }
.split.wide-r { grid-template-columns: .84fr 1.16fr; }
.split > * { min-width: 0; }
.split-media img { width: 100%; }

.soft-panel {
  background: var(--mist); border-radius: var(--r-l); padding: 42px;
  position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.soft-panel::before {
  content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%;
  right: -60px; top: -60px; background: radial-gradient(circle, rgba(139, 0, 0, .1), transparent 68%);
}
.soft-panel img { position: relative; z-index: 1; max-width: 340px; margin-inline: auto; }

/* Numbered register */
.reg { border-top: 3px solid var(--gold); }
.reg-item { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: start; }
.reg-n {
  font-family: var(--f-head); font-weight: 800; font-size: 15px; color: #2B1200;
  width: 38px; height: 38px; border-radius: 8px; background: var(--gold);
  display: flex; align-items: center; justify-content: center;
}
.reg-item h3 { font-size: 20px; margin-bottom: 6px; }
.reg-item p { font-size: 17px; color: var(--text-soft); margin: 0; }
.on-deep .reg, .on-pine .reg { border-top-color: var(--sage); }
.on-deep .reg-item, .on-pine .reg-item { border-bottom-color: var(--line-dark); }
.on-deep .reg-item h3, .on-pine .reg-item h3 { color: #fff; }
.on-deep .reg-item p, .on-pine .reg-item p { color: var(--on-dark-soft); }

/* Benefits: feature panel + numbered rows */
.bene-feature {
  background: var(--grad-deep); border-radius: var(--r-l); padding: 52px; color: var(--on-dark);
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center;
  position: relative; overflow: hidden;
}
.bene-feature > * { position: relative; z-index: 1; }
.bene-feature h3 { color: #fff; font-size: clamp(24px, 2.7vw, 34px); letter-spacing: -.03em; }
.bene-feature p { color: var(--on-dark-soft); }
.bene-feature strong { color: #fff; }

.bene-rows { display: grid; }
.bene-row { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 28px; padding: 32px 0; border-bottom: 1px solid var(--line); align-items: start; }
.bene-n { font-family: var(--f-head); font-weight: 800; font-size: 22px; color: var(--gold-line); padding-top: 0; letter-spacing: -.02em; }
.bene-row h3 { font-size: 21px; margin-bottom: 0; padding-right: 16px; }
.bene-row p { font-size: 17px; color: var(--text-soft); margin: 0; }
.bene-row p + p { margin-top: .8em; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px; }
.step-n {
  width: 42px; height: 42px; border-radius: 8px; background: var(--gold); color: #2B1200;
  font-family: var(--f-head); font-weight: 800; font-size: 16px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.step h3 { font-size: 19px; margin-bottom: 9px; }
.step p { font-size: 17px; color: var(--text-soft); }
.on-deep .step, .on-pine .step { background: rgba(255, 255, 255, .07); border-color: var(--line-dark); }
.on-deep .step h3, .on-pine .step h3 { color: #fff; }
.on-deep .step p, .on-pine .step p { color: var(--on-dark-soft); }

/* Ingredient cards */
.ing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ing-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 32px; display: flex; flex-direction: column;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ing-card:hover { border-color: var(--forest); box-shadow: var(--sh); transform: translateY(-3px); }
.ing-idx {
  font-family: var(--f-head); font-weight: 800; font-size: 14px; letter-spacing: .12em;
  color: var(--gold-line); display: block; margin-bottom: 12px;
}
.ing-card h3 { font-size: 20px; margin-bottom: 5px; }
.ing-role { font-size: 16px; color: var(--forest-2); display: block; margin-bottom: 12px; font-weight: 500; }
.ing-card p { font-size: 17px; color: var(--text-soft); flex: 1; }
.card-go { font-family: var(--f-head); font-weight: 700; font-size: 17px; color: var(--forest-2); text-decoration: none; margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }
.card-go:hover { color: var(--forest); }

.ing-list { display: grid; }
.ing-row { display: grid; grid-template-columns: 54px 230px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line-dark); align-items: start; }
.ing-row:first-child { border-top: 1px solid var(--line-dark); }
.ing-chip {
  width: 42px; height: 42px; border-radius: 13px; background: rgba(255, 255, 255, .14);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-head); font-weight: 800; font-size: 15px; color: #fff;
}
.ing-row h3 { font-size: 21px; margin-bottom: 5px; }
.ing-row .ing-role { color: var(--sage); }
.ing-row p { font-size: 17px; color: var(--on-dark-soft); }
.ing-row p + p { margin-top: .7em; }

/* Notice band */
.notice {
  border: 1px solid var(--line); border-left: 4px solid var(--forest);
  background: var(--cream); border-radius: 0 var(--r) var(--r) 0;
  padding: 24px 28px; margin: 28px 0;
}
.notice h3 { font-size: 19px; margin-bottom: 9px; }
.notice p { font-size: 17px; color: var(--text-soft); }
.notice p:last-child { margin-bottom: 0; }
.on-deep .notice, .on-pine .notice {
  background: rgba(255, 255, 255, .08); border-color: var(--line-dark); border-left-color: var(--sage);
}
.on-deep .notice h3, .on-pine .notice h3 { color: #fff; }
.on-deep .notice p, .on-pine .notice p { color: var(--on-dark-soft); }

/* Support note — wellbeing signpost */
.support-note {
  background: var(--green-pal); border-left: 4px solid var(--green);
  border-radius: 0 var(--r) var(--r) 0; padding: 24px 28px; margin: 28px 0;
}
.support-note h3 { font-size: 19px; margin-bottom: 9px; color: var(--green-dk); }
.support-note p { font-size: 17px; color: #33641F; }
.support-note p:last-child { margin-bottom: 0; }

/* Trust cells */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trust-cell {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 34px;
  transition: border-color .2s ease, transform .2s ease;
}
.trust-cell:hover { border-color: var(--forest); transform: translateY(-3px); }
.trust-cell .t-n {
  width: 38px; height: 38px; border-radius: 12px; background: var(--mist);
  color: var(--forest-2); font-family: var(--f-head); font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.trust-cell h3 { font-size: 20px; margin-bottom: 10px; }
.trust-cell p { font-size: 17px; color: var(--text-soft); }
.trust-cell.hot { background: var(--grad-deep); border-color: transparent; color: var(--on-dark); }
.trust-cell.hot h3 { color: #fff; }
.trust-cell.hot p { color: var(--on-dark-soft); }
.trust-cell.hot strong { color: #fff; }
.trust-cell.hot .t-n { background: rgba(255, 255, 255, .2); color: #fff; }

/* Lifestyle photos */
.life-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.life figure { margin: 0; }
.life img { border-radius: var(--r); width: 100%; }
.photo-cap { font-size: 15px; color: var(--muted); margin-top: 12px; }

.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stat { border: 1px solid var(--line); border-radius: var(--r); padding: 30px; background: #fff; }
.stat .k { font-family: var(--f-head); font-weight: 800; font-size: 30px; letter-spacing: -.03em; color: var(--forest-2); display: block; margin-bottom: 8px; }
.stat p { font-size: 17px; color: var(--text-soft); margin: 0; }

/* ------------------------------------------------------ Pricing: podium */

.plans { display: grid; grid-template-columns: 1fr 1.14fr 1fr; gap: 22px; align-items: end; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-l);
  padding: 36px 30px; display: flex; flex-direction: column; position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--sh); border-color: var(--forest); }
.plan-flag {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  background: var(--gold); color: #2B1200; font-family: var(--f-head);
  font-weight: 800; font-size: 14px; letter-spacing: .12em; text-transform: uppercase;
  padding: 8px 18px; border-radius: 100px; white-space: nowrap;
}
.plan-tag { font-family: var(--f-head); font-weight: 800; font-size: 15px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.plan-media { height: 172px; display: flex; align-items: center; justify-content: center; margin: 16px 0; }
.plan-media img { max-height: 172px; width: auto; }
.plan-name { font-family: var(--f-head); font-weight: 800; font-size: 24px; letter-spacing: -.026em; margin: 0 0 4px; }
.plan-supply { font-size: 17px; color: var(--muted); }
.plan-fig { display: flex; align-items: baseline; gap: 8px; margin-top: 16px; }
.plan-fig .amt { font-family: var(--f-head); font-weight: 800; font-size: 46px; letter-spacing: -.05em; line-height: 1; }
.plan-fig .per { font-size: 17px; color: var(--muted); }
.plan-total { font-size: 17px; color: var(--text-soft); margin-top: 6px; }
.plan-list { list-style: none; padding: 18px 0 0; margin: 18px 0 0; border-top: 1px solid var(--line); display: grid; gap: 9px; flex: 1; }
.plan-list li { position: relative; padding-left: 26px; font-size: 17px; color: var(--text-soft); }
.plan-list li::before {
  content: ""; position: absolute; left: 3px; top: 9px; width: 8px; height: 4px;
  border-left: 2px solid var(--forest); border-bottom: 2px solid var(--forest); transform: rotate(-45deg);
}
.plan-list li.off { color: var(--muted); }
.plan-list li.off::before { border-color: var(--line); }
.plan .btn-l { width: 100%; margin-top: 20px; }
.plan-save { font-family: var(--f-head); font-weight: 800; font-size: 16px; color: var(--forest-2); margin-top: 12px; text-align: center; }

.plan.top { background: var(--grad-deep); border-color: var(--sage); color: var(--on-dark); padding-top: 46px; box-shadow: 0 38px 78px -44px rgba(26, 8, 8, .8); }
.plan.top .plan-name, .plan.top .plan-fig .amt { color: #fff; }
.plan.top .plan-supply, .plan.top .plan-fig .per, .plan.top .plan-tag { color: var(--mist-2); }
.plan.top .plan-total { color: var(--on-dark); }
.plan.top .plan-total strong, .plan.top strong { color: #fff; }
.plan.top .plan-list { border-top-color: var(--line-dark); }
.plan.top .plan-list li { color: var(--on-dark-soft); }
.plan.top .plan-list li::before { border-color: var(--sage); }
.plan.top .plan-save { color: var(--mist-2); }

.cost-sheet { border-top: 3px solid var(--gold); }
.cost-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cost-row.head { font-family: var(--f-head); font-weight: 800; font-size: 15px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 13px 0; }
.cost-k { font-family: var(--f-head); font-weight: 800; font-size: 19px; }
.cost-k small { display: block; font-family: var(--f-body); font-weight: 400; font-size: 17px; color: var(--muted); }
.cost-v { font-size: 18px; }
.on-deep .cost-sheet, .on-pine .cost-sheet { border-top-color: var(--sage); }
.on-deep .cost-row, .on-pine .cost-row { border-bottom-color: var(--line-dark); }
.on-deep .cost-k, .on-pine .cost-k { color: #fff; }
.on-deep .cost-v, .on-pine .cost-v { color: var(--on-dark-soft); }
.on-deep .cost-v strong, .on-pine .cost-v strong { color: #fff; }

.pay { margin-top: 24px; }
.pay img { max-width: 300px; }
.pay p { font-size: 15px; color: var(--muted); margin-top: 12px; }

/* --------------------------------------------------------------- Guarantee */

.promise { display: grid; grid-template-columns: 280px 1fr; gap: 52px; align-items: center; }
.promise-seal img { width: 100%; max-width: 260px; margin-inline: auto; }

.callout { background: var(--mist); border-left: 4px solid var(--forest); padding: 24px 28px; margin: 26px 0; border-radius: 0 var(--r) var(--r) 0; }
.callout p { font-size: 17px; color: var(--text-soft); }
.callout p:last-child { margin-bottom: 0; }
.callout strong { color: var(--text); }
.on-deep .callout, .on-pine .callout { background: rgba(255, 255, 255, .1); border-left-color: var(--sage); }
.on-deep .callout p, .on-pine .callout p { color: var(--on-dark-soft); }
.on-deep .callout strong, .on-pine .callout strong { color: #fff; }

.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.ticks li { position: relative; padding-left: 30px; font-size: 17px; color: var(--text-soft); }
.ticks li::before {
  content: ""; position: absolute; left: 3px; top: 9px; width: 9px; height: 5px;
  border-left: 2px solid var(--forest); border-bottom: 2px solid var(--forest); transform: rotate(-45deg);
}
.on-deep .ticks li, .on-pine .ticks li { color: var(--on-dark-soft); }
.on-deep .ticks li::before, .on-pine .ticks li::before { border-color: var(--sage); }

/* --------------------------------------------------------------------- FAQ */

.qa { display: grid; gap: 12px; }
.qa-item { border: 1px solid var(--line); border-radius: var(--r); background: #fff; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.qa-item:has(.faq-q[aria-expanded="true"]) { border-color: var(--forest); box-shadow: var(--sh); }
.faq-q {
  width: 100%; background: none; border: 0; cursor: pointer;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
  padding: 24px 28px; text-align: left;
  font-family: var(--f-head); font-weight: 700; font-size: 19px;
  color: var(--text); line-height: 1.42; transition: color .18s ease;
}
.faq-q:hover { color: var(--forest-2); }
.faq-ico {
  flex: none; width: 30px; height: 30px; border-radius: 5px; position: relative;
  background: var(--mist); transition: background .24s ease;
}
.faq-q[aria-expanded="true"] .faq-ico { background: var(--gold); }
.faq-ico::before, .faq-ico::after {
  content: ""; position: absolute; background: var(--gold-line); border-radius: 2px;
  transition: transform .26s ease, opacity .26s ease, background .24s ease;
}
.faq-ico::before { top: 14px; left: 7px; width: 16px; height: 2px; }
.faq-ico::after { left: 14px; top: 7px; width: 2px; height: 16px; }
.faq-q[aria-expanded="true"] .faq-ico::before,
.faq-q[aria-expanded="true"] .faq-ico::after { background: #2B1200; }
.faq-q[aria-expanded="true"] .faq-ico::after { transform: rotate(90deg); opacity: 0; }
.faq-a { overflow: hidden; height: 0; transition: height .3s ease; }
.faq-a-inner { padding: 0 58px 24px 28px; }
.faq-a-inner p { font-size: 17px; color: var(--text-soft); }
.on-deep .qa-item, .on-pine .qa-item { background: rgba(255, 255, 255, .07); border-color: var(--line-dark); }
.on-deep .faq-q, .on-pine .faq-q { color: #fff; }
.on-deep .faq-q:hover, .on-pine .faq-q:hover { color: var(--mist-2); }
.on-deep .faq-ico, .on-pine .faq-ico { background: rgba(255, 255, 255, .16); }
.on-deep .faq-ico::before, .on-deep .faq-ico::after,
.on-pine .faq-ico::before, .on-pine .faq-ico::after { background: var(--sage); }
.on-deep .faq-a-inner p, .on-pine .faq-a-inner p { color: var(--on-dark-soft); }

/* --------------------------------------------------------------- Final CTA */

.closer { background: var(--grad-deep); color: var(--on-dark); position: relative; overflow: hidden; }
.closer > * { position: relative; z-index: 1; }
.closer-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.closer h2 { color: #fff; }
.closer p { color: var(--on-dark-soft); }
.closer .trust-line { font-family: var(--f-head); font-weight: 700; font-size: 18px; color: var(--mist-2); margin-top: 20px; }
.closer-media { position: relative; display: flex; align-items: center; justify-content: center; }
.closer-media::before {
  content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .2), transparent 68%);
}
.closer-media img { position: relative; width: 100%; max-width: 320px; filter: drop-shadow(0 22px 34px rgba(26, 8, 8, .45)); }

/* --------------------------------------------- Page head / crumbs / prose */

.page-head { padding-top: 146px; padding-bottom: 58px; background: var(--cream); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-head > .wrap { position: relative; z-index: 1; }
.page-head h1 { max-width: 17em; }
.page-head .lede { font-size: 20px; color: var(--text-soft); max-width: 42em; margin-top: 10px; }

.crumbs { padding-top: 114px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; font-size: 16px; color: var(--muted); }
.crumbs li { display: flex; align-items: center; gap: 10px; }
.crumbs li + li::before { content: "/"; color: var(--line); }
.crumbs a { color: var(--text-soft); text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.crumbs a:hover { color: var(--forest-2); }
.crumbs [aria-current] { color: var(--text); }

.prose { max-width: 750px; }
.prose h2 { margin-top: 52px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 36px; font-size: 23px; }
.prose ul, .prose ol { padding-left: 24px; margin: 0 0 1.3em; }
.prose li { margin-bottom: .6em; }
.prose > p, .prose li { color: var(--text-soft); }

.spec { border-top: 3px solid var(--gold); margin: 32px 0; }
.spec-row { display: grid; grid-template-columns: 205px 1fr; gap: 26px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.spec-k { font-family: var(--f-head); font-weight: 800; font-size: 15px; letter-spacing: .09em; text-transform: uppercase; color: var(--gold-line); }
.spec-v { font-size: 17px; color: var(--text-soft); }

.doc { display: grid; grid-template-columns: 1fr 320px; gap: 64px; align-items: start; }
.aside { position: sticky; top: 104px; display: grid; gap: 18px; }
.aside-card { border: 1px solid var(--line); border-radius: var(--r); padding: 26px; background: #fff; }
.aside-card h3 { font-size: 15px; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.aside-links { list-style: none; margin: 0; padding: 0; display: grid; }
.aside-links a { font-size: 17px; color: var(--text-soft); text-decoration: none; display: flex; align-items: center; min-height: 44px; border-bottom: 1px solid var(--line-2); overflow-wrap: anywhere; }
.aside-links li:last-child a { border-bottom: 0; }
.aside-links a:hover { color: var(--forest-2); }
.aside-card.deep { background: var(--grad-deep); border-color: transparent; color: var(--on-dark); }
.aside-card.deep h3 { color: var(--mist-2); }
.aside-card.deep p { font-size: 17px; color: var(--on-dark-soft); }
.aside-card.deep strong { color: #fff; }
.aside-card.deep .btn-l { width: 100%; margin-top: 14px; }

.meta-line { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; font-size: 16px; color: var(--muted); margin-bottom: 14px; }
.meta-line .m-cat { font-family: var(--f-head); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--forest-2); }

.rel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.rel { border: 1px solid var(--line); border-radius: var(--r); padding: 28px; text-decoration: none; color: inherit; display: block; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.rel:hover { border-color: var(--forest); transform: translateY(-3px); color: inherit; }
.rel .rel-k { font-family: var(--f-head); font-size: 15px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--forest-2); display: block; margin-bottom: 11px; }
.rel h3 { font-size: 20px; margin-bottom: 9px; }
.rel p { font-size: 17px; color: var(--text-soft); margin: 0; }

.lead-post { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; background: var(--grad-deep); border-radius: var(--r-l); padding: 48px; text-decoration: none; color: var(--on-dark); position: relative; overflow: hidden; }
.lead-post > * { position: relative; z-index: 1; }
.lead-post:hover { color: var(--on-dark); }
.lead-post:hover h3 { color: var(--mist-2); }
.lead-post h3 { color: #fff; font-size: clamp(23px, 2.6vw, 32px); letter-spacing: -.03em; transition: color .2s ease; }
.lead-post p { color: var(--on-dark-soft); font-size: 18px; }
.lead-art {
  aspect-ratio: 4 / 3; border-radius: var(--r); background: rgba(255, 255, 255, .1);
  border: 1px solid var(--line-dark);
  display: flex; align-items: center; justify-content: center;
}
.lead-art span { font-family: var(--f-head); font-weight: 800; letter-spacing: -.04em; font-size: clamp(44px, 6vw, 74px); color: rgba(255, 255, 255, .4); }

.post-list { display: grid; border-top: 1px solid var(--line); }
.post-row { display: grid; grid-template-columns: 168px 1fr 150px; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit; align-items: start; transition: background .2s ease; }
.post-row:hover { color: inherit; background: var(--cream); }
.post-row:hover h3 { color: var(--forest-2); }
.post-cat { font-family: var(--f-head); font-weight: 800; font-size: 15px; letter-spacing: .12em; text-transform: uppercase; color: var(--forest-2); }
.post-row h3 { font-size: 20px; margin-bottom: 8px; transition: color .2s ease; }
.post-row p { font-size: 17px; color: var(--text-soft); margin: 0; }
.post-read { font-size: 16px; color: var(--muted); text-align: right; }

/* ------------------------------------------------------------------ Footer */

.site-footer { background: var(--pine); color: var(--on-dark-soft); padding-block: 70px 40px; font-size: 17px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 42px; }
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
.footer-brand .brand em { color: var(--mist-2); }
.footer-brand p { font-size: 17px; color: var(--on-dark-soft); max-width: 32em; }
.footer-col h3 { font-size: 15px; letter-spacing: .13em; text-transform: uppercase; color: #fff; margin-bottom: 13px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col a { color: var(--on-dark-soft); text-decoration: none; font-size: 17px; display: flex; align-items: center; min-height: 40px; overflow-wrap: anywhere; }
.footer-col a:hover { color: #fff; }
.footer-legal { border-top: 1px solid var(--line-dark); padding-top: 28px; }
.footer-legal p { font-size: 16px; color: #B08A88; max-width: 78em; }
.footer-legal .fda { padding: 20px 24px; background: rgba(255, 255, 255, .07); border-radius: var(--r-s); margin-bottom: 20px; font-size: 17px; }
.footer-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line-dark); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* -------------------------------------------------------------- Responsive */

@media (max-width: 1080px) {
  :root { --pad: 84px; }
  .hero { padding-top: 128px; }
  .hero > .wrap { padding-bottom: 92px; }
  .hero-split { grid-template-columns: 1fr; gap: 42px; }
  .hero-stage { order: -1; }
  .hero-stage img { max-width: 280px; }
  .hero-stage::before { width: 320px; height: 320px; }
  .split, .split.wide-l, .split.wide-r { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .doc { grid-template-columns: minmax(0, 1fr); gap: 46px; }
  .aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .bene-feature { grid-template-columns: 1fr; padding: 38px; gap: 28px; }
  .bene-row { grid-template-columns: 60px 1fr; gap: 10px 22px; }
  .bene-row > p { grid-column: 2; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .ing-cards, .trust-grid, .rel-grid, .life-row, .stat-row { grid-template-columns: repeat(2, 1fr); }
  .ing-row { grid-template-columns: 54px 1fr; gap: 10px 22px; }
  .ing-row > div:last-child { grid-column: 2; }
  .plans { grid-template-columns: 1fr; max-width: 500px; margin-inline: auto; align-items: stretch; }
  .plan.top { padding-top: 46px; }
  .closer-grid { grid-template-columns: 1fr; gap: 36px; }
  .closer-media { order: -1; }
  .closer-media img { max-width: 250px; }
  .promise { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .promise-seal img { max-width: 200px; }
  .lead-post { grid-template-columns: 1fr; gap: 30px; padding: 36px; }
  .lead-art { order: -1; }
  .soft-panel { padding: 32px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-main {
    position: fixed; inset: 82px 0 auto; z-index: 99;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--sh);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 18px 32px 30px; max-height: calc(100vh - 82px); overflow-y: auto; display: none;
  }
  .nav-main.is-open { display: flex; }
  .site-header:not(.always-solid):not(.is-stuck) .nav-main .nav-list a { color: var(--text-soft); }
  .site-header:not(.always-solid):not(.is-stuck) .nav-main .nav-list a::after { background: var(--grad-green); }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a { padding: 15px 0; font-size: 19px; min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid var(--line-2); }
  .nav-list a::after { display: none; }
  .header-inner > .nav-cta { display: none; }
  .nav-main > .nav-cta { display: block; margin-top: 18px; }
  .nav-main > .nav-cta .btn-l { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .cost-row { grid-template-columns: 1fr 1fr; gap: 13px 22px; }
  .cost-row.head { display: none; }
  .post-row { grid-template-columns: 1fr; gap: 11px; }
  .post-read { text-align: left; }
}

@media (max-width: 680px) {
  :root { --pad: 62px; }
  body { font-size: 17px; }
  .wrap { padding-inline: 20px; }
  .hero { padding-top: 116px; }
  .hero > .wrap { padding-bottom: 70px; }
  .hero::after { height: 46px; }
  .hero-lede { font-size: 18px; }
  .btn-l { white-space: normal; padding-inline: 22px; }
  .plan, .trust-cell, .ing-card, .rel, .aside-card, .step, .stat { padding: 24px; min-width: 0; }
  .bene-feature, .lead-post, .soft-panel { padding: 26px 22px; }
  .sec-head { margin-bottom: 36px; }
  .sec-head p { font-size: 18px; }
  .ing-cards, .trust-grid, .rel-grid, .steps, .life-row, .stat-row { grid-template-columns: 1fr; }
  .aside { grid-template-columns: 1fr; }
  .bene-row, .reg-item, .ing-row { grid-template-columns: 1fr; gap: 7px; }
  .bene-row > p, .ing-row > div:last-child { grid-column: 1; }
  .spec-row, .cost-row { grid-template-columns: 1fr; gap: 5px; }
  .faq-q { font-size: 18px; padding: 21px 22px; gap: 14px; }
  .faq-a-inner { padding: 0 22px 22px; }
  .btn-row .btn-l { width: 100%; }
  .plan-media { height: 148px; }
  .plan-media img { max-height: 148px; }
  .footer-top { grid-template-columns: 1fr; }
  .marks-row { gap: 14px 24px; }
  .marks-row img { max-height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .nav-toggle, .closer, .btn-l, .aside { display: none !important; }
  body { font-size: 12pt; color: #000; }
  .sec { padding-block: 18pt; }
}
