/* ==========================================================================
   HorseFil Reviews — Apothecary design system
   Bootstrap 5.3 override layer
   ========================================================================== */

:root {
  --forest:      #10231C;
  --forest-2:    #1A3B2E;
  --forest-3:    #29513F;
  --brass:       #C79A3E;
  --brass-lt:    #E8D4A0;
  --brass-dk:    #9A742A;
  --cream:       #F7F4ED;
  --cream-2:     #EFEADD;
  --paper:       #FFFFFF;
  --ink:         #161A18;
  --muted:       #5C6660;
  --line:        #DCD5C4;

  --bs-body-font-family: 'Inter', system-ui, -apple-system, sans-serif;
  --bs-body-color: var(--ink);
  --bs-body-bg: var(--paper);
  --bs-link-color: var(--forest-3);
  --bs-link-hover-color: var(--brass-dk);

  --rad: 4px;
  --shadow-sm: 0 1px 3px rgba(16,35,28,.08);
  --shadow:    0 6px 24px rgba(16,35,28,.10);
  --shadow-lg: 0 18px 50px rgba(16,35,28,.16);
}

* { box-sizing: border-box; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 1rem;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

/* ---------- Type scale ---------- */
h1, h2, h3, h4, h5, .display-face {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  color: var(--forest);
  line-height: 1.16;
  letter-spacing: -.015em;
}
h1 { font-size: clamp(1.85rem, 5.2vw, 3.1rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.8vw, 2.4rem); }
h3 { font-size: clamp(1.25rem, 2.6vw, 1.6rem); }
h4 { font-size: 1.15rem; }
p  { margin-bottom: 1.05rem; }

.eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brass-dk);
  margin-bottom: .8rem;
}
.eyebrow::after {
  content: "";
  display: block;
  width: 34px; height: 2px;
  background: var(--brass);
  margin-top: .55rem;
}
.section-head { max-width: 780px; margin: 0 auto 3rem; text-align: center; }
.section-head .eyebrow::after { margin-left: auto; margin-right: auto; }
.section-head .lead-desc { color: var(--muted); font-size: 1.06rem; margin-top: .9rem; }
.text-start-head { text-align: left; margin-left: 0; }
.text-start-head .eyebrow::after { margin-left: 0; }

/* Signature: double brass rule (apothecary label) */
.rule-2 { border: 0; height: 0; margin: 1.6rem 0; position: relative; }
.rule-2::before, .rule-2::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--brass);
}
.rule-2::before { top: 0; opacity: .85; }
.rule-2::after  { top: 4px; opacity: .38; }

/* ---------- Sections ---------- */
.sec { padding: clamp(3.2rem, 7vw, 5.6rem) 0; }
.sec-cream { background: var(--cream); }
.sec-cream-2 { background: var(--cream-2); }
.sec-forest { background: var(--forest); color: #D9E2DC; }
.sec-forest h2, .sec-forest h3, .sec-forest h4 { color: var(--paper); }
.sec-forest .eyebrow { color: var(--brass-lt); }
.sec-forest a { color: var(--brass-lt); }

/* ---------- Editorial byline bar ---------- */
.byline-bar {
  background: var(--forest);
  color: #BFCDC5;
  font-size: .76rem;
  letter-spacing: .04em;
  padding: .5rem 0;
}
.byline-bar .container { display: flex; flex-wrap: wrap; gap: .4rem 1.6rem; justify-content: center; }
.byline-bar strong { color: var(--brass-lt); font-weight: 600; }

/* ---------- Nav ---------- */
.navbar {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  padding: .7rem 0;
}
.navbar .navbar-brand {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--forest);
  letter-spacing: -.02em;
}
.navbar .navbar-brand span { color: var(--brass-dk); }
.navbar .nav-link {
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink);
  padding: .45rem .82rem !important;
}
.navbar .nav-link:hover, .navbar .nav-link:focus { color: var(--brass-dk); }
.navbar-toggler { border-color: var(--line); padding: .35rem .6rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(199,154,62,.35); }

