/* Home section transitions. Keep cross-module fixes scoped and predictable. */
:root {
  --lo-soft-stage:
    radial-gradient(circle at 20% 12%, rgba(255, 203, 25, .12), transparent 34rem),
    radial-gradient(circle at 78% 36%, rgba(95, 63, 7, .13), transparent 34rem),
    linear-gradient(180deg, rgba(16, 11, 4, .88), rgba(5, 4, 1, .985)),
    url("/images/BlackPattern LO.png") center top / 620px auto repeat,
    #050401;
}

body #story.chapter,
body #characters.characters,
body #collection.shop {
  background: var(--lo-soft-stage) !important;
  background-attachment: scroll !important;
}

body #story.chapter::before,
body #collection.shop::before {
  opacity: .28 !important;
}

body #characters.characters {
  box-shadow: 0 28px 46px rgba(0, 0, 0, .42) !important;
  scroll-margin-top: var(--lo-site-header-height, var(--headerHeight, 76px)) !important;
}

@media (min-width: 761px) {
  body #characters.characters .character-carousel-controls {
    bottom: clamp(72px, 8.5vh, 96px) !important;
    z-index: 8 !important;
  }

  body #characters.characters .section-title {
    position: absolute !important;
    top: clamp(34px, 5.2vh, 62px) !important;
    left: 50% !important;
    z-index: 7 !important;
    width: min(100% - 56px, 960px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    text-align: center !important;
    pointer-events: none !important;
    transform: translateX(-50%) !important;
  }

  body #characters.characters .section-title h2,
  body #characters.characters .section-title h2.loadin,
  body #characters.characters .section-title h2.loaded {
    margin: 0 auto !important;
    color: var(--lo-figma-gold) !important;
    font-family: var(--lo-font-title) !important;
    font-size: clamp(4rem, 6vw, 6.75rem) !important;
    font-weight: 400 !important;
    line-height: .88 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-shadow: 0 10px 28px rgba(0, 0, 0, .52) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body #characters.characters .section-title h2 span {
    color: #fff8df !important;
  }
}

/* Meet The Order: keep tablet carousel changes from resizing the module. */
body #characters.characters .meet-rail {
  scroll-behavior: auto !important;
}

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

body #characters.characters .meet-selected__eyebrow {
  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.characters .meet-selected__eyebrow::before {
  display: none !important;
  content: none !important;
}

body #characters.characters .meet-side-index {
  position: absolute !important;
  top: -132px !important;
  bottom: -130px !important;
  left: 0 !important;
  z-index: 5 !important;
  width: 1px !important;
  display: grid !important;
  grid-template-rows: repeat(var(--meet-count, 1), minmax(0, 1fr)) !important;
  justify-items: center !important;
  align-items: center !important;
  background: rgba(255, 255, 255, .34) !important;
  pointer-events: none !important;
}

body #characters.characters .meet-side-index__dot {
  position: relative !important;
  z-index: 1 !important;
  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, .92) !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .24) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  transform: translateX(-50%) !important;
  transition:
    width 220ms ease,
    height 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease !important;
}

body #characters.characters .meet-side-index__dot span {
  opacity: 0 !important;
  color: inherit !important;
  font-family: var(--lo-font-body) !important;
  font-size: .92rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transition: opacity 160ms ease !important;
}

body #characters.characters .meet-side-index__dot.is-active {
  width: 34px !important;
  height: 34px !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, .30),
    0 0 0 5px rgba(255, 255, 255, .08) !important;
}

body #characters.characters .meet-side-index__dot.is-active span {
  opacity: 1 !important;
}

body #characters.characters .meet-side-index__dot:hover,
body #characters.characters .meet-side-index__dot:focus-visible {
  background: #fff !important;
  outline: 0 !important;
  transform: translateX(-50%) scale(1.08) !important;
}

