@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 {
  --brand-yellow: #f4c71f;
  --brand-red: #c91f26;
  --brand-ink: #100f0c;
  --brand-cream: #f7f1e3;
  --font-display: "Salter Roman", Georgia, serif;
  --font-body: "Minion Variable Concept", "Minion Pro", Georgia, serif;
  --brand-pattern: url("/images/pattern.png");
}

html, body { overflow-x: clip; }
body, button, input, textarea, select { font-family: var(--font-body) !important; }
h1, h2, h3, h4, h5, h6, .section-title, .footer-title,
.featured-card__name, .char-card__name {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
}
.news, #news { display: none !important; }

/* Unified brand surfaces */
.shop, .featured-video, .events, .video-wall,
.instagram-feed, .join-the-order, footer {
  margin: 0 !important;
  color: var(--brand-ink) !important;
  background: var(--brand-pattern) center / 260px auto repeat, var(--brand-yellow) !important;
}
.chapter {
  margin: 0 !important;
}
.shop .section-title,
.featured-video .section-title, .events .section-title, .video-wall .section-title,
.instagram-feed__header, .join-the-order .container, footer .container {
  color: var(--brand-ink) !important;
  text-align: center !important;
}
.shop h1, .shop h2, .shop h3, .shop p,
.featured-video h1, .featured-video h2, .featured-video h3, .featured-video p,
.events h1, .events h2, .events h3, .events p,
.instagram-feed__header *, .join-the-order .container > *,
footer .container > * { color: inherit !important; }

/* Hero */
.hero {
  position: relative !important;
  height: calc(100svh - var(--headerHeight)) !important;
  min-height: 620px !important;
  max-height: 900px !important;
  margin: 0 !important;
  overflow: hidden !important;
  isolation: isolate !important;
  color: var(--brand-cream) !important;
  background: #080705 !important;
}
.hero > #heroBg,
.hero__bg, .hero__poster, .hero__poster-img, .hero__video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.hero > #heroBg {
  z-index: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.hero > #heroBg .hero__poster {
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.hero > #heroBg .hero__poster-img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.hero > #heroBg .hero__video {
  z-index: 1 !important;
}
.hero__poster-img, .hero__video {
  object-fit: cover !important;
  object-position: center !important;
}
.hero__video { opacity: 0 !important; transition: opacity .7s ease !important; }
.hero--video-ready .hero__video, .hero__video.is-ready { opacity: 1 !important; }
.hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(5,5,4,.76), rgba(5,5,4,.24) 50%, rgba(5,5,4,.54)),
    linear-gradient(180deg, rgba(5,5,4,.08), rgba(5,5,4,.76)) !important;
}
.hero__overlay-v, .hero__overlay-h, .hero__overlay-radial { display: none !important; }
.hero__content {
  position: relative !important;
  z-index: 3 !important;
  width: 100% !important;
  height: 100% !important;
}
.hero__content-grid {
  width: min(calc(100% - 48px), 1180px) !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(24px, 4vh, 52px) 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px) !important;
  align-items: center !important;
  gap: clamp(28px, 5vw, 72px) !important;
}
.hero__copy {
  width: min(100%, 720px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  display: grid !important;
  justify-items: center !important;
  gap: clamp(10px, 1.5vh, 16px) !important;
  color: var(--brand-cream) !important;
  text-align: center !important;
}
.hero__topTitle {
  margin: 0 !important;
  color: var(--brand-yellow) !important;
  font: 400 clamp(.82rem,1vw,.98rem)/1.2 var(--font-body) !important;
  letter-spacing: .26em !important;
}
.hero__title {
  margin: 0 !important;
  color: var(--brand-yellow) !important;
  font: 400 clamp(3.2rem,5.7vw,5.9rem)/.92 var(--font-display) !important;
  text-align: center !important;
  text-wrap: balance !important;
}
.hero__title span { color: var(--brand-cream) !important; }
.hero__lede {
  max-width: 48ch !important;
  margin: 0 !important;
  color: var(--brand-cream) !important;
  font-size: clamp(1.05rem,1.35vw,1.22rem) !important;
  line-height: 1.45 !important;
  text-align: center !important;
}
.hero__taglines { display: grid !important; gap: 4px !important; justify-items: center !important; }
.hero__taglines p {
  margin: 0 !important;
  color: rgba(247,241,227,.88) !important;
  font-size: clamp(.72rem,.9vw,.88rem) !important;
  letter-spacing: .15em !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}
.hero__actions { display: flex !important; justify-content: center !important; gap: 12px !important; }
.hero__cta {
  min-height: 48px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 3px !important;
  font-size: .86rem !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}
.hero__cta--primary { color: var(--brand-ink) !important; background: var(--brand-yellow) !important; }
.hero__cta--ghost {
  color: var(--brand-cream) !important;
  border: 1px solid rgba(244,199,31,.6) !important;
  background: rgba(8,7,5,.58) !important;
}
.hero__claim-card {
  width: min(100%,310px) !important;
  margin: 0 auto !important;
  padding: 14px !important;
  align-self: center !important;
  justify-self: center !important;
  color: var(--brand-cream) !important;
  text-align: center !important;
  border: 1px solid rgba(244,199,31,.5) !important;
  border-radius: 18px !important;
  background: rgba(10,9,7,.88) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.35) !important;
}
.hero__claim-kicker {
  margin: 0 0 10px !important;
  color: var(--brand-yellow) !important;
  font-size: .72rem !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}
.hero__claim-frame, .hero__claim-frame-inner {
  width: 100% !important;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #202026 !important;
}
.hero__claim-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.hero__claim-button {
  min-height: 46px !important;
  margin-top: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--brand-ink) !important;
  font-size: .78rem !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  background: var(--brand-yellow) !important;
}
.hero__pager { z-index: 4 !important; }

