/* ==========================================================================
   Jellyforce — jellyforce-eng.com
   LIGHT · CLEAN · MODERN WELLNESS

   White-dominant with soft tinted section washes, generous rounding, pill
   buttons, tick-list bullets and a light trust row — the clean commercial
   layout requested, rather than the previous dark editorial treatment.

   ACCENT — crimson, taken from the Jellyforce jar's own red band.
   --accent-ink is the AA-safe member of the same ramp for text and buttons
   on light grounds; --accent is reserved for fills and rules.

   IMAGE RULE — product artwork is never rendered above native width, never
   cropped with object-fit:cover, never blurred or scaled by filter.
   ========================================================================== */

:root {
  --white: #FFFFFF;
  --bg-2: #F7F8F7;
  --bg-warm: #FBF3F3;
  --wash: linear-gradient(180deg, #FDF1F1 0%, #FFFFFF 62%);

  --ink: #14161A;
  --ink-2: #55606B;

  --accent: #D8362F;
  --accent-ink: #B01F1A;
  --accent-deep: #8E1713;
  --accent-soft: #FCEAE9;

  --dark: #17191C;
  --dark-2: #22262B;

  --on-dark: #FFFFFF;
  --on-dark-2: #BFC5CC;
  --line: #E6E9E8;
  --line-2: #F0F2F1;
  --line-dark: rgba(255, 255, 255, .14);

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

  --pad: 96px;
  --r: 10px;
  --r-l: 20px;
  --r-pill: 999px;
  --sh: 0 26px 60px -38px rgba(20, 22, 26, .3);
  --sh-2: 0 12px 30px -22px rgba(20, 22, 26, .22);
}

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

body {
  font-family: var(--f-body); font-size: 18px; line-height: 1.72; color: var(--ink-2);
  background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden;
  padding-bottom: 92px;
}
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--f-head); font-weight: 800; line-height: 1.14; letter-spacing: -.028em;
  color: var(--ink); margin: 0 0 .5em; overflow-wrap: break-word;
}
h1 { font-size: clamp(30px, 3.7vw, 52px); letter-spacing: -.034em; line-height: 1.08; }
h2 { font-size: clamp(24px, 2.6vw, 38px); }
h3 { font-size: clamp(18px, 1.5vw, 22px); }
h4 { font-size: 17px; }

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(--accent-ink); text-underline-offset: 4px; }
a:hover { color: var(--ink); }
strong { font-weight: 700; color: var(--ink); }
::selection { background: var(--accent-soft); color: var(--ink); }

.wrap { width: 100%; max-width: 1290px; margin: 0 auto; padding-inline: 34px; }
.wrap-mid { max-width: 1020px; }
.wrap-narrow { max-width: 790px; }
.sec { padding-block: var(--pad); position: relative; }
.sec-tight { padding-block: 68px; }
.sec-2, .sec-char { background: var(--bg-2); }
.sec-warm, .on-cream { background: var(--bg-warm); }
.sec > .wrap, .sec > .wrap-mid { position: relative; z-index: 2; }

