/* Premium refinement layer: intentionally loaded after the approved site CSS. */
:root {
  --injoy-yellow: #ffe600;
  --injoy-pink: #e81778;
  --injoy-blue: #19afd2;
  --injoy-purple: #6828a2;
  --injoy-green: #00c86f;
  --injoy-ink: #111;
  --injoy-cream: #f5f1e9;
  --injoy-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; min-height: 44px; display: inline-flex; align-items: center; font-size: .84rem; letter-spacing: .045em; }
.global-site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .2rem; 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), rgba(17,17,17,.34) 42%, transparent 72%); }
.header-slide-copy { z-index: 2; width: min(610px, 46vw); padding-left: var(--injoy-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 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 h2 .hero-flavor { color: var(--injoy-yellow) !important; font: inherit; }
.header-slide-copy h2 .hero-moment { color: var(--injoy-pink) !important; font: inherit; }
.header-slide-copy h2 .hero-brighter { color: var(--injoy-yellow) !important; font: inherit; }
.header-slide-copy h2 .hero-brighter .hero-little {
  display: inline !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--injoy-pink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit;
  text-shadow: inherit;
}
.header-slide-copy h2 .hero-ok-flavor { color: var(--injoy-pink) !important; font: inherit; }
.header-slide-copy h2 .hero-details { color: var(--injoy-yellow) !important; font: inherit; }
.header-slide-copy h2 .hero-world-injoy { color: var(--injoy-yellow) !important; font: inherit; }
.header-slide-copy h2 .hero-world-growing { color: var(--injoy-pink) !important; font: inherit; }
.header-slide-copy h1 .market-ny { color: var(--injoy-yellow) !important; font: inherit; }
.header-slide-copy h1 .market-nj { color: var(--injoy-pink) !important; font: inherit; }
.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; border-right: 0; }
.collection-story-art img.collection-story-lifestyle { min-height: 680px; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.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-copy .story-pink { color: var(--injoy-pink, #ed137b); }
.collection-story-copy .story-pink-copy { font-weight: 900; }
.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; }
.collection-story-actions .story-state-button { font-family: inherit; font-size: 1rem; }
.collection-story-copy .brand-mission-line {
  display: block;
  width: fit-content;
  margin-top: 1.75rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--injoy-pink, #ed137b);
  background: transparent;
  box-shadow: none;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  letter-spacing: .02em;
}

.mo-category-hub-classic { padding: clamp(4rem,7vw,7rem) var(--injoy-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; }

/* Editorial shortcut row: one visual language, four clear destinations. */
section.mo-category-hub-classic {
  width: min(100%, 2400px);
  margin-inline: auto;
  box-sizing: border-box;
  padding-bottom: clamp(2.5rem, 3vw, 3.5rem);
  gap: clamp(.85rem, 1.5vw, 1.5rem);
  background: #f5f1e9;
}
section.mo-category-hub-classic > a.mo-category-card {
  min-width: 0;
  aspect-ratio: auto;
  min-height: clamp(420px, 34vw, 600px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: .55rem;
  padding: clamp(1.35rem, 2.1vw, 2.2rem);
  border: 3px solid var(--injoy-ink);
  border-radius: 22px;
  color: #fff;
  background: var(--injoy-ink);
  box-shadow: 9px 11px 0 rgba(17,17,17,.22);
  isolation: isolate;
  z-index: 1;
  transform: translateZ(0);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, filter .28s ease, opacity .28s ease;
}
section.mo-category-hub-classic > a.mo-category-card:first-child { transform-origin: left center; }
section.mo-category-hub-classic > a.mo-category-card:last-child { transform-origin: right center; }
section.mo-category-hub-classic > a.mo-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(17,17,17,.02) 15%, rgba(17,17,17,.24) 45%, rgba(17,17,17,.9) 100%);
}
section.mo-category-hub-classic > a.mo-category-card::after { display: none; }
section.mo-category-hub-classic .shortcut-lifestyle {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
section.mo-category-hub-classic .mo-category-products .shortcut-lifestyle { object-position: 62% center; }
section.mo-category-hub-classic .mo-category-products .shortcut-lifestyle.nathan-graphic { object-position: center; }
section.mo-category-hub-classic .mo-category-deals .shortcut-lifestyle {
  object-position: center;
  transform: none;
  transform-origin: center;
}
section.mo-category-hub-classic .mo-category-merch .shortcut-lifestyle { object-position: center; }
section.mo-category-hub-classic .mo-category-testing .shortcut-lifestyle { object-position: 62% center; }
section.mo-category-hub-classic > a.mo-category-card:hover .shortcut-lifestyle,
section.mo-category-hub-classic > a.mo-category-card:focus-visible .shortcut-lifestyle { transform: scale(1.055); filter: saturate(1.08); }
@media (max-width: 700px) {
  section.mo-category-hub-classic .mo-category-deals .shortcut-lifestyle,
  section.mo-category-hub-classic > a.mo-category-deals:hover .shortcut-lifestyle,
  section.mo-category-hub-classic > a.mo-category-deals:focus-visible .shortcut-lifestyle {
    transform: none;
    object-position: center;
  }
}
section.mo-category-hub-classic > a.mo-category-deals:hover .shortcut-lifestyle,
section.mo-category-hub-classic > a.mo-category-deals:focus-visible .shortcut-lifestyle { transform: none; }
section.mo-category-hub-classic > a.mo-category-testing:hover .shortcut-lifestyle,
section.mo-category-hub-classic > a.mo-category-testing:focus-visible .shortcut-lifestyle { transform: none; filter: none; }
section.mo-category-hub-classic > a.mo-category-card:hover,
section.mo-category-hub-classic > a.mo-category-card:focus-visible {
  z-index: 20;
  transform: translateY(-14px) scale(1.055) !important;
  box-shadow: 15px 20px 0 rgba(17,17,17,.32), 0 26px 55px rgba(17,17,17,.26);
}
@media (hover: hover) and (pointer: fine) {
  section.mo-category-hub-classic:has(> a.mo-category-card:hover) > a.mo-category-card:not(:hover) {
    opacity: .68;
    filter: saturate(.7) brightness(.82);
    transform: scale(.975) !important;
  }
}
section.mo-category-hub-classic > a.mo-category-card > span {
  position: relative;
  z-index: 1;
  width: max-content;
  padding: .42rem .65rem;
  border: 2px solid currentColor;
  border-radius: 999px;
  color: var(--injoy-ink);
  background: var(--injoy-yellow);
  font-size: .72rem;
  line-height: 1;
  letter-spacing: .09em;
}
section.mo-category-hub-classic > a.mo-category-card h2 {
  position: relative;
  z-index: 1;
  max-width: 9ch;
  color: #fff;
  font-size: clamp(2.7rem, 4vw, 5.4rem);
  line-height: .82;
  letter-spacing: -.06em;
  text-shadow: 0 4px 24px rgba(0,0,0,.38);
}
section.mo-category-hub-classic > a.mo-category-card p {
  position: relative;
  z-index: 1;
  max-width: 31ch;
  color: #fff;
  font-size: clamp(.92rem, 1.05vw, 1.08rem);
  line-height: 1.42;
  opacity: .96;
}
section.mo-category-hub-classic > a.mo-category-card em {
  position: relative;
  z-index: 1;
  width: max-content;
  margin-top: .35rem;
  padding-bottom: .28rem;
  color: #fff;
  border-bottom: 3px solid var(--injoy-yellow);
  font-size: .82rem;
  letter-spacing: .06em;
}

.collection-showcase {
  padding-top: clamp(3rem, 4vw, 4.5rem);
  padding-inline: var(--injoy-gutter);
}
.collection-showcase > .section-heading { margin-inline: auto; text-align: center; }
.collection-showcase > .section-heading h2::after { margin-inline: auto; }
.collection-showcase > .section-heading h2,
.collection-card-copy h3 { text-wrap: balance; }
.collection-card {
  min-height: clamp(460px, 39vw, 560px);
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  box-shadow: 12px 14px 0 var(--injoy-ink);
}
.collection-card-copy { display: flex; flex-direction: column; justify-content: center; }
.collection-pack-row.state-product-photo-row {
  position: relative;
  min-height: clamp(460px, 39vw, 560px);
  align-items: center;
  gap: clamp(.75rem,1.4vw,1.35rem);
  padding: clamp(2rem,3vw,3rem) clamp(1.15rem,2vw,2rem);
}
.collection-product-tile {
  width: min(31%, 270px);
  margin: 0;
  display: grid;
  justify-items: center;
  gap: .85rem;
  transition: transform .3s cubic-bezier(.2,.8,.2,1);
}
.collection-product-tile:nth-child(1) { transform: rotate(-2deg); }
.collection-product-tile:nth-child(2) { transform: translateY(-12px); }
.collection-product-tile:nth-child(3) { transform: rotate(2deg); }
.collection-pack-row.state-product-photo-row .collection-product-tile img,
.collection-card-resin .collection-pack-row.state-product-photo-row .collection-product-tile img {
  width: 100%;
  max-width: none;
  aspect-ratio: 1;
  box-shadow: 7px 9px 0 rgba(17,17,17,.78);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}
.collection-product-tile figcaption {
  max-width: 100%;
  padding: .52rem .8rem;
  border: 2px solid var(--injoy-ink);
  border-radius: 999px;
  color: var(--injoy-ink);
  background: var(--injoy-yellow);
  font-size: clamp(.68rem,.8vw,.82rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .055em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 4px 5px 0 rgba(17,17,17,.8);
  white-space: nowrap;
}
.collection-card:hover .collection-product-tile:nth-child(1) { transform: translateY(-6px) rotate(-3deg); }
.collection-card:hover .collection-product-tile:nth-child(2) { transform: translateY(-22px); }
.collection-card:hover .collection-product-tile:nth-child(3) { transform: translateY(-6px) rotate(3deg); }

.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)); }
}

/* Collapse the utility-heavy header before it becomes crowded. This keeps the
   approved navigation intact while giving phones and small tablets one clear
   brand row and a full-width menu on demand. */
@media (max-width: 900px) {
  .site-header,
  .detail-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .75rem;
    padding: .7rem 1rem;
  }
  .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 !important;
    justify-self: end;
  }
  .site-header .global-site-nav,
  .detail-header .global-site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none !important;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    padding-top: .35rem;
  }
  .site-header.mobile-nav-open .global-site-nav,
  .detail-header.mobile-nav-open .global-site-nav { display: grid !important; }
  .global-site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .7rem .8rem;
    border: 2px solid var(--injoy-ink);
    border-radius: 12px;
    background: #fff;
    color: var(--injoy-ink);
    font-size: .95rem;
  }
  .global-site-nav a::after {
    position: static;
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--injoy-yellow);
  }
  .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%;
    padding-top: .2rem;
  }
  .mobile-nav-open .global-header-tools .site-search,
  .mobile-nav-open .global-header-tools .search-toggle { width: 100%; }
}