@media (min-width: 761px) and (max-width: 1180px) {
  body #characters.characters,
  body #characters.characters .meet-showcase {
    min-height: clamp(880px, 108svh, 1040px) !important;
  }

  body #characters.characters .meet-showcase {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    align-content: center !important;
    align-items: start !important;
    gap: clamp(20px, 3.2vw, 34px) !important;
    padding: clamp(118px, 13svh, 150px) 0 clamp(102px, 10svh, 128px) clamp(56px, 7vw, 86px) !important;
    overflow: hidden !important;
  }

  body #characters.characters .meet-selected {
    width: min(100% - clamp(72px, 12vw, 160px), 660px) !important;
    max-width: none !important;
    min-height: 300px !important;
    padding-left: 42px !important;
    align-content: start !important;
    justify-self: start !important;
  }

  body #characters.characters .meet-side-index {
    top: -34px !important;
    bottom: -34px !important;
  }

  body #characters.characters .meet-selected__name {
    min-height: 2.08em !important;
    max-width: 10ch !important;
    font-size: clamp(3.2rem, 7.2vw, 4.65rem) !important;
  }

  body #characters.characters .meet-selected__description {
    max-width: min(54ch, 100%) !important;
    min-height: calc(4 * 1.55em) !important;
    max-height: calc(4 * 1.55em) !important;
    font-size: clamp(1rem, 2.05vw, 1.22rem) !important;
  }

  body #characters.characters .meet-selected__read-more {
    min-height: 22px !important;
  }

  body #characters.characters .meet-selected__link {
    margin-top: 18px !important;
  }

  body #characters.characters .meet-rail-wrap {
    width: 100% !important;
    min-height: 360px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body #characters.characters .meet-rail-wrap::after {
    width: clamp(80px, 14vw, 150px) !important;
  }

  body #characters.characters .meet-rail {
    --lo-meet-card-width: clamp(188px, 24vw, 238px);
    --lo-meet-card-half: calc(var(--lo-meet-card-width) / 2);
    height: 360px !important;
    padding: 0 calc(50% - var(--lo-meet-card-half)) !important;
    align-items: center !important;
    gap: clamp(16px, 2.6vw, 26px) !important;
  }

  body #characters.characters .meet-card,
  body #characters.characters .meet-card.is-selected {
    height: 318px !important;
  }

  body #characters.characters .character-carousel-controls {
    bottom: clamp(58px, 6.4vh, 76px) !important;
  }
}

body .lo-yellow-run {
  --lo-yellow-run-surface: url("/images/pattern.png") center top / 260px auto repeat, #f4c71f;
  background: var(--lo-yellow-run-surface) !important;
  background-blend-mode: normal !important;
}

body .lo-yellow-run > .video-wall,
body .lo-yellow-run > .events,
body .lo-yellow-run .video-gallery,
body .lo-yellow-run .w-full.bg-white {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  background-blend-mode: normal !important;
}

@media (max-width: 980px) {
  body #characters.characters .meet-side-index {
    display: none !important;
  }

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

  body #characters.characters .character-carousel-controls {
    gap: 18px !important;
  }

  body .lo-yellow-run {
    background: var(--lo-yellow-run-surface) !important;
  }

  body .lo-yellow-run > .video-wall {
    padding-top: 34px !important;
  }
}

