﻿/*
  Lion Order Figma migration layer.
  Source: Figma file "Lion Order - Screens".
  Scope: layout shell first. Do not put page-specific fixes here unless shared.
*/

@font-face {
  font-family: "Salter Roman";
  src:
    url("/fonts/Salter-Roman.otf") format("opentype"),
    url("/fonts/Salter-Roman.ttf") format("truetype");
  font-display: swap;
}

:root {
  --lo-figma-black: #0b0702;
  --lo-figma-black-2: #090704;
  --lo-figma-ink: #050402;
  --lo-figma-gold: #fac20a;
  --lo-figma-gold-dark: #574012;
  --lo-figma-cream: #f6f0db;
  --lo-figma-footer-input: #fff6cc;
  --lo-figma-border: rgba(87, 64, 10, .32);
  --lo-figma-header-height: 138px;
  --lo-figma-header-top: 138px;
  --headerHeight: var(--lo-figma-header-height);
  --lo-figma-shell: min(100% - 80px, 1280px);
  --lo-figma-header-pattern: url("/images/pattern-header.jpg");
  --lo-header-edge: clamp(40px, 5.6vw, 104px);
  --lo-header-center-gap: clamp(106px, 10vw, 176px);
  --lo-header-login-width: clamp(300px, 19vw, 380px);
  --lo-header-login-height: 58px;
  --lo-header-icon-size: 32px;
  --lo-header-medallion-half: 39px;
  --lo-header-safe-air: clamp(42px, 5vw, 72px);
  --lo-header-safe-top: calc(var(--lo-site-header-height, var(--lo-figma-header-height, var(--headerHeight, 86px))) + var(--lo-header-safe-air));
  --lo-header-left-width: calc(50% - var(--lo-header-edge) - (var(--lo-header-center-gap) / 2));
  --lo-header-right-gap-unit: clamp(54px, 4.8vw, 86px);
  --lo-font-title: "Salter Roman", Georgia, serif;
  --lo-font-nav: "Salter Roman", Georgia, serif;
  --lo-font-body: "Salter Roman", Georgia, serif;
  --font-display: "Salter Roman", Georgia, serif;
  --font-serif: "Salter Roman", Georgia, serif;
  --font-sans: "Salter Roman", Georgia, serif;
  --font-body: "Salter Roman", Georgia, serif;
}

html,
body {
  background: var(--lo-figma-black);
}

html {
  scroll-padding-top: var(--lo-header-safe-top);
}

[id] {
  scroll-margin-top: var(--lo-header-safe-top);
}

body {
  color: var(--lo-figma-cream);
}

body .site-content {
  background: var(--lo-figma-black);
}

/* Meet The Order final carousel */
body .characters {
  position: relative !important;
  margin: 0 !important;
  padding: clamp(54px, 7vw, 96px) 0 clamp(58px, 7vw, 104px) !important;
  overflow: hidden !important;
  color: var(--lo-figma-cream) !important;
  background:
    linear-gradient(180deg, rgba(92, 75, 23, .78), rgba(70, 57, 18, .84)),
    url("/images/meet-pattern.jpg") center top / min(96vw, 1180px) auto repeat,
    #554515 !important;
}

body .characters::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    radial-gradient(circle at 50% 8%, rgba(250, 194, 10, .18), transparent 30rem),
    linear-gradient(90deg, rgba(15, 11, 4, .18), transparent 22%, transparent 78%, rgba(15, 11, 4, .18)) !important;
  pointer-events: none !important;
}

body .characters .section-title,
body .characters .container,
body .characters .character-carousel-controls {
  position: relative !important;
  z-index: 1 !important;
}

body .characters .section-title {
  width: min(100% - 40px, 1280px) !important;
  margin: 0 auto clamp(28px, 4vw, 48px) !important;
  text-align: center !important;
}

body .characters .section-title h2 {
  margin: 0 !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(4rem, 7vw, 7rem) !important;
  font-weight: 400 !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 8px 22px rgba(39, 24, 0, .32) !important;
}

body .characters .section-title h2 span {
  color: inherit !important;
}

body .characters .container {
  width: min(100% - 36px, 1320px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
}

body .characters .meet-grid {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 8px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: clamp(12px, 1.4vw, 22px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}

body .characters .meet-grid::-webkit-scrollbar {
  display: none !important;
}

body .characters .secondary-grid {
  display: contents !important;
}

body .characters .featured-card,
body .characters .char-card {
  position: relative !important;
  flex: 0 0 clamp(220px, 18vw, 300px) !important;
  width: auto !important;
  min-width: 0 !important;
  height: clamp(410px, 42vw, 580px) !important;
  display: block !important;
  overflow: hidden !important;
  scroll-snap-align: start !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #050505 !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 24px 44px rgba(22, 12, 0, .22) !important;
}

body .characters .featured-card {
  flex-basis: clamp(420px, 38vw, 560px) !important;
}

body .characters .featured-card__img-wrap,
body .characters .char-card__img-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  background: #111 !important;
}

body .characters .featured-card__img,
body .characters .char-card__img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .55s ease !important;
}

body .characters .featured-card:hover .featured-card__img,
body .characters .char-card:hover .char-card__img {
  transform: scale(1.035) !important;
}

body .characters .featured-card__overlay,
body .characters .char-card__img-fade {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .58) 66%, #000 100%) !important;
}

body .characters .featured-card__info,
body .characters .char-card__info {
  position: absolute !important;
  inset: auto 0 0 0 !important;
  z-index: 2 !important;
  padding: clamp(20px, 2.6vw, 36px) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000 34%) !important;
}

body .characters .featured-card__name,
body .characters .char-card__name {
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(2.2rem, 4vw, 4.6rem) !important;
  font-weight: 400 !important;
  line-height: .86 !important;
  letter-spacing: 0 !important;
}

body .characters .char-card__name {
  font-size: clamp(1.65rem, 2.5vw, 2.7rem) !important;
}

body .characters .featured-card__tagline,
body .characters .char-card__eyebrow {
  margin: 14px 0 0 !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(1rem, 1.25vw, 1.2rem) !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body .characters .featured-card__cta {
  margin-top: 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

body .characters .featured-card__cta-text {
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  letter-spacing: .42em !important;
  text-transform: uppercase !important;
}

body .characters .featured-card__cta-line {
  width: 64px !important;
  height: 1px !important;
  background: rgba(250, 194, 10, .65) !important;
}

body .characters .featured-card__badge {
  position: absolute !important;
  top: 22px !important;
  left: 22px !important;
  z-index: 3 !important;
  padding: 4px 16px !important;
  color: #080705 !important;
  background: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: .68rem !important;
  font-weight: 900 !important;
  letter-spacing: .38em !important;
  text-transform: uppercase !important;
}

body .characters .featured-card__corner,
body .characters .char-card__accent,
body .characters .featured-card__glow {
  display: none !important;
}

body .characters .character-carousel-controls {
  width: min(100% - 36px, 1320px) !important;
  margin: clamp(18px, 2vw, 26px) auto 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

body .characters .character-carousel-btn {
  width: 46px !important;
  height: 46px !important;
  border: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--lo-figma-gold) !important;
  color: var(--lo-figma-ink) !important;
  cursor: pointer !important;
}

body .characters .character-carousel-btn:disabled {
  opacity: .36 !important;
  cursor: default !important;
}

body .characters .character-carousel-btn span {
  color: inherit !important;
  font: 900 1.2rem/1 var(--lo-font-body) !important;
}

body .characters .character-carousel-progress {
  flex: 0 1 220px !important;
  height: 3px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(250, 194, 10, .25) !important;
}

body .characters .character-carousel-progress span {
  display: block !important;
  width: var(--progress, 10%) !important;
  height: 100% !important;
  background: var(--lo-figma-gold) !important;
}

@media (max-width: 760px) {
  body .characters {
    padding-top: 48px !important;
  }

  body .characters .section-title h2 {
    font-size: clamp(3.2rem, 15vw, 5rem) !important;
  }

  body .characters .container {
    width: 100% !important;
  }

  body .characters .meet-grid {
    flex-direction: row !important;
    padding-inline: 16px !important;
    scroll-padding-inline: 16px !important;
  }

  body .characters .featured-card,
  body .characters .char-card {
    flex-basis: min(82vw, 340px) !important;
    height: min(126vw, 520px) !important;
  }

  body .characters .featured-card__name,
  body .characters .char-card__name {
    font-size: clamp(2.2rem, 11vw, 3.5rem) !important;
  }
}

/* Meet The Order Figma composition */
body .characters,
body .shop {
  position: relative !important;
  overflow: hidden !important;
  color: var(--lo-figma-cream) !important;
  background:
    linear-gradient(180deg, rgba(15, 11, 4, .78), rgba(15, 11, 4, .88)),
    url("/images/meet-pattern.jpg") center top / min(96vw, 1180px) auto repeat,
    #151006 !important;
}

body .characters::before,
body .shop::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    radial-gradient(circle at 50% 6%, rgba(250, 194, 10, .16), transparent 28rem),
    linear-gradient(90deg, rgba(0, 0, 0, .22), transparent 24%, transparent 76%, rgba(0, 0, 0, .22)) !important;
  pointer-events: none !important;
}

body .characters > *,
body .shop > * {
  position: relative !important;
  z-index: 1 !important;
}

body .characters {
  padding: clamp(52px, 6vw, 82px) 0 clamp(64px, 7vw, 104px) !important;
}

body .characters .section-title {
  width: min(100% - 40px, 1320px) !important;
  margin: 0 auto clamp(30px, 4vw, 52px) !important;
}

body .characters .section-title h2 {
  color: var(--lo-figma-gold) !important;
  font-size: clamp(4.4rem, 7.1vw, 7rem) !important;
  line-height: .88 !important;
}

body .characters .container {
  width: min(100% - 42px, 1320px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .characters .meet-showcase {
  display: grid !important;
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr) !important;
  align-items: end !important;
  gap: clamp(26px, 4vw, 64px) !important;
}

body .characters .meet-selected {
  min-height: 360px !important;
  padding: 0 0 54px !important;
  display: grid !important;
  align-content: end !important;
  justify-items: start !important;
  color: var(--lo-figma-cream) !important;
  background: transparent !important;
}

body .characters .meet-selected__eyebrow {
  margin: 0 0 18px !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: .68rem !important;
  font-weight: 900 !important;
  letter-spacing: .22em !important;
}

body .characters .meet-selected__name {
  max-width: 8ch !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(3.5rem, 5.5vw, 6rem) !important;
  font-weight: 400 !important;
  line-height: .84 !important;
  letter-spacing: 0 !important;
}

body .characters .meet-selected__title {
  margin: 18px 0 0 !important;
  color: var(--lo-figma-cream) !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem) !important;
  font-style: italic !important;
  line-height: 1.25 !important;
}

body .characters .meet-selected__description {
  max-width: 25ch !important;
  margin: 14px 0 0 !important;
  color: rgba(246, 240, 219, .78) !important;
  font-family: var(--lo-font-body) !important;
  font-size: .88rem !important;
  line-height: 1.45 !important;
}

body .characters .meet-selected__link {
  min-width: 146px !important;
  min-height: 42px !important;
  margin-top: 26px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--lo-figma-ink) !important;
  background: var(--lo-figma-gold) !important;
  border-radius: 2px !important;
  font-family: var(--lo-font-nav) !important;
  font-size: .68rem !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body .characters .meet-rail-wrap {
  min-width: 0 !important;
  overflow: hidden !important;
}

body .characters .meet-rail {
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 0 10px !important;
  display: flex !important;
  align-items: stretch !important;
  gap: clamp(12px, 1.5vw, 22px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}

body .characters .meet-rail::-webkit-scrollbar {
  display: none !important;
}

body .characters .meet-card {
  position: relative !important;
  flex: 0 0 clamp(180px, 16vw, 244px) !important;
  height: clamp(420px, 41vw, 580px) !important;
  display: block !important;
  overflow: hidden !important;
  scroll-snap-align: start !important;
  background: #080705 !important;
  border: 1px solid rgba(250, 194, 10, .12) !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 22px 42px rgba(0, 0, 0, .22) !important;
  transition: border-color .22s ease, transform .22s ease !important;
}

body .characters .meet-card.is-selected {
  flex-basis: clamp(320px, 36vw, 560px) !important;
  border-color: rgba(250, 194, 10, .45) !important;
}

body .characters .meet-card:hover,
body .characters .meet-card:focus-visible {
  border-color: rgba(250, 194, 10, .55) !important;
  transform: translateY(-2px) !important;
}

body .characters .meet-card__img,
body .characters .meet-card__shade {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

body .characters .meet-card__img {
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .55s ease !important;
}

body .characters .meet-card:hover .meet-card__img,
body .characters .meet-card:focus-visible .meet-card__img {
  transform: scale(1.035) !important;
}

body .characters .meet-card__shade {
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .62) 76%, #000 100%) !important;
}

body .characters .meet-card__meta {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  padding: clamp(16px, 2vw, 28px) !important;
  display: grid !important;
  gap: 8px !important;
}

body .characters .meet-card__name {
  color: #fff !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(1.55rem, 2.2vw, 2.5rem) !important;
  font-weight: 400 !important;
  line-height: .9 !important;
}

body .characters .meet-card.is-selected .meet-card__name {
  font-size: clamp(3.4rem, 5vw, 5.5rem) !important;
}

body .characters .meet-card__title {
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(.94rem, 1.2vw, 1.16rem) !important;
  font-style: italic !important;
  line-height: 1.2 !important;
}

body .characters .character-carousel-controls {
  width: min(100% - 42px, 1320px) !important;
  margin: clamp(18px, 2vw, 26px) auto 0 !important;
  padding-left: clamp(0px, 25vw, 390px) !important;
  justify-content: flex-start !important;
}

body .shop {
  padding: clamp(52px, 6vw, 88px) 0 clamp(64px, 7vw, 110px) !important;
}

body .shop .section-title,
body .shop .section-title p,
body .shop .section-title h2,
body .shop .section-title h3 {
  color: var(--lo-figma-gold) !important;
  text-align: center !important;
}

body .shop .section-title h3 {
  color: rgba(246, 240, 219, .82) !important;
}

body .shop .product-grid .product {
  background: rgba(246, 240, 219, .96) !important;
  border-color: rgba(250, 194, 10, .18) !important;
  box-shadow: 0 22px 42px rgba(0, 0, 0, .26) !important;
}

@media (max-width: 980px) {
  body .characters .meet-showcase {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body .characters .meet-selected {
    min-height: 0 !important;
    padding: 0 !important;
  }

  body .characters .meet-selected__name {
    max-width: none !important;
  }

  body .characters .meet-rail-wrap {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
  }

  body .characters .meet-rail {
    padding-inline: 18px !important;
    scroll-padding-inline: 18px !important;
  }

  body .characters .meet-card,
  body .characters .meet-card.is-selected {
    flex-basis: min(82vw, 340px) !important;
    height: min(124vw, 520px) !important;
  }

  body .characters .meet-card.is-selected .meet-card__name {
    font-size: clamp(2.5rem, 12vw, 4.1rem) !important;
  }

  body .characters .character-carousel-controls {
    padding-left: 0 !important;
    justify-content: center !important;
  }
}

/* Founder section from Figma */
body .featured-video {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: var(--lo-figma-ink) !important;
  background:
    linear-gradient(180deg, rgba(250, 194, 10, .88), rgba(250, 194, 10, .88)),
    url("/images/pattern.png") center top / 330px auto repeat,
    #fac20a !important;
}

body .featured-video::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 241, 120, .28), transparent 30rem),
    linear-gradient(90deg, rgba(130, 88, 0, .08), transparent 24%, transparent 76%, rgba(130, 88, 0, .08)) !important;
  pointer-events: none !important;
}