@media (max-width: 700px) {
  .state-preference-modal { z-index: 10000; inset: 0; display: none; place-items: center; padding: max(12px, env(safe-area-inset-top)) 14px max(12px, env(safe-area-inset-bottom)); overflow: hidden; }
  body.state-prompting .state-preference-modal { display: grid; }
  .state-preference-panel { width: min(100%,560px); max-width: calc(100vw - 28px); max-height: calc(100vh - 28px); max-height: calc(100dvh - 28px); margin: 0 auto; padding: 18px; overflow-y: auto; }
  .state-preference-panel h2 { margin-bottom: 10px; font-size: clamp(2rem,9vw,3rem); line-height: .94; }
  .state-preference-panel p:not(.eyebrow) { margin-bottom: 0; font-size: 14px; line-height: 1.35; }
  .state-preference-grid { gap: 8px; margin-top: 14px; }
  .state-preference-grid button { min-height: 50px; padding: 9px 12px; }
  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,.8), rgba(17,17,17,.08) 74%); }
  .header-slide-copy { width: auto; left: 0; right: 0; bottom: 3rem; padding: 1.25rem; }
  .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 !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-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; }
}

/* Phone-only collection carousel. This stylesheet loads after styles.css, so
   the final responsive widths live here to prevent a clipped desktop column. */
