/*
 * Flame Box storefront direction v0.6.6
 *
 * Loaded after v0.5. The campaign layer is deliberately scoped to
 * .fb-v6-site so established WooCommerce/PDP, cart, and checkout rules keep
 * their v0.5 cascade. Global rules below are limited to accessibility and
 * overflow safety.
 */

body.fb-v6 {
  --fb-v6-ink: #172019;
  --fb-v6-ink-soft: #38443a;
  --fb-v6-forest: #263528;
  --fb-v6-forest-deep: #152018;
  --fb-v6-ember: #db4f24;
  --fb-v6-ember-dark: #b93d1a;
  --fb-v6-sand: #f2eee4;
  --fb-v6-paper: #fffdf8;
  --fb-v6-moss: #dce3d5;
  --fb-v6-gold: #e2b955;
  --fb-v6-line: rgba(23, 32, 25, 0.16);
  --fb-v6-line-light: rgba(255, 253, 248, 0.18);
  --fb-v6-shadow: 0 24px 70px rgba(23, 32, 25, 0.14);
  --fb-v6-shadow-small: 0 12px 34px rgba(23, 32, 25, 0.1);
  overflow-x: hidden;
}

@supports (overflow: clip) {
  body.fb-v6 {
    overflow-x: clip;
  }
}

.fb-v6 .fb-skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 17px;
  border: 2px solid var(--fb-v6-paper);
  border-radius: 3px;
  background: var(--fb-v6-forest-deep);
  color: var(--fb-v6-paper);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-decoration: none;
  transform: translateY(calc(-100% - 18px));
  transition: transform 160ms ease;
}

.fb-v6 .fb-skip-link:focus {
  outline: 3px solid var(--fb-v6-ember);
  outline-offset: 3px;
  transform: translateY(0);
}

.fb-v6 :where(a, button, input, summary):focus-visible {
  outline: 3px solid var(--fb-v6-ember);
  outline-offset: 3px;
}

/* v0.6 campaign foundation */
.fb-v6 .fb-v6-site {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--fb-v6-sand);
  color: var(--fb-v6-ink);
}

@supports (overflow: clip) {
  .fb-v6 .fb-v6-site {
    overflow: clip;
  }
}

.fb-v6 .fb-v6-site :where(section, div, article, figure, form, fieldset) {
  min-width: 0;
}

.fb-v6 .fb-v6-site :where(img, picture) {
  max-width: 100%;
}

.fb-v6 .fb-v6-site img {
  display: block;
}

.fb-v6 .fb-v6-site :where(h1, h2, h3, p) {
  overflow-wrap: break-word;
}

.fb-v6 .fb-v6-site .fb-container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.fb-v6 .fb-v6-site .fb-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: var(--fb-v6-ember-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fb-v6 .fb-v6-site .fb-kicker::before {
  flex: 0 0 26px;
  width: 26px;
  height: 2px;
  background: currentColor;
  content: "";
}

.fb-v6 .fb-v6-section-head {
  max-width: 800px;
}

.fb-v6 .fb-v6-section-head h2,
.fb-v6 .fb-v6-setup h2,
.fb-v6 .fb-v6-objections h2,
.fb-v6 .fb-v6-final h2,
.fb-v6 .fb-v6-compare-callout h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(42px, 5.1vw, 70px);
  font-weight: 790;
  letter-spacing: -0.062em;
  line-height: 0.98;
  text-wrap: balance;
}

.fb-v6 .fb-v6-section-head > p:last-child,
.fb-v6 .fb-v6-setup__copy > p,
.fb-v6 .fb-v6-objections__grid > div:first-child > p:last-child {
  max-width: 680px;
  margin: 22px 0 0;
  color: #60675f;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.65;
}

.fb-v6 .fb-v6-site .fb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.fb-v6 .fb-v6-site .fb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid var(--fb-v6-forest-deep);
  border-radius: 3px;
  background: var(--fb-v6-forest-deep);
  color: var(--fb-v6-paper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.fb-v6 .fb-v6-site .fb-btn:hover,
.fb-v6 .fb-v6-site .fb-btn:focus-visible {
  border-color: var(--fb-v6-ember-dark);
  background: var(--fb-v6-ember-dark);
  color: #fff;
  box-shadow: 0 9px 24px rgba(185, 61, 26, 0.2);
  transform: translateY(-2px);
}

.fb-v6 .fb-v6-site .fb-btn--ghost {
  border-color: rgba(23, 32, 25, 0.3);
  background: transparent;
  color: var(--fb-v6-ink);
}

.fb-v6 .fb-v6-site .fb-btn--small {
  min-height: 45px;
  padding-inline: 17px;
  font-size: 10px;
}

/* Home hero */
.fb-v6 .fb-v6-hero {
  position: relative;
  padding: clamp(52px, 6.7vw, 92px) 0 clamp(64px, 8vw, 108px);
  border-bottom: 1px solid var(--fb-v6-line);
  background:
    radial-gradient(circle at 8% 8%, rgba(219, 79, 36, 0.1), transparent 26%),
    linear-gradient(135deg, #f8f4eb 0%, #eee8dc 100%);
  isolation: isolate;
}

.fb-v6 .fb-v6-hero::before {
  position: absolute;
  top: 0;
  right: clamp(-180px, -8vw, -70px);
  z-index: -1;
  width: clamp(340px, 40vw, 630px);
  height: 100%;
  background: linear-gradient(145deg, rgba(38, 53, 40, 0.09), rgba(38, 53, 40, 0));
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.fb-v6 .fb-v6-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.fb-v6 .fb-v6-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 610px;
}

.fb-v6 .fb-v6-hero h1 {
  margin: 0;
  color: var(--fb-v6-ink);
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 810;
  letter-spacing: -0.077em;
  line-height: 0.9;
  text-wrap: balance;
}

.fb-v6 .fb-v6-hero h1 em {
  display: block;
  margin-top: 0.08em;
  color: var(--fb-v6-ember);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.fb-v6 .fb-v6-hero__lede {
  max-width: 570px;
  margin: 27px 0 0;
  color: #505b52;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.58;
}

.fb-v6 .fb-v6-hero__offer {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin-top: 25px;
  color: #626961;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fb-v6 .fb-v6-hero__offer strong {
  color: var(--fb-v6-ink);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: none;
}

.fb-v6 .fb-v6-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin: 23px 0 0;
  padding: 0;
  color: #576158;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  list-style: none;
}

.fb-v6 .fb-v6-hero__trust li {
  position: relative;
  padding-left: 15px;
}

.fb-v6 .fb-v6-hero__trust li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5b7858;
  box-shadow: 0 0 0 3px rgba(91, 120, 88, 0.14);
  content: "";
}

.fb-v6 .fb-v6-hero__media {
  position: relative;
  min-height: clamp(540px, 50vw, 675px);
  margin: 0;
  overflow: visible;
  background: var(--fb-v6-moss);
  box-shadow: var(--fb-v6-shadow);
}

.fb-v6 .fb-v6-hero__media picture,
.fb-v6 .fb-v6-hero__media picture > img {
  width: 100%;
  height: 100%;
}

.fb-v6 .fb-v6-hero__media picture > img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

.fb-v6 .fb-v6-hero__media > figcaption,
.fb-v6 .fb-v6-setup__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  background: rgba(21, 32, 24, 0.92);
  color: var(--fb-v6-paper);
  backdrop-filter: blur(12px);
}

.fb-v6 .fb-v6-hero__media figcaption span,
.fb-v6 .fb-v6-setup__media figcaption span {
  color: #c8d0c5;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fb-v6 .fb-v6-hero__media figcaption strong,
.fb-v6 .fb-v6-setup__media figcaption strong {
  font-size: 12px;
}

.fb-v6 .fb-v6-hero__folded {
  position: absolute;
  right: -30px;
  bottom: 78px;
  z-index: 4;
  display: grid;
  grid-template-columns: 116px minmax(0, 145px);
  gap: 10px;
  align-items: center;
  width: 286px;
  padding: 10px 13px 10px 8px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 253, 248, 0.95);
  color: #4c554d;
  box-shadow: 0 18px 44px rgba(23, 32, 25, 0.24);
  backdrop-filter: blur(12px);
}

.fb-v6 .fb-v6-hero__folded img {
  width: 116px;
  height: 76px;
  object-fit: contain;
}

.fb-v6 .fb-v6-hero__folded span {
  font-size: 11px;
  line-height: 1.45;
}

.fb-v6 .fb-v6-hero__folded strong {
  display: block;
  color: var(--fb-v6-ink);
  font-size: 12px;
}

/* Two-question model finder */
.fb-v6 .fb-v6-finder {
  padding: clamp(76px, 8.5vw, 122px) 0;
  border-bottom: 1px solid var(--fb-v6-line);
  background: var(--fb-v6-paper);
}

.fb-v6 .fb-v6-finder > .fb-container {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  column-gap: clamp(46px, 7vw, 100px);
  align-items: start;
}

.fb-v6 .fb-v6-finder .fb-v6-section-head {
  position: sticky;
  top: 120px;
  grid-column: 1;
  max-width: 500px;
}

.fb-v6 .fb-v6-finder .fb-v6-section-head h2 {
  font-size: clamp(42px, 4.5vw, 64px);
}

.fb-v6 .fb-v6-finder__form {
  grid-column: 2;
  display: grid;
  gap: 14px;
}

.fb-v6 .fb-v6-finder__form fieldset {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  border: 0;
  padding: 0;
}