body .featured-video > .container {
  position: relative !important;
  z-index: 1 !important;
  width: min(100% - 48px, 1180px) !important;
  min-height: auto !important;
  margin: 0 auto !important;
  padding: clamp(34px, 4vw, 58px) 0 clamp(58px, 7vw, 96px) !important;
  display: grid !important;
  align-items: start !important;
  justify-items: center !important;
}

body .featured-video .section-title {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

body .featured-video .section-title::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 0 0 clamp(18px, 2vw, 28px) !important;
  background: rgba(5, 4, 2, .32) !important;
  box-shadow: 0 1px 0 rgba(255, 244, 118, .32) !important;
}

body .featured-video .founder-title-sub,
body .featured-video .section-title .founder-title-sub {
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #050402 !important;
  background: transparent !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(4.2rem, 6vw, 6.4rem) !important;
  font-weight: 400 !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  text-shadow: 0 2px 0 rgba(255, 231, 77, .22) !important;
}

body .featured-video .founder-title-sub::before,
body .featured-video .founder-title-sub::after {
  display: none !important;
  content: none !important;
}

body .featured-video .founder-signature {
  width: clamp(230px, 24vw, 360px) !important;
  height: auto !important;
  margin: clamp(50px, 5vw, 80px) auto clamp(52px, 5.5vw, 78px) !important;
  display: block !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 10px 10px rgba(81, 49, 0, .28))
    drop-shadow(0 1px 0 rgba(255, 247, 151, .55)) !important;
}

body .featured-video .founder-profile {
  width: min(100%, 1060px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(28px, 5vw, 68px) !important;
  text-align: left !important;
}

body .featured-video .founder-profile__media {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(5, 4, 2, .2) !important;
  border-radius: 3px !important;
  background: rgba(8, 7, 5, .12) !important;
  box-shadow: 0 18px 44px rgba(79, 54, 0, .18) !important;
}

body .featured-video .founder-profile__media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border: 1px solid rgba(255, 238, 96, .24) !important;
  pointer-events: none !important;
}

body .featured-video .founder-profile__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body .featured-video .founder-text {
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  justify-items: start !important;
  gap: clamp(18px, 2vw, 26px) !important;
  color: #050402 !important;
  text-align: left !important;
}

body .featured-video .founder-text p,
body .featured-video .section-title .founder-text p {
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 !important;
  color: #050402 !important;
  font-family: "Salter Roman", Georgia, serif !important;
  font-size: clamp(1.06rem, 1.18vw, 1.28rem) !important;
  font-weight: 700 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-wrap: pretty !important;
  text-shadow: 0 1px 0 rgba(255, 234, 86, .28) !important;
}

body .featured-video .video-panel {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  border: 0 !important;
}

@media (max-width: 760px) {
  body .featured-video > .container {
    width: min(100% - 28px, 620px) !important;
    min-height: auto !important;
    padding: 42px 0 58px !important;
  }

  body .featured-video .founder-title-sub,
  body .featured-video .section-title .founder-title-sub {
    font-size: clamp(3.2rem, 15vw, 5rem) !important;
    line-height: .92 !important;
  }

  body .featured-video .founder-signature {
    width: min(72vw, 300px) !important;
    margin: 34px auto 42px !important;
  }

  body .featured-video .founder-profile {
    width: min(100%, 560px) !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  body .featured-video .founder-profile__media {
    width: min(100%, 390px) !important;
    margin: 0 auto !important;
  }

  body .featured-video .founder-text {
    gap: 20px !important;
    justify-items: start !important;
    text-align: left !important;
  }

  body .featured-video .founder-text p,
  body .featured-video .section-title .founder-text p {
    font-size: clamp(.98rem, 4.3vw, 1.18rem) !important;
    line-height: 1.38 !important;
    text-align: left !important;
  }
}

/* Follow The Order Figma panel */
body .instagram-feed {
  position: relative !important;
  margin: 0 !important;
  padding: clamp(34px, 4vw, 62px) 0 !important;
  overflow: hidden !important;
  color: var(--lo-figma-ink) !important;
  background:
    linear-gradient(180deg, rgba(250, 194, 10, .88), rgba(250, 194, 10, .88)),
    url("/images/pattern.png") center top / 330px auto repeat,
    #fac20a !important;
}

body .instagram-feed::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: radial-gradient(circle at 50% 18%, rgba(255, 236, 98, .24), transparent 30rem) !important;
  pointer-events: none !important;
}

body .instagram-feed > .container {
  position: relative !important;
  z-index: 1 !important;
  width: min(100% - 72px, 1320px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .instagram-feed__panel {
  width: 100% !important;
  min-height: clamp(430px, 38vw, 560px) !important;
  padding: clamp(28px, 3.2vw, 48px) !important;
  display: grid !important;
  grid-template-columns: minmax(260px, .94fr) minmax(260px, 1fr) minmax(260px, 1fr) !important;
  align-items: start !important;
  gap: clamp(34px, 4vw, 72px) !important;
  background:
    linear-gradient(180deg, rgba(19, 14, 5, .88), rgba(16, 12, 5, .92)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #171105 !important;
  border: 1px solid rgba(250, 194, 10, .22) !important;
  border-radius: 2px !important;
  box-shadow: 0 24px 50px rgba(72, 48, 0, .28) !important;
}

body .instagram-feed__intro {
  min-width: 0 !important;
  display: grid !important;
  align-content: start !important;
  justify-items: start !important;
  color: var(--lo-figma-cream) !important;
}

body .instagram-feed__eyebrow {
  margin: 0 0 16px !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: .62rem !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .instagram-feed__title {
  max-width: 9ch !important;
  margin: 0 !important;
  color: var(--lo-figma-cream) !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(2.5rem, 3.45vw, 4.1rem) !important;
  font-weight: 400 !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body .instagram-feed__title span {
  display: block !important;
}

body .instagram-feed__summary {
  max-width: 28ch !important;
  margin: clamp(14px, 1.5vw, 22px) 0 clamp(22px, 2.6vw, 36px) !important;
  color: rgba(246, 240, 219, .74) !important;
  font-family: var(--lo-font-body) !important;
  font-size: clamp(.92rem, 1vw, 1.08rem) !important;
  font-weight: 400 !important;
  line-height: 1.38 !important;
  text-align: left !important;
}

body .instagram-feed__portrait {
  width: min(100%, 338px) !important;
  aspect-ratio: 4 / 3 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 4px !important;
  filter: grayscale(1) contrast(1.08) brightness(.94) !important;
}

body .instagram-feed__signature {
  width: clamp(132px, 13vw, 220px) !important;
  height: auto !important;
  margin: clamp(20px, 2vw, 30px) auto 8px !important;
  justify-self: center !important;
  display: block !important;
  object-fit: contain !important;
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, .38)) !important;
}

body .instagram-feed__signature-label {
  display: none !important;
}

body .instagram-feed__account {
  min-width: 0 !important;
  display: grid !important;
  gap: 14px !important;
}

body .instagram-feed__account-head {
  min-height: 24px !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

body .instagram-feed__account-head h3 {
  margin: 0 !important;
  color: var(--lo-figma-cream) !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(1.08rem, 1.35vw, 1.55rem) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

body .instagram-feed__account-head a {
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: .56rem !important;
  font-weight: 900 !important;
  letter-spacing: .1em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body .instagram-feed__mosaic {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body .instagram-feed__mosaic .instagram-feed__card:nth-child(n + 7) {
  display: none !important;
}

body .instagram-feed__mosaic.is-loading {
  min-height: 280px !important;
}

body .instagram-feed__card {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  background: rgba(250, 194, 10, .08) !important;
  box-shadow: none !important;
}

body .instagram-feed__img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .35s ease !important;
}

body .instagram-feed__card:hover .instagram-feed__img {
  transform: scale(1.04) !important;
}

body .instagram-feed__follow {
  position: absolute !important;
  right: 12px !important;
  bottom: 12px !important;
  z-index: 2 !important;
  min-width: 86px !important;
  min-height: 30px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: var(--lo-figma-gold) !important;
  color: var(--lo-figma-ink) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: .58rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body .instagram-feed__grid,
body .instagram-feed__lane,
body .instagram-feed__rail,
body .instagram-feed__lane-head,
body .instagram-feed__lane-tag,
body .instagram-feed__lane-follow,
body .instagram-feed__links,
body .instagram-feed__link,
body .instagram-feed__header {
  all: unset;
}

@media (max-width: 980px) {
  body .instagram-feed {
    padding: 28px 0 38px !important;
  }

  body .instagram-feed > .container {
    width: 100% !important;
  }

  body .instagram-feed__panel {
    width: 100vw !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 24px 0 28px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    overflow: hidden !important;
  }

  body .instagram-feed__panel::-webkit-scrollbar {
    display: none !important;
  }

  body .instagram-feed__intro {
    width: min(100% - 44px, 360px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body .instagram-feed__title {
    max-width: 10ch !important;
    font-size: clamp(2.7rem, 12vw, 4rem) !important;
    text-align: center !important;
  }

  body .instagram-feed__summary {
    max-width: 29ch !important;
    margin: 16px auto 24px !important;
    text-align: center !important;
  }

  body .instagram-feed__portrait {
    width: 100% !important;
  }

  body .instagram-feed__signature {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  body .instagram-feed__account {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    display: grid !important;
    gap: 12px !important;
  }

  body .instagram-feed__account-head {
    width: min(100% - 44px, 360px) !important;
    margin: 0 auto !important;
  }

  body .instagram-feed__mosaic {
    width: max-content !important;
    min-width: 100% !important;
    display: flex !important;
    gap: 10px !important;
    overflow: visible !important;
    will-change: transform !important;
    animation: lo-instagram-mobile-left 42s linear infinite !important;
  }

  body .instagram-feed__account--ro .instagram-feed__mosaic {
    animation-name: lo-instagram-mobile-right !important;
  }

  body .instagram-feed__mosaic .instagram-feed__card:nth-child(n + 7) {
    display: block !important;
  }

  body .instagram-feed__card {
    flex: 0 0 clamp(116px, 33vw, 148px) !important;
    width: clamp(116px, 33vw, 148px) !important;
    aspect-ratio: 1 / 1 !important;
  }

  body .instagram-feed__follow {
    right: 8px !important;
    bottom: 8px !important;
    min-width: 70px !important;
    min-height: 26px !important;
    padding: 0 10px !important;
    font-size: .52rem !important;
  }
}

@keyframes lo-instagram-mobile-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}

@keyframes lo-instagram-mobile-right {
  from {
    transform: translateX(calc(-50% - 5px));
  }

  to {
    transform: translateX(0);
  }
}

/* Founder + Instagram unified chocolate block */
body .instagram-feed__panel {
  min-height: 0 !important;
  padding: clamp(24px, 3.4vw, 52px) !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(28px, 3.6vw, 54px) !important;
  overflow: hidden !important;
}

body .instagram-feed__founder {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(240px, 420px) minmax(0, 1fr) !important;
  grid-template-areas: "media copy" !important;
  align-items: center !important;
  gap: clamp(28px, 5vw, 76px) !important;
}

body .instagram-feed__founder-copy {
  grid-area: copy !important;
  min-width: 0 !important;
  display: grid !important;
  justify-items: start !important;
  color: var(--lo-figma-cream) !important;
}

body .instagram-feed__portrait-frame {
  grid-area: media !important;
  position: relative !important;
  width: 100% !important;
  max-width: 420px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(250, 194, 10, .32) !important;
  border-radius: 4px !important;
  background: rgba(250, 194, 10, .08) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .36) !important;
}

body .instagram-feed__portrait-frame::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border: 1px solid rgba(255, 244, 145, .18) !important;
  pointer-events: none !important;
}

body .instagram-feed__portrait {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  filter: saturate(1.04) contrast(1.04) brightness(.94) !important;
}

body .instagram-feed__eyebrow {
  margin: 0 0 12px !important;
}

body .instagram-feed__title {
  max-width: none !important;
  margin: 0 0 clamp(18px, 2vw, 28px) !important;
  color: var(--lo-figma-gold) !important;
  font-size: clamp(3.6rem, 6.2vw, 7.2rem) !important;
  line-height: .9 !important;
}

body .instagram-feed__story {
  width: min(100%, 760px) !important;
  display: grid !important;
  gap: clamp(12px, 1.3vw, 18px) !important;
}

body .instagram-feed__story p {
  margin: 0 !important;
  color: rgba(246, 240, 219, .84) !important;
  font-family: "Salter Roman", Georgia, serif !important;
  font-size: clamp(1rem, 1.05vw, 1.14rem) !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body .instagram-feed__signature {
  width: clamp(160px, 16vw, 260px) !important;
  height: auto !important;
  margin: clamp(18px, 2vw, 28px) 0 0 !important;
  justify-self: start !important;
  display: block !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 8px 10px rgba(0, 0, 0, .45))
    drop-shadow(0 1px 0 rgba(255, 244, 145, .38)) !important;
}

body .instagram-feed__social {
  width: 100% !important;
  display: grid !important;
  gap: clamp(18px, 2vw, 26px) !important;
  padding-top: clamp(22px, 2.6vw, 38px) !important;
  border-top: 1px solid rgba(250, 194, 10, .22) !important;
}

body .instagram-feed__account {
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  display: grid !important;
  gap: 12px !important;
}

body .instagram-feed__account-head {
  width: 100% !important;
  min-height: 28px !important;
  padding: 0 2px !important;
  align-items: end !important;
}

body .instagram-feed__network {
  margin: 0 0 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: rgba(250, 194, 10, .82) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: .54rem !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .instagram-feed__network::before {
  content: "" !important;
  width: 13px !important;
  height: 13px !important;
  display: inline-block !important;
  border: 2px solid currentColor !important;
  border-radius: 4px !important;
  background:
    radial-gradient(circle at 68% 30%, currentColor 0 1px, transparent 1.5px),
    radial-gradient(circle at 50% 52%, transparent 0 2px, currentColor 2.4px 3.5px, transparent 3.8px) !important;
  box-shadow: inset 0 0 0 3px rgba(250, 194, 10, .12) !important;
}

body .instagram-feed__account-head a {
  min-height: 34px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(250, 194, 10, .55) !important;
  border-radius: 999px !important;
  background: rgba(250, 194, 10, .1) !important;
  color: var(--lo-figma-gold) !important;
  white-space: nowrap !important;
}

body .instagram-feed__mosaic,
body .instagram-feed__account--ro .instagram-feed__mosaic {
  width: max-content !important;
  min-width: 100% !important;
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow: visible !important;
  will-change: transform !important;
  animation: lo-instagram-left 96s linear infinite !important;
  animation-play-state: running !important;
}

body .instagram-feed__account--ro .instagram-feed__mosaic {
  animation-name: lo-instagram-right !important;
  animation-duration: 108s !important;
}

body .instagram-feed__mosaic:hover {
  animation-play-state: running !important;
}

body .instagram-feed__mosaic .instagram-feed__card:nth-child(n + 7) {
  display: block !important;
}

body .instagram-feed__card {
  flex: 0 0 clamp(126px, 12vw, 180px) !important;
  width: clamp(126px, 12vw, 180px) !important;
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(250, 194, 10, .16) !important;
  border-radius: 5px !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .22) !important;
}

@media (max-width: 980px) {
  body .instagram-feed__panel {
    width: 100vw !important;
    padding: 24px 0 30px !important;
    gap: 28px !important;
  }

  body .instagram-feed__founder {
    width: min(100% - 36px, 620px) !important;
    margin: 0 auto !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "media"
      "copy" !important;
    gap: 24px !important;
  }

  body .instagram-feed__founder-copy {
    justify-items: center !important;
    text-align: center !important;
  }

  body .instagram-feed__portrait-frame {
    width: min(100%, 390px) !important;
    margin: 0 auto !important;
  }

  body .instagram-feed__title {
    max-width: 9ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(3.3rem, 15vw, 5rem) !important;
    text-align: center !important;
  }

  body .instagram-feed__story {
    width: min(100%, 500px) !important;
  }

  body .instagram-feed__story p {
    font-size: clamp(.98rem, 4vw, 1.1rem) !important;
    line-height: 1.38 !important;
    text-align: left !important;
  }

  body .instagram-feed__signature {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-self: center !important;
  }

  body .instagram-feed__social {
    padding-top: 24px !important;
  }

  body .instagram-feed__account-head {
    width: min(100% - 44px, 520px) !important;
    margin: 0 auto !important;
  }

  body .instagram-feed__network {
    font-size: .5rem !important;
  }

  body .instagram-feed__account-head a {
    min-height: 30px !important;
    padding: 0 11px !important;
    font-size: .5rem !important;
  }

  body .instagram-feed__mosaic,
  body .instagram-feed__account--ro .instagram-feed__mosaic {
    gap: 10px !important;
    animation-duration: 68s !important;
    animation-play-state: running !important;
  }

  body .instagram-feed__account--ro .instagram-feed__mosaic {
    animation-duration: 76s !important;
  }

  body .instagram-feed__card {
    flex: 0 0 clamp(92px, 26vw, 124px) !important;
    width: clamp(92px, 26vw, 124px) !important;
  }
}

@keyframes lo-instagram-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-33.333% - 8px));
  }
}

@keyframes lo-instagram-right {
  from {
    transform: translateX(calc(-33.333% - 8px));
  }

  to {
    transform: translateX(0);
  }
}

/* Founder signature replaces written name */
body .instagram-feed__founder {
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr) !important;
  grid-template-areas:
    "eyebrow eyebrow"
    "signature signature"
    "media copy" !important;
  align-items: start !important;
  gap: clamp(10px, 1.4vw, 18px) clamp(26px, 5vw, 72px) !important;
}

body .instagram-feed__founder > .instagram-feed__eyebrow {
  grid-area: eyebrow !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
  justify-self: center !important;
}

body .instagram-feed__founder .instagram-feed__title {
  display: none !important;
}

body .instagram-feed__portrait-frame {
  display: grid !important;
  gap: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .instagram-feed__portrait-frame::after {
  display: none !important;
}

body .instagram-feed__portrait {
  border: 1px solid rgba(250, 194, 10, .32) !important;
  border-radius: 4px !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .36) !important;
}

body .instagram-feed__signature-lockup {
  grid-area: signature !important;
  margin: 0 !important;
  display: grid !important;
  justify-items: center !important;
}

body .instagram-feed__signature {
  width: clamp(170px, 16vw, 270px) !important;
  margin: 0 auto clamp(14px, 1.8vw, 24px) !important;
  justify-self: center !important;
}

body .instagram-feed__founder-copy {
  align-self: center !important;
}

body .instagram-feed__story {
  width: min(100%, 760px) !important;
}

@media (max-width: 980px) {
  body .instagram-feed__founder {
    width: min(100% - 12px, 560px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "eyebrow"
      "signature"
      "media"
      "copy" !important;
    gap: 12px !important;
    align-items: start !important;
  }

  body .instagram-feed__founder > .instagram-feed__eyebrow {
    font-size: clamp(2.55rem, 12vw, 4.2rem) !important;
    line-height: .9 !important;
    letter-spacing: 0 !important;
  }

  body .instagram-feed__portrait-frame {
    width: 100% !important;
    gap: 0 !important;
  }

  body .instagram-feed__signature {
    width: min(48vw, 168px) !important;
    margin-bottom: 12px !important;
  }

  body .instagram-feed__founder-copy {
    justify-items: start !important;
    text-align: left !important;
  }

  body .instagram-feed__story {
    width: 100% !important;
    gap: 10px !important;
  }

  body .instagram-feed__story p {
    font-size: clamp(1.04rem, 4.45vw, 1.18rem) !important;
    line-height: 1.42 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}

/* Final background map */
body #story.chapter,
body .chapter {
  position: relative !important;
  margin: 0 !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(15, 11, 4, .82), rgba(15, 11, 4, .9)),
    url("/images/meet-pattern.jpg") center top / min(96vw, 1180px) auto repeat,
    #151006 !important;
}

body #story.chapter::before,
body .chapter::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    radial-gradient(circle at 50% 8%, rgba(250, 194, 10, .12), transparent 30rem),
    linear-gradient(90deg, rgba(0, 0, 0, .22), transparent 24%, transparent 76%, rgba(0, 0, 0, .22)) !important;
  pointer-events: none !important;
}

body #story.chapter > *,
body .chapter > * {
  position: relative !important;
  z-index: 1 !important;
}

body .featured-video,
body .events,
body .join-the-order {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 244, 137, .16), transparent 32%),
    radial-gradient(circle at 78% 10%, rgba(117, 76, 0, .18), transparent 28%),
    linear-gradient(180deg, rgba(250, 194, 10, .50), rgba(224, 154, 0, .46)),
    var(--lo-figma-header-pattern) center top / 230px auto repeat !important;
  background-blend-mode: screen, multiply, normal, normal !important;
}

