/* Flame Box storefront legacy foundation v0.6.6 */

body.fb-v5 {
  --fb-bg: #f3efe6;
  --fb-panel: #fffdf8;
  --fb-panel-2: #e8e2d6;
  --fb-text: #191a16;
  --fb-muted: #67675f;
  --fb-line: rgba(25, 26, 22, 0.16);
  --fb-orange: #d94b20;
  --fb-orange-2: #b93a18;
  --fb-green: #43513d;
  --fb-steel: #7b817a;
  --fb-radius: 2px;
  --fb-max: 1280px;
  margin: 0;
  background: var(--fb-bg);
  color: var(--fb-text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.fb-v5 *,
.fb-v5 *::before,
.fb-v5 *::after {
  box-sizing: border-box;
}

.fb-v5 a,
.fb-v5 button {
  -webkit-tap-highlight-color: transparent;
}

.fb-v5 .fb-container {
  width: min(var(--fb-max), calc(100% - 48px));
}

.fb-v5 .fb-site {
  overflow: hidden;
  background: var(--fb-bg);
}

.fb-v5 .fb-site--shop {
  overflow: visible;
}

/* Announcement and navigation */
.fb-v5 .fb-announcement {
  position: relative;
  z-index: 60;
  background: #1c211b;
  color: #f6f1e7;
}

.fb-v5 .fb-announcement__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fb-v5 .fb-announcement a {
  color: inherit;
  text-decoration: none;
}

.fb-v5 .fb-announcement a span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 180ms ease;
}

.fb-v5 .fb-announcement a:hover span,
.fb-v5 .fb-announcement a:focus-visible span {
  transform: translateX(4px);
}

.fb-v5 .fb-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--fb-line);
  background: rgba(248, 245, 237, 0.94);
  color: var(--fb-text);
  backdrop-filter: blur(18px);
}

.fb-v5 .fb-header__inner {
  min-height: 76px;
  gap: 28px;
}

.fb-v5 .fb-brand {
  display: grid;
  grid-template-columns: 34px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 1px;
  min-width: 174px;
  color: var(--fb-text);
  letter-spacing: 0;
  text-transform: none;
}

.fb-v5 .fb-brand img {
  grid-row: 1 / 3;
  align-self: center;
  width: 34px;
  height: 34px;
  mix-blend-mode: multiply;
}

.fb-v5 .fb-brand .fb-brand__name {
  color: var(--fb-text);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1;
}

