/** Shopify CDN: Minification failed

Line 963:0 Unexpected ")"

**/
/* ============================================================
  FORGE × FERAL FUNGI — Redesign design system
  Loaded after theme.css. All rules namespaced under .forge-*
  so nothing here can affect un-migrated pages.
  ============================================================ */
body p, .ff-pdpreviews .ff-pdpreviews__quote,.ff-faq__a,.ff-tms .ff-tms__quote {
    text-transform: none;
}
  .forge {
  /* ---- Palette (exact values from the Figma mock-up) ---- */
  --ff-cream:        #f5ede4;   /* hero / page cream (Figma) */
  --ff-cream-2:      #ece1d4;   /* slightly deeper panel */
  --ff-paper:        #FAFAF8;   /* near-white card */
  --ff-ink:          #000;   /* near-black text (Figma uses black) */
  --ff-ink-soft:     #000;   /* secondary text */ 
  --ff-brown:        #5e442e;   /* brand brown — outlines, dark sections */
  --ff-brown-2:      #4a3826;   /* darker brown */
  --ff-taupe:        #AD9786;   /* mushroom taupe panel */
  --ff-terracotta:   #d48767;   /* accent / primary button */
  --ff-terracotta-d: #c2734f;   /* accent hover */
  --ff-gold:         #f5a623;   /* star rating gold (Figma) */
  --ff-teal:         #447f89;
  --ff-sage:         #919f86;
  --ff-footer:       #987554;
  --ff-line:         #e3d8c9;   /* hairline borders */
  --ff-line-2:       #d9ccba;

  /* ---- Section background rhythm (subtle alternation for flow) ---- */
  --ff-bg-a:         #f5ede4;   /* base cream */
  --ff-bg-b:         #fff;   /* a touch deeper — alternating band */
  --ff-bg-feature:   #e6dac8;   /* deeper warm — feature sections */

  /* ---- Type ---- */
  --ff-display: "Josefin Sans", var(--type-header-font-family, "Josefin Sans"), sans-serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* fluid scale */
  --ff-h1: clamp(2.5rem, 1.6rem + 3.9vw, 3.75rem);   /* ~40 → 68 */
  --ff-h2: clamp(2rem, 1.35rem + 2.8vw, 3.25rem);    /* ~32 → 52 */
  --ff-h3: clamp(1.4rem, 1.1rem + 1.2vw, 1.9rem);
  --ff-h4: clamp(1.15rem, 1rem + 0.5vw, 1.375rem);
  --ff-body-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  --ff-eyebrow: 1rem;
  --ff-eyebrow-pad-y: 15px;
  --ff-eyebrow-pad-x: 15px;

  /* ---- Spacing / layout (full-width + responsive horizontal padding) ---- */
  --ff-gutter: 20px;
  --ff-section-y: clamp(2rem, 2.5rem + 5vw, 6.25rem);
  --ff-section-y-compact: clamp(2rem, 1.25rem + 2.5vw, 3.25rem);
  --ff-card-radius: 15px;
  --ff-card-border-color: rgba(94, 68, 46, 0.3);
  --ff-card-border: 1px solid var(--ff-card-border-color);
  --ff-btn-bg: var(--ff-brown);
  --ff-btn-bg-hover: var(--ff-brown-2);
  --ff-btn-fg: #ffffff;
  --ff-btn-outline-border: var(--ff-brown);
  --ff-card-bg: rgba(255, 255, 255, 0.2);
  --ff-card-shadow: 2px 2px 9px 0 rgba(150, 150, 150, 0.25);
  --ff-radius: 22px;
  --ff-radius-lg: 32px;
  --ff-radius-pill: 999px;
  --ff-shadow: 0 18px 40px -24px rgba(48, 33, 20, 0.35);
  --ff-shadow-soft: 0 10px 30px -22px rgba(48, 33, 20, 0.4);
  --ff-ease: cubic-bezier(0.22, 1, 0.36, 1);

  font-family: var(--ff-body);
  color: var(--ff-ink);
}