body .instagram-feed__panel {
  background:
    linear-gradient(180deg, rgba(19, 14, 5, .88), rgba(16, 12, 5, .92)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #171105 !important;
}

/* Final surface continuity lock */
:root {
  --lo-surface-dark:
    linear-gradient(180deg, rgba(15, 11, 4, .86), rgba(15, 11, 4, .86)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #151006;
  --lo-surface-yellow:
    linear-gradient(180deg, rgba(250, 194, 10, .56), rgba(250, 194, 10, .56)),
    var(--lo-figma-header-pattern) center top / 230px auto repeat,
    #fac20a;
}

body #story.chapter,
body .chapter,
body .characters,
body .shop {
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: var(--lo-surface-dark) !important;
  background-attachment: fixed !important;
}

body #story.chapter::before,
body .chapter::before,
body .characters::before,
body .shop::before,
body .featured-video::before,
body .instagram-feed::before {
  display: none !important;
  content: none !important;
}

body .featured-video,
body .events,
body .join-the-order {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: var(--lo-surface-yellow) !important;
  background-attachment: fixed !important;
}

body .instagram-feed__panel {
  background:
    linear-gradient(180deg, rgba(19, 14, 5, .9), rgba(16, 12, 5, .92)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #171105 !important;
}

/* Final rhythm and exact surface pass */
:root {
  --lo-surface-yellow-exact:
    radial-gradient(circle at 18% 16%, rgba(255, 244, 137, .16), transparent 32%),
    radial-gradient(circle at 78% 10%, rgba(117, 76, 0, .18), transparent 28%),
    linear-gradient(180deg, rgba(250, 194, 10, .50), rgba(224, 154, 0, .46)),
    var(--lo-figma-header-pattern) center top / 230px auto repeat;
}

body .featured-video,
body .video-wall,
body .events,
body .join-the-order {
  background: var(--lo-surface-yellow-exact) !important;
  background-blend-mode: screen, multiply, normal, normal !important;
}

body .video-wall,
body .events,
body .instagram-feed {
  margin: 0 !important;
  padding-top: clamp(44px, 5vw, 72px) !important;
  padding-bottom: clamp(44px, 5vw, 72px) !important;
}

body .video-wall > .container,
body .events > .container,
body .instagram-feed > .container {
  width: min(100% - 72px, 1320px) !important;
  margin-inline: auto !important;
}

body .video-wall .section-title,
body .events .section-title {
  width: min(100% - 40px, 1120px) !important;
  margin: 0 auto clamp(24px, 3vw, 38px) !important;
  text-align: center !important;
}

body .video-wall .section-title h2,
body .events .section-title h2 {
  margin: 0 !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(3.4rem, 6.2vw, 6.4rem) !important;
  font-weight: 400 !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
}

body .video-wall .section-title h2 {
  color: #050402 !important;
}

body .events .section-title h2,
body .events .section-title h2 span {
  color: #050402 !important;
}

body .events .section-title p,
body .video-wall .section-title p {
  margin: 0 0 8px !important;
  color: #050402 !important;
  font-family: var(--lo-font-nav) !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

body #instagramShowcase.instagram-feed {
  margin: 0 !important;
  color: var(--lo-figma-cream) !important;
  background: var(--lo-surface-dark) !important;
  background-attachment: fixed !important;
}

body #instagramShowcase.instagram-feed::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 5 !important;
  height: clamp(34px, 3vw, 44px) !important;
  display: block !important;
  background: url("/images/footer/Rebbon web footer.png") center top / auto 100% repeat-x !important;
  filter: drop-shadow(0 8px 13px rgba(31, 15, 0, .28)) !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

body #story.chapter {
  padding: clamp(42px, 5.6vw, 74px) 0 clamp(44px, 5.8vw, 76px) !important;
}

body #story.chapter > h2,
body #story.chapter > .description,
body #story.chapter > .section-title,
body #story.chapter > .container {
  width: min(100% - 72px, 1320px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body #story.chapter > h2 {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(3.2rem, 5.6vw, 5.8rem) !important;
  font-weight: 400 !important;
  line-height: .92 !important;
  text-align: center !important;
}

body #story.chapter > .description {
  display: block !important;
  max-width: 780px !important;
  margin-bottom: clamp(22px, 2.6vw, 34px) !important;
  color: rgba(246, 240, 219, .7) !important;
  font-family: var(--lo-font-body) !important;
  font-size: clamp(.96rem, 1.08vw, 1.12rem) !important;
  line-height: 1.42 !important;
  text-align: center !important;
}

body #story.chapter > .section-title {
  margin-bottom: 0 !important;
  padding: clamp(18px, 2vw, 28px) clamp(22px, 3vw, 42px) clamp(14px, 1.7vw, 22px) !important;
  display: grid !important;
  justify-items: center !important;
  gap: 8px !important;
  border: 1px solid rgba(250, 194, 10, .22) !important;
  border-bottom: 0 !important;
  border-radius: 16px 16px 0 0 !important;
  background:
    linear-gradient(180deg, rgba(19, 14, 5, .84), rgba(16, 12, 5, .9)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #171105 !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .22) !important;
}

body #story.chapter > .section-title p {
  margin: 0 !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: .66rem !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body #story.chapter > .section-title h2 {
  margin: 0 !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(2.4rem, 4.4vw, 4.6rem) !important;
  font-weight: 400 !important;
  line-height: .95 !important;
}

body #story.chapter > .container {
  margin-top: 0 !important;
  padding: 0 clamp(18px, 2.4vw, 34px) clamp(22px, 2.8vw, 40px) !important;
  display: grid !important;
  gap: clamp(18px, 2vw, 28px) !important;
  border: 1px solid rgba(250, 194, 10, .22) !important;
  border-top: 0 !important;
  border-radius: 0 0 16px 16px !important;
  background:
    linear-gradient(180deg, rgba(16, 12, 5, .9), rgba(12, 9, 4, .92)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #151006 !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .28) !important;
}

body #story.chapter .hero-frame {
  margin: 0 !important;
}

body #story.chapter .selector-wrap {
  margin: 0 !important;
}

body #story.chapter .episode-heading {
  margin: 0 0 12px !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-title) !important;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body #story.chapter .selector-wrap .rail {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  body .video-wall,
  body .events,
  body .instagram-feed {
    padding-top: 34px !important;
    padding-bottom: 38px !important;
  }

  body .video-wall > .container,
  body .events > .container,
  body .instagram-feed > .container,
  body #story.chapter > h2,
  body #story.chapter > .description,
  body #story.chapter > .section-title,
  body #story.chapter > .container {
    width: min(100% - 28px, 720px) !important;
  }

  body #story.chapter > h2 {
    font-size: clamp(2.6rem, 12vw, 4.2rem) !important;
  }

  body #story.chapter > .description {
    margin-bottom: 20px !important;
    font-size: .94rem !important;
  }

  body #story.chapter > .section-title {
    padding: 18px 16px 12px !important;
  }

  body #story.chapter > .container {
    padding: 0 12px 20px !important;
  }
}

/* Final unified yellow run and cleaner Story cards */
body .lo-yellow-run {
  margin: 0 !important;
  padding: 0 !important;
  background: var(--lo-surface-yellow-exact) !important;
  background-blend-mode: screen, multiply, normal, normal !important;
}

body .lo-yellow-run > .featured-video,
body .lo-yellow-run > .instagram-feed,
body .lo-yellow-run > .video-wall,
body .lo-yellow-run > .events {
  margin: 0 !important;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  background-blend-mode: normal !important;
}

body .lo-yellow-run .section-title,
body .lo-yellow-run .section-title *,
body .events .section-title,
body .events .section-title *,
body .video-wall .section-title,
body .video-wall .section-title * {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body .lo-yellow-run .video-gallery,
body .lo-yellow-run .w-full.bg-white {
  background: transparent !important;
  background-color: transparent !important;
}

body #story.chapter > .section-title,
body #story.chapter > .container {
  background:
    linear-gradient(180deg, rgba(12, 9, 4, .76), rgba(9, 7, 3, .82)),
    #100c05 !important;
  background-image: linear-gradient(180deg, rgba(12, 9, 4, .76), rgba(9, 7, 3, .82)) !important;
}

body #story.chapter > .section-title {
  border-color: rgba(250, 194, 10, .24) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .2) !important;
}

body #story.chapter > .container {
  border-color: rgba(250, 194, 10, .24) !important;
  box-shadow: 0 26px 54px rgba(0, 0, 0, .26) !important;
}