@media (max-width: 700px) {
  .collection-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .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%;
    min-height: 0;
    margin: 0;
    padding: 1rem 1rem 2rem;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .collection-pack-row.state-product-photo-row::-webkit-scrollbar {
    display: none;
  }

  .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);
    transform: none;
    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;
  }
}

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

/* Market-slide art direction: preserve faces and products across aspect ratios. */
.header-slide-new-markets figure img { object-position: 58% 50%; }
.header-slide-oklahoma figure img { object-position: 58% 51%; }
.header-slide-new-markets .header-slide-copy,
.header-slide-oklahoma .header-slide-copy { max-width: 720px; }

@media (max-width: 620px) {
  .header-slide-new-markets figure img { object-position: 55% 50%; }
  .header-slide-oklahoma figure img { object-position: 56% 50%; }
  .header-slide-new-markets .header-slide-copy,
  .header-slide-oklahoma .header-slide-copy { bottom: 2.4rem; }
}

/* Mobile collection rebuild: place every product in-flow below its copy. */
@media (max-width: 700px) {
  .collection-showcase .collection-card {
    display: block !important;
    grid-template-columns: none !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .collection-showcase .collection-card-copy,
  .collection-showcase .collection-product-gallery {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .collection-showcase .collection-swipe-hint {
    display: none !important;
  }

  .collection-showcase .collection-pack-row.state-product-photo-row {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: .65rem !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 1rem .8rem 1.4rem !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .collection-showcase .collection-product-tile,
  .collection-showcase .collection-card-resin .collection-product-tile {
    display: grid !important;
    grid-template-rows: auto auto !important;
    justify-items: stretch !important;
    gap: .65rem !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
  }

  .collection-showcase .collection-product-tile img,
  .collection-showcase .collection-card-resin .collection-product-tile img {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    transform: none !important;
  }

  .collection-showcase .collection-product-tile figcaption {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 3rem !important;
    margin: 0 !important;
    padding: .5rem .3rem !important;
    font-size: clamp(.54rem, 2.35vw, .72rem) !important;
    line-height: 1.08 !important;
    text-align: center !important;
    text-wrap: balance;
    white-space: normal !important;
  }
}

/* Final phone-only portrait crops: keep both faces clear of the headline. */
@media (max-width: 700px) {
  .header-slide-oklahoma figure img {
    object-position: 20% 50% !important;
  }

  .header-slide-new-markets figure img {
    object-position: 55% 100% !important;
  }
}
.home-contact {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  padding: clamp(3rem, 7vw, 7rem) var(--page-gutter, clamp(20px, 5vw, 84px));
  background: var(--injoy-yellow, #ffdf00);
  color: var(--injoy-ink, #111);
}
.home-contact .eyebrow { color: var(--injoy-purple, #562594); }
.home-contact h2 {
  margin: .2em 0;
  font-family: var(--display-font, Montserrat, sans-serif);
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 950;
  line-height: .88;
  text-transform: uppercase;
}
.home-contact h2 span { color: var(--injoy-pink, #ed137b); }
.home-contact p:not(.eyebrow) { max-width: 38rem; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.5; }
.home-contact > .btn { flex: 0 0 auto; margin-bottom: .35rem; background: var(--injoy-ink, #111); color: #fff; }
.home-contact > .btn span { margin-left: .5em; }
@media (max-width: 700px) {
  .home-contact { flex-direction: column; align-items: stretch; padding-block: 3.5rem; }
  .home-contact > .btn { width: fit-content; }
}