/* Character selector */
.characters {
  position: relative !important;
  margin: 0 !important;
  padding: clamp(44px,6vw,76px) 0 !important;
  overflow: hidden !important;
  color: var(--brand-cream) !important;
  background: radial-gradient(circle at 15% 15%,rgba(244,199,31,.18),transparent 28rem),
              linear-gradient(135deg,#1c1610,#332811 55%,#1c1610) !important;
}
.characters .section-title, .characters .container, .characters .character-carousel-controls {
  width: min(calc(100% - 40px),1280px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.characters .section-title { margin-bottom: clamp(24px,3vw,38px) !important; text-align: center !important; }
.characters .section-title h2 {
  margin: 0 !important;
  color: var(--brand-cream) !important;
  font-size: clamp(2.7rem,5vw,5rem) !important;
  text-align: center !important;
}
.characters .section-title h2 span { color: var(--brand-red) !important; }
.characters .meet-grid {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(280px,.85fr) minmax(360px,1.3fr) !important;
  align-items: stretch !important;
  gap: clamp(16px,2vw,28px) !important;
  overflow: visible !important;
}
.characters .featured-card {
  position: relative !important;
  width: 100% !important;
  height: min(65vh,620px) !important;
  min-height: 480px !important;
  overflow: hidden !important;
  border: 1px solid rgba(244,199,31,.22) !important;
  border-radius: 3px !important;
  background: #111 !important;
}
.characters .featured-card__img-wrap, .characters .featured-card__img { width: 100% !important; height: 100% !important; }
.characters .featured-card__img { object-fit: cover !important; object-position: center !important; }
.characters .featured-card__overlay { background: linear-gradient(180deg,transparent 42%,rgba(7,6,4,.92)) !important; }
.characters .featured-card__info { inset: auto 0 0 !important; padding: clamp(22px,4vw,44px) !important; }
.characters .featured-card__name {
  color: #fff !important;
  font-size: clamp(2.8rem,5vw,5.4rem) !important;
  line-height: .9 !important;
}
.characters .featured-card__tagline, .characters .featured-card__cta-text { color: var(--brand-yellow) !important; }
.characters .secondary-grid {
  width: 100% !important;
  height: min(65vh,620px) !important;
  min-height: 480px !important;
  display: flex !important;
  gap: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
}
.characters .secondary-grid::-webkit-scrollbar { display: none !important; }
.characters .char-card {
  position: relative !important;
  flex: 0 0 clamp(160px,15vw,220px) !important;
  width: auto !important;
  min-width: 160px !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(244,199,31,.2) !important;
  border-radius: 3px !important;
  background: #111 !important;
  scroll-snap-align: start !important;
}
.characters .char-card__img-wrap, .characters .char-card__img { width: 100% !important; height: 100% !important; }
.characters .char-card__img { object-fit: cover !important; }
.characters .char-card__info {
  inset: auto 0 0 !important;
  padding: 16px !important;
  background: linear-gradient(180deg,transparent,rgba(7,6,4,.9)) !important;
}
.characters .char-card__name { color: #fff !important; font-size: clamp(1.5rem,2.2vw,2.35rem) !important; }
.characters .char-card__eyebrow { color: var(--brand-yellow) !important; }
.characters .char-card.is-current { border-color: var(--brand-yellow) !important; }
.characters .character-carousel-controls {
  margin-top: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}
.characters .character-carousel-btn {
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--brand-ink) !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--brand-yellow) !important;
}
.characters .character-carousel-btn span {
  color: inherit !important;
  font: 400 1.3rem/1 Arial,sans-serif !important;
}
.characters .character-carousel-progress {
  width: 112px !important;
  height: 3px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.18) !important;
}
.characters .character-carousel-progress span {
  display: block !important;
  width: var(--progress,18%) !important;
  height: 100% !important;
  background: var(--brand-yellow) !important;
}

/* Equal video cards */
.video-wall { padding: clamp(44px,6vw,76px) 0 !important; }
.video-wall .carousel-wrapper {
  width: min(calc(100% - 40px),1280px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}
.video-wall .carousel-track-container {
  overflow: hidden !important;
}
.video-wall .card img { width: 100% !important; height: 100% !important; object-fit: cover !important; }

/* Founder and events: no yellow-on-yellow or empty spacer bands */
.featured-video {
  padding: clamp(38px,5vw,64px) 0 0 !important;
  color: var(--brand-ink) !important;
}
.featured-video .section-title {
  margin: 0 auto clamp(22px,3vw,34px) !important;
  padding: 0 20px !important;
}
.featured-video .section-title h2,
.featured-video .section-title h2 span {
  margin: 0 !important;
  color: var(--brand-ink) !important;
  font-family: var(--font-display) !important;
}
.featured-video .video-panel {
  margin: 0 auto !important;
}
.events {
  padding: clamp(38px,5vw,64px) 0 !important;
  color: var(--brand-ink) !important;
}
.events .section-title {
  margin: 0 auto clamp(22px,3vw,34px) !important;
  padding: 0 20px !important;
  color: var(--brand-ink) !important;
}
.events .section-title p,
.events .section-title h2,
.events .section-title h2 span {
  margin-top: 0 !important;
  color: var(--brand-ink) !important;
}
.featured-video + .events,
.events + .video-wall {
  margin-top: 0 !important;
}

/* Instagram */
.instagram-feed { padding: clamp(40px,5vw,68px) 0 !important; }
.instagram-feed__header, .instagram-feed__grid {
  width: min(calc(100% - 40px),1280px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.instagram-feed__header { margin-bottom: 22px !important; }
.instagram-feed__title {
  max-width: none !important;
  margin: 4px auto 10px !important;
  color: var(--brand-ink) !important;
  font-size: clamp(2.6rem,5vw,4.8rem) !important;
  line-height: .95 !important;
  text-align: center !important;
}
.instagram-feed__links { display: flex !important; justify-content: center !important; gap: 10px !important; }
.instagram-feed__link { color: var(--brand-ink) !important; }
.instagram-feed__grid { display: grid !important; grid-template-columns: 1fr !important; gap: 16px !important; }
.instagram-feed__lane {
  width: 100% !important;
  padding: 18px !important;
  overflow: hidden !important;
  color: var(--brand-cream) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg,#121008,#080705) !important;
}
.instagram-feed__lane-head {
  margin-bottom: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.instagram-feed__lane-tag {
  color: var(--brand-cream) !important;
  font-family: var(--font-display) !important;
  font-size: 1.75rem !important;
}
.instagram-feed__lane-follow {
  padding: 9px 16px !important;
  color: var(--brand-ink) !important;
  border-radius: 999px !important;
  background: var(--brand-yellow) !important;
}
.instagram-feed__rail { width: max-content !important; min-width: 100% !important; display: flex !important; gap: 12px !important; }
.instagram-feed__rail:hover { animation-play-state: running !important; }
.instagram-feed__card {
  flex: 0 0 clamp(150px,15vw,210px) !important;
  aspect-ratio: 4/5 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}
.instagram-feed__img { width: 100% !important; height: 100% !important; object-fit: cover !important; }

/* Footer */
.join-the-order { padding: clamp(36px,5vw,64px) 20px 18px !important; }
.join-the-order .container {
  width: min(100%,980px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.join-the-order .mailer {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(22px,3vw,34px) !important;
  color: var(--brand-ink) !important;
  text-align: center !important;
  border: 0 !important;
  border-radius: 14px !important;
  border: 1px solid rgba(16,15,12,.14) !important;
  background: rgba(247,241,227,.94) !important;
  box-shadow: 0 14px 34px rgba(56,44,5,.12) !important;
}
.join-the-order .mailer h3,
.join-the-order .mailer p { color: var(--brand-ink) !important; }
.join-the-order .mailer button span { color: var(--brand-ink) !important; }
.join-the-order .mailer h3 { margin: 0 0 18px !important; font-size: clamp(2.2rem,4vw,3.6rem) !important; }
.join-the-order .mailer .input {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr auto !important;
  gap: 10px !important;
}
.join-the-order .mailer input, .join-the-order .mailer button { min-height: 50px !important; border-radius: 3px !important; }
.join-the-order .mailer button { color: var(--brand-ink) !important; background: var(--brand-yellow) !important; }
footer { padding: 22px 20px 28px !important; }
footer > .container { width: min(100%,1120px) !important; margin: 0 auto !important; padding: 0 !important; }
footer .footer-logo { display: none !important; }
footer .footer-logo,
footer .footer-logo *,
footer img[src$="/images/logo.png"],
footer img[src="/images/logo.png"] { display: none !important; }
footer .footer-title { display: none !important; }
footer .footer-column {
  display: grid !important;
  justify-items: center !important;
  gap: 12px !important;
  color: var(--brand-ink) !important;
  text-align: center !important;
}
footer .footer-title, footer .footer-title span, footer p, footer a, footer span { color: var(--brand-ink) !important; }
footer .footer-title { font-size: clamp(2rem,4vw,3.5rem) !important; }
footer .socials { display: flex !important; justify-content: center !important; gap: 12px !important; }
footer .regular-footer {
  margin-top: 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 22px !important;
  color: var(--brand-ink) !important;
  text-align: center !important;
}
footer .regular-footer .menu ul { display: flex !important; justify-content: center !important; gap: 18px !important; }

@media (max-width: 900px) {
  .hero { max-height: none !important; }
  .hero__content-grid {
    width: 100% !important;
    display: flex !important;
    gap: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }
  .hero__content-grid::-webkit-scrollbar { display: none !important; }
  .hero__copy, .hero__claim-card { scroll-snap-align: start !important; }
  .hero__copy { flex: 0 0 100% !important; }
  .hero__copy { width: 100% !important; max-width: none !important; padding: 22px !important; align-content: center !important; }
  .hero__claim-card {
    flex: 0 0 calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
    max-width: 430px !important;
    margin: auto max(16px,calc((100% - 430px)/2)) !important;
    align-self: center !important;
  }
  .characters .meet-grid { grid-template-columns: 1fr !important; }
  .characters .featured-card { height: min(65svh,580px) !important; min-height: 430px !important; }
  .characters .secondary-grid {
    height: 190px !important;
    min-height: 190px !important;
    display: flex !important;
    gap: 10px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }
  .characters .secondary-grid::-webkit-scrollbar { display: none !important; }
  .characters .char-card {
    flex: 0 0 clamp(132px,34vw,190px) !important;
    min-width: 132px !important;
    height: 190px !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 640px) {
  .hero { height: calc(100svh - 64px) !important; min-height: calc(100svh - 64px) !important; }
  .hero::before { background: linear-gradient(180deg,rgba(5,5,4,.2),rgba(5,5,4,.72) 58%,rgba(5,5,4,.92)) !important; }
  .hero__poster-img, .hero__video { object-position: center top !important; }
  .hero__title { font-size: clamp(2.75rem,13vw,4.3rem) !important; }
  .hero__lede { font-size: 1rem !important; }
  .hero__taglines { display: none !important; }
  .hero__actions { width: 100% !important; display: grid !important; grid-template-columns: 1fr !important; }
  .characters { padding: 38px 0 !important; }
  .characters .section-title, .characters .container, .characters .character-carousel-controls { width: calc(100% - 28px) !important; }
  .characters .featured-card { height: min(68svh,530px) !important; min-height: 420px !important; }
  .characters .featured-card__info { padding: 22px !important; }
  .characters .featured-card__name { font-size: clamp(2.7rem,14vw,4.4rem) !important; }
  .shop .product-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 12px !important;
  }
  .shop .product-card,
  .shop .product {
    width: 100% !important;
    min-width: 0 !important;
  }
  .shop .product-card img,
  .shop .product img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    object-fit: cover !important;
  }
  .video-wall .carousel-wrapper { width: calc(100% - 24px) !important; }
  .video-wall .card, .video-wall .card:nth-child(1), .video-wall .card:nth-child(5) { flex: 0 0 220px !important; width: 220px !important; min-width: 220px !important; aspect-ratio: 16/11 !important; }
  .instagram-feed { padding: 34px 0 !important; }
  .instagram-feed__header, .instagram-feed__grid { width: calc(100% - 24px) !important; }
  .instagram-feed__lane { padding: 12px !important; }
  .instagram-feed__card { flex-basis: 138px !important; }
  .join-the-order { padding: 28px 12px 12px !important; }
  .join-the-order .mailer { padding: 20px 14px !important; }
  .join-the-order .mailer .input { grid-template-columns: 1fr !important; }
  footer { padding: 20px 14px 24px !important; }
footer .regular-footer { flex-direction: column !important; gap: 10px !important; }
}

/* 2026-06-29 FINAL PASS — fresh dev build alignment */
:root {
  --lo-yellow: #f4c71f;
  --lo-red: #c91f26;
  --lo-ink: #0b0a08;
  --lo-cream: #f7f1e3;
  --lo-black-pattern: url("/images/BlackPattern LO.png");
  --lo-yellow-pattern: url("/images/pattern.png");
}

body,
button,
input,
textarea,
select,
p,
li,
a,
span {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h2,
.featured-card__name,
.char-card__name,
.card-title,
.instagram-feed__title {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
}

.hero__cta--ghost,
.hero__claim-button {
  text-decoration: none !important;
}

.hero__claim-image {
  object-fit: cover !important;
}

.chapter,
.shop {
  color: var(--lo-cream) !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(244,199,31,.16), transparent 34rem),
    linear-gradient(180deg, rgba(7,7,5,.82), rgba(7,7,5,.94)),
    var(--lo-black-pattern) center / 360px auto repeat,
    var(--lo-ink) !important;
}

.chapter {
  padding: clamp(42px, 6vw, 80px) 0 !important;
}

.chapter > h2,
.chapter > .description,
.chapter .section-title,
.chapter .section-title h2,
.chapter .section-title p,
.shop .section-title,
.shop .section-title h2,
.shop .section-title h3,
.shop .section-title p {
  color: var(--lo-cream) !important;
  text-align: center !important;
}

.chapter > h2,
.shop .section-title h2 {
  color: var(--lo-yellow) !important;
  font-size: clamp(3rem, 6vw, 6rem) !important;
  line-height: .9 !important;
}

.chapter > .description,
.shop .section-title h3 {
  max-width: 760px !important;
  margin-inline: auto !important;
  color: rgba(247,241,227,.82) !important;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem) !important;
  line-height: 1.45 !important;
}

.chapter .hero-frame,
.chapter .selector-wrap,
.shop .product-grid .product {
  border: 1px solid rgba(244,199,31,.24) !important;
  background: linear-gradient(180deg, rgba(18,16,10,.88), rgba(7,7,5,.96)) !important;
  box-shadow: 0 28px 72px rgba(0,0,0,.32) !important;
}

.shop {
  padding: clamp(42px, 5vw, 76px) 0 !important;
}

.shop .container {
  width: min(calc(100% - 40px), 1320px) !important;
}

.shop .product-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: clamp(14px, 1.8vw, 24px) !important;
}

.shop .product-grid .product {
  overflow: hidden !important;
  border-radius: 16px !important;
}

.shop .product-grid .product .image {
  aspect-ratio: 1 / 1 !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: rgba(247,241,227,.94) !important;
}

.shop .product-grid .product .titles {
  min-height: 150px !important;
  padding: 16px !important;
  color: var(--lo-cream) !important;
  background: linear-gradient(180deg, rgba(15,13,9,.94), #080705) !important;
}

.shop .product-grid .product .titles .category-name {
  color: var(--lo-yellow) !important;
  background: transparent !important;
  padding: 0 !important;
  letter-spacing: .28em !important;
}

.shop .product-grid .product .titles .title,
.shop .product-grid .product .titles .title span {
  color: var(--lo-cream) !important;
}

.featured-video {
  padding: clamp(38px, 5vw, 72px) 0 !important;
  color: var(--lo-ink) !important;
  background: var(--lo-yellow-pattern) center / 260px auto repeat, var(--lo-yellow) !important;
  text-align:center;
}

.featured-video .section-title h2 {
  display: grid !important;
  justify-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: var(--lo-ink) !important;
  text-align: center !important;
}

.founder-title-kicker,
.founder-title-sub { display: block !important; color: #d2a341!important; font-family: var(--font-display) !important; font-size: clamp(2.5rem, 5vw, 4.7rem) !important; line-height: .9 !important; }

.founder-signature {
  width: min(360px, 68vw) !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.16)) !important;
  margin: 0 auto;
}

.founder-text { margin-top:24px; }
.founder-text p { margin: 0 50px 12px 50px; }
@media (max-width: 700px) {
	.founder-text p { margin:0 0px 12px 0px !important; }
}


.featured-video .video-panel {
  display: none !important;
}

.instagram-feed {
  padding: clamp(26px, 4vw, 48px) 0 !important;
}

.instagram-feed__header {
  margin-bottom: 16px !important;
}

.instagram-feed__title {
  font-size: clamp(2.2rem, 4vw, 4rem) !important;
  line-height: .9 !important;
}

.instagram-feed__grid {
  gap: 12px !important;
}

.instagram-feed__lane {
  padding: 14px !important;
}

.instagram-feed__card {
  flex-basis: clamp(132px, 13vw, 188px) !important;
}

.events {
  padding-top: clamp(34px, 4vw, 60px) !important;
}

.video-wall .section-title h2 {
  font-size: clamp(3rem, 6vw, 6rem) !important;
}

.video-wall .video-gallery,
.video-wall .carousel-wrapper {
  background: transparent !important;
}

footer,
.join-the-order {
  background: var(--lo-yellow-pattern) center / 260px auto repeat, var(--lo-yellow) !important;
  color: var(--lo-ink) !important;
}

footer .footer-logo,
footer .footer-title,
footer img[src$="/images/logo.png"],
footer img[src="/images/logo.png"] {
  display: none !important;
}

@media (max-width: 700px) {
  .shop .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shop .product-grid .product .titles {
    min-height: 120px !important;
    padding: 12px !important;
  }

  .instagram-feed__card {
    flex-basis: 124px !important;
  }
}

/* Header/logo layer lock: medallion stays above section backgrounds */
header {
  position: sticky !important;
  top: 0 !important;
  z-index: 5000 !important;
  isolation: isolate !important;
  overflow: visible !important;
}

header > div,
header > div.container,
header > div .nav-logo,
header > div .nav-logo a {
  position: relative !important;
  z-index: 5010 !important;
  overflow: visible !important;
}

header > div .nav-logo a::before,
header > div .nav-logo img.nav-logo-cintillo,
header > div .nav-logo img[src$="logo-cintillo.png"],
header > div .nav-logo img[src$="logo_white_trans.png"] {
  z-index: 5020 !important;
  pointer-events: none !important;
  filter:
    drop-shadow(0 18px 18px rgba(0, 0, 0, .36))
    drop-shadow(0 3px 4px rgba(0, 0, 0, .42)) !important;
}

.site-content,
main,
.chapter,
.characters,
.shop,
.featured-video,
.events,
.instagram-feed,
.video-wall,
footer {
  position: relative !important;
  z-index: 1 !important;
}

/* Final polish 2026-06-29: requested visual corrections */
.characters .section-title h2 span,
.characters .section-title h2 .accent,
.characters .section-title h2 em {
  color: var(--lo-yellow) !important;
}

.chapter,
.shop,
.video-wall {
  background:
    radial-gradient(circle at 12% 10%, rgba(244,199,31,.34), transparent 36rem),
    radial-gradient(circle at 80% 35%, rgba(244,199,31,.12), transparent 30rem),
    linear-gradient(90deg, rgba(52,42,14,.86), rgba(16,14,8,.9) 58%, rgba(10,9,6,.93)),
    var(--lo-black-pattern) center / 360px auto repeat,
    #171207 !important;
}

.chapter .hero-frame,
.chapter .selector-wrap,
.shop .product-grid .product,
.video-wall .carousel-wrapper,
.video-wall .video-gallery {
  background:
    linear-gradient(180deg, rgba(42,34,13,.86), rgba(15,13,8,.92)),
    var(--lo-black-pattern) center / 320px auto repeat !important;
}

.featured-video .section-title h2 {
  gap: 10px !important;
}

.founder-title-kicker {
  display: none !important;
}

.founder-title-sub {
  position: relative !important;
  margin-top: 4px !important;
}

.founder-title-sub::before {
  content: "" !important;
  display: block !important;
  width: min(220px, 42vw) !important;
  height: 1px !important;
  margin: 0 auto 18px !important;
  background: linear-gradient(90deg, transparent, rgba(11,10,8,.75), transparent) !important;
}

.founder-signature {
  width: min(420px, 72vw) !important;
}

.video-wall ~ .video-panel,
.video-wall + .video-panel,
section.video-panel:has(+ .join-the-order) {
  display: none !important;
}

.instagram-feed {
  display: block !important;
  background:
    var(--lo-yellow-pattern) center / 260px auto repeat,
    var(--lo-yellow) !important;
  color: var(--lo-ink) !important;
}

.instagram-feed__title,
.instagram-feed__eyebrow,
.instagram-feed__link {
  color: var(--lo-ink) !important;
}

.instagram-feed__lane {
  background:
    linear-gradient(180deg, rgba(22,18,8,.94), rgba(10,9,6,.97)),
    var(--lo-black-pattern) center / 320px auto repeat !important;
}

.instagram-feed__lane-follow {
  background: var(--lo-yellow) !important;
  color: var(--lo-ink) !important;
  border-color: rgba(244,199,31,.72) !important;
}

/* Tone correction: gold patterned surface, not blackened edges */
.chapter,
.characters,
.shop {
  background:
    radial-gradient(circle at 10% 8%, rgba(255,226,74,.52), transparent 34rem),
    radial-gradient(circle at 88% 18%, rgba(244,199,31,.28), transparent 32rem),
    linear-gradient(90deg, rgba(128,101,24,.74), rgba(98,78,20,.66) 52%, rgba(75,60,18,.72)),
    var(--lo-black-pattern) center / 360px auto repeat,
    #a47f18 !important;
  color: var(--lo-cream) !important;
}

.chapter::before,
.characters::before,
.shop::before {
  opacity: 0 !important;
}

.chapter > h2,
.chapter .section-title h2,
.characters .section-title h2,
.shop .section-title h2 {
  color: var(--lo-yellow) !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.24) !important;
}

.chapter > .description,
.chapter .section-title p,
.shop .section-title h3,
.shop .section-title p {
  color: rgba(255,249,229,.9) !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.22) !important;
}

.characters {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,226,74,.36), transparent 30rem),
    linear-gradient(90deg, rgba(115,91,27,.72), rgba(75,60,18,.72)),
    var(--lo-black-pattern) center / 360px auto repeat,
    #80631a !important;
}