/* Responsive horizontal gutters: mobile 20px · tablet 50px · desktop 100px */
@media (min-width: 641px) {
  .forge { --ff-gutter: 20px; }
  .forge {
    --ff-eyebrow: 1rem;
    --ff-eyebrow-pad-x: 25px;
  }
}
@media (min-width: 1340px) {
  .forge { --ff-gutter: 20px; }
}

/* Base resets within forge scope only */
.forge *,
.forge *::before,
.forge *::after { 
  box-sizing: border-box; 
}

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

/* Reset theme section wrappers so forge controls spacing */
.shopify-section.forge-section-wrap { 
  padding: 0; 
  margin: 0; 
}

/* ---------- Layout helpers ---------- */
.forge-section { 
  padding-block: var(--ff-section-y); 
  position: relative; 
}
.forge-section--compact { 
  padding-block: var(--ff-section-y-compact);
}
.forge-container {
  max-width:1440px;
  padding-inline: var(--ff-gutter);
  margin-left:auto;
  margin-right:auto;
}
/* Legacy alias — identical to .forge-container */
.forge-container--wide { 
  width: 100%; 
  padding-inline: var(--ff-gutter); 
}

/* Shared card surface (benefit tiles, trust, products, etc.) */
.ff-surface {
  background: var(--ff-card-bg);
  border: var(--ff-card-border);
  border-radius: var(--ff-card-radius);
  box-shadow: var(--ff-card-shadow);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.kl-private-reset-css-Xuajs1 span{
  font-size:14px !important;
}
/* ---------- Typography ---------- */
.forge h1, .forge h2, .forge h3, .forge h4 {
  font-family: var(--ff-display);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ff-ink);
  margin: 0;
  /* text-wrap: balance; */
      text-transform: none;
}
.text-section p {
    text-transform: none;
}
.ff-h1 { 
  font-size: var(--ff-h1); 
  line-height: 1.04; 
}
.ff-h2 { 
  font-size: var(--ff-h2); 
  line-height: 1.07; 
}
.ff-h3 { 
  font-size: var(--ff-h3); 
}
.forge p {
   margin: 0; 
  }
.ff-lead {
  font-size: var(--ff-body-size);
  line-height: 1.7;
  color: var(--ff-ink-soft);
  /* max-width: 56ch; */
}
.ff-accent { color: var(--ff-terracotta); }

/* Eyebrow pill — matches testimonials / Figma ref */
.ff-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--ff-body);
  font-size: var(--ff-eyebrow);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--ff-ink);
  background: #fff6;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  padding: var(--ff-eyebrow-pad-y) var(--ff-eyebrow-pad-x);
  -webkit-backdrop-filter: blur(7px); 
  backdrop-filter: blur(7px);
} 
h2.ff-h2.ff-section-title.ff-founder__h{
    margin-bottom: clamp(0.75rem, 1rem + 1vw, 1rem);
} 

