:root {
  --charcoal:#111;
  --charcoal-light:#222;
  --gold:50 95% 64%;
  --goldDark:hsl(48 90% 50%);
  --brand-yellow:#f4c71f;
  --rasta-red:hsl(0 72% 45%);
  --cream:hsl(45 30% 96%);
  --muted-fg:hsl(220 10% 40%);
  --border:hsl(45,15%,85%);
  --primary:hsl(50 95% 64%);
  --font-display:"Salter Roman", serif;
  --font-body:"Minion Variable Concept", "Minion Pro", Georgia, serif;
  --headerHeight:132px;
  --maxCenterWidth:1280px;
  --goldBorderWidth:4px;
  --s1:4px;
  --s2:8px;
  --s3:12px;
  --s4:16px;
  --s5:20px;
  --s6:24px;
  --s7:32px;
  --s8:64px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.object-cover {
  object-fit: cover;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-16-9 {
  aspect-ratio: 16/9;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.min-h-screen {
  min-height: 100vh;
}

.pt-24 {
  padding-top: 6rem;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.overlay.light {
  background: rgba(0, 0, 0, 0.1);
}
.overlay.gradient-from-top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.61) 50%, #000 100%);
}
.overlay.gradient-2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.8) 100%);
}
.overlay.gradient-3 {
  background: linear-gradient(to left, rgba(72, 67, 67, 0.8) 0%, rgba(150, 150, 150, 0.3) 7%, rgba(39, 39, 39, 0.7) 75%, rgba(0, 0, 0, 0.8) 100%);
}
.overlay.char-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 50%, #000 100%);
}

.flex-end {
  justify-content: flex-end;
}

/* grid stuff */
.grid {
  display: grid;
}

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

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

/* colour presets */
.bg-white {
  background-color: #fff;
}

.font-heading {
  font-family: var(--font-display);
}

.font-body {
  font-family: var(--font-body);
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-6xl {
  font-size: 4.25rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.75rem;
  line-height: 1;
}

.text-cream {
  color: var(--cream);
}

.text-gold {
  color: hsl(var(--gold));
}

.uppercase {
  text-transform: uppercase;
}

.w-\[120\%\] {
  width: 120%;
}

.h-\[120\%\] {
  height: 120%;
}

.-top-\[10\%\] {
  top: -10%;
}

.-left-\[10\%\] {
  left: -10%;
}

@media (max-width: 767px) {
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2,
  .grid-cols-3,
  .grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .col-span-2 {
    grid-column: span 2/span 2;
  }
  .row-span-2 {
    grid-row: span 2/span 2;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .h-full {
    height: 100%;
  }
  .columns-3 {
    -moz-columns: 3;
    columns: 3;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
:root {
  --tw-gradient-from:rgb(0 0 0 / .4) var(--tw-gradient-from-position);
  --tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --ivory: #f2eee6;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --gold2: hsl(49.6, 94.8%, 63.9%);
  --gold-dim: hsla(49.6, 94.8%, 63.9%, 0.6);
  --gold-shadow: rgba(250, 221, 76, 0.3);
  --gold-glow: rgba(250, 221, 76, 0.6);
  --bg: hsl(40, 14%, 3%); /* near-black */
  --fg: hsl(40, 41%, 84%); /* cream */
  --font-serif: 'Cinzel', serif;
  --font-sans: 'Outfit', sans-serif;
  --font-display:"Salter Roman", var(--font-display);
}

@font-face {
  font-family: "Salter Roman";
  src: url("/fonts/Salter-Roman.otf") format("opentype"), url("/fonts/Salter-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.site-content {
  min-height: 100vh;
}

/* hero */
.hero {
  position: relative;
  width: 100%;
  height: 100svh; /* svh for mobile browser chrome */
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -- Video / poster layer -- */
.hero__bg {
  position: absolute;
  inset: 0;
  will-change: transform; /* parallax target */
}

.hero__poster,
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__video {
  opacity: 0;
  transition: opacity 1s ease;
}

.hero__video.ready {
  opacity: 1;
}

.hero__overlay-v,
.hero__overlay-h {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero__overlay-v {
  background: linear-gradient(to bottom, hsla(40, 14%, 3%, 0.3) 0%, hsla(40, 14%, 3%, 0.5) 50%, hsl(40, 14%, 3%) 100%);
}

.hero__overlay-h {
  background: linear-gradient(to right, hsla(40, 14%, 3%, 0.4), transparent 40%, transparent 60%, hsla(40, 14%, 3%, 0.4));
}

/* -- Content -- */
.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1.5rem;
  margin-top: 1rem;
  max-width: 64rem;
  width: 100%;
}

/* Logo */
.hero__logo {
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  filter: drop-shadow(0 0 30px rgba(250, 221, 76, 0.4));
  animation: logoEntrance 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero__topTitle {
  font-family: var(--font-body);
  color: var(--gold2);
  letter-spacing: 0.5rem;
  font-size: clamp(1.25rem, 1.2vw, 1.1rem);
  line-height: 1.5;
  max-width: 35ch;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

/* Heading */
.hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.8rem, 3.2vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--gold2);
  background-clip: text;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  opacity: 0;
  animation: slideUp 1s ease forwards 0.4s;
}
.hero__title span {
  color: #fff;
}

/* Tagline */
.hero__tagline {
  font-family: var(--font-sans);
  font-size: clamp(1rem, 2.5vw, 1.5rem); /* fluid: 16px ? 24px */
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsla(40, 41%, 84%, 0.9);
  max-width: 40rem;
  margin-bottom: 3rem;
  opacity: 0;
  animation: slideUp 1s ease forwards 0.7s;
}

/* CTA button */
.hero__cta {
  display: inline-block;
  padding: 1.25rem 2.5rem;
  font-family: var(--font-serif);
  font-size: clamp(0.75rem, 1.5vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--bg);
  background: var(--gold2);
  border: 1px solid rgba(250, 221, 76, 0.5);
  box-shadow: 0 0 20px var(--gold-shadow);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: slideUp 1s ease forwards 1s;
}

.hero__cta:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px var(--gold-glow);
}

.hero__cta:active {
  transform: scale(0.95);
}

/* tag lines */
.hero__taglines {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hero__taglines div {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
}

/* -- Scroll indicator -- */
.hero__scroll {
  margin-top: 2rem;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  animation: fadeIn 1s ease forwards 2s;
}

.hero__scroll-label {
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  color: rgba(250, 221, 76, 0.7);
  text-transform: uppercase;
}

.hero__scroll-line {
  width: 1px;
  height: 3rem;
  background: linear-gradient(to bottom, rgba(250, 221, 76, 0.8), transparent);
  animation: scrollBounce 1.5s ease-in-out infinite;
}

/* --- Keyframe animations ------------------------------ */
@keyframes logoEntrance {
  from {
    opacity: 0;
    transform: scale(0.8);
    filter: blur(10px) drop-shadow(0 0 30px rgba(250, 221, 76, 0.4));
  }
  to {
    opacity: 0.9;
    transform: scale(1);
    filter: blur(0px) drop-shadow(0 0 30px rgba(250, 221, 76, 0.4));
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
/* --- Responsive overrides ----------------------------- */
/* Tablet (= 768px) */
@media (min-width: 768px) {
  .hero__logo {
    width: 12rem;
    height: 12rem;
  }
}
/* Mobile-only tightening (< 480px) */
@media (max-width: 479px) {
  .hero__content {
    margin-top: 4rem;
    padding: 0 1.25rem;
  }
  .hero__logo {
    width: 6rem;
    height: 6rem;
  }
  .hero__cta {
    padding: 1rem 2rem;
    width: 100%;
    max-width: 18rem;
    text-align: center;
  }
}
/* Reduced-motion: disable parallax & animations */
@media (prefers-reduced-motion: reduce) {
  .hero__logo,
  .hero__title,
  .hero__tagline,
  .hero__cta,
  .hero__scroll {
    animation: none;
    opacity: 1;
  }
  .hero__scroll-line {
    animation: none;
  }
  .hero__video {
    transition: none;
  }
}
/* --- Section wrapper --------------------------- */
.meet-section {
  padding-block: 8rem;
  position: relative;
  overflow: hidden;
}

.meet-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 30% 50%, hsla(49.6, 94.8%, 63.9%, 0.05), transparent);
  pointer-events: none;
}

/* --- Header ------------------------------------ */
.meet-header {
  margin-bottom: 4rem;
  opacity: 0;
  animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.meet-header__eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.meet-header__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.meet-header__title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 900;
  line-height: 1;
  color: var(--fg);
}

.meet-header__link {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--fg-faint);
  border-bottom: 1px solid hsla(40, 41%, 84%, 0.2);
  padding-bottom: 0.2rem;
  transition: color 0.25s, border-color 0.25s;
}

.meet-header__link:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.meet-header__rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, hsla(49.6, 94.8%, 63.9%, 0.3), var(--border), transparent);
  margin-top: 1.5rem;
}

/* --- Main layout ------------------------------- */
.meet-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Featured character */
.featured-card {
  position: relative;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  cursor: pointer;
  display: block;
  opacity: 0;
  animation: fadeLeft 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
  transition: border-color 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.featured-card:hover {
  border-color: hsla(49.6, 94.8%, 63.9%, 0.3);
}

.featured-card__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.featured-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-card:hover .featured-card__img {
  transform: scale(1.04);
}

.featured-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, hsl(40, 14%, 3%) 0%, hsla(40, 14%, 3%, 0.3) 50%, transparent 100%);
}

.featured-card__glow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  background: linear-gradient(to top, hsla(49.6, 94.8%, 63.9%, 0.08), transparent);
}

.featured-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.75rem;
  background: #000;
}

.featured-card__eyebrow {
  font-size: 0.6rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.featured-card__name {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  color: hsl(var(--gold));
  margin-bottom: 0.75rem;
}

.featured-card__tagline {
  font-size: 0.85rem;
  font-style: italic;
  color: var(--fg-muted);
  line-height: 1.6;
  max-width: 26rem;
  margin-bottom: 1.25rem;
}

.featured-card__cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.featured-card__cta-text {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}

.featured-card__cta-line {
  height: 1px;
  width: 2rem;
  background: var(--gold);
  transition: width 0.4s ease;
}

.featured-card:hover .featured-card__cta-line {
  width: 3.5rem;
}

/* Badge */
.featured-card__badge {
  font-family: var(--font-body);
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  font-size: 0.55rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  background: hsl(var(--gold));
  color: hsl(40, 14%, 3%);
  padding: 0.25rem 0.75rem;
  font-weight: 700;
}

/* Top-right corner accent */
.featured-card__corner {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2rem;
  height: 2rem;
  border-top: 1px solid hsla(49.6, 94.8%, 63.9%, 0.4);
  border-right: 1px solid hsla(49.6, 94.8%, 63.9%, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}

.featured-card:hover .featured-card__corner {
  opacity: 1;
}

/* secondary grid */
.secondary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-content: start;
}

/* secondary card */
.char-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  cursor: pointer;
  display: block;
  transition: border-color 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.char-card:hover {
  border-color: hsla(49.6, 94.8%, 63.9%, 0.4);
}

.char-card:nth-child(1) {
  animation: fadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}

.char-card:nth-child(2) {
  animation: fadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}

.char-card:nth-child(3) {
  animation: fadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.24s both;
}

.char-card:nth-child(4) {
  animation: fadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.32s both;
}

.char-card:nth-child(5) {
  animation: fadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.char-card__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/2;
}

.char-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.7s ease;
}