body #story.chapter .hero-frame,
body #story.chapter .player-shell,
body #story.chapter .selector-wrap {
  background: transparent !important;
  background-image: none !important;
}

body #story.chapter .selector-wrap {
  padding: clamp(14px, 1.8vw, 22px) 0 0 !important;
  border-top: 1px solid rgba(250, 194, 10, .18) !important;
}

@media (max-width: 760px) {
  body .lo-yellow-run > .featured-video,
  body .lo-yellow-run > .instagram-feed,
  body .lo-yellow-run > .video-wall,
  body .lo-yellow-run > .events {
    padding-top: 34px !important;
    padding-bottom: 38px !important;
  }
}

/* Canonical typography and footer */
html,
body,
button,
input,
textarea,
select,
body :where(h1, h2, h3, h4, h5, h6, p, a, span, div, li, label, small, strong, em, b, th, td) {
  font-family: "Salter Roman", Georgia, serif !important;
}

body :where(.fa, .fas, .far, .fal, .fab, .fa-solid, .fa-regular, .fa-brands) {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 5 Free", FontAwesome !important;
}

/* Canonical Meet The Order: infinite hero carousel. */
body .characters {
  position: relative !important;
  min-height: clamp(680px, calc(100svh - var(--lo-figma-header-height, 86px)), 820px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  background: #070707 !important;
}

body .characters::before {
  display: none !important;
}

body .characters .section-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

body .characters .container {
  position: static !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .characters .meet-showcase {
  position: relative !important;
  isolation: isolate !important;
  min-height: clamp(680px, calc(100svh - var(--lo-figma-header-height, 86px)), 820px) !important;
  padding: clamp(48px, 7vh, 78px) 0 clamp(72px, 8vh, 92px) clamp(72px, 10vw, 180px) !important;
  display: grid !important;
  grid-template-columns: minmax(380px, 39vw) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(32px, 5vw, 92px) !important;
  overflow: hidden !important;
}

body .characters .meet-showcase::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -5 !important;
  background: #050506 !important;
  pointer-events: none !important;
}

body .characters .meet-bg,
body .characters .meet-bg-shade {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}

body .characters .meet-bg {
  z-index: -4 !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.06) !important;
  filter: saturate(.92) contrast(1.04) brightness(.64) !important;
  opacity: 1 !important;
  backface-visibility: hidden !important;
  will-change: opacity, transform, filter !important;
  transition: opacity 680ms cubic-bezier(.22, 1, .36, 1), filter 680ms cubic-bezier(.22, 1, .36, 1), transform 680ms cubic-bezier(.22, 1, .36, 1) !important;
}

body .characters .meet-bg--next {
  z-index: -3 !important;
  opacity: 0 !important;
  filter: saturate(.98) contrast(1.06) brightness(.68) !important;
  transform: scale(1.09) !important;
}

body .characters .meet-bg--next.is-visible {
  opacity: 1 !important;
  transform: scale(1.06) !important;
}

body .characters .meet-bg-shade {
  z-index: -2 !important;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, .82) 0%, rgba(18, 18, 25, .64) 34%, rgba(18, 18, 25, .28) 64%, rgba(3, 3, 4, .44) 100%),
    linear-gradient(180deg, rgba(5, 5, 7, .18), rgba(5, 5, 7, .28)),
    radial-gradient(circle at 62% 48%, rgba(250, 194, 10, .18), transparent 34rem) !important;
}

body .characters .meet-selected {
  position: relative !important;
  z-index: 2 !important;
  min-height: 420px !important;
  max-width: 560px !important;
  padding: 0 0 0 42px !important;
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  color: #fff !important;
  background: transparent !important;
}

body .characters .meet-selected::before {
  content: "" !important;
  position: absolute !important;
  top: -120px !important;
  bottom: -130px !important;
  left: 0 !important;
  width: 1px !important;
  background: rgba(255, 255, 255, .34) !important;
}

body .characters .meet-selected::after {
  content: "" !important;
  position: absolute !important;
  left: -3px !important;
  top: 50% !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow:
    0 -166px 0 rgba(255, 255, 255, .72),
    0 166px 0 rgba(255, 255, 255, .72) !important;
}

body .characters .meet-selected__eyebrow {
  position: absolute !important;
  top: -132px !important;
  left: -14px !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: #2b2d42 !important;
  background: rgba(255, 255, 255, .72) !important;
  font-family: var(--lo-font-body) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-indent: -999px !important;
}

body .characters .meet-selected__eyebrow::before {
  content: "1" !important;
  text-indent: 0 !important;
}

body .characters .meet-selected__name {
  max-width: 9ch !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--lo-font-body) !important;
  font-size: clamp(3.2rem, 4.6vw, 5.25rem) !important;
  font-style: italic !important;
  font-weight: 900 !important;
  line-height: 1.03 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .42) !important;
}

body .characters .meet-selected__title {
  display: none !important;
}

body .characters .meet-selected__description {
  display: -webkit-box !important;
  max-width: 48ch !important;
  margin: clamp(22px, 2.4vw, 30px) 0 0 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  color: rgba(255, 255, 255, .92) !important;
  font-family: var(--lo-font-body) !important;
  font-size: clamp(1.05rem, 1.28vw, 1.35rem) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  text-shadow: 0 6px 22px rgba(0, 0, 0, .34) !important;
}

body .characters .meet-selected__link {
  min-width: 164px !important;
  min-height: 56px !important;
  margin-top: clamp(22px, 3vw, 34px) !important;
  padding: 0 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #080808 !important;
  background: rgba(255, 255, 255, .96) !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-family: var(--lo-font-body) !important;
  font-size: clamp(.95rem, 1vw, 1.08rem) !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .18) !important;
  transition: transform 180ms ease, background-color 180ms ease !important;
}

body .characters .meet-selected__link:hover,
body .characters .meet-selected__link:focus-visible {
  transform: translateY(-2px) !important;
  background: #fff !important;
}

body .characters .meet-rail-wrap {
  position: relative !important;
  z-index: 2 !important;
  min-width: 0 !important;
  width: 100% !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
}

body .characters .meet-rail-wrap::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 3 !important;
  width: clamp(120px, 13vw, 260px) !important;
  background: linear-gradient(90deg, rgba(7, 7, 7, 0), rgba(7, 7, 7, .70) 52%, rgba(7, 7, 7, .98) 100%) !important;
  pointer-events: none !important;
}

body .characters .meet-rail {
  --lo-meet-card-width: clamp(220px, 14.2vw, 248px);
  --lo-meet-card-half: clamp(110px, 7.1vw, 124px);
  width: 100% !important;
  min-width: 0 !important;
  height: clamp(390px, 54vh, 460px) !important;
  padding: 0 calc(50% - var(--lo-meet-card-half)) !important;
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 1.8vw, 32px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: none !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}

body .characters .meet-rail::-webkit-scrollbar {
  display: none !important;
}

body .characters .meet-card {
  position: relative !important;
  flex: 0 0 var(--lo-meet-card-width) !important;
  width: var(--lo-meet-card-width) !important;
  height: clamp(292px, 41.7vh, 320px) !important;
  display: block !important;
  overflow: hidden !important;
  scroll-snap-align: none !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #0a0a0c !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .28) !important;
  transition: height 260ms ease, transform 220ms ease, filter 220ms ease, opacity 220ms ease !important;
}

body .characters .meet-card.is-selected {
  flex-basis: var(--lo-meet-card-width) !important;
  height: clamp(360px, 53.4vh, 410px) !important;
  border-color: transparent !important;
  transform: translateY(0) !important;
}

body .characters .meet-card:hover,
body .characters .meet-card:focus-visible {
  transform: translateY(-4px) !important;
}

body .characters .meet-card__img,
body .characters .meet-card__shade {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

body .characters .meet-card__img {
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.01) !important;
  transition: transform 520ms ease, filter 260ms ease !important;
}

body .characters .meet-card:hover .meet-card__img,
body .characters .meet-card:focus-visible .meet-card__img {
  transform: scale(1.055) !important;
}

body .characters .meet-card__shade {
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02) 42%, rgba(0, 0, 0, .42) 76%, rgba(0, 0, 0, .72) 100%) !important;
}

body .characters .meet-card__meta {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  padding: 0 clamp(18px, 1.8vw, 26px) clamp(18px, 2.2vw, 30px) !important;
  display: block !important;
}

body .characters .meet-card__name {
  color: #fff !important;
  font-family: var(--lo-font-body) !important;
  font-size: clamp(1.45rem, 1.45vw, 1.72rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-shadow: 0 6px 18px rgba(0, 0, 0, .48) !important;
}

body .characters .meet-card.is-selected .meet-card__name {
  font-size: clamp(1.45rem, 1.45vw, 1.72rem) !important;
}

body .characters .meet-card__title {
  display: none !important;
}

body .characters .character-carousel-controls {
  position: absolute !important;
  left: 50% !important;
  bottom: clamp(22px, 4vh, 34px) !important;
  z-index: 4 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  transform: translateX(-50%) !important;
}

body .characters .character-carousel-btn {
  width: 48px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: rgba(16, 16, 16, .86) !important;
  background: rgba(255, 255, 255, .58) !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .2) !important;
  cursor: pointer !important;
  transition: background-color 180ms ease, transform 180ms ease !important;
}

body .characters .character-carousel-btn:hover,
body .characters .character-carousel-btn:focus-visible {
  transform: translateY(-2px) !important;
  background: rgba(255, 255, 255, .86) !important;
}

body .characters .character-carousel-btn span {
  font-size: 1.65rem !important;
  line-height: 1 !important;
}

body .characters .character-carousel-progress {
  display: none !important;
}

@media (max-width: 980px) {
  body .characters,
  body .characters .meet-showcase {
    min-height: auto !important;
  }

  body .characters .meet-showcase {
    padding: clamp(42px, 10vw, 70px) 18px 92px !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  body .characters .meet-selected {
    min-height: 0 !important;
    max-width: none !important;
    padding-left: 28px !important;
  }

  body .characters .meet-selected::before {
    top: -28px !important;
    bottom: -28px !important;
  }

  body .characters .meet-selected::after {
    box-shadow: none !important;
  }

  body .characters .meet-selected__eyebrow {
    top: -38px !important;
    left: -13px !important;
    width: 26px !important;
    height: 26px !important;
  }

  body .characters .meet-selected__name {
    max-width: 10ch !important;
    font-size: clamp(2.65rem, 12vw, 4.1rem) !important;
  }

  body .characters .meet-selected__description {
    max-width: 100% !important;
    font-size: clamp(1rem, 4.4vw, 1.18rem) !important;
    line-height: 1.45 !important;
  }

  body .characters .meet-selected__link {
    min-width: 142px !important;
    min-height: 48px !important;
  }

  body .characters .meet-rail-wrap {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  body .characters .meet-rail-wrap::after {
    width: clamp(66px, 20vw, 96px) !important;
    background: linear-gradient(90deg, rgba(7, 7, 7, 0), rgba(7, 7, 7, .76) 50%, rgba(7, 7, 7, .98) 100%) !important;
  }

  body .characters .meet-rail {
    height: clamp(310px, 76vw, 390px) !important;
    padding: 0 78px 0 18px !important;
    gap: 16px !important;
  }

  body .characters .meet-card,
  body .characters .meet-card.is-selected {
    flex-basis: min(70vw, 250px) !important;
    width: min(70vw, 250px) !important;
    height: clamp(280px, 70vw, 360px) !important;
  }

  body .characters .character-carousel-controls {
    bottom: 24px !important;
  }
}


body .site-content section.shop#collection .section-title h2,
body .site-content section.shop#collection .section-title h2.loadin,
body .site-content section.shop#collection .section-title h2.loaded {
  color: var(--lo-figma-cream) !important;
  text-shadow: 0 7px 26px rgba(0, 0, 0, .56) !important;
}

body .site-content section.shop#collection .section-title p,
body .site-content section.shop#collection .section-title h3 {
  color: rgba(246, 240, 219, .90) !important;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .48) !important;
}


/* Canonical home type scale: one hierarchy, no random title sizes. */
:root {
  --lo-home-title-size: clamp(3.9rem, 5.8vw, 6.4rem);
  --lo-home-subtitle-size: clamp(2.7rem, 4.2vw, 4.6rem);
  --lo-home-eyebrow-size: clamp(.86rem, 1vw, 1rem);
  --lo-home-body-size: clamp(1.02rem, 1.18vw, 1.22rem);
}

body .site-content .section-title p,
body .site-content .section-title .overline,
body .site-content .section-title .loadin,
body .events .section-title p,
body .video-wall .section-title p,
body .shop .section-title p {
  margin: 0 0 clamp(8px, 1vw, 14px) !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: var(--lo-home-eyebrow-size) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}

body .site-content .section-title h2,
body .shop#collection .section-title h2,
body #videoWall.video-wall .section-title h2,
body #events.events .section-title h2,
body #events.events .section-title h2 span,
body #instagramShowcase.instagram-feed .instagram-feed__founder > .instagram-feed__eyebrow {
  margin: 0 !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-display) !important;
  font-size: var(--lo-home-title-size) !important;
  font-weight: 400 !important;
  line-height: .86 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .36) !important;
}

body #story.chapter > h2 {
  max-width: min(100%, 15ch) !important;
  margin: 0 auto clamp(10px, 1.2vw, 16px) !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-display) !important;
  font-size: var(--lo-home-title-size) !important;
  font-weight: 400 !important;
  line-height: .88 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .42) !important;
}

body #story.chapter > .section-title h2 {
  color: var(--lo-figma-gold) !important;
  font-size: var(--lo-home-subtitle-size) !important;
  line-height: .9 !important;
}

body #events.events .section-title p {
  color: #050402 !important;
  text-shadow: 0 1px 0 rgba(255, 234, 125, .62) !important;
}

body #events.events .section-title h2 {
  color: #fff8e8 !important;
  text-shadow: 0 9px 26px rgba(54, 30, 0, .24) !important;
}

body #events.events .section-title h2 span {
  color: #050402 !important;
  text-shadow: 0 1px 0 rgba(255, 234, 125, .46) !important;
}