/* ---------- Buttons (pill) ---------- */
.ff-btn {
  --bg: var(--ff-btn-bg);
  --fg: var(--ff-btn-fg); 
  display: inline-flex;
  align-items: center;  
  gap: 0.6em; 
  font-family: var(--ff-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: var(--fg);
  background: var(--bg); 
  border: 1px solid var(--bg);
  border-radius: var(--ff-radius-pill);
  padding: 0.95rem 1.6rem;
  cursor: pointer;
  transition: transform 0.35s var(--ff-ease), background 0.3s var(--ff-ease),
    box-shadow 0.35s var(--ff-ease), color 0.3s var(--ff-ease);
  will-change: transform;
}
.ff-btn .ff-btn__arrow { transition: transform 0.4s var(--ff-ease); }
.ff-btn:hover {
  --bg: var(--ff-btn-bg-hover);
  transform: translateY(-2px);
  box-shadow: var(--ff-shadow-soft);
  border-color: var(--ff-btn-bg-hover);
} 
.ff-btn:hover .ff-btn__arrow { 
  transform: translateX(4px);  
}
.ff-btn--ghost { 
  --bg: transparent;
  --fg: var(--ff-ink); 
  border-color: var(--ff-line-2);
  background: rgba(255, 255, 255, 0.4);
}
/* .home-testimonials .ff-tms__quote{
  font-size:32px !important;
}  */
.ff-btn--ghost:hover {   
  background: #fff; 
  border-color: var(--ff-btn-outline-border); 
} 
.ff-btn--accent { 
  --bg: var(--ff-terracotta); 
  --fg: #fff; 
  border-color: rgba(255,255,255,0.3); 
  -webkit-backdrop-filter: blur(7.5px); 
  backdrop-filter: blur(7.5px); 
}
.ff-btn--accent:hover { 
  --bg: var(--ff-terracotta-d); 
  border-color: var(--ff-terracotta-d); 
}
.ff-btn--outline { 
  --bg: transparent; 
  --fg: var(--ff-btn-outline-border); 
  border: 1.5px solid var(--ff-btn-outline-border);
  -webkit-backdrop-filter: blur(7.5px); 
  backdrop-filter: blur(7.5px); 
}
.ff-btn--outline:hover { 
  --bg: var(--ff-btn-bg); 
  --fg: var(--ff-btn-fg); 
  border-color: var(--ff-btn-bg); 
}
.ff-btn--light { 
  --bg: var(--ff-cream); 
  --fg: var(--ff-btn-bg); 
}
.ff-btn--block { 
  width: 100%; 
  justify-content: center; 
}
/* .ff-btn--lg { padding: 1.1rem 1.9rem; font-size: 1rem; } */
.ff-btn--lg { 
  padding: 12px 20px; 
  font-size: 1rem; 
}

/* ---------- Cards ---------- */
.ff-card {
  background: var(--ff-paper);
  border: 1px solid var(--ff-line);
  border-radius: var(--ff-radius);
  overflow: hidden;
  transition: transform 0.4s var(--ff-ease), box-shadow 0.4s var(--ff-ease);
}
.ff-card--hover:hover { 
  transform: translateY(-4px); 
  box-shadow: var(--ff-shadow); 
}

/* Inline star rating */
.ff-stars { 
  color: var(--ff-gold); 
  letter-spacing: 0.05em; 
  font-size: 0.95rem; 
}
.ff-rating-line {
  display: inline-flex; 
  align-items: center; 
  gap: 0.5rem;
  font-size: 0.9rem; 
  color: var(--ff-ink-soft);
}

/* Section heading cluster (centered) — Figma: 56px / 80px line, centered */
.ff-head {
  text-align: center;
  /* max-width: 52rem; */
  margin-inline: auto;
  margin-bottom: clamp(2.25rem, 1.5rem + 3vw, 3.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
} 
.shopify-pc__banner__dialog #shopify-pc__banner__body-title{
  font-size:25px !important;
}
.shopify-pc__banner__dialog p{
  font-size:14px !important;
}
.ff-head .ff-eyebrow { margin-bottom: 0; }
.ff-head .ff-h2,
.ff-head .ff-section-title {
  font-size: clamp(2rem, 1.2rem + 3.4vw, 3.5rem);
  line-height: 1.43;
  font-weight: 600;
}
.ff-head p,
.ff-head .ff-section-sub { margin-top: 0; }

/* Left-aligned header cluster — beats .ff-head center defaults */
.ff-head.ff-head--left,
.ff-head--left {
  text-align: left;
  align-items: flex-start;
  margin-inline: 0;
  max-width: none;
}
.ff-head--left .ff-eyebrow,
.ff-head--left .ff-h2,
.ff-head--left .ff-section-title,
.ff-head--left .ff-lead,
.ff-head--left .ff-section-sub,
.ff-head--left p { 
  text-align: left;
  margin-inline: 0;
  align-self: flex-start;
}
.ff-head--left .ff-section-sub {
  max-width: 48rem;
  width: 100%;
}

/* Left-aligned copy columns (hero, quiz, founder, subscribe, email) */
.ff-copy-col {
  text-align: left;  
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ff-copy-col .ff-eyebrow,
.ff-copy-col .ff-h1,
.ff-copy-col .ff-h2,
.ff-copy-col .ff-section-title,
.ff-copy-col .ff-lead,
.ff-copy-col .ff-section-sub,
.ff-copy-col p {
  text-align: left;
  margin-inline: 0;
}

.ff-section-sub {
  font-family: var(--ff-body);
  font-size: 1.0625rem;
  line-height: 1.55;
  font-weight: 500;
  color: var(--ff-ink);
  max-width: 48rem;
}
.ff-head:not(.ff-head--left) .ff-section-sub,
.ff-head:not(.ff-head--left) .ff-section-sub p {
  margin-inline: auto;
  text-align: center;
}

/* ---------- Scroll reveals (progressive enhancement) ----------
    Content is VISIBLE by default. The hidden-until-revealed state only applies
    when JS adds `.forge-anim` to <html> (see forge-assets-head inline script),
    so if JS or the observer never runs, nothing is ever hidden. JS adds .is-in
    to reveal; a failsafe timer in forge.js reveals anything left hidden. */
html.forge-anim .forge [data-ff-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s var(--ff-ease), transform 0.8s var(--ff-ease);
  will-change: opacity, transform;
}
html.forge-anim .forge [data-ff-reveal].is-in { opacity: 1; transform: none; }
html.forge-anim .forge [data-ff-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ff-ease), transform 0.7s var(--ff-ease);
}
html.forge-anim .forge [data-ff-reveal-stagger].is-in > * { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .forge * { scroll-behavior: auto !important; }
}

/* =====================================================================
    SECTION: Hero — full-bleed 50/50 split (matches Figma)
    --ff-edge aligns copy with the same horizontal gutter as other sections.
    ===================================================================== */
.forge { --ff-edge: var(--ff-gutter); }
.ff-hero { overflow: clip; }
.ff-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: stretch;
  min-height: clamp(560px, 80vh, 850px);
}
.ff-hero__copy { display: flex; align-items: center; padding-left: var(--ff-edge); }
.ff-hero__copy-inner {
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 3vw, 3rem) clamp(2rem, 4vw, 4rem) 0;
  text-align: left;
}
.ff-hero__copy-inner .ff-eyebrow { margin-bottom: 1.6rem; }
.ff-hero__h1 {
  font-family: var(--ff-display); font-weight: 600; color: var(--ff-ink);
  font-size: var(--ff-h1); line-height: 1.04; letter-spacing: -0.01em;
  line-height:1.2;
  margin-bottom: 1.5rem; text-wrap: balance;
}
@media only screen and (min-width: 1024px) {
  .site-header .menu__item.menu__item--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: #5e442e;
    flex-shrink: 0;
  }
  .site-header .menu__item.menu__item--icon .navlink--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    color: #fff;
  }
  .site-header .menu__item.menu__item--icon .navlink--icon .icon {
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    fill: currentColor;
    stroke: none;
  }
  .site-header .menu__item.menu__item--icon .navlink--icon .icon path {
    fill: currentColor;
    stroke: none;
  }
  .site-header .menu__item.menu__item--icon .navlink--icon .icon .cart-indicator {
    fill: var(--accent);
    stroke: none;
  }
}
.ff-hero__sub { margin-bottom: 2rem; }
.ff-hero__sub p { font-size: 1.125rem; line-height: 1.7; color: var(--ff-ink); max-width: 50ch }
.ff-hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.ff-hero__micro-wrap { display: flex; flex-direction: column; gap: 1.4rem; }
.ff-hero__rule { height: 1px; width: 100%; background: rgba(94, 68, 46, 0.22); }
.ff-hero__micro { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.4rem;
  font-size: 1rem; color: var(--ff-ink); }