/* Dark sections stay for occasional contrast */
.on-dark, .sec-soft { background: var(--dark); color: var(--on-dark-2); position: relative;
  overflow: hidden; }
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4,
.sec-soft h2, .sec-soft h3 { color: #fff; }
.on-dark p, .on-dark li, .sec-soft p, .sec-soft li { color: #fff; }
.on-dark strong, .sec-soft strong { color: #fff; }
.on-dark a:not(.btn-ar), .sec-soft a:not(.btn-ar) { color: #FF9B95; }
.on-dark a:not(.btn-ar):hover { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-head);
  font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--accent-ink); background: var(--accent-soft); border-radius: var(--r-pill);
  padding: 8px 16px; margin-bottom: 20px; line-height: 1.5;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent); flex: none; }
.on-dark .eyebrow, .sec-soft .eyebrow, .feature .eyebrow, .lead-post .eyebrow {
  color: #FFD9D6; background: rgba(216, 54, 47, .22); }
.on-dark .eyebrow::before, .sec-soft .eyebrow::before, .feature .eyebrow::before,
.lead-post .eyebrow::before { background: #FF8078; }

.sec-head { max-width: 860px; margin-bottom: 46px; }
.sec-head.mid { margin-inline: auto; text-align: center; }
.sec-head p { font-size: 18.5px; }

/* The decorative grid layer is retired in this treatment; the elements stay
   in the markup but render as a soft tint wash instead of visible rules. */
.grid-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.grid-hero { background: var(--wash); }
.grid-invert, .grid-base { background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 60%); }
.grid-edge, .grid-wide { background: none; }
.tex-dark { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("../../optimized-webp/Jelly-force-Design-sem-nome.webp");
  background-size: cover; background-position: center; opacity: .28; }

/* Buttons — pill */
.btn-ar { display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  font-family: var(--f-head); font-size: 15px; font-weight: 700; letter-spacing: 0;
  text-transform: none; padding: 17px 34px; min-height: 56px;
  border: 2px solid transparent; border-radius: var(--r-pill); cursor: pointer;
  text-decoration: none; transition: background .2s, color .2s, border-color .2s, transform .16s,
  box-shadow .2s; }
.btn-ar:hover { transform: translateY(-2px); }
.btn-gold, .btn-dark { background: var(--accent-ink); color: #fff;
  box-shadow: 0 12px 26px -16px rgba(176, 31, 26, .8); }
.btn-gold:hover, .btn-dark:hover { background: var(--accent-deep); color: #fff; }
.btn-white { background: #fff; color: var(--accent-ink); }
.btn-white:hover { background: var(--accent-soft); color: var(--accent-deep); }
.btn-line { background: transparent; color: var(--accent-ink); border-color: var(--accent-ink); }
.btn-line:hover { color: #fff; background: var(--accent-ink); border-color: var(--accent-ink); }
.on-dark .btn-line, .sec-soft .btn-line, .feature .btn-line, .aside-card.gold .btn-line {
  color: #fff; border-color: rgba(255,255,255,.42); }
.on-dark .btn-line:hover, .sec-soft .btn-line:hover, .feature .btn-line:hover,
.aside-card.gold .btn-line:hover { color: var(--ink); background: #fff; border-color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.arw { transition: transform .18s ease; }
.btn-ar:hover .arw { transform: translateX(4px); }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #fff;
  border-bottom: 1px solid var(--line); transition: box-shadow .3s ease; }
.site-header.is-stuck { box-shadow: 0 6px 24px -20px rgba(20,22,26,.5); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: 78px; }
.brand { display: inline-flex; align-items: center; flex: none; text-decoration: none;
  font-family: var(--f-head); font-weight: 800; font-size: 21px; letter-spacing: -.03em;
  color: var(--accent-ink); }
.brand img { width: 100%; max-width: 66px; height: auto; object-fit: contain; }

.nav-main { display: flex; align-items: center; gap: 26px; }
.nav-list { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-list a { font-family: var(--f-head); font-size: 15px; font-weight: 600; color: var(--ink-2);
  text-decoration: none; padding: 8px 0; position: relative; white-space: nowrap;
  transition: color .2s ease; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--accent-ink); }
.nav-cta { flex: none; }
.nav-main > .nav-cta { display: none; }
.header-inner > .nav-cta .btn-ar { padding: 12px 26px; min-height: 46px; font-size: 14.5px; }

.nav-toggle { display: none; width: 46px; height: 46px; flex: none; align-items: center;
  justify-content: center; background: transparent; border: 1px solid var(--line);
  border-radius: var(--r); cursor: pointer; padding: 0; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink);
  position: relative; transition: background .2s ease; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0;
  width: 20px; height: 2px; background: var(--ink); transition: transform .24s, top .2s; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.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); }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 10000;
  background: var(--accent-ink); color: #fff; padding: 14px 22px; border-radius: var(--r);
  font-weight: 700; font-size: 17px; }
.skip-link:focus { left: 16px; color: #fff; }

/* Fixed bottom CTA */
.order-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: #fff;
  border-top: 1px solid var(--line); box-shadow: 0 -8px 28px -20px rgba(20,22,26,.5);
  padding-bottom: env(safe-area-inset-bottom, 0px); }
.order-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: 72px; padding-block: 11px; }
.ob-brand { font-family: var(--f-head); font-weight: 800; font-size: 17px; color: var(--ink);
  flex: none; letter-spacing: -.02em; }
.ob-brand small { display: block; font-family: var(--f-body); font-size: 12.5px; font-weight: 400;
  color: var(--ink-2); letter-spacing: 0; text-transform: none; }
.ob-mid { font-size: 14px; color: var(--ink-2); display: flex; align-items: center; gap: 16px;
  white-space: nowrap; overflow: hidden; justify-content: center; }
.ob-mid strong { color: var(--ink); font-weight: 600; }
.ob-cta { flex: none; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--accent-ink); color: #fff; text-decoration: none; font-family: var(--f-head);
  font-weight: 700; font-size: 14.5px; min-height: 48px; padding: 13px 28px;
  border-radius: var(--r-pill); transition: background .18s, transform .16s; white-space: nowrap; }
.ob-cta:hover { background: var(--accent-deep); color: #fff; transform: translateY(-1px); }
.ob-full { display: inline; }
.ob-short { display: none; }

/* Hero — everything on one screen */
.hero { padding-top: 96px; padding-bottom: 0; position: relative; overflow: hidden;
  background: var(--wash); min-height: 100svh; display: flex; align-items: center; }
.hero-inner { padding-bottom: 40px; width: 100%; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(28px, 3.4vw, 47px); margin-bottom: .3em; }
.hero h1 em { font-style: normal; color: var(--accent-ink); }
.hero-lede { font-size: 18px; line-height: 1.62; max-width: 34em; margin-top: 12px; }
.hero-stage { position: relative; display: flex; align-items: center; justify-content: center;
  padding: 10px; }
.hero-stage .glow { position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%);
  width: 92%; max-width: 460px; z-index: 0; opacity: .34; border-radius: 50%; }
.product-image { width: 100%; height: auto; object-fit: contain; display: block; position: relative;
  z-index: 1; }
.hero-stage .product-image { max-width: min(400px, 40vh); }

/* Tick list, two columns like the reference composition */
.hero-points { list-style: none; margin: 20px 0 0; padding: 0; display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 26px; }
.hero-points li { position: relative; padding-left: 30px; font-size: 16.5px; color: var(--ink);
  font-weight: 600; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: 3px; width: 19px;
  height: 19px; border-radius: 50%; background: var(--accent-soft); }
.hero-points li::after { content: ""; position: absolute; left: 6px; top: 8px; width: 4px;
  height: 8px; border-right: 2px solid var(--accent-ink); border-bottom: 2px solid var(--accent-ink);
  transform: rotate(42deg); }

.hero-meta { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 8px 26px; align-items: center; }
.hero-meta span { font-size: 14.5px; font-weight: 500; color: var(--ink-2); display: inline-flex;
  align-items: center; gap: 8px; }
.hero-meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent); }
.hero-fine { font-size: 14.5px; margin-top: 14px; max-width: 46em; }