/* ---------- Buttons ---------- */
.btn {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  border-radius: var(--rad);
  padding: .8rem 1.6rem;
  letter-spacing: .01em;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.btn-brass {
  background: var(--brass);
  border: 1px solid var(--brass);
  color: #1B1403;
  box-shadow: 0 4px 14px rgba(199,154,62,.34);
}
.btn-brass:hover, .btn-brass:focus {
  background: var(--brass-dk); border-color: var(--brass-dk); color: #fff;
  transform: translateY(-2px); box-shadow: 0 8px 22px rgba(154,116,42,.4);
}
.btn-forest {
  background: var(--forest); border: 1px solid var(--forest); color: #fff;
}
.btn-forest:hover, .btn-forest:focus {
  background: var(--forest-2); border-color: var(--forest-2); color: #fff; transform: translateY(-2px);
}
.btn-outline-forest {
  background: transparent; border: 1.5px solid var(--forest); color: var(--forest);
}
.btn-outline-forest:hover, .btn-outline-forest:focus { background: var(--forest); color: #fff; }
.btn-ghost-brass {
  background: transparent; border: 1.5px solid var(--brass-lt); color: var(--brass-lt);
}
.btn-ghost-brass:hover, .btn-ghost-brass:focus { background: var(--brass-lt); color: var(--forest); }
.btn-xl { padding: 1rem 2.1rem; font-size: 1.06rem; }

/* ---------- HERO ---------- */
.hero {
  background:
    radial-gradient(900px 420px at 88% 8%, rgba(199,154,62,.14), transparent 62%),
    linear-gradient(178deg, var(--cream) 0%, #FFFDF8 100%);
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
  border-bottom: 1px solid var(--line);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(16,35,28,.06);
  border: 1px solid var(--line);
  color: var(--forest-2);
  font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: .42rem .9rem; border-radius: 100px; margin-bottom: 1.1rem;
}
.hero h1 { margin-bottom: 1rem; }
.hero h1 .sub {
  display: block; font-size: .5em; font-weight: 500; color: var(--forest-3);
  letter-spacing: 0; margin-top: .5rem; font-style: italic;
}
.hero-intro { font-size: 1.06rem; color: #3A423E; }

/* Signature: apothecary label frame around product */
.label-frame {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.6rem;
  box-shadow: var(--shadow);
}
.label-frame::before {
  content: ""; position: absolute; inset: 9px;
  border: 1px solid var(--brass); opacity: .5; border-radius: 3px; pointer-events: none;
}
.label-frame .frame-cap {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--paper); padding: 0 .8rem;
  font-size: .66rem; font-weight: 700; letter-spacing: .3em; text-transform: uppercase;
  color: var(--brass-dk); white-space: nowrap;
}
.label-frame img { display: block; margin: 0 auto; max-height: 460px; width: auto; }

/* Keep the product visible alongside the tall hero copy column */
.hero-media { position: sticky; top: 92px; }

.float-chip {
  position: absolute; background: var(--paper); border: 1px solid var(--line);
  border-left: 3px solid var(--brass);
  padding: .5rem .8rem; box-shadow: var(--shadow); border-radius: var(--rad);
  font-size: .74rem; line-height: 1.3;
}
.float-chip b { display: block; font-family: 'Fraunces', serif; font-size: 1.05rem; color: var(--forest); }
.float-chip span { color: var(--muted); }
.chip-a { top: 6%; right: -6px; }
.chip-b { bottom: 16%; left: -10px; }

.hero-bullets { list-style: none; padding: 0; margin: 1.3rem 0; }
.hero-bullets li {
  position: relative; padding-left: 1.7rem; margin-bottom: .6rem; font-size: .97rem;
}
.hero-bullets li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--brass-dk); font-weight: 700;
}

/* Quick facts — spec sheet */
.spec-sheet {
  background: var(--paper); border: 1px solid var(--line);
  border-top: 3px solid var(--brass); border-radius: var(--rad);
  padding: 1.2rem 1.35rem; margin: 1.4rem 0;
}
.spec-sheet h4 {
  font-size: .74rem; letter-spacing: .2em; text-transform: uppercase;
  font-family: 'Inter', sans-serif; font-weight: 700; color: var(--brass-dk); margin-bottom: .85rem;
}
.spec-row {
  display: flex; gap: 1rem; padding: .45rem 0; border-bottom: 1px dashed var(--line); font-size: .89rem;
}
.spec-row:last-child { border-bottom: 0; }
.spec-row b { flex: 0 0 38%; color: var(--forest); font-weight: 600; }
.spec-row span { color: var(--muted); }

.stat-row { display: flex; gap: 1.6rem; flex-wrap: wrap; margin: 1.4rem 0; }
.stat-row .stat .num {
  font-family: 'Fraunces', serif; font-size: 1.9rem; font-weight: 700; color: var(--forest); line-height: 1;
}
.stat-row .stat .lbl {
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: .3rem;
}
.trust-inline { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.trust-inline span {
  font-size: .74rem; background: rgba(16,35,28,.05); border: 1px solid var(--line);
  padding: .3rem .7rem; border-radius: 100px; color: var(--forest-2);
}

/* ---------- Cards ---------- */
.card-plain {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--rad);
  padding: 1.6rem; height: 100%; transition: transform .18s ease, box-shadow .18s ease;
}
.card-plain:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-plain h4 { margin-bottom: .5rem; }
.card-plain p { color: var(--muted); font-size: .93rem; margin-bottom: 0; }

.trust-card { text-align: center; }
.trust-card img { height: 76px; width: auto; object-fit: contain; margin-bottom: .9rem; }

/* Mechanism cards */
.mech-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--rad);
  border-top: 3px solid var(--brass); padding: 1.5rem; height: 100%;
}
.mech-card .mech-ico {
  width: 42px; height: 42px; border-radius: 50%; background: var(--forest);
  color: var(--brass-lt); display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 1rem; margin-bottom: .9rem;
}
.mech-card h4 { font-size: 1.06rem; margin-bottom: .45rem; }
.mech-card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* Signature: ingredient apothecary label cards */
.ing-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--rad);
  padding: 1.5rem 1.4rem 1.3rem; height: 100%; position: relative;
  transition: border-color .18s ease, transform .18s ease;
}
.ing-card:hover { border-color: var(--brass); transform: translateY(-3px); }
.ing-card .ing-latin {
  font-family: 'Fraunces', serif; font-style: italic; font-size: .8rem;
  color: var(--brass-dk); letter-spacing: .02em; margin-bottom: .15rem;
}
.ing-card h4 { font-size: 1.1rem; margin-bottom: .6rem; }
.ing-card .ing-rule { height: 1px; background: var(--brass); opacity: .45; margin: 0 0 .8rem; }
.ing-card p { font-size: .91rem; color: var(--muted); margin-bottom: .8rem; }
.ing-card .ing-link {
  font-size: .82rem; font-weight: 600; color: var(--forest-3); text-decoration: none;
  border-bottom: 1px solid var(--brass);
}
.ing-card .ing-link:hover { color: var(--brass-dk); }

