:root {
  --pink: #e31c79;
  --yellow: #fce300;
  --green: #00c65e;
  --cyan: #00b5e2;
  --purple: #5f249f;
  --navy: #003a70;
  --orange: #ff7a1a;
  --black: #050505;
  --white: #ffffff;
  --paper: #f7f6f1;
  --ink-soft: #343434;
  --line: rgba(5, 5, 5, 0.14);
  --radius: 8px;
  --page-gutter: clamp(22px, 5vw, 74px);
  --lower-page-gutter: clamp(30px, 6.4vw, 96px);
  --lower-section-y: clamp(64px, 9vw, 124px);
  --card-pad: clamp(20px, 2.4vw, 28px);
  --tight-card-pad: clamp(18px, 2vw, 22px);
}

[data-state-code="AZ"],
.studio-filter[data-state="AZ"] {
  --state-color: var(--cyan);
  --state-text: var(--black);
}

[data-state-code="CA"],
.studio-filter[data-state="CA"] {
  --state-color: var(--orange);
  --state-text: var(--black);
}

[data-state-code="NM"],
.studio-filter[data-state="NM"] {
  --state-color: var(--green);
  --state-text: var(--black);
}

[data-state-code="NJ"],
.studio-filter[data-state="NJ"] {
  --state-color: var(--yellow);
  --state-text: var(--black);
}

[data-state-code="NY"],
.studio-filter[data-state="NY"] {
  --state-color: var(--purple);
  --state-text: var(--white);
}

[data-state-code="OK"],
.studio-filter[data-state="OK"] {
  --state-color: var(--pink);
  --state-text: var(--white);
}

[data-state-code="IL"] {
  --state-color: var(--navy);
  --state-text: var(--white);
}

[data-state-code="NV"] {
  --state-color: #f2b3d1;
  --state-text: var(--black);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--paper);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.gated {
  overflow: hidden;
}

body.state-prompting {
  overflow: hidden;
}

.back-to-top {
  position: fixed;
  right: clamp(16px, 2.5vw, 34px);
  bottom: clamp(18px, 3vw, 38px);
  z-index: 90;
  display: grid;
  width: 74px;
  height: 74px;
  place-content: center;
  border: 3px solid var(--black);
  border-radius: 50%;
  color: var(--black);
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--pink);
  text-decoration: none;
  opacity: 0;
  transform: translateY(24px) rotate(8deg) scale(.82);
  pointer-events: none;
  transition: opacity 180ms ease, transform 220ms ease, box-shadow 180ms ease, background 180ms ease;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0) rotate(-4deg) scale(1);
  pointer-events: auto;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: var(--white);
  background: var(--pink);
  box-shadow: 4px 4px 0 var(--yellow);
  transform: translateY(-5px) rotate(0deg) scale(1.05);
  outline: none;
}

.back-to-top-arrow,
.back-to-top-label {
  display: block;
  text-align: center;
}

.back-to-top-arrow {
  margin-bottom: -3px;
  font-size: 32px;
  font-weight: 900;
  line-height: .8;
}

.back-to-top-label {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}

@media (max-width: 620px) {
  .back-to-top {
    right: 14px;
    bottom: 16px;
    width: 60px;
    height: 60px;
    box-shadow: 5px 5px 0 var(--pink);
  }

  .back-to-top-arrow {
    font-size: 26px;
  }

  .back-to-top-label {
    font-size: 9px;
  }
}

a {
  color: inherit;
}

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

.product-card,
.mockup-card,
.shop-type-card,
.occasion-card,
.compare-card,
.compare-empty,
.flavor-lane,
.state-storefront-card,
.state-rail-card,
.state-card,
.state-detail,
.state-panels article,
.state-hub-card,
.state-product-card,
.state-next-steps a,
.finder-result,
.finder-retailer-card,
.retailer-card,
.us-location-map,
.us-map-panel,
.learn-card,
.faq article,
.testing-callout,
.batch-lookup,
.authenticity article,
.auth-flow-steps article,
.responsible-grid article,
.coa-grid article,
.proof-grid article,
.drop-highlights a,
.event-hub-card,
.event-preview-grid article,
.retailer-tools a,
.compliance article,
.compliance-table span,
.format-guide-strip article {
  overflow-wrap: anywhere;
}

.btn,
.card-action,
.studio-filter,
.state-card,
.shop-type-card,
.header-cta,
.search-toggle,
.state-preference-trigger {
  white-space: normal;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px var(--page-gutter);
  background: var(--pink);
  border-bottom: 4px solid var(--yellow);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.brand img {
  width: 150px;
  display: block;
  filter: brightness(0) saturate(100%) invert(86%) sepia(99%) saturate(1817%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px var(--page-gutter);
  border-bottom: 4px solid var(--yellow);
  background: var(--pink);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.detail-header img {
  width: 150px;
  display: block;
  filter: brightness(0) saturate(100%) invert(86%) sepia(99%) saturate(1817%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.detail-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(10px, 2vw, 22px);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-nav a {
  position: relative;
  text-decoration: none;
}

.detail-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--yellow), var(--green), var(--cyan));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.detail-nav a:hover::after,
.detail-nav a:focus-visible::after {
  transform: scaleX(1);
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

nav a,
.footer-links a {
  position: relative;
  text-decoration: none;
}

nav a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--yellow), var(--green), var(--cyan));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms ease;
}

nav a:hover::after,
nav a:focus-visible::after,
.global-site-nav a[aria-current="page"]::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
}

.global-site-nav {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* Give each primary menu item one clean Cure Injoy brand-color accent. */
.global-site-nav a::after { background: var(--yellow); }
.global-site-nav a:nth-child(2)::after { background: var(--cyan); }
.global-site-nav a:nth-child(3)::after { background: var(--green); }
.global-site-nav a:nth-child(4)::after { background: var(--white); }
.global-site-nav a:nth-child(5)::after { background: var(--purple); }

.global-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 150px;
}

.global-site-nav a[aria-current="page"] {
  font-weight: 950;
}

.mobile-nav-toggle {
  display: none;
  width: 48px;
  height: 44px;
  padding: 10px;
  border: 2px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  background: var(--yellow);
  cursor: pointer;
  box-shadow: 4px 5px 0 var(--black);
}

.mobile-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 200ms ease, opacity 160ms ease;
}

@media (max-width: 700px) {
  .site-header,
  .detail-header {
    position: sticky;
    top: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    background: var(--pink);
    border-bottom: 4px solid var(--yellow);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header > .brand,
  .detail-header > a:first-child {
    grid-column: 1;
    grid-row: 1;
    width: max-content;
  }

  .mobile-nav-toggle {
    grid-column: 2;
    grid-row: 1;
    display: block;
    justify-self: end;
  }

  .site-header .global-site-nav,
  .detail-header .global-site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 14px 0 4px;
    overflow: visible;
  }

  .site-header.mobile-nav-open .global-site-nav,
  .detail-header.mobile-nav-open .global-site-nav {
    display: grid;
    animation: mobileNavReveal 220ms ease both;
  }

  .global-site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 13px;
    border: 2px solid var(--black);
    border-radius: 10px;
    color: var(--black);
    background: var(--white);
  }

  .global-site-nav a::after {
    position: static;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    transform: scale(1);
    background: var(--yellow);
  }

  .global-site-nav a[aria-current="page"] {
    background: var(--yellow);
  }

  .global-site-nav a:nth-child(2)::after { background: var(--cyan); }
  .global-site-nav a:nth-child(3)::after { background: var(--green); }
  .global-site-nav a:nth-child(4)::after { background: var(--white); }
  .global-site-nav a:nth-child(5)::after { background: var(--purple); }

  .mobile-nav-open .mobile-nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mobile-nav-open .mobile-nav-toggle span:nth-child(2) { opacity: 0; }
  .mobile-nav-open .mobile-nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .site-header .header-actions,
  .site-header > .header-cta,
  .global-header-tools {
    display: none;
  }

  .site-header.mobile-nav-open .global-header-tools,
  .detail-header.mobile-nav-open .global-header-tools {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    width: 100%;
    min-width: 0;
    justify-content: stretch;
    padding-top: 4px;
  }

  .mobile-nav-open .global-header-tools .site-search {
    width: 100%;
  }

  .mobile-nav-open .global-header-tools .search-toggle {
    width: 100%;
    background: var(--yellow);
  }

  .mobile-nav-open .global-header-tools .search-panel {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 8px;
    box-shadow: 5px 6px 0 var(--black);
  }
}

/* 2026-09-02 premium refinement pass
   Preserves Mo-approved homepage structure while tightening hierarchy,
   interaction, mobile usability, and brand consistency. */
:root {
  --injoy-yellow: #ffe600;
  --injoy-pink: #e81778;
  --injoy-blue: #19afd2;
  --injoy-purple: #6828a2;
  --injoy-green: #00c86f;
  --injoy-ink: #111;
  --injoy-cream: #f5f1e9;
  --section-gutter: clamp(1.25rem, 4vw, 4.5rem);
}

html { scroll-padding-top: 92px; }
body { overflow-x: hidden; }

.site-header,
.detail-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 76px;
  border-bottom: 3px solid var(--injoy-ink);
  box-shadow: 0 8px 24px rgba(17, 17, 17, .12);
}

.site-header > .brand img,
.detail-header > a:first-child img {
  width: clamp(132px, 11vw, 188px);
  height: auto;
}

.global-site-nav { gap: clamp(1rem, 2.3vw, 2.4rem); }
.global-site-nav a {
  position: relative;
  padding-block: .75rem;
  font-size: .84rem;
  letter-spacing: .045em;
}
.global-site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: .42rem;
  height: 3px;
  border-radius: 99px;
  background: var(--injoy-yellow);
  transition: right .2s ease;
}
.global-site-nav a:hover::after,
.global-site-nav a:focus-visible::after,
.global-site-nav a[aria-current="page"]::after { right: 0; }

.state-preference-trigger,
.header-cta,
.search-toggle {
  min-height: 44px;
  padding-inline: 1rem;
  border-width: 2px;
}
.state-preference-trigger {
  background: var(--injoy-yellow);
  color: var(--injoy-ink);
  box-shadow: 4px 4px 0 var(--injoy-ink);
}

.header-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(17,17,17,.74) 0%, rgba(17,17,17,.38) 39%, rgba(17,17,17,.04) 70%);
}
.header-slide-copy {
  z-index: 2;
  width: min(610px, 46vw);
  padding-left: var(--section-gutter);
  text-shadow: 0 2px 20px rgba(0,0,0,.28);
}
.header-slide-copy > span {
  padding: .5rem .8rem;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--injoy-ink);
  text-shadow: none;
}
.header-slide-copy h1,
.header-slide-copy h2 {
  max-width: 11ch;
  margin-block: 1rem .85rem;
  font-size: clamp(3.2rem, 6vw, 7.5rem);
  line-height: .88;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.header-slide-copy p {
  max-width: 45ch;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.5;
}
.header-slide-copy em {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  padding: .75rem 1.1rem;
  border: 2px solid var(--injoy-ink);
  border-radius: 999px;
  background: var(--injoy-yellow);
  color: var(--injoy-ink);
  text-shadow: none;
  box-shadow: 5px 6px 0 var(--injoy-ink);
}

.collection-story {
  min-height: 680px;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  border-block: 4px solid var(--injoy-ink);
}
.collection-story-art,
.collection-story-copy {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.collection-story-art { min-height: 680px; }
.collection-story-art img.collection-story-lifestyle {
  min-height: 680px;
  transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
.collection-story:hover .collection-story-lifestyle { transform: scale(1.025) !important; }
.collection-story-copy { max-width: 760px; }
.collection-story-copy h2 { text-wrap: balance; }
.collection-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2rem;
}
.collection-story-actions .btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.story-state-button {
  background: #fff;
  color: var(--injoy-ink);
  border: 3px solid var(--injoy-ink);
  box-shadow: 6px 7px 0 var(--injoy-ink);
  cursor: pointer;
}

.mo-category-hub-classic {
  padding: clamp(4rem, 7vw, 7rem) var(--section-gutter);
  gap: clamp(1rem, 2vw, 1.75rem);
  background: var(--injoy-cream);
}
.mo-category-card {
  min-height: 360px;
  padding: clamp(1.35rem, 2.2vw, 2.2rem);
  border-radius: 24px;
  box-shadow: 9px 11px 0 var(--injoy-ink);
  transition: transform .22s ease, box-shadow .22s ease;
}
.mo-category-card:hover,
.mo-category-card:focus-visible {
  transform: translateY(-8px) rotate(-.35deg);
  box-shadow: 14px 18px 0 var(--injoy-ink);
}
.mo-category-card h2 {
  max-width: 9ch;
  font-size: clamp(2.25rem, 3.4vw, 4rem);
  line-height: .9;
  text-wrap: balance;
}
.mo-category-card p { max-width: 32ch; font-size: 1rem; line-height: 1.48; }
.mo-category-card em {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: auto;
}
.mo-category-card em::after { content: "↗"; font-size: 1.15em; }

.collection-showcase { padding-inline: var(--section-gutter); }
.collection-showcase > .section-heading { margin-inline: auto; text-align: center; }
.collection-showcase > .section-heading h2 { text-wrap: balance; }
.collection-card {
  min-height: 520px;
  box-shadow: 12px 14px 0 var(--injoy-ink);
}
.collection-card-copy { display: flex; flex-direction: column; justify-content: center; }
.collection-card-copy h3 { text-wrap: balance; }
.collection-pack-row.state-product-photo-row { gap: clamp(.5rem, 1.5vw, 1.25rem); }
.collection-pack-row.state-product-photo-row img {
  box-shadow: 7px 9px 0 rgba(17,17,17,.78);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}

.home-flavor-portal {
  min-height: 720px;
  border-block: 4px solid var(--injoy-ink);
}
.flavor-portal-copy > p:not(.eyebrow) { max-width: 44ch; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.55; }
.flavor-portal-button { min-height: 58px; }

.state-finder { min-height: 660px; }
.footer a { min-height: 34px; display: inline-flex; align-items: center; }

.btn,
.header-cta,
.state-preference-trigger,
.search-toggle,
.flavor-mood,
.flavor-portal-button,
.product-directory-filters button { transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.btn:hover,
.btn:focus-visible,
.story-state-button:hover,
.story-state-button:focus-visible { transform: translateY(-3px); }

:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 7px var(--injoy-purple);
}

@media (max-width: 980px) {
  .collection-story { grid-template-columns: 1fr; }
  .collection-story-art { min-height: 560px; border-right: 0; border-bottom: 4px solid var(--injoy-ink); }
  .collection-story-art img.collection-story-lifestyle { min-height: 560px; }
  .collection-story-copy { max-width: none; }
  .mo-category-hub-classic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 68px; }
  .site-header,
  .detail-header {
    min-height: 68px;
    padding: .65rem .9rem;
  }
  .site-header > .brand img,
  .detail-header > a:first-child img { width: 124px; }
  .mobile-nav-toggle { min-width: 46px; min-height: 46px; }
  .global-site-nav a { min-height: 48px; display: flex; align-items: center; font-size: 1rem; }
  .header-slide { min-height: min(76svh, 720px); }
  .header-slide::after { background: linear-gradient(0deg, rgba(17,17,17,.78), rgba(17,17,17,.08) 74%); }
  .header-slide-copy {
    width: auto;
    left: 0;
    right: 0;
    bottom: 3rem;
    padding: 1.25rem;
  }
  .header-slide-copy h1,
  .header-slide-copy h2 { max-width: 12ch; font-size: clamp(2.65rem, 12.8vw, 4.4rem); }
  .header-slide-copy p { max-width: 34ch; font-size: .98rem; }
  .header-slide-copy em { min-height: 46px; }
  .collection-story-art,
  .collection-story-art img.collection-story-lifestyle { min-height: 430px; }
  .collection-story-lifestyle { object-position: center center !important; }
  .collection-story-copy { padding: 3.5rem 1.25rem 4rem; }
  .collection-story-copy h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .collection-story-actions { display: grid; grid-template-columns: 1fr; }
  .collection-story-actions .btn { width: 100%; }
  .collection-story-copy .brand-mission-line { line-height: 1.35; }
  .mo-category-hub-classic { grid-template-columns: 1fr; padding-block: 3.5rem; }
  .mo-category-card { min-height: 300px; }
  .mo-category-card h2 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .collection-showcase { padding-block: 4.5rem; }
  .collection-grid { gap: 1.6rem; }
  .collection-card { border-radius: 20px; box-shadow: 7px 8px 0 var(--injoy-ink); }
  .collection-card-copy { padding: 2.25rem 1.35rem; }
  .collection-card-copy h3 { font-size: clamp(2.45rem, 12.5vw, 3.65rem); }
  .collection-pack-row.state-product-photo-row {
    min-height: 350px;
    padding: 1.4rem .7rem;
  }
  .collection-pack-row.state-product-photo-row img { border-radius: 11px; box-shadow: 4px 6px 0 rgba(17,17,17,.76); }
  .home-flavor-portal { min-height: auto; padding-block: 4.5rem; }
  .flavor-portal-copy h2 { text-wrap: balance; }
  .flavor-mood-row { gap: .6rem; }
  .flavor-mood { min-height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Mobile hero covers must reach every edge of the image—no exposed side gutters. */
@media (max-width: 700px) {
  .header-slide:not(.header-slide-video)::before,
  .header-slide:not(.header-slide-video)::after {
    inset: 0 !important;
    border-radius: 0;
  }

  .header-slide:not(.header-slide-video) figure {
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

/* Real 2026 packaging inside the restored rotating homepage banner */
.slide-pack-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 28px);
  padding: clamp(70px, 8vw, 120px) clamp(28px, 6vw, 100px) clamp(40px, 5vw, 76px) 50%;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,230,0,.96) 0 9%, transparent 9.3%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.1) 0 18px, transparent 18px 56px);
}
.header-slide figure .slide-pack-stage img {
  display: block;
  width: clamp(155px, 14vw, 245px);
  height: auto;
  max-height: 72vh;
  object-fit: contain;
  padding: 0;
  border: 4px solid #111;
  border-radius: 14px 14px 5px 5px;
  background: #fff;
  box-shadow: 18px 22px 0 rgba(17,17,17,.9);
}
.header-slide figure .slide-pack-stage img:nth-child(1) { transform: rotate(-7deg) translateY(5%); }
.header-slide figure .slide-pack-stage img:nth-child(2) { z-index: 2; transform: translateY(-4%); }
.header-slide figure .slide-pack-stage img:nth-child(3) { transform: rotate(7deg) translateY(5%); }
.header-slide figure .slide-pack-stage-resin img { width: clamp(175px, 16vw, 275px); }

@media (max-width: 900px) {
  .slide-pack-stage { justify-content: center; padding: 45% 12px 22px; gap: 8px; }
  .header-slide figure .slide-pack-stage img { width: min(27vw, 170px); max-height: 46vh; box-shadow: 8px 10px 0 rgba(17,17,17,.9); border-width: 3px; }
  .header-slide figure .slide-pack-stage-resin img { width: min(29vw, 184px); }
  .header-slide-copy { align-content: start; padding-top: 18px; }
  .header-slide-copy p { max-width: 36ch; }
}

@media (max-width: 480px) {
  .site-header .global-site-nav,
  .detail-header .global-site-nav {
    grid-template-columns: 1fr;
  }
}

@keyframes mobileNavReveal {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 701px) {
  .site-header,
  .detail-header {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
    align-items: center;
  }

  .site-header > .brand,
  .detail-header > a:first-child {
    justify-self: start;
  }

  .mobile-nav-toggle {
    display: none !important;
  }

  .site-header .global-site-nav,
  .detail-header .global-site-nav {
    display: flex !important;
    justify-self: center;
  }

  .global-header-tools {
    justify-self: end;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 16px;
  color: var(--white);
  background: var(--black);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}

.state-preference-trigger {
  min-height: 38px;
  padding: 9px 14px;
  border: 2px solid var(--black);
  border-radius: 999px;
  color: var(--state-text, var(--black));
  background: var(--state-color, var(--yellow));
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.state-preference-trigger:hover,
.state-preference-trigger:focus-visible {
  transform: translateY(-2px);
}

.site-search {
  position: relative;
}

.search-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  width: min(430px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 10px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 10px 12px 0 rgba(5, 5, 5, 0.16);
}

.search-panel[hidden] {
  display: none;
}

.search-panel label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.search-panel input {
  min-width: 0;
  min-height: 42px;
  padding: 0 14px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.search-toggle,
.search-submit {
  min-height: 42px;
  padding: 0 13px;
  border: 2px solid var(--black);
  border-radius: 999px;
  color: var(--white);
  background: var(--black);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.search-toggle {
  color: var(--black);
  background: var(--white);
}

.site-search.open .search-toggle {
  background: var(--yellow);
}

.search-submit {
  color: var(--white);
  background: var(--black);
}

.search-results {
  position: absolute;
  top: calc(100% + 68px);
  right: 0;
  z-index: 30;
  width: min(430px, calc(100vw - 36px));
  max-height: 70vh;
  overflow: auto;
  padding: 10px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 12px 14px 0 rgba(5, 5, 5, 0.18);
}

.search-results p {
  margin: 0;
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.search-hit {
  width: 100%;
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 0;
  border-radius: var(--radius);
  color: var(--black);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.search-hit + .search-hit {
  border-top: 1px solid var(--line);
}

.search-hit:hover,
.search-hit:focus-visible {
  background: var(--yellow);
  outline: 0;
}

.search-hit strong {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.search-hit span {
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.search-hit em {
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--paper);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.header-banner-slider {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 78px);
  padding: 0;
  background: var(--paper);
}

.header-slider-shell {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-rows: 1fr auto;
  border-bottom: 3px solid var(--black);
  border-radius: 0;
  background: var(--black);
  box-shadow: none;
  overflow: hidden;
}

.header-slider-track {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.header-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: clamp(34px, 6vw, 86px) var(--page-gutter);
  color: var(--black);
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(4%);
  transition:
    opacity 360ms ease,
    transform 420ms ease;
  overflow: hidden;
}

.header-slide > * {
  min-width: 0;
}

.header-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.header-slide:nth-child(1) {
  background: var(--pink);
}

.header-slide:nth-child(2) {
  background: var(--cyan);
}

.header-slide:nth-child(3) {
  background: var(--purple);
  color: var(--white);
}

.header-slide:nth-child(4) {
  background: var(--yellow);
}

.header-slide:nth-child(5) {
  background: var(--cyan);
  color: var(--white);
}

.header-slide:nth-child(6) {
  background: var(--green);
}

.header-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.22) 40%, rgba(0, 0, 0, 0.02) 72%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.24), transparent 42%);
  pointer-events: none;
}

.header-slide:nth-child(3)::before,
.header-slide:nth-child(5)::before {
  border-color: rgba(255, 255, 255, 0.36);
}

.availability-badge {
  display: inline-flex;
  width: max-content;
  padding: 8px 12px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 223, 0, 0.94);
  color: var(--black);
  font-size: 11px;
  font-weight: 950;
  text-shadow: none;
  text-transform: uppercase;
}

.header-slide-copy {
  position: relative;
  z-index: 4;
  width: min(720px, 48vw);
  display: grid;
  justify-items: start;
  align-content: center;
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.header-slide-copy span,
.header-slide-copy em {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--black);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.header-slide-copy em {
  position: relative;
  z-index: 20;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 4px;
  padding: 13px 20px;
  border: 3px solid var(--black);
  background: var(--white);
  box-shadow: 6px 7px 0 rgba(5, 5, 5, 0.18);
  font-size: clamp(12px, 1.05vw, 15px);
  line-height: 1;
}

.header-slide-copy em::after {
  content: "";
  position: absolute;
  inset: -9px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.36);
}

.header-slide:first-child .header-slide-copy {
  padding-bottom: clamp(12px, 2vw, 26px);
}

.header-slide:first-child .header-slide-copy em {
  margin-top: 8px;
}

.header-slide:nth-child(3) .header-slide-copy span,
.header-slide:nth-child(5) .header-slide-copy span,
.header-slide:nth-child(3) .header-slide-copy em,
.header-slide:nth-child(5) .header-slide-copy em {
  background: var(--white);
  color: var(--black);
}

.header-slide-copy h1,
.header-slide-copy h2 {
  max-width: 760px;
  margin: 18px 0 16px;
  font-size: clamp(42px, 5.8vw, 92px);
}

.header-slide-copy p {
  max-width: 58ch;
  margin-bottom: 18px;
  color: inherit;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.42;
}

.header-slide figure {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.header-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  padding: 0;
}

.header-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px var(--page-gutter) 16px;
  background: var(--black);
}

.header-slider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.header-slider-dots button {
  width: 12px;
  height: 12px;
  min-height: 12px;
  padding: 0;
  border: 2px solid var(--white);
  border-radius: 999px;
  background: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  transition:
    width 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.header-slider-dots button:hover,
.header-slider-dots button:focus-visible {
  transform: scale(1.18);
  outline: none;
}

.header-slider-dots button.active {
  width: 34px;
  background: var(--yellow);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 7vw, 92px) var(--page-gutter) 42px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  height: 18px;
  border: 2px solid var(--black);
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--yellow), var(--green), var(--cyan), var(--purple));
  transform: translateX(0);
  animation: ribbonSlide 8s ease-in-out infinite alternate;
}