.ff-hero__vrule { width: 1px; height: 22px; background: rgba(94, 68, 46, 0.3); }
.ff-hero .ff-rating-line { font-size: 1rem; color: var(--ff-ink); }
.ff-hero .ff-stars { font-size: 0.95rem; }
.ff-hero__media { position: relative; overflow: hidden; min-height: 360px; background: #cbb89f; }
.ff-hero__media img,
.ff-hero__media video {
  position: absolute; 
  inset: 0; 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  /* -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 8%, #000 18%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 8%, #000 18%); */
}
.ff-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(242, 232, 223, 0.55) 0%, rgba(242, 232, 223, 0) 10%, rgba(242, 232, 223, 0) 88%, rgba(242, 232, 223, 0.5) 100%),
    linear-gradient(to right, var(--ff-hero-fade, #f2e8df) 0%, rgba(242, 232, 223, 0.55) 10%, rgba(242, 232, 223, 0) 28%);
}
.ff-hero__ph { 
  position: absolute; 
  inset: 0; 
  background: linear-gradient(135deg, #cbb89f, #8a7152); 
} 

/* Decorative bottom hills / wave texture (benefits, differentiator) */
.ff-section--texture-bottom {
  position: relative;
  overflow: clip;
}
.ff-section__texture {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(72px, 11vw, 160px);
  pointer-events: none;
  z-index: 0;
  opacity: var(--ff-texture-opacity, 0.28);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%235e442e' fill-opacity='0.12' d='M0,64 C240,120 480,0 720,48 C960,96 1200,24 1440,72 L1440,120 L0,120 Z'/%3E%3Cpath fill='%235e442e' fill-opacity='0.08' d='M0,88 C320,40 640,112 960,64 C1120,40 1280,80 1440,56 L1440,120 L0,120 Z'/%3E%3C/svg%3E");
}
.ff-section__texture[style*="--ff-texture-url"] {
  background-image: var(--ff-texture-url);
}
.ff-section--texture-bottom > .forge-container,
.ff-section--texture-bottom > .ff-hero__grid {
  position: relative;
  z-index: 1;
}
 
.ff-hero .ff-btn--outline {
  --bg: rgba(255, 255, 255, 0.45);
  --fg: var(--ff-brown);
  /* border: 1.5px solid #fff; */
  box-shadow: inset 0 0 0 1px rgba(94, 68, 46, 0.18);
}
.ff-hero .ff-btn--outline:hover {
  --bg: #fff;
  border-color: var(--ff-brown);
}

@media (max-width: 860px) {
  .ff-hero__grid { 
    grid-template-columns: 1fr; 
    min-height: 0; 
  }
  .ff-hero__media { 
    min-height: 320px; 
    order: -1; 
  }
  .ff-hero__copy { 
    padding-left: 0; 
  }
  .ff-hero__copy-inner { 
    max-width: none; 
    padding: clamp(2rem,6vw,3rem) var(--ff-gutter); 
  }
  .ff-hero__media img,
  .ff-hero__media video {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .ff-hero__media::after { 
    display: none; 
  }
}

/* ============================================================
    Header container — match forge section gutters (20 / 50 / 100px)
    ============================================================ */
.site-header {
  --ff-gutter: 20px;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-family: var(--ff-body);
}

.site-header .nav,
.site-header .nav .navlink,
.site-header .nav .navtext,
.site-header .mobile-menu {
  font-family: var(--ff-body);
  color: #000;
      font-weight: 500;
}

/* Announcement bar — Figma ref typography */
.announcement .announcement__text * {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

/* Mobile header — use viewport width, not pointer type (fixes DevTools inspect) */
@media only screen and (max-width: 1023px) {
  .site-header:not(.js__header__clone) .nav--default {
    display: none !important;
  }

  .site-header > .wrapper {
    justify-content: center;
  }

  .mobile-menu {
    display: flex !important;
  }

  .mobile-menu__button--burger,
  .mobile-menu__button,
  .mobile-menu search-popdown.mobile-menu__button {
    display: flex !important;
  }

  .mobile-menu search-popdown.mobile-menu__button {
    align-items: center;
    justify-content: center;
    height: 34px;
    min-width: 34px;
    flex-shrink: 0;
    margin-right: 5px;
    PADDING:0PX;
  }

  .mobile-menu search-popdown.mobile-menu__button details {
    display: flex;
    width: auto;
    height: 100%;
  }

  .mobile-menu > .mobile-menu__button.cart__toggle,
  .mobile-menu search-popdown.mobile-menu__button .search-popdown__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #5e442e;
    color: #fff;
    padding: 0;
  }

  .mobile-menu .mobile-menu__button .icon,
  .mobile-menu search-popdown .search-popdown__toggle .icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
  }

  .mobile-menu .cart__toggle .icon,
  .mobile-menu .cart__toggle .icon path {
    fill: currentColor;
    stroke: none;
  }

  .mobile-menu .cart__toggle .icon .cart-indicator {
    fill: var(--accent);
    stroke: none;
  }

  .mobile-menu .icon-search {
    fill: none;
    stroke: currentColor;
    transform: none;
  }
}

/*
  Desktop + drawer menu (site-header--compress):
  No search pill. Use mobile-style circular search + cart icons,
  inset with the same header gutter as the hamburger (stay in container).
*/
@media only screen and (min-width: 1024px) {
  .site-header--compress:not(.js__header__clone) .nav--default {
    display: none !important;
  }
  .site-header--compress .mobile-menu {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    padding-right: var(--ff-gutter);
    right: 0;
  }
  .site-header--compress .mobile-menu__button--burger {
    display: flex !important;
    left: var(--ff-gutter);
  }
  .site-header--compress .mobile-menu__button,
  .site-header--compress .mobile-menu search-popdown.mobile-menu__button {
    display: flex !important;
  }
  .site-header--compress .mobile-menu search-popdown.mobile-menu__button {
    align-items: center;
    justify-content: center;
    height: 44px;
    min-width: 44px;
    flex-shrink: 0;
    margin-right: 5px;
    padding: 0;
  }
  .site-header--compress .mobile-menu search-popdown.mobile-menu__button details {
    display: flex;
    width: auto;
    height: 100%;
  }
  .site-header--compress .mobile-menu > .mobile-menu__button.cart__toggle,
  .site-header--compress .mobile-menu search-popdown.mobile-menu__button .search-popdown__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #5e442e;
    color: #fff;
    padding: 0;
  }
  .site-header--compress .mobile-menu .mobile-menu__button .icon,
  .site-header--compress .mobile-menu search-popdown .search-popdown__toggle .icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
  }
  .site-header--compress .mobile-menu .cart__toggle .icon,
  .site-header--compress .mobile-menu .cart__toggle .icon path {
    fill: currentColor;
    stroke: none;
  }
  .site-header--compress .mobile-menu .cart__toggle .icon .cart-indicator {
    fill: var(--accent);
    stroke: none;
  }
  .site-header--compress .mobile-menu .icon-search {
    fill: none;
    stroke: currentColor;
    transform: none;
  }
}