.shop .product-grid .product {
  background: linear-gradient(180deg, #2b220f, #100d08) !important;
  border-color: rgba(244,199,31,.28) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.25) !important;
}

.shop .product-grid .product .image {
  aspect-ratio: 1 / 1 !important;
  background-color: #f5efe0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.shop .product-grid .product .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.shop .product-grid .product .titles {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  min-height: 132px !important;
  padding: 16px 18px 18px !important;
  background: linear-gradient(180deg, rgba(17,14,8,.98), rgba(8,7,5,.98)) !important;
}

.shop .product-grid .product .titles::before,
.shop .product-grid .product .titles::after {
  display: none !important;
}

.shop .product-grid .product .titles .title,
.shop .product-grid .product .titles .title span {
  font-size: clamp(1.35rem, 1.8vw, 2rem) !important;
  line-height: 1 !important;
}

.video-wall {
  background:
    radial-gradient(circle at 18% 12%, rgba(244,199,31,.2), transparent 30rem),
    linear-gradient(180deg, #191407, #0e0c07) !important;
  color: var(--lo-cream) !important;
}

.video-wall .section-title h2 {
  color: var(--lo-yellow) !important;
  opacity: 1 !important;
  text-shadow: 0 2px 20px rgba(0,0,0,.28) !important;
}

.video-wall .carousel-wrapper,
.video-wall .video-gallery {
  background: transparent !important;
}

.video-wall .card-body {
  background: #14100a !important;
}

.video-wall .card-title {
  color: var(--lo-cream) !important;
}

.video-wall + div:has(.video-panel[data-link="H_QYV2quMgM"]) {
  display: none !important;
}

.featured-video,
.events,
.instagram-feed,
.join-the-order,
footer {
  background:
    var(--lo-yellow-pattern) center / 260px auto repeat,
    var(--lo-yellow) !important;
  color: var(--lo-ink) !important;
}

/* Continuity pass: softer vertical surfaces and cleaner product cards */
.chapter,
.characters,
.shop {
  background:
    linear-gradient(90deg, rgba(120,96,28,.82), rgba(104,84,25,.8) 48%, rgba(92,74,22,.82)),
    var(--lo-black-pattern) center / 360px auto repeat,
    #8f711f !important;
}

.chapter {
  padding-bottom: clamp(44px, 5vw, 70px) !important;
}

.characters {
  padding-top: clamp(44px, 5vw, 70px) !important;
  padding-bottom: clamp(42px, 5vw, 68px) !important;
}

.shop {
  padding-top: clamp(48px, 5vw, 74px) !important;
  padding-bottom: clamp(48px, 5vw, 74px) !important;
}

.characters + .shop,
.shop + .featured-video {
  margin-top: 0 !important;
}

.shop + .featured-video {
  position: relative !important;
  border-top: 0 !important;
}

.shop + .featured-video::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  height: clamp(8px, .9vw, 14px) !important;
  transform: translateX(-50%) !important;
  background: url("/images/footer/Rebbon web footer.png") center / 100% 100% no-repeat !important;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.35)) !important;
  z-index: 2 !important;
}

.featured-video {
  padding-top: clamp(44px, 5vw, 76px) !important;
}

.shop .section-title {
  margin-bottom: clamp(24px, 3vw, 36px) !important;
}

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

.shop .product-grid .product {
  border-radius: 18px !important;
  background: linear-gradient(180deg, #2f260f, #151008) !important;
  overflow: hidden !important;
}

.shop .product-grid .product .image {
  min-height: 0 !important;
  border-radius: 16px 16px 0 0 !important;
}

.shop .product-grid .product .titles {
  display: grid !important;
  align-content: start !important;
  justify-items: start !important;
  width: auto !important;
  min-height: 168px !important;
  margin: 0 !important;
  padding: clamp(20px, 2vw, 28px) !important;
  background: linear-gradient(180deg, rgba(17,14,8,.98), #090806) !important;
}

.shop .product-grid .product .titles .category-name {
  margin-bottom: 14px !important;
}

.shop .product-grid .product .titles .title,
.shop .product-grid .product .titles .title span {
  max-width: 11ch !important;
  font-size: clamp(1.75rem, 2.3vw, 2.65rem) !important;
  line-height: .92 !important;
}

.shop .product-grid .product .product-buttons {
  margin-top: 14px !important;
}

@media (max-width: 700px) {
  .shop .product-grid .product .titles {
    min-height: 128px !important;
    padding: 14px !important;
  }

  .shop .product-grid .product .titles .title,
  .shop .product-grid .product .titles .title span {
    font-size: clamp(1.25rem, 6vw, 1.75rem) !important;
  }
}

/* Final visual QA layer: yellow TV, larger premium pattern, product images locked */
.video-wall {
  background:
    var(--lo-yellow-pattern) center / 260px auto repeat,
    var(--lo-yellow) !important;
  color: var(--lo-ink) !important;
}

.video-wall .section-title {
  padding-block: clamp(18px, 3vw, 32px) !important;
}

.video-wall .section-title h2 {
  color: var(--lo-ink) !important;
  text-shadow: none !important;
}

.video-wall .section-title p,
.video-wall .section-title h3 {
  color: rgba(8, 7, 5, .82) !important;
  text-shadow: none !important;
}

.video-wall .carousel-wrapper,
.video-wall .video-gallery {
  background: transparent !important;
  box-shadow: none !important;
}

.video-wall .card {
  border-color: rgba(8, 7, 5, .22) !important;
  box-shadow: 0 18px 34px rgba(8, 7, 5, .16) !important;
}

.video-wall .card-body {
  background: rgba(18, 14, 7, .92) !important;
}

.video-wall .card-title {
  color: var(--lo-cream) !important;
}

.chapter,
.characters,
.shop {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 218, 43, .22), transparent 34rem),
    linear-gradient(90deg, rgba(139, 112, 36, .82), rgba(111, 90, 28, .78) 48%, rgba(94, 76, 24, .82)),
    var(--lo-black-pattern) center / 560px auto repeat,
    #8c6f24 !important;
}

.shop .product-grid {
  align-items: stretch !important;
}

.shop .product-grid .product {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #302612, #1c160c) !important;
}

.shop .product-grid .product .image {
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  background-color: #f6efdc !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.shop .product-grid .product .titles {
  width: 100% !important;
  min-height: 118px !important;
  padding: clamp(14px, 1.45vw, 20px) !important;
  background: linear-gradient(180deg, rgba(18, 14, 8, .96), rgba(11, 9, 5, .98)) !important;
}

.shop .product-grid .product .titles .category-name {
  margin-bottom: 8px !important;
  font-size: clamp(.68rem, .7vw, .82rem) !important;
}

.shop .product-grid .product .titles .title,
.shop .product-grid .product .titles .title span {
  max-width: 13ch !important;
  font-size: clamp(1.45rem, 1.75vw, 2.2rem) !important;
  line-height: .96 !important;
}

@media (max-width: 700px) {
  .chapter,
  .characters,
  .shop {
    background:
      linear-gradient(180deg, rgba(135, 108, 33, .9), rgba(96, 77, 24, .9)),
      var(--lo-black-pattern) center / 460px auto repeat,
      #8c6f24 !important;
  }

  .shop .product-grid .product .titles {
    min-height: 96px !important;
    padding: 10px !important;
  }

  .shop .product-grid .product .titles .title,
  .shop .product-grid .product .titles .title span {
    font-size: clamp(1.05rem, 4.9vw, 1.45rem) !important;
  }
}