.hero-copy,
.hero-stage {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(48px, 8vw, 108px);
  line-height: 0.91;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 0.96;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-text,
.intro p,
.section-heading p,
.testing-callout p,
.state-detail p,
.compliance p,
.legal {
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.5;
}

.hero-actions,
.age-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-carousel {
  display: grid;
  gap: 12px;
  max-width: 640px;
  margin-top: clamp(22px, 4vw, 38px);
}

.hero-slide {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background: var(--white);
  text-decoration: none;
  box-shadow: 8px 10px 0 rgba(5, 5, 5, 0.12);
  transform: translateX(0);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.hero-slide:hover,
.hero-slide:focus-visible {
  filter: saturate(1.08);
  transform: translateX(8px);
  box-shadow: 12px 14px 0 rgba(5, 5, 5, 0.18);
}

.hero-slide span,
.hero-slide em {
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-slide strong {
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-slide em {
  color: var(--ink-soft);
  line-height: 1.35;
}

.hero-slide-state {
  background: linear-gradient(100deg, var(--purple), var(--yellow));
}

.hero-slide-flavor {
  background: linear-gradient(100deg, var(--pink), var(--orange), var(--yellow));
}

.hero-slide-events {
  background: linear-gradient(100deg, var(--cyan), var(--green));
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  border: 2px solid var(--black);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -70%;
  width: 56%;
  background: rgba(255, 255, 255, 0.42);
  transform: none;
  transition: left 360ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px) rotate(-0.35deg);
  box-shadow: 8px 10px 0 rgba(5, 5, 5, 0.16);
}

.btn:hover::after,
.btn:focus-visible::after {
  left: 120%;
}

.btn.primary {
  color: var(--white);
  background: var(--black);
}

.btn.secondary,
.btn.ghost {
  color: var(--black);
  background: transparent;
}

.hero-stage {
  position: relative;
  min-height: 590px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 15% 20%, var(--yellow) 0 12%, transparent 13%),
    radial-gradient(circle at 80% 10%, var(--pink) 0 14%, transparent 15%),
    linear-gradient(145deg, var(--cyan), var(--green) 48%, var(--yellow));
  overflow: hidden;
  box-shadow: 0 34px 80px rgba(5, 5, 5, 0.18);
  animation: stageFloat 7s ease-in-out infinite;
}

.hero-stage::after {
  content: "INJOY";
  position: absolute;
  inset: auto -24px 18px auto;
  color: rgba(255, 255, 255, 0.44);
  font-size: clamp(84px, 13vw, 190px);
  font-weight: 900;
  line-height: 0.8;
}

.orbit {
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  animation: spin 16s linear infinite;
}

.orbit-one {
  width: 360px;
  height: 360px;
  left: -70px;
  top: 90px;
}

.orbit-two {
  width: 520px;
  height: 520px;
  right: -190px;
  bottom: -120px;
  animation-duration: 24s;
  animation-direction: reverse;
}

.device {
  position: absolute;
  width: 118px;
  height: 400px;
  border: 5px solid var(--black);
  border-radius: 58px;
  background: var(--white);
  box-shadow: 18px 24px 0 rgba(5, 5, 5, 0.18);
  animation: bob 4.8s ease-in-out infinite;
  overflow: hidden;
}

.device:not(.device-photo)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--black);
  transform: translateX(-50%);
}

.device-photo {
  width: 180px;
  height: 500px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(18px 24px 0 rgba(5, 5, 5, 0.16)) drop-shadow(0 18px 30px rgba(5, 5, 5, 0.2));
  overflow: visible;
}

.device-photo::before {
  content: none;
}

.device-photo::after {
  content: none;
}

.device-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  filter: saturate(1.08) contrast(1.04);
  pointer-events: none;
  user-select: none;
}

.device-photo span {
  display: none;
}

.device span {
  position: absolute;
  left: 50%;
  bottom: 62px;
  writing-mode: vertical-rl;
  transform: translateX(-50%) rotate(180deg);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 2;
  padding: 8px 4px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(5, 5, 5, 0.72);
  box-shadow: 0 8px 20px rgba(5, 5, 5, 0.16);
}

.device-pink {
  left: 16%;
  top: 92px;
}

.device-blue {
  left: 44%;
  top: 138px;
  color: var(--white);
  animation-delay: -1.4s;
}

.device-green {
  right: 12%;
  top: 72px;
  animation-delay: -2.5s;
}

.badge {
  position: absolute;
  z-index: 2;
  padding: 12px 16px;
  border: 3px solid var(--black);
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  animation: badgePulse 3.2s ease-in-out infinite;
}

.badge-top {
  right: 36px;
  top: 36px;
}

.badge-bottom {
  left: 34px;
  bottom: 34px;
  background: var(--white);
  animation-delay: -1.4s;
}

.ticker {
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: marquee 22s linear infinite;
}

.ticker span {
  padding: 18px 28px;
  font-size: clamp(24px, 4vw, 54px);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.split-band,
.lifestyle-story,
.mo-category-hub,
.products,
.product-studio,
.finder,
.states,
.locator,
.learn,
.faq,
.drops,
.events,
.retailers,
.compliance,
.testing-callout {
  padding: clamp(54px, 8vw, 112px) var(--page-gutter);
}

.compare-lab,
.flavor-guide,
.injoy-finder,
.occasion-shop,
.finder,
.states,
.state-storefronts,
.locator,
.testing-callout,
.coa-school,
.authenticity,
.auth-flow,
.learn,
.responsible-center,
.faq,
.drops,
.product-universe,
.social-proof,
.events,
.retailers,
.compliance,
.footer {
  padding: var(--lower-section-y) var(--lower-page-gutter);
}

.split-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
  background: var(--white);
}

.lifestyle-story {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background: var(--pink);
}

.lifestyle-story .eyebrow,
.lifestyle-story p,
.lifestyle-story h2 {
  color: var(--white);
}

.lifestyle-story p:not(.eyebrow) {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.5;
}

.lifestyle-story .brand-mission-line {
  max-width: 780px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 4px solid var(--yellow);
  color: var(--yellow);
  font-family: var(--display-font);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

figure {
  margin: 0;
}

.lifestyle-story img,
.finder-photo img,
.locator-photo img,
.testing-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lifestyle-story figure,
.finder-photo,
.locator-photo,
.testing-photo {
  position: relative;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: 14px 16px 0 rgba(5, 5, 5, 0.16);
}

.finder-photo,
.locator-photo,
.testing-photo {
  animation: photoFloat 7.5s ease-in-out infinite;
}

.testing-photo {
  animation-delay: -2.4s;
}

.locator-photo {
  animation-delay: -1.2s;
}

.lifestyle-story figure {
  min-height: 0;
  aspect-ratio: 1717 / 916;
  animation: photoFloat 7s ease-in-out infinite;
}

.mo-category-hub {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.6vw, 30px);
  background: var(--paper);
}

.mo-category-card {
  position: relative;
  min-height: 280px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  text-decoration: none;
  overflow: hidden;
  box-shadow: 12px 14px 0 rgba(5, 5, 5, 0.16);
  isolation: isolate;
}

.mo-category-card::before,
.mo-category-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 2px solid rgba(5, 5, 5, 0.65);
  border-radius: 999px;
  opacity: 0.5;
  transition: transform 260ms ease;
}

.mo-category-card::before {
  width: 150px;
  height: 150px;
  right: -44px;
  top: -42px;
}

.mo-category-card::after {
  width: 260px;
  height: 260px;
  left: -110px;
  bottom: -136px;
}

.mo-category-card:hover::before,
.mo-category-card:focus-visible::before {
  transform: translate(-12px, 10px) scale(1.08);
}

.mo-category-card:hover::after,
.mo-category-card:focus-visible::after {
  transform: translate(16px, -10px) scale(1.05);
}

.mo-category-card span,
.mo-category-card em {
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.mo-category-card h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
}

.mo-category-card p {
  max-width: 28ch;
  margin-bottom: 0;
  color: rgba(5, 5, 5, 0.78);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.45;
}

.mo-category-products {
  background: linear-gradient(135deg, var(--pink), var(--orange));
}

.mo-category-deals {
  background: linear-gradient(135deg, var(--yellow), var(--green));
}

.mo-category-merch {
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  color: var(--white);
}

.mo-category-merch p {
  color: rgba(255, 255, 255, 0.86);
}

.mo-category-testing {
  background: linear-gradient(135deg, var(--white), var(--yellow));
}

/* Homepage four-square destination hub */
.mo-category-hub {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(48px, 7vw, 88px);
}

.mo-category-card {
  min-height: 0;
  aspect-ratio: 1 / 1;
  display: block;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 8px;
  box-shadow: none;
  isolation: isolate;
}

.mo-category-card::before,
.mo-category-card::after {
  display: none;
}

.mo-category-products { background: var(--cyan); }
.mo-category-deals { background: var(--orange); }
.mo-category-merch { background: var(--yellow); color: var(--black); }
.mo-category-testing { background: var(--purple); color: var(--white); }

.mo-category-number {
  position: relative;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  min-height: 24px;
  padding: 4px 7px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 10px !important;
}

.mo-category-copy {
  position: absolute;
  z-index: 3;
  left: clamp(22px, 3vw, 36px);
  bottom: clamp(22px, 3vw, 36px);
  width: calc(100% - clamp(44px, 6vw, 72px));
}

.mo-category-copy > span {
  display: block;
  margin-bottom: 5px;
}

.mo-category-card h2 {
  max-width: 9ch;
  margin: 0 0 16px;
  font-size: clamp(25px, 2.8vw, 43px);
  line-height: .86;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.mo-category-card em {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 2px solid var(--black);
  color: var(--black);
  background: var(--white);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.mo-category-card em b {
  font-size: 20px;
  line-height: .7;
}

.mo-category-card:hover em,
.mo-category-card:focus-visible em {
  color: var(--white);
  background: var(--black);
  transform: translateX(5px);
}

.mo-category-art {
  position: absolute;
  z-index: 1;
  right: -3%;
  top: -3%;
  width: 54%;
  height: 64%;
  object-fit: contain;
  filter: drop-shadow(0 18px 16px rgba(5, 5, 5, .22));
  transition: transform 300ms ease;
}

.mo-category-art-photo {
  top: 8%;
  right: 4%;
  width: 52%;
  height: 48%;
  object-fit: cover;
  object-position: center;
  border: 3px solid var(--black);
  border-radius: 48% 52% 44% 56% / 56% 42% 58% 44%;
  clip-path: polygon(9% 2%, 91% 0, 100% 17%, 96% 87%, 82% 100%, 10% 96%, 0 80%, 3% 15%);
}

.mo-category-card:hover .mo-category-art,
.mo-category-card:focus-visible .mo-category-art {
  transform: translateY(-8px) rotate(2deg) scale(1.035);
}

.mo-category-merch p {
  color: inherit;
}

.home-resource-strip {
  position: relative;
  padding: clamp(48px, 7vw, 86px) var(--lower-page-gutter);
  background: var(--white);
}

.home-resource-strip > span[aria-hidden="true"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.home-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.home-resource-grid a {
  display: grid;
  min-height: 180px;
  align-content: space-between;
  gap: 16px;
  padding: var(--card-pad);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  text-decoration: none;
  background: var(--paper);
  box-shadow: 8px 10px 0 rgba(5, 5, 5, 0.12);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.home-resource-grid a:nth-child(1) {
  background: linear-gradient(135deg, var(--yellow), var(--white));
}

.home-resource-grid a:nth-child(2) {
  background: linear-gradient(135deg, var(--pink), var(--orange));
}

.home-resource-grid a:nth-child(3) {
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.home-resource-grid a:nth-child(4) {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--navy));
}

.home-resource-grid a:hover,
.home-resource-grid a:focus-visible {
  transform: translateY(-7px);
  box-shadow: 12px 14px 0 rgba(5, 5, 5, 0.18);
}

.home-resource-grid span,
.home-resource-grid em {
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.home-resource-grid strong {
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1;
  text-transform: uppercase;
}

.home-legal-note {
  max-width: 980px;
  margin: clamp(24px, 4vw, 38px) 0 0;
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading h2 {
  position: relative;
}

.compare-lab .section-heading,
.flavor-guide .section-heading,
.injoy-finder .section-heading,
.occasion-shop .section-heading,
.finder .section-heading,
.state-storefronts .section-heading,
.locator .section-heading,
.coa-school .section-heading,
.authenticity .section-heading,
.learn .section-heading,
.responsible-center .section-heading,
.faq .section-heading,
.events .section-heading,
.retailers .section-heading,
.compliance .section-heading {
  max-width: 980px;
  margin-bottom: clamp(34px, 5vw, 54px);
}

.compare-lab .section-heading h2,
.finder .section-heading h2,
.testing-callout h2,
.faq .section-heading h2,
.compliance .section-heading h2 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
}

.flavor-guide .section-heading h2,
.occasion-shop .section-heading h2,
.state-storefronts .section-heading h2,
.coa-school .section-heading h2,
.authenticity .section-heading h2,
.product-universe h2,
.events .section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.02;
}

.injoy-finder .section-heading h2,
.locator .section-heading h2,
.learn .section-heading h2,
.responsible-center .section-heading h2,
.retailers .section-heading h2 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 5.6vw, 76px);
}

.section-heading h2::after {
  content: "";
  display: block;
  width: min(190px, 42vw);
  height: 10px;
  margin-top: 14px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--yellow), var(--green), var(--cyan));
  background-size: 240% 100%;
  animation: stripShift 5.5s ease-in-out infinite alternate;
}

.section-heading.compact {
  margin-bottom: 24px;
}

.product-grid,
.compliance-grid,
.learn-grid,
.locator-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.featured-lineup-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 4vw, 42px);
}

.product-card,
.finder-result,
.retailer-card,
.learn-card,
.compliance article,
.state-detail {
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
}

.product-card {
  position: relative;
  color: inherit;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: var(--tight-card-pad);
  overflow: hidden;
  text-decoration: none;
}

.product-card::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 44%;
  height: 14px;
  z-index: 0;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  transform: translateX(-18%);
  transition: transform 360ms ease;
}

.product-card > * {
  position: relative;
  z-index: 1;
}

.product-card.pink {
  background: var(--pink);
}

.product-card.yellow {
  background: var(--yellow);
}

.product-card.green {
  background: var(--green);
}

.product-card.blue {
  color: var(--white);
  background: var(--navy);
}

.product-visual {
  width: 100%;
  min-height: 230px;
  margin-bottom: 18px;
  border: 3px solid currentColor;
  border-radius: 999px;
  background:
    linear-gradient(currentColor, currentColor) center 34px / 18px 18px no-repeat,
    rgba(255, 255, 255, 0.58);
  transform: rotate(-8deg);
  animation: tiltFloat 5.8s ease-in-out infinite;
  transition: transform 260ms ease;
}

.product-visual.photo-visual {
  display: block;
  min-height: 260px;
  aspect-ratio: 1;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.08);
}

.products .product-visual.photo-visual {
  overflow: visible;
  transform: none;
  animation: softBounce 6s ease-in-out infinite;
}

.product-visual.photo-visual img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  filter: drop-shadow(0 12px 18px rgba(5, 5, 5, 0.18));
}

.product-type {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card p:not(.product-type) {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.45;
}

.product-card .card-action {
  margin-top: auto;
  font-weight: 900;
  text-transform: uppercase;
}

.animated-card-link {
  position: relative;
  isolation: isolate;
  text-decoration: none;
  transform: translateY(0) rotate(0.001deg);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    filter 260ms ease,
    border-color 260ms ease;
}

.animated-card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, var(--pink), var(--yellow), var(--green), var(--cyan));
  opacity: 0;
  transform: scale(0.98);
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.animated-card-link > * {
  position: relative;
  z-index: 1;
}

.animated-card-link:hover,
.animated-card-link:focus-visible {
  filter: saturate(1.08);
  transform: translateY(-8px) rotate(-0.75deg);
  box-shadow: 16px 18px 0 rgba(5, 5, 5, 0.2);
}

.animated-card-link:hover::after,
.animated-card-link:focus-visible::after {
  opacity: 0.34;
  transform: scale(1);
}

.animated-card-link:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 5px;
}

.animated-card-link:hover .product-visual,
.animated-card-link:focus-visible .product-visual {
  animation: none;
  transform: rotate(-4deg) scale(1.04);
}

.animated-card-link:hover.product-card::before,
.animated-card-link:focus-visible.product-card::before {
  transform: translateX(18%);
}

.animated-card-link:hover .mock-package,
.animated-card-link:focus-visible .mock-package {
  filter: saturate(1.15);
}

.animated-card-link:hover .mock-strain,
.animated-card-link:focus-visible .mock-strain {
  transform: rotate(-6deg) scale(1.04);
}

.card-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: currentColor;
  font-style: normal;
  line-height: 1.2;
}

.card-action::after {
  content: "->";
  display: inline-block;
  transition: transform 220ms ease;
}

.animated-card-link:hover .card-action::after,
.animated-card-link:focus-visible .card-action::after {
  transform: translateX(5px);
}

.product-card,
.mockup-card,
.injoy-quiz,
.injoy-match,
.injoy-orbit,
.finder-result,
.finder-retailer-card,
.retailer-card,
.learn-card,
.faq article,
.testing-callout,
.batch-lookup,
.authenticity article,
.drops,
.drop-highlights a,
.event-hub-card,
.retailer-tools a,
.compliance article,
.compliance-table [role="row"],
.state-card,
.state-detail,
.state-panels article,
.section-heading,
.hero-copy,
.lifestyle-story figure,
.lifestyle-story > div,
.split-band > *,
.finder-photo,
.testing-photo,
.locator-photo,
.drop-form {
  opacity: 0;
  transform: translateY(22px) rotate(0.001deg);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms ease,
    filter 260ms ease;
}

.hero-copy,
.split-band > *:first-child,
.lifestyle-story figure,
.finder-photo,
.locator-photo {
  transform: translateX(-26px) rotate(-1deg);
}

.lifestyle-story > div,
.split-band > *:last-child,
.testing-photo,
.drop-form {
  transform: translateX(26px) rotate(1deg);
}

.product-card.visible,
.mockup-card.visible,
.injoy-quiz.visible,
.injoy-match.visible,
.injoy-orbit.visible,
.finder-result.visible,
.finder-retailer-card.visible,
.retailer-card.visible,
.learn-card.visible,
.faq article.visible,
.testing-callout.visible,
.batch-lookup.visible,
.authenticity article.visible,
.drops.visible,
.drop-highlights a.visible,
.event-hub-card.visible,
.retailer-tools a.visible,
.compliance article.visible,
.compliance-table [role="row"].visible,
.state-card.visible,
.state-detail.visible,
.state-panels article.visible,
.section-heading.visible,
.hero-copy.visible,
.lifestyle-story figure.visible,
.lifestyle-story > div.visible,
.split-band > *.visible,
.finder-photo.visible,
.testing-photo.visible,
.locator-photo.visible,
.drop-form.visible {
  opacity: 1;
  transform: translateY(0) rotate(0.001deg);
}

.faq article:nth-child(2n).visible,
.learn-card:nth-child(2n).visible,
.authenticity article:nth-child(2n).visible,
.compliance article:nth-child(2n).visible,
.drop-highlights a:nth-child(2n).visible,
.retailer-tools a:nth-child(2n).visible {
  transition-delay: 70ms;
}

.faq article:nth-child(3n).visible,
.learn-card:nth-child(3n).visible,
.authenticity article:nth-child(3n).visible,
.compliance article:nth-child(3n).visible,
.drop-highlights a:nth-child(3n).visible,
.retailer-tools a:nth-child(3n).visible {
  transition-delay: 130ms;
}

.animated-card-link.visible:hover,
.animated-card-link.visible:focus-visible {
  filter: saturate(1.08);
  transform: translateY(-8px) rotate(-0.75deg);
  box-shadow: 16px 18px 0 rgba(5, 5, 5, 0.2);
}

.product-studio {
  background: var(--black);
  color: var(--white);
  padding-top: clamp(58px, 6.2vw, 90px);
  padding-bottom: clamp(58px, 6.2vw, 90px);
}

.product-studio .eyebrow,
.product-studio p {
  color: var(--white);
}

.studio-filter-panel {
  display: grid;
  gap: 16px;
  margin-bottom: 14px;
}

.shop-type-panel {
  margin-bottom: 18px;
}

.shop-type-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.shop-type-card {
  min-height: 142px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: var(--tight-card-pad);
  border: 2px solid var(--white);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    background 240ms ease,
    color 240ms ease;
}

.shop-type-card:hover,
.shop-type-card:focus-visible {
  transform: translateY(-7px) rotate(-0.5deg);
  box-shadow: 12px 14px 0 rgba(255, 255, 255, 0.16);
}

.shop-type-card span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid var(--black);
  border-radius: 50%;
  color: var(--black);
  background: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-type-card:nth-child(3) span {
  background: var(--green);
}

.shop-type-card:nth-child(4) span {
  background: var(--pink);
}

.shop-type-card:nth-child(5) span {
  background: var(--yellow);
}

.shop-type-card strong {
  color: var(--white);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1;
  text-transform: uppercase;
}