body .site-content .section-title h3,
body .shop#collection .section-title h3,
body #story.chapter > .description {
  max-width: min(760px, 88vw) !important;
  margin: clamp(10px, 1.2vw, 16px) auto 0 !important;
  color: rgba(246, 240, 219, .86) !important;
  font-family: var(--lo-font-body) !important;
  font-size: var(--lo-home-body-size) !important;
  font-weight: 400 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .44) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder > .instagram-feed__eyebrow {
  grid-area: eyebrow !important;
  width: 100% !important;
  max-width: none !important;
  justify-self: center !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__signature {
  width: clamp(210px, 17vw, 300px) !important;
  margin: clamp(18px, 1.8vw, 26px) auto clamp(20px, 2.4vw, 34px) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__story p {
  font-family: var(--lo-font-body) !important;
  font-size: var(--lo-home-body-size) !important;
  font-weight: 400 !important;
  line-height: 1.34 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 980px) {
  :root {
    --lo-home-title-size: clamp(2.7rem, 11.2vw, 4.2rem);
    --lo-home-subtitle-size: clamp(2.35rem, 10vw, 3.7rem);
    --lo-home-eyebrow-size: clamp(.78rem, 3.1vw, .92rem);
    --lo-home-body-size: clamp(.95rem, 3.9vw, 1.06rem);
  }

  body #instagramShowcase.instagram-feed .instagram-feed__founder > .instagram-feed__eyebrow {
    max-width: 9ch !important;
    font-size: var(--lo-home-title-size) !important;
    line-height: .9 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__signature {
    width: min(58vw, 210px) !important;
    margin-top: 14px !important;
    margin-bottom: 16px !important;
  }
}

/* Founder responsive: dark surface must be full-bleed. */
@media (max-width: 1180px) {
  body .lo-yellow-run > #instagramShowcase.instagram-feed {
    margin: 0 !important;
    padding: 0 0 clamp(32px, 7vw, 54px) !important;
    overflow: hidden !important;
    color: var(--lo-figma-cream) !important;
    background:
      linear-gradient(180deg, rgba(19, 14, 5, .94), rgba(13, 10, 4, .97)),
      url("/images/meet-pattern.jpg") center top / 760px auto repeat,
      #130f06 !important;
  }

  body .lo-yellow-run > #instagramShowcase.instagram-feed > .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__panel {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: clamp(30px, 7vw, 56px) clamp(18px, 5vw, 34px) clamp(30px, 7vw, 48px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__founder {
    width: min(100% - 12px, 560px) !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "eyebrow"
      "signature"
      "media"
      "copy" !important;
    gap: 12px !important;
    overflow: visible !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__founder > .instagram-feed__eyebrow,
  body #instagramShowcase.instagram-feed .instagram-feed__signature-lockup {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__founder > .instagram-feed__eyebrow {
    grid-area: eyebrow !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__signature-lockup {
    grid-area: signature !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__portrait-frame {
    grid-area: media !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__founder-copy {
    grid-area: copy !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__story {
    display: block !important;
    width: 100% !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__story p {
    width: 100% !important;
    margin: 0 0 12px !important;
    text-align: left !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__story p:last-child {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 430px) {
  body #instagramShowcase.instagram-feed .instagram-feed__portrait-frame {
    width: clamp(132px, 40vw, 168px) !important;
    max-width: 42% !important;
    margin-right: 14px !important;
    margin-bottom: 8px !important;
  }
}

/* Canonical Meet The Order mobile carousel. */
@media (max-width: 760px) {
  body .characters {
    min-height: calc(100svh - var(--lo-site-header-height, var(--headerHeight, 72px))) !important;
    padding: 0 !important;
    background: #070707 !important;
    overflow-anchor: none !important;
  }

  body .characters .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .characters .meet-showcase {
    position: relative !important;
    min-height: calc(100svh - var(--lo-site-header-height, var(--headerHeight, 72px))) !important;
    height: calc(100svh - var(--lo-site-header-height, var(--headerHeight, 72px))) !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background: #070707 !important;
    overflow-anchor: none !important;
  }

  body .characters .meet-bg,
  body .characters .meet-bg--next {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: saturate(.98) contrast(1.04) brightness(.82) !important;
    transform: scale(1.035) !important;
    transition: opacity 520ms cubic-bezier(.22, 1, .36, 1), transform 620ms cubic-bezier(.22, 1, .36, 1), filter 520ms cubic-bezier(.22, 1, .36, 1) !important;
  }

  body .characters .meet-bg--next {
    transform: scale(1.07) !important;
  }

  body .characters .meet-bg--next.is-visible {
    transform: scale(1.035) !important;
  }

  body .characters .meet-bg-shade {
    background:
      linear-gradient(180deg, rgba(5, 6, 10, .22) 0%, rgba(5, 6, 10, .42) 42%, rgba(5, 6, 10, .30) 68%, rgba(5, 6, 10, .26) 100%),
      linear-gradient(90deg, rgba(5, 6, 10, .34) 0%, rgba(5, 6, 10, .10) 52%, rgba(5, 6, 10, .30) 100%) !important;
  }

  body .characters .meet-selected {
    position: absolute !important;
    top: clamp(88px, 12.5svh, 112px) !important;
    left: clamp(26px, 7vw, 42px) !important;
    right: clamp(20px, 6vw, 36px) !important;
    z-index: 4 !important;
    width: auto !important;
    max-width: min(100% - 48px, 440px) !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: grid !important;
    align-content: start !important;
    justify-items: start !important;
    background: transparent !important;
    color: #fff !important;
    transform: translate3d(0, 0, 0) !important;
  }

  body .characters .meet-selected::before,
  body .characters .meet-selected::after,
  body .characters .meet-selected__eyebrow {
    display: none !important;
    content: none !important;
  }

  body .characters .meet-selected__name {
    max-width: 9.5ch !important;
    margin: 0 !important;
    color: #fff !important;
    font-family: var(--lo-font-body) !important;
    font-size: clamp(3.45rem, 14vw, 5.4rem) !important;
    font-style: italic !important;
    font-weight: 900 !important;
    line-height: .96 !important;
    letter-spacing: .035em !important;
    text-transform: uppercase !important;
    text-shadow: 0 5px 0 rgba(15, 25, 55, .82), 0 16px 34px rgba(0, 0, 0, .36) !important;
    transition: opacity 260ms ease, transform 320ms cubic-bezier(.22, 1, .36, 1) !important;
  }

  body .characters .meet-selected__description {
    display: -webkit-box !important;
    max-width: 31ch !important;
    margin: clamp(22px, 4svh, 32px) 0 0 !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    color: rgba(255, 255, 255, .94) !important;
    font-family: var(--lo-font-body) !important;
    font-size: clamp(1rem, 4.9vw, 1.36rem) !important;
    font-weight: 900 !important;
    line-height: 1.42 !important;
    letter-spacing: .035em !important;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .48) !important;
    transition: opacity 260ms ease 40ms, transform 320ms cubic-bezier(.22, 1, .36, 1) 40ms !important;
  }

  body .characters .meet-selected__link {
    min-width: 0 !important;
    min-height: 56px !important;
    margin-top: clamp(16px, 3.3svh, 26px) !important;
    padding: 0 38px !important;
    border-radius: 4px !important;
    color: #101010 !important;
    background: rgba(255, 255, 255, .97) !important;
    font-family: var(--lo-font-body) !important;
    font-size: clamp(.92rem, 4.2vw, 1.12rem) !important;
    font-weight: 400 !important;
    letter-spacing: .035em !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .20) !important;
    transition: opacity 260ms ease 80ms, transform 320ms cubic-bezier(.22, 1, .36, 1) 80ms, background-color 180ms ease !important;
  }

  body .characters .meet-rail-wrap {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: clamp(76px, 10svh, 96px) !important;
    z-index: 4 !important;
    width: 100% !important;
    height: clamp(122px, 24svh, 154px) !important;
    margin: 0 !important;
    overflow: visible !important;
    overflow-anchor: none !important;
  }

  body .characters .meet-rail-wrap::after {
    display: none !important;
    content: none !important;
  }

  body .characters .meet-rail {
    width: 100% !important;
    height: 100% !important;
    padding: 0 calc(50vw - 58px) !important;
    display: flex !important;
    align-items: end !important;
    gap: clamp(14px, 4vw, 22px) !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: calc(50vw - 58px) !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    overflow-anchor: none !important;
  }

  body .characters .meet-card,
  body .characters .meet-card.is-selected {
    flex: 0 0 clamp(94px, 28vw, 116px) !important;
    width: clamp(94px, 28vw, 116px) !important;
    height: clamp(106px, 31vw, 132px) !important;
    scroll-snap-align: center !important;
    border: 1px solid rgba(255, 255, 255, .20) !important;
    border-radius: 7px !important;
    box-shadow: 0 14px 26px rgba(0, 0, 0, .32) !important;
    transform: translate3d(0, 0, 0) scale(.94) !important;
    opacity: .86 !important;
    transition: opacity 240ms ease, transform 300ms cubic-bezier(.22, 1, .36, 1), border-color 240ms ease, box-shadow 240ms ease !important;
  }

  body .characters .meet-card.is-selected {
    border-color: rgba(255, 255, 255, .58) !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .42) !important;
    opacity: 1 !important;
    transform: translate3d(0, -10px, 0) scale(1.04) !important;
  }

  body .characters .meet-card:hover,
  body .characters .meet-card:focus-visible {
    transform: translate3d(0, -10px, 0) scale(1.04) !important;
  }

  body .characters .meet-card__img {
    transform: scale(1.02) !important;
  }

  body .characters .meet-card__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 34%, rgba(0, 0, 0, .18) 68%, rgba(0, 0, 0, .58) 100%) !important;
  }

  body .characters .meet-card__meta {
    padding: 0 10px 9px !important;
  }

  body .characters .meet-card__name {
    display: none !important;
  }

  body .characters .character-carousel-controls {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: clamp(20px, 4svh, 30px) !important;
    z-index: 6 !important;
    width: 100% !important;
    height: clamp(170px, 24svh, 196px) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    transform: none !important;
    pointer-events: none !important;
    overflow-anchor: none !important;
  }

  body .characters .character-carousel-btn {
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    width: 48px !important;
    height: 48px !important;
    transform: none !important;
    pointer-events: auto !important;
    color: rgba(20, 20, 20, .82) !important;
    background: rgba(255, 255, 255, .64) !important;
    border: 0 !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18) !important;
    backdrop-filter: blur(6px) !important;
  }

  body .characters .character-carousel-btn:hover,
  body .characters .character-carousel-btn:focus-visible {
    transform: scale(1.04) !important;
  }

  body .characters .character-carousel-prev {
    left: clamp(40px, 13vw, 64px) !important;
  }

  body .characters .character-carousel-next {
    right: clamp(40px, 13vw, 64px) !important;
  }

  body .characters .character-carousel-progress {
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: auto !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(13px, 4vw, 20px) !important;
    pointer-events: auto !important;
    background: transparent !important;
    transform: translateX(-50%) !important;
  }

  body .characters .character-carousel-progress::before,
  body .characters .character-carousel-progress::after {
    display: none !important;
    content: none !important;
  }

  body .characters .character-carousel-dot {
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: rgba(42, 45, 66, .88) !important;
    background: rgba(255, 255, 255, .66) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .20) !important;
    cursor: pointer !important;
    transition: width 220ms ease, height 220ms ease, background-color 220ms ease, transform 220ms ease !important;
  }

  body .characters .character-carousel-dot span {
    opacity: 0 !important;
    color: inherit !important;
    font-family: var(--lo-font-body) !important;
    font-size: .82rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  body .characters .character-carousel-dot.is-active {
    width: 30px !important;
    height: 30px !important;
    background: rgba(255, 255, 255, .78) !important;
    transform: translateY(-1px) !important;
  }

  body .characters .character-carousel-dot.is-active span {
    opacity: 1 !important;
  }
}

@media (max-width: 760px) {
  body .characters .section-title {
    position: absolute !important;
    top: calc(var(--lo-site-header-height, 72px) + 42px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 7 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 18px !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    text-align: center !important;
    pointer-events: none !important;
  }

  body .characters .section-title h2,
  body .characters .section-title h2.loadin,
  body .characters .section-title h2.loaded {
    width: auto !important;
    margin: 0 auto !important;
    color: var(--lo-figma-gold) !important;
    font-family: var(--lo-font-title) !important;
    font-size: 2.7rem !important;
    font-weight: 400 !important;
    line-height: .9 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .48) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body .characters .meet-selected {
    top: calc(var(--lo-site-header-height, 72px) + 112px) !important;
  }
}

@media (max-width: 760px) and (max-height: 720px) {
  body .characters .section-title {
    top: calc(var(--lo-site-header-height, 72px) + 8px) !important;
  }

  body .characters .meet-selected {
    top: calc(var(--lo-site-header-height, 72px) + 64px) !important;
  }

  body .characters .meet-selected__description {
    -webkit-line-clamp: 3 !important;
  }
}

@media (max-width: 380px) {
  body .characters .section-title h2,
  body .characters .section-title h2.loadin,
  body .characters .section-title h2.loaded {
    font-size: 2.4rem !important;
  }

  body .characters .meet-selected__name {
    font-size: clamp(3rem, 13vw, 4.1rem) !important;
  }

  body .characters .meet-selected__description {
    font-size: clamp(.96rem, 4.5vw, 1.12rem) !important;
    line-height: 1.36 !important;
  }

  body .characters .meet-selected__link {
    min-height: 50px !important;
    padding-inline: 30px !important;
  }
}

body .site-content > .main:has(.product-grid):not(.product-single) {
  background:
    linear-gradient(180deg, rgba(5, 4, 1, .12), rgba(5, 4, 1, .46)),
    url("/images/BlackPattern LO.png") center top / 560px auto repeat,
    transparent !important;
}

body .site-content > .main:has(.product-grid):not(.product-single) .product-grid {
  background: transparent !important;
}

/* Basket final skin: Characters-grade dark ecommerce view. */
body:has(.site-content .layout .product-card),
body:has(.site-content .empty-basket) {
  background:
    linear-gradient(180deg, rgba(5, 4, 1, .96), rgba(5, 4, 1, .98)),
    url("/images/BlackPattern LO.png") center top / 560px auto repeat,
    #050401 !important;
  color: #f8ead0 !important;
}

body .site-content:has(.layout .product-card),
body .site-content:has(.empty-basket) {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 203, 25, .10), transparent 34rem),
    linear-gradient(180deg, rgba(5, 4, 1, .74), rgba(5, 4, 1, .95)),
    url("/images/BlackPattern LO.png") center top / 560px auto repeat,
    #050401 !important;
}

body .site-content > .container:has(.layout .product-card),
body .site-content > .container:has(.empty-basket) {
  width: min(100%, 1320px) !important;
  padding: clamp(24px, 4vw, 54px) clamp(16px, 4vw, 52px) clamp(52px, 7vw, 94px) !important;
  background: transparent !important;
}

body .site-content > .container > .layout {
  width: 100% !important;
  gap: clamp(22px, 4vw, 44px) !important;
  padding: 0 !important;
  background: transparent !important;
}

body .site-content > .container .product-list__meta {
  margin: 0 0 22px !important;
}

body .site-content > .container .product-card,
body .site-content > .container .order-summary,
body .site-content > .container .empty-basket {
  color: #f8ead0 !important;
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 203, 25, .08), transparent 22rem),
    linear-gradient(135deg, rgba(18, 13, 5, .96), rgba(6, 5, 2, .98)) !important;
  border: 1px solid rgba(255, 203, 25, .25) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34) !important;
}

body .site-content > .container .product-card {
  min-height: 158px !important;
  overflow: hidden !important;
}

body .site-content > .container .product-card__image-wrap {
  background: rgba(255, 255, 255, .045) !important;
  border-right: 1px solid rgba(255, 203, 25, .16) !important;
}