@media (min-width: 421px) and (max-width: 760px) {
  body #characters.characters,
  body #characters.characters .meet-showcase {
    min-height: clamp(840px, 112svh, 940px) !important;
    height: auto !important;
  }

  body #characters.characters .meet-showcase {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    align-content: center !important;
    align-items: start !important;
    gap: 24px !important;
    padding: clamp(96px, 12svh, 126px) 0 112px clamp(42px, 7vw, 56px) !important;
    overflow: hidden !important;
  }

  body #characters.characters .meet-selected {
    position: relative !important;
    inset: auto !important;
    width: min(100% - 68px, 600px) !important;
    max-width: none !important;
    min-height: 0 !important;
    padding-left: 0 !important;
    display: grid !important;
    align-content: start !important;
    justify-self: start !important;
  }

  body #characters.characters .meet-selected__name {
    max-width: 10ch !important;
    font-size: clamp(3rem, 10vw, 4.15rem) !important;
  }

  body #characters.characters .meet-selected__description {
    max-width: min(52ch, 100%) !important;
    margin-top: 18px !important;
    font-size: clamp(1rem, 2.8vw, 1.18rem) !important;
    line-height: 1.42 !important;
  }

  body #characters.characters .meet-selected__link {
    min-height: 50px !important;
    margin-top: 18px !important;
  }

  body #characters.characters .meet-rail-wrap {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 270px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body #characters.characters .meet-rail {
    --lo-meet-card-width: clamp(176px, 28vw, 214px);
    --lo-meet-card-half: calc(var(--lo-meet-card-width) / 2);
    height: 270px !important;
    padding: 0 calc(50% - var(--lo-meet-card-half)) !important;
    align-items: center !important;
    gap: 18px !important;
    scroll-padding-inline: calc(50% - var(--lo-meet-card-half)) !important;
  }

  body #characters.characters .meet-card,
  body #characters.characters .meet-card.is-selected {
    flex: 0 0 var(--lo-meet-card-width) !important;
    width: var(--lo-meet-card-width) !important;
    height: 246px !important;
  }

  body #characters.characters .character-carousel-controls {
    height: 64px !important;
    bottom: 28px !important;
  }
}

@media (max-width: 820px) {
  body #events.events > .container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 14px !important;
  }

  body #events.events .events-list,
  body #events.events > .container > div,
  body #events.events > .container > div > div {
    display: grid !important;
    gap: 12px !important;
    padding: 0 !important;
    background: transparent !important;
    background-image: none !important;
  }

  body #events.events .featured-event {
    width: min(100%, 720px) !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    line-height: 0 !important;
  }

  body #events.events .featured-event .image {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    background: transparent !important;
    background-image: none !important;
    line-height: 0 !important;
  }

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

  body #events.events .featured-event .titles {
    display: none !important;
  }
}

/* Premium home depth pass: shared elevation for yellow-run editorial modules. */
:root {
  --lo-depth-edge: rgba(74, 42, 0, .24);
  --lo-depth-shadow: 0 28px 58px rgba(45, 27, 0, .30), 0 10px 22px rgba(0, 0, 0, .18);
  --lo-depth-shadow-strong: 0 34px 74px rgba(28, 17, 0, .40), 0 14px 28px rgba(0, 0, 0, .22);
  --lo-depth-inner: inset 0 1px 0 rgba(255, 239, 154, .24), inset 0 -18px 34px rgba(0, 0, 0, .20);
  --lo-text-depth-dark: 0 2px 0 rgba(255, 238, 139, .28), 0 14px 26px rgba(58, 34, 0, .36);
  --lo-text-depth-light: 0 2px 0 rgba(0, 0, 0, .34), 0 14px 30px rgba(0, 0, 0, .42);
}

body .lo-yellow-run {
  position: relative !important;
  isolation: isolate !important;
  box-shadow:
    inset 0 0 0 rgba(65, 38, 0, 0),
    inset 0 -46px 70px rgba(65, 38, 0, .16) !important;
}

body .lo-yellow-run::before,
body .lo-yellow-run::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 0 !important;
  height: clamp(28px, 4vw, 58px) !important;
  pointer-events: none !important;
}

body .lo-yellow-run::before {
  display: none !important;
  top: 0 !important;
  background: linear-gradient(180deg, rgba(255, 225, 76, .18), rgba(255, 225, 76, 0)) !important;
}

body .lo-yellow-run::after {
  bottom: 0 !important;
  background: linear-gradient(0deg, rgba(75, 43, 0, .18), rgba(75, 43, 0, 0)) !important;
}

body .lo-yellow-run > .video-wall,
body .lo-yellow-run > .events {
  position: relative !important;
  z-index: 1 !important;
}

body .lo-yellow-run > #videoWall.video-wall {
  padding-top: clamp(28px, 3.4vw, 48px) !important;
}