.shop-type-card em {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

.shop-type-card.active {
  color: var(--black);
  background: var(--white);
}

.shop-type-card.active strong,
.shop-type-card.active em {
  color: var(--black);
}

.filter-label {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.studio-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.studio-filter {
  min-height: 42px;
  padding: 9px 14px;
  border: 2px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 200ms ease,
    background 200ms ease,
    color 200ms ease,
    border-color 200ms ease;
}

.studio-filter:hover,
.studio-filter:focus-visible {
  transform: translateY(-3px);
}

.studio-filter.active {
  color: var(--state-text, var(--black));
  background: var(--state-color, var(--yellow));
  border-color: var(--state-color, var(--yellow));
}

.studio-filter[data-state]:not([data-state="all"]) {
  color: var(--white);
  background:
    linear-gradient(90deg, var(--state-color) 0 10px, rgba(255, 255, 255, 0.12) 10px),
    rgba(255, 255, 255, 0.08);
  border-color: var(--state-color);
  text-shadow: 0 1px 0 rgba(5, 5, 5, 0.55);
}

.studio-filter[data-state]:not([data-state="all"]):hover,
.studio-filter[data-state]:not([data-state="all"]):focus-visible {
  color: var(--state-text);
  background: var(--state-color);
  text-shadow: none;
}

.studio-count {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

.mockup-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  align-items: stretch;
}

.empty-products {
  grid-column: 1 / -1;
  padding: var(--card-pad);
  border: 2px solid var(--white);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.empty-products h3 {
  color: var(--white);
}

.empty-products p {
  color: rgba(255, 255, 255, 0.82);
}

.mockup-card {
  min-height: 430px;
  display: grid;
  grid-template-rows: 250px minmax(0, auto);
  border: 2px solid var(--white);
  border-radius: var(--radius);
  overflow: visible;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
}

.mockup-card.has-photo {
  grid-template-rows: clamp(300px, 24vw, 380px) minmax(0, auto);
}

.mock-package {
  position: relative;
  display: grid;
  place-items: center;
  padding: var(--tight-card-pad);
  overflow: hidden;
  transition: filter 260ms ease;
  background:
    radial-gradient(circle at 82% 18%, var(--product-accent) 0 18%, transparent 19%),
    linear-gradient(135deg, var(--product-color) 0 54%, var(--black) 55% 100%);
  background-size: 160% 160%, 100% 100%;
  animation: packageGlow 7s ease-in-out infinite alternate;
}

.mock-package > * {
  position: relative;
  z-index: 2;
}

.mock-package.photo-package {
  min-height: 0;
  height: 100%;
  padding: clamp(18px, 2.4vw, 30px);
  background: var(--white);
}

.mock-package.photo-package::before,
.mock-package.photo-package::after {
  display: none;
}

.mock-package.photo-package img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.02);
  transform: scale(0.94);
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

.mock-package.photo-package.source-pending {
  min-height: clamp(230px, 18vw, 292px);
  border-bottom: 1px solid rgba(16, 16, 16, 0.12);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 225, 85, 0.9) 0 16%, transparent 17%),
    linear-gradient(135deg, #fffdf7, #ffffff);
}

.mock-package.photo-package.source-pending span {
  width: min(260px, 78%);
  padding: 14px 16px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  box-shadow: 7px 8px 0 rgba(16, 16, 16, 0.12);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.animated-card-link:hover .mock-package.photo-package img,
.animated-card-link:focus-visible .mock-package.photo-package img {
  filter: saturate(1.12) contrast(1.04);
  transform: scale(0.96);
}

.product-card,
.mockup-card {
  opacity: 1;
  transform: translateY(0) rotate(0.001deg);
}

.mock-package::before,
.mock-package::after {
  content: "";
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
}

.mock-package::before {
  width: 180px;
  height: 180px;
  left: -70px;
  top: -46px;
  animation: orbitDrift 8s ease-in-out infinite alternate;
}

.mock-package::after {
  width: 230px;
  height: 230px;
  right: -110px;
  bottom: -78px;
  animation: orbitDrift 9s ease-in-out infinite alternate-reverse;
}

.mock-brand {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.mock-strain {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  max-width: 76%;
  color: var(--white);
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
  transition: transform 260ms ease;
}

.mock-package i {
  position: relative;
  display: block;
  width: 48px;
  height: 172px;
  border: 4px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 12px 14px 0 rgba(5, 5, 5, 0.24);
  transform: rotate(10deg);
  animation: deviceSway 5.2s ease-in-out infinite;
}

.mock-package i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--black);
  transform: translateX(-50%);
}

.mock-package.dual {
  background:
    linear-gradient(90deg, var(--product-color) 0 50%, var(--product-accent) 50% 100%);
}

.mock-package.dual i {
  width: 70px;
  background: linear-gradient(90deg, var(--white) 0 50%, var(--black) 50% 100%);
}

.mock-package.resin i {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  transform: rotate(-12deg);
}

.mock-package.resin i::before {
  inset: 50% auto auto 50%;
  width: 30px;
  height: 30px;
  background: var(--product-accent);
  transform: translate(-50%, -50%);
}

.mock-package.jar {
  background:
    radial-gradient(circle at 76% 20%, var(--product-accent) 0 16%, transparent 17%),
    linear-gradient(135deg, var(--product-color) 0 48%, var(--black) 49% 100%);
}

.mock-package.jar i {
  width: 128px;
  height: 126px;
  border: 4px solid var(--white);
  border-radius: 28px 28px 38px 38px;
  background:
    linear-gradient(var(--black) 0 22px, transparent 23px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.2));
  box-shadow: 0 18px 0 rgba(5, 5, 5, 0.18);
  transform: rotate(-4deg);
}

.mock-package.jar i::before {
  content: "28g";
  inset: 44px 18px auto;
  width: auto;
  height: auto;
  padding: 8px 0;
  border: 3px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  background: var(--yellow);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  transform: none;
}

.mock-package.pre-roll i {
  width: 22px;
  height: 188px;
  border-radius: 14px;
  transform: rotate(-18deg);
}

.mock-package.edible {
  background:
    radial-gradient(circle at 18% 24%, var(--product-accent) 0 13%, transparent 14%),
    radial-gradient(circle at 80% 72%, var(--yellow) 0 16%, transparent 17%),
    linear-gradient(135deg, var(--product-color) 0 60%, var(--black) 61% 100%);
}

.mock-package.edible i {
  width: 132px;
  height: 148px;
  border-radius: 18px 18px 28px 28px;
  background:
    linear-gradient(var(--black), var(--black)) center 18px / 70px 5px no-repeat,
    var(--white);
  transform: rotate(6deg);
}

.mock-package.edible i::before {
  left: 50%;
  top: 62%;
  width: 58px;
  height: 38px;
  border-radius: 999px;
  background: var(--product-accent);
  transform: translate(-50%, -50%) rotate(-8deg);
}

.mock-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(14px, 1.25vw, 18px);
}

.mock-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.category-pill,
.format-pill,
.size-pill,
.count-pill,
.strain-pill,
.source-pill {
  padding: 7px 9px;
  border: 2px solid var(--black);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-pill {
  color: var(--white);
  background: var(--black);
}

.format-pill {
  color: var(--black);
  background: var(--paper);
}

.size-pill {
  color: var(--black);
  background: var(--yellow);
}

.count-pill {
  color: var(--black);
  background: var(--green);
}

.strain-pill {
  color: var(--white);
  background: var(--purple);
}

.source-pill {
  display: none;
  color: var(--black);
  background: var(--cyan);
}

.mock-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(22px, 1.55vw, 26px);
  line-height: 0.98;
}

.mock-description {
  min-height: 0;
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.38;
  display: block;
  overflow: visible;
  white-space: normal;
}

.product-studio .mock-copy .product-type,
.product-studio .mock-description {
  color: var(--ink-soft);
}

.product-studio .mock-description {
  background: var(--white);
}

.mock-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.mock-tags span {
  padding: 6px 8px;
  border: 2px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  background: var(--white);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.mock-tags .state-availability-tag {
  width: fit-content;
  max-width: 100%;
  color: var(--black);
  background:
    linear-gradient(90deg, var(--yellow), var(--cyan));
  box-shadow: 4px 5px 0 rgba(5, 5, 5, 0.12);
  white-space: normal;
}

.mock-copy .card-action {
  margin-top: auto;
  font-weight: 900;
  text-transform: uppercase;
}

.injoy-finder {
  color: var(--black);
  background:
    linear-gradient(90deg, rgba(233, 30, 121, 0.16), transparent 30%, rgba(25, 172, 210, 0.18)),
    var(--paper);
}

.injoy-quiz-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(300px, 1fr) minmax(250px, 0.72fr);
  gap: clamp(18px, 2.8vw, 32px);
  align-items: stretch;
}

.injoy-quiz,
.injoy-match,
.batch-lookup,
.authenticity article {
  border: 2px solid var(--black);
  border-radius: var(--radius);
  box-shadow: 0 0 0 rgba(5, 5, 5, 0);
}

.injoy-quiz {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
}

.injoy-quiz label,
.batch-lookup label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.injoy-quiz select,
.batch-lookup input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  font: inherit;
  font-weight: 800;
}

.injoy-quiz:hover,
.injoy-quiz:focus-within,
.batch-lookup:hover,
.batch-lookup:focus-within,
.authenticity article:hover,
.authenticity article:focus-within {
  filter: saturate(1.08);
  transform: translateY(-8px) rotate(0.001deg);
  box-shadow: 14px 16px 0 rgba(5, 5, 5, 0.18);
}

.injoy-match {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 4vw, 38px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 18%, var(--yellow) 0 12%, transparent 13%),
    linear-gradient(90deg, rgba(9, 196, 107, 0.22), transparent 42%, rgba(233, 30, 121, 0.18)),
    var(--white);
  background-size: 100% 100%, 220% 100%, 100% 100%;
  animation: stripShift 7s ease-in-out infinite alternate;
}

.injoy-match::before {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 68px;
  height: 68px;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: var(--cyan);
  animation: badgePulse 3.4s ease-in-out infinite;
}

.injoy-match > * {
  position: relative;
  z-index: 1;
}

.injoy-match h3 {
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.9;
}

.injoy-match p:not(.eyebrow),
.authenticity p {
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.injoy-match .card-action {
  margin-top: auto;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-reward {
  display: grid;
  gap: 4px;
  margin: 18px 0;
  padding: 14px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background: var(--yellow);
}

.quiz-reward strong {
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.quiz-reward span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.quiz-reward a {
  width: max-content;
  color: var(--black);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.mapLink.map-ca .mapState.active path { fill: var(--orange); }
.mapLink.map-az .mapState.active path { fill: var(--yellow); }
.mapLink.map-nm .mapState.active path { fill: var(--green); }
.mapLink.map-ok .mapState.active path { fill: var(--pink); }
.mapLink.map-ny .mapState.active path { fill: var(--cyan); }
.mapLink.map-nj .mapState.active path { fill: var(--purple); }

.injoy-orbit {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 30% 32%, var(--yellow) 0 16%, transparent 17%),
    radial-gradient(circle at 72% 74%, var(--pink) 0 18%, transparent 19%),
    linear-gradient(135deg, var(--cyan), var(--green));
}

.injoy-orbit::before,
.injoy-orbit::after {
  content: "";
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}

.injoy-orbit::before {
  width: 260px;
  height: 260px;
  right: -80px;
  top: -70px;
}

.injoy-orbit::after {
  width: 310px;
  height: 310px;
  left: -120px;
  bottom: -130px;
  animation-direction: reverse;
}

.quiz-chip {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 88px;
  min-height: 88px;
  padding: 10px;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 10px 12px 0 rgba(5, 5, 5, 0.22);
  font-weight: 900;
  text-transform: uppercase;
  animation: bob 4.2s ease-in-out infinite;
}

.quiz-chip-one {
  left: 18%;
  top: 18%;
}

.quiz-chip-two {
  right: 14%;
  top: 38%;
  background: var(--yellow);
  animation-delay: -1.3s;
}

.quiz-chip-three {
  left: 28%;
  bottom: 14%;
  color: var(--white);
  background: var(--purple);
  animation-delay: -2.6s;
}

.finder {
  background: var(--white);
}

.finder-shell {
  display: grid;
  grid-template-columns: minmax(230px, 0.68fr) minmax(270px, 0.78fr) minmax(280px, 0.9fr) minmax(300px, 0.94fr);
  gap: clamp(18px, 2.8vw, 34px);
  align-items: stretch;
}

.finder-retailer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: clamp(26px, 4vw, 42px);
}

.finder-controls,
.drop-form {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 3vw, 34px);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--yellow);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    filter 240ms ease;
}

.finder-controls:hover,
.finder-controls:focus-within,
.drop-form:hover,
.drop-form:focus-within {
  filter: saturate(1.06);
  transform: translateY(-6px) rotate(-0.35deg);
  box-shadow: 12px 14px 0 rgba(5, 5, 5, 0.16);
}

.finder-controls label,
.drop-form label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.finder-controls select,
.drop-form select,
.drop-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  font: inherit;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.finder-controls select:focus,
.drop-form select:focus,
.drop-form input:focus {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 0 0 4px rgba(233, 30, 121, 0.18);
}

.form-status {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background: var(--white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.form-status[data-status] {
  display: block;
}

.form-status[data-status="success"] {
  background: var(--green);
}

.form-status[data-status="error"] {
  background: var(--pink);
}

.finder-result {
  min-height: 100%;
  padding: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(125deg, rgba(255, 223, 0, 0.24), transparent 34%, rgba(25, 172, 210, 0.2)),
    var(--white);
  background-size: 220% 100%;
  animation: stripShift 8s ease-in-out infinite alternate;
}

.finder-result p:not(.eyebrow),
.retailer-card p,
.learn p,
.drops p,
.events p,
.retailers p {
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.finder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.finder-tags span {
  padding: 8px 10px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--paper);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.finder-result a,
.retailer-card .card-action,
.learn-card .card-action,
.occasion-card .card-action {
  font-weight: 900;
  text-transform: uppercase;
}

.finder-map {
  position: relative;
  min-height: 100%;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: clamp(22px, 3vw, 32px);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 223, 0, 0.36), transparent 26%),
    radial-gradient(circle at 82% 26%, rgba(233, 30, 121, 0.25), transparent 28%),
    linear-gradient(135deg, rgba(25, 172, 210, 0.28), rgba(9, 196, 107, 0.24)),
    var(--paper);
  box-shadow: 12px 14px 0 rgba(5, 5, 5, 0.14);
  overflow: hidden;
}

.map-canvas {
  position: relative;
  min-height: 250px;
}

.map-line {
  position: absolute;
  border: 3px solid rgba(5, 5, 5, 0.14);
  border-radius: 50%;
}

.map-line-one {
  width: 360px;
  height: 160px;
  left: -96px;
  top: 54px;
  transform: rotate(-18deg);
}

.map-line-two {
  width: 300px;
  height: 130px;
  right: -100px;
  top: 92px;
  transform: rotate(16deg);
}

.map-dot {
  position: absolute;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid var(--black);
  border-radius: 50%;
  color: var(--state-text, var(--black));
  background: var(--state-color, var(--yellow));
  font-size: 12px;
  font-weight: 900;
  box-shadow: 6px 8px 0 rgba(5, 5, 5, 0.2);
  animation: mapPulse 4.8s ease-in-out infinite;
}

.map-az {
  left: 22%;
  top: 53%;
}

.map-ca {
  left: 10%;
  top: 44%;
  animation-delay: -0.7s;
}

.map-nm {
  left: 34%;
  top: 57%;
  animation-delay: -1.2s;
}

.map-ok {
  left: 52%;
  top: 50%;
  animation-delay: -1.8s;
}

.map-ny {
  right: 12%;
  top: 29%;
  animation-delay: -2.3s;
}

.map-nj {
  right: 4%;
  top: 42%;
  animation-delay: -2.8s;
}

.finder-map figcaption {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px 14px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background: rgba(255, 255, 255, 0.84);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.occasion-shop {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 223, 0, 0.36), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(25, 172, 210, 0.26), transparent 24%),
    var(--paper);
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.occasion-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 330px;
  padding: clamp(26px, 3.2vw, 38px);
  overflow: hidden;
  border: 3px solid var(--black);
  border-radius: 8px;
  color: var(--black);
  background: var(--white);
  box-shadow: 10px 12px 0 rgba(5, 5, 5, 0.14);
  text-decoration: none;
  flex-direction: column;
  justify-content: space-between;
}

.occasion-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -18% 18%;
  z-index: -1;
  height: 42%;
  border: 3px solid var(--black);
  border-radius: 999px 999px 0 0;
  background: rgba(255, 255, 255, 0.34);
  transform: rotate(0deg);
  transition:
    transform 260ms ease,
    inset 260ms ease,
    filter 260ms ease;
}

.occasion-card::after {
  content: "";
  position: absolute;
  inset: 16px 16px auto auto;
  width: 52px;
  height: 52px;
  border: 3px solid var(--black);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: -10px 10px 0 rgba(5, 5, 5, 0.12);
  transition:
    transform 260ms ease,
    background 260ms ease;
}

.occasion-card:hover::before,
.occasion-card:focus-visible::before {
  inset: auto -12% -12% 8%;
  filter: saturate(1.2);
  transform: translateY(-8px);
}

.occasion-card:hover::after,
.occasion-card:focus-visible::after {
  transform: translate(-8px, 8px) scale(1.12);
}