.fb-v6 .fb-v6-finder__form legend {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 3px;
  color: var(--fb-v6-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fb-v6 .fb-v6-finder__form label {
  position: relative;
  display: block;
  cursor: pointer;
}

.fb-v6 .fb-v6-finder__form input {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

.fb-v6 .fb-v6-finder__form label span {
  display: grid;
  min-height: 62px;
  border: 1px solid var(--fb-v6-line);
  border-radius: 3px;
  padding: 11px 12px;
  background: #f7f4ed;
  color: #4d574e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  place-items: center;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.fb-v6 .fb-v6-finder__form label:hover span {
  border-color: rgba(23, 32, 25, 0.42);
  background: #fff;
}

.fb-v6 .fb-v6-finder__form input:checked + span {
  border-color: var(--fb-v6-forest-deep);
  background: var(--fb-v6-forest-deep);
  color: var(--fb-v6-paper);
  box-shadow: inset 0 0 0 1px var(--fb-v6-forest-deep);
}

.fb-v6 .fb-v6-finder__form input:focus-visible + span {
  outline: 3px solid var(--fb-v6-ember);
  outline-offset: 3px;
}

.fb-v6 .fb-v6-finder__answer {
  grid-column: 2;
  display: grid;
  grid-template-columns: auto minmax(100px, 0.55fr) minmax(180px, 1.15fr) auto;
  gap: 8px 18px;
  align-items: center;
  margin-top: 15px;
  border-left: 5px solid var(--fb-v6-ember);
  padding: 17px 20px;
  background: #ebe4d7;
}

.fb-v6 .fb-v6-finder__answer > span {
  color: #6c6c63;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fb-v6 .fb-v6-finder__answer > strong {
  color: var(--fb-v6-ink);
  font-size: 23px;
  letter-spacing: -0.035em;
}

.fb-v6 .fb-v6-finder__answer p {
  margin: 0;
  color: #535c54;
  font-size: 13px;
  line-height: 1.5;
}

.fb-v6 .fb-v6-finder__answer a {
  color: var(--fb-v6-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.fb-v6 .fb-v6-model-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(38px, 5vw, 66px);
}

.fb-v6 .fb-v6-site .fb-model-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--fb-v6-line);
  border-radius: 4px;
  background: #fdfbf6;
  box-shadow: 0 0 0 rgba(23, 32, 25, 0);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fb-v6 .fb-v6-site .fb-model-card:is(.is-trip-match, .is-recommended, [aria-current="true"]) {
  border-color: var(--fb-v6-ember);
  box-shadow: 0 0 0 2px var(--fb-v6-ember), var(--fb-v6-shadow-small);
}

.fb-v6 .fb-v6-site .fb-model-card__badge {
  top: 12px;
  left: 12px;
  z-index: 5;
  border: 0;
  border-radius: 2px;
  padding: 8px 10px;
  background: var(--fb-v6-forest-deep);
  color: var(--fb-v6-paper);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fb-v6 .fb-v6-site .fb-model-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 0.88;
  overflow: hidden;
  border-bottom: 1px solid var(--fb-v6-line);
  background: #e7e4dc;
}

.fb-v6 .fb-v6-site .fb-model-card:nth-child(2) .fb-model-card__media {
  background: #efe2bd;
}

.fb-v6 .fb-v6-site .fb-model-card:nth-child(3) .fb-model-card__media {
  background: var(--fb-v6-moss);
}

.fb-v6 .fb-v6-site .fb-model-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.fb-v6 .fb-v6-site .fb-model-card__media img,
.fb-v6 .fb-v6-site .fb-model-card__media .fb-card-state {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.fb-v6 .fb-v6-site .fb-model-card__media .fb-card-state {
  visibility: hidden;
  opacity: 0;
}

.fb-v6 .fb-v6-site .fb-model-card__media .fb-card-state.is-active {
  visibility: visible;
  opacity: 1;
}

.fb-v6 .fb-v6-site .fb-model-card__gesture,
.fb-v6 .fb-v6-site .fb-model-card__state-name {
  position: absolute;
  bottom: 10px;
  z-index: 4;
  padding: 7px 9px;
  background: rgba(21, 32, 24, 0.88);
  color: var(--fb-v6-paper);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}

.fb-v6 .fb-v6-site .fb-model-card__gesture {
  left: 10px;
}

.fb-v6 .fb-v6-site .fb-model-card__state-name {
  right: 10px;
}

.fb-v6 .fb-v6-site .fb-model-card__views {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--fb-v6-line);
}

.fb-v6 .fb-v6-site .fb-model-card__views button {
  min-height: 42px;
  border: 0;
  border-right: 1px solid var(--fb-v6-line);
  border-radius: 0;
  padding: 6px;
  background: #f2eee5;
  color: #60685f;
  font: inherit;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.fb-v6 .fb-v6-site .fb-model-card__views button:last-child {
  border-right: 0;
}

.fb-v6 .fb-v6-site .fb-model-card__views button:hover,
.fb-v6 .fb-v6-site .fb-model-card__views button[aria-pressed="true"] {
  background: var(--fb-v6-forest-deep);
  color: var(--fb-v6-paper);
}

.fb-v6 .fb-v6-site .fb-model-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.fb-v6 .fb-v6-site .fb-model-card__body .fb-kicker {
  margin-bottom: 10px;
  font-size: 8px;
}

.fb-v6 .fb-v6-site .fb-model-card__body .fb-kicker::before {
  flex-basis: 16px;
  width: 16px;
}

.fb-v6 .fb-v6-site .fb-model-card h3 {
  margin: 0;
  color: var(--fb-v6-ink);
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.047em;
  line-height: 1.05;
}

.fb-v6 .fb-v6-site .fb-model-card__body > p:not(.fb-kicker, .fb-model-card__delivery) {
  min-height: 43px;
  margin: 10px 0 0;
  color: #626961;
  font-size: 13px;
  line-height: 1.55;
}

.fb-v6 .fb-v6-site .fb-card-points {
  display: grid;
  gap: 7px;
  margin: 17px 0 0;
  padding: 0;
  color: #444e46;
  font-size: 11px;
  line-height: 1.4;
  list-style: none;
}

.fb-v6 .fb-v6-site .fb-card-points li {
  position: relative;
  padding-left: 15px;
}

.fb-v6 .fb-v6-site .fb-card-points li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fb-v6-ember);
  content: "";
}

.fb-v6 .fb-v6-site .fb-model-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid var(--fb-v6-line);
  border-bottom: 1px solid var(--fb-v6-line);
  padding: 14px 0;
  color: #596159;
  font-size: 10px;
}

.fb-v6 .fb-v6-site .fb-model-card__meta span:first-child {
  color: var(--fb-v6-ink);
  font-size: 16px;
  font-weight: 900;
}

.fb-v6 .fb-v6-site .fb-model-card__delivery {
  min-height: 0;
  margin: 10px 0 0;
  color: #5f6f5f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.fb-v6 .fb-v6-site .fb-model-card__body > .fb-btn {
  width: 100%;
  margin-top: 14px;
}

/* Trunk-space proof: matched plates plus exact supplied Nomad geometry */
.fb-v6 .fb-v6-site .fb-trunk-test {
  padding-block: clamp(76px, 9vw, 126px);
  overflow: hidden;
  border-bottom: 1px solid var(--fb-v6-line-light);
  background:
    radial-gradient(circle at 85% 15%, rgba(219, 79, 36, 0.16), transparent 30%),
    var(--fb-v6-forest-deep);
  color: var(--fb-v6-paper);
}

.fb-v6 .fb-v6-site .fb-trunk-test h2 {
  font-size: clamp(46px, 5.8vw, 82px);
}

.fb-v6 .fb-v6-site .fb-trunk-test__head > div:last-child > p {
  color: #c4cec2;
}

.fb-v6 .fb-v6-site .fb-trunk-compare {
  aspect-ratio: 16 / 8.75;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: #090d0a;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.fb-v6 .fb-v6-site .fb-trunk-compare__after .fb-trunk-compare__after-base {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fb-v6 .fb-v6-site .fb-trunk-compare__after .fb-trunk-compare__exact-nomad {
  position: absolute;
  top: auto;
  right: 2.4%;
  bottom: 10%;
  left: auto;
  z-index: 2;
  width: 28%;
  height: auto;
  max-height: 54%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.5));
  transform: rotate(90deg);
  transform-origin: center;
}

.fb-v6 .fb-v6-site .fb-trunk-compare__line i {
  background: var(--fb-v6-ember);
}

.fb-v6 .fb-v6-site .fb-trunk-compare:focus-within {
  outline: 3px solid #ff8a60;
  outline-offset: 5px;
}

.fb-v6 .fb-v6-site .fb-trunk-test__footer output {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

/* Setup proof */
.fb-v6 .fb-v6-setup {
  padding: clamp(76px, 9vw, 128px) 0;
  border-bottom: 1px solid var(--fb-v6-line);
  background: #e8e1d5;
}

.fb-v6 .fb-v6-setup__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(450px, 1.12fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.fb-v6 .fb-v6-setup__copy ol {
  display: grid;
  margin: 34px 0 0;
  border-top: 1px solid var(--fb-v6-line);
  padding: 0;
  list-style: none;
}

.fb-v6 .fb-v6-setup__copy li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  border-bottom: 1px solid var(--fb-v6-line);
  padding: 16px 0;
}

.fb-v6 .fb-v6-setup__copy li > span {
  color: var(--fb-v6-ember);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
}

.fb-v6 .fb-v6-setup__copy li strong {
  display: block;
  color: var(--fb-v6-ink);
  font-size: 14px;
}

.fb-v6 .fb-v6-setup__copy li p {
  margin: 4px 0 0;
  color: #636a63;
  font-size: 12px;
  line-height: 1.5;
}

.fb-v6 .fb-v6-setup__media {
  position: relative;
  min-height: clamp(490px, 48vw, 650px);
  margin: 0;
  overflow: hidden;
  background: var(--fb-v6-moss);
  box-shadow: var(--fb-v6-shadow);
}

.fb-v6 .fb-v6-setup__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Honest proof cards */
.fb-v6 .fb-v6-proof {
  padding: clamp(74px, 8vw, 116px) 0;
  background: var(--fb-v6-paper);
}

.fb-v6 .fb-v6-proof .fb-v6-section-head {
  max-width: 880px;
}

.fb-v6 .fb-v6-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid var(--fb-v6-line);
  border-bottom: 1px solid var(--fb-v6-line);
}

.fb-v6 .fb-v6-proof__grid article {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px 15px;
  min-height: 360px;
  padding: 27px 27px 30px;
}

.fb-v6 .fb-v6-proof__grid article > figure {
  grid-column: 1 / -1;
  aspect-ratio: 3 / 2;
  margin: 0 0 13px;
  overflow: hidden;
  border-radius: 3px;
  background: #d9ded5;
}

.fb-v6 .fb-v6-proof__grid article > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fb-v6 .fb-v6-proof__grid article > .fb-v6-proof__render img {
  padding: 8%;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(23, 32, 25, 0.24));
}

.fb-v6 .fb-v6-proof__grid article + article {
  border-left: 1px solid var(--fb-v6-line);
}

.fb-v6 .fb-v6-proof__grid article > span {
  color: var(--fb-v6-ember);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
}

.fb-v6 .fb-v6-proof__grid article strong {
  align-self: center;
  color: var(--fb-v6-ink);
  font-size: 16px;
}

.fb-v6 .fb-v6-proof__grid article p {
  grid-column: 2;
  margin: 0;
  color: #626961;
  font-size: 13px;
  line-height: 1.58;
}

/* Objection handling */
.fb-v6 .fb-v6-objections {
  padding: clamp(76px, 9vw, 124px) 0;
  border-top: 1px solid var(--fb-v6-line);
  background: #e9e4d9;
}

.fb-v6 .fb-v6-objections__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

.fb-v6 .fb-v6-accordion {
  border-top: 1px solid rgba(23, 32, 25, 0.28);
}

.fb-v6 .fb-v6-accordion details {
  border-bottom: 1px solid rgba(23, 32, 25, 0.28);
}

.fb-v6 .fb-v6-accordion summary {
  position: relative;
  padding: 20px 54px 20px 0;
  color: var(--fb-v6-ink);
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.fb-v6 .fb-v6-accordion summary::-webkit-details-marker {
  display: none;
}

.fb-v6 .fb-v6-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(23, 32, 25, 0.34);
  border-radius: 50%;
  color: var(--fb-v6-ink);
  content: "+";
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  place-items: center;
  transform: translateY(-50%);
}

.fb-v6 .fb-v6-accordion details[open] summary::after {
  border-color: var(--fb-v6-ember);
  background: var(--fb-v6-ember);
  color: #fff;
  content: "\2212";
}

.fb-v6 .fb-v6-accordion details p {
  max-width: 720px;
  margin: -4px 54px 22px 0;
  color: #5c655d;
  font-size: 14px;
  line-height: 1.68;
}