/* Footer lockup must remain visible on every home refresh */
footer .lo-footer-brand {
  display: grid !important;
  justify-items: center !important;
  width: min(100%, 1180px) !important;
  margin: 0 auto clamp(10px, 1.4vw, 18px) !important;
}

footer .lo-footer-brand__crestline {
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  height: clamp(86px, 10vw, 144px) !important;
  display: grid !important;
  place-items: center !important;
}

footer .lo-footer-brand__ribbon {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  width: 100vw !important;
  height: clamp(12px, 1.3vw, 18px) !important;
  transform: translate(-50%, -50%) !important;
  object-fit: fill !important;
  filter: drop-shadow(0 7px 9px rgba(0,0,0,.38)) drop-shadow(0 2px 2px rgba(0,0,0,.45)) !important;
}

footer .lo-footer-brand__medallion {
  position: relative !important;
  z-index: 2 !important;
  width: clamp(92px, 11vw, 162px) !important;
  height: clamp(92px, 11vw, 162px) !important;
  object-fit: contain !important;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.46)) drop-shadow(0 3px 4px rgba(0,0,0,.4)) !important;
}

footer .lo-footer-brand__wordmark {
  display: block !important;
  width: clamp(148px, 18vw, 260px) !important;
  height: auto !important;
  margin: 0 auto clamp(8px, 1vw, 14px) !important;
  object-fit: contain !important;
  filter: drop-shadow(0 9px 10px rgba(0,0,0,.44)) drop-shadow(0 2px 2px rgba(0,0,0,.36)) !important;
}

footer .lo-footer-brand__title {
  display: block !important;
  margin: 0 !important;
  color: var(--lo-ink) !important;
  font-family: var(--font-display) !important;
  font-size: clamp(2.4rem, 4.3vw, 5rem) !important;
  line-height: .92 !important;
  text-align: center !important;
  text-shadow: 0 3px 6px rgba(0,0,0,.28), 0 1px 0 rgba(255,236,96,.18) !important;
}

footer .footer-column > p:not([data-footer-mailing-address]) {
  max-width: min(900px, calc(100% - 24px)) !important;
  margin-inline: auto !important;
  color: var(--lo-ink) !important;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem) !important;
  text-align: center !important;
  text-shadow: 0 2px 4px rgba(0,0,0,.18) !important;
}

/* Compact footer override: signup belongs above socials, title removed */
.join-the-order[hidden] {
  display: none !important;
}

footer {
  padding: clamp(16px, 2.2vw, 28px) 20px clamp(14px, 2vw, 24px) !important;
}

footer .footer-column {
  gap: clamp(6px, .9vw, 12px) !important;
}

footer .lo-footer-brand {
  margin-bottom: clamp(2px, .6vw, 8px) !important;
}

footer .lo-footer-brand__crestline {
  height: clamp(58px, 6.5vw, 96px) !important;
  margin-bottom: 0 !important;
}

footer .lo-footer-brand__ribbon {
  height: clamp(8px, .8vw, 13px) !important;
}

footer .lo-footer-brand__medallion {
  width: clamp(70px, 7vw, 112px) !important;
  height: clamp(70px, 7vw, 112px) !important;
}

footer .lo-footer-brand__wordmark {
  width: clamp(126px, 13vw, 198px) !important;
  margin-bottom: clamp(2px, .5vw, 6px) !important;
}

footer .lo-footer-brand__title {
  display: none !important;
}

footer .footer-mailer {
  width: min(100%, 720px) !important;
  margin: clamp(4px, .7vw, 8px) auto clamp(8px, 1vw, 12px) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

footer .footer-mailer h3 {
  margin: 0 auto 8px !important;
  color: var(--lo-ink) !important;
  font-size: clamp(.92rem, 1.05vw, 1.1rem) !important;
  line-height: 1.16 !important;
  text-align: center !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.16) !important;
}

footer .footer-mailer .input {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: center !important;
}

footer .footer-mailer input,
footer .footer-mailer button {
  min-height: 36px !important;
  height: 36px !important;
  border-radius: 4px !important;
  font-size: .95rem !important;
}

footer .footer-mailer input {
  padding: 0 12px !important;
}

footer .footer-mailer button {
  min-width: 132px !important;
  padding: 0 16px !important;
}

footer .footer-column > p:not([data-footer-mailing-address]) {
  font-size: clamp(1rem, 1.15vw, 1.22rem) !important;
  line-height: 1.22 !important;
}

footer .footer-mailing-address {
  margin-top: 0 !important;
  font-size: clamp(.92rem, 1vw, 1.05rem) !important;
}

footer .socials {
  margin-top: clamp(4px, .8vw, 10px) !important;
  gap: 10px !important;
}

footer .socials a {
  width: clamp(42px, 4vw, 54px) !important;
  height: clamp(42px, 4vw, 54px) !important;
}

footer .regular-footer {
  margin-top: clamp(10px, 1.2vw, 18px) !important;
}

@media (max-width: 640px) {
  footer {
    padding-inline: 14px !important;
  }

  footer .lo-footer-brand__crestline {
    height: 76px !important;
  }

  footer .lo-footer-brand__medallion {
    width: 82px !important;
    height: 82px !important;
  }

  footer .lo-footer-brand__wordmark {
    width: 132px !important;
  }

  footer .footer-mailer .input {
    grid-template-columns: 1fr !important;
  }
}

/* Final footer/card scale lock */
footer > .join-the-order {
  display: none !important;
}

footer .lo-footer-brand__crestline {
  margin-top: clamp(-42px, -3vw, -24px) !important;
}

footer .footer-mailer {
  order: 20 !important;
}

footer .socials {
  order: 21 !important;
}

footer .regular-footer {
  order: 30 !important;
}

.shop .product-grid {
  align-items: start !important;
  grid-auto-rows: auto !important;
}

.shop .product-grid .product {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
  grid-template-rows: auto auto !important;
}

.shop .product-grid .product .titles {
  min-height: 0 !important;
  padding: clamp(14px, 1.45vw, 20px) !important;
}

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

/* Final surface continuity: no vertical/radial fades between stacked modules */
.chapter,
.characters,
.shop {
  background:
    linear-gradient(90deg, rgba(135, 108, 33, .84), rgba(124, 99, 30, .84) 50%, rgba(135, 108, 33, .84)),
    var(--lo-black-pattern) center top / 560px auto repeat,
    #8a6d22 !important;
  background-attachment: scroll !important;
  color: var(--lo-cream) !important;
}

.chapter::before,
.chapter::after,
.characters::before,
.characters::after,
.shop::before,
.shop::after {
  pointer-events: none !important;
}

/* Instagram must always render as a compact two-row client-facing module */
.instagram-feed {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  padding: clamp(30px, 4vw, 50px) 0 !important;
  overflow: hidden !important;
  background:
    var(--lo-yellow-pattern) center / 260px auto repeat,
    var(--lo-yellow) !important;
  color: var(--lo-ink) !important;
}

.instagram-feed__header,
.instagram-feed__grid {
  width: min(calc(100% - 28px), 1280px) !important;
  margin-inline: auto !important;
}

.instagram-feed__header {
  margin-bottom: clamp(14px, 2vw, 22px) !important;
  text-align: center !important;
}

.instagram-feed__title,
.instagram-feed__eyebrow,
.instagram-feed__link {
  color: var(--lo-ink) !important;
  text-shadow: none !important;
}

.instagram-feed__title {
  max-width: 720px !important;
  margin-inline: auto !important;
  font-size: clamp(2rem, 4vw, 4rem) !important;
  line-height: .92 !important;
}

.instagram-feed__links {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.instagram-feed__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.instagram-feed__lane {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(12px, 1.6vw, 18px) !important;
  overflow: hidden !important;
  border-radius: clamp(18px, 2vw, 28px) !important;
  background:
    linear-gradient(90deg, rgba(24, 18, 8, .96), rgba(14, 11, 6, .96)),
    var(--lo-black-pattern) center / 420px auto repeat !important;
  box-shadow: 0 18px 44px rgba(8, 7, 5, .24) !important;
}

.instagram-feed__lane-head {
  margin-bottom: 12px !important;
}

.instagram-feed__lane-tag {
  color: var(--lo-cream) !important;
}

.instagram-feed__lane-follow {
  background: var(--lo-yellow) !important;
  color: var(--lo-ink) !important;
  border: 1px solid rgba(244, 199, 31, .85) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .2) !important;
}

.instagram-feed__rail {
  display: flex !important;
  width: max-content !important;
  min-width: 100% !important;
  gap: clamp(10px, 1.2vw, 16px) !important;
  will-change: transform !important;
}

.instagram-feed__rail:hover {
  animation-play-state: running !important;
}

.instagram-feed__card {
  flex: 0 0 clamp(138px, 13vw, 190px) !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  border-radius: clamp(12px, 1.2vw, 18px) !important;
}

.instagram-feed__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 720px) {
  .chapter,
  .characters,
  .shop {
    background:
      linear-gradient(90deg, rgba(135, 108, 33, .88), rgba(124, 99, 30, .88) 50%, rgba(135, 108, 33, .88)),
      var(--lo-black-pattern) center top / 460px auto repeat,
      #8a6d22 !important;
  }

  .instagram-feed {
    padding-block: 28px !important;
  }

  .instagram-feed__card {
    flex-basis: 124px !important;
  }
}

/* Final product grid restore: original bright catalog cards */
.shop .product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 30px) !important;
  align-items: stretch !important;
}

.shop .product-grid .product {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: clamp(18px, 1.8vw, 28px) !important;
  border-radius: 8px !important;
  border: 1px solid rgba(25, 19, 8, 0.12) !important;
  background: linear-gradient(180deg, rgba(255, 252, 242, 0.98), rgba(247, 241, 226, 0.96)) !important;
  box-shadow: 0 18px 34px rgba(82, 62, 8, 0.12) !important;
  overflow: hidden !important;
}

.shop .product-grid .product > a {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  color: inherit !important;
  text-decoration: none !important;
}

.shop .product-grid .product .image {
  width: min(100%, 310px) !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: clamp(12px, 1.6vw, 24px) auto clamp(16px, 1.8vw, 24px) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #34343a 0%, #1a1a1f 58%, #6b6b72 100%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: inset 0 -28px 34px rgba(255, 255, 255, 0.5) !important;
}

.shop .product-grid .product .image[style*="no-image.png"] {
  background: linear-gradient(180deg, rgba(250, 239, 200, 0.98), rgba(247, 223, 125, 0.98)) !important;
  background-size: cover !important;
}