.occasion-card span {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 8px 10px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.occasion-card h3 {
  position: relative;
  z-index: 1;
  max-width: 9ch;
  margin: auto 0 12px;
  font-size: clamp(34px, 4.6vw, 58px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.9;
  text-transform: none;
}

.occasion-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.45;
}

.occasion-card .card-action {
  position: relative;
  z-index: 1;
  font-style: normal;
}

.occasion-bright {
  background: linear-gradient(145deg, var(--yellow) 0%, #fff6a8 56%, #ffffff 100%);
}

.occasion-bright::after {
  background: var(--green);
}

.occasion-sweet {
  background: linear-gradient(145deg, var(--pink) 0%, #ffd7e9 58%, #ffffff 100%);
}

.occasion-sweet::after {
  background: var(--yellow);
}

.occasion-classic {
  background: linear-gradient(145deg, var(--green) 0%, #c8f7dc 58%, #ffffff 100%);
}

.occasion-classic::after {
  background: var(--cyan);
}

.occasion-premium {
  background: linear-gradient(145deg, var(--purple) 0%, #e6d8ff 58%, #ffffff 100%);
}

.occasion-premium::after {
  background: var(--orange);
}

.compare-lab,
.flavor-guide,
.state-storefronts,
.coa-school,
.responsible-center,
.social-proof {
  background: var(--paper);
}

.compare-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  margin-bottom: clamp(26px, 4vw, 42px);
  padding: var(--card-pad);
  border: 3px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 10px 12px 0 rgba(5, 5, 5, 0.14);
}

.compare-controls label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-controls select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--paper);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.compare-card,
.compare-empty {
  min-height: 430px;
  padding: clamp(24px, 3vw, 34px);
  border: 3px solid var(--black);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, var(--product-color, var(--pink)) 0 18%, var(--white) 54%),
    var(--white);
  box-shadow: 10px 12px 0 rgba(5, 5, 5, 0.14);
}

.compare-card h3,
.compare-empty h3 {
  margin: 18px 0 10px;
  font-size: clamp(30px, 3.2vw, 46px);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 0.94;
  text-transform: uppercase;
}

.compare-card p,
.compare-empty p {
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.compare-card dl {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.compare-card dl div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.12);
}

.compare-card dt {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-card dd {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.compare-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.compare-actions a {
  padding: 10px 12px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.flavor-lane-grid,
.state-storefront-grid,
.coa-grid,
.responsible-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.flavor-lane,
.state-storefront-card,
.coa-grid article,
.responsible-grid article,
.proof-grid article {
  min-height: 260px;
  padding: clamp(24px, 3vw, 34px);
  border: 3px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 10px 12px 0 rgba(5, 5, 5, 0.12);
  color: var(--black);
  text-decoration: none;
}

.flavor-lane {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.flavor-lane span,
.state-storefront-card span,
.coa-grid article span,
.auth-flow-steps span {
  width: fit-content;
  padding: 8px 10px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.flavor-lane h3,
.state-storefront-card h3,
.coa-grid article h3,
.responsible-grid article h3 {
  margin: 18px 0 10px;
  font-size: clamp(25px, 2.6vw, 38px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.95;
  text-transform: none;
}

.flavor-lane p,
.state-storefront-card p,
.coa-grid article p,
.responsible-grid article p,
.proof-grid article p,
.auth-flow p {
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.lane-citrus {
  background: linear-gradient(145deg, var(--yellow), #fff7b7 54%, var(--white));
}

.lane-fruit {
  background: linear-gradient(145deg, var(--pink), #ffd8eb 56%, var(--white));
}

.lane-dessert {
  background: linear-gradient(145deg, var(--orange), #ffe2b8 56%, var(--white));
}

.lane-classic {
  background: linear-gradient(145deg, var(--green), #ccf8dd 56%, var(--white));
}

.format-guide-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
  margin-top: clamp(22px, 3vw, 34px);
}

.format-guide-strip article {
  padding: var(--card-pad);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
}

.format-guide-strip strong,
.format-guide-strip span {
  display: block;
}

.format-guide-strip strong {
  margin-bottom: 8px;
  font-size: 18px;
  text-transform: uppercase;
}

.format-guide-strip span {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.state-storefronts {
  background: var(--black);
  color: var(--white);
}

.state-storefronts p,
.state-storefronts .eyebrow {
  color: var(--white);
}

.state-storefront-card {
  color: var(--state-text, var(--black));
  background:
    linear-gradient(145deg, var(--state-color, var(--cyan)) 0 72%, var(--white) 88%),
    var(--state-color, var(--cyan));
}

.state-storefront-card em {
  display: block;
  margin-top: 18px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.coa-school {
  background:
    linear-gradient(90deg, rgba(25, 172, 210, 0.16), transparent 30%, rgba(255, 223, 0, 0.2)),
    var(--paper);
}

.auth-flow {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(24px, 4.8vw, 58px);
  align-items: stretch;
  background: var(--black);
  color: var(--white);
}

.auth-flow h2 {
  margin: 0 0 14px;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.9;
  text-transform: uppercase;
}

.auth-flow-copy {
  max-width: 760px;
}

.auth-flow .eyebrow,
.auth-flow p {
  color: var(--white);
}

.auth-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.auth-flow-steps article {
  min-height: 250px;
  padding: clamp(22px, 3vw, 32px);
  border: 3px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background: var(--yellow);
  box-shadow: 8px 10px 0 rgba(255, 255, 255, 0.18);
}

.auth-flow-steps article:nth-child(2) {
  background: var(--pink);
}

.auth-flow-steps article:nth-child(3) {
  background: var(--cyan);
}

.auth-flow-steps article:nth-child(4) {
  background: var(--green);
}

.responsible-center {
  background: var(--white);
}

.responsible-grid article {
  min-height: 220px;
  background: var(--paper);
}

.product-universe {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5.4vw, 70px);
  align-items: center;
  overflow: hidden;
  color: var(--black);
  background:
    radial-gradient(circle at 12% 24%, rgba(233, 30, 121, 0.2), transparent 28%),
    radial-gradient(circle at 82% 30%, rgba(9, 196, 107, 0.22), transparent 27%),
    var(--yellow);
}

.universe-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.88;
  text-transform: uppercase;
}

.universe-copy {
  max-width: 780px;
}

.universe-copy p:not(.eyebrow) {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.universe-stage {
  position: relative;
  min-height: 560px;
  border: 3px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 14px 16px 0 rgba(5, 5, 5, 0.16);
}

.universe-stage::before,
.universe-stage::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 2px dashed rgba(5, 5, 5, 0.26);
  border-radius: 999px;
  animation: spin 28s linear infinite;
}

.universe-stage::after {
  inset: 26%;
  animation-duration: 18s;
  animation-direction: reverse;
}

.universe-node,
.universe-core {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 150px;
  min-height: 150px;
  padding: var(--tight-card-pad);
  border: 3px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  text-align: center;
  text-decoration: none;
  box-shadow: 8px 10px 0 rgba(5, 5, 5, 0.14);
  animation: orbitDrift 4.5s ease-in-out infinite alternate;
}

.universe-node strong,
.universe-core {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.universe-node span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.node-vapes {
  top: 10%;
  left: 11%;
  background: var(--pink);
}

.node-resin {
  top: 12%;
  right: 10%;
  background: var(--green);
  animation-delay: -1s;
}

.node-edibles {
  bottom: 12%;
  left: 14%;
  background: var(--yellow);
  animation-delay: -2s;
}

.node-prisms {
  right: 12%;
  bottom: 10%;
  background: var(--cyan);
  animation-delay: -3s;
}

.universe-core {
  inset: 50% auto auto 50%;
  width: 170px;
  min-height: 170px;
  color: var(--white);
  background: var(--black);
  transform: translate(-50%, -50%);
}

.proof-grid article {
  min-height: 240px;
  background: var(--white);
}

.proof-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.9;
}

.proof-grid span {
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.state-shopping-rail {
  background:
    linear-gradient(145deg, var(--state-color, var(--cyan)) 0 8%, var(--paper) 42%),
    var(--paper);
}

.state-rail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.state-rail-card {
  min-height: 240px;
  padding: var(--card-pad);
  border: 3px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background: var(--white);
  box-shadow: 10px 12px 0 rgba(5, 5, 5, 0.12);
  text-decoration: none;
}

.state-rail-card span {
  width: fit-content;
  padding: 8px 10px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--state-color, var(--yellow));
  color: var(--state-text, var(--black));
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.state-rail-card h3 {
  margin: 18px 0 10px;
  font-size: clamp(25px, 2.6vw, 38px);
  line-height: 0.95;
  text-transform: uppercase;
}

.state-rail-card p {
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.finder-retailer-card {
  min-height: 330px;
}

.finder-retailer-card .finder-tags {
  margin-top: auto;
  margin-bottom: 14px;
}

.retailer-source {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.retailer-market {
  margin: 0 0 10px;
  color: var(--black);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.finder-photo {
  min-height: 380px;
}

.states {
  color: var(--white);
  background: var(--black);
}

.states .eyebrow,
.states p {
  color: var(--white);
}

.state-grid {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.state-card {
  flex: 1 1 0;
  min-height: 82px;
  padding: 14px;
  border: 2px solid var(--white);
  border-radius: var(--radius);
  color: var(--state-text, var(--white));
  background: var(--state-color, transparent);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(5, 5, 5, 0);
  transition:
    flex 260ms ease,
    transform 240ms ease,
    box-shadow 240ms ease,
    filter 240ms ease;
}

.state-card:hover,
.state-card:focus-visible {
  flex-grow: 1.7;
  filter: saturate(1.08);
  transform: translateY(-8px);
  box-shadow: 12px 14px 0 rgba(255, 255, 255, 0.16);
}

.state-card.active {
  flex-grow: 1.55;
  color: var(--state-text, var(--black));
  background: var(--state-color, var(--yellow));
  box-shadow: 10px 12px 0 rgba(5, 5, 5, 0.2);
}

.state-card.soon {
  opacity: 0.78;
}

.state-card.soon::after {
  content: "Soon";
  display: block;
  margin-top: 6px;
  font-size: 10px;
  opacity: 0.78;
}

.state-detail {
  max-width: 820px;
  margin-top: 18px;
  padding: var(--card-pad);
  color: var(--state-text, var(--black));
  background: var(--state-color, var(--white));
  box-shadow: 14px 16px 0 rgba(5, 5, 5, 0.2);
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.28), transparent 38%, rgba(255, 255, 255, 0.18));
  background-size: 220% 100%;
  animation: stripShift 7s ease-in-out infinite alternate;
}

.state-detail .eyebrow {
  color: currentColor;
}

.state-detail p {
  color: currentColor;
}

.state-detail .btn {
  border-color: currentColor;
}

.us-location-map {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.62fr);
  gap: clamp(24px, 4.8vw, 62px);
  align-items: center;
  margin-top: clamp(24px, 4vw, 46px);
}

.us-map-visual {
  position: relative;
  min-height: clamp(360px, 42vw, 560px);
  border: 0;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 223, 0, 0.28), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(25, 172, 210, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.32)),
    var(--paper);
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}

.full-state-map {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(18px, 2.8vw, 34px);
  overflow: visible;
}

.us-map-visual::after {
  content: "FIND YOUR INJOY";
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(16px, 3vw, 36px);
  z-index: 0;
  color: rgba(5, 5, 5, 0.045);
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 950;
  line-height: 0.85;
  letter-spacing: 0;
  pointer-events: none;
}

.full-state-map::after {
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(46px, 6vw, 78px);
  z-index: 0;
  color: rgba(5, 5, 5, 0.04);
  font-size: clamp(48px, 8vw, 112px);
}

.full-state-map svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 18px 16px rgba(5, 5, 5, 0.08));
}

.mapState {
  transform-box: fill-box;
  transform-origin: 50%;
  transition:
    transform 190ms ease,
    filter 190ms ease;
}

.mapState path {
  fill: #d7d3ca;
  stroke: var(--paper);
  stroke-width: 1.6px;
  transition:
    fill 190ms ease,
    stroke 190ms ease;
}

.mapState.active path {
  fill: var(--pink);
  stroke: var(--black);
  stroke-width: 2.5px;
}

.mapState.soon path {
  fill: rgba(25, 172, 210, 0.34);
  stroke: var(--cyan);
  stroke-width: 2px;
  stroke-dasharray: 7 5;
}

.mapState text {
  pointer-events: none;
  fill: var(--black);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 950;
}

.mapState.active text {
  fill: var(--white);
}

.mapLink {
  cursor: pointer;
}

.mapLink:hover .mapState,
.mapLink:focus-visible .mapState {
  filter: drop-shadow(0 12px 8px rgba(5, 5, 5, 0.34));
  transform: translateY(-8px) scale(1.045);
}

.mapLink:hover .mapState.active path,
.mapLink:focus-visible .mapState.active path {
  fill: var(--yellow);
}

.mapLegend {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  color: var(--black);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.mapLegend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mapLegend i {
  display: inline-block;
  width: 22px;
  height: 14px;
  border: 2px solid var(--black);
  border-radius: 999px;
}

.legendCurrent {
  background: var(--pink);
}

.legendOther {
  background: #d7d3ca;
}

.mapHint {
  position: relative;
  z-index: 3;
  max-width: 620px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.us-map-outline {
  position: absolute;
  inset: 7% 2% 8%;
  z-index: 1;
  width: 96%;
  height: 84%;
  color: #d7d3ca;
  filter: drop-shadow(0 16px 18px rgba(5, 5, 5, 0.1));
}

.us-map-outline path {
  fill: currentColor;
  stroke: var(--paper);
  stroke-width: 7;
  stroke-linejoin: round;
}

.us-map-outline .us-west-coast,
.us-map-outline .us-gulf,
.us-map-outline .us-northeast,
.us-map-outline .us-florida {
  fill: rgba(215, 211, 202, 0.88);
}

.us-route {
  position: absolute;
  z-index: 2;
  border: 3px solid rgba(5, 5, 5, 0.11);
  border-radius: 50%;
  pointer-events: none;
}

.us-route-one {
  width: 70%;
  height: 26%;
  left: -12%;
  top: 42%;
  transform: rotate(-13deg);
  animation: mapRouteFloat 8s ease-in-out infinite alternate;
}

.us-route-two {
  width: 52%;
  height: 21%;
  right: -9%;
  top: 35%;
  transform: rotate(15deg);
  animation: mapRouteFloat 9s ease-in-out infinite alternate-reverse;
}

.us-map-pin {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: clamp(48px, 4.8vw, 60px);
  height: clamp(48px, 4.8vw, 60px);
  border: 3px solid var(--black);
  border-radius: 50%;
  color: var(--state-text, var(--black));
  background: var(--state-color, var(--yellow));
  font: inherit;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 18px rgba(5, 5, 5, 0.22);
  transform: translate(-50%, -50%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
  animation: usMapPulse 4.9s ease-in-out infinite;
}

.us-map-pin:hover,
.us-map-pin:focus-visible,
.us-map-pin.active {
  outline: none;
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 18px 24px rgba(5, 5, 5, 0.26);
  filter: saturate(1.1);
}

.us-map-pin.active::after {
  content: "";
  position: absolute;
  inset: -11px;
  border: 3px solid var(--black);
  border-radius: inherit;
}

.us-map-pin::before {
  content: attr(data-lead-count);
  position: absolute;
  right: -8px;
  top: -10px;
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border: 2px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  background: var(--white);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.pin-ca {
  left: 13%;
  top: 51%;
  animation-delay: -0.8s;
}

.pin-az {
  left: 27%;
  top: 66%;
}

.pin-nm {
  left: 38%;
  top: 64%;
  animation-delay: -1.3s;
}

.pin-ok {
  left: 55%;
  top: 59%;
  animation-delay: -1.8s;
}

.pin-ny {
  left: 84%;
  top: 32%;
  animation-delay: -2.3s;
}

.pin-nj {
  left: 88%;
  top: 43%;
  animation-delay: -2.8s;
}

.us-map-panel {
  padding: clamp(24px, 3vw, 36px);
  border: 3px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0.18)),
    var(--state-color, var(--white));
  box-shadow: 12px 14px 0 rgba(5, 5, 5, 0.16);
}

.us-map-panel p,
.us-map-panel .eyebrow {
  color: currentColor;
}

.us-map-panel .finder-tags span {
  color: var(--black);
  background: rgba(255, 255, 255, 0.82);
}

.map-retailer-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.map-retailer-list a {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 2px solid currentColor;
  border-radius: var(--radius);
  color: var(--black);
  background: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.map-retailer-list a:hover,
.map-retailer-list a:focus-visible {
  outline: none;
  transform: translateY(-3px);
  background: var(--white);
}

.map-retailer-list strong {
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.map-retailer-list span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.state-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: clamp(24px, 3vw, 36px);
}

.state-panels article {
  padding: clamp(24px, 3vw, 34px);
  border: 2px solid var(--white);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.state-panels h3 {
  font-size: 24px;
}

.state-hub-body {
  background: var(--paper);
}

.state-hub-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: stretch;
  padding: clamp(34px, 6vw, 84px) var(--page-gutter);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.35), transparent 34%, rgba(255, 255, 255, 0.22)),
    var(--state-color, var(--yellow));
  background-size: 220% 100%, 100% 100%;
  animation: stripShift 8s ease-in-out infinite alternate;
}

.state-hub-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--state-scene) center / cover no-repeat;
  opacity: 0.34;
  filter: saturate(0.82) contrast(1.05);
  -webkit-mask-image: linear-gradient(90deg, transparent 4%, rgba(0,0,0,.25) 30%, #000 58%);
  mask-image: linear-gradient(90deg, transparent 4%, rgba(0,0,0,.25) 30%, #000 58%);
  pointer-events: none;
}

@media (max-width: 760px) {
  .state-hub-hero::after {
    inset: 0;
    opacity: 0.24;
    background-position: 68% center;
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.3), #000 54%, rgba(0,0,0,.5));
    mask-image: linear-gradient(180deg, rgba(0,0,0,.3), #000 54%, rgba(0,0,0,.5));
  }
}

.state-hub-body[data-state-code="CA"] { --state-scene: url("assets/state-scene-ca.jpg"); }
.state-hub-body[data-state-code="AZ"] { --state-scene: url("assets/state-scene-az.jpg"); }
.state-hub-body[data-state-code="NM"] { --state-scene: url("assets/state-scene-nm.jpg"); }
.state-hub-body[data-state-code="NJ"] { --state-scene: url("assets/state-scene-nj.jpg"); }
.state-hub-body[data-state-code="NY"] { --state-scene: url("assets/state-scene-ny.jpg"); }
.state-hub-body[data-state-code="OK"] { --state-scene: url("assets/state-scene-ok.jpg"); }

.merch-coming-soon {
  min-height: min(52vh, 560px);
  display: grid;
  place-items: center;
  text-align: center;
}

.merch-coming-soon .section-heading {
  max-width: 800px;
  margin-inline: auto;
}

.merch-soon-main {
  background: var(--pink);
}

.merch-soon-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(520px, 72vh, 860px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 9vw, 140px) var(--page-gutter);
  color: var(--yellow);
  background: var(--pink);
  border-bottom: 8px solid var(--yellow);
}

.merch-soon-banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: clamp(-36px, 3vw, 54px);
  top: 50%;
  width: clamp(250px, 32vw, 520px);
  aspect-ratio: 382 / 499;
  transform: translateY(-50%);
  background: url("assets/brand-logos/c-smile-mark-pink.png") center / contain no-repeat;
  filter: brightness(0) invert(1);
  opacity: .16;
}

.merch-soon-banner > p {
  margin: 0 0 20px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.merch-soon-banner h1 {
  max-width: 1200px;
  margin: 0;
  font-size: clamp(68px, 13vw, 210px);
  font-weight: 950;
  line-height: .82;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.merch-soon-banner h1 span {
  color: #fff;
}

.state-hub-hero h1 {
  max-width: 860px;
  font-size: clamp(48px, 8vw, 116px);
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.state-hub-hero h1 span { display: block; }
.state-hub-hero .eyebrow { color: var(--purple); font-size: clamp(15px, 1.5vw, 22px); font-weight: 950; }
.state-hub-hero > div > p:not(.eyebrow) { max-width: 760px; font-size: clamp(18px, 1.6vw, 25px); font-weight: 600; }

.state-hub-hero p:not(.eyebrow),
.state-hub-card p,
.state-product-card p,
.state-next-steps p,
.state-empty p {
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.state-hub-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: var(--card-pad);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 16px 18px 0 rgba(5, 5, 5, 0.18);
}

.state-hub-card span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 2px solid var(--black);
  border-radius: 50%;
  color: var(--state-text, var(--black));
  background: var(--state-color, var(--yellow));
  font-size: 22px;
  font-weight: 900;
}

.state-hub-card h2 {
  margin-top: 26px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.9;
}

.state-hub-products {
  background: var(--white);
}

.state-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.state-product-card,
.state-empty,
.state-next-steps a {
  border: 2px solid var(--black);
  border-radius: var(--radius);
  text-decoration: none;
}

.state-product-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: var(--card-pad);
  color: var(--black);
  background: var(--paper);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    filter 240ms ease;
}

.state-product-card:nth-child(4n + 1) {
  background: var(--yellow);
}

.state-product-card:nth-child(4n + 2) {
  background: var(--cyan);
}

.state-product-card:nth-child(4n + 3) {
  background: var(--green);
}

.state-product-card:nth-child(4n + 4) {
  color: var(--white);
  background: var(--purple);
}

.state-product-card:nth-child(4n + 4) p {
  color: rgba(255, 255, 255, 0.84);
}

.state-product-card:hover,
.state-product-card:focus-visible,
.state-next-steps a:hover,
.state-next-steps a:focus-visible {
  filter: saturate(1.08);
  transform: translateY(-8px) rotate(0.001deg);
  box-shadow: 14px 16px 0 rgba(5, 5, 5, 0.18);
}

.state-product-card span {
  width: max-content;
  max-width: 100%;
  padding: 8px 10px;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.state-product-card h3 {
  margin-top: 18px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 0.95;
}

.state-product-card em {
  margin-top: auto;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.state-empty {
  grid-column: 1 / -1;
  padding: clamp(22px, 4vw, 38px);
  background: var(--yellow);
}

.state-next-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(34px, 6vw, 84px) var(--page-gutter);
  background: var(--paper);
}

.state-next-steps a {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  padding: var(--card-pad);
  color: var(--black);
  background: var(--white);
}

.state-next-steps span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 2px solid var(--black);
  border-radius: 50%;
  color: var(--state-text, var(--black));
  background: var(--state-color, var(--yellow));
  font-weight: 900;
}

.state-next-steps h3 {
  margin-top: 24px;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 0.95;
}

.locator {
  background: var(--paper);
}

.locator-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.locator-photo {
  min-height: clamp(320px, 43vw, 580px);
  margin-top: clamp(26px, 4vw, 44px);
}

.retailer-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
}

.retailer-card > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: var(--cyan);
  font-weight: 900;
}

.retailer-card h3,
.finder-result h3,
.authenticity h3,
.learn-card h3,
.faq article h3,
.compliance h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.finder-retailer-card[data-state-code] > span {
  color: var(--state-text);
  background: var(--state-color);
}

.retailer-card:nth-child(2) span {
  background: var(--pink);
}

.retailer-card:nth-child(3) span {
  background: var(--green);
}

.retailer-card .card-action {
  margin-top: auto;
}

.testing-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr) minmax(280px, 0.62fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  background: var(--yellow);
}

.testing-photo {
  min-height: 280px;
  box-shadow: none;
}

.batch-lookup {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
}

.batch-lookup > div {
  display: flex;
  gap: 8px;
}

.batch-lookup input {
  min-width: 0;
}

.batch-lookup a {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.authenticity {
  background: var(--black);
  color: var(--white);
}

.authenticity .eyebrow,
.authenticity p {
  color: var(--white);
}

.authenticity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.authenticity article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  color: var(--black);
  background: var(--white);
}

.authenticity article:nth-child(1) {
  background: var(--yellow);
}

.authenticity article:nth-child(2) {
  background: var(--cyan);
}

.authenticity article:nth-child(3) {
  color: var(--white);
  background: var(--purple);
}

.authenticity article:nth-child(3) p {
  color: rgba(255, 255, 255, 0.84);
}

.authenticity article span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-weight: 900;
}

.authenticity h3 {
  margin-top: 22px;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 0.95;
}

.learn {
  background: var(--white);
}

.learn-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.learn-card {
  color: var(--black);
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  text-decoration: none;
}

.learn-card h3 {
  max-width: 10ch;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.95;
}

.learn-card:nth-child(1),
.learn-card:nth-child(5) {
  background: var(--yellow);
}

.learn-card:nth-child(2) {
  background: var(--cyan);
}

.learn-card:nth-child(3) {
  color: var(--white);
  background: var(--navy);
}

.learn-card:nth-child(3) p {
  color: rgba(255, 255, 255, 0.82);
}

.learn-card:nth-child(4) {
  background: var(--green);
}

.learn-card:nth-child(6) {
  color: var(--white);
  background: var(--purple);
}

.learn-card:nth-child(6) p {
  color: rgba(255, 255, 255, 0.82);
}

.learn-card .card-action {
  margin-top: auto;
  font-weight: 900;
  text-transform: uppercase;
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.faq article {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.faq article::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 8px;
  z-index: 0;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--yellow), var(--green), var(--cyan));
  transform: translateX(-16%) scaleX(0.48);
  transform-origin: left center;
  transition: transform 280ms ease;
}

.faq article > * {
  position: relative;
  z-index: 1;
}

.faq article:hover,
.faq article:focus-within {
  filter: saturate(1.08);
  transform: translateY(-8px) rotate(-0.55deg);
  box-shadow: 14px 16px 0 rgba(5, 5, 5, 0.18);
}

.faq article:hover::before,
.faq article:focus-within::before {
  transform: translateX(0) scaleX(1);
}

.faq article:nth-child(1),
.faq article:nth-child(8),
.faq article:nth-child(12) {
  background: var(--yellow);
}

.faq article:nth-child(2),
.faq article:nth-child(10) {
  background: var(--cyan);
}

.faq article:nth-child(3),
.faq article:nth-child(13) {
  background: var(--green);
}

.faq article:nth-child(5),
.faq article:nth-child(11) {
  color: var(--white);
  background: var(--purple);
}

.faq article:nth-child(5) p,
.faq article:nth-child(11) p {
  color: rgba(255, 255, 255, 0.84);
}

.faq article:nth-child(4),
.faq article:nth-child(14),
.faq article:nth-child(16) {
  color: var(--white);
  background: var(--black);
}

.faq article:nth-child(4) p,
.faq article:nth-child(14) p,
.faq article:nth-child(16) p {
  color: rgba(255, 255, 255, 0.84);
}

.faq p {
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.faq a {
  margin-top: auto;
  padding-bottom: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.drops {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 20%, var(--pink) 0 12%, transparent 13%),
    radial-gradient(circle at 86% 78%, var(--green) 0 14%, transparent 15%),
    var(--black);
}

.drops .eyebrow,
.drops p {
  color: var(--white);
}

.drop-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.drop-highlights a {
  min-height: 96px;
  display: flex;
  align-items: end;
  padding: var(--tight-card-pad);
  border: 2px solid var(--white);
  border-radius: var(--radius);
  color: var(--black);
  background: var(--yellow);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.drop-highlights a:nth-child(2) {
  color: var(--white);
  background: var(--pink);
}

.drop-highlights a:nth-child(3) {
  background: var(--green);
}

.drop-highlights a:hover,
.drop-highlights a:focus-visible {
  transform: translateY(-8px) rotate(0.001deg);
  box-shadow: 10px 12px 0 rgba(255, 255, 255, 0.16);
}

.drop-form {
  color: var(--black);
  background: var(--white);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.drop-form p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.drops.visible .drop-form {
  animation: formPop 680ms ease both;
}

.events {
  background: var(--paper);
}

.event-hub-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  gap: clamp(24px, 4.4vw, 56px);
  align-items: stretch;
  padding: clamp(24px, 3vw, 38px);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background:
    radial-gradient(circle at 92% 12%, var(--yellow) 0 9%, transparent 10%),
    var(--white);
  text-decoration: none;
}

.event-poster {
  position: relative;
  min-height: clamp(320px, 38vw, 520px);
  overflow: hidden;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 22% 18%, var(--pink) 0 12%, transparent 13%),
    radial-gradient(circle at 80% 78%, var(--green) 0 16%, transparent 17%),
    linear-gradient(135deg, var(--cyan), var(--purple));
}

.event-poster strong {
  position: absolute;
  left: clamp(18px, 4vw, 42px);
  bottom: clamp(18px, 4vw, 42px);
  z-index: 2;
  color: var(--white);
  font-size: clamp(52px, 9vw, 118px);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 6px 8px 0 rgba(5, 5, 5, 0.28);
}

.event-orbit {
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}

.event-orbit-one {
  width: 240px;
  height: 240px;
  right: -72px;
  top: -54px;
}

.event-orbit-two {
  width: 340px;
  height: 340px;
  left: -150px;
  bottom: -140px;
  animation-direction: reverse;
}

.event-ticket {
  position: absolute;
  z-index: 3;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background: var(--yellow);
  box-shadow: 8px 10px 0 rgba(5, 5, 5, 0.22);
  font-weight: 900;
  text-transform: uppercase;
  animation: bob 3.8s ease-in-out infinite;
}

.event-ticket-one {
  right: 18%;
  top: 18%;
}

.event-ticket-two {
  right: 8%;
  bottom: 22%;
  background: var(--pink);
  animation-delay: -1.2s;
}

.event-ticket-three {
  left: 18%;
  top: 22%;
  background: var(--green);
  animation-delay: -2.4s;
}

.event-hub-copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.event-hub-copy h3 {
  max-width: 760px;
  font-size: clamp(34px, 5.2vw, 74px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.95;
  text-transform: none;
}

.event-hub-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 12px;
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.event-tags span {
  padding: 8px 10px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--paper);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-hub-copy .card-action {
  margin-top: auto;
  font-weight: 900;
  text-transform: uppercase;
}

.event-preview-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(54px, 8vw, 112px) var(--page-gutter);
  background:
    radial-gradient(circle at 12% 20%, rgba(233, 30, 121, 0.24), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 223, 0, 0.36), transparent 22%),
    var(--paper);
}

.event-preview-hero h1 {
  max-width: 900px;
}

.event-preview-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.5;
}

.event-preview-poster {
  min-height: clamp(360px, 45vw, 620px);
  box-shadow: 14px 16px 0 rgba(5, 5, 5, 0.16);
}

.event-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(54px, 8vw, 112px) var(--page-gutter);
  background: var(--black);
}

.event-preview-grid article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: var(--card-pad);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background: var(--yellow);
  box-shadow: 10px 12px 0 rgba(255, 255, 255, 0.16);
}

.event-preview-grid article:nth-child(2) {
  background: var(--pink);
}

.event-preview-grid article:nth-child(3) {
  background: var(--cyan);
}

.event-preview-grid span {
  width: fit-content;
  margin-bottom: auto;
  padding: 8px 10px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  font-size: 11px;
  font-weight: 900;
}

.event-preview-grid h2 {
  margin-top: 50px;
  font-size: clamp(42px, 6vw, 82px);
}

.event-preview-grid p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.event-preview-alerts {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
}

.product-index-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 223, 0, 0.95) 0 8%, transparent 9%),
    radial-gradient(circle at 88% 12%, rgba(25, 172, 210, 0.86) 0 9%, transparent 10%),
    var(--paper);
  background-size: 130% 130%, 120% 120%, auto;
}