body .lo-yellow-run > #videoWall.video-wall::before {
  display: none !important;
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 0 !important;
  height: clamp(72px, 8vw, 118px) !important;
  background:
    linear-gradient(180deg, rgba(250, 194, 10, .10), rgba(250, 194, 10, 0)),
    var(--lo-yellow-run-surface) !important;
  pointer-events: none !important;
}

body .lo-yellow-run > #videoWall.video-wall > .container,
body .lo-yellow-run > #videoWall.video-wall > .video-gallery {
  position: relative !important;
  z-index: 1 !important;
}

body #events.events .section-title {
  filter: drop-shadow(0 18px 28px rgba(67, 39, 0, .18)) !important;
}

body #events.events .section-title p {
  color: rgba(14, 10, 2, .90) !important;
  text-shadow: var(--lo-text-depth-dark) !important;
}

body #events.events .section-title h2,
body #events.events .section-title h2 span {
  text-shadow:
    0 2px 0 rgba(255, 244, 175, .22),
    0 18px 36px rgba(65, 38, 0, .36),
    0 36px 70px rgba(65, 38, 0, .18) !important;
}

body #events.events .events-list {
  filter: drop-shadow(0 18px 30px rgba(55, 32, 0, .18)) !important;
}

body #events.events .featured-event {
  position: relative !important;
  border: 1px solid rgba(78, 46, 0, .28) !important;
  border-radius: 10px !important;
  background: #090704 !important;
  box-shadow: var(--lo-depth-shadow), var(--lo-depth-inner) !important;
  transform: translateZ(0) !important;
}

body #events.events .featured-event .image {
  position: relative !important;
  border-radius: inherit !important;
  background: #090704 !important;
}

body #events.events .featured-event .image::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  border-radius: inherit !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 231, 103, .16),
    inset 0 24px 42px rgba(255, 217, 70, .06),
    inset 0 -34px 48px rgba(0, 0, 0, .34) !important;
  pointer-events: none !important;
}

body #events.events .featured-event .image img {
  filter: saturate(1.02) contrast(1.04) brightness(.95) !important;
  transform: translateZ(0) !important;
}

body #videoWall.video-wall .section-title,
body #videoWall.video-wall > .video-gallery {
  box-shadow: var(--lo-depth-shadow-strong), var(--lo-depth-inner) !important;
}

body #videoWall.video-wall .section-title h2,
body #videoWall.video-wall .section-title h2 span {
  text-shadow:
    0 2px 0 rgba(255, 244, 175, .12),
    0 16px 32px rgba(0, 0, 0, .58),
    0 0 28px rgba(250, 194, 10, .12) !important;
}

body #videoWall.video-wall .card,
body #videoWall.video-wall .card:nth-child(1),
body #videoWall.video-wall .card:nth-child(5) {
  box-shadow:
    0 22px 42px rgba(0, 0, 0, .40),
    0 8px 18px rgba(57, 34, 0, .24),
    inset 0 1px 0 rgba(255, 239, 154, .14) !important;
}

body #videoWall.video-wall .card.active {
  box-shadow:
    0 32px 62px rgba(0, 0, 0, .48),
    0 12px 28px rgba(250, 194, 10, .10),
    inset 0 1px 0 rgba(255, 239, 154, .18) !important;
}

body #videoWall.video-wall .card-image-wrapper {
  position: relative !important;
}

body #videoWall.video-wall .card-image-wrapper::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 231, 103, .10),
    inset 0 -42px 48px rgba(0, 0, 0, .36) !important;
  pointer-events: none !important;
}