.shop .product-grid .product .titles {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.shop .product-grid .product .titles::before,
.shop .product-grid .product .titles::after {
  display: none !important;
  content: none !important;
}

.shop .product-grid .product .titles .category-name {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  background: #252525 !important;
  color: #fff3c6 !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.shop .product-grid .product .titles .title,
.shop .product-grid .product .titles .title span {
  color: #111 !important;
  font-family: var(--font-display) !important;
  font-size: clamp(1.45rem, 1.7vw, 2rem) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

.shop .product-grid .product .titles .sub-title {
  color: rgba(17, 17, 17, 0.72) !important;
}

.shop .product-grid .product .product-buttons {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding: 18px 0 0 !important;
}

.shop .product-grid .product .product-buttons button,
.shop .product-grid .product .product-buttons a {
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 12px !important;
  font-family: var(--font-body) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.shop .product-grid .product .product-buttons .add-to-basket,
.shop .product-grid .product .product-buttons .add-wishlist {
  background: #f4c71f !important;
  border-color: #e0b518 !important;
  color: #111 !important;
}

.shop .product-grid .product .product-buttons .view-wishlist,
.shop .product-grid .product .product-buttons .view {
  background: #5f5f61 !important;
  border-color: #5f5f61 !important;
  color: #fff !important;
}

.shop .product-grid .product.coming-soon::after,
.shop .product-grid .product.soon::after {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  content: "COMING SOON" !important;
  padding: 7px 12px !important;
  border-radius: 6px !important;
  background: #3f3f41 !important;
  color: #fff7d6 !important;
  font-family: var(--font-body) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

@media (max-width: 1023px) {
  .shop .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .shop .product-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .shop .product-grid .product {
    padding: 16px !important;
  }

  .shop .product-grid .product .image {
    width: min(100%, 260px) !important;
    margin-top: 8px !important;
  }
}

/* Final cleanup pass: hero gap, footer lockup, header medallion layering */
.site-content:has(.hero) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.site-content:has(.hero) > .container,
.site-content:has(.hero) > .container-fluid,
.site-content:has(.hero) > main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

header {
  z-index: 9500 !important;
}

header > div .nav-logo,
header > div .nav-logo a,
header > div .nav-logo a::before,
header > div .nav-logo img.nav-logo-cintillo,
header > div .nav-logo img[src$="logo-cintillo.png"],
header > div .nav-logo img[src$="logo_white_trans.png"] {
  z-index: 9600 !important;
}

footer {
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
}

footer,
footer p,
footer a,
footer span,
footer input,
footer button,
footer label {
  font-family: var(--font-body) !important;
}

footer .footer-mailer h3,
footer .lo-footer-brand__title {
  font-family: var(--font-display) !important;
}

footer .lo-footer-brand {
  position: relative !important;
  padding-top: clamp(72px, 8vw, 118px) !important;
  margin-top: 0 !important;
  margin-bottom: clamp(6px, .8vw, 12px) !important;
}

footer .lo-footer-brand__crestline {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  height: clamp(72px, 8vw, 118px) !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  z-index: 4 !important;
}

footer .lo-footer-brand__ribbon {
  top: 12px !important;
  left: 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  object-fit: fill !important;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.28)) !important;
}

footer .lo-footer-brand__medallion {
  position: absolute !important;
  top: -18px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 6 !important;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.34)) drop-shadow(0 2px 3px rgba(0,0,0,.24)) !important;
}

footer .lo-footer-brand__wordmark {
  position: relative !important;
  z-index: 3 !important;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.18)) !important;
}

footer .footer-column > p:not([data-footer-mailing-address]),
footer .footer-mailing-address,
footer .regular-footer,
footer .regular-footer a,
footer .regular-footer span {
  color: #111 !important;
  text-shadow: none !important;
}

footer .footer-mailer:not(.submitting) button .submitting {
  display: none !important;
}

footer .footer-mailer:not(.submitting) button .ready {
  display: block !important;
}

footer .footer-mailer.submitting button .submitting {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
}

footer .footer-mailer.submitting button .ready {
  display: none !important;
}

footer .footer-mailer button {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media (max-width: 640px) {
  .site-content:has(.hero) {
    margin-top: 0 !important;
  }

  footer .lo-footer-brand {
    padding-top: 86px !important;
  }

  footer .lo-footer-brand__crestline {
    height: 86px !important;
  }

  footer .lo-footer-brand__ribbon {
    top: 14px !important;
    width: 112vw !important;
  }

  footer .lo-footer-brand__medallion {
    top: -10px !important;
  }
}

/* ==========================================================================
   LION ORDER FINAL HANDOFF CLEANUP
   Scope: product collection visibility, header spacing, footer lockup.
   Backend actions/buttons are intentionally untouched.
   ========================================================================== */

body .site-content {
  margin-top: 0 !important;
}

body header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9500 !important;
  overflow: visible !important;
  background: var(--surface-pattern, url("/images/pattern.png") center / 260px auto repeat, #f4c71f) !important;
}

body header > div,
body header > div.container,
body header > div .nav-logo,
body header > div .nav-logo a {
  overflow: visible !important;
}

body header > div .nav-logo {
  z-index: 9600 !important;
}

body header > div .nav-logo a::before,
body header > div .nav-logo img.nav-logo-cintillo,
body header > div .nav-logo img[src$="logo-cintillo.png"],
body header > div .nav-logo img[src$="logo_white_trans.png"] {
  z-index: 9700 !important;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .28)) !important;
}

@media (min-width: 1024px) {
  body header > div .nav-logo a,
  body header > div .nav-logo a::before {
    width: 104px !important;
  }

  body header > div .nav-logo a::before,
  body header > div .nav-logo img.nav-logo-cintillo,
  body header > div .nav-logo img[src$="logo-cintillo.png"],
  body header > div .nav-logo img[src$="logo_white_trans.png"] {
    height: 210px !important;
  }
}

body .shop {
  background: var(--surface-pattern, url("/images/pattern.png") center / 260px auto repeat, #f4c71f) !important;
  color: #111 !important;
  padding-block: clamp(54px, 7vw, 92px) !important;
}

body .shop .section-title {
  width: min(100% - 40px, 1180px) !important;
  margin: 0 auto clamp(28px, 4vw, 48px) !important;
  text-align: center !important;
  color: #111 !important;
}

body .shop .section-title p {
  margin: 0 0 8px !important;
  color: #111 !important;
  font-family: var(--font-body) !important;
  font-size: clamp(.76rem, .9vw, .9rem) !important;
  font-weight: 800 !important;
  letter-spacing: .32em !important;
  text-transform: uppercase !important;
}

body .shop .section-title h2 {
  margin: 0 !important;
  color: #111 !important;
  font-family: var(--font-display) !important;
  font-size: clamp(3.2rem, 7vw, 6.5rem) !important;
  line-height: .88 !important;
}

body .shop .section-title h3 {
  margin: clamp(14px, 1.8vw, 22px) auto 0 !important;
  color: #111 !important;
  font-family: var(--font-body) !important;
  font-size: clamp(1rem, 1.35vw, 1.4rem) !important;
  font-weight: 600 !important;
}

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

body .shop .product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 30px) !important;
  align-items: stretch !important;
}

body .shop .product-grid .product {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(17, 17, 17, .14) !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, #fffdf5 0%, #f5eedc 100%) !important;
  box-shadow: 0 18px 42px rgba(77, 54, 0, .16) !important;
}

body .shop .product-grid .product > a {
  display: block !important;
  width: 100% !important;
  padding: clamp(18px, 2.4vw, 34px) clamp(18px, 2.2vw, 30px) 0 !important;
  text-decoration: none !important;
}

body .shop .product-grid .product .image {
  width: min(100%, 300px) !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  border-radius: 14px !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

body .shop .product-grid .product .titles {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  align-content: start !important;
  gap: 12px !important;
  min-height: clamp(150px, 14vw, 190px) !important;
  width: 100% !important;
  padding: clamp(18px, 2vw, 26px) clamp(18px, 2vw, 28px) !important;
  background: linear-gradient(180deg, rgba(247, 241, 226, .92), #f7f1e2) !important;
  color: #111 !important;
}

body .shop .product-grid .product .titles::before,
body .shop .product-grid .product .titles::after {
  display: none !important;
}

body .shop .product-grid .product .titles .category-name {
  justify-self: start !important;
  width: auto !important;
  padding: 7px 12px !important;
  border-radius: 5px !important;
  background: #111 !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .shop .product-grid .product .titles .title,
body .shop .product-grid .product .titles .title span {
  color: #111 !important;
  font-family: var(--font-display) !important;
  font-size: clamp(1.45rem, 2vw, 2.15rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: .98 !important;
  text-transform: none !important;
}

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

body .shop .product-grid .product .product-buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: auto !important;
}

body .shop .product-grid .product .product-buttons button,
body .shop .product-grid .product .product-buttons a {
  min-height: 46px !important;
  border-radius: 4px !important;
  font-family: var(--font-body) !important;
  font-size: .9rem !important;
  font-weight: 800 !important;
}

body .shop .product-grid .product .product-buttons .add-to-basket,
body .shop .product-grid .product .product-buttons .add-wishlist {
  background: #f4c71f !important;
  border-color: #d6a900 !important;
  color: #111 !important;
}

body .shop .product-grid .product .product-buttons .view-wishlist,
body .shop .product-grid .product .product-buttons .view {
  background: #5b5b5b !important;
  border-color: #5b5b5b !important;
  color: #fff !important;
}

body .shop .product-grid .product.soon::after,
body .shop .product-grid .product.coming-soon::after {
  content: "Coming Soon" !important;
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  z-index: 3 !important;
  padding: 6px 12px !important;
  border-radius: 4px !important;
  background: #2b2b2b !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

@media (max-width: 980px) {
  body .shop .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body .shop {
    padding-block: 40px !important;
  }

  body .shop .product-grid {
    grid-template-columns: 1fr !important;
  }

  body .shop .product-grid .product .image {
    width: min(100%, 240px) !important;
  }
}

body footer {
  position: relative !important;
  z-index: 1 !important;
  overflow: visible !important;
  padding: clamp(88px, 8vw, 124px) 20px clamp(18px, 2.2vw, 28px) !important;
  background: var(--surface-pattern, url("/images/pattern.png") center / 260px auto repeat, #f4c71f) !important;
  color: #111 !important;
}

body footer::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  z-index: 1 !important;
  width: 100vw !important;
  height: 1px !important;
  transform: translateX(-50%) !important;
  box-shadow: 0 16px 26px rgba(0, 0, 0, .22) !important;
  pointer-events: none !important;
}

body footer,
body footer p,
body footer a,
body footer span,
body footer input,
body footer button,
body footer label,
body footer .footer-title,
body footer .footer-mailer h3 {
  font-family: var(--font-body) !important;
}

body footer .lo-footer-brand {
  position: relative !important;
  width: min(100%, 760px) !important;
  margin: 0 auto clamp(14px, 2vw, 22px) !important;
  padding-top: clamp(76px, 7vw, 110px) !important;
  text-align: center !important;
}

body footer .lo-footer-brand__crestline {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  z-index: 3 !important;
  display: block !important;
  width: 100vw !important;
  height: clamp(82px, 7.5vw, 118px) !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  overflow: visible !important;
  pointer-events: none !important;
}

body footer .lo-footer-brand__ribbon {
  position: absolute !important;
  top: clamp(22px, 2.4vw, 34px) !important;
  left: 50% !important;
  z-index: 3 !important;
  width: 100vw !important;
  height: clamp(10px, 1vw, 16px) !important;
  max-width: none !important;
  object-fit: fill !important;
  transform: translateX(-50%) !important;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .28)) !important;
}

body footer .lo-footer-brand__medallion {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  z-index: 4 !important;
  width: clamp(78px, 7.4vw, 118px) !important;
  height: clamp(78px, 7.4vw, 118px) !important;
  max-width: none !important;
  transform: translate(-50%, -28%) !important;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, .34)) !important;
}

body footer .lo-footer-brand__wordmark {
  display: block !important;
  width: clamp(140px, 15vw, 220px) !important;
  height: auto !important;
  margin: 0 auto !important;
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, .22)) !important;
}

body footer .lo-footer-brand__title,
body footer .footer-title {
  display: none !important;
}

body footer .footer-column {
  align-items: center !important;
  gap: clamp(10px, 1.4vw, 16px) !important;
  text-align: center !important;
}

body footer .footer-column p {
  max-width: 780px !important;
  margin-inline: auto !important;
  color: #111 !important;
  font-size: clamp(1rem, 1.25vw, 1.22rem) !important;
  line-height: 1.45 !important;
}

body footer .footer-mailer {
  width: min(100%, 980px) !important;
  margin: 0 auto clamp(22px, 3vw, 34px) !important;
  padding: clamp(18px, 2.2vw, 28px) !important;
  border: 1px solid rgba(17, 17, 17, .12) !important;
  border-radius: 10px !important;
  background: rgba(255, 250, 237, .86) !important;
  box-shadow: 0 16px 34px rgba(75, 48, 0, .12) !important;
}