.fb-v5 .fb-brand .fb-brand__descriptor {
  color: var(--fb-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
}

.fb-v5 .fb-nav,
.fb-v5 .fb-nav__list {
  gap: 28px;
}

.fb-v5 .fb-nav {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.fb-v5 .fb-nav a {
  position: relative;
  padding: 28px 0 26px;
  color: #3d3d37;
  text-decoration: none;
}

.fb-v5 .fb-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  background: var(--fb-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.fb-v5 .fb-nav a:hover,
.fb-v5 .fb-nav a:focus-visible {
  color: var(--fb-text);
}

.fb-v5 .fb-nav a:hover::after,
.fb-v5 .fb-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.fb-v5 .fb-header__tools {
  gap: 10px;
}

.fb-v5 .fb-currency-switcher {
  border-color: var(--fb-line);
  border-radius: 999px;
  padding: 2px;
  background: rgba(25, 26, 22, 0.035);
}

.fb-v5 .fb-currency-switcher > span {
  color: var(--fb-muted);
  font-size: 9px;
}

.fb-v5 .fb-currency-switcher a {
  min-width: 37px;
  min-height: 29px;
  border-radius: 999px;
  color: #585950;
  font-size: 10px;
}

.fb-v5 .fb-currency-switcher a.is-active {
  background: #1c211b;
  color: #fffdf8;
}

.fb-v5 .fb-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 5px 0 11px;
  border: 1px solid var(--fb-line);
  border-radius: 999px;
  color: var(--fb-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.fb-v5 .fb-cart-link strong {
  display: grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--fb-orange);
  color: #fff;
  font-size: 11px;
}

.fb-v5 .fb-nav-toggle {
  border-color: var(--fb-line);
  background: transparent;
  color: var(--fb-text);
}

/* Homepage hero */
.fb-v5 .fb-hero--editorial {
  display: block;
  min-height: 0;
  overflow: visible;
  border-bottom: 1px solid var(--fb-line);
  background:
    linear-gradient(90deg, rgba(217, 75, 32, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--fb-bg);
}

.fb-v5 .fb-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
  padding-block: clamp(58px, 7vw, 96px);
}

.fb-v5 .fb-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.fb-v5 .fb-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--fb-orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fb-v5 .fb-kicker::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.fb-v5 .fb-hero--editorial h1 {
  max-width: 650px;
  margin: 0;
  color: #191a16;
  font-size: clamp(54px, 5.4vw, 86px);
  font-weight: 780;
  letter-spacing: -0.07em;
  line-height: 0.92;
  text-wrap: balance;
}

.fb-v5 .fb-hero--editorial h1 em {
  color: var(--fb-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.fb-v5 .fb-hero--editorial .fb-hero__lede {
  max-width: 570px;
  margin: 28px 0 0;
  color: #55564f;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}

.fb-v5 .fb-actions {
  gap: 11px;
  margin-top: 30px;
}

.fb-v5 .fb-btn {
  min-height: 50px;
  padding: 0 22px;
  border-color: #1c211b;
  border-radius: 2px;
  background: #1c211b;
  color: #fffdf8;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.fb-v5 .fb-btn:hover,
.fb-v5 .fb-btn:focus-visible {
  border-color: var(--fb-orange);
  background: var(--fb-orange);
  color: #fff;
  transform: translateY(-1px);
}

.fb-v5 .fb-btn--ghost {
  border-color: var(--fb-line);
  background: transparent;
  color: var(--fb-text);
}

.fb-v5 .fb-btn--small {
  min-height: 43px;
  padding-inline: 17px;
  font-size: 10px;
}

.fb-v5 .fb-hero__specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 560px;
  margin: 38px 0 0;
  border-top: 1px solid var(--fb-line);
  border-bottom: 1px solid var(--fb-line);
}

.fb-v5 .fb-hero__specs div {
  padding: 15px 18px 15px 0;
}

.fb-v5 .fb-hero__specs div + div {
  padding-left: 18px;
  border-left: 1px solid var(--fb-line);
}

.fb-v5 .fb-hero__specs dt,
.fb-v5 .fb-hero__specs dd {
  margin: 0;
}

.fb-v5 .fb-hero__specs dt {
  color: var(--fb-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fb-v5 .fb-hero__specs dd {
  margin-top: 6px;
  color: var(--fb-text);
  font-size: 14px;
  font-weight: 800;
}

.fb-v5 .fb-hero__availability {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 16px 0 0;
  color: var(--fb-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.fb-v5 .fb-hero__availability > span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #5d7752;
  box-shadow: 0 0 0 4px rgba(93, 119, 82, 0.14);
}

.fb-v5 .fb-hero__visual {
  position: relative;
  min-height: clamp(540px, 54vw, 700px);
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 52%), #dce1d3;
  isolation: isolate;
}

.fb-v5 .fb-hero__visual::before {
  position: absolute;
  top: 28px;
  right: -12px;
  z-index: -1;
  color: rgba(49, 58, 45, 0.09);
  font-size: clamp(76px, 10vw, 156px);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.8;
  content: "FIRE";
  writing-mode: vertical-rl;
}

.fb-v5 .fb-hero--editorial .fb-hero__visual img {
  position: absolute;
  inset: 1% auto auto 50%;
  width: 112%;
  height: 92%;
  object-fit: contain;
  filter: saturate(0.9) contrast(1.035);
  mix-blend-mode: multiply;
  transform: translateX(-50%);
}

.fb-v5 .fb-hero__index,
.fb-v5 .fb-product-hero__number {
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 3;
  color: #394535;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-style: italic;
}

.fb-v5 .fb-hero__visual figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 5px 22px;
  padding: 18px 20px;
  background: rgba(28, 33, 27, 0.95);
  color: #fffdf8;
  backdrop-filter: blur(12px);
}

.fb-v5 .fb-hero__visual figcaption > span {
  color: #c9cbbf;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fb-v5 .fb-hero__visual figcaption strong {
  grid-row: 2;
  font-size: 17px;
}

.fb-v5 .fb-hero__visual figcaption a {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Proof and lineup */
.fb-v5 .fb-editorial-proof {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: #1c211b;
  color: #fffdf8;
}

.fb-v5 .fb-editorial-proof .fb-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fb-v5 .fb-editorial-proof article {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  min-height: 132px;
  padding: 28px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.fb-v5 .fb-editorial-proof article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.fb-v5 .fb-editorial-proof article > span {
  color: #e16a44;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
}

.fb-v5 .fb-editorial-proof strong,
.fb-v5 .fb-editorial-proof p {
  display: block;
}

.fb-v5 .fb-editorial-proof strong {
  font-size: 15px;
}

.fb-v5 .fb-editorial-proof p {
  max-width: 260px;
  margin: 7px 0 0;
  color: #b8bcb0;
  font-size: 13px;
  line-height: 1.5;
}

.fb-v5 .fb-section {
  background: var(--fb-bg);
}

.fb-v5 .fb-lineup-section {
  padding: clamp(82px, 9vw, 130px) 0;
}

.fb-v5 .fb-section__head--editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  column-gap: clamp(48px, 8vw, 120px);
  align-items: end;
  max-width: none;
  margin-bottom: 42px;
}

.fb-v5 .fb-section__head--editorial .fb-kicker {
  grid-column: 1 / -1;
}

.fb-v5 .fb-section__head--editorial h2 {
  margin: 0;
  color: var(--fb-text);
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.fb-v5 .fb-section__head--editorial > p:not(.fb-kicker) {
  margin: 0 0 5px;
  color: var(--fb-muted);
  font-size: 16px;
  line-height: 1.6;
}

.fb-v5 .fb-model-grid {
  gap: 18px;
  counter-reset: fb-card;
}

.fb-v5 .fb-model-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fb-line);
  border-radius: 0;
  background: #fffdf8;
  color: var(--fb-text);
  box-shadow: none;
  counter-increment: fb-card;
}

.fb-v5 .fb-model-card.is-featured {
  border-color: rgba(25, 26, 22, 0.38);
  box-shadow: none;
}

.fb-v5 .fb-model-card__badge {
  top: 14px;
  left: 14px;
  z-index: 3;
  border: 0;
  border-radius: 0;
  padding: 8px 10px;
  background: #1c211b;
  color: #fffdf8;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.fb-v5 .fb-model-card:nth-child(2) .fb-model-card__media {
  background: #eee0b9;
}

.fb-v5 .fb-model-card:nth-child(3) .fb-model-card__media {
  background: #dce1d3;
}

.fb-v5 .fb-model-card__media::after {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: rgba(25, 26, 22, 0.34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  content: "0" counter(fb-card);
}

.fb-v5 .fb-model-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.fb-v5 .fb-model-card:hover .fb-model-card__media img {
  transform: scale(1.025);
}

.fb-v5 .fb-model-card__thumbs,
.fb-v5 .fb-lineup-section .fb-card-points {
  display: none;
}

.fb-v5 .fb-model-card__body {
  padding: 24px 24px 26px;
}

.fb-v5 .fb-model-card__body .fb-kicker {
  margin-bottom: 12px;
  font-size: 9px;
}

.fb-v5 .fb-model-card__body .fb-kicker::before {
  width: 18px;
}

.fb-v5 .fb-model-card h3 {
  margin: 0;
  color: var(--fb-text);
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 760;
  letter-spacing: -0.045em;
}

.fb-v5 .fb-model-card__body > p:not(.fb-kicker) {
  min-height: 44px;
  margin: 11px 0 0;
  color: var(--fb-muted);
  font-size: 14px;
  line-height: 1.55;
}

.fb-v5 .fb-model-card__meta {
  margin-top: 22px;
  padding: 15px 0;
  border-top: 1px solid var(--fb-line);
  border-bottom: 1px solid var(--fb-line);
  color: var(--fb-text);
  font-size: 12px;
}

.fb-v5 .fb-model-card__meta span:first-child {
  font-size: 16px;
  font-weight: 850;
}

.fb-v5 .fb-model-card__body > .fb-btn {
  width: 100%;
  margin-top: 18px;
}

/* Shop collection */
.fb-v5 .fb-shop-hero {
  padding: clamp(54px, 7vw, 96px) 0;
  border-bottom: 1px solid var(--fb-line);
  background: #e8e2d6;
}

.fb-v5 .fb-shop-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.fb-v5 .fb-shop-hero__copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--fb-text);
  font-size: clamp(58px, 6.5vw, 98px);
  font-weight: 780;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.fb-v5 .fb-shop-hero__copy > p:not(.fb-kicker) {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--fb-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.58;
}

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

.fb-v5 .fb-shop-hero__metrics div {
  padding: 15px 16px 15px 0;
}

.fb-v5 .fb-shop-hero__metrics div + div {
  padding-left: 16px;
  border-left: 1px solid var(--fb-line);
}

.fb-v5 .fb-shop-hero__metrics dt,
.fb-v5 .fb-shop-hero__metrics dd {
  margin: 0;
}

.fb-v5 .fb-shop-hero__metrics dt {
  color: var(--fb-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fb-v5 .fb-shop-hero__metrics dd {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 850;
}

.fb-v5 .fb-shop-hero__visual {
  position: relative;
  min-height: clamp(570px, 52vw, 700px);
}

.fb-v5 .fb-shop-hero__visual figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 26, 22, 0.12);
}

.fb-v5 .fb-shop-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.fb-v5 .fb-shop-hero__primary {
  top: 0;
  right: 0;
  width: 78%;
  height: 82%;
  background: #dce1d3;
}

.fb-v5 .fb-shop-hero__secondary {
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 45%;
  height: 48%;
  background: #eee0b9;
  box-shadow: 16px -16px 0 #e8e2d6;
}

.fb-v5 .fb-shop-hero__visual figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(28, 33, 27, 0.94);
  color: #fffdf8;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fb-v5 .fb-shop-hero__visual figcaption span {
  color: #c6c9bd;
  font-size: 9px;
}

.fb-v5 .fb-shop-hero__stamp {
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: start;
  color: var(--fb-text);
}

.fb-v5 .fb-shop-hero__stamp span {
  color: var(--fb-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
}

.fb-v5 .fb-shop-hero__stamp strong {
  font-size: 10px;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.fb-v5 .fb-shop-hero__copy h1 em {
  color: var(--fb-orange);
  font-style: normal;
}

.fb-v5 .fb-shop-hero__reel {
  overflow: hidden;
  border: 1px solid rgba(25, 26, 22, 0.16);
  background: #151813;
  isolation: isolate;
}

.fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #151813;
  animation: fbShopHeroReel 8s linear infinite;
}

.fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame:nth-child(2) {
  animation-delay: 2s;
}

.fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame:nth-child(3) {
  animation-delay: 4s;
}

.fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame:nth-child(4) {
  animation-delay: 6s;
}

.fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame img {
  mix-blend-mode: normal;
  transform: scale(1.01);
}

.fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame figcaption {
  z-index: 2;
  align-items: center;
  text-transform: none;
}

.fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame figcaption span {
  color: #ff8a63;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame figcaption strong {
  max-width: 300px;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

@keyframes fbShopHeroReel {
  0%,
  21% {
    z-index: 1;
    opacity: 1;
  }

  25%,
  100% {
    z-index: 0;
    opacity: 0;
  }
}

/* Shop trunk problem and matched reveal */
.fb-v5 .fb-trunk-test {
  padding-block: clamp(78px, 9vw, 132px);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #181c17;
  color: #fffdf8;
}

.fb-v5 .fb-trunk-test__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(36px, 8vw, 112px);
  align-items: end;
}

.fb-v5 .fb-trunk-test .fb-kicker {
  color: #f07b55;
}

.fb-v5 .fb-trunk-test h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.93;
  letter-spacing: -0.06em;
}

.fb-v5 .fb-trunk-test h2 em {
  color: #f07b55;
  font-style: normal;
}

.fb-v5 .fb-trunk-test__head > div:last-child > p {
  margin: 0;
  color: #c7cabe;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
}

.fb-v5 .fb-trunk-test__head > div:last-child > strong {
  display: inline-block;
  margin-top: 22px;
  border-bottom: 1px solid #f07b55;
  padding-bottom: 5px;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fb-v5 .fb-trunk-compare {
  position: relative;
  aspect-ratio: 16 / 8.8;
  margin-top: clamp(42px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #090b09;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  isolation: isolate;
}

.fb-v5 .fb-trunk-compare__before,
.fb-v5 .fb-trunk-compare__after,
.fb-v5 .fb-trunk-compare__after img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.fb-v5 .fb-trunk-compare img {
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

.fb-v5 .fb-trunk-compare__before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--fb-reveal)) 0 0);
}

.fb-v5 .fb-trunk-compare__after {
  z-index: 1;
  overflow: hidden;
}

.fb-v5 .fb-trunk-compare__label {
  position: absolute;
  top: 18px;
  z-index: 4;
  display: grid;
  gap: 3px;
  padding: 9px 11px;
  background: rgba(18, 21, 17, 0.9);
  color: #c7cabe;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fb-v5 .fb-trunk-compare__label strong {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.fb-v5 .fb-trunk-compare__label--before {
  left: 18px;
}

.fb-v5 .fb-trunk-compare__label--after {
  right: 18px;
}

.fb-v5 .fb-trunk-compare__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--fb-reveal);
  z-index: 5;
  width: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
  transform: translateX(-1px);
  pointer-events: none;
}

.fb-v5 .fb-trunk-compare__line i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--fb-orange);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
}

.fb-v5 .fb-trunk-compare__line i::before,
.fb-v5 .fb-trunk-compare__line i::after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
}