.char-card:hover .char-card__img {
  transform: scale(1.06);
}

.char-card__img-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--bg-card) 0%, hsla(50, 10%, 6%, 0.2) 60%, transparent 100%);
}

.char-card__info {
  padding: 0.875rem 1rem 1rem;
  background: #000;
}

.char-card__eyebrow {
  font-size: 0.55rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: hsl(var(--gold));
  margin-top: 0.3rem;
}

.char-card__name {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--fg);
  line-height: 1.2;
  transition: color 0.25s;
}

.char-card:hover .char-card__name {
  color: hsl(var(--gold));
}

/* Bottom slide-in accent */
.char-card__accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.char-card:hover .char-card__accent {
  transform: scaleX(1);
}

/* --- Animations -------------------------------- */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .meet-header,
  .featured-card,
  .char-card {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
/* --- Responsive -------------------------------- */
/* Desktop: side-by-side featured + grid */
@media (min-width: 1024px) {
  .meet-grid {
    flex-direction: row;
    align-items: stretch;
  }
  .featured-card {
    width: 50%;
    flex-shrink: 0;
  }
  .featured-card__img-wrap {
    aspect-ratio: unset;
    height: 100%;
  }
  .secondary-grid {
    flex: 1;
  }
}
/* Tablet: stack but keep 2-col grid */
@media (min-width: 640px) and (max-width: 1023px) {
  .secondary-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Mobile: single column everything */
@media (max-width: 639px) {
  .secondary-grid {
    grid-template-columns: 1fr;
  }
  .meet-section {
    padding-block: 5rem;
  }
  .char-card.final {
    display: none;
  }
}
/* current chapter hero */
.hero-frame {
  position: relative;
  margin: 18px 8px 8px 8px;
  border: 1.5px solid rgba(229, 200, 91, 0.58);
  border-radius: 4px;
  overflow: hidden;
  background: #1f222a;
  box-shadow: var(--shadow);
}
.hero-frame .player-shell {
  position: relative;
  background: #171b23;
}
.hero-frame .player-shell .player-stage {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #111;
}
.hero-frame .player-shell .episode-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 320ms ease, transform 720ms ease;
  transform: scale(1.01);
  background: #111;
}
.hero-frame .player-shell .player-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.1) 0%, rgba(10, 10, 10, 0.18) 45%, rgba(10, 10, 10, 0.78) 100%), radial-gradient(circle at center, rgba(255, 243, 203, 0.08), transparent 40%);
  pointer-events: none;
}
.hero-frame .player-shell .player-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 30px;
}
.hero-frame .player-shell .player-bottom .player-meta {
  max-width: 768px;
}
.hero-frame .player-shell .player-bottom .player-meta .player-kicker {
  color: hsl(var(--gold));
  font-family: var(--font-display);
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hero-frame .player-shell .player-bottom .player-meta .player-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.95;
  color: var(--ivory);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hero-frame .player-shell .player-bottom .watch-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid rgba(229, 200, 91, 0.58);
  color: var(--ivory);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(21, 25, 33, 0.58);
  backdrop-filter: blur(6px);
}

/* --- 2026 surface cleanup: home --------------------------- */
:root {
  --surface-yellow:#f4c71f;
  --surface-yellow-ink:#111;
  --surface-pattern:url("/images/pattern.png") center/260px auto repeat, #f4c71f;
  --surface-dark:#0d0b07;
  --surface-dark-soft:#16120b;
  --surface-line:rgba(244,199,31,0.28);
  --surface-card:#f7f1e2;
  --surface-shadow:0 24px 60px rgba(23, 16, 4, 0.18);
  --surface-radius:20px;
}

body,
.site-content,
.chapter,
.characters,
.shop,
.featured-video,
.events,
.video-wall,
.instagram-feed,
.join-the-order,
footer {
  font-family: var(--font-body);
}

.hero__title,
.chapter > h2,
.chapter .section-title h2,
.characters .section-title h2,
.shop .section-title h2,
.featured-video .section-title h2,
.events .section-title h2,
.video-wall .section-title h2,
.instagram-feed__title,
.join-the-order .mailer h3,
footer .footer-title,
footer .footer-title span {
  font-family: var(--font-display);
  font-weight: 400;
  font-weight: 400 !important;
}

.hero__topTitle,
.hero__lede,
.hero__taglines p,
.hero__cta,
.hero__claim-kicker,
.hero__claim-button,
.chapter .description,
.chapter .section-title p,
.shop .section-title p,
.shop .section-title h3,
.events .section-title p,
.instagram-feed__eyebrow,
.instagram-feed__link,
.instagram-feed__lane-follow,
.join-the-order p,
footer p,
footer a,
footer button,
header button,
header a {
  font-family: var(--font-body);
}

.hero {
  min-height: 100svh;
  max-height: 100svh;
  background: #080705;
}

.hero__poster,
.hero__video,
.hero__poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__video.is-ready,
.hero--video-ready .hero__video {
  opacity: 1;
}

.hero__overlay-v {
  background: linear-gradient(180deg, rgba(7, 5, 2, 0.18) 0%, rgba(7, 5, 2, 0.36) 55%, rgba(7, 5, 2, 0.88) 100%);
}

.hero__overlay-h {
  background: linear-gradient(90deg, rgba(7, 5, 2, 0.7) 0%, rgba(7, 5, 2, 0.12) 44%, rgba(7, 5, 2, 0.12) 64%, rgba(7, 5, 2, 0.68) 100%);
}

.hero__overlay-radial {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 72% 20%, rgba(244, 199, 31, 0.2), transparent 28%), radial-gradient(circle at 28% 72%, rgba(0, 0, 0, 0.12), transparent 22%);
}

.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero__content-grid {
  width: min(100% - 48px, 1340px);
  min-height: 100svh;
  margin: 0 auto;
  padding: calc(var(--headerHeight) + 28px) 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(240px, 300px);
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
}

.hero__copy {
  align-self: center;
  max-width: 620px;
  display: grid;
  gap: 16px;
}

.hero__topTitle {
  margin: 0;
  color: #f4c71f;
  font-size: clamp(0.88rem, 1vw, 1rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero__title {
  margin: 0;
  color: #f4c71f;
  font-size: clamp(3rem, 5.8vw, 6rem);
  line-height: 0.9;
}
.hero__title span {
  color: #fff;
}

.hero__lede {
  margin: 0;
  max-width: 34ch;
  color: rgba(255, 249, 235, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.5;
}

.hero__taglines {
  display: grid;
  gap: 8px;
  margin: 0;
}
.hero__taglines p {
  margin: 0;
  color: rgba(255, 243, 207, 0.84);
  font-size: 0.92rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(244, 199, 31, 0.4);
  background: #f4c71f;
  color: #111;
  font-size: 0.76rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(244, 199, 31, 0.18);
}
.hero__cta--ghost {
  background: rgba(17, 17, 17, 0.38);
  color: #f7f1e2;
}

.hero__claim-card {
  align-self: end;
  justify-self: end;
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(244, 199, 31, 0.45);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 18, 12, 0.94), rgba(33, 27, 16, 0.9));
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
}

.hero__claim-kicker {
  margin: 0;
  color: #f4c71f;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-align: center;
}

.hero__claim-frame {
  padding: 12px;
  border-radius: 16px;
  background: rgba(244, 199, 31, 0.14);
}

.hero__claim-frame-inner {
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4/5;
  background: #17120b;
}

.hero__claim-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__claim-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(244, 199, 31, 0.6);
  background: #f4c71f;
  color: #111;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
}

.hero__pager {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero__pager-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(244, 199, 31, 0.38);
}
.hero__pager-dot.is-active {
  width: 22px;
  background: #f4c71f;
}

.chapter,
.shop,
.featured-video,
.events,
.video-wall,
.instagram-feed,
.join-the-order,
footer {
  background: var(--surface-pattern);
  color: #111;
}

.chapter,
.shop,
.featured-video,
.events,
.video-wall,
.instagram-feed {
  padding: clamp(40px, 6vw, 72px) 0;
}

.chapter > h2,
.chapter > .description,
.chapter .section-title,
.shop .section-title,
.featured-video .section-title,
.events .section-title,
.video-wall .section-title,
.instagram-feed__header {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  text-align: center;
}

.chapter > h2 {
  margin: 0 auto 12px;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
}

.chapter > .description {
  display: block;
  margin: 0 auto 24px;
  max-width: 62ch;
  color: rgba(17, 17, 17, 0.78);
  font-size: 1rem;
  line-height: 1.55;
}

.chapter .section-title,
.shop .section-title,
.featured-video .section-title,
.events .section-title,
.video-wall .section-title {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.chapter .section-title p,
.shop .section-title p,
.events .section-title p,
.instagram-feed__eyebrow {
  margin: 0;
  color: rgba(17, 17, 17, 0.78);
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.chapter .section-title h2,
.shop .section-title h2,
.featured-video .section-title h2,
.events .section-title h2,
.video-wall .section-title h2 {
  margin: 0;
  color: #111;
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  line-height: 0.92;
}

.chapter .section-title h2,
.chapter .section-title p,
.shop .section-title h2,
.shop .section-title h3,
.shop .section-title p,
.featured-video .section-title h2,
.events .section-title h2,
.events .section-title p,
.video-wall .section-title h2,
.instagram-feed__header,
.join-the-order .mailer,
footer .footer-column,
footer .regular-footer {
  text-align: center;
}

.chapter .container,
.shop .container,
.featured-video .container,
.events .container,
.video-wall .container,
.instagram-feed .container,
.join-the-order .container,
footer > .container {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.chapter .hero-frame,
.chapter .selector-wrap,
.featured-video .video-panel,
.events .featured-event,
.video-wall .carousel-wrapper,
.instagram-feed__lane,
.join-the-order .mailer {
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: var(--surface-radius);
  box-shadow: var(--surface-shadow);
}

.chapter .hero-frame,
.chapter .selector-wrap,
.featured-video .video-panel,
.events .featured-event,
.video-wall .carousel-wrapper,
.instagram-feed__lane {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.96), rgba(24, 20, 12, 0.98));
}

.chapter .hero-frame,
.chapter .selector-wrap {
  padding: 14px;
}

.chapter .player-shell,
.chapter .player-stage {
  border-radius: 16px;
  overflow: hidden;
}

.chapter .player-stage {
  aspect-ratio: 16/9;
  background: #000;
}

.chapter .episode-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chapter .selector-wrap {
  margin-top: 14px;
}

.chapter .rail {
  overflow: hidden;
}

.chapter .carousel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.characters {
  padding: clamp(44px, 6vw, 76px) 0;
  background: linear-gradient(135deg, #0a0906, #181109 54%, #0a0906);
}

.characters .section-title {
  width: min(100% - 48px, 1320px);
  margin: 0 auto 18px;
}

.characters .section-title h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 0.92;
  text-align: left;
}

.characters .section-title h2 span {
  color: #cf2027;
}

.characters .container {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
  padding: 0;
}

.characters .meet-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr);
  gap: 18px;
  padding: 0;
  overflow: visible;
  scroll-snap-type: none;
}