body footer .footer-mailer h3 {
  margin: 0 auto 14px !important;
  max-width: 840px !important;
  color: #111 !important;
  font-size: clamp(1rem, 1.3vw, 1.24rem) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

body footer .footer-mailer button .submitting {
  display: none !important;
}

body footer .footer-mailer button .ready {
  display: inline !important;
}

body footer .footer-mailer button {
  color: #111 !important;
  white-space: nowrap !important;
}

body footer .socials {
  gap: clamp(14px, 1.8vw, 22px) !important;
  margin-top: clamp(12px, 1.8vw, 20px) !important;
}

body footer .regular-footer {
  width: min(100%, 1180px) !important;
  margin: clamp(22px, 3vw, 34px) auto 0 !important;
  color: #111 !important;
}

@media (max-width: 720px) {
  body footer {
    padding-top: 82px !important;
  }

  body footer .footer-mailer .input {
    grid-template-columns: 1fr !important;
  }

  body footer .lo-footer-brand__medallion {
    width: 82px !important;
    height: 82px !important;
  }
}
/* ==========================================================================
   Collection gallery — restore original product card layout
   --------------------------------------------------------------------------
   The product listing must keep the existing backend buttons/actions intact.
   This section only normalizes presentation back to the original card gallery:
   large cream cards, centered image, gradient title band, full-width actions.
   ========================================================================== */

body .shop .product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(280px, 1fr)) !important;
  gap: clamp(18px, 2vw, 32px) !important;
  align-items: stretch !important;
}

/* Client request 2026-06-30: match Collection to Meet The Order and lock footer ribbon edge. */
body .shop {
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 218, 43, .18), transparent 34rem),
    linear-gradient(90deg, rgba(132, 106, 33, .86), rgba(92, 74, 24, .86)),
    var(--lo-black-pattern, url("/images/BlackPattern LO.png")) center top / 560px auto repeat,
    #876b22 !important;
  color: #111 !important;
}

body footer {
  --lo-footer-ribbon-top: clamp(14px, 1.8vw, 24px);
  --lo-footer-ribbon-height: clamp(30px, 3.4vw, 52px);
  --lo-footer-ribbon-center: clamp(29px, 3.5vw, 50px);
  --lo-footer-pad-top: clamp(116px, 10vw, 164px);
  isolation: isolate !important;
  overflow: visible !important;
  padding-top: var(--lo-footer-pad-top) !important;
  background: transparent !important;
}

body footer::before {
  content: "" !important;
  position: absolute !important;
  inset: var(--lo-footer-ribbon-center) 0 0 0 !important;
  z-index: -1 !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  background:
    var(--lo-yellow-pattern, url("/images/pattern.png")) center top / 260px auto repeat,
    #f4c71f !important;
  box-shadow: inset 0 1px 0 rgba(255, 235, 96, .7), 0 -14px 24px rgba(0, 0, 0, .18) !important;
  pointer-events: none !important;
}

body footer .lo-footer-brand {
  margin-top: calc(-1 * var(--lo-footer-pad-top)) !important;
  padding-top: clamp(86px, 8.2vw, 126px) !important;
}

body footer .lo-footer-brand__crestline {
  top: 0 !important;
  height: clamp(92px, 9vw, 142px) !important;
}

body footer .lo-footer-brand__ribbon {
  top: var(--lo-footer-ribbon-top) !important;
  height: var(--lo-footer-ribbon-height) !important;
}

body footer .lo-footer-brand__medallion {
  top: var(--lo-footer-ribbon-center) !important;
  width: clamp(92px, 8.6vw, 134px) !important;
  height: clamp(92px, 8.6vw, 134px) !important;
  transform: translate(-50%, -50%) !important;
}