body #videoWall.video-wall .card-title {
  text-shadow: var(--lo-text-depth-light) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__panel {
  position: relative !important;
  overflow: hidden !important;
  box-shadow:
    0 34px 76px rgba(42, 25, 0, .34),
    0 12px 28px rgba(0, 0, 0, .20),
    inset 0 1px 0 rgba(255, 239, 154, .18) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__panel::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  box-shadow: inset 0 -46px 70px rgba(0, 0, 0, .22) !important;
  pointer-events: none !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder > .instagram-feed__eyebrow {
  text-shadow:
    0 2px 0 rgba(255, 244, 175, .12),
    0 18px 38px rgba(0, 0, 0, .48) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__signature {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .32)) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__portrait-frame {
  border: 1px solid rgba(250, 194, 10, .20) !important;
  box-shadow:
    0 24px 46px rgba(0, 0, 0, .34),
    0 8px 18px rgba(250, 194, 10, .08),
    inset 0 1px 0 rgba(255, 239, 154, .16) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__portrait {
  filter: saturate(.98) contrast(1.04) brightness(.94) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__story p {
  text-shadow: 0 8px 22px rgba(0, 0, 0, .34) !important;
}

body #instagramShowcase.instagram-feed .founder-highlight,
body #instagramShowcase.instagram-feed .founder-question strong {
  color: var(--lo-figma-gold) !important;
  font-weight: 900 !important;
  text-shadow:
    0 1px 0 rgba(255, 244, 175, .18),
    0 8px 20px rgba(250, 194, 10, .16),
    0 10px 26px rgba(0, 0, 0, .42) !important;
}

body #instagramShowcase.instagram-feed .founder-question {
  color: rgba(255, 248, 224, .98) !important;
}

body #instagramShowcase.instagram-feed .founder-closing {
  max-width: 820px !important;
  margin: clamp(18px, 2vw, 26px) auto 0 !important;
  color: #fff8df !important;
  font-size: clamp(1.26rem, 1.55vw, 1.68rem) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-shadow:
    0 2px 0 rgba(250, 194, 10, .12),
    0 16px 34px rgba(0, 0, 0, .50) !important;
}

/* Meet our Founder: two-layout system only. Desktop >=1200, mobile/tablet <=1199. */
body #instagramShowcase.instagram-feed .instagram-feed__panel {
  padding: clamp(30px, 4vw, 54px) clamp(20px, 4vw, 48px) clamp(34px, 4.6vw, 60px) !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder {
  width: min(100% - 48px, 1180px) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 460px) minmax(0, 1fr) !important;
  grid-template-areas:
    "eyebrow eyebrow"
    "signature signature"
    "media copy" !important;
  gap: clamp(12px, 1.4vw, 18px) clamp(28px, 4vw, 56px) !important;
  align-items: start !important;
  overflow: visible !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder > .instagram-feed__eyebrow {
  grid-area: eyebrow !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: clamp(4rem, 5.6vw, 6rem) !important;
  line-height: .88 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__signature-lockup {
  grid-area: signature !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__signature {
  width: clamp(170px, 14vw, 238px) !important;
  height: auto !important;
  margin: 0 auto clamp(8px, 1vw, 14px) !important;
  display: block !important;
  object-fit: contain !important;
}

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

body #instagramShowcase.instagram-feed .instagram-feed__portrait {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body #instagramShowcase.instagram-feed .instagram-feed__founder-copy {
  grid-area: copy !important;
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
  align-self: stretch !important;
  padding: clamp(18px, 2vw, 28px) !important;
  border: 1px solid rgba(250, 194, 10, .16) !important;
  border-radius: 8px !important;
  background: rgba(8, 6, 3, .34) !important;
}

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

body #instagramShowcase.instagram-feed .instagram-feed__story p,
body #instagramShowcase.instagram-feed .instagram-feed__story p:first-child,
body #instagramShowcase.instagram-feed .instagram-feed__story p:nth-child(n + 2) {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
  font-size: clamp(1.04rem, 1.18vw, 1.22rem) !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body #instagramShowcase.instagram-feed .founder-closing {
  margin: clamp(4px, .6vw, 8px) auto 0 !important;
  font-size: clamp(1.18rem, 1.45vw, 1.48rem) !important;
  line-height: 1.32 !important;
  text-align: center !important;
}