/* ---------- Reported-experience cards (clearly labelled, no fabricated identities) ---------- */
.exp-card {
  background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--brass);
  border-radius: var(--rad); padding: 1.5rem; height: 100%;
}
.exp-card .exp-tag {
  font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--brass-dk); margin-bottom: .6rem; display: block;
}
.exp-card h4 { font-size: 1.05rem; margin-bottom: .5rem; }
.exp-card p { font-size: .93rem; color: var(--muted); margin: 0; }

.notice {
  background: #FFF8E8; border: 1px solid #E8D9A8; border-left: 4px solid var(--brass);
  border-radius: var(--rad); padding: 1.1rem 1.3rem; font-size: .9rem; color: #5A4A20;
}
.notice strong { color: #3F340F; }

/* ---------- Pricing ---------- */
.price-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 6px;
  padding: 2rem 1.5rem 1.6rem; text-align: center; height: 100%; position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.price-card.featured { border: 2px solid var(--brass); box-shadow: var(--shadow); }
.price-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--brass); color: #1B1403; font-size: .69rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; padding: .34rem .95rem; border-radius: 100px;
  white-space: nowrap;
}
.price-card h3 { font-size: 1.4rem; margin-bottom: .2rem; }
.price-card .supply {
  font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem;
}
.price-card .price-img { max-height: 190px; width: auto; margin: 0 auto 1.1rem; display: block; }
.price-card .price-amt {
  font-family: 'Fraunces', serif; font-size: 2.6rem; font-weight: 700; color: var(--forest); line-height: 1;
}
.price-card .price-amt small { font-size: .95rem; font-weight: 500; color: var(--muted); }
.price-card .price-sub { font-size: .87rem; color: var(--muted); margin: .5rem 0 1.1rem; }
.price-card .price-sub b { color: var(--forest-3); }
.price-cards-img { max-width: 175px; margin: .9rem auto 0; display: block; opacity: .8; }

/* ---------- Bonuses ---------- */
.bonus-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--rad);
  padding: 1.4rem; height: 100%; text-align: center;
}
.bonus-card img { max-height: 168px; width: auto; margin: 0 auto 1rem; display: block; }
.bonus-card .bonus-no {
  font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--brass-dk); margin-bottom: .35rem;
}
.bonus-card h4 { font-size: 1.02rem; margin-bottom: .5rem; }
.bonus-card p { font-size: .88rem; color: var(--muted); margin-bottom: .7rem; }
.bonus-card .bonus-val {
  font-size: .82rem; font-weight: 600; color: var(--forest);
  border-top: 1px dashed var(--line); padding-top: .7rem;
}
.bonus-card .bonus-val s { color: var(--muted); font-weight: 400; }