.product-index-body main {
  display: flex;
  flex-direction: column;
}

.product-index-hero { order: 1; }
.current-retail-section { order: 2; }
.product-directory-section { order: 3; }

.product-index-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(300px, 1.18fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  min-height: clamp(620px, 67vh, 790px);
  padding: clamp(42px, 6vw, 80px) var(--page-gutter);
  overflow: hidden;
  background: var(--paper);
}

.product-index-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: clamp(16px, 2.5vw, 30px) 0;
  color: var(--white);
  text-shadow: none;
}

.product-index-hero-copy .eyebrow,
.product-index-hero-copy h1,
.product-index-hero-copy p:not(.eyebrow) {
  color: var(--white);
  text-shadow: none;
}

.product-index-hero-copy .btn.secondary {
  color: var(--black);
  background: var(--yellow);
}

.product-index-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(46px, 6.5vw, 88px);
  line-height: 0.9;
}

.product-index-hero p:not(.eyebrow) {
  max-width: 720px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.5;
}

.product-index-burst {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: var(--pink);
  box-shadow: none;
  animation: none;
}

.product-index-lifestyle-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
}

.product-index-burst::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(17, 17, 17, 0.78) 0%,
    rgba(17, 17, 17, 0.54) 36%,
    rgba(17, 17, 17, 0.18) 62%,
    rgba(17, 17, 17, 0.02) 82%
  );
}

@media (max-width: 700px) {
  .product-index-burst::after {
    background:
      linear-gradient(0deg, rgba(17, 17, 17, 0.82) 0%, rgba(17, 17, 17, 0.48) 54%, rgba(17, 17, 17, 0.08) 84%),
      linear-gradient(90deg, rgba(17, 17, 17, 0.48) 0%, rgba(17, 17, 17, 0.08) 78%);
  }
}

.product-index-burst strong {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 4%;
  width: max-content;
  transform: translateX(-50%) rotate(-2deg);
  color: var(--white);
  font-size: clamp(25px, 3.1vw, 44px);
  line-height: 0.88;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 var(--black);
}

.product-index-pack {
  position: absolute;
  z-index: 3;
  top: 20%;
  width: 36%;
  aspect-ratio: 1;
  object-fit: contain;
  border: 2px solid var(--black);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 9px 11px 0 rgba(5, 5, 5, .72);
  animation: productHeroFloat 5.4s ease-in-out infinite;
}

.product-index-pack-originals { left: 5%; transform: rotate(-8deg); }
.product-index-pack-legacy { left: 32%; top: 10%; z-index: 4; animation-delay: -1.8s; }
.product-index-pack-live-resin { right: 5%; transform: rotate(8deg); animation-delay: -3.6s; }

@keyframes productHeroFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

.product-index-burst span {
  position: absolute;
  z-index: 4;
  padding: 10px 16px;
  border: 2px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 8px 9px 0 rgba(5, 5, 5, 0.2);
}

.product-index-burst span:nth-child(1) {
  left: 4%;
  top: 8%;
  animation: bob 4.2s ease-in-out infinite;
}

.product-index-burst span:nth-child(2) {
  left: 50%;
  right: auto;
  top: 3%;
  transform: translateX(-50%);
  animation: bob 4.8s ease-in-out infinite reverse;
}

.product-index-burst span:nth-child(3) {
  left: auto;
  right: 4%;
  top: 8%;
  bottom: auto;
  animation: bob 5.2s ease-in-out infinite;
}

.product-directory-section {
  padding: var(--lower-section-y) var(--lower-page-gutter);
  background: var(--white);
}

.product-directory-tools {
  display: grid;
  gap: 16px;
  margin-bottom: clamp(24px, 4vw, 42px);
  padding: clamp(20px, 3vw, 32px);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--yellow);
}

.product-directory-tools label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-directory-tools input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--black);
  font: inherit;
}