@media (max-width: 1199px) {
  body #instagramShowcase.instagram-feed .instagram-feed__panel {
    padding: clamp(22px, 5vw, 34px) clamp(10px, 3vw, 18px) clamp(30px, 6vw, 44px) !important;
  }

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

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

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

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

  body #instagramShowcase.instagram-feed .instagram-feed__founder-copy {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__story {
    gap: 14px !important;
  }

  body #instagramShowcase.instagram-feed .instagram-feed__story p,
  body #instagramShowcase.instagram-feed .instagram-feed__story p:first-child,
  body #instagramShowcase.instagram-feed .instagram-feed__story p:nth-child(n + 2) {
    font-size: clamp(1.02rem, 4vw, 1.16rem) !important;
    line-height: 1.42 !important;
  }
}

body #instagramShowcase.instagram-feed .instagram-feed__account {
  box-shadow:
    0 18px 38px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(255, 239, 154, .12) !important;
}

@media (max-width: 820px) {
  body #events.events .events-list {
    filter: none !important;
  }

  body #events.events .featured-event {
    border: 1px solid rgba(78, 46, 0, .20) !important;
    box-shadow:
      0 18px 32px rgba(48, 28, 0, .26),
      0 6px 12px rgba(0, 0, 0, .14) !important;
  }

  body #events.events .featured-event .image::after {
    box-shadow:
      inset 0 0 0 1px rgba(255, 231, 103, .12),
      inset 0 -20px 30px rgba(0, 0, 0, .24) !important;
  }

  body #videoWall.video-wall .section-title,
  body #videoWall.video-wall > .video-gallery,
  body #instagramShowcase.instagram-feed .instagram-feed__panel {
    box-shadow:
      0 22px 44px rgba(44, 26, 0, .26),
      inset 0 1px 0 rgba(255, 239, 154, .14) !important;
  }
}

/* Final responsive audit pass: keep module fixes scoped and deterministic. */
@media (min-width: 1200px) and (min-height: 900px) {
  body .hero#home {
    min-height: calc(100svh - var(--lo-site-header-height, var(--headerHeight, 76px))) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background:
      radial-gradient(circle at 18% 68%, rgba(250, 194, 10, .08), transparent 34rem),
      #080705 !important;
  }

  body .hero#home .hero__bg,
  body .hero#home .hero__video {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body .hero#home .hero__video {
    object-fit: contain !important;
    object-position: center center !important;
    background: #080705 !important;
  }

  body .hero#home .hero__content,
  body .hero#home .hero__content-grid {
    min-height: inherit !important;
  }
}

@media (max-width: 700px) {
  body #events.events > .container {
    padding-inline: clamp(8px, 2.6vw, 12px) !important;
  }

  body #events.events .events-list,
  body #events.events > .container > div,
  body #events.events > .container > div > div {
    gap: clamp(10px, 3.2vw, 14px) !important;
  }

  body #events.events .featured-event {
    width: min(100%, 430px) !important;
    height: auto !important;
    aspect-ratio: 3962 / 1327 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 1px solid rgba(78, 46, 0, .22) !important;
    border-radius: 8px !important;
    background: #090704 !important;
    box-shadow:
      0 16px 28px rgba(48, 28, 0, .24),
      0 5px 10px rgba(0, 0, 0, .14) !important;
  }

  body #events.events .featured-event .image,
  body #events.events .featured-event picture {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    display: block !important;
    aspect-ratio: inherit !important;
    overflow: hidden !important;
    border-radius: inherit !important;
    line-height: 0 !important;
    background: transparent !important;
  }

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

/* Shop section: owner-request cleanup, scoped to the home collection module only. */
body #collection.shop {
  position: relative !important;
  overflow: hidden !important;
}

body #collection.shop::before {
  background:
    radial-gradient(ellipse 92% 30% at 50% 46%, rgba(250, 194, 10, .18), rgba(250, 194, 10, .09) 42%, transparent 78%) !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