/* Regional launch status */
.fb-v6 .fb-v6-markets {
  padding: clamp(72px, 8vw, 110px) 0;
  background: var(--fb-v6-forest);
  color: var(--fb-v6-paper);
}

.fb-v6 .fb-v6-markets .fb-kicker {
  color: #ff8960;
}

.fb-v6 .fb-v6-markets .fb-v6-section-head > p:last-child {
  color: #c5cec3;
}

.fb-v6 .fb-v6-markets__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid var(--fb-v6-line-light);
  border-bottom: 1px solid var(--fb-v6-line-light);
}

.fb-v6 .fb-v6-markets__grid article {
  position: relative;
  display: grid;
  min-height: 156px;
  padding: 24px;
}

.fb-v6 .fb-v6-markets__grid article + article {
  border-left: 1px solid var(--fb-v6-line-light);
}

.fb-v6 .fb-v6-markets__grid article > span {
  color: #98a495;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
}

.fb-v6 .fb-v6-markets__grid article strong {
  align-self: end;
  font-size: 18px;
}

.fb-v6 .fb-v6-markets__grid article small {
  margin-top: 5px;
  color: #b9c3b7;
  font-size: 10px;
  line-height: 1.4;
}

.fb-v6 .fb-v6-markets__grid article.is-current {
  background: var(--fb-v6-paper);
  color: var(--fb-v6-ink);
}

.fb-v6 .fb-v6-markets__grid article.is-current::after {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5f855d;
  box-shadow: 0 0 0 4px rgba(95, 133, 93, 0.18);
  content: "";
}

.fb-v6 .fb-v6-markets__grid article.is-current small,
.fb-v6 .fb-v6-markets__grid article.is-current > span {
  color: #59645a;
}

/* Final conversion block */
.fb-v6 .fb-v6-final {
  position: relative;
  padding: clamp(78px, 9vw, 132px) 0;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(185, 61, 26, 0.98), rgba(145, 43, 18, 0.96)),
    var(--fb-v6-ember-dark);
  color: #fff;
}

.fb-v6 .fb-v6-final::after {
  position: absolute;
  top: -50%;
  right: -7%;
  width: min(46vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.045), 0 0 0 160px rgba(255, 255, 255, 0.035);
  content: "";
}

.fb-v6 .fb-v6-final .fb-container {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin-left: max(24px, calc((100vw - 1240px) / 2));
}

.fb-v6 .fb-v6-final .fb-kicker {
  color: #fff4ea;
}

.fb-v6 .fb-v6-final h2 {
  max-width: 850px;
  font-size: clamp(48px, 6vw, 82px);
}

.fb-v6 .fb-v6-final .fb-container > p:not(.fb-kicker) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #fff1e9;
  font-size: 17px;
  line-height: 1.6;
}

.fb-v6 .fb-v6-final .fb-btn {
  border-color: var(--fb-v6-forest-deep);
  background: var(--fb-v6-forest-deep);
}

.fb-v6 .fb-v6-final .fb-btn--ghost {
  border-color: rgba(255, 255, 255, 0.64);
  background: transparent;
  color: #fff;
}

.fb-v6 .fb-v6-final .fb-btn:hover,
.fb-v6 .fb-v6-final .fb-btn:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--fb-v6-ink);
}

/* Compact Shop opening and comparison bridge */
.fb-v6 .fb-v6-shop-hero {
  padding: clamp(46px, 5vw, 72px) 0;
  border-bottom: 1px solid var(--fb-v6-line);
  background: linear-gradient(135deg, #ebe5d9, #f7f3ea);
}

.fb-v6 .fb-v6-shop-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.fb-v6 .fb-v6-shop-hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--fb-v6-ink);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.93;
  text-wrap: balance;
}

.fb-v6 .fb-v6-shop-hero__grid > div > p:not(.fb-kicker) {
  max-width: 610px;
  margin: 23px 0 0;
  color: #596259;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
}

.fb-v6 .fb-v6-shop-hero figure {
  position: relative;
  aspect-ratio: 16 / 8.7;
  margin: 0;
  overflow: hidden;
  background: var(--fb-v6-moss);
  box-shadow: var(--fb-v6-shadow-small);
}

.fb-v6 .fb-v6-shop-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fb-v6 .fb-v6-shop-hero figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  background: rgba(21, 32, 24, 0.9);
  color: var(--fb-v6-paper);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fb-v6 .fb-v6-finder--compact {
  padding-top: clamp(62px, 7vw, 92px);
}

.fb-v6 .fb-v6-compare-callout {
  border-bottom: 1px solid var(--fb-v6-line);
  padding: 34px 0;
  background: #dce3d5;
}

.fb-v6 .fb-v6-compare-callout .fb-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.fb-v6 .fb-v6-compare-callout .fb-kicker {
  margin-bottom: 6px;
}

.fb-v6 .fb-v6-compare-callout h2 {
  font-size: clamp(30px, 3.5vw, 46px);
}

/* Desktop hover polish only where hover exists. */
@media (hover: hover) and (pointer: fine) {
  .fb-v6 .fb-v6-site .fb-model-card:hover {
    border-color: rgba(23, 32, 25, 0.4);
    box-shadow: var(--fb-v6-shadow-small);
    transform: translateY(-4px);
  }

  .fb-v6 .fb-v6-site .fb-model-card__media img {
    transition: opacity 180ms ease, transform 400ms cubic-bezier(0.2, 0.7, 0.2, 1), visibility 180ms ease;
  }

  .fb-v6 .fb-v6-site .fb-model-card:hover .fb-card-state.is-active {
    transform: scale(1.025);
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .fb-v6 .fb-v6-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
    gap: 38px;
  }

  .fb-v6 .fb-v6-hero h1 {
    font-size: clamp(52px, 6.5vw, 72px);
  }

  .fb-v6 .fb-v6-hero__folded {
    right: -16px;
  }

  .fb-v6 .fb-v6-finder > .fb-container {
    column-gap: 42px;
  }

  .fb-v6 .fb-v6-finder__answer {
    grid-template-columns: auto 1fr auto;
  }

  .fb-v6 .fb-v6-finder__answer p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .fb-v6 .fb-v6-setup__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
    gap: 50px;
  }
}

@media (max-width: 900px) {
  .fb-v6 .fb-v6-site .fb-container {
    width: calc(100% - 40px);
  }

  .fb-v6 .fb-v6-hero__grid,
  .fb-v6 .fb-v6-setup__grid,
  .fb-v6 .fb-v6-objections__grid,
  .fb-v6 .fb-v6-shop-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v6 .fb-v6-hero__copy {
    max-width: 740px;
  }

  .fb-v6 .fb-v6-hero__media {
    min-height: 600px;
  }

  .fb-v6 .fb-v6-hero__folded {
    right: 18px;
  }

  .fb-v6 .fb-v6-finder > .fb-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v6 .fb-v6-finder .fb-v6-section-head,
  .fb-v6 .fb-v6-finder__form,
  .fb-v6 .fb-v6-finder__answer {
    position: static;
    grid-column: 1;
  }

  .fb-v6 .fb-v6-finder .fb-v6-section-head {
    max-width: 760px;
  }

  .fb-v6 .fb-v6-finder__form {
    margin-top: 30px;
  }

  .fb-v6 .fb-v6-model-grid {
    grid-column: 1;
  }

  .fb-v6 .fb-v6-setup__copy {
    max-width: 760px;
  }

  .fb-v6 .fb-v6-setup__media {
    min-height: 600px;
  }

  .fb-v6 .fb-v6-proof__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v6 .fb-v6-proof__grid article {
    min-height: 0;
  }

  .fb-v6 .fb-v6-proof__grid article + article {
    border-top: 1px solid var(--fb-v6-line);
    border-left: 0;
  }

  .fb-v6 .fb-v6-markets__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fb-v6 .fb-v6-markets__grid article:nth-child(3) {
    border-left: 0;
  }

  .fb-v6 .fb-v6-markets__grid article:nth-child(n + 3) {
    border-top: 1px solid var(--fb-v6-line-light);
  }

  .fb-v6 .fb-v6-shop-hero figure {
    aspect-ratio: 16 / 8.5;
  }
}