/* ---------- Benefits ---------- */
.benefit-item {
  display: flex; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line);
}
.benefit-item:last-child { border-bottom: 0; }
.benefit-item .b-no {
  flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid var(--brass); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-size: .88rem; font-weight: 700; color: var(--brass-dk);
}
.benefit-item h4 { font-size: 1.05rem; margin-bottom: .3rem; }
.benefit-item p { font-size: .93rem; color: var(--muted); margin: 0; }

/* ---------- Guarantee ---------- */
.guarantee-box {
  background: var(--paper); border: 1px solid var(--brass); border-radius: 6px;
  padding: 2rem; text-align: center; position: relative;
}
.guarantee-box img { max-width: 170px; margin-bottom: 1.1rem; }

/* ---------- FAQ ---------- */
.accordion-item { border: 1px solid var(--line); border-radius: var(--rad) !important; margin-bottom: .7rem; overflow: hidden; }
.accordion-button {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.02rem; color: var(--forest);
  background: var(--paper); padding: 1.05rem 1.25rem;
}
.accordion-button:not(.collapsed) { background: var(--cream); color: var(--forest); box-shadow: none; }
.accordion-button:focus { box-shadow: 0 0 0 3px rgba(199,154,62,.3); border-color: var(--brass); }
.accordion-button::after { filter: sepia(1) saturate(3) hue-rotate(3deg); }
.accordion-body { font-size: .95rem; color: var(--muted); padding: 0 1.25rem 1.2rem; }

/* ---------- References ---------- */
.ref-list { list-style: none; padding: 0; margin: 0; counter-reset: ref; }
.ref-list li {
  counter-increment: ref; position: relative; padding-left: 2.3rem;
  margin-bottom: .8rem; font-size: .9rem; color: var(--muted);
}
.ref-list li::before {
  content: "[" counter(ref) "]"; position: absolute; left: 0; top: 0;
  font-weight: 700; color: var(--brass-dk); font-size: .82rem;
}
.ref-list a { color: var(--forest-3); text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Blog ---------- */
.post-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--rad);
  padding: 1.5rem; height: 100%; display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card .post-cat {
  font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--brass-dk); margin-bottom: .6rem;
}
.post-card h3 { font-size: 1.13rem; margin-bottom: .55rem; }
.post-card h3 a { color: var(--forest); text-decoration: none; }
.post-card h3 a:hover { color: var(--brass-dk); }
.post-card p { font-size: .91rem; color: var(--muted); flex-grow: 1; }
.post-card .post-more { font-size: .84rem; font-weight: 600; color: var(--forest-3); text-decoration: none; }
.post-card .post-more:hover { color: var(--brass-dk); }

.article { max-width: 780px; margin: 0 auto; }
.article h2 { font-size: 1.6rem; margin: 2.2rem 0 .9rem; }
.article h3 { font-size: 1.25rem; margin: 1.7rem 0 .7rem; }
.article p, .article li { font-size: 1.02rem; line-height: 1.8; }
.article ul, .article ol { margin-bottom: 1.2rem; padding-left: 1.3rem; }
.article li { margin-bottom: .5rem; }
.article a { color: var(--forest-3); text-decoration: underline; text-underline-offset: 2px; }
.article a:hover { color: var(--brass-dk); }
.article img { border-radius: var(--rad); margin: 1.5rem 0; }
.article blockquote {
  border-left: 3px solid var(--brass); padding: .3rem 0 .3rem 1.3rem;
  margin: 1.5rem 0; font-style: italic; color: var(--forest-2);
}
.post-meta {
  font-size: .82rem; color: var(--muted); border-bottom: 1px solid var(--line);
  padding-bottom: 1rem; margin-bottom: 1.8rem;
}
.toc {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--rad);
  padding: 1.2rem 1.4rem; margin: 1.6rem 0 2rem;
}
.toc h4 {
  font-size: .76rem; letter-spacing: .18em; text-transform: uppercase;
  font-family: 'Inter', sans-serif; font-weight: 700; color: var(--brass-dk); margin-bottom: .7rem;
}
.toc ol { margin: 0; padding-left: 1.2rem; }
.toc li { font-size: .92rem; margin-bottom: .35rem; }