body #collection.shop::after {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  content: "" !important;
  background:
    linear-gradient(90deg, transparent 0%, rgba(250, 194, 10, .08) 18%, rgba(250, 194, 10, .14) 50%, rgba(250, 194, 10, .08) 82%, transparent 100%) !important;
  mix-blend-mode: screen !important;
  opacity: .85 !important;
}

body #collection.shop > .section-title,
body #collection.shop > .container {
  position: relative !important;
  z-index: 1 !important;
}

body #collection.shop > .section-title {
  display: grid !important;
  justify-items: center !important;
  gap: 0 !important;
  width: min(100% - 32px, 1100px) !important;
  margin: 0 auto clamp(26px, 4vw, 48px) !important;
  padding: 0 !important;
  text-align: center !important;
}

body #collection.shop > .section-title p,
body #collection.shop > .section-title h3 {
  display: none !important;
}

body #collection.shop > .section-title h2,
body #collection.shop > .section-title h2.loadin,
body #collection.shop > .section-title h2.loaded {
  margin: 0 !important;
  color: #fff8df !important;
  font-size: clamp(3.4rem, 6.6vw, 7rem) !important;
  line-height: .88 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, .34),
    0 12px 30px rgba(250, 194, 10, .16) !important;
}

body #collection.shop > .container {
  width: min(100% - 40px, 1320px) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

body #collection.shop .product-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
  align-items: start !important;
  grid-auto-rows: auto !important;
}

body #collection.shop .product-grid .product {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(250, 194, 10, .20) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(180deg, rgba(14, 11, 5, .88), rgba(6, 5, 2, .96)) !important;
  box-shadow:
    0 20px 38px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 239, 154, .10) !important;
}

body #collection.shop .product-grid .product::before {
  position: absolute !important;
  inset: -18px -14px auto !important;
  height: 54% !important;
  z-index: -1 !important;
  pointer-events: none !important;
  content: "" !important;
  background:
    radial-gradient(ellipse 80% 58% at 50% 52%, rgba(250, 194, 10, .22), rgba(250, 194, 10, .08) 46%, transparent 74%) !important;
  filter: blur(10px) !important;
  opacity: .72 !important;
}

body #collection.shop .product-grid .product > a {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  background: transparent !important;
}

body #collection.shop .product-grid .product .image {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  box-shadow: none !important;
}

body #collection.shop .product-grid .product:hover .image {
  transform: none !important;
}

body #collection.shop .product-grid .product .titles {
  min-height: 0 !important;
  padding: clamp(16px, 1.8vw, 24px) !important;
  background: rgba(6, 5, 2, .82) !important;
}

body #collection.shop .product-grid .product .titles .category-name {
  margin-bottom: 10px !important;
  color: #fac20a !important;
  font-size: .76rem !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .38) !important;
}

body #collection.shop .product-grid .product .titles .title,
body #collection.shop .product-grid .product .titles .title span {
  max-width: 100% !important;
  color: #fff8df !important;
  font-size: clamp(1.28rem, 1.55vw, 1.72rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .40) !important;
}

body #collection.shop .product-grid .product .price,
body #collection.shop .product-grid .product .price span {
  color: #fac20a !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .36) !important;
}

body #collection.shop .product-grid .product .product-buttons {
  margin-top: clamp(14px, 1.8vw, 20px) !important;
}

body #collection.shop .product-grid .product .product-buttons:empty {
  display: none !important;
}

body #collection.shop .product-grid .product .product-buttons button,
body #collection.shop .product-grid .product .product-buttons a {
  border-radius: 999px !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .20) !important;
}

@media (max-width: 700px) {
  body #collection.shop > .container {
    width: min(100% - 24px, 430px) !important;
  }

  body #collection.shop .product-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

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

  body #collection.shop .product-grid .product .titles .title,
  body #collection.shop .product-grid .product .titles .title span {
    font-size: clamp(1.42rem, 6vw, 2rem) !important;
    text-wrap: pretty !important;
  }
}
