/* ============================================================
FlowBlend Homepage 2.0 — /content/css/flowblend-home-v2.css
Scope: every rule under .fb-home2 (Zeno parent-class pattern).
Fonts load site-wide via theme; @import kept as belt-and-suspenders.
Bump ?v= in the <link> tag on every change (BC CDN caches hard).
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Work+Sans:wght@400;600;900&family=Raleway:wght@600&family=Bebas+Neue&display=swap');

/* ---------- Tokens ---------- */
.fb-home2 {
  --fb2-ink: #0E0E0E;
  --fb2-muted: #2B2B2B;
  --fb2-line: rgba(43, 43, 43, 0.12);
  --fb2-alt: #F1F1F1;
  --fb2-calm: #00B87C;
  --fb2-focus: #0096FF;
  --fb2-energy: #ED5C00;
  --fb2-amber: #C4841D;
  font-family: 'Work Sans', sans-serif;
  color: #0E0E0E;
  box-sizing: border-box;
}
.fb-home2 *, .fb-home2 *::before, .fb-home2 *::after { box-sizing: border-box; }
.fb-home2 img { max-width: 100%; height: auto; display: block; }

/* Overflow nuke (mechanics skill §8) */
html, body { overflow-x: hidden !important; max-width: 100vw !important; }
.fb-home2 { overflow-x: hidden; max-width: 100%; }

/* ---------- Full-bleed breakout (BC-native deploy: no Zeno rows to paint) ----------
   Any band with its own background escapes the theme's content container.
   When the parent is already viewport-wide, calc resolves to ~0 — harmless. */
.fb-home2.fb2-announce,
.fb-home2.fb2-ticker,
.fb-home2.fb2-close,
.fb-home2.fb2-beat,
.fb-home2.fb2-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* ---------- Type ---------- */
.fb-home2 h1, .fb-home2 h2, .fb-home2 h3 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em;
  color: #0E0E0E;
  margin: 0 0 16px;
  text-transform: none !important;
}
.fb-home2 p { font-size: 19px; line-height: 1.55; color: #2B2B2B; margin: 0 0 16px; }
.fb-home2 .fb2-h2 { font-size: 40px; }
.fb-home2 h3 { font-size: 26px; }
.fb-home2 .fb2-eyebrow {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2B2B2B;
  margin: 0 0 12px;
}
.fb-home2 .fb2-eyebrow--ondark { color: rgba(255,255,255,0.85); }
.fb-home2 .fb2-lede { font-size: 20px; max-width: 680px; margin: 0 auto 40px; }
.fb-home2 .fb2-center { text-align: center; }
.fb-home2 .fb2-visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap;
}