/* Large phones and small tablets */
@media (max-width: 680px) {
  .fb-v6 .fb-v6-site .fb-container {
    width: calc(100% - 32px);
  }

  .fb-v6 .fb-v6-section-head h2,
  .fb-v6 .fb-v6-setup h2,
  .fb-v6 .fb-v6-objections h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .fb-v6 .fb-v6-site .fb-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v6 .fb-v6-site .fb-actions .fb-btn {
    width: 100%;
  }

  .fb-v6 .fb-v6-hero {
    padding-top: 44px;
  }

  .fb-v6 .fb-v6-hero h1 {
    font-size: clamp(50px, 15vw, 68px);
    line-height: 0.92;
  }

  .fb-v6 .fb-v6-hero__media {
    min-height: 0;
    aspect-ratio: 4 / 4.7;
    margin-top: 5px;
  }

  .fb-v6 .fb-v6-hero__media picture > img {
    object-position: center;
  }

  .fb-v6 .fb-v6-hero__folded {
    right: 10px;
    bottom: 74px;
    grid-template-columns: 88px minmax(0, 130px);
    width: 238px;
  }

  .fb-v6 .fb-v6-hero__folded img {
    width: 88px;
    height: 62px;
  }

  .fb-v6 .fb-v6-finder__form fieldset {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v6 .fb-v6-finder__form label span {
    min-height: 50px;
    text-align: left;
    place-items: center start;
  }

  .fb-v6 .fb-v6-finder__answer {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 17px 16px;
  }

  .fb-v6 .fb-v6-finder__answer > span {
    grid-column: 1;
  }

  .fb-v6 .fb-v6-finder__answer > strong {
    grid-column: 1;
  }

  .fb-v6 .fb-v6-finder__answer p {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .fb-v6 .fb-v6-finder__answer a {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .fb-v6 .fb-v6-model-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v6 .fb-v6-site .fb-model-card__media {
    aspect-ratio: 4 / 3;
  }

  .fb-v6 .fb-v6-site .fb-trunk-test h2 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .fb-v6 .fb-v6-site .fb-trunk-compare {
    aspect-ratio: 4 / 5;
  }

  .fb-v6 .fb-v6-site .fb-trunk-compare img {
    object-position: 72% center;
  }

  .fb-v6 .fb-v6-site .fb-trunk-compare__after .fb-trunk-compare__after-base {
    object-position: 72% center;
  }

  .fb-v6 .fb-v6-site .fb-trunk-compare__after .fb-trunk-compare__exact-nomad {
    right: -7%;
    bottom: 13%;
    width: 62%;
    max-height: 52%;
    object-position: center;
  }

  .fb-v6 .fb-v6-setup__media {
    min-height: 0;
    aspect-ratio: 4 / 4.7;
  }

  .fb-v6 .fb-v6-proof__grid article {
    padding-inline: 4px;
  }

  .fb-v6 .fb-v6-markets__grid article {
    min-height: 142px;
    padding: 18px;
  }

  .fb-v6 .fb-v6-final::after {
    top: auto;
    right: -35%;
    bottom: -42%;
    width: 90vw;
  }

  .fb-v6 .fb-v6-final .fb-container {
    width: calc(100% - 32px);
    margin-inline: auto;
  }

  .fb-v6 .fb-v6-final h2 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .fb-v6 .fb-v6-shop-hero h1 {
    font-size: clamp(48px, 14vw, 65px);
  }

  .fb-v6 .fb-v6-shop-hero figure {
    aspect-ratio: 4 / 3;
  }

  .fb-v6 .fb-v6-compare-callout .fb-container {
    display: grid;
  }

  .fb-v6 .fb-v6-compare-callout .fb-btn {
    width: 100%;
  }
}

/* 390 px design target */
@media (max-width: 430px) {
  .fb-v6 .fb-v6-site .fb-container {
    width: calc(100% - 28px);
  }

  .fb-v6 .fb-v6-hero,
  .fb-v6 .fb-v6-finder,
  .fb-v6 .fb-v6-setup,
  .fb-v6 .fb-v6-proof,
  .fb-v6 .fb-v6-objections,
  .fb-v6 .fb-v6-markets,
  .fb-v6 .fb-v6-final {
    padding-block: 64px;
  }

  .fb-v6 .fb-v6-hero {
    padding-top: 38px;
  }

  .fb-v6 .fb-v6-hero h1 {
    font-size: clamp(47px, 13.5vw, 58px);
    letter-spacing: -0.07em;
  }

  .fb-v6 .fb-v6-hero__lede {
    margin-top: 21px;
    font-size: 16px;
  }

  .fb-v6 .fb-v6-hero__offer {
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--fb-v6-line);
    border-bottom: 1px solid var(--fb-v6-line);
    padding: 12px 0;
  }

  .fb-v6 .fb-v6-hero__offer strong {
    font-size: 22px;
  }

  .fb-v6 .fb-v6-hero__trust {
    display: grid;
    gap: 8px;
  }

  .fb-v6 .fb-v6-hero__media {
    aspect-ratio: 4 / 5;
  }

  .fb-v6 .fb-v6-hero__media > figcaption,
  .fb-v6 .fb-v6-setup__media figcaption {
    right: 9px;
    bottom: 9px;
    left: 9px;
    padding: 11px 12px;
  }

  .fb-v6 .fb-v6-hero__media figcaption span,
  .fb-v6 .fb-v6-setup__media figcaption span {
    display: none;
  }

  .fb-v6 .fb-v6-hero__folded {
    top: 10px;
    right: 10px;
    bottom: auto;
    display: block;
    width: 130px;
    padding: 7px;
  }

  .fb-v6 .fb-v6-hero__folded img {
    width: 116px;
    height: 70px;
  }

  .fb-v6 .fb-v6-hero__folded span {
    display: none;
  }

  .fb-v6 .fb-v6-finder .fb-v6-section-head h2,
  .fb-v6 .fb-v6-setup h2,
  .fb-v6 .fb-v6-objections h2 {
    font-size: 42px;
  }

  .fb-v6 .fb-v6-finder__answer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v6 .fb-v6-finder__answer > :where(span, strong, p, a) {
    grid-column: 1;
    grid-row: auto;
  }

  .fb-v6 .fb-v6-finder__answer a {
    margin-top: 4px;
    white-space: normal;
  }

  .fb-v6 .fb-v6-site .fb-model-card__body {
    padding: 20px 18px 21px;
  }

  .fb-v6 .fb-v6-site .fb-trunk-compare__label {
    max-width: 116px;
  }

  .fb-v6 .fb-v6-site .fb-trunk-test__footer {
    gap: 12px;
    font-size: 10px;
  }

  .fb-v6 .fb-v6-site .fb-trunk-test__footer strong {
    font-size: 11px;
  }

  .fb-v6 .fb-v6-setup__media {
    aspect-ratio: 4 / 5;
  }

  .fb-v6 .fb-v6-proof__grid article {
    grid-template-columns: 28px minmax(0, 1fr);
    padding-block: 22px;
  }

  .fb-v6 .fb-v6-accordion summary {
    padding-block: 18px;
    padding-right: 48px;
  }

  .fb-v6 .fb-v6-accordion details p {
    margin-right: 8px;
  }

  .fb-v6 .fb-v6-markets__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v6 .fb-v6-markets__grid article,
  .fb-v6 .fb-v6-markets__grid article:nth-child(3) {
    min-height: 118px;
    border-top: 1px solid var(--fb-v6-line-light);
    border-left: 0;
  }

  .fb-v6 .fb-v6-markets__grid article:first-child {
    border-top: 0;
  }

  .fb-v6 .fb-v6-final .fb-container {
    width: calc(100% - 28px);
  }

  .fb-v6 .fb-v6-final h2 {
    font-size: 48px;
  }

  .fb-v6 .fb-v6-shop-hero {
    padding-block: 46px;
  }

  .fb-v6 .fb-v6-shop-hero h1 {
    font-size: 49px;
  }
}

/* --------------------------------------------------------------------------
 * v0.6.4 visual polish
 * Premium PDP hierarchy, lighter proof cards, and balanced commerce surfaces.
 * -------------------------------------------------------------------------- */

/* Give the PDP purchase column the full grid track instead of Woo's legacy 48%. */
.fb-v6 .woocommerce div.product {
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  column-gap: clamp(36px, 5vw, 70px);
}

.fb-v6 .woocommerce div.product .summary {
  display: flex;
  float: none;
  flex-direction: column;
  width: 100%;
  max-width: 620px;
  margin: 0;
}

.fb-v6 .woocommerce div.product .product_title {
  max-width: 12ch;
  margin: 0 0 20px;
  color: var(--fb-v6-ink);
  font-size: clamp(48px, 4.7vw, 68px);
  font-weight: 790;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-wrap: balance;
}

.fb-v6 .woocommerce div.product p.price,
.fb-v6 .woocommerce div.product span.price {
  margin: 0 0 16px;
  color: var(--fb-v6-ember);
  font-size: 24px;
  font-weight: 900;
}

.fb-v6 .woocommerce div.product .woocommerce-product-details__short-description {
  max-width: 42ch;
  color: var(--fb-v6-ink-soft);
  font-size: 16px;
  line-height: 1.5;
}

/* Keep the purchase action ahead of supporting facts in the visual flow. */
.fb-v6 .woocommerce div.product .fb-purchase-anchor {
  order: 10;
}

.fb-v6 .woocommerce div.product form.cart {
  order: 11;
}

.fb-v6 .woocommerce div.product .fb-summary-panel {
  order: 20;
}

.fb-v6 .woocommerce div.product .product_meta {
  order: 30;
}

.fb-v6 .fb-summary-panel {
  margin: 20px 0 18px;
  border: 0;
  border-top: 1px solid var(--fb-v6-line);
  border-bottom: 1px solid var(--fb-v6-line);
  border-radius: 0;
  padding: 18px 0;
  background: transparent;
}

.fb-v6 .fb-summary-panel > p {
  max-width: 46ch;
  margin: 0 0 17px;
  color: var(--fb-v6-ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.fb-v6 .fb-summary-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.fb-v6 .fb-summary-metrics span {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 82px;
  border: 1px solid var(--fb-v6-line);
  border-radius: 2px;
  padding: 12px;
  background: linear-gradient(145deg, #f7f3ea, #eee8dc);
  color: #687168;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.25;
}

.fb-v6 .fb-summary-metrics strong {
  color: var(--fb-v6-ink);
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.fb-v6 .fb-summary-links {
  margin-top: 16px;
}

.fb-v6 .fb-summary-links a {
  color: var(--fb-v6-ember-dark);
  text-underline-offset: 4px;
}

.fb-v6 .fb-summary-assurance span {
  border-color: var(--fb-v6-line);
  border-radius: 2px;
  background: var(--fb-v6-paper);
  color: #59645b;
}

.fb-v6 .woocommerce div.product form.cart {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  margin: 4px 0 0;
  border-top: 0;
  padding-top: 0;
}

.fb-v6 .woocommerce div.product form.cart .quantity .qty {
  width: 72px;
  min-height: 54px;
  border-color: rgba(23, 32, 25, 0.28);
  background: var(--fb-v6-paper);
  color: var(--fb-v6-ink);
  font-weight: 800;
}

.fb-v6 .woocommerce div.product form.cart .single_add_to_cart_button.button.alt {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--fb-v6-ember-dark);
  border-radius: 2px;
  background: var(--fb-v6-ember);
  color: #fff;
  box-shadow: 0 10px 24px rgba(185, 61, 26, 0.2);
}

.fb-v6 .woocommerce div.product form.cart .single_add_to_cart_button.button.alt:hover,
.fb-v6 .woocommerce div.product form.cart .single_add_to_cart_button.button.alt:focus-visible {
  border-color: var(--fb-v6-ember-dark);
  background: var(--fb-v6-ember-dark);
  color: #fff;
}

/* Listing controls meet touch-target guidance on every input method. */
.fb-v6 .fb-v6-site .fb-model-card__views button {
  min-height: 46px;
  padding: 8px;
}

/* Proof reads as three calm editorial panels instead of one divided table. */
.fb-v6 .fb-v6-proof__grid {
  gap: 16px;
  border: 0;
}

.fb-v6 .fb-v6-proof__grid article,
.fb-v6 .fb-v6-proof__grid article + article {
  min-height: 0;
  border: 1px solid var(--fb-v6-line);
  border-radius: 3px;
  padding: 15px 15px 24px;
  background: #faf7f0;
  box-shadow: 0 10px 28px rgba(23, 32, 25, 0.06);
}

.fb-v6 .fb-v6-proof__grid article > figure {
  margin-bottom: 9px;
}

/* Reduce repetition-driven whitespace while preserving every decision fact. */
.fb-v6 .woocommerce div.product .fb-product-decision,
.fb-v6 .woocommerce div.product .fb-product-confidence {
  padding-block: clamp(54px, 6vw, 82px);
}

.fb-v6 .fb-product-decision__grid,
.fb-v6 .fb-confidence-grid {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 4vw, 52px);
}

.fb-v6 .fb-product-decision__grid h2,
.fb-v6 .fb-confidence-grid h2 {
  max-width: 14ch;
  font-size: clamp(36px, 4.2vw, 58px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.fb-v6 .fb-decision-grid,
.fb-v6 .fb-confidence-list {
  gap: 10px;
}

.fb-v6 .fb-decision-grid article,
.fb-v6 .fb-confidence-list article {
  border-radius: 2px;
  padding: 18px;
  background: var(--fb-v6-paper);
}

.fb-v6 .fb-decision-grid h3 {
  font-size: 20px;
}

.fb-v6 .fb-confidence-grid p {
  font-size: 16px;
}

/* Replace the default Woo related-products float layout with balanced cards. */
.fb-v6 .woocommerce div.product .related.products {
  width: 100%;
  padding-block: clamp(54px, 6.5vw, 88px);
  border-top: 1px solid var(--fb-v6-line);
}

.fb-v6 .woocommerce div.product .related.products > h2 {
  margin: 0;
  color: var(--fb-v6-ink);
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.fb-v6 .woocommerce div.product .related.products ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 0;
}

.fb-v6 .woocommerce div.product .related.products ul.products li.product {
  float: none;
  display: flex;
  width: auto;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--fb-v6-line);
  border-radius: 3px;
  padding: 0;
  background: var(--fb-v6-paper);
  box-shadow: 0 12px 32px rgba(23, 32, 25, 0.07);
  flex-direction: column;
}

.fb-v6 .woocommerce div.product .related.products ul.products li.product a img {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 18px;
  padding: 14px;
  background: #edf0e8;
  object-fit: contain;
}

.fb-v6 .woocommerce div.product .related.products .woocommerce-loop-product__title {
  color: var(--fb-v6-ink);
  font-size: 24px;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.fb-v6 .woocommerce div.product .related.products ul.products li.product .price {
  color: var(--fb-v6-ember-dark);
  font-size: 16px;
}

.fb-v6 .woocommerce div.product .related.products ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: auto 18px 18px;
  background: var(--fb-v6-forest-deep);
  color: var(--fb-v6-paper);
}

@media (min-width: 681px) and (max-width: 980px) {
  .fb-v6 .fb-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fb-v6 .fb-confidence-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .fb-v6 .woocommerce div.product {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 28px;
  }

  .fb-v6 .woocommerce div.product .summary {
    position: static;
    width: 100%;
    max-width: none;
  }

  .fb-v6 .fb-product-decision__grid,
  .fb-v6 .fb-confidence-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
}

@media (max-width: 680px) {
  .fb-v6 .woocommerce div.product .product_title {
    max-width: none;
    font-size: clamp(38px, 11vw, 48px);
  }

  .fb-v6 .fb-summary-panel {
    margin-block: 17px;
    padding-block: 15px;
  }

  .fb-v6 .fb-summary-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .fb-v6 .fb-summary-metrics span {
    min-height: 94px;
    padding: 9px 8px;
    font-size: 9px;
  }

  .fb-v6 .fb-summary-metrics strong {
    font-size: 12px;
  }

  .fb-v6 .woocommerce div.product .fb-product-decision,
  .fb-v6 .woocommerce div.product .fb-product-confidence {
    padding-block: 48px;
  }

  .fb-v6 .fb-product-decision__grid h2,
  .fb-v6 .fb-confidence-grid h2 {
    max-width: none;
    font-size: clamp(34px, 9.5vw, 42px);
  }

  .fb-v6 .fb-decision-grid article,
  .fb-v6 .fb-confidence-list article {
    padding: 16px;
  }

  .fb-v6 .woocommerce div.product .related.products ul.products {
    grid-template-columns: none;
    grid-auto-columns: minmax(260px, 84vw);
    grid-auto-flow: column;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 2px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .fb-v6 .woocommerce div.product .related.products ul.products li.product {
    scroll-snap-align: start;
  }

  .fb-v6 .fb-mobile-buy {
    border-radius: 2px;
    background: rgba(21, 32, 24, 0.98);
  }

  .fb-v6 .fb-mobile-buy strong {
    color: var(--fb-v6-paper);
  }

  .fb-v6 .fb-mobile-buy span {
    color: rgba(255, 253, 248, 0.76);
  }

  .fb-v6 .fb-mobile-buy a {
    min-height: 46px;
    border-radius: 2px;
    background: var(--fb-v6-ember);
    color: #fff;
  }
}

@media (max-width: 430px) {
  .fb-v6 .fb-v6-proof__grid {
    gap: 12px;
  }

  .fb-v6 .fb-v6-proof__grid article,
  .fb-v6 .fb-v6-proof__grid article + article {
    padding: 12px 12px 20px;
  }
}

/* --------------------------------------------------------------------------
 * v0.6.4 catalogue launch mode
 * The body class is supplied server-side only while online ordering is paused.
 * Product discovery and pricing remain visible; transactional controls do not.
 * -------------------------------------------------------------------------- */

/* Defence in depth for cached Woo fragments and third-party product blocks. */
body.fb-catalog-mode :where(
  .fb-cart-link,
  .fb-mobile-buy,
  .fb-purchase-anchor,
  form.cart,
  .add_to_cart_button,
  .ajax_add_to_cart,
  a.added_to_cart,
  .wc-proceed-to-checkout,
  a.checkout-button,
  .woocommerce-mini-cart__buttons,
  .wc-block-cart__submit-container,
  .wc-block-components-product-button,
  [data-block-name="woocommerce/product-button"]
) {
  display: none !important;
}

body.fb-catalog-mode .fb-header__tools {
  margin-left: auto;
}

/* Keep browse CTAs feeling intentional even though checkout is not open. */
body.fb-catalog-mode .fb-v6-site .fb-model-card__body > .fb-btn,
body.fb-catalog-mode .woocommerce div.product .related.products ul.products li.product .button {
  min-height: 49px;
  border: 1px solid var(--fb-v6-forest-deep);
  background: var(--fb-v6-forest-deep);
  color: var(--fb-v6-paper);
}

body.fb-catalog-mode .fb-v6-site .fb-model-card__body > .fb-btn {
  width: 100%;
  margin: 14px 0 0;
}

body.fb-catalog-mode .woocommerce div.product .related.products ul.products li.product .button {
  width: calc(100% - 36px);
  margin: auto 18px 18px;
}

body.fb-catalog-mode .fb-v6-site .fb-model-card__body > .fb-btn:hover,
body.fb-catalog-mode .fb-v6-site .fb-model-card__body > .fb-btn:focus-visible,
body.fb-catalog-mode .woocommerce div.product .related.products ul.products li.product .button:hover,
body.fb-catalog-mode .woocommerce div.product .related.products ul.products li.product .button:focus-visible {
  border-color: var(--fb-v6-ember-dark);
  background: var(--fb-v6-ember);
  color: #fff;
}

body.fb-catalog-mode .fb-v6-site .fb-model-card__meta {
  align-items: baseline;
  border-top-color: rgba(23, 32, 25, 0.12);
}

body.fb-catalog-mode .fb-v6-site .fb-model-card__meta span:first-child,
body.fb-catalog-mode .woocommerce div.product :where(p.price, span.price) {
  color: var(--fb-v6-ember-dark);
}

/* Calm, premium hand-off from product evaluation to a launch enquiry. */
body.fb-catalog-mode .fb-catalog-interest {
  position: relative;
  order: 11;
  isolation: isolate;
  width: min(1240px, calc(100% - 48px));
  margin: clamp(28px, 4vw, 52px) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 3px;
  padding: clamp(22px, 3vw, 30px);
  background:
    radial-gradient(circle at 100% 0, rgba(226, 185, 85, 0.16), transparent 42%),
    linear-gradient(145deg, var(--fb-v6-forest), var(--fb-v6-forest-deep));
  color: var(--fb-v6-paper);
  box-shadow: 0 18px 40px rgba(21, 32, 24, 0.18);
}

body.fb-catalog-mode .fb-catalog-interest__inner {
  max-width: 840px;
}

body.fb-catalog-mode .fb-catalog-interest .fb-kicker {
  margin: 0 0 14px;
  color: #f1b45d;
}

body.fb-catalog-mode .fb-catalog-interest .fb-kicker::before {
  background: currentColor;
}

body.fb-catalog-mode .fb-catalog-interest__heading {
  max-width: 18ch;
  margin: 0;
  color: var(--fb-v6-paper);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

body.fb-catalog-mode .fb-catalog-interest__body {
  max-width: 46ch;
  margin: 12px 0 20px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

body.fb-catalog-mode .fb-catalog-interest__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

body.fb-catalog-mode .fb-catalog-interest .fb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 190px);
  min-height: 50px;
  border: 1px solid var(--fb-v6-ember-dark);
  border-radius: 2px;
  padding: 12px 18px;
  background: var(--fb-v6-ember-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

body.fb-catalog-mode .fb-catalog-interest .fb-btn--ghost {
  border-color: rgba(255, 253, 248, 0.68);
  background: transparent;
  color: var(--fb-v6-paper);
}

body.fb-catalog-mode .fb-catalog-interest .fb-btn:hover,
body.fb-catalog-mode .fb-catalog-interest .fb-btn:focus-visible {
  border-color: var(--fb-v6-paper);
  background: var(--fb-v6-paper);
  color: var(--fb-v6-forest-deep);
}

body.fb-catalog-mode .woocommerce div.product .fb-summary-panel {
  margin-top: 22px;
}

body.fb-catalog-mode .woocommerce div.product .fb-catalog-interest {
  width: 100%;
  margin: 6px 0 2px;
}

@media (max-width: 680px) {
  body.fb-catalog-mode.woocommerce.single-product {
    padding-bottom: 0;
  }

  body.fb-catalog-mode .woocommerce div.product .related.products ul.products li.product .button {
    width: calc(100% - 28px);
    margin-right: 14px;
    margin-left: 14px;
  }

  body.fb-catalog-mode .fb-catalog-interest {
    width: calc(100% - 28px);
    padding: 21px 18px;
  }

  body.fb-catalog-mode .woocommerce div.product .fb-catalog-interest {
    width: 100%;
  }

  body.fb-catalog-mode .fb-catalog-interest__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.fb-catalog-mode .fb-catalog-interest .fb-btn {
    width: 100%;
  }
}

/* Motion and contrast preferences */
@media (prefers-reduced-motion: reduce) {
  .fb-v6 .fb-skip-link,
  .fb-v6 .fb-v6-site *,
  .fb-v6 .fb-v6-site *::before,
  .fb-v6 .fb-v6-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .fb-v6 .fb-v6-site .fb-model-card:hover,
  .fb-v6 .fb-v6-site .fb-btn:hover,
  .fb-v6 .fb-v6-site .fb-btn:focus-visible {
    transform: none;
  }
}

@media (forced-colors: active) {
  .fb-v6 .fb-v6-finder__form input:checked + span,
  .fb-v6 .fb-v6-markets__grid article.is-current,
  .fb-v6 .fb-v6-site .fb-btn,
  body.fb-catalog-mode .fb-catalog-interest .fb-btn {
    border: 2px solid ButtonText;
  }

  .fb-v6 .fb-v6-hero__trust li::before,
  .fb-v6 .fb-v6-markets__grid article.is-current::after,
  .fb-v6 .fb-v6-site .fb-card-points li::before {
    border: 1px solid CanvasText;
  }
}

/* Camp Base footer — desktop + compact mobile field dock */
.fb-camp-footer {
  --fb-camp-forest: #172019;
  --fb-camp-cream: #f7f2e7;
  --fb-camp-muted: #aeb6a9;
  --fb-camp-line: rgba(247, 242, 231, 0.18);
  --fb-camp-ember: #ed5a32;
  position: relative;
  overflow: hidden;
  padding: 0;
  color: var(--fb-camp-cream);
  background:
    radial-gradient(circle at 8% 25%, rgba(237, 90, 50, 0.09), transparent 20rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025) 25%, transparent 25%) 0 0 / 38px 38px,
    var(--fb-camp-forest);
}

.fb-camp-footer,
.fb-camp-footer * {
  box-sizing: border-box;
}

.fb-camp-footer::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.018), transparent);
}

.fb-camp-ember-line {
  position: relative;
  z-index: 1;
  height: 5px;
  overflow: hidden;
  background: #2a342c;
}

.fb-camp-ember-line::before,
.fb-camp-ember-line span {
  position: absolute;
  top: 0;
  height: 100%;
  content: "";
}

.fb-camp-ember-line::before {
  left: 0;
  width: 42%;
  background: var(--fb-camp-ember);
}

.fb-camp-ember-line span {
  left: 42%;
  width: 74px;
  background: linear-gradient(110deg, var(--fb-camp-ember) 0 46%, transparent 47%);
}

.fb-camp-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: clamp(42px, 5vw, 76px) clamp(28px, 5vw, 74px) 0;
}

.fb-camp-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  align-items: end;
  gap: clamp(40px, 8vw, 118px);
}

.fb-camp-eyebrow,
.fb-camp-notes-kicker {
  margin: 0 0 16px;
  color: var(--fb-camp-ember);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fb-camp-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--fb-camp-cream);
  font-size: clamp(45px, 5.2vw, 76px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.fb-camp-cta h2 em {
  display: block;
  color: var(--fb-camp-ember);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.fb-camp-cta-actions > a,
.fb-camp-notes > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(247, 242, 231, 0.22);
  border-radius: 999px;
  color: var(--fb-camp-cream);
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.fb-camp-cta-actions > a {
  width: 100%;
  min-height: 62px;
  padding: 9px 9px 9px 22px;
  font-size: 13px;
  font-weight: 700;
}

.fb-camp-cta-actions > a:hover,
.fb-camp-cta-actions > a:focus-visible,
.fb-camp-notes > a:hover,
.fb-camp-notes > a:focus-visible {
  border-color: var(--fb-camp-ember);
  background: rgba(237, 90, 50, 0.08);
}

.fb-camp-cta-actions > a strong {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--fb-camp-forest);
  background: var(--fb-camp-ember);
  font-size: 20px;
}

.fb-camp-proof {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  color: var(--fb-camp-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.fb-camp-proof span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  content: "";
  background: var(--fb-camp-ember);
  box-shadow: 0 0 0 3px rgba(237, 90, 50, 0.12);
}

.fb-camp-rule {
  height: 1px;
  margin: clamp(44px, 5vw, 72px) 0;
  background: var(--fb-camp-line);
}

.fb-camp-main {
  display: grid;
  grid-template-columns: minmax(210px, 0.95fr) minmax(400px, 1.7fr) minmax(230px, 0.85fr);
  gap: clamp(34px, 5vw, 76px);
}

.fb-camp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--fb-camp-cream);
  text-decoration: none;
}

.fb-camp-brand-mark {
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fb-camp-cream);
  box-shadow: 0 0 0 7px rgba(247, 242, 231, 0.055);
}

.fb-camp-brand-mark img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.fb-camp-brand strong,
.fb-camp-brand small {
  display: block;
}

.fb-camp-brand strong {
  color: var(--fb-camp-cream);
  font-size: 19px;
  letter-spacing: -0.02em;
}

.fb-camp-brand small {
  margin-top: 2px;
  color: var(--fb-camp-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fb-camp-brand-column > p {
  max-width: 300px;
  margin: 24px 0;
  color: var(--fb-camp-muted);
  font-size: 12px;
  line-height: 1.75;
}

.fb-camp-region {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 9px 8px 12px;
  border: 1px solid var(--fb-camp-line);
  border-radius: 999px;
  color: var(--fb-camp-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fb-camp-region > span {
  color: var(--fb-camp-ember);
}

.fb-camp-region strong {
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--fb-camp-cream);
  background: #2b362e;
}

.fb-camp-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.fb-camp-group h3 {
  margin: 0;
  color: #cdd3ca;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fb-camp-group ul {
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.fb-camp-group li + li {
  margin-top: 13px;
}

.fb-camp-group a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--fb-camp-muted);
  font-size: 11px;
  text-decoration: none;
  transition: color 150ms ease;
}

.fb-camp-group a span {
  opacity: 0;
  color: var(--fb-camp-ember);
  transform: translate(-4px, 4px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.fb-camp-group a:hover,
.fb-camp-group a:focus-visible {
  color: var(--fb-camp-cream);
}

.fb-camp-group a:hover span,
.fb-camp-group a:focus-visible span {
  opacity: 1;
  transform: translate(0, 0);
}

.fb-camp-notes {
  padding-left: clamp(0px, 2vw, 28px);
  border-left: 1px solid var(--fb-camp-line);
}

.fb-camp-notes h3 {
  max-width: 290px;
  margin: 0 0 24px;
  color: var(--fb-camp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18;
}

.fb-camp-notes > a {
  min-height: 48px;
  padding: 6px 6px 6px 15px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fb-camp-notes > a strong {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--fb-camp-forest);
  background: var(--fb-camp-cream);
  font-size: 16px;
}

.fb-camp-notes > p:last-child {
  margin: 10px 0 0;
  color: #7e887d;
  font-size: 8px;
}

.fb-camp-mobile {
  display: none;
}

.fb-camp-lower {
  margin-top: clamp(46px, 6vw, 78px);
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--fb-camp-line);
  color: #899288;
  font-size: 9px;
}

.fb-camp-lower p {
  margin: 0;
}

.fb-camp-lower > div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.fb-camp-lower a {
  color: #899288;
  text-decoration: none;
}

.fb-camp-lower a:hover,
.fb-camp-lower a:focus-visible {
  color: var(--fb-camp-cream);
}

.fb-camp-wordmark {
  height: clamp(78px, 10.6vw, 148px);
  margin: 0;
  overflow: hidden;
  color: rgba(247, 242, 231, 0.045);
  font-size: clamp(70px, 14vw, 190px);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.78;
  white-space: nowrap;
  user-select: none;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .fb-camp-main {
    grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.7fr);
  }

  .fb-camp-notes {
    grid-column: 1 / -1;
    padding: 26px 0 0;
    border-top: 1px solid var(--fb-camp-line);
    border-left: 0;
  }

  .fb-camp-notes h3 {
    max-width: none;
  }

  .fb-camp-notes > a {
    max-width: 360px;
  }
}

@media (max-width: 900px) {
  .fb-camp-inner {
    padding: 24px 16px 0;
  }

  .fb-camp-cta {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 17px;
  }

  .fb-camp-eyebrow {
    margin-bottom: 9px;
    font-size: 8px;
  }

  .fb-camp-cta h2 {
    font-size: clamp(32px, 9.3vw, 39px);
    line-height: 0.98;
  }

  .fb-camp-cta h2 em {
    display: inline;
  }

  .fb-camp-cta-actions > a {
    min-height: 49px;
    padding: 6px 6px 6px 17px;
    font-size: 11px;
  }

  .fb-camp-cta-actions > a strong {
    width: 37px;
    height: 37px;
    font-size: 16px;
  }

  .fb-camp-proof,
  .fb-camp-rule,
  .fb-camp-main {
    display: none;
  }

  .fb-camp-mobile {
    margin-top: 24px;
    padding-top: 20px;
    display: block;
    border-top: 1px solid var(--fb-camp-line);
  }

  .fb-camp-mobile-brandbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .fb-camp-mobile-brandbar .fb-camp-brand {
    gap: 10px;
  }

  .fb-camp-mobile-brandbar .fb-camp-brand-mark {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 0 5px rgba(247, 242, 231, 0.05);
  }

  .fb-camp-mobile-brandbar .fb-camp-brand-mark img {
    width: 21px;
    height: 21px;
  }

  .fb-camp-mobile-brandbar .fb-camp-brand strong {
    font-size: 16px;
  }

  .fb-camp-mobile-brandbar .fb-camp-brand small {
    font-size: 6px;
  }

  .fb-camp-mobile-region {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: 1px solid var(--fb-camp-line);
    border-radius: 999px;
    color: var(--fb-camp-muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .fb-camp-mobile-region span {
    color: var(--fb-camp-ember);
  }

  .fb-camp-dock-heading {
    margin: 22px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .fb-camp-dock-heading p,
  .fb-camp-dock-heading span {
    margin: 0;
  }

  .fb-camp-dock-heading p {
    color: var(--fb-camp-ember);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .fb-camp-dock-heading span {
    color: #7f897f;
    font-size: 8px;
  }

  .fb-camp-mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .fb-camp-mobile-grid a {
    min-height: 74px;
    padding: 11px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 7px;
    border: 1px solid var(--fb-camp-line);
    border-radius: 5px;
    color: var(--fb-camp-cream);
    background: rgba(247, 242, 231, 0.025);
    text-decoration: none;
  }

  .fb-camp-mobile-grid a.is-featured {
    border-color: var(--fb-camp-ember);
    color: var(--fb-camp-forest);
    background: var(--fb-camp-ember);
  }

  .fb-camp-mobile-grid small {
    color: #788278;
    font-size: 7px;
    font-weight: 800;
  }

  .fb-camp-mobile-grid .is-featured small {
    color: rgba(23, 32, 25, 0.58);
  }

  .fb-camp-mobile-grid strong {
    align-self: end;
    font-size: 11px;
  }

  .fb-camp-mobile-grid a > span {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    color: var(--fb-camp-ember);
    font-size: 14px;
  }

  .fb-camp-mobile-grid .is-featured > span {
    color: var(--fb-camp-forest);
  }

  .fb-camp-mobile-notes {
    margin-top: 7px;
    padding: 11px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--fb-camp-line);
    border-radius: 5px;
    color: var(--fb-camp-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    text-decoration: none;
  }

  .fb-camp-mobile-notes span,
  .fb-camp-mobile-notes small {
    display: block;
  }

  .fb-camp-mobile-notes small {
    margin-bottom: 3px;
    color: var(--fb-camp-ember);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .fb-camp-mobile-notes > strong {
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--fb-camp-forest);
    background: var(--fb-camp-cream);
    font-family: Arial, Helvetica, sans-serif;
  }

  .fb-camp-lower {
    margin-top: 18px;
    padding: 16px 0 17px;
    gap: 12px;
  }

  .fb-camp-lower > div {
    gap: 14px;
  }

  .fb-camp-wordmark {
    height: 31px;
    font-size: 43px;
    line-height: 0.8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fb-camp-footer *,
  .fb-camp-footer *::before,
  .fb-camp-footer *::after {
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .fb-camp-cta-actions > a,
  .fb-camp-mobile-grid a,
  .fb-camp-mobile-notes {
    border: 2px solid ButtonText;
  }
}

/* === Flame Box Ember Trail Header v0.6.8 START === */
.fb-header.fb-ember-header {
  --fb-header-ember: #ed5a32;
  --fb-header-gold: #f5b34f;
  isolation: isolate;
  overflow: visible;
  border-bottom-color: rgba(23, 32, 25, 0.12);
  background: rgba(248, 245, 237, 0.93);
  box-shadow: 0 0 0 rgba(23, 32, 25, 0);
  backdrop-filter: blur(18px) saturate(135%);
  transition:
    background-color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.fb-header.fb-ember-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 5;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(237, 90, 50, 0.18) 18%,
      rgba(245, 179, 79, 0.74) 48%,
      rgba(237, 90, 50, 0.18) 78%,
      transparent 100%
    );
  background-size: 220% 100%;
  content: "";
  opacity: 0.7;
  pointer-events: none;
  animation: fbHeaderHeatline 9s linear infinite;
}

.fb-header.fb-ember-header.is-compact {
  background: rgba(248, 245, 237, 0.97);
  border-bottom-color: rgba(23, 32, 25, 0.18);
  box-shadow: 0 12px 34px rgba(23, 32, 25, 0.1);
}

.fb-ember-header .fb-header__inner {
  position: relative;
  min-height: 76px;
  transition: min-height 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.fb-ember-header.is-compact .fb-header__inner {
  min-height: 64px;
}

.fb-ember-header .fb-brand {
  position: relative;
  z-index: 3;
}

.fb-ember-header .fb-brand img {
  transition:
    filter 260ms ease,
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.fb-ember-header .fb-brand::after {
  position: absolute;
  top: 50%;
  left: 22px;
  z-index: -1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(237, 90, 50, 0.2);
  filter: blur(14px);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.7);
  transition: opacity 220ms ease, transform 300ms ease;
}

.fb-ember-header .fb-brand:hover::after,
.fb-ember-header .fb-brand:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.35);
}

.fb-ember-header .fb-brand:hover img,
.fb-ember-header .fb-brand:focus-visible img {
  filter: drop-shadow(0 6px 10px rgba(237, 90, 50, 0.2));
  transform: translateY(-1px) rotate(-2deg);
}

.fb-ember-header.is-compact .fb-brand img {
  transform: scale(0.92);
}

.fb-ember-header .fb-header__tools {
  position: relative;
  z-index: 4;
  transition: transform 240ms ease;
}

.fb-ember-header.is-compact .fb-header__tools {
  transform: scale(0.96);
}

.fb-ember-header .fb-nav {
  position: relative;
  z-index: 3;
}

.fb-ember-header .fb-nav__list > li {
  position: relative;
}

.fb-ember-header .fb-nav__list > li > a {
  transition: color 170ms ease, transform 220ms ease;
}

.fb-ember-header .fb-nav__list > li > a:hover,
.fb-ember-header .fb-nav__list > li > a:focus-visible,
.fb-ember-header .fb-nav__list > .current-menu-item > a,
.fb-ember-header .fb-nav__list > .current_page_item > a {
  color: #b83c1d;
}

.fb-ember-header .fb-ember-trail {
  display: none;
}

.fb-ember-header .fb-mobile-menu-cta {
  display: none;
}

@media (min-width: 981px) {
  .fb-ember-header .fb-nav {
    align-self: stretch;
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .fb-ember-header .fb-nav__list {
    align-self: stretch;
    gap: clamp(17px, 1.75vw, 27px);
  }

  .fb-ember-header .fb-nav__list > li {
    display: flex;
    align-items: stretch;
  }

  .fb-ember-header .fb-nav__list > li > a {
    display: grid;
    grid-template-rows: auto 9px;
    align-content: center;
    gap: 3px;
    padding: 13px 0 11px;
    white-space: nowrap;
  }

  .fb-ember-header .fb-nav__list > li > a::after {
    overflow: hidden;
    color: rgba(23, 32, 25, 0.46);
    content: attr(data-fb-note);
    font-size: 7px;
    font-weight: 780;
    letter-spacing: 0.075em;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.72;
    transform: translateY(1px);
    transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
  }

  .fb-ember-header .fb-nav__list > li > a:hover,
  .fb-ember-header .fb-nav__list > li > a:focus-visible {
    transform: translateY(-1px);
  }

  .fb-ember-header .fb-nav__list > li > a:hover::after,
  .fb-ember-header .fb-nav__list > li > a:focus-visible::after,
  .fb-ember-header .fb-nav__list > .current-menu-item > a::after,
  .fb-ember-header .fb-nav__list > .current_page_item > a::after {
    color: #a74327;
    opacity: 1;
    transform: translateY(0);
  }

  .fb-ember-header .fb-ember-trail {
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 8;
    display: block;
    width: var(--fb-trail-width, 38px);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(
      90deg,
      rgba(237, 90, 50, 0.02),
      rgba(237, 90, 50, 0.65) 36%,
      var(--fb-header-gold) 75%,
      var(--fb-header-ember)
    );
    box-shadow:
      0 0 9px rgba(237, 90, 50, 0.28),
      0 2px 7px rgba(237, 90, 50, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(var(--fb-trail-x, 0px), 0, 0);
    transition:
      width 360ms cubic-bezier(0.2, 0.85, 0.2, 1),
      transform 430ms cubic-bezier(0.18, 0.9, 0.2, 1),
      opacity 180ms ease;
  }

  .fb-ember-header .fb-ember-trail::before {
    position: absolute;
    top: 50%;
    right: -2px;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    background: var(--fb-header-ember);
    box-shadow:
      0 0 0 4px rgba(237, 90, 50, 0.1),
      0 0 13px 4px rgba(237, 90, 50, 0.4);
    content: "";
    transform: translateY(-50%);
    animation: fbHeaderEmberPulse 2.7s ease-in-out infinite;
  }

  .fb-ember-header .fb-ember-trail::after {
    position: absolute;
    top: -4px;
    right: 1px;
    width: 18px;
    height: 10px;
    background: radial-gradient(ellipse at center, rgba(245, 179, 79, 0.28), transparent 70%);
    content: "";
    filter: blur(3px);
    transform: skewX(-24deg);
  }

  .fb-ember-header .fb-nav.is-trail-ready .fb-ember-trail {
    opacity: 1;
  }

  .fb-ember-header.is-compact .fb-ember-trail {
    bottom: 6px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .fb-ember-header .fb-header__inner {
    gap: 13px;
  }

  .fb-ember-header .fb-brand__descriptor {
    display: none;
  }

  .fb-ember-header .fb-nav__list {
    gap: 14px;
  }

  .fb-ember-header .fb-nav__list > li > a::after {
    display: none;
  }

  .fb-ember-header .fb-nav__list > li > a {
    grid-template-rows: auto;
    padding-block: 17px;
  }
}

@media (max-width: 980px) {
  .fb-header.fb-ember-header {
    overflow: visible;
  }

  .fb-ember-header .fb-header__inner,
  .fb-ember-header.is-compact .fb-header__inner {
    min-height: 68px;
  }

  .fb-ember-header .fb-brand img,
  .fb-ember-header.is-compact .fb-brand img {
    width: 38px;
    height: 38px;
    transform: none;
  }

  .fb-ember-header .fb-nav {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
    max-height: min(72svh, 430px);
    margin: 0;
    overflow: auto;
    border: 1px solid rgba(23, 32, 25, 0.15);
    border-radius: 22px;
    padding: 11px;
    background:
      radial-gradient(circle at 94% 4%, rgba(237, 90, 50, 0.13), transparent 34%),
      rgba(250, 247, 239, 0.985);
    box-shadow:
      0 28px 70px rgba(21, 32, 24, 0.2),
      0 2px 0 rgba(255, 255, 255, 0.86) inset;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: perspective(900px) translateY(-10px) rotateX(-9deg) scale(0.985);
    transform-origin: 50% 0;
    transition:
      visibility 0s linear 260ms,
      opacity 180ms ease,
      transform 300ms cubic-bezier(0.16, 0.86, 0.24, 1);
  }

  .fb-ember-header .fb-nav::before {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: rgba(23, 32, 25, 0.15);
    content: "";
    transform: translateX(-50%);
  }

  .fb-ember-header .fb-nav.is-open {
    display: flex;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: perspective(900px) translateY(0) rotateX(0) scale(1);
    transition-delay: 0s;
  }

  .fb-ember-header .fb-nav__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-direction: initial;
    align-items: stretch;
    gap: 6px;
    margin: 0;
    padding: 5px 0 0;
  }

  .fb-ember-header .fb-nav__list > li {
    min-width: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(-5px);
  }

  .fb-ember-header .fb-nav.is-open .fb-nav__list > li {
    animation: fbMobileMenuItem 260ms both;
    animation-delay: calc(55ms + var(--fb-menu-order, 0) * 34ms);
  }

  .fb-ember-header .fb-nav__list > li:nth-child(3),
  .fb-ember-header .fb-nav__list > li:nth-child(6) {
    grid-column: 1 / -1;
  }

  .fb-ember-header .fb-nav__list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 45px;
    width: 100%;
    border: 1px solid rgba(23, 32, 25, 0.11);
    border-radius: 12px;
    padding: 9px 12px;
    background: rgba(255, 253, 248, 0.82);
    color: #283229;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.045em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .fb-ember-header .fb-nav__list > li > a::before {
    order: 2;
    margin-left: 10px;
    color: var(--fb-header-ember);
    content: "↗";
    font-size: 12px;
    line-height: 1;
    opacity: 0.75;
    transform: translate(-2px, 2px);
    transition: transform 180ms ease;
  }

  .fb-ember-header .fb-nav__list > li > a::after {
    display: none;
  }

  .fb-ember-header .fb-nav__list > li > a:hover,
  .fb-ember-header .fb-nav__list > li > a:focus-visible,
  .fb-ember-header .fb-nav__list > .current-menu-item > a,
  .fb-ember-header .fb-nav__list > .current_page_item > a {
    border-color: rgba(237, 90, 50, 0.45);
    background: #fffdf8;
    color: #9f371d;
    transform: none;
  }

  .fb-ember-header .fb-nav__list > li > a:hover::before,
  .fb-ember-header .fb-nav__list > li > a:focus-visible::before {
    transform: translate(0, 0);
  }

  .fb-ember-header .fb-mobile-menu-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 49px;
    border: 1px solid #1e2d21;
    border-radius: 13px;
    padding: 8px 8px 8px 15px;
    background:
      radial-gradient(circle at 90% 18%, rgba(237, 90, 50, 0.22), transparent 32%),
      #18251b;
    color: #fffdf8;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(-4px);
  }

  .fb-ember-header .fb-nav.is-open .fb-mobile-menu-cta {
    animation: fbMobileMenuItem 280ms 230ms both;
  }

  .fb-ember-header .fb-mobile-menu-cta span:last-child {
    display: grid;
    width: 33px;
    height: 33px;
    flex: 0 0 33px;
    border-radius: 50%;
    background: var(--fb-header-ember);
    color: #fff;
    font-size: 16px;
    place-items: center;
    transition: transform 180ms ease, background-color 180ms ease;
  }

  .fb-ember-header .fb-mobile-menu-cta:hover span:last-child,
  .fb-ember-header .fb-mobile-menu-cta:focus-visible span:last-child {
    background: #f16a43;
    transform: rotate(-7deg) scale(1.05);
  }

  .fb-ember-header .fb-nav-toggle {
    position: relative;
    display: inline-grid;
    width: 44px;
    height: 42px;
    flex: 0 0 44px;
    overflow: hidden;
    border: 1px solid rgba(23, 32, 25, 0.16);
    border-radius: 13px;
    background: rgba(255, 253, 248, 0.78);
    color: #243026;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    place-items: center;
    transition:
      border-color 180ms ease,
      background-color 180ms ease,
      box-shadow 180ms ease;
  }

  .fb-ember-header .fb-nav-toggle span,
  .fb-ember-header .fb-nav-toggle::before,
  .fb-ember-header .fb-nav-toggle::after {
    position: absolute;
    left: 12px;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0;
    border-radius: 99px;
    background: currentColor;
    content: "";
    transition:
      top 220ms cubic-bezier(0.2, 0.8, 0.2, 1),
      opacity 150ms ease,
      transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .fb-ember-header .fb-nav-toggle::before {
    top: 14px;
  }

  .fb-ember-header .fb-nav-toggle span {
    top: 20px;
    overflow: hidden;
    text-indent: -999px;
  }

  .fb-ember-header .fb-nav-toggle::after {
    top: 26px;
  }

  .fb-ember-header .fb-nav-toggle[aria-expanded="true"] {
    border-color: rgba(237, 90, 50, 0.45);
    background: #fffdf8;
    box-shadow: 0 0 0 4px rgba(237, 90, 50, 0.08);
  }

  .fb-ember-header .fb-nav-toggle[aria-expanded="true"] span {
    opacity: 0;
    transform: scaleX(0.2);
  }

  .fb-ember-header .fb-nav-toggle[aria-expanded="true"]::before {
    top: 20px;
    transform: rotate(45deg);
  }

  .fb-ember-header .fb-nav-toggle[aria-expanded="true"]::after {
    top: 20px;
    transform: rotate(-45deg);
  }
}

@keyframes fbHeaderHeatline {
  from { background-position: 0 0; }
  to { background-position: 220% 0; }
}

@keyframes fbHeaderEmberPulse {
  0%, 100% { opacity: 0.82; transform: translateY(-50%) scale(0.9); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.12); }
}

@keyframes fbMobileMenuItem {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .fb-header.fb-ember-header,
  .fb-header.fb-ember-header *,
  .fb-header.fb-ember-header *::before,
  .fb-header.fb-ember-header *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* === Flame Box Ember Trail Header v0.6.8 END === */


/* === Flame Box Mobile Alignment + Content Rhythm v0.6.9 START === */
@media (max-width: 980px) {
  .fb-header.fb-ember-header .fb-header__inner,
  .fb-header.fb-ember-header.is-compact .fb-header__inner {
    min-height: 62px;
    gap: 10px;
  }

  .fb-header.fb-ember-header .fb-brand {
    display: inline-flex;
    min-width: 0;
    min-height: 42px;
    align-items: center;
    gap: 9px;
    padding: 0;
    line-height: 1;
    text-transform: none;
  }

  .fb-header.fb-ember-header .fb-brand img,
  .fb-header.fb-ember-header.is-compact .fb-brand img {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin: 0;
    object-fit: contain;
    object-position: center;
    transform: translateY(-1px);
  }

  .fb-header.fb-ember-header .fb-brand__name {
    display: block;
    margin: 0;
    color: #172019;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1;
    white-space: nowrap;
  }

  .fb-header.fb-ember-header .fb-brand__descriptor {
    display: none;
  }

  .fb-header.fb-ember-header .fb-header__tools {
    gap: 7px;
  }

  .fb-header.fb-ember-header .fb-nav-toggle {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 11px;
  }

  .fb-header.fb-ember-header .fb-nav-toggle span,
  .fb-header.fb-ember-header .fb-nav-toggle::before,
  .fb-header.fb-ember-header .fb-nav-toggle::after {
    left: 10px;
    width: 18px;
  }

  .fb-header.fb-ember-header .fb-nav-toggle::before {
    top: 13px;
  }

  .fb-header.fb-ember-header .fb-nav-toggle span {
    top: 19px;
  }

  .fb-header.fb-ember-header .fb-nav-toggle::after {
    top: 25px;
  }

  .fb-header.fb-ember-header .fb-nav-toggle[aria-expanded="true"]::before,
  .fb-header.fb-ember-header .fb-nav-toggle[aria-expanded="true"]::after {
    top: 19px;
  }

  .fb-header.fb-ember-header .fb-nav {
    top: calc(100% + 7px);
  }
}

@media (max-width: 760px) {
  .fb-v6 .fb-v6-site .fb-container {
    width: calc(100% - 32px);
  }

  .fb-v6 .fb-v6-hero {
    padding-block: 36px 52px;
  }

  .fb-v6 .fb-v6-hero__grid {
    gap: 26px;
  }

  .fb-v6 .fb-v6-hero .fb-kicker,
  .fb-v6 .fb-v6-finder .fb-kicker {
    margin-bottom: 12px;
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .fb-v6 .fb-v6-hero h1 {
    max-width: 11ch;
    font-size: clamp(44px, 7.5vw, 54px);
    letter-spacing: -0.067em;
    line-height: 0.93;
  }

  .fb-v6 .fb-v6-hero h1 em {
    margin-top: 0.04em;
    font-size: 0.94em;
    line-height: 0.92;
  }

  .fb-v6 .fb-v6-hero__lede {
    max-width: 50ch;
    margin-top: 18px;
    font-size: 15.5px;
    line-height: 1.5;
    text-wrap: pretty;
  }

  .fb-v6 .fb-v6-hero__offer {
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    border-top: 1px solid var(--fb-v6-line);
    border-bottom: 1px solid var(--fb-v6-line);
    padding: 10px 0;
    font-size: 10px;
  }

  .fb-v6 .fb-v6-hero__offer strong {
    font-size: 20px;
  }

  .fb-v6 .fb-v6-hero .fb-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .fb-v6 .fb-v6-hero .fb-actions .fb-btn {
    width: 100%;
    min-height: 49px;
    padding-inline: 10px;
    font-size: 9.5px;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .fb-v6 .fb-v6-hero__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 8px;
    margin-top: 14px;
    font-size: 9px;
    line-height: 1.3;
  }

  .fb-v6 .fb-v6-hero__trust li {
    min-width: 0;
    padding-left: 12px;
    text-wrap: balance;
  }

  .fb-v6 .fb-v6-hero__trust li::before {
    top: 0.43em;
    width: 6px;
    height: 6px;
  }

  .fb-v6 .fb-v6-hero__media {
    min-height: 0;
    margin-top: 0;
    aspect-ratio: 4 / 3.45;
  }

  .fb-v6 .fb-v6-hero__folded {
    top: 10px;
    right: 10px;
    bottom: auto;
    width: 132px;
    grid-template-columns: 1fr;
    padding: 7px;
  }

  .fb-v6 .fb-v6-hero__folded img {
    width: 116px;
    height: 70px;
  }

  .fb-v6 .fb-v6-hero__folded span {
    display: none;
  }

  .fb-v6 .fb-v6-finder {
    padding-block: 54px;
  }

  .fb-v6 .fb-v6-finder .fb-v6-section-head {
    max-width: 54ch;
  }

  .fb-v6 .fb-v6-finder .fb-v6-section-head h2 {
    max-width: 13ch;
    font-size: clamp(38px, 7vw, 48px);
    letter-spacing: -0.055em;
    line-height: 0.98;
  }

  .fb-v6 .fb-v6-finder .fb-v6-section-head > p:last-child {
    max-width: 52ch;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .fb-v6 .fb-v6-finder__form {
    gap: 12px;
    margin-top: 24px;
  }

  .fb-v6 .fb-v6-finder__form fieldset {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .fb-v6 .fb-v6-finder__form legend {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: 0.075em;
  }

  .fb-v6 .fb-v6-finder__form label span {
    min-height: 58px;
    border-radius: 7px;
    padding: 8px 6px;
    font-size: 10.5px;
    line-height: 1.2;
    text-align: center;
    place-items: center;
    text-wrap: balance;
  }

  .fb-v6 .fb-v6-finder__answer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 16px;
    margin-top: 15px;
    padding: 15px 16px;
  }

  .fb-v6 .fb-v6-finder__answer > span,
  .fb-v6 .fb-v6-finder__answer > strong {
    grid-column: 1;
  }

  .fb-v6 .fb-v6-finder__answer > strong {
    font-size: 22px;
  }

  .fb-v6 .fb-v6-finder__answer p {
    grid-column: 1 / -1;
    grid-row: auto;
    font-size: 12px;
    line-height: 1.45;
  }

  .fb-v6 .fb-v6-finder__answer a {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
    font-size: 9px;
    white-space: nowrap;
  }

  .fb-v6 .fb-v6-model-grid {
    gap: 12px;
    margin-top: 28px;
  }
}

@media (max-width: 430px) {
  .fb-header.fb-ember-header .fb-header__inner,
  .fb-header.fb-ember-header.is-compact .fb-header__inner {
    min-height: 58px;
  }

  .fb-header.fb-ember-header .fb-brand {
    min-height: 38px;
    gap: 8px;
  }

  .fb-header.fb-ember-header .fb-brand img,
  .fb-header.fb-ember-header.is-compact .fb-brand img {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
  }

  .fb-header.fb-ember-header .fb-brand__name {
    font-size: 16.5px;
  }

  .fb-header.fb-ember-header .fb-nav-toggle {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .fb-header.fb-ember-header .fb-nav-toggle span,
  .fb-header.fb-ember-header .fb-nav-toggle::before,
  .fb-header.fb-ember-header .fb-nav-toggle::after {
    left: 9px;
  }

  .fb-v6 .fb-v6-hero {
    padding-block: 32px 46px;
  }

  .fb-v6 .fb-v6-hero h1 {
    max-width: 10.5ch;
    font-size: clamp(42px, 12.3vw, 49px);
  }

  .fb-v6 .fb-v6-hero__lede {
    margin-top: 16px;
    font-size: 14.5px;
  }

  .fb-v6 .fb-v6-hero .fb-actions .fb-btn {
    min-height: 47px;
    padding-inline: 7px;
    font-size: 9px;
    letter-spacing: 0.03em;
  }

  .fb-v6 .fb-v6-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .fb-v6 .fb-v6-hero__trust li {
    display: flex;
    min-height: 34px;
    align-items: center;
    border: 1px solid rgba(23, 32, 25, 0.1);
    border-radius: 9px;
    padding: 6px 8px 6px 20px;
    background: rgba(255, 253, 248, 0.44);
    font-size: 8.5px;
  }

  .fb-v6 .fb-v6-hero__trust li:nth-child(3) {
    grid-column: 1 / -1;
  }

  .fb-v6 .fb-v6-hero__trust li::before {
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
  }

  .fb-v6 .fb-v6-hero__media {
    aspect-ratio: 4 / 3.8;
  }

  .fb-v6 .fb-v6-finder {
    padding-block: 48px;
  }

  .fb-v6 .fb-v6-finder .fb-v6-section-head h2 {
    font-size: clamp(36px, 10.5vw, 42px);
  }

  .fb-v6 .fb-v6-finder__form label span {
    min-height: 56px;
    font-size: 9.5px;
  }

  .fb-v6 .fb-v6-finder__answer {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v6 .fb-v6-finder__answer > :where(span, strong, p, a) {
    grid-column: 1;
    grid-row: auto;
  }

  .fb-v6 .fb-v6-finder__answer a {
    margin-top: 4px;
    white-space: normal;
  }
}
/* === Flame Box Mobile Alignment + Content Rhythm v0.6.9 END === */