body .site-content > .container .product-card__title,
body .site-content > .container .order-summary__title,
body .site-content > .container .empty-basket__title {
  color: #f8ead0 !important;
  font-weight: 400 !important;
}

body .site-content > .container .product-card__price,
body .site-content > .container .grand-total__value,
body .site-content > .container .grand-total__label,
body .site-content > .container .shipping-option--selected .shipping-option__price,
body .site-content > .container .shipping-option--selected .shipping-option__name {
  color: #ffcb19 !important;
}

body .site-content > .container .summary-row__value,
body .site-content > .container .shipping-option__price,
body .site-content > .container .product-card__subtitle,
body .site-content > .container .order-summary__note,
body .site-content > .container .empty-basket__sub {
  color: rgba(248, 234, 208, .72) !important;
}

body .site-content > .container .remove-link,
body .site-content > .container .gold-link {
  color: rgba(255, 203, 25, .82) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

body .site-content > .container .divider,
body .site-content > .container .grand-total,
body .site-content > .container .address-section,
body .site-content > .container .product-card__bottom {
  border-color: rgba(255, 203, 25, .20) !important;
}

body .site-content > .container .shipping-option,
body .site-content > .container .addr-input,
body .site-content > .container .addr-select,
body .site-content > .container .qty-control__stepper,
body .site-content > .container .discount-input {
  color: #f8ead0 !important;
  background: rgba(248, 234, 208, .07) !important;
  border-color: rgba(255, 203, 25, .22) !important;
}

body .site-content > .container .shipping-option {
  border-radius: 6px !important;
}

body .site-content > .container .shipping-option:hover,
body .site-content > .container .shipping-option--selected {
  background: rgba(255, 203, 25, .09) !important;
  border-color: rgba(255, 203, 25, .62) !important;
}

body .site-content > .container .addr-input::placeholder {
  color: rgba(248, 234, 208, .45) !important;
}

body .site-content > .container .addr-input:focus,
body .site-content > .container .addr-select:focus {
  border-color: rgba(255, 203, 25, .76) !important;
  box-shadow: 0 0 0 3px rgba(255, 203, 25, .12) !important;
}

body .site-content > .container .qty-btn {
  color: #f8ead0 !important;
  background: rgba(255, 255, 255, .07) !important;
}

body .site-content > .container .qty-value {
  color: #ffcb19 !important;
  background: rgba(0, 0, 0, .22) !important;
}

body .site-content > .container .checkout-btn,
body .site-content > .container .empty-basket__btn {
  min-height: 54px !important;
  color: #100b04 !important;
  background: linear-gradient(180deg, #ffd431, #f4b90f) !important;
  border: 1px solid rgba(255, 203, 25, .72) !important;
  border-radius: 999px !important;
  font-weight: 400 !important;
  letter-spacing: .12em !important;
  box-shadow: 0 16px 36px rgba(255, 203, 25, .14) !important;
}

body .news-page .news-hero {
  padding-top: max(clamp(46px, 5.2vw, 72px), calc(var(--lo-site-header-height, var(--headerHeight, 76px)) - 18px)) !important;
}

body .site-content > .container .empty-basket {
  width: min(100%, 760px) !important;
  margin: 0 auto !important;
  padding: clamp(42px, 6vw, 78px) clamp(22px, 5vw, 62px) !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  body .site-content > .container > .layout {
    grid-template-columns: 1fr !important;
  }

  body .site-content > .container .order-summary {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 640px) {
  body .site-content > .container:has(.layout .product-card),
  body .site-content > .container:has(.empty-basket) {
    padding: 0 0 42px !important;
  }

  body .news-page .news-hero {
    padding-top: max(46px, calc(var(--lo-site-header-height, var(--headerHeight, 72px)) - 18px)) !important;
  }

  body .site-content > .container > .layout {
    padding: 0 14px !important;
  }

  body .site-content > .container .product-card {
    min-height: 0 !important;
  }

  body .site-content > .container .product-card__image-wrap {
    height: clamp(220px, 62vw, 280px) !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 203, 25, .16) !important;
  }

  body .site-content > .container .product-card__primary-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body .site-content > .container .product-card__details {
    padding: 18px !important;
  }

  body .site-content > .container .product-card__top,
  body .site-content > .container .product-card__bottom {
    gap: 14px !important;
  }

  body .site-content > .container .empty-basket {
    width: calc(100% - 28px) !important;
  }
}

/* Mobile collection grid: compact ecommerce cards, three columns. */
@media (max-width: 760px) {
  body .shop#collection > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 clamp(10px, 3.2vw, 16px) !important;
  }

  body .shop#collection .product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(8px, 2.4vw, 12px) !important;
    width: 100% !important;
    padding: 0 !important;
  }

  body .shop#collection .product-grid .product {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: clamp(6px, 2vw, 8px) !important;
    border-radius: 14px !important;
    background: rgba(250, 245, 224, .96) !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .22) !important;
  }

  body .shop#collection .product-grid .product .image {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 10px !important;
    background-size: cover !important;
  }

  body .shop#collection .product-grid .product .titles {
    min-height: 0 !important;
    padding: 7px 1px 0 !important;
    gap: 5px !important;
  }

  body .shop#collection .product-grid .product .titles .category-name {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 3px 6px 2px !important;
    border: 1px solid rgba(255, 203, 25, .42) !important;
    border-radius: 999px !important;
    background: rgba(10, 8, 2, .92) !important;
    color: #ffcb19 !important;
    font-family: var(--lo-font-nav) !important;
    font-size: clamp(.46rem, 1.85vw, .56rem) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-shadow: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body .shop#collection .product-grid .product .titles .title,
  body .shop#collection .product-grid .product .titles .title span {
    color: #080704 !important;
    font-size: clamp(.72rem, 3.05vw, .9rem) !important;
    line-height: 1.02 !important;
    text-wrap: balance !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  body .shop#collection .product-grid .product .price,
  body .shop#collection .product-grid .product .price span {
    color: #5f4100 !important;
    font-size: clamp(.62rem, 2.45vw, .76rem) !important;
    line-height: 1 !important;
    opacity: .95 !important;
    text-shadow: none !important;
  }

  body .shop#collection .product-grid .product .product-buttons {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-top: 6px !important;
  }

  body .shop#collection .product-grid .product .product-buttons button,
  body .shop#collection .product-grid .product .product-buttons a {
    min-height: 30px !important;
    height: 30px !important;
    padding: 0 6px !important;
    border-radius: 9px !important;
    font-size: clamp(.5rem, 2vw, .62rem) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

/* Canonical mobile event banners */
@media (max-width: 700px) {
  body #events.events {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body #events.events .section-title {
    width: min(100% - 24px, 520px) !important;
    margin-bottom: 18px !important;
  }

  body #events.events > .container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 10px !important;
  }

  body #events.events > .container > div {
    padding: 0 !important;
    display: grid !important;
    gap: 16px !important;
  }

  body #events.events .featured-event {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    aspect-ratio: 16 / 7 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #050402 !important;
    box-shadow: 0 12px 28px rgba(40, 24, 0, .22) !important;
  }

  body #events.events .featured-event .image {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }

body #events.events .featured-event .image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}

body #instagramShowcase.instagram-feed {
  color: #050402 !important;
  background: var(--lo-surface-yellow-exact) !important;
  background-attachment: fixed !important;
  background-blend-mode: screen, multiply, normal, normal !important;
}

body #instagramShowcase.instagram-feed > .container {
  width: min(100% - 72px, 1320px) !important;
  margin-inline: auto !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__panel {
  color: var(--lo-figma-cream) !important;
  background:
    linear-gradient(180deg, rgba(18, 13, 5, .93), rgba(10, 8, 3, .97)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #120d05 !important;
  border: 1px solid rgba(250, 194, 10, .24) !important;
  box-shadow: 0 28px 62px rgba(52, 31, 0, .28) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__story p,
body #instagramShowcase.instagram-feed .instagram-feed__account-head h3 {
  color: var(--lo-figma-cream) !important;
}

body #videoWall.video-wall .section-title h2,
body #videoWall.video-wall .section-title h2 span {
  color: #fffaf0 !important;
  text-shadow: 0 8px 26px rgba(0, 0, 0, .42) !important;
}


@media (max-width: 760px) {
  body #instagramShowcase.instagram-feed > .container {
    width: min(100% - 28px, 720px) !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__panel {
    width: 100% !important;
    border-radius: 8px !important;
  }

}

/* Home collection card polish: one premium palette, readable ecommerce controls. */
body .shop#collection {
  padding-inline: 0 !important;
}

body .shop#collection > .container {
  width: min(100% - clamp(32px, 5vw, 96px), 1380px) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body .shop#collection .product-grid {
  gap: clamp(18px, 2vw, 30px) !important;
}

body .shop#collection .product-grid .product {
  overflow: hidden !important;
  border: 1px solid rgba(250, 194, 10, .28) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(246, 240, 219, .98), rgba(232, 218, 177, .94)),
    #f1e5bd !important;
  box-shadow: 0 22px 46px rgba(0, 0, 0, .28) !important;
}

body .shop#collection .product-grid .product .titles {
  padding: clamp(18px, 1.8vw, 26px) clamp(18px, 1.9vw, 28px) 0 !important;
  gap: 9px !important;
}

body .shop#collection .product-grid .product .titles .category-name {
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 22px !important;
  padding: 4px 9px 3px !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid rgba(250, 194, 10, .52) !important;
  border-radius: 999px !important;
  background: #0b0904 !important;
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: clamp(.62rem, .7vw, .74rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .12em !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
}

body .shop#collection .product-grid .product .titles .title,
body .shop#collection .product-grid .product .titles .title span {
  color: #090704 !important;
  text-shadow: none !important;
}

body .shop#collection .product-grid .product .price,
body .shop#collection .product-grid .product .price span {
  color: #6b4500 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body .shop#collection .product-grid .product .product-buttons {
  padding: 0 clamp(18px, 1.9vw, 28px) clamp(18px, 1.9vw, 28px) !important;
  gap: clamp(10px, 1vw, 14px) !important;
}

body .shop#collection .product-grid .product .product-buttons button,
body .shop#collection .product-grid .product .product-buttons a {
  border: 1px solid rgba(80, 52, 0, .28) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

body .shop#collection .product-grid .product .product-buttons button {
  background: var(--lo-figma-gold) !important;
  color: #070604 !important;
}

body .shop#collection .product-grid .product .product-buttons a {
  background: #151008 !important;
  color: var(--lo-figma-cream) !important;
}

body .shop#collection .product-grid .product .product-buttons button:hover,
body .shop#collection .product-grid .product .product-buttons button:focus-visible,
body .shop#collection .product-grid .product .product-buttons a:hover,
body .shop#collection .product-grid .product .product-buttons a:focus-visible {
  transform: translateY(-1px) !important;
  filter: brightness(1.04) !important;
}

@media (max-width: 760px) {
  body .shop#collection > .container {
    width: 100% !important;
    padding-inline: clamp(10px, 3.2vw, 16px) !important;
  }

  body .shop#collection .product-grid .product .titles {
    padding: 7px 1px 0 !important;
  }

  body .shop#collection .product-grid .product .product-buttons {
    padding: 0 !important;
    gap: 6px !important;
  }
}

/* Founder divider ribbon: show full green/yellow/red band, no clipped half. */
body #instagramShowcase.instagram-feed::before {
  top: 0 !important;
  height: clamp(34px, 3vw, 44px) !important;
  background: url("/images/footer/Rebbon web footer.png") center top / auto 100% repeat-x !important;
  transform: none !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__panel {
  margin-top: clamp(22px, 2.4vw, 34px) !important;
}

/* Founder composition: reduce empty space, use the desk photo as a horizontal editorial block. */
body #instagramShowcase.instagram-feed .instagram-feed__panel {
  padding: clamp(28px, 3vw, 44px) clamp(34px, 4vw, 64px) clamp(30px, 3.4vw, 50px) !important;
  gap: clamp(24px, 2.8vw, 40px) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder {
  grid-template-columns: minmax(320px, 500px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(36px, 5vw, 76px) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder > .instagram-feed__eyebrow {
  font-size: clamp(3.4rem, 5.2vw, 6.2rem) !important;
  line-height: .9 !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__signature {
  width: clamp(190px, 14vw, 260px) !important;
  margin: clamp(10px, 1.2vw, 18px) auto clamp(22px, 2.5vw, 34px) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__portrait-frame {
  max-width: 500px !important;
  align-self: center !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__portrait {
  aspect-ratio: 4 / 3 !important;
  object-position: center center !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder-copy {
  align-self: center !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__story {
  width: min(100%, 820px) !important;
  gap: clamp(12px, 1.1vw, 16px) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__story p {
  font-size: clamp(1.06rem, 1.18vw, 1.24rem) !important;
  line-height: 1.38 !important;
}

@media (max-width: 1180px) {
  body #instagramShowcase.instagram-feed .instagram-feed__panel {
    padding: clamp(26px, 5vw, 42px) clamp(18px, 5vw, 34px) clamp(28px, 6vw, 44px) !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__portrait {
    aspect-ratio: 4 / 3 !important;
  }
}

@media (max-width: 760px) {
  body #instagramShowcase.instagram-feed .instagram-feed__founder {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__portrait-frame {
    width: min(100%, 420px) !important;
    max-width: none !important;
    margin-inline: auto !important;
    float: none !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__founder-copy,
  body #instagramShowcase.instagram-feed .instagram-feed__story p {
    text-align: left !important;
  }
}

/* Lion Order TV: premium dark carousel card, titles above thumbnails. */
body #videoWall.video-wall {
  color: var(--lo-figma-cream) !important;
  background: var(--lo-surface-yellow-exact) !important;
  background-blend-mode: screen, multiply, normal, normal !important;
}

body #videoWall.video-wall > .container,
body #videoWall.video-wall > .video-gallery {
  width: min(100% - 72px, 1320px) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
}

body #videoWall.video-wall .section-title {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(26px, 3vw, 42px) clamp(22px, 3vw, 42px) clamp(14px, 1.8vw, 24px) !important;
  border: 1px solid rgba(250, 194, 10, .26) !important;
  border-bottom: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  background:
    linear-gradient(180deg, rgba(18, 13, 5, .94), rgba(12, 9, 4, .98)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #120d05 !important;
  box-shadow: 0 24px 54px rgba(54, 32, 0, .20) !important;
}

body #videoWall.video-wall .section-title h2,
body #videoWall.video-wall .section-title h2 span {
  color: var(--lo-figma-gold) !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .42) !important;
}

body #videoWall.video-wall > .video-gallery {
  padding: 0 clamp(18px, 2.5vw, 34px) clamp(24px, 3vw, 42px) !important;
  border: 1px solid rgba(250, 194, 10, .26) !important;
  border-top: 0 !important;
  border-radius: 0 0 10px 10px !important;
  background:
    linear-gradient(180deg, rgba(12, 9, 4, .98), rgba(9, 7, 3, .98)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #100c05 !important;
  box-shadow: 0 30px 64px rgba(54, 32, 0, .24) !important;
}

body #videoWall.video-wall .lo-carousel,
body #videoWall.video-wall .carousel-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body #videoWall.video-wall .carousel-track-container {
  padding-top: clamp(10px, 1vw, 16px) !important;
}

body #videoWall.video-wall .carousel-track {
  gap: clamp(18px, 1.8vw, 26px) !important;
}

body #videoWall.video-wall .card,
body #videoWall.video-wall .card:nth-child(1),
body #videoWall.video-wall .card:nth-child(5) {
  border: 1px solid rgba(250, 194, 10, .22) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(36, 27, 11, .98), rgba(18, 13, 5, .98)),
    #171105 !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .32) !important;
}