@media (min-width: 641px) {
  .site-header { --ff-gutter: 20px; }
}
@media (min-width: 1340px) {
  .site-header { --ff-gutter: 20px; }
}
@media (max-width:1199px){
  .forge{
    --ff-h1: clamp(2.5rem, 1.6rem + 3.9vw, 3rem);
  }
}

.site-header > .wrapper.forge-container {
  max-width: 1440px;
  margin-left:auto;
  margin-right:auto;
  /* max-width: none; */
  padding-inline: var(--ff-gutter);
}

.site-header .nav.forge-container {
  width: 100%;
  padding-inline: 0;
}

/* ============================================================
    Header pill search — same predictive suggestions as search page
    ============================================================ */
search-popdown.search-popdown--header-pill {
  --width: 600px;
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 1 260px;
  width: 260px;
  max-width: 100%;
  margin-right: 10px;
}

search-popdown.search-popdown--header-pill .search-popdown__body,
search-popdown.search-popdown--header-pill .search-popdown__main,
search-popdown.search-popdown--header-pill .search-form {
  width: 100%;
}

search-popdown.search-popdown--header-pill .search-form__inner {
  display: flex;
  min-height: 0;
  padding: 0;
  background: transparent;
}

search-popdown.search-popdown--header-pill .search-form__input-holder--pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: none;
  margin: 0;
  padding: 0 1rem;
  min-height: 44px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 999px;
}