body .shop .product-grid .product {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: clamp(360px, 31vw, 500px) !important;
  padding: clamp(34px, 3vw, 60px) !important;
  overflow: hidden !important;
  border: 2px solid rgba(127, 94, 0, 0.22) !important;
  border-radius: 5px !important;
  background: linear-gradient(135deg, #fffdf4 0%, #f6efdc 100%) !important;
  box-shadow: 0 18px 36px rgba(45, 32, 0, 0.16) !important;
  cursor: pointer !important;
}

body .shop .product-grid .product > a {
  display: flex !important;
  width: 100% !important;
  flex: 1 1 auto !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  color: inherit !important;
}

body .shop .product-grid .product .image {
  width: min(250px, 68%) !important;
  height: min(250px, 68%) !important;
  min-height: 190px !important;
  margin: 0 auto 3rem !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transform: scale(0.95) !important;
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body .shop .product-grid .product .image[style*="no-image.png"],
body .shop .product-grid .product .image.no-image {
  background-size: contain !important;
  background-color: transparent !important;
}

body .shop .product-grid .product:hover .image {
  transform: scale(1.075) !important;
}

body .shop .product-grid .product .titles {
  position: absolute !important;
  inset: auto 0 0 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
  min-height: auto !important;
  padding: 74px 24px 24px !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, #fff 45%, #fff 100%) !important;
  z-index: 50 !important;
}

body .shop .product-grid .product .titles::before,
body .shop .product-grid .product .titles::after {
  display: none !important;
}

body .shop .product-grid .product .titles .category-name {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: 5px !important;
  background: #050505 !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

body .shop .product-grid .product .titles .title,
body .shop .product-grid .product .titles .title span {
  margin: 0 !important;
  color: var(--charcoal, #111) !important;
  font-family: var(--font-display) !important;
  font-size: clamp(1.35rem, 1.35vw, 1.8rem) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  text-transform: none !important;
}

body .shop .product-grid .product .product-buttons {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  justify-content: stretch !important;
  align-items: stretch !important;
  margin-top: 18px !important;
  padding-right: 0 !important;
}

body .shop .product-grid .product .product-buttons button,
body .shop .product-grid .product .product-buttons a {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 5px !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 920px) {
  body .shop .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body .shop .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body .shop .product-grid .product {
    min-height: 310px !important;
    padding: 22px !important;
  }

  body .shop .product-grid .product .image {
    width: min(160px, 76%) !important;
    height: min(160px, 76%) !important;
    min-height: 132px !important;
    margin-bottom: 2.25rem !important;
  }

  body .shop .product-grid .product .titles {
    padding: 58px 14px 14px !important;
  }

  body .shop .product-grid .product .titles .title,
  body .shop .product-grid .product .titles .title span {
    font-size: 1.08rem !important;
  }

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

/* Restore product cards to the backup layout while keeping the updated collection surface. */
body .shop {
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 218, 43, .18), transparent 34rem),
    linear-gradient(90deg, rgba(132, 106, 33, .86), rgba(92, 74, 24, .86)),
    var(--lo-black-pattern, url("/images/BlackPattern LO.png")) center top / 560px auto repeat,
    #876b22 !important;
}

body .shop .section-title,
body .shop .section-title h2 {
  color: #050505 !important;
}

body .shop .section-title p,
body .shop .section-title h3 {
  color: #f4c71f !important;
}

body .shop .product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

body .shop .product-grid .product {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 1fr !important;
  align-items: start !important;
  justify-items: stretch !important;
  justify-content: stretch !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 16px !important;
  overflow: visible !important;
  border: 1px solid rgba(17, 17, 17, .12) !important;
  border-radius: 18px !important;
  background: rgba(247, 241, 226, .96) !important;
  box-shadow: 0 18px 36px rgba(45, 32, 0, .16) !important;
}

body .shop .product-grid .product > a {
  display: block !important;
  width: 100% !important;
  justify-self: stretch !important;
  flex: initial !important;
  text-decoration: none !important;
  color: inherit !important;
}

body .shop .product-grid .product .image {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  border-radius: 14px !important;
  background-color: #fff !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transform: none !important;
  transition: transform .45s ease !important;
}

body .shop .product-grid .product:hover .image {
  transform: scale(1.025) !important;
}

body .shop .product-grid .product .titles {
  position: static !important;
  inset: auto !important;
  display: grid !important;
  width: 100% !important;
  justify-self: stretch !important;
  grid-template-rows: auto auto 1fr !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 14px 2px 2px !important;
  background: transparent !important;
  z-index: auto !important;
}

body .shop .product-grid .product .titles::before,
body .shop .product-grid .product .titles::after {
  display: none !important;
}

body .shop .product-grid .product .titles .category-name {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f4c71f !important;
  font-family: var(--font-body) !important;
  font-size: .66rem !important;
  font-weight: 800 !important;
  letter-spacing: .22em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body .shop .product-grid .product .titles .title,
body .shop .product-grid .product .titles .title span {
  color: #050505 !important;
  font-family: var(--font-display) !important;
  font-size: clamp(1.28rem, 1.35vw, 1.62rem) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
}

body .shop .product-grid .product .product-buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 12px !important;
  padding: 0 !important;
}

body .shop .product-grid .product .product-buttons button,
body .shop .product-grid .product .product-buttons a {
  min-height: 46px !important;
  width: 100% !important;
  border-radius: 12px !important;
}

@media (max-width: 920px) {
  body .shop .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
body .shop .product-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Guard against white gaps around the footer ribbon on Home. */
body footer {
  background: url("/images/pattern.png") center top / 260px auto repeat, #f4c71f !important;
}

/* Founder typography cleanup: use the local display font and restore contrast. */
@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 {
  --font-display: "Salter Roman", Georgia, serif;
  --font-heading: "Cinzel", Georgia, serif;
  --font-body: "Outfit", Arial, sans-serif;
}

body .founder-title-kicker,
body .founder-title-sub {
  display: block !important;
  color: #050505 !important;
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

body .founder-title-kicker {
  opacity: 1 !important;
}

body .founder-title-sub::before {
  background: linear-gradient(90deg, transparent, rgba(5, 5, 5, .7), transparent) !important;
}

body .founder-signature {
  filter: none !important;
}

body .founder-text,
body .founder-text p,
body .featured-video .section-title p,
body .featured-video .section-title h3 {
  font-family: var(--font-body) !important;
  color: #050505 !important;
  text-shadow: none !important;
}

/* Footer final: yellow footer only, no dark texture band. */
html,
body {
  overflow-x: hidden !important;
}

body footer {
  --lo-footer-ribbon-top: clamp(18px, 2vw, 30px) !important;
  --lo-footer-ribbon-height: clamp(34px, 3.4vw, 52px) !important;
  --lo-footer-ribbon-center: calc(var(--lo-footer-ribbon-top) + (var(--lo-footer-ribbon-height) / 2)) !important;
  --lo-footer-pad-top: calc(var(--lo-footer-ribbon-center) + clamp(92px, 8vw, 126px)) !important;
  margin-top: 0 !important;
  padding-top: var(--lo-footer-pad-top) !important;
  border: 0 !important;
  box-shadow: none !important;
  background-color: #f4c71f !important;
  background-image: url("/images/pattern.png") !important;
  background-repeat: repeat !important;
  background-position: center top !important;
  background-size: 260px auto !important;
}

body footer::before,
body footer::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}

body footer .lo-footer-brand {
  margin-top: calc(-1 * var(--lo-footer-pad-top)) !important;
  padding-top: calc(var(--lo-footer-ribbon-center) + clamp(64px, 5.6vw, 90px)) !important;
}

body footer .lo-footer-brand__crestline {
  top: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: none !important;
  height: calc(var(--lo-footer-ribbon-center) + clamp(58px, 5.2vw, 84px)) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body footer .lo-footer-brand__ribbon {
  top: var(--lo-footer-ribbon-top) !important;
  left: 50% !important;
  width: 180vw !important;
  min-width: 180vw !important;
  max-width: none !important;
  height: var(--lo-footer-ribbon-height) !important;
  transform: translateX(-50%) !important;
  object-fit: fill !important;
  object-position: center center !important;
  filter:
    drop-shadow(0 16px 18px rgba(0, 0, 0, .34))
    drop-shadow(0 3px 4px rgba(0, 0, 0, .32)) !important;
}

body footer .lo-footer-brand__medallion {
  top: var(--lo-footer-ribbon-center) !important;
  filter:
    drop-shadow(0 18px 24px rgba(0, 0, 0, .42))
    drop-shadow(0 4px 5px rgba(0, 0, 0, .36)) !important;
}

@media (max-width: 640px) {
  body footer {
    --lo-footer-ribbon-top: 18px !important;
    --lo-footer-ribbon-height: 38px !important;
    --lo-footer-ribbon-center: calc(var(--lo-footer-ribbon-top) + (var(--lo-footer-ribbon-height) / 2)) !important;
    --lo-footer-pad-top: calc(var(--lo-footer-ribbon-center) + 112px) !important;
  }
}

/* Footer boundary: cover the previous dark section with the footer texture. */
body footer {
  --lo-footer-bleed: clamp(78px, 6vw, 118px) !important;
  position: relative !important;
  z-index: 20 !important;
  overflow: visible !important;
  isolation: isolate !important;
}

body footer::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: calc(-1 * var(--lo-footer-bleed)) !important;
  left: 50% !important;
  right: auto !important;
  width: 100vw !important;
  height: var(--lo-footer-bleed) !important;
  transform: translateX(-50%) !important;
  z-index: 0 !important;
  background-color: #f4c71f !important;
  background-image: url("/images/pattern.png") !important;
  background-repeat: repeat !important;
  background-position: center bottom !important;
  background-size: 260px auto !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

body footer::after {
  display: none !important;
  content: none !important;
}

body footer > .container,
body footer .footer-column,
body footer .lo-footer-brand,
body footer .regular-footer {
  position: relative !important;
  z-index: 2 !important;
}

body footer .lo-footer-brand__crestline {
  z-index: 3 !important;
}

body footer .lo-footer-brand__ribbon {
  width: 220vw !important;
  min-width: 220vw !important;
}

/* Footer clean final: flat yellow field and true full-bleed ribbon layer. */
body footer {
  --lo-footer-ribbon-top: clamp(22px, 2.5vw, 34px) !important;
  --lo-footer-ribbon-height: clamp(36px, 3.4vw, 52px) !important;
  --lo-footer-ribbon-center: calc(var(--lo-footer-ribbon-top) + (var(--lo-footer-ribbon-height) / 2)) !important;
  --lo-footer-bleed: clamp(86px, 6vw, 118px) !important;
  background-color: #f4c71f !important;
  background-image:
    linear-gradient(rgba(244, 199, 31, .88), rgba(244, 199, 31, .88)),
    url("/images/pattern.png") !important;
  background-repeat: repeat, repeat !important;
  background-position: center top, center top !important;
  background-size: auto, 420px auto !important;
}

body footer::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: calc(-1 * var(--lo-footer-bleed)) !important;
  left: 50% !important;
  width: 100vw !important;
  height: var(--lo-footer-bleed) !important;
  transform: translateX(-50%) !important;
  z-index: 0 !important;
  background-color: #f4c71f !important;
  background-image:
    linear-gradient(rgba(244, 199, 31, .88), rgba(244, 199, 31, .88)),
    url("/images/pattern.png") !important;
  background-repeat: repeat, repeat !important;
  background-position: center bottom, center bottom !important;
  background-size: auto, 420px auto !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

body footer::after {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: var(--lo-footer-ribbon-top) !important;
  left: 50% !important;
  width: 100vw !important;
  height: var(--lo-footer-ribbon-height) !important;
  transform: translateX(-50%) !important;
  z-index: 4 !important;
  background-image:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .16) 0 1px, rgba(0, 0, 0, .14) 1px 2px, transparent 2px 4px),
    linear-gradient(to bottom, #006b45 0 33.333%, #f4c71f 33.333% 66.666%, #cf2027 66.666% 100%) !important;
  background-repeat: repeat, no-repeat !important;
  background-position: left center, center center !important;
  background-size: 4px 100%, 100% 100% !important;
  box-shadow: 0 16px 18px rgba(0, 0, 0, .26) !important;
  pointer-events: none !important;
}

body footer .lo-footer-brand__ribbon {
  display: none !important;
}

body footer .lo-footer-brand__medallion {
  z-index: 6 !important;
}

body footer .lo-footer-brand__crestline {
  z-index: 6 !important;
}

body footer .lo-footer-brand__medallion {
  z-index: 7 !important;
}

body footer .lo-footer-brand {
  z-index: 6 !important;
}

body footer .lo-footer-brand__crestline {
  z-index: 7 !important;
}

body footer .lo-footer-brand__medallion {
  z-index: 8 !important;
}

body footer::after {
  display: none !important;
  content: none !important;
}

body footer .lo-footer-brand__crestline::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: var(--lo-footer-ribbon-top) !important;
  left: 50% !important;
  width: 100vw !important;
  height: var(--lo-footer-ribbon-height) !important;
  transform: translateX(-50%) !important;
  z-index: 1 !important;
  background-image: url("/images/footer/Rebbon web footer.png") !important;
  background-repeat: repeat-x !important;
  background-position: left center !important;
  background-size: auto 100% !important;
  box-shadow: 0 16px 18px rgba(0, 0, 0, .26) !important;
  pointer-events: none !important;
}

body footer::after {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: var(--lo-footer-ribbon-top) !important;
  left: 50% !important;
  width: 100vw !important;
  height: var(--lo-footer-ribbon-height) !important;
  transform: translateX(-50%) !important;
  z-index: 1 !important;
  background-image: url("/images/footer/Rebbon web footer.png") !important;
  background-repeat: repeat-x !important;
  background-position: left center !important;
  background-size: auto 100% !important;
  box-shadow: 0 16px 18px rgba(0, 0, 0, .26) !important;
  pointer-events: none !important;
}

body footer .lo-footer-brand__crestline::before {
  display: none !important;
  content: none !important;
}

/* Footer ribbon absolute final: CSS-rendered, edge-to-edge, no PNG edge gaps. */
body footer::after {
  background-image:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .16) 0 1px, rgba(0, 0, 0, .14) 1px 2px, transparent 2px 4px),
    linear-gradient(to bottom, #006b45 0 33.333%, #f4c71f 33.333% 66.666%, #cf2027 66.666% 100%) !important;
  background-repeat: repeat, no-repeat !important;
  background-position: left center, center center !important;
  background-size: 4px 100%, 100% 100% !important;
}

/* Footer final clean rebuild: real assets, no washed overlay, no clipped ribbon. */
html,
body {
  overflow-x: hidden !important;
}

body footer {
  --lo-footer-ribbon-top: clamp(24px, 2.7vw, 38px) !important;
  --lo-footer-ribbon-height: clamp(38px, 3.6vw, 56px) !important;
  --lo-footer-ribbon-center: calc(var(--lo-footer-ribbon-top) + (var(--lo-footer-ribbon-height) / 2)) !important;
  --lo-footer-bleed: clamp(96px, 7vw, 132px) !important;
  position: relative !important;
  z-index: 20 !important;
  isolation: isolate !important;
  overflow: visible !important;
  background-color: #f4c71f !important;
  background-image: url("/images/pattern.png") !important;
  background-repeat: repeat !important;
  background-position: center top !important;
  background-size: 260px auto !important;
}

body footer::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: calc(-1 * var(--lo-footer-bleed)) !important;
  left: 50% !important;
  width: 100vw !important;
  height: var(--lo-footer-bleed) !important;
  transform: translateX(-50%) !important;
  z-index: 0 !important;
  background-color: #f4c71f !important;
  background-image: url("/images/pattern.png") !important;
  background-repeat: repeat !important;
  background-position: center bottom !important;
  background-size: 260px auto !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

body footer::after {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: var(--lo-footer-ribbon-top) !important;
  left: 50% !important;
  width: calc(100vw + 96px) !important;
  height: var(--lo-footer-ribbon-height) !important;
  transform: translateX(-50%) !important;
  z-index: 1 !important;
  background-image: url("/images/footer/Rebbon web footer.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  box-shadow: 0 16px 18px rgba(0, 0, 0, .30) !important;
  pointer-events: none !important;
}

body footer .lo-footer-brand {
  z-index: 6 !important;
}

body footer .lo-footer-brand__crestline {
  z-index: 7 !important;
}

body footer .lo-footer-brand__ribbon,
body footer .lo-footer-brand__crestline::before {
  display: none !important;
  content: none !important;
}

body footer .lo-footer-brand__medallion {
  z-index: 8 !important;
}

@media (max-width: 640px) {
  body footer {
    --lo-footer-ribbon-top: 22px !important;
    --lo-footer-ribbon-height: 42px !important;
    --lo-footer-ribbon-center: calc(var(--lo-footer-ribbon-top) + (var(--lo-footer-ribbon-height) / 2)) !important;
    --lo-footer-bleed: 104px !important;
  }
}

/* QA responsive cleanup 2026-06-30: home typography and mobile rhythm. */
body .featured-video .section-title h2,
body .events .section-title h2,
body .video-wall .section-title h2,
body .instagram-feed__title,
body .founder-title-sub {
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body .founder-title-sub {
  color: #0b0906 !important;
  font-size: clamp(2.6rem, 6vw, 5.1rem) !important;
  line-height: .92 !important;
  text-shadow:
    0 1px 0 rgba(255, 237, 138, .42),
    0 5px 12px rgba(45, 32, 0, .24) !important;
}

body .founder-signature {
  filter:
    drop-shadow(0 1px 0 rgba(255, 239, 150, .5))
    drop-shadow(0 7px 10px rgba(45, 32, 0, .28)) !important;
}

body .founder-text,
body .founder-text p {
  max-width: min(100% - 32px, 820px) !important;
  margin-inline: auto !important;
  color: #0b0906 !important;
  font-family: var(--font-body, Georgia, serif) !important;
  font-size: clamp(1rem, 1.35vw, 1.18rem) !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  letter-spacing: .02em !important;
  text-align: center !important;
}

body .events .section-title,
body .events .section-title p,
body .events .section-title h2,
body .events .section-title h2 span {
  color: #050505 !important;
  text-shadow: none !important;
}

body .events .section-title h2 {
  font-size: clamp(3rem, 7vw, 6.2rem) !important;
  line-height: .9 !important;
}

@media (max-width: 760px) {
  body .shop,
  body .featured-video,
  body .events,
  body .video-wall,
  body .instagram-feed {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body .shop .section-title,
  body .events .section-title,
  body .featured-video .section-title,
  body .video-wall .section-title {
    width: min(100% - 28px, 430px) !important;
    margin-inline: auto !important;
  }

  body .shop .section-title h2,
  body .events .section-title h2,
  body .featured-video .section-title h2,
  body .video-wall .section-title h2 {
    font-size: clamp(2.7rem, 12vw, 4rem) !important;
    line-height: .9 !important;
  }

  body .shop .section-title p,
  body .events .section-title p,
  body .featured-video .section-title p {
    font-size: .76rem !important;
    letter-spacing: .24em !important;
  }

  body .shop .container {
    width: min(100% - 24px, 430px) !important;
  }

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

  body .shop .product-grid .product {
    min-height: 0 !important;
    border-radius: 10px !important;
  }

  body .shop .product-grid .product .image {
    aspect-ratio: 4 / 3 !important;
    max-height: 340px !important;
  }

  body .shop .product-grid .product .titles {
    min-height: 0 !important;
    padding: 14px !important;
  }

  body .shop .product-grid .product .titles .title,
  body .shop .product-grid .product .titles .title span {
    font-size: clamp(1.65rem, 8vw, 2.15rem) !important;
    line-height: 1.04 !important;
  }

  body .shop .product-grid .product .product-buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  body .shop .product-grid .product .product-buttons button,
  body .shop .product-grid .product .product-buttons a {
    min-height: 48px !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    font-size: clamp(.86rem, 4vw, 1rem) !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
  }

  body .events {
    padding-top: 42px !important;
  }

  body .events .featured-event {
    width: min(100% - 28px, 430px) !important;
    margin: 0 auto 20px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body .events .featured-event .image {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 8px !important;
    background: transparent !important;
    overflow: hidden !important;
  }

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

  body .founder-title-sub {
    font-size: clamp(2.6rem, 11vw, 3.6rem) !important;
  }

  body .founder-signature {
    width: min(82vw, 360px) !important;
  }

  body .founder-text,
  body .founder-text p {
    max-width: min(100% - 32px, 430px) !important;
    font-size: clamp(1rem, 4.7vw, 1.12rem) !important;
    line-height: 1.38 !important;
    letter-spacing: 0 !important;
  }
}

/* Collection heading rhythm: equal spacing and white premium line. */
body .shop .section-title {
  display: grid !important;
  justify-items: center !important;
  gap: clamp(8px, 1.1vw, 14px) !important;
  margin-bottom: clamp(28px, 3.6vw, 48px) !important;
  text-align: center !important;
}

body .shop .section-title p,
body .shop .section-title h2,
body .shop .section-title h3 {
  margin: 0 !important;
  padding: 0 !important;
}

body .shop .section-title p {
  color: #fff8df !important;
  font-size: clamp(.76rem, .9vw, .9rem) !important;
  line-height: 1.15 !important;
  letter-spacing: .32em !important;
}

body .shop .section-title h2 {
  color: #050505 !important;
  font-size: clamp(3.2rem, 7vw, 6.5rem) !important;
  line-height: .86 !important;
}

body .shop .section-title h3 {
  max-width: min(100%, 920px) !important;
  color: #fff8df !important;
  font-family: var(--font-body, Georgia, serif) !important;
  font-size: clamp(1.05rem, 1.5vw, 1.55rem) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

@media (max-width: 760px) {
  body .shop .section-title {
    gap: 9px !important;
    margin-bottom: 24px !important;
  }

  body .shop .section-title p {
    font-size: .76rem !important;
    line-height: 1.15 !important;
    letter-spacing: .28em !important;
  }

  body .shop .section-title h2 {
    font-size: clamp(2.75rem, 13vw, 4rem) !important;
    line-height: .86 !important;
  }

  body .shop .section-title h3 {
    max-width: min(100%, 340px) !important;
    font-size: clamp(1.05rem, 5.3vw, 1.35rem) !important;
    line-height: 1.18 !important;
  }
}

/* Lion Order TV carousel: start clean, no half-empty left gutter, premium controls. */
body .video-wall .carousel-wrapper,
body .video-wall .video-gallery {
  width: min(calc(100% - 48px), 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding: 0 !important;
  overflow: visible !important;
}

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

body .video-wall .carousel-track {
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: clamp(18px, 2vw, 32px) !important;
  padding: 0 !important;
  will-change: transform !important;
}

body .video-wall .carousel-track > .card,
body .video-wall .carousel-track > .card:nth-child(1),
body .video-wall .carousel-track > .card:nth-child(5) {
  flex: 0 0 clamp(440px, 31vw, 544px) !important;
  width: clamp(440px, 31vw, 544px) !important;
  min-width: clamp(440px, 31vw, 544px) !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 211, 42, .28) !important;
  background: #0d0b07 !important;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, .22),
    inset 0 1px 0 rgba(255, 235, 156, .16) !important;
  filter: none !important;
  transform: none !important;
}

body .video-wall .carousel-track > .card.hidden,
body .video-wall .carousel-track > .card.adjacent {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

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

body .video-wall .card-image-wrapper img {
  object-fit: cover !important;
}

body .video-wall .card-body {
  min-height: 86px !important;
  padding: 18px 22px !important;
  background:
    linear-gradient(90deg, rgba(10, 8, 4, .98), rgba(30, 24, 12, .94)) !important;
}

body .video-wall .carousel-controls {
  gap: 18px !important;
  margin-top: clamp(24px, 3vw, 36px) !important;
}

body .video-wall .carousel-controls button,
body .video-wall .carousel-btn {
  width: 58px !important;
  height: 58px !important;
  border: 1px solid rgba(255, 205, 31, .55) !important;
  box-shadow:
    0 12px 22px rgba(0, 0, 0, .20),
    inset 0 1px 0 rgba(255, 255, 255, .22) !important;
}

body .video-wall #js-prev.carousel-btn,
body .video-wall .carousel-controls button:first-child {
  background: rgba(255, 248, 226, .96) !important;
  color: #15110a !important;
}

body .video-wall #js-next.carousel-btn,
body .video-wall .carousel-controls button:last-child {
  background: #050505 !important;
  color: #f7c915 !important;
}

body .video-wall .carousel-controls button:disabled,
body .video-wall .carousel-btn:disabled {
  opacity: .48 !important;
}

@media (max-width: 760px) {
  body .video-wall .carousel-wrapper,
  body .video-wall .video-gallery {
    width: min(calc(100% - 28px), 390px) !important;
  }

  body .video-wall .carousel-track {
    gap: 16px !important;
  }

  body .video-wall .carousel-track > .card,
  body .video-wall .carousel-track > .card:nth-child(1),
  body .video-wall .carousel-track > .card:nth-child(5) {
    flex-basis: min(330px, calc(100vw - 56px)) !important;
    width: min(330px, calc(100vw - 56px)) !important;
    min-width: min(330px, calc(100vw - 56px)) !important;
  }

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

/* Footer boundary hard lock: no external texture strip above the footer. */
body footer {
  --lo-footer-bleed: 0px !important;
  margin-top: 0 !important;
}

body footer::before {
  display: none !important;
  content: none !important;
  top: 0 !important;
  height: 0 !important;
  background: none !important;
}

/* Footer rebuild: one shared structure for home, products, and characters. */
body footer {
  --lo-footer-ribbon-top: 0px !important;
  --lo-footer-ribbon-height: clamp(44px, 4vw, 62px) !important;
  --lo-footer-ribbon-center: calc(var(--lo-footer-ribbon-height) / 2) !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-color: #f4c71f !important;
  background-image: url("/images/pattern.png") !important;
  background-repeat: repeat !important;
  background-position: center top !important;
  background-size: 260px auto !important;
}

body footer::after {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: calc(100vw + 120px) !important;
  height: var(--lo-footer-ribbon-height) !important;
  transform: translateX(-50%) !important;
  z-index: 1 !important;
  background-image: url("/images/footer/Rebbon web footer.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  box-shadow:
    0 16px 18px rgba(0, 0, 0, .34),
    0 4px 7px rgba(0, 0, 0, .26) !important;
  pointer-events: none !important;
}

body footer > .container,
body footer .footer-column {
  position: relative !important;
  z-index: 3 !important;
}

body footer .footer-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: clamp(14px, 1.7vw, 22px) !important;
}

body footer .lo-footer-brand {
  width: 100% !important;
  position: relative !important;
  z-index: 5 !important;
  margin: 0 0 clamp(10px, 1.4vw, 18px) !important;
  padding-top: calc(var(--lo-footer-ribbon-height) + clamp(64px, 5.6vw, 92px)) !important;
}

body footer .lo-footer-brand__crestline {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  height: calc(var(--lo-footer-ribbon-height) + clamp(58px, 5vw, 82px)) !important;
  transform: translateX(-50%) !important;
  z-index: 6 !important;
  pointer-events: none !important;
}

body footer .lo-footer-brand__ribbon,
body footer .lo-footer-brand__crestline::before {
  display: none !important;
  content: none !important;
}

body footer .lo-footer-brand__medallion {
  position: absolute !important;
  top: var(--lo-footer-ribbon-center) !important;
  left: 50% !important;
  width: clamp(76px, 7vw, 112px) !important;
  max-width: clamp(76px, 7vw, 112px) !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 8 !important;
}

body footer .lo-footer-brand__wordmark {
  position: relative !important;
  z-index: 5 !important;
  display: block !important;
  width: clamp(180px, 18vw, 292px) !important;
  max-width: min(72vw, 292px) !important;
  margin: 0 auto !important;
}

body footer .footer-column > .join-the-order,
body footer .footer-column > .join-the-order[hidden] {
  display: block !important;
  order: 3 !important;
  width: min(100% - 28px, 980px) !important;
  margin: 0 auto clamp(6px, 1vw, 12px) !important;
  padding: 0 !important;
  background: transparent !important;
}

body footer .footer-column > .join-the-order .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

/* Footer hard reset: the ribbon is the first footer pixel; no bleed or stray crestline texture. */
body footer {
  --lo-footer-bleed: 0px !important;
  --lo-footer-ribbon-top: 0px !important;
  --lo-footer-ribbon-height: clamp(44px, 4vw, 62px) !important;
  --lo-footer-ribbon-center: calc(var(--lo-footer-ribbon-height) / 2) !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-color: #f4c71f !important;
  background-image: url("/images/pattern.png") !important;
  background-repeat: repeat !important;
  background-position: center top !important;
  background-size: 260px auto !important;
}

body footer::before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body footer::after {
  top: 0 !important;
  width: calc(100vw + 160px) !important;
  height: var(--lo-footer-ribbon-height) !important;
}

body footer .lo-footer-brand,
body footer .lo-footer-brand::before,
body footer .lo-footer-brand::after,
body footer .lo-footer-brand__crestline,
body footer .lo-footer-brand__crestline::before,
body footer .lo-footer-brand__crestline::after {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body footer .lo-footer-brand__crestline {
  height: 0 !important;
}

/* Footer symmetric rhythm final: every footer group shares one spacing scale. */
body footer {
  --lo-footer-gap: clamp(10px, .85vw, 14px) !important;
  --lo-footer-ribbon-height: clamp(38px, 2.8vw, 50px) !important;
  --lo-footer-medallion: clamp(74px, 5.6vw, 96px) !important;
  --lo-footer-clearance: calc(var(--lo-footer-ribbon-height) + (var(--lo-footer-medallion) / 2) + var(--lo-footer-gap)) !important;
  margin: 0 !important;
  padding: 0 clamp(16px, 3vw, 32px) clamp(20px, 2vw, 30px) !important;
}

body footer::after {
  top: 0 !important;
  height: var(--lo-footer-ribbon-height) !important;
}

body footer > .container {
  padding: 0 !important;
}

body footer .footer-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: var(--lo-footer-gap) !important;
  text-align: center !important;
}

body footer .lo-footer-brand {
  margin: 0 !important;
  padding-top: var(--lo-footer-clearance) !important;
}

body footer .lo-footer-brand__medallion {
  top: calc(var(--lo-footer-ribbon-height) / 2) !important;
  width: var(--lo-footer-medallion) !important;
  height: var(--lo-footer-medallion) !important;
}

body footer .lo-footer-brand__wordmark {
  width: clamp(126px, 9vw, 174px) !important;
  margin: 0 auto !important;
}

body footer .footer-column > p:not(.footer-mailing-address),
body footer .footer-mailing-address {
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 760px !important;
  font-size: clamp(.9rem, .88vw, 1rem) !important;
  line-height: 1.24 !important;
}

body footer .footer-column > .join-the-order,
body footer .footer-mailer {
  display: block !important;
  width: min(100%, 760px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body footer .join-the-order .container,
body footer .join-the-order .mailer,
body footer .footer-mailer {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body footer .join-the-order .mailer h3,
body footer .footer-mailer h3 {
  margin: 0 auto calc(var(--lo-footer-gap) * .65) !important;
  color: #0b0906 !important;
  font-family: var(--font-body, Georgia, serif) !important;
  font-size: clamp(.95rem, .92vw, 1.05rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  text-transform: none !important;
}

body footer .join-the-order .mailer .input,
body footer .footer-mailer .input {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto !important;
  gap: 8px !important;
  width: min(100%, 760px) !important;
  margin: 0 auto !important;
}

body footer .join-the-order .mailer input,
body footer .join-the-order .mailer button,
body footer .footer-mailer input,
body footer .footer-mailer button {
  min-height: 36px !important;
  height: 36px !important;
  font-size: .92rem !important;
  line-height: 1 !important;
}

body footer .socials {
  margin: 0 !important;
  gap: 10px !important;
}

body footer .socials a {
  width: clamp(36px, 2.8vw, 42px) !important;
  height: clamp(36px, 2.8vw, 42px) !important;
}

body footer .regular-footer {
  margin: 0 !important;
  padding: 0 !important;
  gap: clamp(14px, 2vw, 28px) !important;
  font-size: clamp(.82rem, .82vw, .94rem) !important;
  line-height: 1.2 !important;
}

@media (max-width: 720px) {
  body footer {
    --lo-footer-gap: 10px !important;
    --lo-footer-ribbon-height: 38px !important;
    --lo-footer-medallion: 74px !important;
    padding-inline: 14px !important;
    padding-bottom: 20px !important;
  }

  body footer .join-the-order .mailer .input,
  body footer .footer-mailer .input {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
}