body #videoWall.video-wall .card-body {
  order: -1 !important;
  flex: 0 0 auto !important;
  display: block !important;
  min-height: 76px !important;
  padding: 18px 20px 14px !important;
  background:
    linear-gradient(180deg, rgba(44, 33, 14, .98), rgba(25, 18, 8, .98)) !important;
  border-bottom: 1px solid rgba(250, 194, 10, .18) !important;
}

body #videoWall.video-wall .card-title {
  color: var(--lo-figma-cream) !important;
  font-family: var(--lo-font-body) !important;
  font-size: clamp(1.02rem, 1.08vw, 1.18rem) !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .35) !important;
}

body #videoWall.video-wall .card-image-wrapper {
  aspect-ratio: 16 / 9 !important;
  background: #070604 !important;
}

body #videoWall.video-wall .card-image-wrapper img {
  object-fit: cover !important;
  filter: saturate(.96) contrast(1.04) brightness(.88) !important;
  transition: filter .28s ease, transform .28s ease !important;
}

body #videoWall.video-wall .card:hover .card-image-wrapper img,
body #videoWall.video-wall .card:focus-visible .card-image-wrapper img {
  filter: saturate(1.06) contrast(1.04) brightness(.98) !important;
  transform: scale(1.025) !important;
}

body #videoWall.video-wall .carousel-controls {
  margin-top: clamp(22px, 2.4vw, 34px) !important;
}

body #videoWall.video-wall .carousel-controls button,
body #videoWall.video-wall .carousel-btn {
  border: 1px solid rgba(250, 194, 10, .24) !important;
  background: rgba(246, 240, 219, .14) !important;
  color: var(--lo-figma-gold) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .26) !important;
}

body #videoWall.video-wall #js-next.carousel-btn,
body #videoWall.video-wall .carousel-controls button:last-child {
  background: var(--lo-figma-gold) !important;
  color: #070604 !important;
}

body #videoWall.video-wall .carousel-dots .dot {
  background: rgba(246, 240, 219, .30) !important;
}

body #videoWall.video-wall .carousel-dots .dot.active {
  background: var(--lo-figma-gold) !important;
}

@media (max-width: 760px) {
  body #videoWall.video-wall > .container,
  body #videoWall.video-wall > .video-gallery {
    width: min(100% - 28px, 720px) !important;
  }

  body #videoWall.video-wall .section-title {
    padding: 24px 16px 12px !important;
  }

  body #videoWall.video-wall > .video-gallery {
    padding: 0 clamp(10px, 3vw, 14px) 24px !important;
    overflow: hidden !important;
  }

  body #videoWall.video-wall .carousel-track-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body #videoWall.video-wall .carousel-track {
    align-items: stretch !important;
    gap: 14px !important;
  }

  body #videoWall.video-wall .card,
  body #videoWall.video-wall .card:nth-child(1),
  body #videoWall.video-wall .card:nth-child(5) {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    transform: none !important;
  }

  body #videoWall.video-wall .card.active,
  body #videoWall.video-wall .card.is-active,
  body #videoWall.video-wall .card.adjacent {
    transform: none !important;
  }

  body #videoWall.video-wall .card-body {
    min-height: 0 !important;
    height: auto !important;
    padding: 16px 18px 14px !important;
  }

  body #videoWall.video-wall .card-title {
    font-size: clamp(1rem, 4.2vw, 1.14rem) !important;
    line-height: 1.18 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body #videoWall.video-wall .carousel-controls {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    gap: 10px !important;
    align-items: center !important;
    margin-top: 24px !important;
  }

  body #videoWall.video-wall .carousel-controls button,
  body #videoWall.video-wall .carousel-btn {
    width: 42px !important;
    height: 42px !important;
  }

  body #videoWall.video-wall .carousel-dots {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    justify-content: flex-start !important;
    scrollbar-width: none !important;
    padding: 4px 2px !important;
  }

  body #videoWall.video-wall .carousel-dots::-webkit-scrollbar {
    display: none !important;
  }
}

/* Story module polish: one composed card, real space below intro copy. */
body #story.chapter {
  padding-top: clamp(58px, 6.5vw, 92px) !important;
}

body #story.chapter > h2 {
  max-width: min(100% - 48px, 780px) !important;
  margin: 0 auto clamp(14px, 1.4vw, 20px) !important;
  font-size: clamp(4rem, 6vw, 6.8rem) !important;
  line-height: .86 !important;
}

body #story.chapter > .description {
  display: block !important;
  width: min(100% - 48px, 860px) !important;
  max-width: 860px !important;
  margin: 0 auto clamp(30px, 3.2vw, 50px) !important;
  padding: 0 0 clamp(6px, .7vw, 10px) !important;
  color: rgba(246, 240, 219, .82) !important;
  font-size: clamp(1.04rem, 1.14vw, 1.22rem) !important;
  line-height: 1.36 !important;
}

body #story.chapter > .section-title {
  width: min(100% - 72px, 1320px) !important;
  margin: 0 auto !important;
  padding: clamp(30px, 3.2vw, 48px) clamp(24px, 3vw, 46px) clamp(24px, 2.4vw, 36px) !important;
  border-color: rgba(250, 194, 10, .28) !important;
  border-radius: 12px 12px 0 0 !important;
  background:
    linear-gradient(180deg, rgba(18, 13, 5, .96), rgba(10, 8, 3, .98)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #110d05 !important;
}

body #story.chapter > .section-title p {
  margin-bottom: clamp(8px, .8vw, 12px) !important;
}

body #story.chapter > .section-title h2 {
  font-size: clamp(3rem, 5vw, 5.4rem) !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

body #story.chapter > .container {
  width: min(100% - 72px, 1320px) !important;
  padding: clamp(18px, 2vw, 28px) clamp(18px, 2.4vw, 34px) clamp(24px, 2.8vw, 40px) !important;
  border-color: rgba(250, 194, 10, .28) !important;
  border-radius: 0 0 12px 12px !important;
  background:
    linear-gradient(180deg, rgba(10, 8, 3, .98), rgba(8, 6, 3, .98)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #0f0b04 !important;
}

body #story.chapter .hero-frame {
  border: 1px solid rgba(250, 194, 10, .24) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #080603 !important;
}

body #story.chapter .player-shell,
body #story.chapter .player-stage {
  border-radius: 8px !important;
}

@media (max-width: 760px) {
  body #story.chapter {
    padding-top: 42px !important;
  }

  body #story.chapter > h2,
  body #story.chapter > .description,
  body #story.chapter > .section-title,
  body #story.chapter > .container {
    width: min(100% - 28px, 720px) !important;
  }

  body #story.chapter > h2 {
    font-size: clamp(3rem, 14vw, 4.7rem) !important;
  }

  body #story.chapter > .description {
    margin-bottom: 28px !important;
    font-size: 1rem !important;
  }

  body #story.chapter > .section-title {
    padding: 24px 16px 18px !important;
  }

  body #story.chapter > .container {
    padding: 14px 12px 22px !important;
  }
}

/* Story module final layout: chapter intro + one solid media card. */
body #story.chapter > .section-title {
  width: min(100% - 72px, 1180px) !important;
  margin: 0 auto clamp(18px, 2.2vw, 30px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body #story.chapter > .section-title p {
  width: fit-content !important;
  margin: 0 auto clamp(10px, .9vw, 14px) !important;
  padding: 6px 12px 5px !important;
  border: 1px solid rgba(250, 194, 10, .34) !important;
  border-radius: 999px !important;
  background: rgba(250, 194, 10, .08) !important;
  color: var(--lo-figma-gold) !important;
  font-size: clamp(.72rem, .82vw, .86rem) !important;
  font-weight: 800 !important;
  letter-spacing: .15em !important;
}

body #story.chapter > .section-title h2 {
  margin: 0 auto !important;
  color: var(--lo-figma-gold) !important;
  font-size: clamp(3.4rem, 5.3vw, 6.2rem) !important;
  line-height: .86 !important;
  letter-spacing: .025em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .46) !important;
}

body #story.chapter > .container {
  width: min(100% - 72px, 1320px) !important;
  margin: 0 auto !important;
  padding: clamp(18px, 2.2vw, 32px) !important;
  display: grid !important;
  gap: clamp(18px, 2.1vw, 30px) !important;
  border: 1px solid rgba(250, 194, 10, .30) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(17, 12, 5, .96), rgba(8, 6, 3, .98)),
    url("/images/meet-pattern.jpg") center top / 760px auto repeat,
    #100c05 !important;
  box-shadow:
    0 34px 70px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(250, 194, 10, .08) !important;
}

body #story.chapter .hero-frame {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid rgba(250, 194, 10, .26) !important;
  border-radius: 12px !important;
  background: #070604 !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .32) !important;
}

body #story.chapter .player-stage {
  aspect-ratio: 16 / 9 !important;
  min-height: clamp(390px, 44vw, 620px) !important;
  border-radius: 12px !important;
}

body #story.chapter .player-bottom {
  padding: 0 clamp(18px, 2.6vw, 38px) !important;
  bottom: clamp(18px, 2vw, 30px) !important;
}

body #story.chapter .player-kicker {
  color: var(--lo-figma-gold) !important;
  font-family: var(--lo-font-nav) !important;
  font-size: clamp(.72rem, .85vw, .92rem) !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
}

body #story.chapter .player-title {
  color: var(--lo-figma-cream) !important;
  font-size: clamp(1.9rem, 3.2vw, 3.8rem) !important;
  text-shadow: 0 10px 26px rgba(0, 0, 0, .55) !important;
}

body #story.chapter .watch-link {
  border-color: rgba(250, 194, 10, .36) !important;
  border-radius: 999px !important;
  background: rgba(8, 6, 3, .72) !important;
  color: var(--lo-figma-gold) !important;
}

body #story.chapter .selector-wrap {
  padding: clamp(18px, 2vw, 28px) clamp(18px, 2.4vw, 34px) clamp(18px, 2.2vw, 30px) !important;
  border: 1px solid rgba(250, 194, 10, .18) !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, rgba(250, 194, 10, .055), rgba(250, 194, 10, .025)) !important;
}

body #story.chapter .episode-heading {
  max-width: min(100%, 760px) !important;
  margin: 0 auto clamp(16px, 1.8vw, 24px) !important;
  color: var(--lo-figma-cream) !important;
  font-family: var(--lo-font-body) !important;
  font-size: clamp(1.2rem, 1.8vw, 2rem) !important;
  line-height: 1.12 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

body #story.chapter .selector-wrap .nav-btn {
  top: clamp(46px, 5vw, 64px) !important;
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(250, 194, 10, .24) !important;
  border-radius: 999px !important;
  background: rgba(246, 240, 219, .12) !important;
  color: var(--lo-figma-gold) !important;
  font-size: 2rem !important;
  line-height: 1 !important;
}

body #story.chapter .selector-wrap .nav-btn.next {
  background: var(--lo-figma-gold) !important;
  color: #070604 !important;
}

body #story.chapter .selector-wrap .rail {
  overflow: hidden !important;
}

body #story.chapter .selector-wrap .episode-card {
  flex: 0 0 clamp(180px, 16vw, 230px) !important;
  width: clamp(180px, 16vw, 230px) !important;
  min-width: clamp(180px, 16vw, 230px) !important;
  display: grid !important;
  gap: 9px !important;
  opacity: .72 !important;
}

body #story.chapter .selector-wrap .episode-card::after {
  content: attr(aria-label) !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: rgba(246, 240, 219, .76) !important;
  font-family: var(--lo-font-body) !important;
  font-size: clamp(.82rem, .92vw, .98rem) !important;
  line-height: 1.14 !important;
  text-align: left !important;
}

body #story.chapter .selector-wrap .episode-card.active {
  opacity: 1 !important;
}

body #story.chapter .selector-wrap .episode-card.active::after {
  color: var(--lo-figma-gold) !important;
}

body #story.chapter .selector-wrap .thumb-wrap {
  border-radius: 8px !important;
  border: 1px solid rgba(250, 194, 10, .22) !important;
  background: #070604 !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28) !important;
}

body #story.chapter .selector-wrap .episode-card.active .thumb-wrap {
  border-color: rgba(250, 194, 10, .68) !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .32) !important;
}

@media (max-width: 760px) {
  body #story.chapter > .section-title {
    width: min(100% - 28px, 720px) !important;
    margin-bottom: 18px !important;
  }

  body #story.chapter > .section-title h2 {
    font-size: clamp(2.6rem, 12.5vw, 4.2rem) !important;
  }

  body #story.chapter > .container {
    width: min(100% - 28px, 720px) !important;
    padding: 12px !important;
    border-radius: 10px !important;
  }

  body #story.chapter .player-stage {
    min-height: clamp(260px, 64vw, 420px) !important;
  }

  body #story.chapter .player-bottom {
    align-items: flex-start !important;
  }

  body #story.chapter .selector-wrap {
    padding: 18px 14px 20px !important;
  }

  body #story.chapter .selector-wrap .nav-btn {
    top: 42px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 1.7rem !important;
  }

  body #story.chapter .selector-wrap .episode-card {
    flex-basis: 160px !important;
    width: 160px !important;
    min-width: 160px !important;
  }
}

/* Story module canonical layout: data unchanged, presentation cleaned. */
body #story.chapter {
  padding-top: clamp(54px, 5.8vw, 82px) !important;
  padding-bottom: clamp(48px, 5.8vw, 78px) !important;
}

body #story.chapter > h2 {
  max-width: min(100% - 48px, 900px) !important;
  margin-bottom: clamp(12px, 1.1vw, 16px) !important;
  font-size: clamp(3.7rem, 5.2vw, 6.1rem) !important;
  line-height: .88 !important;
}

body #story.chapter > .description {
  margin-bottom: clamp(26px, 2.7vw, 42px) !important;
  padding-bottom: 0 !important;
}

body #story.chapter > .section-title {
  margin-bottom: clamp(16px, 1.8vw, 24px) !important;
}

body #story.chapter > .section-title h2 {
  font-size: clamp(3rem, 4.7vw, 5.4rem) !important;
}

body #story.chapter > .container {
  width: min(100% - 72px, 1380px) !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr) !important;
  align-items: stretch !important;
  gap: clamp(18px, 2vw, 28px) !important;
  padding: clamp(18px, 2vw, 30px) !important;
  overflow: hidden !important;
}