.fb-v5 .fb-trunk-compare__line i::before {
  left: 13px;
  transform: translateY(-50%) rotate(-45deg);
}

.fb-v5 .fb-trunk-compare__line i::after {
  right: 13px;
  transform: translateY(-50%) rotate(135deg);
}

.fb-v5 .fb-trunk-compare input[type="range"] {
  position: absolute;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.fb-v5 .fb-trunk-compare:focus-within {
  outline: 3px solid #f07b55;
  outline-offset: 5px;
}

.fb-v5 .fb-trunk-test__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding-top: 18px;
  color: #aeb3a6;
  font-size: 12px;
  line-height: 1.5;
}

.fb-v5 .fb-trunk-test__footer > span:last-child {
  text-align: right;
}

.fb-v5 .fb-trunk-test__footer strong {
  display: block;
  color: #fffdf8;
  font-size: 13px;
}

.fb-v5 .fb-trunk-test__footer output {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 8px 11px;
  color: #fffdf8;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Scroll-led Pack, Carry, Cook story */
.fb-v5 .fb-shop-journey {
  padding-block: clamp(80px, 9vw, 132px);
  background: #f4f0e7;
}

.fb-v5 .fb-shop-journey__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.35fr);
  gap: 20px 64px;
  align-items: end;
  margin-bottom: clamp(44px, 7vw, 86px);
}

.fb-v5 .fb-shop-journey__head .fb-kicker {
  grid-column: 1 / -1;
  margin: 0;
}

.fb-v5 .fb-shop-journey__head h2 {
  margin: 0;
  font-size: clamp(48px, 6.4vw, 90px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.fb-v5 .fb-shop-journey__head h2 span {
  color: var(--fb-orange);
  font-weight: 450;
}

.fb-v5 .fb-shop-journey__head > p:last-child {
  margin: 0 0 7px;
  color: var(--fb-muted);
  font-size: 16px;
  line-height: 1.6;
}

.fb-v5 .fb-shop-journey__grid {
  display: block;
}

.fb-v5 .fb-shop-journey__steps {
  display: grid;
  gap: clamp(20px, 2.5vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.fb-v5 .fb-shop-journey__steps li {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr);
  min-height: clamp(490px, 62vh, 680px);
  overflow: hidden;
  border: 1px solid rgba(25, 26, 22, 0.14);
  background: #fffdf8;
  box-shadow: 0 22px 55px rgba(25, 26, 22, 0.05);
  opacity: 0.58;
  transform: translateY(26px);
  transition: border-color 320ms ease, box-shadow 320ms ease, opacity 380ms ease, transform 560ms cubic-bezier(0.2, 0.75, 0.25, 1);
  scroll-margin-top: 110px;
}

.fb-v5 .fb-shop-journey__steps li:nth-child(even) .fb-shop-journey__step-media {
  order: 2;
}

.fb-v5 .fb-shop-journey__steps li:nth-child(even) .fb-shop-journey__step-copy {
  order: 1;
}

.fb-v5 .fb-shop-journey__steps li.is-active,
.fb-v5 .fb-shop-journey__steps li:focus-visible {
  border-color: rgba(218, 75, 35, 0.64);
  box-shadow: 0 28px 80px rgba(25, 26, 22, 0.11);
  opacity: 1;
  outline: 0;
  transform: translateY(0);
}

.fb-v5 .fb-shop-journey__step-media {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  margin: 0;
  background: #171a16;
}

.fb-v5 .fb-shop-journey__step-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(16, 18, 15, 0.5) 100%);
  content: '';
  pointer-events: none;
}

.fb-v5 .fb-shop-journey__step-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
  transform: scale(1.03);
  transition: transform 900ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.fb-v5 .fb-shop-journey__steps li.is-active .fb-shop-journey__step-media img,
.fb-v5 .fb-shop-journey__steps li:focus-visible .fb-shop-journey__step-media img {
  transform: scale(1);
}

.fb-v5 .fb-shop-journey__step-media figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 5px;
  padding: 17px 19px;
  background: rgba(24, 28, 23, 0.92);
  color: #fffdf8;
}

.fb-v5 .fb-shop-journey__step-media figcaption span,
.fb-v5 .fb-shop-journey__step-copy > span {
  color: #f07b55;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fb-v5 .fb-shop-journey__step-media figcaption strong {
  font-size: clamp(17px, 1.5vw, 22px);
}

.fb-v5 .fb-shop-journey__step-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
}

.fb-v5 .fb-shop-journey__steps h3 {
  max-width: 520px;
  margin: 16px 0 0;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.fb-v5 .fb-shop-journey__steps p {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--fb-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* Guided size selector */
.fb-v5 .fb-trip-finder {
  padding-block: clamp(80px, 9vw, 128px);
  border-top: 1px solid var(--fb-line);
  border-bottom: 1px solid var(--fb-line);
  background: #e8e2d6;
}

.fb-v5 .fb-trip-finder__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: start;
}

.fb-v5 .fb-trip-finder__copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(46px, 5.2vw, 74px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.fb-v5 .fb-trip-finder__copy > p:not(.fb-kicker) {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--fb-muted);
  font-size: 16px;
  line-height: 1.6;
}

.fb-v5 .fb-trip-finder .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.fb-v5 .fb-trip-finder__choices {
  display: grid;
  gap: 8px;
  margin: 34px 0 0;
  border: 0;
  padding: 0;
}

.fb-v5 .fb-trip-finder__choices label {
  position: relative;
  display: grid;
  grid-template-columns: minmax(90px, auto) minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: center;
  min-height: 74px;
  border: 1px solid rgba(25, 26, 22, 0.16);
  padding: 14px 16px;
  background: rgba(255, 253, 248, 0.62);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.fb-v5 .fb-trip-finder__choices input {
  position: absolute;
  opacity: 0;
}

.fb-v5 .fb-trip-finder__choices label > span {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fb-v5 .fb-trip-finder__choices label > strong {
  font-size: 14px;
}

.fb-v5 .fb-trip-finder__choices label > small {
  color: var(--fb-muted);
  font-size: 10px;
}

.fb-v5 .fb-trip-finder__choices label:has(input:checked) {
  border-color: #1c211b;
  background: #1c211b;
  color: #fffdf8;
}

.fb-v5 .fb-trip-finder__choices label:has(input:checked) small {
  color: #bfc3b7;
}

.fb-v5 .fb-trip-finder__choices label:focus-within {
  outline: 2px solid var(--fb-orange);
  outline-offset: 3px;
}

.fb-v5 .fb-trip-finder__results [hidden] {
  display: none !important;
}

.fb-v5 .fb-trip-finder__results article {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.92fr);
  min-height: 590px;
  border: 1px solid var(--fb-line);
  background: #fffdf8;
}

.fb-v5 .fb-trip-finder__results article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 52px);
}

.fb-v5 .fb-trip-finder__results article > div > span {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fb-v5 .fb-trip-finder__results h3 {
  margin: 12px 0 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.fb-v5 .fb-trip-finder__results h3 + p {
  margin: 18px 0 0;
  color: var(--fb-muted);
  font-size: 14px;
  line-height: 1.6;
}

.fb-v5 .fb-trip-finder__results ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--fb-text);
  font-size: 12px;
  list-style: none;
}