.characters .secondary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: start;
}

.characters .featured-card,
.characters .char-card {
  width: 100%;
  height: auto;
  min-width: 0;
  border-radius: 18px;
  border: 1px solid rgba(244, 199, 31, 0.2);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.characters .featured-card {
  min-height: 620px;
}

.characters .char-card {
  min-height: 300px;
}

.characters .featured-card__name,
.characters .char-card__name {
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 0.92;
}

.characters .char-card__name {
  font-size: clamp(1.4rem, 1.8vw, 2.1rem);
}

.characters .featured-card__tagline,
.characters .char-card__eyebrow {
  font-family: var(--font-body);
  letter-spacing: 0.24em;
}

.characters .character-carousel-controls {
  width: min(100% - 48px, 1320px);
  margin: 14px auto 0;
}

.shop .section-title h3 {
  margin: 0;
  color: rgba(17, 17, 17, 0.78);
  font-size: 1.12rem;
  line-height: 1.45;
}

.shop .container {
  padding: 0;
}

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

.shop .product-grid .product {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 16px;
  border-radius: 18px;
  background: rgba(247, 241, 226, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.12);
  box-shadow: var(--surface-shadow);
}

.shop .product-grid .product > a {
  display: block;
}

.shop .product-grid .product .image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  border-radius: 14px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.shop .product-grid .product .image[style*="no-image.png"] {
  background-size: contain;
  background-color: #fcfaf2;
}

.shop .product-grid .product .titles {
  position: static;
  inset: auto;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 8px;
  padding: 14px 2px 2px;
}

.shop .product-grid .product .titles .category-name {
  color: #7b5d03;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.shop .product-grid .product .titles .title {
  color: #111;
  font-size: 1.18rem;
  line-height: 1.08;
  font-family: var(--font-body);
}

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

.shop .product-grid .product .product-buttons button,
.shop .product-grid .product .product-buttons a {
  min-height: 46px;
  border-radius: 12px;
}













.product.coming-soon { position: relative; }

	.product.coming-soon::after { content: "Coming Soon"; position: absolute; top: 12px; left: 12px; background: rgba(0, 0, 0, 0.75); color: #fff; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; pointer-events: none; }

	.product.coming-soon .image { filter: grayscale(40%); opacity: 0.85; }

	.product.coming-soon .product-buttons button { opacity: 0.7; cursor: default; }


.featured-video .container {
  padding: 0;
}

.featured-video .video-panel {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  aspect-ratio: 16/8.4;
  overflow: hidden;
}

.featured-video .video-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-video .titles {
  left: 0;
  right: auto;
  bottom: 0;
  padding: clamp(22px, 3vw, 36px);
  display: grid;
  gap: 10px;
  align-content: end;
  text-align: left;
}

.events .container {
  padding: 0;
}

.events .featured-event {
  overflow: hidden;
  border-radius: 20px;
}

.events .featured-event + .featured-event {
  margin-top: 16px;
}

.events .featured-event .image {
  aspect-ratio: 16/7.2;
}

.events .featured-event .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wall {
  padding-bottom: clamp(34px, 5vw, 60px);
}

.video-wall .container {
  padding: 0;
}

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

.video-wall .carousel-wrapper {
  width: min(100% - 48px, 1320px) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 16px !important;
}

.video-wall .carousel-track-container {
  overflow: hidden !important;
}

.video-wall .carousel-track {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  width: auto !important;
  padding: 0 !important;
  transition: transform 0.45s ease !important;
}

.video-wall .card,
.video-wall .card:nth-child(1),
.video-wall .card:nth-child(5) {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 420px !important;
  grid-column: auto !important;
  width: 420px !important;
  min-width: 420px !important;
  height: auto !important;
  aspect-ratio: auto !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18) !important;
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease !important;
  cursor: pointer !important;
}

.video-wall .card.active,
.video-wall .card.is-active {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.video-wall .card.adjacent {
  opacity: 0.85 !important;
  transform: none !important;
  filter: saturate(0.7) brightness(0.92) !important;
}

.video-wall .card.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

.video-wall .card-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10 !important;
  background: #000;
}

.video-wall .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-wall .card-body {
  position: relative;
  flex: 1;
  display: flex !important;
  align-items: center !important;
  min-height: 92px !important;
  padding: 16px 18px;
  background: #161a26;
}

.video-wall .card-title {
  margin: 0;
  color: #f6f1e5;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.32;
}

.video-wall .carousel-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  margin-top: 24px !important;
}

.video-wall .carousel-controls button,
.video-wall .carousel-btn {
  flex: none !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 247, 228, 0.92) !important;
  color: #111 !important;
  font-size: 1.2rem !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18) !important;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
}

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

.video-wall .carousel-controls button:hover,
.video-wall .carousel-btn:hover {
  transform: scale(1.08) !important;
}

.video-wall .carousel-controls button:disabled,
.video-wall .carousel-btn:disabled {
  opacity: 0.35 !important;
  cursor: default !important;
  transform: none !important;
}

.video-wall .carousel-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.video-wall .carousel-dots .dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(17, 17, 17, 0.25) !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.video-wall .carousel-dots .dot.active {
  width: 28px !important;
  border-radius: 4px !important;
  background: #111 !important;
}

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

.instagram-feed {
  padding-top: 36px;
  padding-bottom: 42px;
}

.instagram-feed__header {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.instagram-feed__title {
  margin: 0;
  max-width: 11ch;
  color: #111;
  font-size: clamp(2rem, 4.3vw, 4rem);
  line-height: 0.9;
}

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

.instagram-feed__link,
.instagram-feed__lane-follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  background: rgba(255, 247, 228, 0.64);
  color: #111;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
}