search-popdown.search-popdown--header-pill .search-form__input {
  --input-bg: transparent;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0.5rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #4b4038;
  font-family: var(--ff-body, "Inter", sans-serif);
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

search-popdown.search-popdown--header-pill .search-form__input::placeholder {
  color: rgba(75, 64, 56, 0.55);
  opacity: 1;
}

search-popdown.search-popdown--header-pill .search-form__input:focus,
search-popdown.search-popdown--header-pill .search-form__input:active {
  outline: none;
  box-shadow: none;
}

search-popdown.search-popdown--header-pill .search-form__submit--pill {
  position: static;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4b4038;
  cursor: pointer;
}

search-popdown.search-popdown--header-pill .search-form__submit--pill .icon {
  width: 20px;
  height: 20px;
  stroke-width: calc(var(--STROKE-WIDTH) - 2px);
}

search-popdown.search-popdown--header-pill .popular-searches {
  display: none !important;
}

/* Dropdown panel — same content as search page, wider than pill */
search-popdown.search-popdown--header-pill .search-popdown__results {
  left: auto;
  right: 0;
  width: var(--width);
  max-width: min(600px, calc(100vw - 2 * var(--ff-gutter, 20px)));
  height: auto;
  max-height: min(70vh, 520px);
  top: calc(100% + 0.35rem);
  z-index: 130;
  pointer-events: none;
}

search-popdown.search-popdown--header-pill .search-popdown__results > * {
  pointer-events: auto;
}

search-popdown.search-popdown--header-pill .predictive-search {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border: var(--BORDER-WIDTH) solid var(--border);
}

@media only screen and (max-width: 1023px) {
  search-popdown.search-popdown--header-pill {
    display: none !important;
  }
}

/* Footer newsletter — mobile gap fix (do not remove existing footer styles) */
@media (max-width: 640px) {
  .ff-hero__vrule {
  display: none;
}
  .ff-footer__news {
    gap: 1.25rem;
  }

  .ff-footer__news-h,
  .ff-footer__news-form {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* ============================================================
    Section body copy — unified Inter size & line-height
    (append-only; does not remove existing section styles)
    Mobile: 16px · Desktop: 18px · Line-height: 1.7 everywhere
    ============================================================ */
.forge {
  --ff-section-body-size: 1rem;
  --ff-section-body-lh: 1.5;
}

@media (min-width: 641px) {
  .forge {
    --ff-section-body-size: 1rem;
  }
}

.forge :is(
  .ff-lead,
  .ff-section-sub,
  .ff-hero__sub,
  .ff-founder__body,
  .ff-tradition__body,
  .ff-stirit__body,
  .ff-capture__lead,
  .ff-subval__lead,
  .ff-subval__body,
  .ff-diff__sub,
  .ff-diff__b,
  .ff-format__line,
  .ff-tms__sub,
  .ff-quiz__lead,
  .ff-pdpreviews__sub,
  .ff-howto__step-body,
  .ff-ingredients__card-body,
  .ff-faq__a,
  .ff-benefit__support,
  .ff-prod__tag,
  .ff-crosssell__feature-line,
  .ff-crosssell__card-line,
),
.forge :is(
  .ff-section-sub,
  .ff-lead,
  .ff-hero__sub,
  .ff-diff__sub,
  .ff-tms__sub,
  .ff-capture__lead,
  .ff-quiz__lead,
  .ff-pdpreviews__sub
) :is(p, li) {
  font-family: var(--ff-body) !important;
  font-size: var(--ff-section-body-size) !important;
  line-height: var(--ff-section-body-lh) !important;
}

.forge :is(.ff-section-sub, .ff-diff__sub, .ff-tms__sub, .ff-pdpreviews__sub) {
  font-weight: 500;
}

/* Eyebrow — unified across all sections (matches testimonials ref; append-only) */
.forge .ff-eyebrow:not(.ff-eyebrow--onDark) {
  font-family: var(--ff-body) !important;
  font-size: var(--ff-eyebrow) !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--ff-ink) !important;
  background: #fff6 !important;
  border: 1px solid #d2d2d2 !important;
  border-radius: 40px !important;
  padding: var(--ff-eyebrow-pad-y) var(--ff-eyebrow-pad-x) !important;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

/* Mega menu — match header nav / body scale (was 1.25rem column titles) */
.site-header {
  --ff-megamenu-title-size: 1rem;
  --ff-megamenu-link-size: 1rem;
  --ff-megamenu-lh: 1.5;
}

@media (min-width: 641px) {
    .forge .ff-eyebrow:not(.ff-eyebrow--onDark) {
  line-height: 1.2 !important;
    }
  .site-header {
    --ff-megamenu-link-size: 1.125rem;
  }
}

.site-header .header__dropdown .header__grandparent__links,
.site-header .header__dropdown .dropdown__family {
  font-family: var(--ff-body, "Inter", sans-serif);
}

.site-header .grandparent .navlink--child > .navtext {
  font-family: var(--ff-body, "Inter", sans-serif) !important;
  font-size: var(--ff-megamenu-title-size) !important;
  font-weight: 500 !important;
  line-height: var(--ff-megamenu-lh) !important;
}

.site-header .grandparent .navlink--grandchild > .navtext {
  font-family: var(--ff-body, "Inter", sans-serif) !important;
  font-size: var(--ff-megamenu-link-size) !important;
  font-weight: 400 !important;
  line-height: var(--ff-megamenu-lh) !important;
}

.site-header .grandparent .dropdown__family {
  font-size: var(--ff-megamenu-link-size) !important;
}

/* ============================================================
    Nav — dropdown caret + simple dropdown (append-only)
    ============================================================ */
.site-header .navlink--toplevel.navlink--has-dropdown {
  gap: 0.35em;
}

.site-header .navlink__caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  color: inherit;
  pointer-events: none;
}

.site-header .navlink__caret .icon-select {
  width: 0.55em;
  height: 0.55em;
  transform: rotate(90deg);
  transition: transform 0.25s ease;
  stroke-width: calc(var(--STROKE-WIDTH) - 2px);
}

.site-header .menu__item.parent.is-visible .navlink__caret .icon-select,
.site-header .menu__item.grandparent.is-visible .navlink__caret .icon-select {
  transform: rotate(-90deg);
}

.site-header .parent .header__dropdown .navlink--child > .navtext {
  font-family: var(--ff-body, "Inter", sans-serif) !important;
  font-size: var(--ff-megamenu-link-size) !important;
  font-weight: 400 !important;
  line-height: var(--ff-megamenu-lh) !important;
}

/* ============================================================
    PDP — ritual band continuity (how-to + stir it in)
    ============================================================ */
.forge-section-wrap:has(.ff-howto--tight-bottom) + .forge-section-wrap:has(.ff-stirit--tight-top) .ff-stirit {
  margin-top: 0;
}
.forge-section-wrap:has(.ff-howto--tight-bottom) + .forge-section-wrap:has(.ff-stirit--tight-top) .ff-stirit--tight-top {
  padding-top: clamp(1.5rem, 1rem + 2.5vw, 3rem);
}

/* PDP testimonials — rating headline matches forge-pdpreviews scale */
.ff-tms--pdp .ff-tms__quote {
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.125rem);
  line-height: 1.5;
}
@media (min-width: 981px) {
  .ff-tms--pdp .ff-tms__quote {
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.25rem);
  }
}