/* Stats */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; border: 0; }
.stat { padding: 30px 26px; border: 1px solid var(--line); border-radius: var(--r-l);
  background: #fff; text-align: center; }
.stat .n { font-family: var(--f-head); font-weight: 800; font-size: clamp(30px, 3vw, 42px);
  line-height: 1; letter-spacing: -.04em; color: var(--accent-ink); display: block; }
.stat .k { font-family: var(--f-head); font-size: 12.5px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink); margin-top: 10px; display: block; }
.stat p { font-size: 16px; margin-top: 8px; }
.on-dark .stat, .sec-soft .stat { background: rgba(255,255,255,.05); border-color: var(--line-dark); }
.on-dark .stat .n { color: #FF9B95; }
.on-dark .stat .k { color: #fff; }

/* Editorial */
.big-num { font-family: var(--f-head); font-weight: 800; font-size: clamp(56px, 7vw, 100px);
  line-height: .85; letter-spacing: -.05em; color: var(--accent-soft); }
.big-num small { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent-ink); margin-top: 14px; }
.ed-lead { font-family: var(--f-head); font-size: clamp(19px, 1.7vw, 25px); line-height: 1.34;
  font-weight: 800; letter-spacing: -.028em; color: var(--ink); }
.on-dark .ed-lead, .sec-soft .ed-lead { color: #fff; }

.feature { background: var(--dark); padding: 44px; position: relative; overflow: hidden;
  border-radius: var(--r-l); color: var(--on-dark-2); }
.feature > * { position: relative; z-index: 2; }
.feature h2, .feature h3 { color: #fff; }
.feature p { color: #fff; }
.panel { background: #fff; border: 1px solid var(--line); padding: 32px; height: 100%;
  border-radius: var(--r-l); }
.panel .p-n { font-family: var(--f-head); font-size: 12.5px; font-weight: 700; letter-spacing: .1em;
  color: var(--accent-ink); display: block; margin-bottom: 14px; }
.panel h3 { font-size: 19px; margin-bottom: 10px; }
.panel p { font-size: 17.5px; }

/* Benefit rows — strict 50/50 */
.brow { padding-block: 62px; }
.brow.alt { background: var(--bg-2); }
.brow-media { background: var(--bg-2); padding: 38px; display: flex; align-items: center;
  justify-content: center; position: relative; overflow: hidden; min-height: 300px;
  border-radius: var(--r-l); }
.brow-media.plain { background: #fff; border: 1px solid var(--line); }
.brow-media.cream { background: var(--bg-warm); }
.brow-media.gold { background: var(--accent-soft); }
.brow-media img { position: relative; z-index: 2; width: 100%; height: auto; object-fit: contain; }
.brow-body .b-n { font-family: var(--f-head); font-weight: 800; font-size: 13px; letter-spacing: .1em;
  color: var(--accent-ink); display: block; margin-bottom: 14px; }
.brow-body p { font-size: 18px; }
.brow-body .b-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 11px; }
.brow-body .b-list li { position: relative; padding-left: 30px; font-size: 17.5px; }
.brow-body .b-list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 19px;
  height: 19px; border-radius: 50%; background: var(--accent-soft); }
.brow-body .b-list li::after { content: ""; position: absolute; left: 6px; top: 9px; width: 4px;
  height: 8px; border-right: 2px solid var(--accent-ink); border-bottom: 2px solid var(--accent-ink);
  transform: rotate(42deg); }
.b-label { font-family: var(--f-head); font-size: 12.5px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-2); margin-top: 26px; display: block; }

/* Pathway */
.path { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; border: 0; }
.path-step { padding: 30px 26px; border: 1px solid var(--line-dark); border-radius: var(--r-l);
  background: rgba(255,255,255,.05); }
.path-step .n { font-family: var(--f-head); font-weight: 800; font-size: 26px; color: #FF9B95;
  display: block; margin-bottom: 14px; }
.path-step h3 { font-size: 18px; margin-bottom: 10px; }
.path-step p { font-size: 17px; }

/* Ingredient list */
.ing-list { border-top: 1px solid var(--line); }
.ing-row { display: grid; grid-template-columns: 58px 1fr 210px 120px; gap: 24px;
  align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line);
  text-decoration: none; color: inherit; transition: background .2s, padding-left .2s; }
.ing-row:hover { background: var(--bg-warm); color: inherit; padding-left: 14px; }
.ing-row:hover h3 { color: var(--accent-ink); }
.ing-row .n { font-family: var(--f-head); font-weight: 800; font-size: 20px;
  color: var(--accent-soft); -webkit-text-stroke: 0; }
.ing-row h3 { font-size: clamp(18px, 1.6vw, 23px); margin: 0 0 6px; transition: color .2s ease; }
.ing-row p { font-size: 17.5px; margin: 0; }
.ing-row .amt { font-family: var(--f-head); font-weight: 700; font-size: 15.5px; color: var(--ink); }
.ing-row .amt small { display: block; font-family: var(--f-body); font-weight: 400; font-size: 14.5px;
  color: var(--ink-2); margin-top: 4px; }
.ing-row .go { font-family: var(--f-head); font-size: 13.5px; font-weight: 700;
  color: var(--accent-ink); text-align: right; }

.ing-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-l); padding: 28px;
  height: 100%; display: flex; flex-direction: column;
  transition: border-color .2s, box-shadow .2s, transform .2s; }