.fb-v5 .fb-trip-finder__results li::before {
  margin-right: 9px;
  color: var(--fb-orange);
  content: "•";
}

.fb-v5 .fb-trip-finder__results .fb-btn {
  align-self: flex-start;
  margin-top: 28px;
}

.fb-v5 .fb-trip-finder__results img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

/* Shop card transformation states */
.fb-v5 .fb-model-card--interactive {
  scroll-margin-top: 100px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.fb-v5 .fb-model-card--interactive.is-trip-match {
  border-color: var(--fb-orange);
  box-shadow: 0 0 0 3px rgba(213, 77, 42, 0.14);
}

.fb-v5 .fb-model-card--interactive .fb-model-card__media {
  touch-action: pan-y;
}

.fb-v5 .fb-model-card__media-link {
  position: absolute;
  inset: 0;
  display: block;
}

.fb-v5 .fb-model-card--interactive .fb-card-state {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.012);
  mix-blend-mode: normal;
  pointer-events: none;
  transition: opacity 280ms ease, transform 480ms ease;
}

.fb-v5 .fb-model-card--interactive .fb-card-state.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.fb-v5 .fb-model-card--interactive:hover .fb-model-card__media img {
  transform: scale(1.012);
}

.fb-v5 .fb-model-card--interactive:hover .fb-card-state.is-active {
  transform: scale(1);
}

.fb-v5 .fb-model-card__gesture,
.fb-v5 .fb-model-card__state-name {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  padding: 7px 9px;
  background: rgba(28, 33, 27, 0.9);
  color: #fffdf8;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}

.fb-v5 .fb-model-card__gesture {
  left: 12px;
}

.fb-v5 .fb-model-card__gesture span {
  color: #ff8a63;
}

.fb-v5 .fb-model-card__state-name {
  right: 12px;
  color: #ff8a63;
}

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

.fb-v5 .fb-model-card__views button {
  min-height: 42px;
  border: 0;
  border-right: 1px solid var(--fb-line);
  padding: 0 6px;
  background: transparent;
  color: var(--fb-muted);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

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

.fb-v5 .fb-model-card__views button[aria-pressed="true"],
.fb-v5 .fb-model-card__views button:hover {
  background: #1c211b;
  color: #fffdf8;
}

/* Compact four-market proof */
.fb-v5 .fb-market-trust {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-block: 30px;
  background: #1c211b;
  color: #fffdf8;
}

.fb-v5 .fb-market-trust__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1.56fr);
  gap: 32px;
  align-items: center;
}

.fb-v5 .fb-market-trust__intro .fb-kicker {
  margin-bottom: 7px;
  color: #f07b55;
}

.fb-v5 .fb-market-trust__intro > strong {
  font-size: 15px;
}

.fb-v5 .fb-market-trust ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.fb-v5 .fb-market-trust li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 54px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-inline: 18px;
}

.fb-v5 .fb-market-trust li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #f07b55;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.fb-v5 .fb-market-trust li strong,
.fb-v5 .fb-market-trust li small {
  display: block;
}

.fb-v5 .fb-market-trust li strong {
  font-size: 12px;
}

.fb-v5 .fb-market-trust li small {
  margin-top: 3px;
  color: #aeb3a6;
  font-size: 9px;
}

.fb-v5 .fb-shop-guide {
  border-color: var(--fb-line);
  background: #1c211b;
  color: #fffdf8;
}

.fb-v5 .fb-shop-guide__items a {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.055);
  color: #fffdf8;
}

.fb-v5 .fb-shop-guide__items span,
.fb-v5 .fb-shop-guide p:not(.fb-kicker) {
  color: #b8bcb0;
}

.fb-v5 .fb-shop-guide .fb-btn--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fffdf8;
}

.fb-v5 .fb-shop-guide .fb-btn--ghost:hover,
.fb-v5 .fb-shop-guide .fb-btn--ghost:focus-visible {
  border-color: var(--fb-ember);
  background: var(--fb-ember);
  color: #fff;
}

.fb-v5 .fb-shop-close {
  background: var(--fb-orange);
  color: #fff;
}

.fb-v5 .fb-shop-close .fb-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
}

.fb-v5 .fb-shop-close .fb-kicker {
  grid-column: 1 / -1;
  margin-bottom: -16px;
  color: #fff;
}

.fb-v5 .fb-shop-close h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(40px, 5.2vw, 72px);
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.fb-v5 .fb-shop-close .fb-actions {
  justify-content: flex-end;
}

.fb-v5 .fb-shop-close .fb-btn--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

/* Market selector */
.fb-v5 .fb-region-pricing {
  border-color: var(--fb-line);
  background: #e7e1d5;
}

.fb-v5 .fb-region-pricing__head h2 {
  color: var(--fb-text);
  font-size: clamp(46px, 5.2vw, 72px);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.fb-v5 .fb-region-pricing__head > p {
  color: var(--fb-muted);
}

.fb-v5 .fb-region-tabs {
  gap: 0;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--fb-line);
}

.fb-v5 .fb-region-tabs button {
  min-height: 46px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 18px;
  background: transparent;
  color: var(--fb-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fb-v5 .fb-region-tabs button.is-active {
  border-color: var(--fb-orange);
  background: transparent;
  color: var(--fb-text);
}

.fb-v5 .fb-region-panel {
  border-radius: 0;
  padding: clamp(26px, 4vw, 44px);
  background: #fffdf8;
  color: var(--fb-text);
}

.fb-v5 .fb-region-panel__copy h3 {
  color: var(--fb-text);
  font-size: clamp(30px, 3.5vw, 48px);
  letter-spacing: -0.04em;
}

.fb-v5 .fb-region-panel__copy p:not(.fb-kicker) {
  color: var(--fb-muted);
}

.fb-v5 .fb-market-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  border-bottom: 1px solid var(--fb-orange);
  color: var(--fb-text);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.fb-v5 .fb-market-link span {
  transition: transform 180ms ease;
}

.fb-v5 .fb-market-link:hover span,
.fb-v5 .fb-market-link:focus-visible span {
  transform: translateX(4px);
}

.fb-v5 .fb-region-price-grid div {
  border-radius: 0;
  background: #f1ede4;
}

.fb-v5 .fb-region-price-grid span,
.fb-v5 .fb-region-price-grid small {
  color: var(--fb-muted);
}

.fb-v5 .fb-region-price-grid strong {
  color: var(--fb-text);
  font-size: clamp(18px, 2vw, 26px);
}

.fb-v5 .fb-store-confidence .fb-amazon-proof__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fb-v5 .fb-store-confidence .fb-amazon-proof__grid article {
  border-radius: 0;
}

/* Product landing pages */
.fb-v5 .fb-product-hero--editorial {
  padding: clamp(38px, 5vw, 68px) 0 clamp(62px, 7vw, 100px);
  border-bottom: 1px solid var(--fb-line);
  background: var(--fb-bg);
}

.fb-v5 .fb-product-hero--editorial .fb-product-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  gap: clamp(38px, 6vw, 86px);
  align-items: center;
}

.fb-v5 .fb-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(34px, 4vw, 50px);
  color: #7a796f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fb-v5 .fb-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.fb-v5 .fb-breadcrumb a:hover,
.fb-v5 .fb-breadcrumb a:focus-visible {
  color: var(--fb-orange);
}

.fb-v5 .fb-breadcrumb strong {
  color: var(--fb-text);
}

.fb-v5 .fb-product-hero--editorial .fb-product-hero__copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--fb-text);
  font-size: clamp(52px, 5.7vw, 88px);
  font-weight: 780;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.fb-v5 .fb-product-hero--editorial .fb-product-hero__copy > p:not(.fb-kicker):not(.fb-purchase-note) {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--fb-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}

.fb-v5 .fb-product-hero__meta {
  display: grid;
  grid-template-columns: 0.65fr 0.9fr 1.45fr;
  gap: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--fb-line);
  border-bottom: 1px solid var(--fb-line);
}