.instagram-feed__grid {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.instagram-feed__lane {
  padding: 14px;
  background: linear-gradient(180deg, rgba(17, 15, 10, 0.98), rgba(29, 22, 12, 0.98));
}

.instagram-feed__lane-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.instagram-feed__lane-tag {
  color: #fff;
  font-size: clamp(1.5rem, 2.1vw, 2.3rem);
  font-family: var(--font-display);
}

.instagram-feed__lane-follow {
  background: #f4c71f;
  color: #111;
  border-color: #9a6f00;
}

.instagram-feed__rail {
  display: flex;
  gap: 12px;
  width: max-content;
  min-width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.instagram-feed__rail--forward {
  animation: instagram-marquee var(--ig-duration, 30s) linear infinite;
}

.instagram-feed__rail--reverse {
  animation: instagram-marquee-reverse var(--ig-duration, 30s) linear infinite;
}

.instagram-feed__card {
  position: relative;
  flex: 0 0 clamp(148px, 15vw, 220px);
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(244, 199, 31, 0.22);
  background: #0c0a06;
}

.instagram-feed__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
}

.instagram-feed__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

.instagram-feed__handle {
  color: #f4c71f;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@keyframes instagram-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--ig-shift, 50%)), 0, 0);
  }
}
@keyframes instagram-marquee-reverse {
  from {
    transform: translate3d(calc(-1 * var(--ig-shift, 50%)), 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.join-the-order {
  padding: 26px 0 34px;
}

.news {
  display: none !important;
}

.join-the-order .container {
  padding: 0;
}

.join-the-order .mailer {
  padding: 18px;
  background: rgba(207, 32, 39, 0.1);
  border-color: rgba(207, 32, 39, 0.28);
  box-shadow: none;
}

.join-the-order .mailer h3,
.join-the-order .footer-title,
.join-the-order .footer-title span {
  color: #111 !important;
}

.join-the-order .mailer .input {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
}

footer {
  padding: 0 0 26px;
}

footer .container {
  padding: 0;
}

footer .footer-column {
  max-width: 760px;
  margin: 0 auto;
}

footer .footer-title,
footer p,
footer .regular-footer,
footer .menu ul {
  text-align: center;
}

footer .regular-footer {
  display: grid;
  gap: 10px;
  justify-items: center;
}

@media (max-width: 1080px) {
  .hero__content-grid {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 42px;
  }
  .hero__claim-card {
    max-width: 280px;
    justify-self: start;
  }
  .characters .meet-grid {
    grid-template-columns: 1fr;
  }
  .characters .secondary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .hero {
    max-height: none;
  }
  .hero__content-grid {
    min-height: 100svh;
    align-items: end;
  }
  .chapter .carousel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .shop .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .events .featured-event .image,
  .featured-video .video-panel {
    aspect-ratio: 4/5;
  }
  .characters .secondary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .hero__content-grid {
    width: min(100% - 30px, 100%);
    padding: calc(var(--headerHeight) + 18px) 0 28px;
    gap: 16px;
  }
  .hero__copy {
    gap: 12px;
  }
  .hero__title {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }
  .hero__lede {
    font-size: 1rem;
  }
  .hero__taglines p {
    font-size: 0.76rem;
    line-height: 1.4;
  }
  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero__cta,
  .hero__claim-button {
    min-height: 46px;
  }
  .hero__claim-card {
    max-width: none;
  }
  .chapter,
  .shop,
  .featured-video,
  .events,
  .video-wall,
  .instagram-feed {
    padding: 30px 0;
  }
  .chapter > h2,
  .chapter > .description,
  .chapter .section-title,
  .shop .section-title,
  .featured-video .section-title,
  .events .section-title,
  .video-wall .section-title,
  .instagram-feed__header,
  .chapter .container,
  .shop .container,
  .featured-video .container,
  .events .container,
  .video-wall .container,
  .instagram-feed .container,
  .join-the-order .container,
  footer > .container,
  .characters .section-title,
  .characters .container,
  .characters .character-carousel-controls,
  .video-wall .carousel-wrapper,
  .instagram-feed__grid {
    width: min(100% - 30px, 100%);
  }
  .chapter > h2,
  .shop .section-title h2,
  .featured-video .section-title h2,
  .events .section-title h2,
  .video-wall .section-title h2,
  .characters .section-title h2 {
    font-size: clamp(2.1rem, 12vw, 3.4rem);
  }
  .chapter .carousel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .characters .featured-card {
    min-height: 520px;
  }
  .characters .char-card {
    min-height: 210px;
  }
  .shop .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .shop .product-grid .product {
    padding: 10px;
    border-radius: 12px;
  }
  .shop .product-grid .product .titles {
    gap: 6px;
    padding-top: 8px;
  }
  .shop .product-grid .product .titles .category-name {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
  }
  .shop .product-grid .product .titles .title {
    font-size: 0.92rem;
    line-height: 1.15;
  }
  .shop .product-grid .product .product-buttons {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .shop .product-grid .product .product-buttons button,
  .shop .product-grid .product .product-buttons a {
    min-height: 40px;
    font-size: 0.72rem;
  }
  .video-wall .card,
  .video-wall .card:nth-child(1),
  .video-wall .card:nth-child(5) {
    flex: 0 0 240px !important;
    width: 240px !important;
    min-width: 240px !important;
    aspect-ratio: 1/1.02 !important;
    border-radius: 12px !important;
  }
  .video-wall .card-body {
    padding: 10px;
  }
  .video-wall .card-title {
    font-size: 0.82rem;
  }
  .instagram-feed__title {
    max-width: 10ch;
    font-size: clamp(1.9rem, 12vw, 3.1rem);
  }
  .instagram-feed__lane-head {
    flex-wrap: wrap;
    justify-content: center;
  }
  .instagram-feed__lane-tag {
    width: 100%;
    text-align: center;
  }
  .instagram-feed__card {
    flex-basis: 136px;
  }
  .join-the-order .mailer .input {
    grid-template-columns: 1fr;
  }
}
.selector-wrap {
  position: relative;
  padding: 32px 70px;
}
.selector-wrap .episode-heading {
  margin: 32px 0;
  text-align: center;
  color: hsl(var(--gold));
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700;
}
.selector-wrap .rail {
  width: 100%;
  overflow-x: hidden;
}
.selector-wrap .rail .carousel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  list-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
}
.selector-wrap .carousel::-webkit-scrollbar {
  display: none;
}
.selector-wrap .carousel:active {
  cursor: grabbing;
}
.selector-wrap .episode-card {
  flex: 0 0 216px;
  width: 216px;
  min-width: 216px;
  max-width: 216px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease;
  scroll-snap-align: center;
  opacity: 0.8;
}
.selector-wrap .episode-card:hover,
.selector-wrap .episode-card.active {
  opacity: 1;
}
.selector-wrap .thumb-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 3px;
  border: 1.5px solid rgba(229, 200, 91, 0.18);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  background: #232937;
}
.selector-wrap .thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease, filter 220ms ease;
  filter: saturate(0.88) contrast(0.96);
}
.selector-wrap .episode-card.active .thumb-wrap {
  border-color: rgba(229, 200, 91, 0.62);
}
.selector-wrap .episode-card:hover .thumb-wrap img,
.selector-wrap .episode-card.active .thumb-wrap img {
  transform: scale(1.04);
  filter: saturate(0.96) contrast(1);
}
.selector-wrap .nav-btn {
  position: absolute;
  top: 170px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  font-size: 72px;
  line-height: 0.5;
  cursor: pointer;
  padding: 0;
  transition: color 180ms ease, transform 180ms ease;
  z-index: 2;
}
.selector-wrap .nav-btn:hover {
  color: rgba(255, 255, 255, 0.92);
  transform: translateY(-50%) scale(1.05);
}
.selector-wrap .nav-btn.prev {
  left: 0;
}
.selector-wrap .nav-btn.next {
  right: 0;
}

@media (max-width: 860px) {
	.hero-frame .player-shell,
	.hero-frame .player-shell .player-stage { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }

		.hero-frame .player-shell .player-stage { min-height: 420px !important; }

	.hero-overlay-title { top: 20px; right: 20px; width: 56%; }

	.play-button { width: 74px; height: 74px; }

		.play-button::before { border-left-width: 20px; border-top-width: 12px; border-bottom-width: 12px; }

	.hero-frame .player-shell .player-bottom { left: 0 !important; right: 0 !important; width: auto !important; max-width: 100% !important; box-sizing: border-box !important; flex-direction: column; align-items: flex-start; padding: 0 20px; bottom: 18px; }

	.selector-wrap { padding: 20px 40px; }

		.selector-wrap .nav-btn { top: 142px; font-size: 54px; }

		.selector-wrap .episode-card { flex: 0 0 170px; width: 170px; min-width: 170px; max-width: 170px; }
}
/*

section.hero-video {
	position: relative;
	min-height: 100vh;
	overflow: hidden;

	> div {
		@include overlay;

		iframe {
			position: absolute;
			object-fit: cover;
			transform: scale(1.2);
			width: 120%;
			height: 120%;
			top: -10%;
			left: -10%;
			pointer-events: none;
		}
	}


	.video-overlay {
		@include overlay;
		background: rgba(0,0,0,0.6);
	}


	.hero-content {
		p, h2 {
			@include fontBody;
		}

		p {
			color: hsl(var(--gold));
			letter-spacing: 0.5rem;
		}

		h1 {
			margin-top: var(--s7);
			text-align: center;
			color: hsl(var(--gold));
			font-size: 4.4rem;
			font-weight: 700;

			span {
				color: #fff;
			}
		}

		h2 {
			margin-top: 2rem;
			text-align: center;
			color: #fff;
			font-size: 1.2rem;
			line-height: 2rem;
		}
	}

	.hero-titles {
		max-width:44rem;
		margin-top:120px;
		margin-left:auto;
		margin-right:auto;
		@include flex_col;
		align-items:center;
		justify-content:center;
		position:relative;

		p,h2 {
			@include fontBody;
		}
		p {
			color:hsl(var(--gold));
			letter-spacing:0.5rem;
		}

		h1 {
			margin-top:var(--s7);
			text-align:center;
			color:hsl(var(--gold));
			font-size:4.4rem;
			font-weight:700;
			span {
				color:#fff;
			}
		}

		h2 {
			margin-top:2rem;
			text-align:center;
			color:#fff;
			font-size:1.2rem;
			line-height:2rem;
		}

	}
}*/
.section-title h2 {
  color: var(--charcoal);
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin: var(--s8) 0;
}
.section-title h2 span {
  color: hsl(var(--gold));
}

section.chapter {
  padding-top: var(--s8);
  padding-left: 8px;
  padding-right: 8px;
  background: var(--charcoal);
}
section.chapter > h2 {
  text-align: center;
  color: hsl(var(--gold));
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
section.chapter .description {
  display: block;
  margin: 0 auto 24px auto;
  max-width: 720px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 400;
}
section.chapter .section-title {
  padding-left: var(--s2);
  padding-right: var(--s2);
  text-align: center;
}
section.chapter .section-title h2 {
  color: var(--cream);
  margin-top: 1.2rem;
}
section.chapter .section-title p {
  font-family: var(--font-body);
  color: var(--goldDark);
  text-shadow: 0 0 1px 1px #222;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-top: var(--s8);
}
section.chapter .cover {
  background: #2c303a;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
section.chapter .cover > div {
  aspect-ratio: 16/9;
  max-width: 1084px;
}
section.chapter .cover > div img {
  aspect-ratio: 12/9;
  border-radius: 5px;
  border: 2px solid hsl(var(--gold)/0.3);
  overflow: hidden;
}
section.chapter .cover .picframe {
  position: absolute;
  pointer-events: none;
  width: 32px;
  height: 32px;
}
section.chapter .cover .picframe.tl {
  top: 32px;
  left: 32px;
  border-top: 2px solid hsl(var(--gold)/0.5);
  border-left: 2px solid hsl(var(--gold)/0.5);
}
section.chapter .cover .picframe.tr {
  top: 32px;
  right: 32px;
  border-top: 2px solid hsl(var(--gold)/0.5);
  border-right: 2px solid hsl(var(--gold)/0.5);
}
section.chapter .cover .picframe.bl {
  bottom: 32px;
  left: 32px;
  border-bottom: 2px solid hsl(var(--gold)/0.5);
  border-left: 2px solid hsl(var(--gold)/0.5);
}
section.chapter .cover .picframe.br {
  bottom: 32px;
  right: 32px;
  border-bottom: 2px solid hsl(var(--gold)/0.5);
  border-right: 2px solid hsl(var(--gold)/0.5);
}

.chapter-controls-container {
  max-width: 1084px;
  margin: var(--s4) auto;
}
.chapter-controls-container .episode-title {
  text-align: center;
  font-weight: 700;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  color: hsl(var(--gold));
  text-shadow: 0 0 2px #000;
  padding: var(--s2) 0 var(--s2) 0;
}
.chapter-controls-container .chapter-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--s2);
  padding-bottom: var(--s8);
  position: relative;
}
.chapter-controls-container .chapter-controls button {
  width: 120px;
  background: transparent;
  padding: var(--s4);
  color: #fff;
  cursor: pointer;
  transition: 550ms all;
}
.chapter-controls-container .chapter-controls button i {
  font-size: 2.5rem;
  color: #fefde6;
  pointer-events: none;
}
.chapter-controls-container .chapter-controls button:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.chapter-controls-container .chapter-controls button:first-child:hover {
  transform: translateX(-10px);
}
.chapter-controls-container .chapter-controls button:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.chapter-controls-container .chapter-controls button:last-child:hover {
  transform: translateX(10px);
}
.chapter-controls-container .chapter-controls button:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.chapter-controls-container .chapter-controls .episode-slider {
  flex: 1;
  position: relative;
  height: 120px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.chapter-controls-container .chapter-controls .episode-slider .episode-list {
  display: flex;
  flex-direction: row;
  transition: 250ms all cubic-bezier(0, 1.08, 0.7, 0.99);
}
.chapter-controls-container .chapter-controls .episode-slider .episode-list .episode-block {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 500ms all;
  overflow: hidden;
  border-radius: 7px;
}
.chapter-controls-container .chapter-controls .episode-slider .episode-list .episode-block > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.chapter-controls-container .chapter-controls .episode-slider .episode-list .episode-block > div img {
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.8;
  z-index: 0;
}
.chapter-controls-container .chapter-controls .episode-slider .episode-list .episode-block > div span {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.6rem;
  color: hsl(var(--gold));
  text-shadow: 0 0 2px #000;
  z-index: 10;
  pointer-events: none;
  transition: 500ms all;
}

section.characters .section-title p {
  font-family: var(--font-body);
  color: var(--goldDark);
  text-shadow: 0 0 1px 1px #222;
  letter-spacing: 0.2rem;
}
section.characters .character-block img {
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
}
section.characters .character-block .character-titles {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  z-index: 20;
}
section.characters .character-block .character-titles span {
  font-family: var(--font-body);
  color: hsl(var(--gold));
  display: block;
}
section.characters .character-block .character-titles .name {
  margin-top: var(--s3);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
section.characters .character-block:hover img {
  transform: scale(1.1);
}

.primary-character .name {
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#555), color-stop(0.5, #fff)) 0 0 no-repeat;
  -webkit-background-size: 150px;
  color: rgba(255, 255, 255, 0.45);
  -webkit-background-clip: text;
  -webkit-animation-name: text-shine;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate-reverse;
}

@-webkit-keyframes text-shine {
  0% {
    background-position: top right;
    -webkit-background-size: 50px;
  }
  60% {
    background-position: top left;
    -webkit-background-size: 150px;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa;
  }
  100% {
    background-position: top left;
    color: rgb(255, 255, 255);
  }
}
img.video-cover {
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
}
img.video-cover:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.video-wall {
  padding: 0 12px;
}
.video-wall .grid {
  gap: var(--s4);
}
.video-wall .grid .video-player {
  border-radius: 7px;
}

.image-wall {
  padding-top: 80px;
}

.video-panel {
  overflow: hidden;
}
.video-panel * {
  pointer-events: none;
}
.video-panel img {
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.video-panel .section-title {
  padding: 80px 0 32px;
}
.video-panel .section-title h2 {
  margin-top: var(--s4);
  color: var(--charcoal);
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.video-panel .section-title h2 span {
  color: hsl(var(--gold));
}
.video-panel .titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  bottom: 48px;
  left: 48px;
  z-index: 50;
}
.video-panel .video-label {
  font-family: var(--font-body);
  color: #fff;
  background-color: var(--rasta-red);
  padding: 8px 14px;
  font-weight: 500;
  border-radius: calc(0.5rem - 4px);
  font-size: 0.75rem;
  line-height: 1rem;
}
.video-panel .title {
  font-family: var(--font-display);
  font-weight: 400;
  color: #fff;
  font-size: 3rem;
}
.video-panel:hover {
  cursor: pointer;
}
.video-panel:hover .video-play-btn > div {
  transform: scale(2.2);
  background: hsl(var(--charcoal)/0.8);
}

.yt-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  padding: 24px;
  z-index: 50;
}
.yt-titles p {
  font-family: var(--font-body);
  opacity: 0.8;
  line-height: 1.37rem;
}

.yt-play-btn {
  position: absolute;
  top: 24px;
  left: 24px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 50;
  cursor: pointer;
}
.yt-play-btn svg {
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.yt-play-btn.small {
  width: 2rem;
  height: 2rem;
}
.yt-play-btn.small svg {
  width: 0.75rem;
  height: 0.75rem;
}
.yt-play-btn.med {
  width: 2.8rem;
  height: 2.8rem;
}
.yt-play-btn.med svg {
  width: 0.9rem;
  height: 0.9rem;
}
.yt-play-btn.white {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
.yt-play-btn.white svg {
  fill: var(--cream);
}
.yt-play-btn.red {
  background: var(--rasta-red);
}
.yt-play-btn.red svg {
  color: #fff;
}

.video-player * {
  pointer-events: none;
}
.video-player img {
  transition: 250ms all;
  transform: scale(1);
}
.video-player:hover {
  cursor: pointer;
}
.video-player:hover .yt-play-btn {
  transform: scale(1.1);
}
.video-player:hover img {
  transform: scale(1.02);
}
.video-player.not-available {
  cursor: default;
}
.video-player.not-available .video-play-btn {
  display: none;
}
.video-player.not-available img {
  opacity: 0.5;
}
.video-player.not-available:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  content: "COMING SOON";
  color: hsl(var(--gold));
}

/* shop module */
.shop {
  margin-top: calc(var(--s7) * 2);
}
.shop .section-title {
  text-align: center;
  margin-bottom: calc(var(--s6) * 3);
}
.shop .section-title p {
  font-family: var(--font-body);
  color: var(---muted-fg);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.shop .section-title h2 {
  margin: var(--s4) 0;
  color: var(--charcoal);
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.shop .section-title h3 {
  font-family: var(--font-body);
  color: var(--muted-fg);
}
.shop .product-grid {
  gap: 32px;
}
.shop .product-grid .product {
  position: relative;
  border: 2px solid var(--border);
  padding: 60px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shop .product-grid .product .image {
  width: 250px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
  transform: scale(0.95);
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.shop .product-grid .product img {
  height: 120px;
  transform: scale(0.95);
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.shop .product-grid .product .titles {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 0;
  padding-top: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, #fff 45%, #fff 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  z-index: 50;
}
.shop .product-grid .product .titles .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-weight: 400;
}
.shop .product-grid .product .titles .sub-title {
  font-size: 1rem;
  color: var(---muted-fg);
  font-family: var(--font-body);
}
.shop .product-grid .product.soon:after {
  position: absolute;
  top: var(--s3);
  right: var(--s3);
  content: "Dropping Soon";
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.2rem;
  background: hsl(var(--gold));
  padding: 1rem 1.5rem;
  border-radius: 25px;
}
.shop .product-grid .product:hover .image {
  transform: scale(1.075);
}
.shop .product-grid .product .product-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 24px;
}
.shop .product-grid .product .product-buttons .add-to-basket {
  background: hsl(var(--gold));
  color: #000;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
}
.shop .product-grid .product .product-buttons .add-to-basket:hover {
  cursor: pointer;
}
.shop .product-grid .product .product-buttons .add-to-basket.adding {
  opacity: 0.3;
  pointer-events: none;
}
.shop .btn-view-all-container {
  margin-top: var(--s8);
  margin-bottom: var(--s8);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop .btn-view-all-container button {
  background: var(--charcoal);
  color: #fff;
  padding: 1rem 2rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
.shop .btn-view-all-container button span {
  position: relative;
  display: inline-block;
  transition: 250ms all cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(4px);
}
.shop .btn-view-all-container button:hover span {
  transform: translateX(10px);
}

/* carousel */
.the-movement {
  background: var(--primary);
  padding: 8rem 0;
}
.the-movement .section-title {
  text-align: center;
  margin-bottom: calc(var(--s6) * 3);
}
.the-movement .section-title p {
  font-family: var(--font-body);
  color: var(---muted-fg);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.the-movement .section-title h2 {
  margin-top: var(--s4);
  color: var(--charcoal);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.the-movement .carousel {
  padding-bottom: 5rem;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  gap: 1rem;
  position: relative;
  user-select: none;
  z-index: 1;
}
.the-movement .carousel:before {
  content: " ";
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--primary) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.the-movement .carousel:after {
  content: " ";
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, var(--primary) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.the-movement .carousel .carousel-items {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-around;
  text-transform: uppercase;
  line-height: 1.2em !important;
  letter-spacing: 2px;
  gap: 2rem;
  margin-right: 1rem;
  animation: scroll 30s linear infinite;
}
.the-movement .carousel .carousel-items .item {
  width: 20rem;
  height: 24rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.the-movement .carousel .carousel-items .item img {
  filter: contrast(1.1) saturate(1.2);
}
.the-movement .carousel .carousel-items .item .titles {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  z-index: 50;
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.the-movement .carousel .carousel-items .item .titles p {
  font-family: var(--font-body);
  color: hsl(var(--gold));
  font-size: 0.875rem;
  font-weight: 300;
}
.the-movement .carousel .carousel-items .item .titles div {
  font-family: var(--font-display);
  font-weight: 400;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.the-movement .carousel .carousel-items .item .titles div:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 1px;
  background: hsl(var(--gold));
  opacity: 0;
  content: " ";
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.the-movement .carousel .carousel-items .item:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transform: scale(1.05);
}
.the-movement .carousel .carousel-items .item:hover .titles div:after {
  opacity: 1;
  width: 100%;
}
.the-movement .lower-text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}
.the-movement .lower-text blockquote {
  font-style: italic;
  color: var(--charcoal);
  opacity: 0.8;
}
.the-movement .lower-text p {
  margin-top: 0.875rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
}

.events,
.news {
  margin-top: var(--s7);
}
.events .section-title,
.news .section-title {
  text-align: center;
  margin-top: 7rem;
}
.events .section-title p,
.news .section-title p {
  font-family: var(--font-body);
  color: var(--goldDark);
  text-shadow: 0 0 1px 1px #222;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.events .section-title h2,
.news .section-title h2 {
  margin-top: var(--s4);
  color: var(--charcoal);
  font-size: 3rem;
  font-weight: 700;
}
.events .section-title h2 span,
.news .section-title h2 span {
  color: hsl(var(--gold));
}
.events,
.news {
  /* event type 1 - standard */
}
.events .featured-event,
.news .featured-event {
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.events .featured-event .image,
.news .featured-event .image {
  overflow: hidden;
  aspect-ratio: 3/1;
}
.events .featured-event .image img,
.news .featured-event .image img {
  object-fit: cover;
  aspect-ratio: 12/9;
}
.events .featured-event .titles,
.news .featured-event .titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 48px;
}

.events .titles { display:none!important; }

.events .featured-event .titles p.f,
.news .featured-event .titles p.f {
  font-family: var(--font-display);
  font-weight: 400;
  color: hsl(var(--gold));
  text-transform: uppercase;
  font-size: 1.5rem;
}
.events .featured-event .titles h3,
.news .featured-event .titles h3 {
  font-family: var(--font-display);
  color: hsl(var(--gold));
  font-size: 5rem;
  font-weight: 300;
}
.events .featured-event .titles p.sub-title,
.news .featured-event .titles p.sub-title {
  font-family: var(--font-display);
  font-weight: 400;
  color: hsl(var(--gold));
  font-size: 1.3rem;
  font-weight: 100;
}
.events .featured-event .titles .date-location,
.news .featured-event .titles .date-location {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.events .featured-event .titles .date-location > div,
.news .featured-event .titles .date-location > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.events .featured-event .titles .date-location svg,
.news .featured-event .titles .date-location svg {
  transform: scale(0.9);
  fill: hsl(var(--gold));
}
.events .featured-event .titles .date-location span,
.news .featured-event .titles .date-location span {
  font-family: var(--font-body);
  color: var(--cream);
  font-size: 1rem;
}
.events .featured-event a,
.news .featured-event a {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
.events,
.news {
  /* event type 2 - with countdown */
}
.events .timed-event,
.news .timed-event {
  margin-top: 4rem;
  background-image: linear-gradient(to right, hsl(220, 15%, 20%), hsl(220, 12%, 30%));
  border-radius: 8px;
}
.events .timed-event .titles,
.news .timed-event .titles {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  padding: 48px;
}
.events .timed-event .titles p.f,
.news .timed-event .titles p.f {
  font-family: var(--font-body);
  color: hsl(var(--gold));
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.events .timed-event .titles h3,
.news .timed-event .titles h3 {
  font-family: var(--font-display);
  font-weight: 400;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.events .timed-event .titles .countdown,
.news .timed-event .titles .countdown {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.events .timed-event .titles .countdown > div,
.news .timed-event .titles .countdown > div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
}
.events .timed-event .titles .countdown > div .block,
.news .timed-event .titles .countdown > div .block {
  flex: 1;
  height: 108px;
  width: 108px;
  padding: var(--s5);
  border: 3px solid hsl(var(--gold));
  border-radius: 8px;
  background: #4D4C41;
  background: linear-gradient(143deg, rgb(77, 76, 65) 0%, rgb(46, 50, 59) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: hsl(var(--gold));
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2.5rem;
  font-weight: 700;
}
.events .timed-event .titles .countdown > div span,
.news .timed-event .titles .countdown > div span {
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  margin-top: var(--s2);
  font-family: var(--font-body);
  text-transform: uppercase;
}
.events button,
.news button {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 5px;
  border: none;
  background: linear-gradient(135deg, rgb(237, 201, 94) 0%, rgb(252, 238, 161) 100%);
  color: var(--charcoal);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 250ms all;
}
.events button:hover,
.news button:hover {
  transform: scale(1.04);
  box-shadow: rgb(255, 214, 112) 10px 11px 30px -10px;
}
.events,
.news {
  /* upcoming events */
}
.events .upcoming-events,
.news .upcoming-events {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.events .upcoming-events .event,
.news .upcoming-events .event {
  flex: 1;
  border-radius: 5px;
  background: linear-gradient(338deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.06) 29%, rgba(0, 0, 0, 0.03) 33%, rgba(0, 0, 0, 0) 100%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.events .upcoming-events .event .titles,
.news .upcoming-events .event .titles {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 24px;
}
.events .upcoming-events .event .titles p.f,
.news .upcoming-events .event .titles p.f {
  font-family: var(--font-body);
  color: var(--goldDark);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}
.events .upcoming-events .event .titles h4,
.news .upcoming-events .event .titles h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--charcoal);
  font-size: 1.3rem;
  font-weight: 700;
  opacity: 0.8;
}
.events .upcoming-events .event .when,
.events .upcoming-events .event .where,
.news .upcoming-events .event .when,
.news .upcoming-events .event .where {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.events .upcoming-events .event .when svg,
.events .upcoming-events .event .where svg,
.news .upcoming-events .event .when svg,
.news .upcoming-events .event .where svg {
  transform: scale(0.6);
  opacity: 0.6;
}
.events .upcoming-events .event .when span,
.events .upcoming-events .event .where span,
.news .upcoming-events .event .when span,
.news .upcoming-events .event .where span {
  font-family: var(--font-body);
  color: var(--charcoal);
  opacity: 0.7;
  font-size: 1rem;
}
.events .upcoming-events .event a,
.news .upcoming-events .event a {
  margin-top: 1rem;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--goldDark);
  text-decoration: none;
}
.events .upcoming-events .event:hover,
.news .upcoming-events .event:hover {
  border-color: var(--gold);
  box-shadow: rgba(0, 0, 0, 0.25) 1px 6px 13px 0px, rgba(0, 0, 0, 0.22) 0 10px 10px;
}
.events .event-finished,
.news .event-finished {
  color: var(--cream);
  font-size: 1.2rem;
}
.events .news-items,
.news .news-items {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
  margin: var(--s4) auto;
  max-width: 720px;
  padding: 0 var(--s4);
}
.events .news-item-row,
.news .news-item-row {
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: var(--s2);
  cursor: pointer;
}
.events .news-item-row .news-item-header,
.news .news-item-row .news-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  gap: var(--s4);
}
.events .news-item-row .news-item-header .image,
.news .news-item-row .news-item-header .image {
  width: 80px;
  height: 80px;
}
.events .news-item-row .news-item-header .image > img,
.news .news-item-row .news-item-header .image > img {
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.events .news-item-row .news-item-header .info,
.news .news-item-row .news-item-header .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 12px;
}
.events .news-item-row .news-item-header .info .title,
.news .news-item-row .news-item-header .info .title {
  font-family: var(--font-body);
  color: #777;
  font-size: 1rem;
  line-height: 1.4rem;
}
.events .news-item-row .news-item-header .arrow,
.news .news-item-row .news-item-header .arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.events .news-item-row .news-item-header .arrow i,
.news .news-item-row .news-item-header .arrow i {
  display: inline-block;
  transform: translateX(-10px);
  transition: 250ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.events .news-item-row .news-item-header:hover .arrow i,
.news .news-item-row .news-item-header:hover .arrow i {
  transform: translateX(0px);
}
.events .news-item-row .news-item-content,
.news .news-item-row .news-item-content {
  display: none;
  margin-top: 12px;
  padding: 12px;
  border-radius: 5px;
  background: #eee;
}
.events .news-item-row .news-item-content p,
.news .news-item-row .news-item-content p {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 1.2rem;
  color: #888;
}
.events .news-item-row.open .news-item-header .arrow i,
.news .news-item-row.open .news-item-header .arrow i {
  transform: rotate(90deg);
}
.events .news-item-row.open .news-item-content,
.news .news-item-row.open .news-item-content {
  display: block;
}

.video-player .video-play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-player .video-play-btn > div {
  transition: 600ms all cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-style: solid;
}
.video-player .video-play-btn.lg > div {
  border-width: 3px;
  width: 3.5rem;
  height: 3.5rem;
  transform: scale(1.8);
}
.video-player .video-play-btn.md > div {
  border-width: 1px;
  width: 1.5rem;
  height: 1.5rem;
  transform: scale(1.2);
}
.video-player .video-play-btn.md > div svg {
  fill: #fff;
  width: 10px;
  height: 10px;
}
.video-player .video-play-btn.white > div {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.video-player .video-play-btn.white > div svg {
  color: #fff;
}
.video-player .video-play-btn.gold > div {
  background: var(--charcoal)/0.9;
  border-color: hsl(var(--gold));
}
.video-player .video-play-btn.gold > div svg {
  color: hsl(var(--gold));
}
.video-player .video-play-btn.chapter > div {
  border: none;
  background: hsl(var(--gold));
}
.video-player .video-play-btn.chapter svg {
  color: var(--charcoal);
  fill: var(--charcoal);
}
.video-player:hover .video-play-btn > div {
  transform: scale(2.5);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 1rem));
  }
}
.loadin {
  opacity: 0.2;
  transform: translateX(-35px);
  transition: transform 1s, opacity 0.9s;
}
.loadin.loaded {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

.loadinr {
  opacity: 0.2;
  transform: translateX(35px);
  transition: transform 1s, opacity 0.9s;
}
.loadinr.loadedr {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

@-webkit-keyframes move {
  from {
    background-position-y: 0px;
  }
  to {
    background-position-y: -1250px;
  }
}
@keyframes move {
  from {
    background-position-y: 0px;
  }
  to {
    background-position-y: -1250px;
  }
}
@media (max-width: 767px) {
  .site-content {
    margin-top: 62px;
  }
  section.hero-video {
    min-height: 950px;
    max-height: 1568px;
    background-attachment: scroll;
    background-image: url(/images/chapters/chapter1/episode1/mobile-cover.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*animation:move linear forwards;
    animation-timeline:scroll();*/
  }
  section.hero-video > div {
    display: flex;
    flex-direction: column;
  }
  section.hero-video > div iframe {
    display: none;
  }
  section.hero-video > div .video-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  section.hero-video .hero-titles {
    flex: 1;
    padding: 0 16px;
    justify-content: flex-start;
  }
  section.hero-video .hero-titles p {
    font-size: 0.8rem !important;
    letter-spacing: 0.15rem !important;
  }
  section.hero-video .hero-titles h1 {
    font-size: 2rem;
  }
  section.hero-video .hero-titles h2 {
    margin-top: 1.4rem;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .section-title {
    margin-bottom: 0;
  }
  .section-title h2 {
    font-size: 2.2rem;
  }
  .section-title .description {
    font-size: 1rem;
  }
  section.chapter .cover > div {
    margin-top: var(--s4);
    padding-left: var(--s2);
    padding-right: var(--s2);
  }
  section.chapter .cover .picframe {
    display: none;
  }
  section.characters .character-block .character-titles {
    padding: 1rem;
  }
  section.characters .character-block .character-titles span {
    font-size: 0.8rem;
  }
  section.characters .character-block .character-titles .name {
    font-size: 1rem;
  }
  section.characters .character-block.primary-character {
    grid-column: span 2;
  }
  section.characters .character-block.primary-character .character-titles .name {
    font-size: 2rem;
  }
  .video-panel .titles {
    bottom: var(--s3);
    left: var(--s3);
    gap: var(--s2);
  }
  .video-panel .titles .video-label {
    padding: 4px 7px;
    font-size: 0.65rem;
  }
  .video-panel .titles h2 {
    font-size: 2rem;
  }
  .video-panel .titles p {
    font-size: 1rem;
    line-height: 0.8rem;
  }
  .yt-titles {
    padding: var(--s3);
  }
  .yt-titles p {
    font-size: 0.8rem;
    line-height: 1.15rem;
  }
  .yt-play-btn {
    top: var(--s2);
    left: var(--s2);
  }
  .yt-play-btn.med {
    width: 2rem;
    height: 2rem;
  }
  .yt-play-btn.med svg {
    width: 16px;
    height: 16px;
  }
  .video-player .video-play-btn.lg > div {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 2px;
  }
  .video-player.not-available::after {
    font-size: 1.5rem;
  }
  .shop .section-title {
    margin-bottom: var(--s2) !important;
  }
  .shop .section-title h2 {
    font-size: 2.2rem !important;
  }
  .shop .product-grid {
    gap: 16px;
    padding: 12px;
  }
  .shop .product-grid .product {
    padding: 15px;
  }
  .shop .product-grid .product .image {
    width: 150px;
    height: 150px;
    margin-bottom: 0rem;
  }
  .shop .product-grid .product .titles {
    position: relative;
    bottom: 4px;
    left: 4px;
    padding-top: 10px;
    gap: 4px;
  }
  .shop .product-grid .product .titles .category-name {
    font-size: 0.7rem;
  }
  .shop .product-grid .product .titles .title {
    font-size: 0.8rem;
  }
  .shop .product-grid .product .titles .sub-title {
    font-size: 0.7rem;
  }
  .shop .product-grid .product.soon:after {
    top: 4px;
    right: 4px;
    font-size: 0.9rem;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #fff;
  }
  .the-movement h2 {
    font-size: 2.2rem !important;
  }
  .the-movement .carousel .carousel-items {
    gap: 1rem;
  }
  .the-movement .carousel .carousel-items .item {
    width: 10rem;
    height: 14rem;
  }
  .events {
    padding: 0 var(--s1);
  }
  .events h2 {
    font-size: 2.2rem !important;
  }
  .events .featured-event .titles {
    padding: 12px;
    gap: 8px;
  }
  .events .featured-event .titles p.f {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
  }
  .events .featured-event .titles h3 {
    font-size: 1.4rem;
  }
  .events .featured-event .titles p.sub-title {
    font-size: 1.2rem;
  }
  .events .featured-event .titles .date-location {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .events .featured-event .titles button {
    font-size: 0.9rem;
    margin-left: auto;
    margin-right: auto;
  }
  .events .featured-event .image {
    aspect-ratio: auto;
  }
  .events .timed-event .titles {
    padding: var(--s5);
    gap: var(--s2);
  }
  .events .timed-event .titles p.f {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
  }
  .events .timed-event .titles h3 {
    font-size: 1.4rem;
  }
  .events .timed-event .titles .countdown {
    gap: 12px;
  }
  .events .timed-event .titles .countdown > div .block {
    width: 60px;
    height: 60px;
    padding: 16px;
    border-width: 2px;
    font-size: 1.5rem;
  }
  .events .timed-event .titles .countdown > div span {
    font-size: 0.9rem;
  }
  .events .timed-event .titles button {
    margin-top: var(--s2);
    font-size: 0.9rem;
    margin-left: auto;
    margin-right: auto;
  }
  .upcoming-events {
    flex-direction: column !important;
  }
  .image-gallery {
    grid-template-columns: 1fr;
  }
}

/* FINAL PUBLISHED OVERRIDES — home recovery */
:root {
  --headerHeight: 92px !important;
  --font-display: "Salter Roman", serif !important;
  --font-body: "Minion Variable Concept", "Minion Pro", Georgia, serif !important;
}

.news,
#news {
  display: none !important;
}

.hero,
.chapter,
.shop,
.featured-video,
.events,
.video-wall,
.instagram-feed,
.join-the-order,
footer {
  background: url("/images/pattern.png") center/260px auto repeat, #f4c71f !important;
}

.hero {
  background: #080705 !important;
  min-height: 100svh !important;
  max-height: 100svh !important;
}

.hero__poster,
.hero__poster-img,
.hero__video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.hero__video {
  opacity: 0 !important;
  transition: opacity 700ms ease !important;
}

.hero__video.is-ready,
.hero--video-ready .hero__video {
  opacity: 1 !important;
}

.hero__overlay-v {
  background: linear-gradient(180deg, rgba(7, 5, 2, 0.18) 0%, rgba(7, 5, 2, 0.36) 55%, rgba(7, 5, 2, 0.88) 100%) !important;
}

.hero__overlay-h {
  background: linear-gradient(90deg, rgba(7, 5, 2, 0.7) 0%, rgba(7, 5, 2, 0.12) 44%, rgba(7, 5, 2, 0.12) 64%, rgba(7, 5, 2, 0.68) 100%) !important;
}

.hero__overlay-radial {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 72% 20%, rgba(244, 199, 31, 0.2), transparent 28%), radial-gradient(circle at 28% 72%, rgba(0, 0, 0, 0.12), transparent 22%) !important;
}

.hero__content-grid {
  width: min(100% - 48px, 1340px) !important;
  min-height: 100svh !important;
  margin: 0 auto !important;
  padding: calc(var(--headerHeight) + 24px) 0 42px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.94fr) minmax(240px, 300px) !important;
  gap: clamp(20px, 3vw, 44px) !important;
  align-items: center !important;
}

.hero__copy {
  max-width: 620px !important;
  display: grid !important;
  gap: 14px !important;
}

.hero__topTitle {
  font-family: var(--font-body) !important;
  color: #f4c71f !important;
  font-size: clamp(0.88rem, 1vw, 1rem) !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
}

.hero__title {
  font-family: var(--font-display) !important;
  color: #f4c71f !important;
  font-size: clamp(3rem, 5.6vw, 5.7rem) !important;
  line-height: 0.9 !important;
}

.hero__title span {
  color: #fff !important;
}

.hero__lede,
.hero__taglines p,
.hero__cta,
.hero__claim-kicker,
.hero__claim-button {
  font-family: var(--font-body) !important;
}

.hero__lede {
  max-width: 34ch !important;
  color: rgba(255, 249, 235, 0.92) !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
  line-height: 1.5 !important;
}

.hero__taglines p {
  color: rgba(255, 243, 207, 0.84) !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.19em !important;
  text-transform: uppercase !important;
}

.hero__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.hero__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
}

.hero__cta--primary {
  background: #f4c71f !important;
  color: #111 !important;
  border: 1px solid rgba(244, 199, 31, 0.4) !important;
}

.hero__cta--ghost {
  background: rgba(17, 17, 17, 0.38) !important;
  color: #f7f1e2 !important;
  border: 1px solid rgba(244, 199, 31, 0.26) !important;
}

.hero__claim-card {
  justify-self: end !important;
  align-self: end !important;
  width: min(100%, 344px) !important;
  padding: 16px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(244, 199, 31, 0.45) !important;
  background: linear-gradient(180deg, rgba(20, 18, 12, 0.94), rgba(33, 27, 16, 0.9)) !important;
}

.hero__claim-frame-inner {
  aspect-ratio: 4 / 5 !important;
}

.hero__claim-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.hero__pager {
  bottom: 16px !important;
}

.chapter,
.shop,
.featured-video,
.events,
.video-wall,
.instagram-feed,
.join-the-order,
footer {
  color: #111 !important;
}

.chapter > h2,
.chapter > .description,
.chapter .section-title,
.shop .section-title,
.featured-video .section-title,
.events .section-title,
.video-wall .section-title,
.instagram-feed__header,
.join-the-order .mailer,
footer .footer-column,
footer .regular-footer {
  text-align: center !important;
}

.chapter .section-title h2,
.shop .section-title h2,
.featured-video .section-title h2,
.events .section-title h2,
.video-wall .section-title h2,
.instagram-feed__title,
.join-the-order .mailer h3,
footer .footer-title,
footer .footer-title span {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
}

.chapter .section-title p,
.shop .section-title p,
.shop .section-title h3,
.events .section-title p,
.instagram-feed__eyebrow,
.instagram-feed__link,
.instagram-feed__lane-follow,
.join-the-order p,
footer p,
footer a,
footer span {
  font-family: var(--font-body) !important;
}

.join-the-order,
footer {
  background: url("/images/pattern.png") center/260px auto repeat, #f4c71f !important;
}

.join-the-order .container {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.join-the-order .mailer {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(207, 32, 39, 0.28) !important;
  background: rgba(255, 246, 223, 0.72) !important;
}

@media (max-width: 1080px) {
  .hero__content-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    padding-bottom: 34px !important;
  }

  .hero__claim-card {
    justify-self: start !important;
    width: min(100%, 280px) !important;
  }
}

@media (max-width: 640px) {
  :root {
    --headerHeight: 74px !important;
  }

  .hero {
    max-height: none !important;
  }

  .hero__content-grid {
    width: min(100% - 30px, 100%) !important;
    padding: calc(var(--headerHeight) + 16px) 0 26px !important;
    gap: 16px !important;
  }

  .hero__title {
    font-size: clamp(2.55rem, 13vw, 4.1rem) !important;
  }

  .hero__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .hero__claim-card {
    width: 100% !important;
    max-width: none !important;
  }

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

  .video-wall .card,
  .video-wall .card:nth-child(1),
  .video-wall .card:nth-child(5) {
    flex: 0 0 240px !important;
    width: 240px !important;
    min-width: 240px !important;
    aspect-ratio: 1 / 1.02 !important;
  }
}

/* FINAL RECOVERY OVERRIDES — restore home modules */
.hero,
.hero__bg,
.hero__video {
  background: #080705 !important;
}

.chapter .player-stage,
.chapter .player-shell,
#hero {
  background: #111 !important;
}

.chapter > .description,
.shop .section-title h3,
.join-the-order p,
footer p,
footer a,
footer span {
  color: #111 !important;
}

.characters {
  background: radial-gradient(circle at 16% 18%, rgba(244, 199, 31, 0.16), transparent 28rem), linear-gradient(135deg, #080705, #171207 55%, #080705) !important;
}

.characters .section-title,
.characters .container,
.characters .character-carousel-controls {
  width: min(100% - 40px, var(--maxCenterWidth)) !important;
}

.characters .section-title h2 {
  text-align: left !important;
  color: #fff !important;
}

.characters .meet-grid {
  display: flex !important;
  gap: clamp(14px, 1.8vw, 26px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 8px 0 34px !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  grid-template-columns: none !important;
}

.characters .meet-grid::-webkit-scrollbar {
  display: none !important;
}

.characters .secondary-grid {
  display: contents !important;
}

.characters .featured-card,
.characters .char-card {
  position: relative !important;
  flex: 0 0 clamp(250px, 24vw, 350px) !important;
  width: auto !important;
  height: clamp(390px, 48vw, 560px) !important;
  min-width: unset !important;
  min-height: unset !important;
  scroll-snap-align: start !important;
}

.characters .featured-card {
  flex-basis: clamp(310px, 43vw, 610px) !important;
}

.characters .featured-card__name,
.characters .char-card__name {
  color: #fff !important;
}

.instagram-feed {
  background: url("/images/pattern.png") center/260px auto repeat, #f4c71f !important;
}

.instagram-feed__grid {
  grid-template-columns: 1fr !important;
  width: min(100% - 48px, 1320px) !important;
  overflow: hidden !important;
}

.instagram-feed__lane {
  overflow: hidden !important;
}

.instagram-feed__lane-head {
  justify-content: space-between !important;
}

.instagram-feed__lane-tag {
  color: #fff !important;
}

.instagram-feed__rail {
  min-width: 100% !important;
  width: max-content !important;
  overflow: visible !important;
}

.instagram-feed__lane {
  overflow: hidden !important;
}

.instagram-feed__card {
  flex: 0 0 clamp(148px, 15vw, 220px) !important;
}

.video-wall,
.video-wall .video-gallery {
  background: url("/images/pattern.png") center/260px auto repeat, #f4c71f !important;
}

.video-wall .section-title h2,
.featured-video .section-title h2,
.shop .section-title h2,
.shop .section-title p,
.shop .section-title h3,
.events .section-title h2,
.events .section-title p,
.join-the-order .mailer h3,
footer .footer-title,
footer .footer-title span {
  color: #111 !important;
}

@media (max-width: 640px) {
  .characters .featured-card,
  .characters .char-card {
    flex-basis: calc(100vw - 52px) !important;
    height: min(126vw, 520px) !important;
  }

  .instagram-feed__grid {
    width: min(100% - 30px, 100%) !important;
  }
}

/* FINAL LOCKDOWN OVERRIDES — publish-ready recovery */
.hero {
  position: relative !important;
  background: #090805 !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

.hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(9, 8, 5, 0.86) 0%, rgba(9, 8, 5, 0.62) 30%, rgba(9, 8, 5, 0.18) 58%, rgba(9, 8, 5, 0.62) 100%),
    linear-gradient(180deg, rgba(9, 8, 5, 0.18) 0%, rgba(9, 8, 5, 0.06) 45%, rgba(9, 8, 5, 0.76) 100%) !important;
  pointer-events: none !important;
}

.hero > * {
  position: relative !important;
  z-index: 2 !important;
}

.hero__overlay-v,
.hero__overlay-h,
.hero__overlay-radial {
  opacity: 0 !important;
}

.hero__content-grid {
  align-items: center !important;
}

.hero__copy,
.hero__copy * {
  color: #f6f1e5 !important;
}

.hero__topTitle {
  color: #f4c71f !important;
}

.hero__title {
  color: #f4c71f !important;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.3) !important;
}

.hero__title em,
.hero__title span,
.hero__title strong {
  color: #f6f1e5 !important;
}

.hero__claim-card {
  background: linear-gradient(180deg, rgba(23, 20, 14, 0.94), rgba(12, 11, 9, 0.98)) !important;
  border: 1px solid rgba(244, 199, 31, 0.4) !important;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.32) !important;
}

.shop,
.featured-video,
.events,
.video-wall,
.instagram-feed,
.join-the-order,
footer {
  background: url("/images/pattern.png") center/260px auto repeat, #f4c71f !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: #111 !important;
}

.shop .section-title h2,
.shop .section-title h3,
.shop .section-title p,
.featured-video .section-title h2,
.featured-video .section-title p,
.events .section-title h2,
.events .section-title p,
.video-wall .section-title h2,
.video-wall .section-title p,
.join-the-order h2,
.join-the-order h3,
.join-the-order p,
.join-the-order a,
footer h2,
footer h3,
footer p,
footer a,
footer span,
.instagram-feed__eyebrow,
.instagram-feed__title,
.instagram-feed__link {
  color: #111 !important;
}

.characters {
  position: relative !important;
  z-index: 2 !important;
  background: radial-gradient(circle at 18% 14%, rgba(244, 199, 31, 0.17), transparent 26rem), linear-gradient(135deg, #090805, #181206 55%, #090805) !important;
}

.characters .section-title,
.characters .container,
.characters .character-carousel-controls {
  width: min(100% - 40px, var(--maxCenterWidth)) !important;
}

.characters .meet-grid {
  display: flex !important;
  align-items: stretch !important;
  gap: clamp(14px, 1.8vw, 26px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 8px 0 24px !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  grid-template-columns: none !important;
  white-space: normal !important;
}

.characters .secondary-grid {
  display: contents !important;
}

.characters .featured-card,
.characters .char-card {
  flex: 0 0 clamp(250px, 24vw, 350px) !important;
  width: auto !important;
  height: clamp(390px, 48vw, 560px) !important;
  min-width: unset !important;
  scroll-snap-align: start !important;
}

.characters .featured-card {
  flex-basis: clamp(320px, 42vw, 610px) !important;
}

.characters .featured-card__img,
.characters .char-card__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.characters .character-carousel-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin: 10px auto 0 !important;
}

.characters .character-carousel-btn {
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(244, 199, 31, 0.5) !important;
  background: rgba(11, 10, 8, 0.82) !important;
  color: #f4c71f !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.3rem !important;
  line-height: 1 !important;
}

.characters .character-carousel-btn span {
  display: inline-block !important;
  transform: translateY(-1px) !important;
}

.characters .character-carousel-progress {
  flex: 0 0 120px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: rgba(244, 199, 31, 0.18) !important;
  overflow: hidden !important;
}

.characters .character-carousel-progress span {
  display: block !important;
  width: var(--progress, 18%) !important;
  height: 100% !important;
  background: linear-gradient(90deg, #f4c71f, #cf2027) !important;
}

.instagram-feed__grid {
  grid-template-columns: 1fr !important;
  width: min(100% - 48px, 1320px) !important;
}

.instagram-feed__lane {
  background: linear-gradient(180deg, rgba(15, 13, 9, 0.98), rgba(21, 18, 11, 0.94)) !important;
  border: 1px solid rgba(17, 17, 17, 0.2) !important;
  overflow: hidden !important;
}

.instagram-feed__lane-tag,
.instagram-feed__lane-follow {
  color: #f6f1e5 !important;
}

.video-wall {
  padding-top: clamp(52px, 7vw, 84px) !important;
}

@media (max-width: 820px) {
  .hero__content-grid {
    grid-template-columns: 1fr !important;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(9, 8, 5, 0.35) 0%, rgba(9, 8, 5, 0.56) 38%, rgba(9, 8, 5, 0.84) 100%),
      linear-gradient(90deg, rgba(9, 8, 5, 0.52) 0%, rgba(9, 8, 5, 0.08) 100%) !important;
  }

  .characters .character-carousel-controls {
    justify-content: flex-start !important;
  }
}

@media (max-width: 640px) {
  .hero__copy,
  .hero__claim-card {
    max-width: 100% !important;
  }

  .characters .featured-card,
  .characters .char-card {
    flex-basis: calc(100vw - 52px) !important;
    height: min(128vw, 520px) !important;
  }

  .characters .character-carousel-controls {
    margin-top: 8px !important;
  }

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

  .video-wall .card,
  .video-wall .card:nth-child(1),
  .video-wall .card:nth-child(5) {
    flex: 0 0 240px !important;
    width: 240px !important;
    min-width: 240px !important;
    aspect-ratio: 1 / 1.02 !important;
  }
}

/* RESTORE -- Lion Order: The Story original dark module */
.chapter {
  background: var(--charcoal) !important;
}

.chapter > h2 {
  color: #f4c71f !important;
}

.chapter > .description {
  color: rgba(255, 255, 255, 0.85) !important;
}

.chapter .section-title h2 {
  color: #f6f1e5 !important;
}

.chapter .section-title p {
  color: #f4c71f !important;
}

/* RESTORE -- product category badges: black bg, white text */
.shop .product-grid .product .titles .category-name {
  background: #111 !important;
  color: #fff !important;
}

.shop .product-grid .product .titles .title {
  color: #111 !important;
}

/* RESTORE -- stack wishlist buttons instead of side-by-side */
.shop .product-grid .product .product-buttons {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  width: 100% !important;
  gap: 8px !important;
  padding-right: 0 !important;
}

.shop .product-grid .product .product-buttons button,
.shop .product-grid .product .product-buttons a {
  width: 100% !important;
}

/* RESTORE -- Video Wall: rename handled via lo.js, drop boxed/shadow container */
.video-wall .carousel-wrapper {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* RESTORE -- Instagram rail: hold the marquee until fully loaded, left-to-right fill */
.instagram-feed__rail.is-loading {
  animation-play-state: paused !important;
}

/* ==========================================================================
   LION ORDER HOME FINAL HANDOFF CLEANUP
   Scope: active home stylesheet loaded by the app.
   Keeps product backend buttons/actions intact.
   ========================================================================== */

body .shop {
  background: 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 .section-title,
body .shop .section-title *,
body .shop .section-title .loadin,
body .shop .section-title h1,
body .shop .section-title h2,
body .shop .section-title h3,
body .shop .section-title p {
  color: #111 !important;
  text-shadow: none !important;
}

/* Collection cards intentionally use the original product-grid/card styles.
   This pass only preserves the unified yellow patterned section background
   and the black collection heading above. */

/* 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;
}

/* 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:
    linear-gradient(90deg, rgba(132, 106, 33, .92), rgba(92, 74, 24, .92)),
    url("/images/BlackPattern LO.png") center top / 560px auto repeat,
    #876b22 !important;
}

@media (max-width: 700px) {
	.events .featured-event { width: min(100%, 320px) !important; margin-left: auto !important; margin-right: auto !important; }

		.events .featured-event .image { aspect-ratio: auto !important; height: auto !important; }

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

/* Client copy/color pass: Gatherings readable, Join The Order grounded. */
body .events .section-title p,
body .events .section-title .loadin,
body .events .section-title .overline {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .38) !important;
}

body .events .section-title h2,
body .events .section-title h2 span {
  color: rgba(255, 255, 255, .72) !important;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .32) !important;
}

body .join-the-order .mailer h3,
body footer .footer-mailer h3 {
  color: #050505 !important;
  text-shadow: 0 1px 0 rgba(255, 238, 120, .55), 0 6px 14px rgba(0, 0, 0, .18) !important;
}

body footer .lo-footer-brand__ribbon {
  filter:
    drop-shadow(0 18px 22px rgba(0, 0, 0, .52))
    drop-shadow(0 4px 5px rgba(0, 0, 0, .5)) !important;
}

body footer .lo-footer-brand__medallion {
  filter:
    drop-shadow(0 22px 28px rgba(0, 0, 0, .55))
    drop-shadow(0 5px 6px rgba(0, 0, 0, .48)) !important;
}

/* Footer hard reset for home cascade. */
body footer {
  --lo-footer-ribbon-top: clamp(34px, 3.4vw, 54px) !important;
  --lo-footer-ribbon-height: clamp(34px, 3.2vw, 50px) !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, 128px)) !important;
  margin-top: 0 !important;
  padding-top: var(--lo-footer-pad-top) !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 {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 0 !important;
  height: var(--lo-footer-ribbon-top) !important;
  background:
    linear-gradient(90deg, rgba(132, 106, 33, .92), rgba(92, 74, 24, .92)),
    url("/images/BlackPattern LO.png") center top / 560px auto repeat,
    #876b22 !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 {
  height: calc(var(--lo-footer-ribbon-center) + clamp(58px, 5.2vw, 84px)) !important;
  background: transparent !important;
}

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

body .join-the-order {
  padding-bottom: 0 !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;
  }
}

/* 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;
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !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 {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: calc(100vw + 160px) !important;
  height: var(--lo-footer-ribbon-height) !important;
  transform: translateX(-50%) !important;
  z-index: 2 !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 20px rgba(0, 0, 0, .32),
    0 4px 7px rgba(0, 0, 0, .24) !important;
  pointer-events: none !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 {
  width: 100% !important;
  position: relative !important;
  z-index: 4 !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: 0 !important;
  transform: translateX(-50%) !important;
  z-index: 5 !important;
  pointer-events: none !important;
}

body footer .lo-footer-brand__ribbon {
  display: 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: 7 !important;
}