.ing-card:hover { border-color: var(--accent); box-shadow: var(--sh-2); transform: translateY(-3px); }
.ing-card .k { font-family: var(--f-head); font-size: 12.5px; font-weight: 700; letter-spacing: .08em;
  color: var(--accent-ink); display: block; margin-bottom: 12px; }
.ing-card h3 { font-size: 19px; margin-bottom: 6px; }
.ing-card .amt { font-size: 15px; display: block; margin-bottom: 12px; }
.ing-card p { font-size: 17.5px; flex: 1; }
.card-go { font-family: var(--f-head); font-size: 14px; font-weight: 700; color: var(--accent-ink);
  text-decoration: none; margin-top: 20px; display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; }
.card-go:hover { color: var(--ink); }

/* Notices */
.notice { border-left: 4px solid var(--accent); background: var(--bg-2); padding: 26px 30px;
  margin: 30px 0; border-radius: var(--r); }
.notice h3 { font-size: 18px; margin-bottom: 10px; }
.notice p, .notice li { font-size: 17.5px; }
.notice ul { margin: 0 0 1em; padding-left: 22px; }
.notice li { margin-bottom: .45em; }
.on-dark .notice, .sec-soft .notice { background: rgba(255,255,255,.07);
  border-left-color: #FF8078; }
.on-dark .notice h3, .sec-soft .notice h3 { color: #fff; }
.on-dark .notice p, .on-dark .notice li { color: #fff; }

.caution { background: #FFF6E8; border-left: 4px solid #9A6108; padding: 26px 30px; margin: 30px 0;
  border-radius: var(--r); }
.caution h3 { font-size: 18px; margin-bottom: 10px; color: #6B4205; }
.caution p, .caution li { font-size: 17.5px; color: #574220; }
.caution ul { margin: 0 0 1em; padding-left: 22px; }
.caution li { margin-bottom: .45em; }
.caution strong, .on-dark .caution strong, .sec-soft .caution strong { color: #4A3705; }
.on-dark .caution p, .on-dark .caution li, .sec-soft .caution p, .sec-soft .caution li { color: #574220; }
.on-dark .caution h3, .sec-soft .caution h3 { color: #6B4205; }

/* Pricing */
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--r-l); padding: 36px 30px;
  display: flex; flex-direction: column; position: relative; height: 100%;
  transition: transform .22s, box-shadow .22s, border-color .22s; }
.plan:hover { transform: translateY(-4px); box-shadow: var(--sh); border-color: var(--accent); }
.plan.lead { border: 2px solid var(--accent); box-shadow: var(--sh-2); }
.plan-flag { position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%);
  background: var(--accent-ink); color: #fff; font-family: var(--f-head); font-weight: 700;
  font-size: 12.5px; padding: 8px 20px; border-radius: var(--r-pill); white-space: nowrap; }
.plan-tag { font-family: var(--f-head); font-size: 13px; font-weight: 700; color: var(--ink-2); }
.plan-media { display: flex; align-items: center; justify-content: center; margin: 18px 0 22px;
  min-height: 200px; }
.plan-media img { width: 100%; height: auto; object-fit: contain; }
.plan-name { font-family: var(--f-head); font-weight: 800; font-size: 23px; letter-spacing: -.03em;
  margin: 0 0 4px; color: var(--ink); }
.plan-supply { font-size: 17px; }
.plan-fig { display: flex; align-items: baseline; gap: 8px; margin-top: 18px; }
.plan-fig .amt { font-family: var(--f-head); font-weight: 800; font-size: 40px; line-height: 1;
  letter-spacing: -.045em; color: var(--accent-ink); }
.plan-fig .per { font-size: 17px; }
.plan-total { font-size: 17.5px; margin-top: 8px; }
.plan-total strong { color: var(--ink); }
.plan-list { list-style: none; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line);
  display: grid; gap: 10px; flex: 1; }
.plan-list li { position: relative; padding-left: 28px; font-size: 17px; }
.plan-list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px;
  border-radius: 50%; background: var(--accent-soft); }
.plan-list li::after { content: ""; position: absolute; left: 6px; top: 8px; width: 4px; height: 8px;
  border-right: 2px solid var(--accent-ink); border-bottom: 2px solid var(--accent-ink);
  transform: rotate(42deg); }
.plan-list li.off::before { background: var(--line-2); }
.plan-list li.off::after { border-color: var(--ink-2); }
.plan .btn-ar { width: 100%; margin-top: 22px; }
.pay-row { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 16px;
  flex-wrap: wrap; }

/* Guarantee + misc */
.seal-wrap { display: flex; align-items: center; justify-content: center; padding: 30px; }
.seal-wrap img { width: 100%; max-width: 260px; height: auto; object-fit: contain; }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.ticks li { position: relative; padding-left: 30px; font-size: 18px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 19px; height: 19px;
  border-radius: 50%; background: var(--accent-soft); }
.ticks li::after { content: ""; position: absolute; left: 6px; top: 9px; width: 4px; height: 8px;
  border-right: 2px solid var(--accent-ink); border-bottom: 2px solid var(--accent-ink);
  transform: rotate(42deg); }
.on-dark .ticks li::before, .sec-soft .ticks li::before { background: rgba(255,255,255,.16); }
.on-dark .ticks li::after, .sec-soft .ticks li::after { border-color: #fff; }
.rev-photo { max-width: 296px; margin-inline: auto; }
.photo-cap { font-size: 15.5px; }

/* FAQ */
.qa { border-top: 1px solid var(--line); }
.qa-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: 0; cursor: pointer; display: flex;
  align-items: flex-start; justify-content: space-between; gap: 24px; padding: 24px 0;
  text-align: left; font-family: var(--f-head); font-weight: 800; font-size: clamp(17px, 1.4vw, 20px);
  letter-spacing: -.024em; color: var(--ink); line-height: 1.34; transition: color .18s ease; }
.faq-q:hover { color: var(--accent-ink); }
.faq-ico { flex: none; width: 20px; height: 20px; position: relative; margin-top: 6px; }
.faq-ico::before, .faq-ico::after { content: ""; position: absolute; background: var(--accent-ink);
  transition: transform .26s, opacity .26s; }
.faq-ico::before { top: 9px; left: 0; width: 20px; height: 2px; }
.faq-ico::after { left: 9px; top: 0; width: 2px; height: 20px; }
.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 54px 24px 0; }
.faq-a-inner p { font-size: 17.5px; }
.on-dark .qa, .sec-soft .qa { border-top-color: var(--line-dark); }
.on-dark .qa-item, .sec-soft .qa-item { border-bottom-color: var(--line-dark); }
.on-dark .faq-q, .sec-soft .faq-q { color: #fff; }
.on-dark .faq-q:hover { color: #FF9B95; }
.on-dark .faq-ico::before, .on-dark .faq-ico::after,
.sec-soft .faq-ico::before, .sec-soft .faq-ico::after { background: #FF9B95; }
.on-dark .faq-a-inner p, .sec-soft .faq-a-inner p { color: #fff; }

/* Blog */
.lead-post { background: var(--accent-soft); padding: 44px; text-decoration: none; color: var(--ink-2);
  position: relative; overflow: hidden; display: block; border-radius: var(--r-l); }
.lead-post > * { position: relative; z-index: 2; }
.lead-post:hover { color: var(--ink-2); }
.lead-post:hover h3 { color: var(--accent-ink); }
.lead-post h3 { color: var(--ink); font-size: clamp(22px, 2.3vw, 32px); transition: color .2s ease; }
.lead-post p { color: var(--ink-2); font-size: 18px; }
.post-list { border-top: 1px solid var(--line); }
.post-row { display: grid; grid-template-columns: 180px 1fr 120px; gap: 28px; padding: 28px 0;
  border-bottom: 1px solid var(--line); text-decoration: none; color: inherit; align-items: start;
  transition: background .2s, padding-left .2s; }
.post-row:hover { color: inherit; background: var(--bg-warm); padding-left: 14px; }
.post-row:hover h3 { color: var(--accent-ink); }
.post-cat { font-family: var(--f-head); font-size: 12.5px; font-weight: 700;
  color: var(--accent-ink); }
.post-row h3 { font-size: 20px; margin-bottom: 8px; transition: color .2s ease; }
.post-row p { font-size: 17.5px; margin: 0; }
.post-read { font-size: 15.5px; text-align: right; }
.rel { border: 1px solid var(--line); padding: 28px; text-decoration: none; color: inherit;
  display: block; background: #fff; height: 100%; border-radius: var(--r-l);
  transition: border-color .2s, transform .2s; }
.rel:hover { border-color: var(--accent); transform: translateY(-3px); color: inherit; }
.rel .rel-k { font-family: var(--f-head); font-size: 12.5px; font-weight: 700;
  color: var(--accent-ink); display: block; margin-bottom: 12px; }
.rel h3 { font-size: 18.5px; margin-bottom: 8px; }
.rel p { font-size: 17.5px; margin: 0; }

/* Furniture */
.crumbs { padding-top: 110px; position: relative; z-index: 3; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0;
  font-size: 15.5px; }
.crumbs li { display: flex; align-items: center; gap: 10px; }
.crumbs li + li::before { content: "/"; color: var(--accent); }
.crumbs a { color: var(--ink-2); text-decoration: none; min-height: 44px; display: inline-flex;
  align-items: center; }
.crumbs a:hover { color: var(--accent-ink); }
.crumbs [aria-current] { color: var(--ink); }
.lede { font-size: 19px; max-width: 42em; margin-top: 14px; }
.prose { max-width: 790px; }
.prose h2 { margin-top: 52px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 34px; font-size: 20px; }
.prose ul, .prose ol { padding-left: 24px; margin: 0 0 1.25em; }
.prose li { margin-bottom: .6em; }

.spec { border-top: 1px solid var(--line); margin: 32px 0; }
.spec-row { display: grid; grid-template-columns: minmax(0,250px) minmax(0,1fr); gap: 30px;
  padding: 18px 0; border-bottom: 1px solid var(--line); }
.spec-k { font-family: var(--f-head); font-size: 13px; font-weight: 700; color: var(--accent-ink);
  min-width: 0; overflow-wrap: anywhere; }
.spec-v { font-size: 17.5px; min-width: 0; overflow-wrap: break-word; }
.on-dark .spec, .sec-soft .spec { border-top-color: var(--line-dark); }
.on-dark .spec-row, .sec-soft .spec-row { border-bottom-color: var(--line-dark); }
.on-dark .spec-k, .sec-soft .spec-k { color: #FF9B95; }
.on-dark .spec-v, .sec-soft .spec-v { color: #fff; }

.aside { position: sticky; top: 100px; display: grid; gap: 16px; }
.aside-card { border: 1px solid var(--line); padding: 26px; background: #fff;
  border-radius: var(--r-l); }
.aside-card h3 { font-family: var(--f-head); font-size: 13px; font-weight: 700; color: var(--ink-2);
  margin-bottom: 14px; }
.aside-links { list-style: none; margin: 0; padding: 0; display: grid; }
.aside-links a { font-size: 17px; color: var(--ink-2); text-decoration: none; display: flex;
  align-items: center; min-height: 42px; 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(--accent-ink); }
.aside-card.gold { background: var(--accent-ink); border-color: transparent; }
.aside-card.gold h3 { color: #FFD9D6; }
.aside-card.gold p { font-size: 17.5px; color: #fff; }
.aside-card.gold strong { color: #fff; }
.aside-card.gold .btn-ar { width: 100%; margin-top: 16px; }
.meta-line { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; font-size: 16px;
  margin-bottom: 18px; }
.meta-line .m-cat { font-family: var(--f-head); font-weight: 700; color: var(--accent-ink);
  font-size: 12.5px; }

/* Footer */
.site-footer { background: var(--dark); color: var(--on-dark-2); padding-block: 64px 40px;
  font-size: 17px; position: relative; overflow: hidden; }
.site-footer > * { position: relative; z-index: 2; }
.site-footer strong { color: #fff; }
.footer-brand p { font-size: 17.5px; color: #fff; max-width: 32em; margin-top: 18px; }
.footer-col h3 { font-family: var(--f-head); font-size: 13px; font-weight: 700; color: #FF9B95;
  margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col a { color: #fff; text-decoration: none; font-size: 16.5px; display: flex;
  align-items: center; min-height: 38px; overflow-wrap: anywhere; }
.footer-col a:hover { color: #FF9B95; }
.footer-legal { border-top: 1px solid var(--line-dark); padding-top: 28px; margin-top: 40px; }
.footer-legal p { font-size: 15.5px; color: #fff; max-width: 82em; }
.footer-legal a { color: #FF9B95; }
.footer-legal .fda { padding: 20px 24px; background: rgba(255,255,255,.06); margin-bottom: 20px;
  font-size: 16.5px; border-radius: var(--r); }
.footer-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between;
  margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line-dark); }

/* Accessibility */
:focus-visible { outline: 2px solid var(--accent-ink); outline-offset: 3px; }
.on-dark :focus-visible, .sec-soft :focus-visible { outline-color: #FF9B95; }
.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; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s, transform .6s; }
.reveal.is-in { opacity: 1; transform: none; }

/* Responsive */
@media (min-width: 992px) and (max-height: 780px) {
  .hero { padding-top: 88px; }
  .hero h1 { font-size: clamp(26px, 2.9vw, 38px); }
  .hero-lede { font-size: 17px; }
  .hero-points li { font-size: 15.5px; }
  .hero-fine { display: none; }
  .hero-stage .product-image { max-width: min(330px, 34vh); }
}
@media (max-width: 1199.98px) {
  :root { --pad: 78px; }
  .brow { padding-block: 52px; }
  .ing-row { grid-template-columns: 48px 1fr 170px; }
  .ing-row .go { display: none; }
  .path, .stat-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
  :root { --pad: 66px; }
  .hero { min-height: 0; display: block; padding-top: 100px; }
  .hero-inner { padding-bottom: 54px; }
  .hero-stage { order: -1; margin-bottom: 12px; }
  .hero-stage .product-image { max-width: 260px; }
  .aside { position: static; }
  .brow-media { min-height: 0; padding: 28px; }
  .spec-row { grid-template-columns: minmax(0,170px) minmax(0,1fr); gap: 18px; }
  .post-row { grid-template-columns: 1fr; gap: 10px; }
  .post-read { text-align: left; }
  .nav-toggle { display: flex; }
  .nav-main { position: fixed; inset: 78px 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: 20px 34px 30px; max-height: calc(100vh - 130px);
    overflow-y: auto; display: none; }
  .nav-main.is-open { display: flex; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a { padding: 15px 0; font-size: 18px; min-height: 54px; display: flex;
    align-items: center; border-bottom: 1px solid var(--line-2); }
  .header-inner > .nav-cta { display: none; }
  .nav-main > .nav-cta { display: block; margin-top: 20px; }
  .nav-main > .nav-cta .btn-ar { width: 100%; }
  .ob-mid, .ob-full { display: none; }
  .ob-short { display: inline; }
}
@media (max-width: 767.98px) {
  :root { --pad: 52px; }
  body { font-size: 17px; padding-bottom: 84px; }
  .wrap { padding-inline: 20px; }
  /* Bootstrap's g-5 gutter creates -24px row margins, wider than the 20px
     wrap padding, which would push the grid past the viewport. */
  .row { --bs-gutter-x: 2rem; }
  .hero { padding-top: 92px; }
  .hero-inner { padding-bottom: 44px; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-stage .product-image { max-width: 210px; }
  .btn-ar { white-space: normal; padding-inline: 26px; }
  .btn-row .btn-ar { width: 100%; }
  .plan, .panel, .rel, .aside-card, .ing-card { padding: 24px; min-width: 0; }
  .feature, .lead-post { padding: 28px 22px; }
  .brow { padding-block: 40px; }
  .brow-media { padding: 22px; }
  .sec-head { margin-bottom: 32px; }
  .ing-row { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .path, .stat-row { grid-template-columns: 1fr; }
  .spec-row { grid-template-columns: 1fr; gap: 5px; }
  .faq-a-inner { padding: 0 0 22px; }
  .plan-media { min-height: 170px; }
  .notice, .caution { padding: 22px 24px; }
  .crumbs { padding-top: 96px; }
  .nav-main { inset: 70px 0 auto; padding-inline: 20px; }
}
@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, .btn-ar, .aside, .order-bar, .grid-bg { display: none !important; }
  body { font-size: 12pt; color: #000; padding-bottom: 0; }
  .sec, .brow { padding-block: 18pt; }
}

/* --------------------------------------- Contrast + sizing corrections */
/* Caught by the sweeps after the light redesign:
   - the footer wordmark's ® inherited --ink on the dark footer (1.03:1)
   - .lead-post is now a pale panel, so its eyebrow was taking the dark-ground
     variant and landed pale-on-pale (1.21:1)
   - .path-step and .ing-row numbers used the light-ground accent while their
     sections are now light (1.91:1 and 1.06:1) */

.site-footer .brand { color: #FF9B95; }
.site-footer .brand span { color: #FFFFFF !important; }

.lead-post .eyebrow { color: var(--accent-ink); background: #fff; }
.lead-post .eyebrow::before { background: var(--accent); }

.path-step .n { color: var(--accent-ink); }
.on-dark .path-step .n, .sec-soft .path-step .n { color: #FF9B95; }

.ing-row .n { color: var(--accent-ink); }

/* ingredient-1 is 500px native; the media plate ran slightly wider */
.brow-media img { max-width: 100%; }
.brow .brow-media img { max-width: min(100%, 460px); }

/* The review photographs are 296-300px native; the panel column ran wider at
   some breakpoints and was upscaling them. Capped to native. */
.panel .brow-media img, .rev-photo { max-width: 296px; margin-inline: auto; }