body #story.chapter .hero-frame {
  min-width: 0 !important;
  height: 100% !important;
  padding: clamp(10px, 1.1vw, 14px) !important;
}

body #story.chapter .player-shell,
body #story.chapter .player-stage {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body #story.chapter .player-stage {
  height: auto !important;
  min-height: clamp(360px, 30vw, 540px) !important;
  aspect-ratio: 16 / 9 !important;
}

body #story.chapter .player-bottom {
  left: 0 !important;
  right: 0 !important;
  padding: 0 clamp(18px, 2vw, 34px) !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

body #story.chapter .player-meta {
  max-width: 62ch !important;
}

body #story.chapter .watch-link {
  flex: 0 0 auto !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

body #story.chapter .selector-wrap {
  min-width: 0 !important;
  min-height: 0 !important;
  padding: clamp(18px, 2vw, 28px) !important;
  display: grid !important;
  grid-template-rows: auto 1fr auto !important;
  align-content: stretch !important;
  border-color: rgba(250, 194, 10, .24) !important;
  background:
    linear-gradient(180deg, rgba(250, 194, 10, .08), rgba(250, 194, 10, .025)),
    rgba(7, 6, 4, .34) !important;
}

body #story.chapter .episode-heading {
  margin-bottom: clamp(14px, 1.4vw, 20px) !important;
  font-size: clamp(1.6rem, 2vw, 2.35rem) !important;
  color: var(--lo-figma-gold) !important;
  text-align: left !important;
}

body #story.chapter .selector-wrap .rail {
  min-height: 0 !important;
  overflow: hidden !important;
}

body #story.chapter .selector-wrap .carousel {
  height: 100% !important;
  max-height: clamp(320px, 31vw, 500px) !important;
  padding: 2px 4px 8px 2px !important;
  display: grid !important;
  grid-auto-flow: row !important;
  grid-auto-rows: max-content !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scroll-snap-type: y mandatory !important;
}

body #story.chapter .selector-wrap .episode-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 90px !important;
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: clamp(108px, 9vw, 134px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  border: 1px solid rgba(250, 194, 10, .14) !important;
  border-radius: 10px !important;
  background: rgba(246, 240, 219, .035) !important;
  scroll-snap-align: start !important;
  text-align: left !important;
}

body #story.chapter .selector-wrap .episode-card.active {
  border-color: rgba(250, 194, 10, .58) !important;
  background: rgba(250, 194, 10, .075) !important;
}

body #story.chapter .selector-wrap .thumb-wrap {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
}

body #story.chapter .selector-wrap .episode-card::after {
  align-self: center !important;
  padding-right: 2px !important;
  font-size: clamp(.92rem, 1vw, 1.06rem) !important;
}

body #story.chapter .selector-wrap .nav-btn {
  position: static !important;
  transform: none !important;
  margin-top: clamp(14px, 1.4vw, 20px) !important;
  justify-self: start !important;
}

body #story.chapter .selector-wrap .nav-btn.next {
  margin-left: 8px !important;
}

@media (max-width: 980px) {
  body #story.chapter > .container {
    grid-template-columns: 1fr !important;
    width: min(100% - 36px, 900px) !important;
  }

  body #story.chapter .player-stage {
    min-height: clamp(320px, 58vw, 520px) !important;
  }

  body #story.chapter .selector-wrap {
    display: block !important;
  }

  body #story.chapter .episode-heading {
    text-align: center !important;
  }

  body #story.chapter .selector-wrap .carousel {
    max-height: none !important;
    display: flex !important;
    grid-auto-flow: unset !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
  }

  body #story.chapter .selector-wrap .episode-card {
    flex: 0 0 clamp(160px, 34vw, 210px) !important;
    width: clamp(160px, 34vw, 210px) !important;
    min-width: clamp(160px, 34vw, 210px) !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
}

@media (max-width: 760px) {
  body #story.chapter {
    padding-top: 42px !important;
    padding-bottom: 46px !important;
  }

  body #story.chapter > h2 {
    max-width: min(100% - 28px, 560px) !important;
    font-size: clamp(2.9rem, 12vw, 4.2rem) !important;
  }

  body #story.chapter > .description {
    width: min(100% - 32px, 560px) !important;
    margin-bottom: 24px !important;
  }

  body #story.chapter > .section-title,
  body #story.chapter > .container {
    width: min(100% - 28px, 560px) !important;
  }

  body #story.chapter .hero-frame {
    padding: 8px !important;
  }

  body #story.chapter .player-stage {
    min-height: clamp(260px, 66vw, 390px) !important;
  }

  body #story.chapter .player-bottom {
    padding: 0 14px !important;
    bottom: 14px !important;
    display: grid !important;
    justify-items: start !important;
  }

  body #story.chapter .watch-link {
    min-height: 38px !important;
    padding: 0 14px !important;
  }

  body #story.chapter .selector-wrap {
    padding: 16px 12px 18px !important;
  }

  body #story.chapter .selector-wrap .episode-card {
    flex-basis: 156px !important;
    width: 156px !important;
    min-width: 156px !important;
  }
}

/* Founder compact spacing: no floating islands. */
body #instagramShowcase.instagram-feed .instagram-feed__panel {
  padding-top: clamp(22px, 2.4vw, 34px) !important;
  padding-bottom: clamp(26px, 3vw, 42px) !important;
  gap: clamp(18px, 2.1vw, 30px) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder {
  width: min(100% - 64px, 1320px) !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(340px, 500px) minmax(0, 1fr) !important;
  grid-template-areas:
    "eyebrow eyebrow"
    "signature signature"
    "media copy" !important;
  align-items: center !important;
  gap: clamp(6px, .65vw, 10px) clamp(34px, 4.6vw, 66px) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder > .instagram-feed__eyebrow {
  font-size: clamp(3.2rem, 4.8vw, 5.8rem) !important;
  line-height: .86 !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__signature-lockup {
  margin: 0 !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__signature {
  width: clamp(180px, 13vw, 245px) !important;
  height: clamp(74px, 5.3vw, 100px) !important;
  aspect-ratio: 1540 / 630 !important;
  margin: clamp(2px, .35vw, 6px) auto clamp(8px, 1vw, 14px) !important;
  display: block !important;
  object-fit: contain !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__portrait-frame {
  max-width: 500px !important;
  align-self: start !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__portrait {
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder-copy {
  align-self: center !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__story {
  width: min(100%, 780px) !important;
  gap: clamp(10px, .95vw, 14px) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__story p {
  font-size: clamp(1rem, 1.04vw, 1.16rem) !important;
  line-height: 1.34 !important;
}

@media (max-width: 980px) {
  body #instagramShowcase.instagram-feed .instagram-feed__panel {
    padding-top: 24px !important;
    gap: 22px !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__founder {
    width: min(100% - 28px, 680px) !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "eyebrow"
      "signature"
      "media"
      "copy" !important;
    gap: 10px !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__founder > .instagram-feed__eyebrow {
    max-width: none !important;
    font-size: clamp(2.8rem, 11vw, 4.2rem) !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__signature {
    width: min(48vw, 190px) !important;
    height: min(19.7vw, 78px) !important;
    margin: 0 auto 8px !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__portrait-frame {
    width: min(100%, 520px) !important;
    margin-inline: auto !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__story p {
    font-size: clamp(.94rem, 3.55vw, 1.04rem) !important;
    line-height: 1.32 !important;
  }
}

/* Story selector controls: arrows are controls, not content rows. */
body #story.chapter .selector-wrap {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  align-content: stretch !important;
}

body #story.chapter .selector-wrap .nav-btn {
  position: absolute !important;
  z-index: 8 !important;
  top: clamp(22px, 2vw, 30px) !important;
  left: auto !important;
  margin: 0 !important;
  transform: none !important;
}

body #story.chapter .selector-wrap .nav-btn.prev {
  right: calc(clamp(22px, 2vw, 30px) + 54px) !important;
}

body #story.chapter .selector-wrap .nav-btn.next {
  right: clamp(22px, 2vw, 30px) !important;
  margin-left: 0 !important;
}

body #story.chapter .episode-heading {
  min-height: 44px !important;
  margin: 0 0 clamp(16px, 1.6vw, 22px) !important;
  padding-right: 112px !important;
  display: flex !important;
  align-items: center !important;
}

body #story.chapter .selector-wrap .rail {
  grid-row: 2 !important;
  min-height: 0 !important;
}

@media (max-width: 980px) {
  body #story.chapter .selector-wrap {
    padding: 22px clamp(62px, 8vw, 78px) 24px !important;
    overflow: hidden !important;
  }

  body #story.chapter .episode-heading {
    min-height: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body #story.chapter .selector-wrap .rail {
    padding: 0 !important;
  }

  body #story.chapter .selector-wrap .nav-btn {
    top: 50% !important;
    width: 46px !important;
    height: 46px !important;
    transform: translateY(-50%) !important;
  }

  body #story.chapter .selector-wrap .nav-btn.prev {
    left: 12px !important;
    right: auto !important;
  }

  body #story.chapter .selector-wrap .nav-btn.next {
    right: 12px !important;
  }
}

@media (max-width: 560px) {
  body #story.chapter .selector-wrap {
    padding: 18px 52px 20px !important;
  }

  body #story.chapter .selector-wrap .nav-btn {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.7rem !important;
  }

  body #story.chapter .selector-wrap .nav-btn.prev {
    left: 8px !important;
  }

  body #story.chapter .selector-wrap .nav-btn.next {
    right: 8px !important;
  }
}

/* Global readability. Keep display titles intact; open Salter Roman for body UI text. */
body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body :where(p, li, label, input, textarea, select, td, th, small),
body :where(a, button) {
  letter-spacing: .018em !important;
}

body :where(p, li, label, input, textarea, select, td, th) {
  font-size: max(1rem, 16px) !important;
  line-height: 1.34 !important;
}

body :where(button, a) {
  font-size: max(.96rem, 15px) !important;
}

body :where(.eyebrow, .category-name, .lo-header__badge, .meta, small) {
  font-size: max(.84rem, 13px) !important;
  letter-spacing: .08em !important;
}

/* Signup modal readability must win over the global body text floor. */
body .lion-order-modal__subtitle {
  font-size: clamp(1.12rem, 2.45vw, 1.24rem) !important;
  line-height: 1.42 !important;
  letter-spacing: .02em !important;
}

body .lion-order-modal__benefits li,
body .lion-order-modal__input,
body .lion-order-modal__note {
  font-size: clamp(1.04rem, 1.1vw, 1.12rem) !important;
  line-height: 1.34 !important;
  letter-spacing: .018em !important;
}

/* Continuous yellow stage: keep adjacent home modules from repainting seams. */
body .lo-yellow-run {
  position: relative !important;
  isolation: isolate !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 244, 137, .14), transparent 34rem),
    radial-gradient(circle at 78% 24%, rgba(117, 76, 0, .16), transparent 32rem),
    linear-gradient(180deg, rgba(250, 194, 10, .50), rgba(224, 154, 0, .46)),
    var(--lo-figma-header-pattern) center top / 230px auto repeat,
    #fac20a !important;
  background-blend-mode: screen, multiply, normal, normal, normal !important;
}

body .lo-yellow-run > .featured-video,
body .lo-yellow-run > .instagram-feed,
body .lo-yellow-run > #videoWall.video-wall,
body .lo-yellow-run > #events.events,
body .lo-yellow-run > .video-wall,
body .lo-yellow-run > .events {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  background-attachment: scroll !important;
  background-blend-mode: normal !important;
  box-shadow: none !important;
}

/* Meet The Order carousel polish: state-driven movement and readable bios. */
@media (min-width: 981px) {
  body .characters .meet-showcase {
    grid-template-columns: minmax(300px, 31vw) minmax(0, 1fr) !important;
    gap: clamp(18px, 2.4vw, 44px) !important;
    padding-left: clamp(52px, 7vw, 112px) !important;
    padding-right: 0 !important;
  }

  body .characters .meet-selected {
    max-width: 620px !important;
    min-height: min(56vh, 500px) !important;
    padding-left: 36px !important;
  }

  body .characters .meet-rail-wrap {
    width: calc(100% + clamp(120px, 12vw, 220px)) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow: hidden !important;
  }

  body .characters .meet-rail-wrap::after {
    width: clamp(72px, 8vw, 150px) !important;
    background: linear-gradient(90deg, rgba(7, 7, 7, 0), rgba(7, 7, 7, .62) 58%, rgba(7, 7, 7, .96) 100%) !important;
  }

  body .characters .meet-rail {
    --lo-meet-card-width: clamp(205px, 13vw, 232px);
    --lo-meet-card-half: calc(var(--lo-meet-card-width) / 2);
    height: clamp(382px, 52vh, 446px) !important;
    scroll-behavior: auto !important;
  }
}

body .characters .meet-bg,
body .characters .meet-bg--next {
  transition-duration: 360ms !important;
}

body .characters .meet-card {
  will-change: transform, opacity !important;
}

body .characters .meet-selected__description {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  line-clamp: 4 !important;
}

body .characters .meet-selected__description.is-expanded {
  display: block !important;
  max-height: min(34vh, 280px) !important;
  overflow-y: auto !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  padding-right: 10px !important;
}

body .characters .meet-selected__read-more {
  margin: 12px 0 0 !important;
  padding: 0 0 3px !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  color: var(--lo-figma-gold) !important;
  background: transparent !important;
  font-family: var(--lo-font-body) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

body .characters .meet-selected__read-more:hover,
body .characters .meet-selected__read-more:focus-visible {
  color: #fff !important;
}

body .characters .meet-selected__read-more[hidden] {
  display: none !important;
}

body .characters .meet-selected__read-more:not([hidden]) + .meet-selected__link {
  margin-top: 16px !important;
}

@media (max-width: 760px) {
  body .characters .meet-selected__description {
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
  }

  body .characters .meet-selected__description.is-expanded {
    max-height: min(38svh, 260px) !important;
  }

  body .characters .meet-selected__read-more {
    margin-top: 10px !important;
    font-size: .95rem !important;
  }

  body .characters .meet-selected__read-more:not([hidden]) + .meet-selected__link {
    margin-top: 14px !important;
  }

  body .characters .meet-rail {
    scroll-behavior: auto !important;
  }
}

@media (max-width: 760px) and (max-height: 720px) {
  body .characters .meet-selected__description {
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
  }

  body .characters .meet-selected__link {
    min-height: 46px !important;
  }
}

/* Mobile Gatherings: preserve full event artwork instead of cropping banner edges. */
@media (max-width: 700px) {
  body #events.events > .container {
    padding-inline: 14px !important;
  }

  body #events.events > .container > div,
  body #events.events .events-list {
    gap: 14px !important;
  }

  body #events.events .featured-event {
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    aspect-ratio: 3962 / 1327 !important;
    overflow: hidden !important;
    background:
      url("/images/meet-pattern.jpg") center / 520px auto repeat,
      #050402 !important;
  }

  body #events.events .featured-event .image {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: inherit !important;
    overflow: hidden !important;
  }

  body #events.events .featured-event .image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}