.cta-inline {
  background: var(--forest); color: #D9E2DC; border-radius: 6px;
  padding: 1.7rem; margin: 2rem 0; text-align: center;
}
.cta-inline h4 { color: var(--paper); margin-bottom: .6rem; }
.cta-inline p { font-size: .94rem; margin-bottom: 1.1rem; }

/* ---------- Breadcrumb ---------- */
.crumb { background: var(--cream); border-bottom: 1px solid var(--line); padding: .75rem 0; font-size: .84rem; }
.crumb a { color: var(--forest-3); text-decoration: none; }
.crumb a:hover { color: var(--brass-dk); text-decoration: underline; }
.crumb .sep { color: var(--brass); margin: 0 .45rem; }
.crumb .cur { color: var(--muted); }

/* ---------- Page header ---------- */
.page-head {
  background: linear-gradient(178deg, var(--cream) 0%, #FFFDF8 100%);
  padding: clamp(2.2rem, 5vw, 3.6rem) 0; border-bottom: 1px solid var(--line);
}
.page-head h1 { margin-bottom: .8rem; }
.page-head p { color: var(--muted); font-size: 1.03rem; max-width: 720px; margin-bottom: 0; }

/* ---------- Legal ---------- */
.legal-body h2 { font-size: 1.35rem; margin: 2rem 0 .8rem; }
.legal-body p, .legal-body li { font-size: .97rem; color: #3A423E; }
.legal-body ul { padding-left: 1.3rem; margin-bottom: 1.2rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest); color: #A9BAB1; padding: 3.4rem 0 0; font-size: .91rem; }
.site-footer h5 {
  color: var(--paper); font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1rem;
}
.site-footer .f-brand {
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 1.5rem; color: var(--paper); display: block; margin-bottom: .8rem;
}
.site-footer .f-brand span { color: var(--brass); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: .55rem; }
.site-footer a { color: #A9BAB1; text-decoration: none; }
.site-footer a:hover { color: var(--brass-lt); }
.footer-trust {
  display: flex; flex-wrap: wrap; gap: .55rem; justify-content: center;
  border-top: 1px solid rgba(255,255,255,.1); margin-top: 2.6rem; padding: 1.6rem 0;
}
.footer-trust span {
  font-size: .73rem; border: 1px solid rgba(255,255,255,.16); padding: .3rem .8rem;
  border-radius: 100px; color: #BFCDC5;
}
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.1); padding: 1.4rem 0 6.5rem;
  font-size: .8rem; color: #8A9C93; text-align: center;
}
.footer-legal p { margin-bottom: .6rem; }

/* ---------- Sticky offer bar ---------- */
.sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1030;
  background: var(--forest); border-top: 2px solid var(--brass);
  padding: .6rem 0; box-shadow: 0 -4px 20px rgba(16,35,28,.28);
}
.sticky-bar .sb-inner {
  display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap;
}
.sticky-bar .sb-txt { color: #D9E2DC; font-size: .88rem; margin: 0; }
.sticky-bar .sb-txt b { color: var(--brass-lt); }
.sticky-bar .btn { padding: .55rem 1.3rem; font-size: .92rem; }

/* ---------- Utilities ---------- */
.lift { transition: transform .18s ease; }
.lift:hover { transform: translateY(-3px); }
.link-brass { color: var(--forest-3); text-decoration: underline; text-underline-offset: 2px; }
.link-brass:hover { color: var(--brass-dk); }
.aff-note {
  font-size: .8rem; color: var(--muted); background: var(--cream);
  border: 1px solid var(--line); border-radius: var(--rad); padding: .8rem 1rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .navbar-collapse { background: var(--paper); border-top: 1px solid var(--line); margin-top: .6rem; padding: .8rem 0; }
  .navbar .nav-link { padding: .6rem .2rem !important; }
  .chip-a, .chip-b { display: none; }
}
@media (max-width: 767.98px) {
  body { font-size: .97rem; }
  .hero { padding-top: 1.5rem; }
  .stat-row { gap: 1.1rem; }
  .stat-row .stat .num { font-size: 1.55rem; }
  .spec-row { flex-direction: column; gap: .1rem; }
  .spec-row b { flex: none; }
  .sticky-bar .sb-txt { display: none; }
  .sticky-bar .btn { width: 100%; }
  .footer-legal { padding-bottom: 5.5rem; }
  .price-card .price-img { max-height: 160px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .btn:hover, .card-plain:hover, .price-card:hover, .post-card:hover, .ing-card:hover { transform: none; }
}

:focus-visible { outline: 3px solid var(--brass); outline-offset: 2px; }