.product-directory-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-directory-filters button {
  min-height: 42px;
  padding: 9px 12px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  font: inherit;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.product-directory-filters button.active,
.product-directory-filters button:hover,
.product-directory-filters button:focus-visible {
  background: var(--black);
  color: var(--white);
  outline: none;
}

#productDirectoryCount {
  margin: 0;
  color: var(--black);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-directory a[hidden] {
  display: none;
}

.product-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-directory a {
  display: grid;
  min-height: 126px;
  align-content: space-between;
  gap: 16px;
  padding: var(--tight-card-pad);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  text-decoration: none;
  background: var(--paper);
  box-shadow: 8px 9px 0 rgba(5, 5, 5, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.product-archive-section {
  padding: clamp(64px, 8vw, 120px) clamp(20px, 5vw, 84px);
  background: #101010;
  color: #fff;
  border-top: 8px solid #ffdf00;
}

#current-retail {
  scroll-margin-top: 92px;
}

@media (max-width: 700px) {
  #current-retail {
    scroll-margin-top: 68px;
  }
}

.product-archive-intro {
  max-width: 1500px;
  margin: 0 auto clamp(28px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: clamp(42px, 6vw, 100px);
  align-items: end;
}

.product-archive-intro .eyebrow { color: #ffdf00; }
.product-archive-intro > div { min-width: 0; }
.product-archive-intro h2 { max-width: 8.5ch; margin: .15em 0 0; font-size: clamp(3rem, 5.7vw, 6.3rem); line-height: .88; overflow-wrap: normal; text-transform: uppercase; }
.product-archive-intro > p { margin: 0; max-width: 760px; font-size: clamp(1rem, 1.3vw, 1.3rem); line-height: 1.65; color: #f2eee7; }

.product-archive-panel { max-width: 1500px; margin: 0 auto; border: 2px solid #fff; border-radius: 28px; overflow: hidden; background: #f5f0e8; color: #101010; }
.product-archive-panel summary { cursor: pointer; list-style: none; padding: 24px clamp(22px, 4vw, 46px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #e91e79; color: #fff; font-weight: 900; text-transform: uppercase; font-size: clamp(1.05rem, 1.7vw, 1.55rem); }
.product-archive-panel summary::-webkit-details-marker { display: none; }
.product-archive-panel summary::after { content: "+"; display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: #ffdf00; color: #101010; font-size: 1.7rem; }
.product-archive-panel[open] summary::after { content: "−"; }

.product-retail-panel {
  overflow: visible;
}

.product-retail-panel .product-archive-content {
  display: block;
}
.product-archive-panel summary small { margin-left: auto; font: inherit; font-size: .78em; opacity: .85; }
.product-archive-content { padding: clamp(24px, 4vw, 48px); }
.product-archive-tools { display: grid; grid-template-columns: minmax(260px, 1.6fr) repeat(2, minmax(190px, .7fr)); gap: 16px; }
.product-archive-tools label { display: grid; gap: 8px; font-weight: 800; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; }
.product-archive-tools input, .product-archive-tools select { width: 100%; min-height: 52px; border: 2px solid #101010; border-radius: 14px; background: #fff; color: #101010; padding: 0 15px; font: inherit; text-transform: none; letter-spacing: 0; }
.product-archive-status { margin: 22px 0; display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.product-archive-status p { margin: 0; font-weight: 800; }
.product-archive-status a { color: #642aa4; font-weight: 900; text-underline-offset: 4px; }
.product-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-archive-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 2px solid #101010; border-radius: 20px; background: #fff; box-shadow: 7px 7px 0 #101010; }
.product-archive-main { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 18px; align-items: center; padding: 18px; color: inherit; text-decoration: none; }
.product-archive-main figure { height: 145px; margin: 0; display: grid; place-items: center; overflow: hidden; border-radius: 13px; background: #eee8df; }
.product-archive-main figure img { width: 100%; height: 100%; object-fit: contain; }
.product-archive-main figure span { font-size: 3rem; font-weight: 900; color: #642aa4; }
.product-archive-main figure .archive-photo-pending { width: 100%; height: 100%; display: grid; place-content: center; gap: 8px; padding: 18px; text-align: center; background: #ffdf00; color: #084578; }
.product-archive-main figure .archive-photo-pending strong { font-size: clamp(1.05rem, 2vw, 1.55rem); line-height: .9; letter-spacing: .04em; }
.product-archive-main figure .archive-photo-pending small { font-size: .72rem; line-height: 1.1; text-transform: uppercase; letter-spacing: .08em; }
.product-archive-main p { margin: 0 0 7px; color: #642aa4; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.product-archive-main p.classic-product-description { margin: 0 0 12px; color: #343434; font-size: .88rem; font-weight: 500; line-height: 1.42; text-transform: none; }
.product-archive-main h3 { margin: 0 0 10px; font-size: clamp(1.15rem, 1.8vw, 1.65rem); line-height: 1; text-transform: uppercase; }
.product-archive-main div > span { font-size: .78rem; font-weight: 800; color: #555; }
.product-archive-actions { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid #101010; }
.product-archive-actions a { padding: 13px 10px; text-align: center; color: #101010; text-decoration: none; font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.product-archive-actions a + a { border-left: 2px solid #101010; background: #ffdf00; }
.product-archive-card:hover, .product-archive-card:focus-within { transform: translateY(-3px); box-shadow: 10px 10px 0 #e91e79; }
.product-archive-empty { padding: 30px; border: 2px dashed #101010; border-radius: 16px; text-align: center; font-weight: 800; }

.previous-package-notice {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 3px solid #101010;
  background: #ffdf00;
  color: #101010;
}
.previous-package-notice strong { font-size: .85rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.previous-package-notice span { font-size: .85rem; font-weight: 700; }
.previous-package-notice a { color: #101010; font-size: .78rem; font-weight: 900; text-transform: uppercase; text-underline-offset: 4px; }

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

@media (max-width: 720px) {
  .product-archive-intro { grid-template-columns: 1fr; }
  .product-archive-tools, .product-archive-grid { grid-template-columns: 1fr; }
  .product-archive-panel summary small { display: none; }
  .previous-package-notice { grid-template-columns: 1fr; gap: 6px; }
}

.product-directory a:nth-child(6n + 1) {
  background: rgba(233, 30, 121, 0.14);
}

.product-directory a:nth-child(6n + 2) {
  background: rgba(255, 223, 0, 0.22);
}

.product-directory a:nth-child(6n + 3) {
  background: rgba(9, 196, 107, 0.16);
}

.product-directory a:nth-child(6n + 4) {
  background: rgba(25, 172, 210, 0.16);
}

.product-directory a:nth-child(6n + 5) {
  background: rgba(255, 138, 0, 0.16);
}

.product-directory a:hover,
.product-directory a:focus-visible {
  transform: translateY(-5px);
  box-shadow: 12px 14px 0 rgba(5, 5, 5, 0.16);
}

.product-directory span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-directory strong {
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 0.96;
}

.product-directory a {
  min-height: 0;
  align-content: start;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: var(--white);
}

.directory-product-image {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  margin: 0;
  padding: 16px;
  overflow: hidden;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--product-color) 18%, white), color-mix(in srgb, var(--product-accent) 12%, white));
}

.directory-product-image::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 2px solid rgba(5, 5, 5, 0.08);
  border-radius: 50%;
}

.directory-product-image.has-photo {
  background: var(--white);
}

.directory-product-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(5, 5, 5, 0.15));
}

.directory-product-image > span {
  position: relative;
  z-index: 1;
  font-family: var(--display-font);
  font-size: clamp(72px, 10vw, 132px);
  font-weight: 950;
  line-height: 1;
}

.directory-product-copy {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  gap: 11px;
  padding: 20px;
  border-top: 2px solid var(--black);
  background: var(--product-color);
  color: var(--black);
}

.product-directory a[data-card-theme="dark"] .directory-product-copy {
  color: var(--white);
}

.directory-product-format,
.directory-product-states,
.directory-product-description {
  margin: 0;
}

.directory-product-format {
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.directory-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.directory-product-tags span {
  padding: 6px 8px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: color-mix(in srgb, var(--product-color) 22%, white);
  font-size: 9px;
  line-height: 1;
}

.directory-product-description {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.directory-product-states {
  color: inherit;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.find-page main {
  background: var(--paper, #f8f5ef);
}

.finder-page-hero {
  min-height: 48vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(5rem, 11vw, 9rem) var(--page-gutter, clamp(22px, 5vw, 74px)) clamp(3rem, 7vw, 6rem);
  color: #111;
  background: #ffcf24;
  border-bottom: 3px solid #111;
}

.finder-page-hero h1 {
  max-width: 13ch;
  margin: 0.2rem 0 1rem;
  font-size: clamp(3rem, 8vw, 7.5rem);
  line-height: 0.9;
}

.finder-page-hero > p:last-child {
  max-width: 52rem;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.finder-page-controls {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: -1.5rem var(--page-gutter, clamp(22px, 5vw, 74px)) 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: #fff;
  border: 3px solid #111;
  box-shadow: 10px 12px 0 #111;
}

.finder-page-controls label {
  display: grid;
  gap: 0.55rem;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.finder-page-controls select {
  width: 100%;
  min-height: 50px;
  padding: 0.7rem 2.5rem 0.7rem 0.85rem;
  color: #111;
  background: #fff;
  border: 2px solid #111;
  border-radius: 0;
  font: inherit;
}

.finder-page-results {
  padding: clamp(4rem, 8vw, 7rem) var(--page-gutter, clamp(22px, 5vw, 74px));
}

.finder-page-state-guides {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2rem;
  align-items: end;
  padding: clamp(3rem, 7vw, 6rem) var(--page-gutter, clamp(22px, 5vw, 74px));
  color: #fff;
  background: #111;
}

.finder-page-state-guides nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.finder-page-state-guides a {
  padding: 1rem;
  color: #111;
  background: #fff;
  border: 2px solid #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.finder-page-state-guides a:hover,
.finder-page-state-guides a:focus-visible {
  background: #e91e79;
  color: #fff;
}

@media (max-width: 760px) {
  .finder-page-controls,
  .finder-page-state-guides {
    grid-template-columns: 1fr;
  }

  .finder-page-state-guides nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Find Us — 2026 brand experience */
.find-page .finder-page-hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) var(--page-gutter, clamp(22px, 5vw, 74px));
  background: linear-gradient(125deg, #ffe500 0%, #ffe500 62%, #f2c9dc 100%);
  overflow: hidden;
}

.finder-hero-copy { position: relative; z-index: 1; }

.finder-hero-copy h1 {
  max-width: 8ch;
  margin: .3rem 0 1.25rem;
  font-size: clamp(3.8rem, 7.2vw, 7.8rem);
  font-weight: 950;
  letter-spacing: -.065em;
  line-height: .86;
}

.finder-hero-copy > p:last-of-type {
  max-width: 34rem;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.55;
}

.finder-hero-jump {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  padding: .95rem 1.25rem;
  color: #fff;
  background: #111;
  border: 2px solid #111;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.finder-hero-jump:hover,
.finder-hero-jump:focus-visible { color: #111; background: #fff; }

.finder-hero-photo {
  position: relative;
  margin: 0;
  min-height: clamp(390px, 43vw, 620px);
  border: 3px solid #111;
  border-radius: 2rem;
  box-shadow: 14px 16px 0 #e91e79;
  overflow: hidden;
  transform: rotate(1.5deg);
}

.finder-hero-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }

.finder-hero-photo::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
}

.finder-hero-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 1.4rem;
  bottom: 1.35rem;
  left: 1.4rem;
  display: grid;
  gap: .25rem;
  color: #fff;
}

.finder-hero-photo figcaption span { color: #ffe500; font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.finder-hero-photo figcaption strong { max-width: 16ch; font-size: clamp(1.3rem, 2.5vw, 2.25rem); line-height: 1; text-transform: uppercase; }

.finder-intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  background: #111;
  border-bottom: 3px solid #111;
}

.finder-intro-strip p { display: grid; gap: .2rem; margin: 0; padding: 1.35rem var(--page-gutter, clamp(22px, 5vw, 74px)); border-right: 1px solid rgba(255,255,255,.25); }
.finder-intro-strip p:last-child { border-right: 0; }
.finder-intro-strip strong { color: #ffe500; font-size: .82rem; font-weight: 950; text-transform: uppercase; }
.finder-intro-strip span { font-size: .82rem; font-weight: 700; }

.find-page .finder-page-controls {
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: clamp(1rem, 2vw, 1.5rem);
  margin: 0;
  padding: clamp(3rem, 6vw, 5.5rem) var(--page-gutter, clamp(22px, 5vw, 74px));
  background: #f8f5ef;
  border: 0;
  box-shadow: none;
  scroll-margin-top: 6rem;
}

.finder-controls-heading h2 { margin: .25rem 0 0; font-size: clamp(2rem, 3.8vw, 4.2rem); font-weight: 950; line-height: .92; }
.find-page .finder-page-controls label { gap: .7rem; font-weight: 950; }
.find-page .finder-page-controls label > span { color: #6729a5; }
.find-page .finder-page-controls select { min-height: 58px; border: 3px solid #111; border-radius: 999px; padding-left: 1.1rem; background-color: #fff; font-weight: 700; }
.find-page .finder-page-controls select:focus { outline: 4px solid rgba(233,30,121,.22); outline-offset: 2px; }

.find-page .finder-page-results { padding-top: 1rem; }
.find-page .finder-result { border-radius: 1.5rem; box-shadow: 8px 9px 0 #111; }
.find-page .finder-retailer-card { border-radius: 1.25rem; }
.find-page .finder-result h3,
.find-page .finder-retailer-card h3 { font-weight: 950; }
.find-page .finder-result p,
.find-page .finder-retailer-card p { font-weight: 600; }
.find-page .finder-tags span,
.find-page .retailer-market,
.find-page .retailer-source { font-weight: 900; }

.find-page .finder-page-state-guides {
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  background: #6729a5;
  border-top: 3px solid #111;
}

.finder-page-state-guides > div > p:last-child { max-width: 32rem; color: rgba(255,255,255,.88); font-weight: 600; line-height: 1.55; }
.finder-page-state-guides h2 { max-width: 9ch; margin: .3rem 0 1rem; font-size: clamp(2.7rem, 5vw, 5.5rem); font-weight: 950; line-height: .9; }

.find-page .finder-page-state-guides nav { gap: .9rem; }
.find-page .finder-page-state-guides a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .15rem .75rem;
  align-items: center;
  padding: 1.1rem;
  border: 3px solid #111;
  border-radius: 1rem;
  box-shadow: 6px 7px 0 #111;
  font-weight: 900;
  text-align: left;
}

.finder-page-state-guides a > span { grid-row: 1 / 3; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; color: #111; background: #ffe500; border: 2px solid #111; border-radius: 50%; font-size: .68rem; }
.finder-page-state-guides a em { font-size: .65rem; font-style: normal; text-transform: uppercase; opacity: .68; }
.find-page .finder-page-state-guides a:hover,
.find-page .finder-page-state-guides a:focus-visible { color: #111; background: #ffe500; transform: translateY(-4px); }

@media (max-width: 980px) {
  .find-page .finder-page-hero { grid-template-columns: 1fr; }
  .finder-hero-copy h1 { max-width: 11ch; }
  .finder-hero-photo { min-height: clamp(360px, 70vw, 620px); transform: none; }
  .find-page .finder-page-controls { grid-template-columns: repeat(3, 1fr); }
  .finder-controls-heading { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .find-page .finder-page-hero { padding-top: 3rem; }
  .finder-hero-copy h1 { font-size: clamp(3.4rem, 17vw, 5.3rem); }
  .finder-hero-photo { min-height: 430px; border-radius: 1.2rem; box-shadow: 8px 9px 0 #e91e79; }
  .finder-hero-photo img { object-position: 52% center; }
  .finder-intro-strip { grid-template-columns: 1fr; }
  .finder-intro-strip p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .find-page .finder-page-controls { grid-template-columns: 1fr; }
  .finder-controls-heading { grid-column: auto; }
  .find-page .finder-page-state-guides { grid-template-columns: 1fr; }
  .find-page .finder-page-state-guides nav { grid-template-columns: 1fr 1fr; }
}

.directory-product-copy em {
  margin-top: auto;
  color: var(--black);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.product-directory-state-filters {
  padding-top: 14px;
  border-top: 2px solid rgba(5, 5, 5, 0.2);
}

@media (max-width: 1180px) {
  .product-directory {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .directory-product-copy {
    min-height: 300px;
    padding: 16px;
  }
}

@media (max-width: 520px) {
  .product-directory {
    grid-template-columns: 1fr;
  }

  .directory-product-copy {
    min-height: 0;
  }

  .product-directory-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .product-directory-filters::-webkit-scrollbar {
    display: none;
  }

  .product-directory-filters button {
    flex: 0 0 auto;
  }
}

.retailers {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background: var(--cyan);
}

.retailer-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.retailer-tools a {
  min-height: 120px;
  display: flex;
  align-items: end;
  padding: var(--card-pad);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.retailer-tools a:nth-child(2) {
  background: var(--yellow);
}

.retailer-tools a:nth-child(3) {
  background: var(--green);
}

.retailer-tools a:nth-child(4) {
  color: var(--white);
  background: var(--purple);
}

.retailer-tools a:nth-child(5) {
  background: var(--green);
}

.retailer-tools a:nth-child(6) {
  background: var(--pink);
}

.retailer-tools a:hover,
.retailer-tools a:focus-visible {
  transform: translateY(-8px) rotate(-0.65deg);
  box-shadow: 12px 14px 0 rgba(5, 5, 5, 0.18);
}

.compliance {
  background: var(--white);
}

.compliance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.compliance article {
  position: relative;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
}

.compliance article::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: var(--yellow);
  transform: scale(0.72);
  transition:
    transform 260ms ease,
    background 260ms ease;
}

.compliance article:nth-child(2)::after,
.compliance article:nth-child(5)::after {
  background: var(--green);
}

.compliance article:nth-child(3)::after,
.compliance article:nth-child(6)::after {
  background: var(--cyan);
}

.compliance article:hover,
.compliance article:focus-within {
  transform: translateY(-8px) rotate(0.55deg);
  box-shadow: 14px 16px 0 rgba(5, 5, 5, 0.16);
}

.compliance article:hover::after,
.compliance article:focus-within::after {
  transform: scale(1) rotate(12deg);
}

.compliance h3 {
  font-size: 22px;
}

.state-compliance {
  margin-top: 34px;
}

.compliance-table {
  display: grid;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
}

.compliance-table [role="row"] {
  display: grid;
  grid-template-columns: 0.45fr 0.8fr 1.25fr;
}

.compliance-table [role="row"]:not(:last-child) {
  border-bottom: 1px solid var(--line);
}

.compliance-table [role="row"]:first-child {
  color: var(--white);
  background: var(--black);
  font-weight: 900;
  text-transform: uppercase;
}

.compliance-table [role="row"]:not(:first-child):hover {
  background: var(--paper);
  transform: translateX(6px);
}

.compliance-table span {
  min-width: 0;
  padding: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.35;
}

.compliance-table span:first-child {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.footer {
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) minmax(160px, 0.7fr) minmax(280px, 1.5fr);
  gap: 28px;
  padding: var(--lower-section-y) var(--lower-page-gutter);
  color: var(--white);
  background: var(--black);
}

.footer img {
  width: 150px;
}

.footer-brand img {
  /* Recolor the transparent white wordmark to Cure Injoy brand yellow. */
  filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(1435%) hue-rotate(359deg) brightness(103%) contrast(104%);
}

.footer-brand p {
  margin-top: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-slide-copy h1 .market-ny,
.header-slide-copy h1 .market-nj {
  color: inherit;
  font: inherit;
}

.header-slide-copy h1 .market-ny { color: var(--yellow); }
.header-slide-copy h1 .market-nj { color: var(--pink); }

.header-slide-copy h2 .hero-flavor,
.header-slide-copy h2 .hero-moment {
  color: inherit;
  font: inherit;
}

.header-slide-copy h2 .hero-flavor { color: var(--yellow); }
.header-slide-copy h2 .hero-moment { color: var(--pink); }

.footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-nav-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.footer .footer-links {
  display: grid;
  justify-content: start;
  gap: .75rem;
  font-size: .78rem;
}

.footer .footer-links strong {
  margin-bottom: .35rem;
  color: var(--yellow);
  font-size: .7rem;
  letter-spacing: .08em;
}

.footer .footer-links a {
  width: fit-content;
  color: var(--white);
  line-height: 1.35;
}

/* Footer navs must not inherit the compact header-nav positioning rules. */
.footer .footer-links {
  grid-column: auto;
  grid-row: auto;
  overflow: visible;
  padding-bottom: 0;
}

@media (max-width: 620px) {
  .footer {
    gap: 34px;
  }

  .footer-nav-groups {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer .footer-links {
    gap: 12px;
    font-size: .9rem;
  }

  .footer .footer-links strong {
    margin-bottom: 2px;
    font-size: .76rem;
  }

  .footer .legal {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
  }
}

.legal {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background-color: var(--pink);
  background-image:
    linear-gradient(rgba(233, 30, 121, 0.82), rgba(233, 30, 121, 0.82)),
    url("assets/brand-patterns/pattern-01.png");
  background-position: center;
  background-size: auto, min(660px, 92vw) auto;
}

body.gated .age-gate {
  display: grid;
}

.state-preference-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at 16% 20%, var(--yellow) 0 11%, transparent 12%),
    radial-gradient(circle at 84% 14%, var(--pink) 0 10%, transparent 11%),
    rgba(5, 5, 5, 0.68);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.state-prompting .state-preference-modal {
  display: grid;
}

.age-panel,
.state-preference-panel {
  width: min(520px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: clamp(24px, 5vw, 44px);
  border: 3px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 20px 22px 0 rgba(5, 5, 5, 0.2);
}

.state-preference-panel {
  width: min(700px, 100%);
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
}

.age-logo {
  width: 172px;
  margin-bottom: 28px;
}

.age-panel h2,
.state-preference-panel h2 {
  font-size: clamp(36px, 7vw, 62px);
}

.age-panel p:not(.eyebrow),
.state-preference-panel p:not(.eyebrow) {
  color: var(--ink-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.state-preference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.state-preference-grid button {
  min-height: 110px;
  padding: 14px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--state-text, var(--black));
  background: var(--state-color, var(--cyan));
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.state-preference-grid button:hover,
.state-preference-grid button:focus-visible {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow: 10px 12px 0 rgba(5, 5, 5, 0.22);
  outline: none;
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0) rotate(-7deg);
  }
  50% {
    transform: translateY(-24px) rotate(7deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes ribbonSlide {
  0% {
    transform: translateX(-2%);
  }

  100% {
    transform: translateX(2%);
  }
}

@keyframes stageFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(0.35deg);
  }
}

@keyframes badgePulse {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  50% {
    transform: translateY(-5px) rotate(-2deg) scale(1.03);
  }
}

@keyframes tiltFloat {
  0%,
  100% {
    transform: rotate(-8deg) translateY(0);
  }

  50% {
    transform: rotate(-5deg) translateY(-8px);
  }
}

@keyframes softBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-6px) scale(1.01);
  }
}

@keyframes packageGlow {
  0% {
    background-position: 0% 50%, center;
  }

  100% {
    background-position: 100% 50%, center;
  }
}

@keyframes orbitDrift {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(18px, -12px) scale(1.08);
  }
}

@keyframes deviceSway {
  0%,
  100% {
    transform: rotate(10deg) translateY(0);
  }

  50% {
    transform: rotate(14deg) translateY(-7px);
  }
}

@keyframes stripShift {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes photoFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(-0.45deg);
  }
}

@keyframes mapPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.04);
  }
}

@keyframes usMapPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, calc(-50% - 5px)) scale(1.04);
  }
}

@keyframes mapRouteFloat {
  0%,
  100% {
    opacity: 0.54;
  }

  50% {
    opacity: 0.86;
  }
}

@keyframes formPop {
  0% {
    transform: translateY(18px) rotate(1.5deg) scale(0.98);
  }

  60% {
    transform: translateY(-4px) rotate(-0.45deg) scale(1.01);
  }

  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .product-card,
  .mockup-card,
  .injoy-quiz,
  .injoy-match,
  .injoy-orbit,
  .finder-result,
  .finder-retailer-card,
  .retailer-card,
  .us-location-map,
  .us-map-panel,
  .occasion-card,
  .compare-card,
  .compare-empty,
  .flavor-lane,
  .state-storefront-card,
  .coa-grid article,
  .auth-flow-steps article,
  .responsible-grid article,
  .universe-node,
  .universe-core,
  .proof-grid article,
  .state-rail-card,
  .learn-card,
  .faq article,
  .testing-callout,
  .batch-lookup,
  .authenticity article,
  .drops,
  .drop-highlights a,
  .event-hub-card,
  .retailer-tools a,
  .compliance article,
  .compliance-table [role="row"],
  .state-card,
  .state-detail,
  .state-panels article,
  .section-heading,
  .hero-copy,
  .hero-stage,
  .lifestyle-story figure,
  .lifestyle-story > div,
  .split-band > *,
  .finder-photo,
  .testing-photo,
  .locator-photo,
  .drop-form {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .footer .footer-links {
    grid-column: auto;
    grid-row: auto;
    overflow: visible;
    padding-bottom: 0;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .hero,
  .header-slide,
  .split-band,
  .lifestyle-story,
  .state-hub-hero,
  .injoy-quiz-shell,
  .auth-flow,
  .product-universe,
  .us-location-map,
  .finder-shell,
  .event-hub-card,
  .event-preview-hero,
  .event-preview-alerts,
  .product-index-hero,
  .testing-callout,
  .drops,
  .retailers,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 520px;
  }

  .header-slider-track {
    min-height: 0;
  }

  .header-slide {
    align-content: start;
    align-items: center;
    gap: 28px;
  }

  .header-slide figure {
    min-height: 100%;
  }

  .finder-photo,
  .testing-photo {
    min-height: 340px;
  }

  .us-map-visual {
    min-height: 420px;
  }

  .product-grid,
  .mockup-grid,
  .mo-category-hub,
  .home-resource-grid,
  .shop-type-grid,
  .occasion-grid,
  .compare-grid,
  .flavor-lane-grid,
  .state-storefront-grid,
  .state-rail-grid,
  .coa-grid,
  .responsible-grid,
  .proof-grid,
  .product-directory,
  .state-product-grid,
  .authenticity-grid,
  .compliance-grid,
  .learn-grid,
  .locator-grid,
  .finder-retailer-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .state-grid,
  .state-panels,
  .compare-controls,
  .format-guide-strip,
  .event-preview-grid,
  .auth-flow-steps,
  .state-next-steps,
  .state-preference-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .state-panels {
    grid-template-columns: 1fr;
  }

  .compliance-table [role="row"] {
    grid-template-columns: 1fr;
  }

  .compliance-table [role="row"]:first-child {
    display: none;
  }
}

@media (max-width: 620px) {
  :root {
    --page-gutter: clamp(22px, 6vw, 30px);
    --card-pad: 20px;
    --tight-card-pad: 18px;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .site-header nav {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0 8px;
    scrollbar-width: none;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }

  .detail-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .detail-header img {
    width: 122px;
  }

  .detail-nav {
    justify-content: flex-start;
  }

  .brand img {
    width: 122px;
  }

  .header-actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }

  .site-search {
    position: static;
  }

  .header-cta {
    padding: 9px 12px;
  }

  .state-preference-trigger,
  .header-cta,
  .search-toggle {
    font-size: 10px;
  }

  .search-panel,
  .search-results {
    left: var(--page-gutter);
    right: var(--page-gutter);
    width: auto;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .header-banner-slider {
    min-height: auto;
    padding: 0;
  }

  .header-slider-shell {
    min-height: calc(100vh - 176px);
  }

  .header-slider-track {
    min-height: 0;
  }

  .header-slide {
    gap: 32px;
    padding: 20px;
    align-items: center;
  }

  .header-slide::before {
    inset: 10px;
  }

  .header-slide-copy h1,
  .header-slide-copy h2 {
    font-size: clamp(34px, 10vw, 50px);
  }

  .header-slide figure {
    min-height: 100%;
  }

  .header-slide figure img {
    max-height: none;
  }

  .header-slide-copy {
    width: min(100%, 520px);
  }

  .us-map-visual {
    min-height: 330px;
  }

  .us-map-visual::after {
    right: 14px;
    bottom: 14px;
    font-size: clamp(42px, 16vw, 76px);
  }

  .us-map-pin {
    width: 42px;
    height: 42px;
    font-size: 11px;
  }

  .hero-copy,
  .split-band > *:first-child,
  .lifestyle-story figure,
  .finder-photo,
  .locator-photo,
  .lifestyle-story > div,
  .split-band > *:last-child,
  .testing-photo,
  .drop-form {
    transform: translateY(18px) rotate(0.001deg);
  }

  .hero-copy.visible,
  .split-band > *.visible,
  .lifestyle-story figure.visible,
  .finder-photo.visible,
  .locator-photo.visible,
  .lifestyle-story > div.visible,
  .testing-photo.visible,
  .drop-form.visible {
    transform: translateY(0) rotate(0.001deg);
  }

  .hero-actions .btn,
  .age-actions .btn {
    width: 100%;
  }

  .hero-stage {
    min-height: 360px;
  }

  .device {
    width: 82px;
    height: 300px;
  }

  .device-photo {
    width: 96px;
    height: 310px;
  }

  .device-pink {
    left: 9%;
  }

  .device-blue {
    left: 38%;
  }

  .device-green {
    right: 5%;
  }

  .product-grid,
  .mockup-grid,
  .mo-category-hub,
  .home-resource-grid,
  .shop-type-grid,
  .occasion-grid,
  .compare-grid,
  .compare-controls,
  .flavor-lane-grid,
  .format-guide-strip,
  .state-storefront-grid,
  .state-rail-grid,
  .coa-grid,
  .auth-flow-steps,
  .responsible-grid,
  .proof-grid,
  .product-directory,
  .state-product-grid,
  .authenticity-grid,
  .compliance-grid,
  .learn-grid,
  .locator-grid,
  .faq-grid,
  .finder-retailer-grid,
  .state-grid,
  .state-next-steps,
  .retailer-tools,
  .drop-highlights {
    grid-template-columns: 1fr;
  }

  .batch-lookup > div {
    display: grid;
  }

  .event-hub-card {
    padding: var(--card-pad);
  }

  .event-poster {
    min-height: 300px;
  }

  .event-preview-grid {
    grid-template-columns: 1fr;
  }

  .event-preview-grid article {
    min-height: auto;
  }

  .product-card {
    min-height: 470px;
  }

  .state-card {
    min-height: 72px;
    padding: 14px;
  }

  .state-grid {
    flex-direction: column;
  }

  .state-card:hover,
  .state-card:focus-visible,
  .state-card.active {
    flex-grow: 1;
  }

  .mo-category-card {
    min-height: 230px;
  }

  .home-resource-grid a {
    min-height: 150px;
  }

  .state-preference-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .state-preference-grid button {
    min-height: 56px;
    padding: 10px 12px;
  }

  .state-preference-modal {
    align-items: start;
    place-items: start center;
    padding: max(14px, env(safe-area-inset-top)) var(--page-gutter) max(14px, env(safe-area-inset-bottom));
  }

  .state-preference-panel {
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    padding: var(--card-pad);
    border-width: 2px;
    box-shadow: 8px 10px 0 rgba(5, 5, 5, 0.2);
  }

  .state-preference-panel h2 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 0.94;
  }

  .state-preference-panel p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.35;
  }

  .lifestyle-story {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .lifestyle-story figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
    background: var(--pink);
  }

  .lifestyle-story img {
    height: 100%;
    object-fit: cover;
  }

  .finder-photo,
  .locator-photo,
  .testing-photo {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .auth-flow,
  .authenticity,
  .drops,
  .states,
  .footer {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .auth-flow-steps article,
  .proof-grid article,
  .state-rail-card,
  .responsible-grid article,
  .faq article,
  .retailer-card,
  .finder-retailer-card {
    min-height: auto;
  }

  .universe-stage {
    min-height: 360px;
  }

  .universe-node {
    width: min(120px, 34vw);
    min-height: 120px;
    padding: 14px;
    font-size: 10px;
  }

  .universe-core {
    width: min(138px, 40vw);
    min-height: 138px;
  }
}

@media (max-width: 390px), (max-height: 720px) {
  .state-preference-panel {
    padding: 14px;
  }

  .state-preference-panel .eyebrow {
    margin-bottom: 7px;
  }

  .state-preference-panel h2 {
    margin-bottom: 8px;
    font-size: clamp(27px, 9vw, 36px);
  }

  .state-preference-panel p:not(.eyebrow) {
    margin-bottom: 0;
    font-size: 13px;
  }

  .state-preference-grid {
    margin-top: 14px;
  }

  .state-preference-grid button {
    min-height: 50px;
  }
}

/* Compact homepage rhythm after moving deep content to dedicated pages. */
@media (min-width: 901px) {
  .lifestyle-story,
  .mo-category-hub,
  .products,
  .injoy-finder,
  .states {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .mo-category-card {
    min-height: 230px;
    padding: 24px;
  }

  .products .section-heading,
  .injoy-finder .section-heading {
    margin-bottom: 26px;
  }

  .products .product-card {
    min-height: 450px;
  }

  .products .product-visual.photo-visual {
    min-height: 210px;
    padding: 12px;
  }

  .injoy-match {
    min-height: 290px;
  }

  .states .section-heading.compact {
    margin-bottom: 18px;
  }

  .state-card {
    min-height: 66px;
  }

  .state-detail {
    max-width: 720px;
    padding: 20px 24px;
  }

  .us-location-map {
    margin-top: 28px;
    gap: 32px;
  }

  .us-map-visual {
    min-height: 400px;
  }

  .full-state-map {
    padding: 18px;
  }

  .us-map-panel {
    padding: 24px;
  }
}

@media (max-width: 900px) {
  .mo-category-hub,
  .products,
  .injoy-finder,
  .states {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mo-category-hub {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mo-category-hub::-webkit-scrollbar,
  .products .product-grid::-webkit-scrollbar,
  .state-grid::-webkit-scrollbar {
    display: none;
  }

  .mo-category-card {
    flex: 0 0 min(78vw, 330px);
    min-height: 240px;
    scroll-snap-align: start;
  }

  .products .product-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .products .product-card {
    flex: 0 0 min(82vw, 360px);
    min-height: 520px;
    scroll-snap-align: start;
  }

  .products .featured-lineup-action {
    justify-content: flex-start;
  }

  .injoy-orbit {
    display: none;
  }

  .state-grid {
    flex-direction: row;
    align-items: stretch;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .state-card {
    flex: 0 0 132px;
    min-height: 64px;
    scroll-snap-align: start;
  }

  .state-card:hover,
  .state-card:focus-visible,
  .state-card.active {
    flex-grow: 0;
  }

  .states .state-detail {
    display: none;
  }

  .us-location-map {
    margin-top: 22px;
  }

  .us-map-visual {
    min-height: 0;
  }
}
.home-location-cta {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(520px, 1.38fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(3.5rem, 7vw, 7rem) max(1.25rem, calc((100vw - 1320px) / 2));
  background: var(--pink);
  border-block: 3px solid #111;
}

.home-location-copy {
  max-width: 34rem;
}

.home-location-copy h2 {
  max-width: 11ch;
  margin: .45rem 0 1.35rem;
  color: var(--white);
  font-size: clamp(3rem, 5.25vw, 5.75rem);
  line-height: .9;
  letter-spacing: -.045em;
}

.home-location-copy .eyebrow {
  color: var(--yellow);
  font-size: clamp(.82rem, 1vw, 1rem);
  letter-spacing: .04em;
}

.home-location-copy > p:not(.eyebrow) {
  max-width: 40rem;
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.45;
  color: var(--white);
}

.home-market-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.home-market-list span {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  padding: .75rem;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 800;
  text-align: center;
}

.home-market-map {
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-market-map::after {
  display: none;
}

.home-market-map svg {
  width: 100%;
  max-height: 560px;
  filter: none;
}

.home-market-map .mapState path {
  fill: var(--white);
  stroke: var(--black);
  stroke-width: 1.8px;
}

.home-market-map .mapState.active path {
  fill: var(--yellow);
  stroke: var(--black);
  stroke-width: 2.8px;
}

.home-market-map .mapState.active text {
  fill: var(--black);
}

.home-market-map .mapLink:hover .mapState.active path,
.home-market-map .mapLink:focus-visible .mapState.active path {
  fill: var(--white);
}

.home-market-map .mapLegend {
  display: none;
}

.home-market-map .legendCurrent {
  background: var(--yellow);
}

.home-market-map .legendOther {
  background: var(--white);
}

.home-market-map .mapHint {
  display: none;
}

@media (max-width: 1100px) {
  .home-location-cta {
    grid-template-columns: minmax(240px, .75fr) minmax(430px, 1.25fr);
  }
}

/* The full map and retailer controls now live on the dedicated Find Us page. */
main > .states {
  display: none;
}

@media (max-width: 760px) {
  .home-location-cta {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-market-map {
    border-radius: 0;
    box-shadow: none;
  }

  .home-market-list {
    grid-template-columns: 1fr 1fr;
  }
}
.home-quiz-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(3rem, 6vw, 5.5rem) max(1.25rem, calc((100vw - 1320px) / 2));
  background: #16c98d;
  border-block: 3px solid #111;
}

.home-quiz-cta > div {
  max-width: 48rem;
}

.home-quiz-cta h2 {
  max-width: 18ch;
  margin: .35rem 0 .75rem;
}

.home-quiz-cta p:not(.eyebrow) {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

/* Immersive homepage flavor-finder portal */
.home-flavor-portal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: min(820px, 82vh);
  padding: clamp(64px, 9vw, 124px) var(--lower-page-gutter);
  border-block: 3px solid var(--black);
  color: var(--black);
  background: var(--yellow);
  overflow: hidden;
}

.home-flavor-portal::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/brand-patterns/pattern-01-pink-transparent.png");
  background-position: 18px 14px;
  background-repeat: repeat;
  background-size: 178px 224px;
  opacity: .12;
  pointer-events: none;
}

.flavor-portal-copy { position: relative; z-index: 4; }

.flavor-portal-copy .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 2px solid var(--black);
  border-radius: 999px;
  color: var(--white);
  background: var(--purple);
}

.flavor-portal-copy h2 {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: clamp(52px, 7vw, 104px);
  line-height: .82;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.flavor-portal-copy h2 em {
  display: block;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  text-transform: none;
  transform: rotate(-2deg);
}

.flavor-portal-copy > p:not(.eyebrow) {
  max-width: 620px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.45;
}

.flavor-mood-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 24px; }

.flavor-mood {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border: 2px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 4px 5px 0 var(--black);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.flavor-mood span { font-size: 18px; }
.flavor-mood-bright span { color: var(--orange); }
.flavor-mood-juicy span { color: var(--pink); }
.flavor-mood-bold span { color: var(--purple); }
.flavor-mood:hover, .flavor-mood:focus-visible { transform: translateY(-4px) rotate(-1deg); box-shadow: 7px 9px 0 var(--black); }

.flavor-portal-button {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 16px 18px 16px 24px;
  border: 3px solid var(--black);
  border-radius: 999px;
  color: var(--white);
  background: var(--black);
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 8px 9px 0 var(--pink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.flavor-portal-button b { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--black); background: var(--yellow); font-size: 25px; }
.flavor-portal-button:hover, .flavor-portal-button:focus-visible { transform: translateY(-5px); box-shadow: 12px 14px 0 var(--pink); }
.flavor-portal-copy small { display: block; margin: 18px 0 0 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.flavor-portal-stage {
  position: relative;
  z-index: 1;
  min-height: clamp(460px, 48vw, 660px);
  border: 0;
  background: transparent;
  transform: rotate(2deg);
  isolation: isolate;
}

.flavor-stage-mark {
  position: absolute;
  top: 0;
  left: 12%;
  z-index: 2;
  display: block;
  width: 76%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 3px var(--black)) drop-shadow(12px 15px 0 var(--black));
}

.flavor-sun {
  position: absolute;
  z-index: 0;
  top: 19%;
  left: 19%;
  width: 62%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 3px solid var(--black);
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: inset 0 0 0 20px rgba(255,255,255,.12);
}

.flavor-device {
  position: absolute;
  z-index: 3;
  width: 29%;
  height: 53%;
  filter: drop-shadow(0 24px 15px rgba(0,0,0,.28));
  animation: flavorDeviceFloat 5s ease-in-out infinite;
  cursor: grab;
  touch-action: none;
  user-select: none;
  will-change: left, top;
}

.flavor-device.is-dragging {
  z-index: 20;
  cursor: grabbing;
  animation: none;
  filter: drop-shadow(0 30px 18px rgba(0,0,0,.34));
}

.flavor-device > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-drag: none;
}

.flavor-device-one { left: 0; top: 20%; transform: rotate(-14deg); }
.flavor-device-two { right: 5%; top: 0; transform: rotate(8deg); animation-delay: -1.6s; }
.flavor-device-three { right: -1%; bottom: 7%; transform: rotate(14deg); animation-delay: -3.2s; }

.flavor-portal-stage > strong { position: absolute; z-index: 5; left: 50%; bottom: 6%; transform: translateX(-50%) rotate(-4deg); color: var(--white); font-size: clamp(24px, 3.2vw, 48px); line-height: .85; text-align: center; text-shadow: 4px 4px 0 var(--black); white-space: nowrap; }

.flavor-orbit {
  position: absolute;
  z-index: 6;
  display: grid;
  place-items: center;
  width: clamp(74px, 8vw, 106px);
  aspect-ratio: 1;
  border: 3px solid var(--black);
  border-radius: 50%;
  color: var(--black);
  background: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 6px 7px 0 var(--black);
  animation: flavorBadgeBob 4.4s ease-in-out infinite;
}

.flavor-orbit-one { left: -5%; top: 4%; }
.flavor-orbit-two { right: -4%; top: 12%; background: var(--white); animation-delay: -1.4s; }
.flavor-orbit-three { right: 4%; bottom: 3%; background: var(--green); animation-delay: -2.8s; }

@keyframes flavorDeviceFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -14px; } }
@keyframes flavorBadgeBob { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-10px) rotate(3deg); } }

@media (max-width: 980px) {
  .home-flavor-portal { grid-template-columns: 1fr; min-height: 0; }
  .flavor-portal-stage { width: min(680px, 92%); margin: 0 auto 16px; }
}

@media (max-width: 620px) {
  .home-flavor-portal { padding-top: 52px; padding-bottom: 62px; }
  .flavor-portal-copy h2 { font-size: clamp(48px, 16vw, 72px); }
  .flavor-mood-row { display: grid; }
  .flavor-mood { justify-content: center; }
  .flavor-portal-button { width: 100%; justify-content: space-between; }
  .flavor-portal-stage { min-height: 390px; }
  .flavor-device { width: 31%; height: 50%; }
  .flavor-device-one { left: 1%; top: 22%; }
  .flavor-device-two { right: 4%; top: 2%; }
  .flavor-device-three { right: 0; bottom: 9%; }
}

.home-full-quiz {
  display: none;
}

.quiz-page {
  background: #f7f4ed;
}

.quiz-page-main {
  min-height: 70vh;
}

.quiz-page-hero {
  padding: clamp(4rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1180px) / 2)) clamp(2rem, 4vw, 4rem);
  background: #16c98d;
  border-bottom: 3px solid #111;
}

.quiz-page-hero h1 {
  max-width: 11ch;
  margin: .4rem 0 1rem;
}

.quiz-page-hero > p:last-child {
  max-width: 44rem;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.55;
}

.quiz-page .injoy-quiz-shell {
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem) max(1.25rem, calc((100vw - 1180px) / 2));
}

@media (max-width: 760px) {
  .home-quiz-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-quiz-cta .btn {
    width: fit-content;
  }
}
.learn-page {
  background: #f7f4ed;
}

.learn-page-hero {
  padding: clamp(4rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1180px) / 2));
  background: #56c7ee;
  border-bottom: 3px solid #111;
}

.learn-page-hero h1 {
  max-width: 11ch;
  margin: .4rem 0 1rem;
}

.learn-page-hero > p:last-child {
  max-width: 46rem;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.55;
}

.learn-format-grid,
.learn-faq {
  padding: clamp(3.5rem, 7vw, 7rem) max(1.25rem, calc((100vw - 1180px) / 2));
}

.learn-format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.learn-format-grid .section-heading {
  grid-column: 1 / -1;
}

.learn-format-grid > a {
  display: grid;
  align-content: space-between;
  min-height: 13rem;
  padding: 1.5rem;
  border: 2px solid #111;
  border-radius: 6px;
  background: #fff;
  color: #111;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.learn-format-grid > a:nth-of-type(1) { background: #f271a9; }
.learn-format-grid > a:nth-of-type(2) { background: #f7d814; }
.learn-format-grid > a:nth-of-type(3) { background: #16c98d; }
.learn-format-grid > a:nth-of-type(4) { background: #fff; }

.learn-format-grid > a:hover,
.learn-format-grid > a:focus-visible {
  transform: translateY(-6px);
  box-shadow: 8px 8px 0 #111;
}

.learn-format-grid strong {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  text-transform: uppercase;
}

.learn-format-grid span {
  line-height: 1.5;
}

.learn-trust-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(3rem, 6vw, 5rem) max(1.25rem, calc((100vw - 1180px) / 2));
  border-block: 3px solid #111;
  background: #f7d814;
}

.learn-trust-band > div {
  max-width: 48rem;
}

.learn-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.learn-faq details {
  padding: 1.25rem;
  border: 2px solid #111;
  border-radius: 6px;
  background: #fff;
}

.learn-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.learn-faq details p {
  margin: 1rem 0 0;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .learn-format-grid,
  .learn-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .learn-trust-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .learn-format-grid,
  .learn-faq-grid {
    grid-template-columns: 1fr;
  }
}

/* Final polish: clean homepage destination cards */
.mo-category-hub {
  gap: clamp(10px, 1.25vw, 18px);
  padding-block: clamp(44px, 6vw, 78px);
  background: #fff;
}

.mo-category-card {
  aspect-ratio: 1 / 1;
  padding: clamp(18px, 2vw, 28px);
  border: 2px solid #111;
  border-radius: 14px;
  box-shadow: 6px 7px 0 #111;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.mo-category-card:hover,
.mo-category-card:focus-visible {
  transform: translateY(-7px) !important;
  box-shadow: 10px 13px 0 #111;
}

.mo-category-products { background: var(--cyan); }
.mo-category-deals { background: var(--orange); }
.mo-category-merch { background: var(--yellow); }
.mo-category-testing { background: var(--purple); }

.mo-category-number {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 10px !important;
  opacity: .7;
}

.mo-category-copy {
  left: clamp(18px, 2vw, 28px);
  bottom: clamp(18px, 2vw, 28px);
  width: calc(100% - clamp(36px, 4vw, 56px));
}

.mo-category-copy > span {
  margin-bottom: 4px;
  font-size: 10px;
  letter-spacing: .08em;
}

.mo-category-card h2 {
  max-width: 10ch;
  margin-bottom: 13px;
  font-size: clamp(24px, 2.25vw, 37px);
  line-height: .9;
  letter-spacing: -.04em;
}

.mo-category-card em {
  gap: 7px;
  padding: 8px 10px;
  border: 0;
  font-size: 9px;
  box-shadow: 3px 4px 0 #111;
}

.mo-category-card em b { font-size: 15px; }

.mo-category-art {
  top: 2%;
  right: 3%;
  width: 48%;
  height: 52%;
  filter: drop-shadow(0 12px 10px rgba(0,0,0,.2));
}

.mo-category-art-photo {
  top: 7%;
  right: 6%;
  width: 52%;
  height: 43%;
  border: 2px solid #111;
  border-radius: 12px;
  clip-path: none;
  box-shadow: 4px 5px 0 rgba(17,17,17,.9);
}

/* Full flavor-finder journey */
.quiz-page { background: var(--yellow); }

.quiz-page-main {
  min-height: calc(100vh - 90px);
  background: var(--yellow);
}

.quiz-experience-hero {
  padding-bottom: clamp(28px, 4vw, 48px);
  border-bottom: 0;
  text-align: center;
  background: var(--yellow);
}

.quiz-experience-hero .eyebrow {
  display: inline-block;
  padding: 8px 12px;
  border: 2px solid #111;
  border-radius: 999px;
  color: #fff;
  background: var(--purple);
}

.quiz-experience-hero h1 {
  max-width: 1000px;
  margin: 14px auto;
  font-size: clamp(52px, 9vw, 126px);
  line-height: .8;
  letter-spacing: -.07em;
}

.quiz-experience-hero > p:last-child {
  margin-inline: auto;
  font-size: clamp(17px, 2vw, 24px);
}

.quiz-experience {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: clamp(72px, 9vw, 130px);
}

.quiz-progress {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.quiz-progress-label {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-progress-track {
  height: 12px;
  overflow: hidden;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
}

.quiz-progress-track i {
  display: block;
  width: 33.333%;
  height: 100%;
  background: var(--pink);
  transition: width 320ms ease;
}

.quiz-step-form {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 4vw, 52px);
  border: 3px solid #111;
  border-radius: 24px;
  background: #fff;
  box-shadow: 14px 16px 0 #111;
}

.quiz-step-form:hover,
.quiz-step-form:focus-within {
  transform: none;
  filter: none;
  box-shadow: 14px 16px 0 #111;
}

.quiz-native-control {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.quiz-step {
  display: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-step.active {
  display: block;
  animation: quizStepIn 320ms ease both;
}

.quiz-step legend {
  width: 100%;
  margin-bottom: clamp(28px, 4vw, 45px);
  font-size: clamp(38px, 5.5vw, 76px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.quiz-step legend small {
  display: block;
  margin-bottom: 10px;
  color: var(--pink);
  font-size: 12px;
  letter-spacing: .08em;
}

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

.quiz-state-choices { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.quiz-format-choices { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.quiz-choice {
  min-height: 155px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 5px;
  padding: 20px;
  border: 2px solid #111;
  border-radius: 16px;
  color: #111;
  background: #f7f4ed;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 0 0 #111;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.quiz-choice > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 9px;
  border: 2px solid #111;
  border-radius: 50%;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
}

.quiz-choice strong {
  font-size: clamp(15px, 1.6vw, 21px);
  line-height: 1;
  text-transform: uppercase;
}

.quiz-choice em {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  opacity: .68;
}

.quiz-choice:hover,
.quiz-choice:focus-visible {
  transform: translateY(-5px);
  box-shadow: 6px 7px 0 #111;
}

.quiz-choice.selected {
  background: var(--yellow);
  box-shadow: 6px 7px 0 #111;
  transform: translateY(-4px);
}

.quiz-mood-choices .mood-bright { background: #fff6b4; }
.quiz-mood-choices .mood-fruit { background: #ffb0d0; }
.quiz-mood-choices .mood-dessert { background: #c7a5ff; }
.quiz-mood-choices .mood-classic { background: #91e0c4; }
.quiz-mood-choices .selected { outline: 5px solid var(--pink); outline-offset: -7px; }

.quiz-step-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 34px;
}

.quiz-next,
.quiz-finish,
.quiz-back {
  min-height: 54px;
  padding: 13px 20px;
  border: 2px solid #111;
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.quiz-next,
.quiz-finish {
  margin-left: auto;
  color: #fff;
  background: #111;
  box-shadow: 6px 7px 0 var(--pink);
}

.quiz-next span,
.quiz-finish span { margin-left: 14px; font-size: 20px; }
.quiz-back { background: #fff; }

.quiz-result-card {
  min-height: 0;
  margin-top: 34px;
  padding: clamp(30px, 5vw, 60px);
  border: 3px solid #111;
  border-radius: 24px;
  box-shadow: 14px 16px 0 #111;
  background: radial-gradient(circle at 88% 22%, var(--yellow) 0 12%, transparent 12.5%), linear-gradient(135deg, #fff, #ffc0da);
  animation: resultReveal 520ms cubic-bezier(.2,.8,.2,1) both;
}

.quiz-result-card h3 { font-size: clamp(58px, 9vw, 126px); }
.quiz-result-card[hidden] { display: none; }

.quiz-related {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: clamp(36px, 6vw, 68px);
  padding-top: clamp(28px, 4vw, 44px);
  border-top: 3px solid #111;
}

.quiz-related-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.quiz-related-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 7px;
}

.quiz-related-heading h4 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: .94;
  text-transform: uppercase;
}

.quiz-related-heading > span {
  max-width: 28ch;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  text-align: right;
}

.quiz-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.quiz-related-card {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border: 2px solid #111;
  border-radius: 15px;
  color: #111;
  background: #fff;
  text-decoration: none;
  box-shadow: 5px 6px 0 #111;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.quiz-related-card:nth-child(1) { background: var(--yellow); }
.quiz-related-card:nth-child(2) { background: var(--cyan); }
.quiz-related-card:nth-child(3) { background: #ffb0d0; }

.quiz-related-card:hover,
.quiz-related-card:focus-visible {
  transform: translateY(-6px) rotate(-.5deg);
  box-shadow: 9px 11px 0 #111;
}

.quiz-related-card > span {
  position: absolute;
  top: 15px;
  right: 17px;
  font-size: 10px;
  font-weight: 900;
  opacity: .58;
}

.quiz-related-card small {
  margin-bottom: 22px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-related-card strong {
  max-width: 12ch;
  font-size: clamp(22px, 2.7vw, 36px);
  line-height: .9;
  text-transform: uppercase;
}

.quiz-related-card em {
  margin-top: 9px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

.quiz-related-card b {
  margin-top: auto;
  padding-top: 24px;
  font-size: 10px;
  text-transform: uppercase;
}

@keyframes quizStepIn {
  from { opacity: 0; transform: translateX(28px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes resultReveal {
  from { opacity: 0; transform: translateY(32px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 980px) {
  .mo-category-hub { grid-template-columns: repeat(2, minmax(0, 1fr)); display: grid; overflow: visible; }
  .mo-category-card { width: auto; min-height: 0; }
  .quiz-format-choices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .mo-category-hub { grid-template-columns: 1fr 1fr; gap: 9px; }
  .mo-category-card { padding: 14px; border-radius: 10px; box-shadow: 4px 5px 0 #111; }
  .mo-category-copy { left: 14px; bottom: 14px; width: calc(100% - 28px); }
  .mo-category-card h2 { font-size: clamp(19px, 6vw, 27px); }
  .mo-category-card em { display: none; }
  .mo-category-art-photo { right: 8%; width: 48%; height: 40%; }
  .quiz-experience { width: min(100% - 20px, 1180px); }
  .quiz-experience-hero h1 { font-size: clamp(54px, 18vw, 82px); }
  .quiz-step-form { min-height: 590px; padding: 22px 16px; border-radius: 16px; box-shadow: 8px 9px 0 #111; }
  .quiz-choice-grid, .quiz-state-choices, .quiz-format-choices { grid-template-columns: 1fr 1fr; gap: 8px; }
  .quiz-choice { min-height: 125px; padding: 14px; border-radius: 12px; }
  .quiz-choice > span { width: 34px; height: 34px; margin-bottom: 4px; }
  .quiz-step legend { font-size: clamp(34px, 11vw, 52px); }
  .quiz-progress { grid-template-columns: 1fr; gap: 8px; }
  .quiz-next, .quiz-finish, .quiz-back { padding-inline: 15px; }
  .quiz-related-heading { grid-template-columns: 1fr; }
  .quiz-related-heading > span { margin-top: 10px; text-align: left; }
  .quiz-related-grid { grid-template-columns: 1fr; }
  .quiz-related-card { min-height: 175px; }
}

/* Destination cards v3: one clean, consistent visual system */
section.mo-category-hub {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-block: clamp(42px, 5vw, 70px);
  background: #f7f4ed;
}

section.mo-category-hub > a.mo-category-card {
  min-height: 0;
  aspect-ratio: 1 / 1;
  display: grid;
  grid-template-rows: 56% 44%;
  padding: 0;
  border: 2px solid #111;
  border-radius: 16px;
  color: #111;
  background: #fff;
  box-shadow: 5px 6px 0 #111;
  overflow: hidden;
}

/* Color-block card treatment used throughout the rest of the site. */
section.mo-category-hub > a.mo-category-card {
  display: block;
  aspect-ratio: 1 / 1;
  padding: clamp(18px, 1.8vw, 26px);
  isolation: isolate;
}

section.mo-category-hub > a.mo-category-products { background: var(--cyan); }
section.mo-category-hub > a.mo-category-deals { background: var(--orange); }
section.mo-category-hub > a.mo-category-merch { background: var(--yellow); }
section.mo-category-hub > a.mo-category-testing { color: #fff; background: var(--purple); }

section.mo-category-hub .mo-category-number {
  top: clamp(18px, 1.8vw, 26px);
  left: clamp(18px, 1.8vw, 26px);
}

section.mo-category-hub .mo-category-copy {
  position: absolute;
  z-index: 5;
  left: clamp(18px, 1.8vw, 26px);
  right: clamp(18px, 1.8vw, 26px);
  bottom: clamp(18px, 1.8vw, 26px);
  width: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: end;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
}

section.mo-category-hub .mo-category-copy > span {
  grid-column: 1 / -1;
  margin-bottom: 5px;
  color: inherit;
  opacity: .72;
}

section.mo-category-hub .mo-category-card h2 {
  max-width: 9ch;
  font-size: clamp(23px, 2.1vw, 34px);
  text-shadow: none;
}

section.mo-category-hub .mo-category-card em {
  border-color: currentColor;
}

section.mo-category-hub .mo-category-testing em {
  color: #111;
  background: #fff;
}

section.mo-category-hub .mo-category-art,
section.mo-category-hub .mo-category-art-cutout {
  position: absolute;
  z-index: 2;
  top: 5%;
  right: 1%;
  width: 68%;
  height: 68%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: transparent !important;
  filter: drop-shadow(0 14px 11px rgba(0,0,0,.2));
}

section.mo-category-hub .mo-category-products .mo-category-art {
  top: 4%;
  right: 5%;
  width: 64%;
  height: 65%;
}

section.mo-category-hub .mo-category-testing .mo-category-art-photo {
  top: 9%;
  right: 6%;
  width: 62%;
  height: 53%;
  padding: 0;
  border: 2px solid #111;
  border-radius: 10px;
  object-fit: cover;
  transform: rotate(3deg);
  box-shadow: 6px 7px 0 #111;
  filter: none;
}

section.mo-category-hub > a.mo-category-card:hover,
section.mo-category-hub > a.mo-category-card:focus-visible {
  transform: translateY(-7px) !important;
  box-shadow: 9px 12px 0 #111;
}

section.mo-category-hub .mo-category-number {
  position: absolute;
  z-index: 6;
  top: 15px;
  left: 15px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 28px;
  border: 2px solid #111;
  border-radius: 999px;
  color: #111;
  background: #fff;
  font-size: 9px !important;
  opacity: 1;
}

section.mo-category-hub .mo-category-art {
  position: relative;
  z-index: 2;
  grid-row: 1;
  align-self: stretch;
  justify-self: stretch;
  inset: auto;
  width: 100%;
  height: 100%;
  padding: 20px 18px 8px;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 12px 9px rgba(0,0,0,.18));
  clip-path: none;
}

section.mo-category-hub .mo-category-art-photo {
  padding: 0;
  object-fit: cover;
  filter: none;
}

section.mo-category-hub .mo-category-products .mo-category-art { background: var(--cyan); }
section.mo-category-hub .mo-category-deals .mo-category-art { background: var(--orange); }
section.mo-category-hub .mo-category-merch .mo-category-art { background: var(--yellow); }
section.mo-category-hub .mo-category-testing .mo-category-art { background: var(--purple); }

section.mo-category-hub .mo-category-copy {
  position: relative;
  z-index: 4;
  grid-row: 2;
  inset: auto;
  width: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  column-gap: 12px;
  align-items: end;
  padding: clamp(17px, 1.8vw, 25px);
  border-top: 2px solid #111;
  color: #111;
  background: #fff;
}

section.mo-category-hub .mo-category-copy > span {
  grid-column: 1 / -1;
  align-self: start;
  margin: 0 0 7px;
  color: #666;
  font-size: 9px;
  letter-spacing: .12em;
}

section.mo-category-hub .mo-category-card h2 {
  grid-column: 1;
  align-self: end;
  max-width: none;
  margin: 0;
  font-size: clamp(22px, 2vw, 33px);
  line-height: .9;
  letter-spacing: -.045em;
  text-wrap: balance;
}

section.mo-category-hub .mo-category-card em {
  grid-column: 2;
  align-self: end;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid #111;
  border-radius: 50%;
  color: #fff;
  background: #111;
  box-shadow: none;
  font-size: 0;
}

section.mo-category-hub .mo-category-card em::after {
  content: "↗";
  font-size: 19px;
}

section.mo-category-hub .mo-category-card em b { display: none; }
section.mo-category-hub .mo-category-card:hover em,
section.mo-category-hub .mo-category-card:focus-visible em { color: #111; background: var(--yellow); transform: rotate(8deg); }

@media (max-width: 980px) {
  section.mo-category-hub { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  section.mo-category-hub > a.mo-category-card { aspect-ratio: 5 / 4; grid-template-rows: 58% 42%; }
}

@media (max-width: 560px) {
  section.mo-category-hub { grid-template-columns: 1fr 1fr; gap: 9px; }
  section.mo-category-hub > a.mo-category-card { aspect-ratio: 1 / 1; grid-template-rows: 54% 46%; border-radius: 11px; }
  section.mo-category-hub .mo-category-number { top: 9px; left: 9px; width: 32px; height: 24px; }
  section.mo-category-hub .mo-category-copy { padding: 12px; }
  section.mo-category-hub .mo-category-card h2 { font-size: clamp(18px, 5.6vw, 26px); }
  section.mo-category-hub .mo-category-card em { display: grid; width: 32px; height: 32px; }
  section.mo-category-hub .mo-category-card em::after { font-size: 15px; }
}

/* Restored original destination-card direction. */
section.mo-category-hub-classic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  padding-block: clamp(48px, 7vw, 86px);
  background: var(--paper);
  overflow: visible;
}

section.mo-category-hub-classic > a.mo-category-card {
  position: relative;
  min-height: 280px;
  aspect-ratio: auto;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  gap: 14px;
  padding: clamp(22px, 2.4vw, 32px);
  border: 2px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  text-decoration: none;
  overflow: hidden;
  box-shadow: 9px 11px 0 rgba(5, 5, 5, .18);
  isolation: isolate;
}

section.mo-category-hub-classic > .mo-category-products { background: linear-gradient(135deg, var(--pink), var(--orange)); }
section.mo-category-hub-classic > .mo-category-deals { background: linear-gradient(135deg, var(--yellow), var(--green)); }
section.mo-category-hub-classic > .mo-category-merch { color: var(--white); background: linear-gradient(135deg, var(--cyan), var(--purple)); }
section.mo-category-hub-classic > .mo-category-testing { background: linear-gradient(135deg, var(--white), var(--yellow)); }

section.mo-category-hub-classic > a.mo-category-card::before,
section.mo-category-hub-classic > a.mo-category-card::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: .26;
}

section.mo-category-hub-classic > a.mo-category-card::before { width: 140px; height: 140px; right: -45px; top: -45px; }
section.mo-category-hub-classic > a.mo-category-card::after { width: 230px; height: 230px; left: -100px; bottom: -140px; }

section.mo-category-hub-classic > a.mo-category-card > span {
  position: static;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

section.mo-category-hub-classic > a.mo-category-card h2 {
  max-width: 9ch;
  margin: 0;
  color: inherit;
  font-size: clamp(28px, 3vw, 44px);
  line-height: .9;
  letter-spacing: -.045em;
}

section.mo-category-hub-classic > a.mo-category-card p {
  max-width: 28ch;
  margin: 0;
  color: currentColor;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42;
  opacity: .78;
}

section.mo-category-hub-classic > a.mo-category-card em {
  position: static;
  width: max-content;
  height: auto;
  display: block;
  align-self: end;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

section.mo-category-hub-classic > a.mo-category-card em::after { content: "  ↗"; font-size: 12px; }

@media (max-width: 980px) {
  section.mo-category-hub-classic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  section.mo-category-hub-classic > a.mo-category-card { min-height: 250px; }
}

@media (max-width: 560px) {
  section.mo-category-hub-classic { grid-template-columns: 1fr; }
  section.mo-category-hub-classic > a.mo-category-card { min-height: 230px; }
}

/* Final destination-card correction: undistorted cutouts on brand color fields. */
section.mo-category-hub > a.mo-category-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  padding: clamp(18px, 1.8vw, 26px);
  color: #111;
  overflow: hidden;
}

section.mo-category-hub > a.mo-category-products { background: var(--cyan); }
section.mo-category-hub > a.mo-category-deals { background: var(--orange); }
section.mo-category-hub > a.mo-category-merch { background: var(--yellow); }
section.mo-category-hub > a.mo-category-testing { color: #fff; background: var(--purple); }

section.mo-category-hub .mo-category-copy {
  position: absolute;
  z-index: 5;
  left: clamp(18px, 1.8vw, 26px);
  right: clamp(18px, 1.8vw, 26px);
  bottom: clamp(18px, 1.8vw, 26px);
  width: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: end;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
}

section.mo-category-hub .mo-category-copy > span {
  grid-column: 1 / -1;
  margin: 0 0 5px;
  color: inherit;
  opacity: .72;
}

section.mo-category-hub .mo-category-card h2 {
  grid-column: 1;
  max-width: 9ch;
  margin: 0;
  color: inherit;
  font-size: clamp(23px, 2.1vw, 34px);
  line-height: .9;
  text-wrap: balance;
}

section.mo-category-hub .mo-category-card em {
  grid-column: 2;
  align-self: end;
  color: #fff;
  background: #111;
}

section.mo-category-hub .mo-category-testing em { color: #111; background: #fff; }

section.mo-category-hub .mo-category-art,
section.mo-category-hub .mo-category-art-cutout {
  position: absolute;
  z-index: 2;
  inset: 3% 1% auto auto;
  width: 70%;
  height: 68%;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  background: transparent !important;
  box-shadow: none;
  clip-path: none;
  filter: drop-shadow(0 14px 11px rgba(0,0,0,.2));
}

section.mo-category-hub .mo-category-products .mo-category-art {
  inset: 3% 4% auto auto;
  width: 65%;
  height: 66%;
}

section.mo-category-hub .mo-category-testing .mo-category-art-photo {
  inset: 8% 6% auto auto;
  width: 62%;
  height: 52%;
  border: 2px solid #111;
  border-radius: 10px;
  object-fit: cover;
  transform: rotate(3deg);
  box-shadow: 6px 7px 0 #111;
  filter: none;
}

@media (max-width: 980px) {
  section.mo-category-hub > a.mo-category-card { aspect-ratio: 1 / 1; }
}

@media (max-width: 560px) {
  section.mo-category-hub > a.mo-category-card { padding: 12px; }
  section.mo-category-hub .mo-category-copy { left: 12px; right: 12px; bottom: 12px; }
  section.mo-category-hub .mo-category-card h2 { font-size: clamp(18px, 5.4vw, 25px); }
}
/* 2026 homepage collection launch */
.collection-hero {
  position: relative;
  min-height: min(780px, calc(100vh - 88px));
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 7rem);
  overflow: hidden;
  padding: clamp(5rem, 8vw, 8rem) clamp(2rem, 6vw, 7rem);
  background: #e81778;
  border-bottom: 5px solid #111;
  isolation: isolate;
}

.collection-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 82% 16%, #ffe600 0 10%, transparent 10.3%),
    radial-gradient(circle at 8% 86%, #00c86f 0 8%, transparent 8.3%);
}

.collection-hero::after {
  content: "C  C  C  C  C";
  position: absolute;
  right: -2rem;
  bottom: -2.8rem;
  z-index: -1;
  color: rgba(255,255,255,.11);
  font-size: clamp(7rem, 16vw, 16rem);
  font-weight: 900;
  letter-spacing: -.08em;
  white-space: nowrap;
}

.collection-hero-copy { max-width: 680px; color: #fff; }
.collection-hero-copy .eyebrow { color: #ffe600; }
.collection-hero-copy h1 {
  margin: .4rem 0 1.1rem;
  font-size: clamp(4rem, 7vw, 8.5rem);
  line-height: .84;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.collection-hero-copy h1 em { color: #ffe600; font-style: normal; }
.collection-hero-copy > p:not(.eyebrow) { max-width: 620px; font-size: clamp(1.08rem, 1.6vw, 1.45rem); line-height: 1.55; }
.collection-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero-secondary { background: #fff; color: #111; border: 3px solid #111; }

.collection-hero-products {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1500px;
}
.hero-box {
  position: absolute;
  width: clamp(190px, 16vw, 275px);
  margin: 0;
  filter: drop-shadow(24px 28px 0 rgba(17,17,17,.86));
  transform-origin: 50% 90%;
}
.hero-box img {
  display: block;
  width: 100%;
  aspect-ratio: 58 / 121;
  object-fit: cover;
  border: 4px solid #111;
  border-radius: 15px 15px 8px 8px;
  background: #fff;
}
.hero-box figcaption {
  position: absolute;
  left: 50%;
  bottom: -1.1rem;
  transform: translateX(-50%);
  padding: .65rem 1.15rem;
  background: #111;
  color: #fff;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-box-originals { z-index: 3; transform: translate(-52%, 5%) rotate(-8deg); }
.hero-box-legacy { z-index: 2; transform: translate(5%, -4%) rotate(2deg); }
.hero-box-resin { z-index: 1; transform: translate(65%, 9%) rotate(9deg); }
.hero-box-resin img { aspect-ratio: 50 / 100; object-position: center; }
.hero-burst {
  position: absolute;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 4px solid #111;
  border-radius: 50%;
  background: #ffe600;
  color: #111;
  box-shadow: 10px 10px 0 #111;
  font-weight: 900;
  text-align: center;
  transform: rotate(-9deg);
}
.hero-burst-one { top: 8%; right: 3%; }
.hero-burst-two { right: 35%; bottom: 5%; background: #00c86f; transform: rotate(8deg); }

.collection-story { background: #ffe600; }
.collection-story-art {
  min-height: 580px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  background: #19afd2;
  border-right: 0;
}
.collection-story-art img {
  width: 34%;
  max-height: 510px;
  object-fit: contain;
  border: 0;
  border-radius: 8px;
  box-shadow: 12px 14px 0 #111;
}
.collection-story-art img:nth-child(1) { transform: rotate(-7deg) translate(13%, 4%); }
.collection-story-art img:nth-child(2) { z-index: 2; transform: translateY(-6%); }
.collection-story-art img:nth-child(3) { transform: rotate(7deg) translate(-13%, 4%); }

.collection-story-art img.collection-story-lifestyle {
  width: 100%;
  max-height: none;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  transform: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.collection-story-copy {
  max-width: 720px;
  padding: clamp(54px, 7vw, 96px) clamp(30px, 5vw, 78px);
  color: var(--black);
}

.collection-story-copy .eyebrow {
  display: inline-block;
  margin: 0 0 22px;
  padding: 9px 14px;
  border: 2px solid var(--black);
  border-radius: 999px;
  color: var(--white);
  background: var(--purple);
}

.collection-story-copy h2 {
  margin: 0 0 28px;
  color: var(--black);
  font-size: clamp(48px, 5.4vw, 84px);
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.collection-story-copy > p:not(.eyebrow):not(.brand-mission-line) {
  max-width: 620px;
  margin: 0;
  color: var(--black);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.52;
}

.collection-story-copy .brand-mission-line {
  display: inline-block;
  margin: 32px 0 0;
  padding: 13px 18px;
  border: 2px solid var(--black);
  border-radius: 999px;
  color: var(--white);
  background: var(--pink);
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 900;
  letter-spacing: .015em;
  text-transform: uppercase;
  box-shadow: 7px 8px 0 var(--black);
}

.collection-showcase { padding-top: clamp(5rem, 8vw, 9rem); background: #f5f1e9; }
.collection-showcase .section-heading { max-width: 900px; }
.collection-grid { display: grid; gap: 2rem; margin-top: 3rem; }
.collection-card {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(480px, 1.24fr);
  align-items: stretch;
  overflow: hidden;
  border: 4px solid #111;
  border-radius: 32px;
  box-shadow: 15px 17px 0 #111;
}
.collection-card-copy { padding: clamp(2.2rem, 4vw, 4.5rem); }
.collection-card-copy > span { font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.collection-card-copy h3 { max-width: 620px; margin: 1rem 0 1.2rem; font-size: clamp(2.5rem, 4.5vw, 5.4rem); line-height: .91; letter-spacing: -.06em; text-transform: uppercase; }
.collection-card-copy > p { max-width: 620px; font-size: 1.12rem; line-height: 1.55; }
.collection-flavor-list { margin-top: 2.2rem; font-size: .88rem !important; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.collection-pack-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(.5rem, 2vw, 1.5rem);
  min-height: 560px;
  padding: 3rem 2rem 0;
  overflow: hidden;
}
.collection-pack-row img {
  width: min(29%, 220px);
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  border: 3px solid #111;
  border-radius: 10px 10px 2px 2px;
  box-shadow: 10px 12px 0 rgba(17,17,17,.92);
  transition: transform .25s ease;
}
.collection-card:hover .collection-pack-row img:nth-child(1) { transform: translateY(-10px) rotate(-4deg); }
.collection-card:hover .collection-pack-row img:nth-child(2) { transform: translateY(-24px); }
.collection-card:hover .collection-pack-row img:nth-child(3) { transform: translateY(-10px) rotate(4deg); }
.collection-card-originals { background: #ffe600; }
.collection-card-originals .collection-pack-row { background: #e81778; }
.collection-card-legacy { background: #204b7b; color: #fff; }
.collection-card-legacy .collection-pack-row { background: #00c86f; }
.collection-card-resin { background: #161616; color: #fff; }
.collection-card-resin .collection-pack-row { background: #6828a2; }
.collection-card-resin .collection-pack-row img { width: min(30%, 245px); aspect-ratio: 50 / 100; }
.collection-pack-row.state-product-photo-row { align-items: center; padding: 2rem 1rem; }
.collection-pack-row.state-product-photo-row img,
.collection-card-resin .collection-pack-row.state-product-photo-row img {
  width: min(31%, 290px);
  height: auto;
  max-height: none;
  aspect-ratio: 1;
  object-fit: contain;
  border: 0;
  border-radius: 16px;
  box-shadow: 8px 10px 0 rgba(17,17,17,.72);
  background: #fff;
}

.collection-product-tile.product-image-unavailable {
  display: none;
}

/* Final responsive collection rules must follow the desktop brand-deck block. */
.collection-product-tile {
  flex: 0 1 31%;
  min-width: 0;
  margin: 0;
  text-align: center;
}

.collection-product-tile img,
.collection-card-resin .collection-product-tile img {
  display: block;
  width: 100%;
}

.collection-product-tile figcaption {
  display: inline-flex;
  margin-top: 1rem;
  padding: .55rem .9rem;
  border: 3px solid #111;
  border-radius: 999px;
  background: #ffe600;
  box-shadow: 5px 6px 0 rgba(17, 17, 17, .82);
  color: #111;
  font-size: clamp(.72rem, 1vw, .9rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .collection-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .collection-pack-row.state-product-photo-row {
    min-height: 0;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1.4rem 1rem 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .collection-pack-row.state-product-photo-row::-webkit-scrollbar {
    display: none;
  }

  .collection-product-tile {
    flex: 0 0 78%;
    scroll-snap-align: center;
  }

  .collection-pack-row.state-product-photo-row img,
  .collection-card-resin .collection-pack-row.state-product-photo-row img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 5px 7px 0 rgba(17, 17, 17, .76);
  }

  .collection-product-tile figcaption {
    margin-top: .85rem;
    font-size: .78rem;
  }
}

/* Nathan brand-deck merch preview */
.mo-category-card .merch-card-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  margin: 0 0 1.1rem;
  overflow: hidden;
  border: 2px solid #111;
  border-radius: 16px;
  background: #fff;
}
.mo-category-card .merch-card-visual img {
  display: block;
  width: 100%;
  height: clamp(76px, 9vw, 126px);
  object-fit: cover;
  object-position: center;
}
.mo-category-card .merch-card-visual img + img { border-left: 2px solid #111; }

.brand-merch-showcase {
  padding: clamp(4.5rem, 8vw, 8rem) max(1.25rem, calc((100vw - 1320px) / 2));
  background: #f5f1e9;
  border-block: 4px solid #111;
}
.brand-merch-showcase .section-heading { max-width: 850px; }
.brand-merch-showcase .section-heading h2 {
  max-width: 12ch;
  margin: .45rem 0 1rem;
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.brand-merch-showcase .section-heading > p:last-child {
  max-width: 690px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.5;
}
.brand-merch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}
.brand-merch-card {
  display: grid;
  overflow: hidden;
  border: 3px solid #111;
  border-radius: 26px;
  box-shadow: 10px 12px 0 #111;
  color: #111;
}
.brand-merch-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  background: #fff;
  border-bottom: 3px solid #111;
}
.brand-merch-card > div { padding: clamp(1.4rem, 3vw, 2.4rem); }
.brand-merch-card span {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.brand-merch-card h3 {
  margin: .55rem 0 .6rem;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: .92;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.brand-merch-card p { max-width: 44ch; margin: 0; line-height: 1.5; }
.brand-merch-card-pink { background: #e31c79; }
.brand-merch-card-yellow { background: #fce300; }
.brand-merch-card-purple { background: #5f249f; color: #fff; }
.brand-merch-card-cyan { background: #00b5e2; }
.brand-merch-card-green { background: #00c65e; }
.brand-merch-card-white { background: #fff; }

@media (max-width: 760px) {
  .brand-merch-grid { grid-template-columns: 1fr; }
  .brand-merch-card { border-radius: 20px; box-shadow: 7px 8px 0 #111; }
}

@media (max-width: 1050px) {
  .collection-hero { grid-template-columns: 1fr; padding-bottom: 2rem; }
  .collection-hero-products { min-height: 600px; }
  .collection-card { grid-template-columns: 1fr; }
  .collection-pack-row { min-height: 510px; }
}

@media (max-width: 700px) {
  .collection-hero { min-height: auto; padding: 4rem 1.25rem 2rem; }
  .collection-hero-copy h1 { font-size: clamp(3.5rem, 18vw, 5.8rem); }
  .collection-hero-products { min-height: 440px; transform: scale(.82); margin: -2rem -3rem; }
  .hero-box { width: 205px; }
  .hero-burst { width: 88px; height: 88px; font-size: .75rem; }
  .hero-burst-one { top: 44%; right: .7rem; }
  .hero-burst-two { right: auto; left: .7rem; bottom: 1.5rem; }
  .collection-story-art { min-height: 420px; border-right: 0; border-bottom: 4px solid #111; }
  .collection-story-art img.collection-story-lifestyle { min-height: 480px; }
  .collection-story-art img { width: 38%; }
  .collection-card { min-height: 0; border-radius: 22px; box-shadow: 9px 11px 0 #111; }
  .collection-card-copy { padding: 2.1rem 1.4rem; }
  .collection-card-copy h3 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .collection-pack-row { min-height: 390px; padding: 2rem .65rem 0; }
  .collection-pack-row img { width: 31%; max-height: 360px; box-shadow: 6px 8px 0 #111; }
}

/* Consolidated homepage media: final desktop and mobile behavior. */
.header-slide-video {
  padding: 0;
  background: var(--pink);
}

.header-slide-video::before,
.header-slide-video::after {
  display: none;
}

.header-slide-video figure {
  position: relative;
  overflow: hidden;
  background: var(--pink);
}

.header-slide-video figure video {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: var(--pink);
}

.header-video-backdrop {
  display: none !important;
}

.mobile-video-title-fix {
  display: none;
}

.collection-product-gallery {
  min-width: 0;
}

.collection-swipe-hint {
  display: none;
}

@media (max-width: 700px) {
  .header-slide-video {
    min-height: min(72svh, 680px);
  }

  .header-slide-video figure {
    position: absolute;
    inset: 0;
    min-height: 100%;
  }

  .header-slide-video figure video {
    object-fit: contain;
    background: transparent;
  }

  .header-slide-video figure .header-video-backdrop {
    display: block !important;
    position: absolute;
    z-index: 1;
    inset: -8%;
    width: 116%;
    height: 116%;
    object-fit: cover;
    filter: blur(20px) saturate(1.12) brightness(.7);
    opacity: .92;
    transform: scale(1.08);
  }

  .flavor-portal-stage {
    width: min(100%, 430px);
    min-height: 390px;
    margin-inline: auto;
    overflow: visible;
  }

  .flavor-stage-mark {
    left: 9%;
    width: 82%;
    filter: drop-shadow(0 0 2px var(--black)) drop-shadow(8px 10px 0 var(--black));
  }

  .collection-product-gallery {
    width: 100%;
    overflow: hidden;
  }

  .collection-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 1rem 1rem .25rem;
    color: currentColor;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .collection-swipe-hint span {
    font-size: 1.2rem;
  }

  .collection-pack-row.state-product-photo-row {
    min-height: 0;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1rem 1rem 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .collection-pack-row.state-product-photo-row::-webkit-scrollbar {
    display: none;
  }

  .collection-product-tile {
    flex: 0 0 78%;
    scroll-snap-align: center;
  }

  .collection-pack-row.state-product-photo-row img,
  .collection-card-resin .collection-pack-row.state-product-photo-row img {
    display: block;
    width: 100%;
    max-height: none;
    aspect-ratio: 1;
    object-fit: contain;
    border: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 5px 7px 0 rgba(17, 17, 17, .76);
  }

  .collection-product-tile figcaption {
    margin-top: .85rem;
  }
}

/* Protect the Oklahoma portrait's face and product at every banner ratio. */
.header-slide-oklahoma figure img {
  object-position: center 38% !important;
}

@media (max-width: 700px) {
  .site-header .header-actions .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 9px 14px;
    line-height: 1;
    text-align: center;
  }

  .site-header .header-actions .header-cta span {
    display: block;
    transform: translateY(1px);
  }

  .header-slide-oklahoma figure img {
    object-position: 8% center !important;
  }

  .header-slide-new-markets figure img {
    object-position: center 62% !important;
  }

  .header-slide-oklahoma .header-slide-copy {
    align-self: stretch;
    align-content: end;
    width: min(56%, 250px);
    padding-bottom: clamp(3.5rem, 10vh, 6.5rem);
  }

  .header-slide-oklahoma .header-slide-copy h2 {
    font-size: clamp(2.15rem, 10vw, 3.15rem);
  }

  .header-slide-oklahoma .header-slide-copy p {
    font-size: .9rem;
    line-height: 1.32;
  }
}

/* Site-wide scroll rhythm: subtle entrance and image depth, never continuous motion. */
.ci-scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 620ms cubic-bezier(.2, .75, .25, 1) var(--reveal-delay, 0ms),
    transform 720ms cubic-bezier(.2, .75, .25, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.ci-scroll-reveal :is(figure, .photo-frame, .event-card-visual) img {
  transform: scale(1.025);
  transition: transform 900ms cubic-bezier(.2, .75, .25, 1) var(--reveal-delay, 0ms);
}

.ci-scroll-reveal.ci-scroll-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.ci-scroll-reveal.ci-scroll-visible :is(figure, .photo-frame, .event-card-visual) img {
  transform: scale(1);
}

/* Long shop sections must remain visible even with a cached reveal script. */
.product-index-body main > section.ci-scroll-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 700px) {
  .ci-scroll-reveal {
    transform: translate3d(0, 14px, 0);
    transition-duration: 520ms, 620ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ci-scroll-reveal,
  .ci-scroll-reveal :is(figure, .photo-frame, .event-card-visual) img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* The footer uses the same complete navigation on desktop and mobile. */
@media (max-width: 700px) {
  .footer {
    grid-template-columns: 1fr !important;
    gap: 2rem;
    overflow: visible;
  }

  .footer-nav-groups {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100%;
    gap: 1.75rem;
  }

  .footer .footer-links {
    display: grid !important;
    width: 100%;
    grid-column: auto !important;
    grid-row: auto !important;
    gap: .72rem;
    overflow: visible !important;
  }

  .footer .footer-links a {
    display: inline-flex;
    width: fit-content;
    min-height: 36px;
    align-items: center;
    white-space: normal;
  }
}

/* Mobile homepage lineups: keep every product inside the card and swipeable. */
@media (max-width: 700px) {
  .collection-card,
  .collection-card-copy,
  .collection-product-gallery {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .collection-product-gallery {
    position: relative;
    display: block;
    overflow: hidden;
  }

  .collection-pack-row.state-product-photo-row {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1rem 1rem 2rem;
    overscroll-behavior-inline: contain;
  }

  .collection-product-tile,
  .collection-card-resin .collection-product-tile {
    box-sizing: border-box;
    flex: 0 0 calc(100% - 2rem);
    width: calc(100% - 2rem);
    min-width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .collection-product-tile img,
  .collection-card-resin .collection-product-tile img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    transform: none !important;
  }
}

/* Mobile evolution banner: crop the clean master full-bleed with no blurred filler. */
@media (max-width: 700px) {
  .header-slide-video figure {
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--pink);
  }

  .header-slide-video figure video[data-header-video] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: var(--pink);
  }

  .header-slide-video figure .header-video-backdrop {
    display: none !important;
  }

  .mobile-video-title-fix {
    position: absolute;
    z-index: 4;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem, 6vw, 2.25rem);
    padding: 8% 6%;
    overflow: hidden;
    background: #ed1477;
    color: #ffe500;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: none !important;
  }

  .mobile-video-title-fix.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .mobile-video-title-fix span,
  .mobile-video-title-fix strong {
    display: block;
    width: 100%;
    margin: 0;
    font-family: var(--display-font);
    font-weight: 900;
    line-height: .92;
    letter-spacing: -.035em;
    white-space: nowrap;
  }

  .mobile-video-title-fix span {
    font-size: clamp(1.7rem, 7.4vw, 2.55rem);
  }

  .mobile-video-title-fix strong {
    font-size: clamp(2.35rem, 11.5vw, 4rem);
  }
}
.current-packaging-photo {
  position: relative;
  overflow: hidden;
  background: #ed1477;
}

.header-slide figure.exact-packaging-stage {
  background: #ed1477;
}

.exact-packaging-stage .slide-pack-stage {
  background:
    radial-gradient(circle at 83% 22%, #ffe500 0 8%, transparent 8.3%),
    linear-gradient(135deg, rgba(255,255,255,.09), transparent 45%),
    #ed1477;
}

.current-packaging-photo-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.current-package {
  position: absolute;
  bottom: -1%;
  width: 18%;
  z-index: 2;
  filter: drop-shadow(0 12px 10px rgba(20, 14, 19, .22));
  mix-blend-mode: multiply;
}

.header-slide figure .current-package img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.current-package-blackberry { left: 31%; }
.current-package-grape { left: 43%; }
.current-package-mango { left: 55%; }

@media (max-width: 700px) {
  .current-package {
    bottom: 0;
    width: 25%;
  }
  .current-package-blackberry { left: 18%; }
  .current-package-grape { left: 38%; }
  .current-package-mango { left: 58%; }
}