.fb-v5 .fb-product-hero__meta div {
  display: block;
  padding: 16px 16px 16px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fb-v5 .fb-product-hero__meta div + div {
  padding-left: 16px;
  border-left: 1px solid var(--fb-line);
}

.fb-v5 .fb-product-hero__meta dt,
.fb-v5 .fb-product-hero__meta dd {
  margin: 0;
}

.fb-v5 .fb-product-hero__meta dt {
  color: var(--fb-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fb-v5 .fb-product-hero__meta dd {
  margin-top: 6px;
  color: var(--fb-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.fb-v5 .fb-product-hero__fit {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  margin-top: 20px;
  padding-left: 16px;
  border-left: 2px solid var(--fb-orange);
}

.fb-v5 .fb-product-hero__fit span {
  color: var(--fb-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fb-v5 .fb-product-hero__fit strong {
  color: var(--fb-text);
  font-size: 13px;
  line-height: 1.5;
}

.fb-v5 .fb-product-hero--editorial .fb-purchase-note {
  margin: 14px 0 0;
  color: var(--fb-muted);
  font-size: 10px;
  line-height: 1.5;
}

.fb-v5 .fb-product-hero--editorial .fb-product-hero__image {
  position: relative;
  align-self: stretch;
  min-height: clamp(570px, 55vw, 730px);
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #e3e0d7;
}

.fb-v5 .fb-product-hero--ranger .fb-product-hero__image {
  background: #eee0b9;
}

.fb-v5 .fb-product-hero--ranger-plus .fb-product-hero__image {
  background: #dce1d3;
}

.fb-v5 .fb-product-hero--editorial .fb-product-hero__image::before {
  position: absolute;
  top: 34px;
  right: -10px;
  color: rgba(25, 26, 22, 0.065);
  font-size: clamp(84px, 12vw, 180px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  content: "PACK / FIRE";
  writing-mode: vertical-rl;
}

.fb-v5 .fb-product-hero--editorial .fb-product-hero__image img {
  position: absolute;
  inset: 1% auto auto 50%;
  width: 112%;
  height: 90%;
  object-fit: contain;
  filter: saturate(0.92) contrast(1.025);
  mix-blend-mode: multiply;
  transform: translateX(-50%);
}

.fb-v5 .fb-product-hero--editorial .fb-product-hero__image figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 19px;
  background: rgba(28, 33, 27, 0.95);
  color: #fffdf8;
}

.fb-v5 .fb-product-hero--editorial .fb-product-hero__image figcaption span {
  color: #c6c9bd;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fb-v5 .fb-product-hero--editorial .fb-product-hero__image figcaption strong {
  font-size: 15px;
}

/* Native WooCommerce surfaces */
.fb-v5 .fb-wc-page > .fb-section {
  padding-top: clamp(54px, 6vw, 86px);
}

.fb-v5 .woocommerce div.product {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(36px, 6vw, 80px);
}

.fb-v5 .fb-wc-hero-image {
  min-height: 650px;
  border: 0;
  border-radius: 0;
  background: #dce1d3;
}

.fb-v5 .fb-wc-hero-image img {
  object-fit: contain;
  mix-blend-mode: multiply;
}

.fb-v5 .fb-wc-hero-image.fb-product-carousel {
  min-height: 0;
  min-width: 0;
  overflow: visible;
  width: 100%;
  background: transparent;
}

.fb-v5 .fb-product-carousel__viewport {
  position: relative;
  min-width: 0;
  overflow: hidden;
  width: 100%;
  background: #dce1d3;
}

.fb-v5 .fb-product-carousel__track {
  display: flex;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y pinch-zoom;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.fb-v5 .fb-product-carousel__track::-webkit-scrollbar {
  display: none;
}

.fb-v5 .fb-product-carousel__track:focus-visible {
  outline: 3px solid var(--fb-orange);
  outline-offset: 3px;
}

.fb-v5 .fb-product-carousel__slide {
  position: relative;
  flex: 0 0 100%;
  margin: 0;
  background: #dce1d3;
  scroll-snap-align: start;
}

.fb-v5 .fb-product-carousel__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  user-select: none;
}

.fb-v5 .fb-product-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(28, 33, 27, 0.22);
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 253, 248, 0.94);
  color: var(--fb-text);
  font-size: 22px;
  place-items: center;
  transform: translateY(-50%);
  transition: background 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.fb-v5 .fb-product-carousel__arrow--prev {
  left: 18px;
}

.fb-v5 .fb-product-carousel__arrow--next {
  right: 18px;
}

.fb-v5 .fb-product-carousel__arrow:hover,
.fb-v5 .fb-product-carousel__arrow:focus-visible {
  background: var(--fb-orange);
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

.fb-v5 .fb-product-carousel__arrow:focus-visible {
  outline: 3px solid #fffdf8;
  outline-offset: 2px;
}

.fb-v5 .fb-product-carousel__arrow:disabled {
  opacity: 0.34;
  cursor: default;
  transform: translateY(-50%);
}

.fb-v5 .fb-product-carousel__counter,
.fb-v5 .fb-product-carousel__hint {
  position: absolute;
  bottom: 18px;
  z-index: 3;
  margin: 0;
  background: rgba(28, 33, 27, 0.94);
  color: #fffdf8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fb-v5 .fb-product-carousel__counter {
  left: 18px;
  display: flex;
  gap: 7px;
  padding: 11px 13px;
}

.fb-v5 .fb-product-carousel__hint {
  right: 18px;
  display: none;
  padding: 11px 13px;
}

.fb-v5 .fb-product-carousel__thumbs {
  display: grid;
  grid-auto-columns: minmax(74px, 1fr);
  grid-auto-flow: column;
  gap: 8px;
  overflow-x: auto;
  margin-top: 10px;
  padding: 2px 0 7px;
  scrollbar-color: rgba(28, 33, 27, 0.35) transparent;
  scrollbar-width: thin;
}

.fb-v5 .fb-product-carousel__thumb {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 0;
  background: #e9e5da;
  color: var(--fb-text);
  cursor: pointer;
}

.fb-v5 .fb-product-carousel__thumb.is-active,
.fb-v5 .fb-product-carousel__thumb:hover,
.fb-v5 .fb-product-carousel__thumb:focus-visible {
  border-color: var(--fb-orange);
}

.fb-v5 .fb-product-carousel__thumb:focus-visible {
  outline: 2px solid var(--fb-text);
  outline-offset: 2px;
}

.fb-v5 .fb-product-carousel__thumb > span {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  min-width: 23px;
  padding: 4px 5px;
  background: rgba(28, 33, 27, 0.88);
  color: #fffdf8;
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
}

.fb-v5 .fb-product-carousel__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 180ms ease;
}

.fb-v5 .fb-product-carousel__thumb:hover img,
.fb-v5 .fb-product-carousel__thumb:focus-visible img {
  transform: scale(1.045);
}

@media (prefers-reduced-motion: reduce) {
  .fb-v5 .fb-product-carousel__arrow,
  .fb-v5 .fb-product-carousel__thumb img {
    transition: none;
  }
}

.fb-v5 .woocommerce div.product .summary {
  position: sticky;
  top: 104px;
  align-self: start;
  margin: 0;
}

.fb-v5 .woocommerce div.product .product_title {
  margin-bottom: 18px;
  color: var(--fb-text);
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 780;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.fb-v5 .woocommerce div.product p.price,
.fb-v5 .woocommerce div.product span.price {
  color: var(--fb-text);
  font-size: 22px;
  font-weight: 850;
}

.fb-v5 .fb-summary-panel {
  margin: 24px 0;
  border: 1px solid var(--fb-line);
  border-radius: 0;
  padding: 20px;
  background: #fffdf8;
}

.fb-v5 .woocommerce div.product form.cart {
  display: flex;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--fb-line);
}

.fb-v5 .woocommerce div.product form.cart .quantity .qty {
  min-height: 50px;
  border: 1px solid var(--fb-line);
  border-radius: 0;
  background: #fffdf8;
  color: var(--fb-text);
}

.fb-v5 .woocommerce button.button.alt,
.fb-v5 .woocommerce a.button,
.fb-v5 .woocommerce button.button {
  min-height: 50px;
  border-radius: 2px;
  background: #1c211b;
  color: #fffdf8;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.fb-v5 .woocommerce button.button.alt:hover,
.fb-v5 .woocommerce a.button:hover,
.fb-v5 .woocommerce button.button:hover {
  background: var(--fb-orange);
  color: #fff;
}

.fb-v5 .fb-checkout-progress {
  gap: 0;
  margin-bottom: 22px;
  border-top: 1px solid var(--fb-line);
  border-bottom: 1px solid var(--fb-line);
}

.fb-v5 .fb-checkout-progress span {
  min-height: 62px;
  border: 0;
  border-radius: 0;
  padding: 12px 18px;
  background: transparent;
  color: var(--fb-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fb-v5 .fb-checkout-progress span + span {
  border-left: 1px solid var(--fb-line);
}

.fb-v5 .fb-checkout-progress strong {
  background: #ded8cc;
  color: var(--fb-text);
}

.fb-v5 .fb-checkout-progress span.is-active {
  border-color: transparent;
  color: var(--fb-text);
}

.fb-v5 .fb-checkout-progress span.is-active strong {
  background: var(--fb-orange);
  color: #fff;
}

.fb-v5 .fb-checkout-assurance {
  gap: 12px;
  margin-bottom: 26px;
}

.fb-v5 .fb-checkout-assurance > div {
  border: 1px solid var(--fb-line);
  padding: 18px;
  background: #fffdf8;
}

.fb-v5 .fb-checkout-assurance strong,
.fb-v5 .fb-checkout-assurance span {
  display: block;
}

.fb-v5 .fb-checkout-assurance strong {
  font-size: 13px;
}

.fb-v5 .fb-checkout-assurance span {
  margin-top: 7px;
  color: var(--fb-muted);
  font-size: 12px;
  line-height: 1.5;
}

.fb-v5 .woocommerce-cart-form,
.fb-v5 .cart_totals,
.fb-v5 .woocommerce-checkout-review-order,
.fb-v5 .woocommerce form.checkout_coupon,
.fb-v5 .woocommerce form.login,
.fb-v5 .woocommerce form.register,
.fb-v5 .woocommerce form.woocommerce-checkout {
  border-radius: 0;
  background: #fffdf8;
  color: var(--fb-text);
}

.fb-v5 .woocommerce table.shop_table {
  width: 100%;
  border-radius: 0;
  border-spacing: 0;
  background: #fffdf8;
}

.fb-v5 .woocommerce table.shop_table th,
.fb-v5 .woocommerce table.shop_table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.fb-v5 .woocommerce table.shop_table th:last-child,
.fb-v5 .woocommerce table.shop_table td:last-child {
  text-align: right;
}

.fb-v5 .woocommerce table.shop_table th,
.fb-v5 .woocommerce table.shop_table td,
.fb-v5 .woocommerce form .form-row label,
.fb-v5 .woocommerce form .form-row .required {
  color: var(--fb-text);
}

.fb-v5 .woocommerce form .form-row input.input-text,
.fb-v5 .woocommerce form .form-row textarea,
.fb-v5 .woocommerce form .form-row select,
.fb-v5 .woocommerce .select2-container .select2-selection--single {
  border-color: var(--fb-line);
  border-radius: 0;
  background: #fffdf8;
  color: var(--fb-text);
}

.fb-v5 .woocommerce form .form-row {
  margin: 0 0 18px;
}

.fb-v5 .woocommerce form .form-row label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.fb-v5 .woocommerce form .form-row input.input-text,
.fb-v5 .woocommerce form .form-row textarea,
.fb-v5 .woocommerce form .form-row select {
  width: 100%;
}

.fb-v5 .woocommerce form .col2-set {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(24px, 4vw, 54px);
}

/* WooCommerce adds clearfix pseudo-elements to .col2-set. Once the element
 * becomes a CSS grid, those generated boxes take up grid cells and push the
 * real checkout columns out of position. Remove only the clearfix boxes. */
.fb-v5 .woocommerce form .col2-set::before,
.fb-v5 .woocommerce form .col2-set::after {
  content: none;
  display: none;
}

.fb-v5 .woocommerce form .col2-set .col-1,
.fb-v5 .woocommerce form .col2-set .col-2 {
  float: none;
  width: 100%;
}

.fb-v5 .woocommerce #order_review_heading {
  margin-top: 42px;
}

.fb-v5 .woocommerce-info,
.fb-v5 .woocommerce-message,
.fb-v5 .woocommerce-error {
  border-top-color: var(--fb-orange);
  background: #fffdf8;
  color: var(--fb-text);
}

.fb-v5 #add_payment_method #payment,
.fb-v5 .woocommerce-cart #payment,
.fb-v5 .woocommerce-checkout #payment {
  border-radius: 0;
  background: #e8e2d6;
}

.fb-v5 .woocommerce-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 20px;
  list-style: none;
}

.fb-v5 .woocommerce-checkout #payment .place-order {
  padding: 20px;
}

.fb-v5 .fb-storage-story {
  padding-block: clamp(78px, 9vw, 132px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #181c17;
  color: #fffdf8;
}

.fb-v5 .fb-storage-story .fb-kicker {
  color: #f07b55;
}

.fb-v5 .fb-storage-story__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(34px, 7vw, 108px);
  align-items: end;
}

.fb-v5 .fb-storage-story__intro h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.fb-v5 .fb-storage-story__copy > p {
  max-width: 620px;
  margin: 0;
  color: #c7cabe;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.58;
}

.fb-v5 .fb-storage-story .fb-btn--ghost {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fffdf8;
}

.fb-v5 .fb-storage-story__reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(42px, 6vw, 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.fb-v5 .fb-storage-story__reasons article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  min-height: 156px;
  padding: 28px 26px;
}

.fb-v5 .fb-storage-story__reasons article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.fb-v5 .fb-storage-story__reasons article > span {
  color: #f07b55;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.fb-v5 .fb-storage-story__reasons strong {
  display: block;
  margin-bottom: 9px;
  color: #fffdf8;
  font-size: 18px;
}

.fb-v5 .fb-storage-story__reasons p {
  margin: 0;
  color: #aeb3a6;
  font-size: 14px;
  line-height: 1.55;
}

.fb-v5 .fb-storage-story__proof {
  margin: clamp(38px, 6vw, 72px) 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0e110d;
}

.fb-v5 .fb-storage-story__proof picture,
.fb-v5 .fb-storage-story__proof img {
  display: block;
  width: 100%;
}

.fb-v5 .fb-storage-story__proof img {
  height: auto;
}

.fb-v5 .fb-storage-story__proof figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #aeb3a6;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fb-v5 .fb-storage-story__proof figcaption strong {
  color: #fffdf8;
}

.fb-v5 .fb-storage-story__moments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.fb-v5 .fb-storage-story__moment {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #f7f3e9;
  color: var(--fb-text);
  text-decoration: none;
}

.fb-v5 .fb-storage-story__moment img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 260ms ease;
}

.fb-v5 .fb-storage-story__moment:hover img,
.fb-v5 .fb-storage-story__moment:focus-visible img {
  transform: scale(1.02);
}

.fb-v5 .fb-storage-story__moment > div {
  min-height: 260px;
  padding: 24px;
}

.fb-v5 .fb-storage-story__moment > div > span {
  display: block;
  margin-bottom: 15px;
  color: var(--fb-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fb-v5 .fb-storage-story__moment h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.fb-v5 .fb-storage-story__moment p {
  margin: 0 0 20px;
  color: var(--fb-muted);
  font-size: 14px;
  line-height: 1.55;
}

.fb-v5 .fb-storage-story__moment > div > strong {
  color: var(--fb-text);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Existing lower-page sections, recoloured while their layouts are rebuilt. */
.fb-v5 .fb-amazon-proof,
.fb-v5 .fb-motion {
  background: #1c211b;
  color: #fffdf8;
}

.fb-v5 .fb-amazon-proof .fb-kicker,
.fb-v5 .fb-motion .fb-kicker {
  color: #e97752;
}

.fb-v5 .fb-amazon-proof__grid article,
.fb-v5 .fb-motion__media,
.fb-v5 .fb-region-panel,
.fb-v5 .fb-trip-grid article,
.fb-v5 .fb-choice-card,
.fb-v5 .fb-product-proof,
.fb-v5 .fb-included {
  border-radius: 0;
}

.fb-v5 .fb-region-pricing,
.fb-v5 .fb-section--split {
  background: #e7e1d5;
}

.fb-v5 .fb-trip-grid article,
.fb-v5 .fb-choice-card,
.fb-v5 .fb-region-panel {
  background: #fffdf8;
  color: var(--fb-text);
}

.fb-v5 .fb-trust-strip {
  border-color: var(--fb-line);
  background: #ded8cc;
  color: var(--fb-text);
}

.fb-v5 .fb-trust-strip div {
  background: transparent;
}

.fb-v5 .fb-footer {
  background: #141713;
  color: #fffdf8;
}

.fb-v5 :where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--fb-orange);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .fb-v5 .fb-currency-switcher > span {
    display: none;
  }

  .fb-v5 .fb-nav,
  .fb-v5 .fb-nav__list {
    gap: 18px;
  }

  .fb-v5 .fb-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 32px;
  }

  .fb-v5 .fb-hero--editorial h1 {
    font-size: clamp(50px, 6vw, 68px);
  }
}

@media (max-width: 980px) {
  .fb-v5 .fb-container {
    width: auto;
    margin-inline: 20px;
  }

  .fb-v5 .fb-trunk-test__head,
  .fb-v5 .fb-shop-journey__head,
  .fb-v5 .fb-trip-finder__grid,
  .fb-v5 .fb-market-trust__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v5 .fb-trunk-test__head > div:last-child,
  .fb-v5 .fb-shop-journey__head > p:last-child {
    max-width: 720px;
  }

  .fb-v5 .fb-trunk-compare {
    aspect-ratio: 16 / 8.8;
  }

  .fb-v5 .fb-shop-journey__head .fb-kicker {
    grid-column: 1;
  }

  .fb-v5 .fb-shop-journey__grid {
    display: block;
  }

  .fb-v5 .fb-shop-journey__steps li {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  }

  .fb-v5 .fb-trip-finder__copy {
    max-width: 760px;
  }

  .fb-v5 .fb-market-trust ul {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 18px;
  }

  .fb-v5 .fb-storage-story__intro {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v5 .fb-storage-story__copy > p {
    max-width: 760px;
  }

  .fb-v5 .fb-storage-story__reasons article {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    padding-inline: 18px;
  }

  .fb-v5 .fb-storage-story__moment > div {
    min-height: 292px;
    padding: 20px;
  }

  .fb-v5 .fb-announcement__inner {
    min-height: 32px;
    font-size: 9px;
  }

  .fb-v5 .fb-header__inner {
    min-height: 68px;
  }

  .fb-v5 .fb-brand {
    min-width: 0;
  }

  .fb-v5 .fb-currency-switcher {
    display: none;
  }

  .fb-v5 .fb-nav {
    inset: 68px 0 auto;
    padding: 12px 20px 20px;
    border-bottom: 1px solid var(--fb-line);
    background: #f8f5ed;
  }

  .fb-v5 .fb-nav a {
    padding: 14px 0;
  }

  .fb-v5 .fb-nav a::after {
    bottom: 8px;
  }

  .fb-v5 .fb-nav-toggle {
    display: inline-grid;
  }

  .fb-v5 .fb-hero__grid,
  .fb-v5 .fb-product-hero--editorial .fb-product-hero__grid,
  .fb-v5 .woocommerce div.product {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v5 .woocommerce div.product .summary {
    min-width: 0;
    width: 100%;
  }

  .fb-v5 .fb-hero__grid {
    gap: 40px;
    padding-block: 56px 36px;
  }

  .fb-v5 .fb-hero__copy,
  .fb-v5 .fb-product-hero--editorial .fb-product-hero__copy {
    max-width: 720px;
  }

  .fb-v5 .fb-hero--editorial h1 {
    max-width: 700px;
    font-size: clamp(54px, 10vw, 82px);
  }

  .fb-v5 .fb-hero__visual,
  .fb-v5 .fb-product-hero--editorial .fb-product-hero__image,
  .fb-v5 .fb-wc-hero-image {
    min-height: min(720px, 88vw);
  }

  .fb-v5 .fb-editorial-proof .fb-container {
    grid-template-columns: 1fr;
  }

  .fb-v5 .fb-editorial-proof article,
  .fb-v5 .fb-editorial-proof article:last-child {
    min-height: 0;
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 0;
  }

  .fb-v5 .fb-section__head--editorial {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fb-v5 .fb-section__head--editorial .fb-kicker {
    margin-bottom: 0;
  }

  .fb-v5 .fb-section__head--editorial > p:not(.fb-kicker) {
    max-width: 600px;
  }

  .fb-v5 .woocommerce div.product .summary {
    position: static;
  }

  .fb-v5 .fb-shop-hero__grid {
    grid-template-columns: 1fr;
  }

  .fb-v5 .fb-shop-hero__copy {
    max-width: 720px;
  }

  .fb-v5 .fb-shop-hero__visual {
    min-height: min(720px, 86vw);
  }

  .fb-v5 .fb-store-confidence .fb-amazon-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fb-v5 .fb-checkout-progress span + span {
    border-top: 1px solid var(--fb-line);
    border-left: 0;
  }

  .fb-v5 .woocommerce form .col2-set {
    grid-template-columns: 1fr;
  }

  .fb-v5 .fb-shop-close .fb-container {
    grid-template-columns: 1fr;
  }

  .fb-v5 .fb-shop-close .fb-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .fb-v5 .fb-container {
    margin-inline: 16px;
  }

  .fb-v5 .fb-shop-hero__copy h1 {
    font-size: 50px;
  }

  .fb-v5 .fb-shop-hero__reel {
    min-height: 520px;
  }

  .fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame figcaption {
    display: grid;
  }

  .fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame figcaption strong {
    max-width: none;
    text-align: left;
  }

  .fb-v5 .fb-trunk-test,
  .fb-v5 .fb-shop-journey,
  .fb-v5 .fb-trip-finder {
    padding-block: 70px;
  }

  .fb-v5 .fb-trunk-test h2,
  .fb-v5 .fb-shop-journey__head h2,
  .fb-v5 .fb-trip-finder__copy h2 {
    font-size: 44px;
  }

  .fb-v5 .fb-trunk-compare {
    aspect-ratio: 4 / 5;
    margin-top: 34px;
  }

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

  .fb-v5 .fb-trunk-compare__label {
    top: 10px;
    padding: 7px 8px;
  }

  .fb-v5 .fb-trunk-compare__label--before {
    left: 10px;
  }

  .fb-v5 .fb-trunk-compare__label--after {
    right: 10px;
  }

  .fb-v5 .fb-trunk-compare__line i {
    width: 46px;
    height: 46px;
  }

  .fb-v5 .fb-trunk-test__footer {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 15px;
  }

  .fb-v5 .fb-trunk-test__footer output {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
  }

  .fb-v5 .fb-shop-journey__head {
    margin-bottom: 34px;
  }

  .fb-v5 .fb-shop-journey__head h2 span {
    display: block;
    height: 24px;
    padding-left: 8px;
    transform: rotate(90deg);
    transform-origin: left center;
  }

  .fb-v5 .fb-shop-journey__grid {
    display: block;
  }

  .fb-v5 .fb-shop-journey__step-media figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 13px 14px;
  }

  .fb-v5 .fb-shop-journey__steps {
    gap: 16px;
  }

  .fb-v5 .fb-shop-journey__steps li {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    border: 1px solid rgba(25, 26, 22, 0.15);
    opacity: 0.72;
    transform: translateY(14px);
  }

  .fb-v5 .fb-shop-journey__steps li:nth-child(even) .fb-shop-journey__step-media,
  .fb-v5 .fb-shop-journey__steps li:nth-child(even) .fb-shop-journey__step-copy {
    order: initial;
  }

  .fb-v5 .fb-shop-journey__step-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .fb-v5 .fb-shop-journey__step-copy {
    padding: 32px 22px 36px;
  }

  .fb-v5 .fb-shop-journey__steps h3 {
    font-size: 34px;
  }

  .fb-v5 .fb-trip-finder__choices label {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .fb-v5 .fb-trip-finder__choices label > small {
    grid-column: 2;
  }

  .fb-v5 .fb-trip-finder__results article {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .fb-v5 .fb-trip-finder__results img {
    order: -1;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .fb-v5 .fb-trip-finder__results article > div {
    padding: 28px 22px 32px;
  }

  .fb-v5 .fb-model-card__gesture {
    font-size: 7px;
  }

  .fb-v5 .fb-market-trust ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fb-v5 .fb-market-trust li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 8px;
  }

  .fb-v5 .fb-storage-story {
    padding-block: 70px;
  }

  .fb-v5 .fb-storage-story__intro h2 {
    font-size: 44px;
  }

  .fb-v5 .fb-storage-story__reasons,
  .fb-v5 .fb-storage-story__moments {
    grid-template-columns: minmax(0, 1fr);
  }

  .fb-v5 .fb-storage-story__reasons article {
    min-height: 0;
    padding: 22px 0;
  }

  .fb-v5 .fb-storage-story__reasons article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .fb-v5 .fb-storage-story__proof figcaption {
    display: grid;
    padding: 15px 16px;
  }

  .fb-v5 .fb-storage-story__moment img {
    aspect-ratio: 4 / 3;
  }

  .fb-v5 .fb-storage-story__moment > div {
    min-height: 0;
  }

  .fb-v5 .fb-product-carousel__arrow {
    width: 42px;
    height: 42px;
  }

  .fb-v5 .fb-product-carousel__arrow--prev {
    left: 10px;
  }

  .fb-v5 .fb-product-carousel__arrow--next {
    right: 10px;
  }

  .fb-v5 .fb-product-carousel__counter {
    bottom: 10px;
    left: 10px;
  }

  .fb-v5 .fb-product-carousel__hint {
    right: 10px;
    bottom: 10px;
    display: block;
  }

  .fb-v5 .fb-product-carousel__thumbs {
    grid-auto-columns: 68px;
  }

  .fb-v5 .fb-announcement__inner {
    justify-content: center;
    text-align: center;
  }

  .fb-v5 .fb-announcement a {
    display: none;
  }

  .fb-v5 .fb-brand {
    grid-template-columns: 31px auto;
  }

  .fb-v5 .fb-brand img {
    width: 31px;
    height: 31px;
  }

  .fb-v5 .fb-brand .fb-brand__name {
    font-size: 16px;
  }

  .fb-v5 .fb-brand .fb-brand__descriptor {
    display: none;
  }

  .fb-v5 .fb-cart-link {
    padding-left: 8px;
  }

  .fb-v5 .fb-cart-link > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .fb-v5 .fb-hero__grid {
    gap: 30px;
    padding-block: 46px 24px;
  }

  .fb-v5 .fb-kicker {
    font-size: 9px;
  }

  .fb-v5 .fb-hero--editorial h1 {
    font-size: clamp(48px, 15vw, 66px);
    letter-spacing: -0.065em;
  }

  .fb-v5 .fb-hero--editorial .fb-hero__lede {
    margin-top: 23px;
    font-size: 16px;
  }

  .fb-v5 .fb-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fb-v5 .fb-hero__specs {
    margin-top: 30px;
  }

  .fb-v5 .fb-hero__specs div {
    padding: 13px 8px 13px 0;
  }

  .fb-v5 .fb-hero__specs div + div {
    padding-left: 9px;
  }

  .fb-v5 .fb-hero__specs dd {
    font-size: 12px;
  }

  .fb-v5 .fb-hero__availability {
    align-items: flex-start;
    font-size: 11px;
  }

  .fb-v5 .fb-hero__availability > span {
    flex: 0 0 auto;
    margin-top: 4px;
  }

  .fb-v5 .fb-hero__visual,
  .fb-v5 .fb-product-hero--editorial .fb-product-hero__image,
  .fb-v5 .fb-wc-hero-image {
    min-height: 455px;
  }

  .fb-v5 .fb-hero--editorial .fb-hero__visual img,
  .fb-v5 .fb-product-hero--editorial .fb-product-hero__image img {
    top: 3%;
    width: 120%;
    height: 78%;
  }

  .fb-v5 .fb-hero__visual figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    padding: 15px 16px;
  }

  .fb-v5 .fb-hero__visual figcaption a {
    grid-column: 1;
    grid-row: 3;
    margin-top: 8px;
  }

  .fb-v5 .fb-lineup-section {
    padding-block: 76px;
  }

  .fb-v5 .fb-section__head--editorial h2 {
    font-size: 46px;
  }

  .fb-v5 .fb-model-grid {
    gap: 14px;
  }

  .fb-v5 .fb-product-hero--editorial {
    padding-block: 38px 62px;
  }

  .fb-v5 .fb-product-hero--editorial .fb-product-hero__copy h1 {
    font-size: 49px;
  }

  .fb-v5 .fb-breadcrumb {
    margin-bottom: 38px;
  }

  .fb-v5 .fb-product-hero__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fb-v5 .fb-product-hero__meta div:nth-child(3) {
    grid-column: 1 / -1;
    padding-left: 0;
    border-top: 1px solid var(--fb-line);
    border-left: 0;
  }

  .fb-v5 .fb-product-hero__fit {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .fb-v5 .fb-product-hero--editorial .fb-product-hero__image figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 14px;
  }

  .fb-v5 .fb-product-hero--editorial .fb-product-hero__image figcaption strong {
    font-size: 12px;
    text-align: right;
  }

  .fb-v5 .woocommerce div.product form.cart {
    align-items: stretch;
  }

  .fb-v5 .woocommerce div.product form.cart .single_add_to_cart_button {
    flex: 1;
  }

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

  .fb-v5 .fb-shop-hero__copy h1 {
    font-size: clamp(50px, 15vw, 68px);
  }

  .fb-v5 .fb-shop-hero__copy > p:not(.fb-kicker) {
    margin-top: 22px;
    font-size: 16px;
  }

  .fb-v5 .fb-shop-hero__metrics div {
    padding: 13px 8px 13px 0;
  }

  .fb-v5 .fb-shop-hero__metrics div + div {
    padding-left: 9px;
  }

  .fb-v5 .fb-shop-hero__metrics dd {
    font-size: 12px;
  }

  .fb-v5 .fb-shop-hero__visual {
    min-height: 500px;
  }

  .fb-v5 .fb-shop-hero__primary {
    width: 86%;
    height: 72%;
  }

  .fb-v5 .fb-shop-hero__secondary {
    width: 56%;
    height: 44%;
  }

  .fb-v5 .fb-shop-hero__stamp {
    top: 18px;
  }

  .fb-v5 .fb-region-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fb-v5 .fb-region-tabs button {
    padding-inline: 8px;
  }

  .fb-v5 .fb-region-price-grid,
  .fb-v5 .fb-store-confidence .fb-amazon-proof__grid {
    grid-template-columns: 1fr;
  }

  .fb-v5 .fb-shop-close .fb-kicker {
    margin-bottom: 0;
  }

  .fb-v5 .fb-shop-close h2 {
    font-size: 44px;
  }
}

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

  .fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame {
    animation: none !important;
  }

  .fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame:first-child {
    z-index: 1;
    opacity: 1;
  }

  .fb-v5 .fb-shop-hero__reel .fb-shop-hero__reel-frame:not(:first-child) {
    display: none;
  }
}

/* Keep the 390 px conversion path compact without removing product imagery. */
@media (max-width: 430px) {
  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero {
    padding-block: 24px 28px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero__grid,
  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-shop-hero__grid {
    gap: 16px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero .fb-kicker,
  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-shop-hero .fb-kicker,
  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder .fb-kicker {
    margin-bottom: 8px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero h1 {
    font-size: clamp(40px, 11.5vw, 45px);
    line-height: 0.91;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero__lede {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.45;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero__offer {
    margin-top: 12px;
    padding-block: 8px;
  }

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

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero .fb-actions .fb-btn,
  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-shop-hero .fb-actions .fb-btn {
    min-height: 52px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
    font-size: 10px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero__trust li {
    padding-left: 11px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero__trust li::before {
    width: 5px;
    height: 5px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero__media,
  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-shop-hero figure {
    min-height: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero__media picture > img,
  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-shop-hero figure img {
    object-position: center 54%;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero__folded {
    top: 8px;
    right: 8px;
    width: 104px;
    padding: 5px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-hero__folded img {
    width: 92px;
    height: 54px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-shop-hero {
    padding-block: 28px 30px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-shop-hero h1 {
    font-size: 42px;
    line-height: 0.94;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-shop-hero__grid > div > p:not(.fb-kicker) {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.45;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder,
  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder--compact {
    padding-block: 34px 42px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder .fb-v6-section-head h2 {
    font-size: 34px;
    line-height: 1;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder .fb-v6-section-head > p:last-child {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.45;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder__form {
    gap: 10px;
    margin-top: 16px;
  }

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

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder__form legend {
    margin-bottom: 0;
    font-size: 11px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder__form label span {
    min-height: 58px;
    padding: 7px 5px;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    place-items: center;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder__answer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 10px;
    margin-top: 10px;
    padding: 12px 13px;
  }

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

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder__answer > span {
    grid-row: 1;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder__answer > strong {
    grid-row: 2;
    font-size: 21px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder__answer p {
    grid-column: 1 / -1;
    grid-row: 3;
    font-size: 12px;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-finder__answer a {
    grid-column: 2;
    grid-row: 1 / 3;
    margin-top: 0;
    font-size: 11px;
    white-space: nowrap;
  }

  body.fb-v5.fb-v6 .fb-v6-site .fb-v6-model-grid {
    margin-top: 18px;
  }
}