/* ---------- Buttons (locked navy gradient, all anchor states) ---------- */
.fb-home2 a.fb2-btn,
.fb-home2 a.fb2-btn:link,
.fb-home2 a.fb2-btn:visited,
.fb-home2 a.fb2-btn:active,
.fb-home2 button.fb2-btn {
  display: inline-block;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 900 !important;
  font-size: 17px;
  text-decoration: none !important;
  border-radius: 999px !important;
  padding: 16px 34px;
  border: 0;
  cursor: pointer;
  min-height: 48px;
  line-height: 1.1;
  text-align: center;
}
.fb-home2 a.fb2-btn--primary,
.fb-home2 a.fb2-btn--primary:link,
.fb-home2 a.fb2-btn--primary:visited,
.fb-home2 a.fb2-btn--primary:active,
.fb-home2 button.fb2-btn--primary {
  background: linear-gradient(to bottom, #000000, #031B7A) !important;
  color: #FFFFFF !important;
}
.fb-home2 a.fb2-btn--primary:hover,
.fb-home2 button.fb2-btn--primary:hover {
  background: linear-gradient(to bottom, #0a0a0a, #0420a0) !important;
  color: #FFFFFF !important;
}
.fb-home2 a.fb2-btn--ghost,
.fb-home2 a.fb2-btn--ghost:link,
.fb-home2 a.fb2-btn--ghost:visited,
.fb-home2 a.fb2-btn--ghost:active {
  background: transparent !important;
  color: #0E0E0E !important;
  box-shadow: inset 0 0 0 2px #0E0E0E;
}
.fb-home2 a.fb2-btn--ghost:hover { background: rgba(14,14,14,0.06) !important; color: #0E0E0E !important; }
.fb-home2 a.fb2-btn--light,
.fb-home2 a.fb2-btn--light:link,
.fb-home2 a.fb2-btn--light:visited,
.fb-home2 a.fb2-btn--light:active {
  background: #FFFFFF !important;
  color: #0E0E0E !important;
}
.fb-home2 a.fb2-btn--light:hover { background: #F1F1F1 !important; color: #0E0E0E !important; }
.fb-home2 a.fb2-btn--ghost-light,
.fb-home2 a.fb2-btn--ghost-light:link,
.fb-home2 a.fb2-btn--ghost-light:visited,
.fb-home2 a.fb2-btn--ghost-light:active {
  background: transparent !important;
  color: #FFFFFF !important;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.7);
}
.fb-home2 a.fb2-btn--ghost-light:hover { background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important; }

.fb-home2 a.fb2-link-arrow,
.fb-home2 a.fb2-link-arrow:link,
.fb-home2 a.fb2-link-arrow:visited {
  font-weight: 600;
  font-size: 18px;
  color: #0E0E0E !important;
  text-decoration: none !important;
  border-bottom: 2px solid #C4841D;
  padding-bottom: 2px;
}
.fb-home2 a.fb2-link-arrow:hover { color: #031B7A !important; }

/* ---------- Sections ---------- */
.fb-home2.fb2-section { padding: 80px 24px; background: #FFFFFF; }
.fb-home2.fb2-section--alt { background: #F1F1F1; } /* also set on the Zeno Row */
.fb-home2.fb2-section > * { max-width: 1200px; margin-left: auto; margin-right: auto; }

/* ---------- 1. Announcement ---------- */
.fb-home2.fb2-announce { background: #0E0E0E; padding: 10px 16px; text-align: center; }
.fb-home2.fb2-announce p {
  color: #FFFFFF; font-size: 15px; font-weight: 600; margin: 0; letter-spacing: 0.02em;
}
.fb-home2.fb2-announce .fb2-announce__plus { color: #C4841D; font-weight: 900; padding: 0 4px; }

/* ---------- 2. Hero ---------- */
.fb-home2.fb2-hero {
  background: #FFFFFF;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px 56px;
}
.fb-home2 .fb2-hero__tagline {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: 72px;
  line-height: 1.05;
  color: #0E0E0E;
  margin: 0 0 12px;
}
.fb-home2 .fb2-hero__h1 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
  color: #2B2B2B !important;
  margin: 0 0 18px;
}
.fb-home2 .fb2-hero__sub { font-size: 19px; max-width: 540px; }
.fb-home2 .fb2-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 20px; }
.fb-home2 .fb2-hero__rating { min-height: 34px; }
.fb-home2 .fb2-hero__rating-fallback { font-size: 15px; color: #2B2B2B; }
.fb-home2 .fb2-hero__media img { border-radius: 10px; width: 100%; object-fit: cover; }

/* ---------- 3. Ticker ---------- */
.fb-home2.fb2-ticker {
  background: #0E0E0E; overflow: hidden; padding: 14px 0; white-space: nowrap;
}
.fb-home2 .fb2-ticker__track {
  display: inline-flex; align-items: center; gap: 28px;
  animation: fb2-marquee 36s linear infinite;
  will-change: transform;
}
.fb-home2 .fb2-ticker__track span {
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.fb-home2 .fb2-ticker__track span[aria-hidden="true"]:nth-child(even) { color: #C4841D; }
@keyframes fb2-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .fb-home2 .fb2-ticker__track { animation: none; flex-wrap: wrap; white-space: normal; justify-content: center; }
}

/* ---------- 4. Category router ---------- */
.fb-home2 .fb2-router__lede { font-size: 22px; max-width: 640px; margin: 0 auto 48px; }
.fb-home2 .fb2-router__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
}
.fb-home2 .fb2-router__card {
  background: #FFFFFF;
  border: 1px solid rgba(43,43,43,0.12);
  border-top: 4px solid var(--fb2-router-accent, #0E0E0E);
  border-radius: 10px;
  padding: 32px 28px;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 1px 3px rgba(14,14,14,0.06), 0 1px 2px rgba(14,14,14,0.04);
}
.fb-home2 .fb2-router__card--calm   { --fb2-router-accent: #00B87C; }
.fb-home2 .fb2-router__card--focus  { --fb2-router-accent: #0096FF; }
.fb-home2 .fb2-router__card--energy { --fb2-router-accent: #ED5C00; }
.fb-home2 .fb2-router__mode {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fb2-router-accent);
  margin: 0 0 8px;
}
.fb-home2 .fb2-router__h2 { font-size: 30px !important; margin: 0 0 6px; }
.fb-home2 .fb2-router__tag { font-weight: 600; font-size: 16px; color: #2B2B2B; margin: 0 0 18px; }
.fb-home2 .fb2-router__img { border-radius: 10px; margin: 0 0 18px; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.fb-home2 .fb2-router__body { font-size: 17px; flex-grow: 1; }
.fb-home2 .fb2-router__feel { font-size: 16px; color: #C4841D; margin: 0 0 20px; }
.fb-home2 a.fb2-router__link,
.fb-home2 a.fb2-router__link:link,
.fb-home2 a.fb2-router__link:visited {
  font-weight: 900;
  font-size: 17px;
  color: #0E0E0E !important;
  text-decoration: none !important;
  border-bottom: 2px solid var(--fb2-router-accent);
  align-self: flex-start;
  padding-bottom: 2px;
}
.fb-home2 a.fb2-router__link:hover { color: #031B7A !important; }

/* ---------- 5. Bestsellers ---------- */
.fb-home2 .fb2-best__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  margin-bottom: 44px;
}
.fb-home2 a.fb2-best__card,
.fb-home2 a.fb2-best__card:link,
.fb-home2 a.fb2-best__card:visited {
  background: #FFFFFF;
  border: 1px solid rgba(43,43,43,0.12);
  border-radius: 10px;
  padding: 20px;
  text-decoration: none !important;
  color: #0E0E0E !important;
  display: flex !important;
  flex-direction: column !important;
  transition: box-shadow 0.15s ease;
}
.fb-home2 a.fb2-best__card:hover { box-shadow: 0 4px 12px rgba(14,14,14,0.08); }
.fb-home2 .fb2-best__card img { border-radius: 8px; margin-bottom: 14px; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #F1F1F1; }
.fb-home2 .fb2-best__chip {
  align-self: flex-start;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.fb-home2 .fb2-chip--calm   { background: #00B87C; }
.fb-home2 .fb2-chip--focus  { background: #0096FF; }
.fb-home2 .fb2-chip--energy { background: #ED5C00; }
.fb-home2 .fb2-best__card h3 { font-size: 22px; margin: 0 0 6px; }
.fb-home2 .fb2-best__line { font-size: 16px; margin: 0 0 10px; flex-grow: 1; }
.fb-home2 .fb2-best__price { font-weight: 900; font-size: 18px; color: #0E0E0E; margin: 0; }

/* ---------- 6. Switcher table ---------- */
.fb-home2 .fb2-switch__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.fb-home2 .fb2-switch__table {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #FFFFFF;
  border: 1px solid rgba(43,43,43,0.12);
  border-radius: 10px;
  overflow: hidden;
}
.fb-home2 .fb2-switch__table th {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  color: #FFFFFF;
  background: #0E0E0E;
  padding: 14px 20px;
}
.fb-home2 .fb2-switch__table td {
  font-size: 17px;
  line-height: 1.5;
  color: #2B2B2B;
  padding: 18px 20px;
  border-top: 1px solid rgba(43,43,43,0.12);
  vertical-align: top;
}
.fb-home2 .fb2-switch__table td strong { color: #0E0E0E; font-weight: 900; }
.fb-home2 .fb2-switch__note { font-size: 17px; color: #2B2B2B; margin-top: 24px; }

/* ---------- 6.5 Beat band (full-bleed lifestyle) ---------- */
.fb-home2.fb2-beat {
  position: relative;
  height: clamp(420px, 58vh, 640px);
  overflow: hidden;
  background: #0E0E0E; /* paints while the image loads */
}
.fb-home2 .fb2-beat__img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center 40%;
}
.fb-home2 .fb2-beat__overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 96px 32px 48px;
  background: linear-gradient(to top, rgba(14,14,14,0.72), rgba(14,14,14,0));
}
.fb-home2 .fb2-beat__overlay > * { max-width: 1200px; margin-left: auto; margin-right: auto; }
.fb-home2 .fb2-beat__line {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 6px auto 0;
}

/* ---------- 7. How it works ---------- */
.fb-home2 .fb2-how__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
  max-width: 1080px;
  margin: 48px auto 0;
}
.fb-home2 .fb2-how__step {
  background: #FFFFFF;
  border: 1px solid rgba(43,43,43,0.12);
  border-radius: 10px;
  padding: 32px 28px;
  text-align: center;
}
.fb-home2 .fb2-how__step p.fb2-how__num {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #C4841D;
  margin: 0 0 10px;
}
.fb-home2 .fb2-how__step h3 { font-size: 24px; }
.fb-home2 .fb2-how__step p { font-size: 17px; margin: 0; }

/* ---------- 8. Reviews ---------- */
.fb-home2 .fb2-reviews__grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
  max-width: 1080px;
  margin: 0 auto 36px;
}
.fb-home2 .fb2-review {
  background: #FFFFFF;
  border: 1px solid rgba(43,43,43,0.12);
  border-radius: 10px;
  padding: 28px;
  margin: 0;
}
.fb-home2 .fb2-review blockquote {
  font-size: 17px;
  line-height: 1.55;
  color: #2B2B2B;
  margin: 0 0 14px;
  border: 0;
  padding: 0;
  font-style: normal;
}
.fb-home2 .fb2-review figcaption { font-weight: 600; font-size: 15px; color: #0E0E0E; }

/* ---------- 9. Loadout ---------- */
.fb-home2 .fb2-loadout__wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  gap: 48px !important;
  align-items: center;
}
.fb-home2 .fb2-loadout__media img { border-radius: 10px; }
.fb-home2 .fb2-loadout__pricing {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin: 24px 0;
}
.fb-home2 .fb2-loadout__option {
  background: #FFFFFF;
  border: 1px solid rgba(43,43,43,0.12);
  border-radius: 10px;
  padding: 22px;
  position: relative;
}
.fb-home2 .fb2-loadout__option--sub {
  border: 2px solid #031B7A;
  box-shadow: 0 4px 12px rgba(14,14,14,0.08);
}
.fb-home2 .fb2-loadout__badge {
  position: absolute;
  top: -12px; left: 18px;
  background: linear-gradient(to bottom, #000000, #031B7A);
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin: 0;
}
.fb-home2 .fb2-loadout__opt-name { font-weight: 900; font-size: 16px; color: #0E0E0E; margin: 6px 0 4px; }
.fb-home2 .fb2-loadout__opt-price { font-family: 'Oswald', sans-serif !important; font-weight: 700 !important; font-size: 30px; color: #0E0E0E; margin: 0 0 8px; }
.fb-home2 .fb2-loadout__opt-price span { font-size: 16px; font-family: 'Work Sans', sans-serif !important; font-weight: 600; color: #2B2B2B; }
.fb-home2 .fb2-loadout__opt-perks { font-size: 14px; line-height: 1.45; margin: 0; }
.fb-home2 .fb2-loadout__guarantee { font-size: 15px; margin-top: 18px; }

/* ---------- 10. CLUTCH 75 ---------- */
.fb-home2 .fb2-c75__wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) !important;
  gap: 48px !important;
  align-items: center;
}
.fb-home2 .fb2-c75__media img { border-radius: 10px; }
.fb-home2 .fb2-c75__proof { font-weight: 600; color: #0E0E0E; }
.fb-home2 .fb2-c75__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }

/* ---------- 11. Founder ---------- */
.fb-home2 .fb2-founder__wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) !important;
  gap: 48px !important;
  align-items: center;
}
.fb-home2 .fb2-founder__media img { border-radius: 10px; aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.fb-home2 .fb2-founder__quote {
  border-left: 3px solid #C4841D;
  margin: 24px 0;
  padding: 4px 0 4px 20px;
}
.fb-home2 .fb2-founder__quote blockquote { font-size: 17px; font-style: italic; margin: 0 0 10px; border: 0; padding: 0; }
.fb-home2 .fb2-founder__quote figcaption { font-weight: 600; font-size: 15px; }

/* ---------- 12. FAQ ---------- */
.fb-home2 .fb2-faq__list { max-width: 860px; margin: 0 auto; }
.fb-home2 .fb2-faq__item {
  border: 1px solid rgba(43,43,43,0.12);
  border-radius: 10px;
  background: #FFFFFF;
  margin-bottom: 12px;
  padding: 0 22px;
}
.fb-home2 .fb2-faq__item summary {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px;
  color: #0E0E0E;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 36px;
}
.fb-home2 .fb2-faq__item summary::-webkit-details-marker { display: none; }
.fb-home2 .fb2-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #C4841D;
}
.fb-home2 .fb2-faq__item[open] summary::after { content: "\2212"; }
.fb-home2 .fb2-faq__item p { font-size: 17px; padding-bottom: 20px; margin: 0; }
.fb-home2 .fb2-faq__item a,
.fb-home2 .fb2-faq__item a:link,
.fb-home2 .fb2-faq__item a:visited { color: #031B7A !important; font-weight: 600; }

/* ---------- 13. Email ---------- */
.fb-home2 .fb2-email__wrap { max-width: 680px; margin: 0 auto; text-align: center; }
.fb-home2 .fb2-email__form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.fb-home2 .fb2-email__form input {
  flex: 1 1 280px;
  min-height: 48px;
  border: 1px solid rgba(43,43,43,0.3);
  border-radius: 6px;
  padding: 0 16px;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
}

/* ---------- 14. UGC ---------- */
.fb-home2 .fb2-ugc__slot { min-height: 120px; max-width: 1200px; margin: 0 auto; }
.fb-home2 .fb2-ugc__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; max-width: 1200px; margin: 0 auto; }
.fb-home2 .fb2-ugc__grid img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 10px; border: 1px solid rgba(43, 43, 43, 0.12); }
@media (max-width: 768px) {
  .fb-home2 .fb2-ugc__grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
}

/* ---------- 15. Closing ---------- */
.fb-home2.fb2-close {
  background: #000000; /* also set on the Zeno Row */
  text-align: center;
  padding: 120px 24px;
}
.fb-home2 .fb2-close__h2 {
  color: #FFFFFF !important;
  font-size: 56px !important;
  margin: 0 0 28px;
}
.fb-home2 .fb2-close__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Sticky mobile CTA ---------- */
.fb-home2.fb2-sticky {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 900;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96);
  border-top: 1px solid rgba(43,43,43,0.12);
  display: none;
}
.fb-home2 .fb2-sticky__btn { display: block; width: 100%; }

/* ---------- Reveal (JS progressive enhancement) ---------- */
.fb-home2 .fb2-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fb-home2 .fb2-reveal.fb2-reveal--in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .fb-home2 .fb2-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ============================================================
   Mobile
============================================================ */
@media (max-width: 980px) {
  .fb-home2 .fb2-router__grid,
  .fb-home2 .fb2-best__grid,
  .fb-home2 .fb2-how__grid { grid-template-columns: repeat(2, 1fr) !important; }
  .fb-home2.fb2-hero { grid-template-columns: 1fr; padding-top: 48px; }
  .fb-home2 .fb2-hero__media { order: -1; }
  .fb-home2 .fb2-loadout__wrap,
  .fb-home2 .fb2-c75__wrap,
  .fb-home2 .fb2-founder__wrap { grid-template-columns: 1fr !important; }
  .fb-home2 .fb2-c75__media { order: -1; }
}
@media (max-width: 760px) {
  .fb-home2.fb2-section { padding: 48px 20px; }
  .fb-home2 .fb2-h2 { font-size: 30px !important; }
  .fb-home2 h3 { font-size: 22px; }
  .fb-home2 p { font-size: 18px; }
  .fb-home2 .fb2-hero__tagline { font-size: 46px; }
  .fb-home2 .fb2-hero__h1 { font-size: 22px !important; }
  .fb-home2 .fb2-router__grid,
  .fb-home2 .fb2-best__grid,
  .fb-home2 .fb2-how__grid,
  .fb-home2 .fb2-reviews__grid,
  .fb-home2 .fb2-loadout__pricing { grid-template-columns: 1fr !important; }
  .fb-home2 .fb2-close__h2 { font-size: 38px !important; }
  .fb-home2.fb2-close { padding: 80px 20px; }
  .fb-home2.fb2-beat { height: clamp(340px, 52vh, 480px); }
  .fb-home2 .fb2-beat__line { font-size: 30px; }
  .fb-home2 .fb2-beat__overlay { padding: 72px 20px 36px; }
  .fb-home2.fb2-sticky.fb2-sticky--on { display: block; }
  /* Switcher table -> stacked cards on mobile */
  .fb-home2 .fb2-switch__table thead { display: none; }
  .fb-home2 .fb2-switch__table tr { display: block; border-top: 1px solid rgba(43,43,43,0.12); padding: 12px 0; }
  .fb-home2 .fb2-switch__table td { display: block; border: 0; padding: 6px 20px; }
  .fb-home2 .fb2-switch__table td::before {
    content: attr(data-label);
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #C4841D;
    margin-bottom: 2px;
  }
}

/* ============================================================================
   BC Page Builder region chrome reset (added 2026-07-23, v=2)
   The Page Builder layout that mounts this build (header_bottom region) ships
   default margin (18px) on the region/layout and padding (10.5px) on the
   sub-layout column. That off-centers the parent, which breaks the full-bleed
   calc(50% - 50vw) breakout and shifted the whole page ~18px right with
   matching horizontal overflow. Scoped via :has(.fb-home2) so ONLY the
   region wrapping this build is zeroed — other pages/widgets untouched.
   ============================================================================ */
[data-content-region]:has(.fb-home2) { margin: 0 !important; padding: 0 !important; }
[data-content-region] [data-layout-id]:has(.fb-home2) { margin: 0 !important; padding: 0 !important; }
[data-content-region] [data-sub-layout]:has(.fb-home2) { padding: 0 !important; }
