* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: #0b0b0f;
  color: #f5f5f5;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
}

:root {
  --brand-pink: #f15bd6;
  --brand-pink-strong: #d94cc1;
  --brand-pink-rgb: 241, 91, 214;
}

a {
  color: inherit;
}

.hero {
  background:
    linear-gradient(rgba(8, 5, 20, 0.5), rgba(8, 5, 20, 0.72)),
    /* Focal point nudged down so decks / hands stay in frame under `cover` */
    url("images/optimized/collage/01.jpg") 34% 50% / 140% auto no-repeat;
  padding: 1rem 1.5rem 4rem;
}

.nav {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand {
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #f5f5f5;
  border-bottom: 1px solid transparent;
  transition: color 140ms ease, border-color 140ms ease, text-shadow 140ms ease;
}

.brand:hover {
  color: #ffffff;
  border-bottom-color: rgba(var(--brand-pink-rgb), 0.8);
  text-shadow: 0 0 10px rgba(var(--brand-pink-rgb), 0.35);
}

.nav-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  opacity: 1;
  border-bottom: 1px solid transparent;
  transition: color 140ms ease, border-color 140ms ease, text-shadow 140ms ease;
}

.nav-links a:hover {
  color: #ffffff;
  border-bottom-color: rgba(var(--brand-pink-rgb), 0.8);
  text-shadow: 0 0 10px rgba(var(--brand-pink-rgb), 0.35);
}

.nav-links .nav-book-link {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.24);
}

.nav-links .nav-book-link:hover {
  color: #ffffff;
  border-bottom-color: transparent;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.38);
}

.hero-content {
  max-width: 760px;
  margin: 4rem auto 0;
}

.hero-content .btn + .btn {
  margin-left: 0.6rem;
}

.hero-content .btn {
  vertical-align: middle;
}

.hero-content h1 {
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin: 0.5rem 0;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
  color: #f5f5f5;
  position: relative;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.6),
    0 10px 24px rgba(0, 0, 0, 0.35);
}

.hero-title-sheen {
  position: relative;
  display: inline-block;
}

.hero-title-primary {
  display: block;
  font-size: 1.2em;
  line-height: 0.98;
}

.hero-title-secondary {
  display: block;
  margin-top: 0.18em;
  font-size: 0.58em;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero-title-sheen[data-sheen]::after {
    content: attr(data-sheen);
    position: absolute;
    top: 0;
    right: 0;
    bottom: -0.12em;
    left: 0;
    pointer-events: none;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    background: linear-gradient(
      112deg,
      rgba(var(--brand-pink-rgb), 0) 43%,
      rgba(var(--brand-pink-rgb), 0) 48%,
      rgba(var(--brand-pink-rgb), 0.94) 48%,
      rgba(var(--brand-pink-rgb), 0.94) 52%,
      rgba(var(--brand-pink-rgb), 0) 52%,
      rgba(var(--brand-pink-rgb), 0) 57%
    );
    background-size: 240% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: heroTitleSheen 5.6s linear infinite;
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(var(--brand-pink-rgb), 0.42));
  }
}

@keyframes heroTitleSheen {
  from {
    background-position: 160% 0;
  }
  to {
    background-position: -160% 0;
  }
}

.kicker {
  color: #f9c74f;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-shadow:
    0 1px 4px rgba(0, 0, 0, 0.65),
    0 4px 12px rgba(0, 0, 0, 0.35);
}

h2,
h3 {
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
  letter-spacing: -0.01em;
}

#media .card h3 {
  text-align: center;
  font-size: 1.35rem;
  margin-top: 0.25rem;
  margin-bottom: 0.9rem;
}

.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}

.vibe-section {
  padding-top: 1.5rem;
}

/* Tighter vertical rhythm — whole “Meet” reads as one unit */
#meet-dj-donuts.section {
  padding: 2rem 1.5rem 1.5rem;
}

/* Meet intro: balanced editorial lockup */
.meet-intro {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(260px, 300px);
  align-items: start;
  justify-content: center;
  column-gap: 2rem;
  margin: 0 auto 1.1rem;
  width: min(100%, 760px);
}

.meet-intro-copy {
  max-width: 360px;
}

.meet-heading {
  margin: 0 0 0.5rem;
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.meet-heading__line {
  display: block;
}

.meet-tagline {
  margin: 0;
  max-width: 28rem;
  color: #c9c9d4;
  font-size: 1rem;
  line-height: 1.45;
}

.meet-logo {
  display: block;
  margin-top: 1rem;
  width: min(100%, 260px);
  height: auto;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
}

.meet-intro-photo {
  margin: 0;
  justify-self: start;
}

/* Larger on-screen = hands read clearly; full frame still visible (contain) */
.meet-intro-photo img {
  display: block;
  width: auto;
  max-width: min(300px, 42vw);
  height: auto;
  max-height: clamp(260px, 52vh, 460px);
  object-fit: contain;
  border-radius: 12px;
  border: none;
  transition: transform 180ms ease;
}

.meet-intro-photo:hover img {
  transform: scale(1.04);
}

/*
 * Horizontal gallery rail:
 * - minimal vertical footprint
 * - swipe/trackpad scroll
 * - mixed card sizes for a playful rhythm
 */
.meet-gallery-row.meet-gallery-collage {
  display: flex;
  gap: 0.65rem;
  margin: 0;
  padding: 0 0 0.35rem;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.meet-gallery-shell {
  display: grid;
  gap: 0;
}

.gallery-heading {
  margin: 0.35rem 0 0.9rem;
}

.meet-gallery-row.meet-gallery-collage::-webkit-scrollbar {
  height: 8px;
}

.meet-gallery-row.meet-gallery-collage::-webkit-scrollbar-thumb {
  background: #37374a;
  border-radius: 999px;
}

.meet-gallery-cell {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2c2c38;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  background: #12121c;
  line-height: 0;
  flex: 0 0 clamp(250px, 30vw, 360px);
  aspect-ratio: 4 / 3;
}

.meet-gallery-cell--a,
.meet-gallery-cell--b {
  flex-basis: clamp(360px, 46vw, 560px);
  aspect-ratio: 16 / 9;
}

.meet-gallery-cell--c,
.meet-gallery-cell--d,
.meet-gallery-cell--e,
.meet-gallery-cell--f,
.meet-gallery-cell--g,
.meet-gallery-cell--h {
  aspect-ratio: 3 / 2;
}

.meet-gallery-cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 140ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* 04.jpg: bias crop toward bottom of frame so crowd reads better */
.meet-gallery-cell--focus-down img {
  object-position: center 72%;
}

.meet-gallery-cell--focus-up-mobile img {
  object-position: center 42%;
}

/* One targeted fix: slightly wider + higher framing for last gallery tile */
.meet-gallery-cell--h {
  aspect-ratio: 8 / 5;
}

.meet-gallery-cell--h img {
  object-position: 76% 36%;
}

.meet-gallery-cell:hover img {
  transform: translateZ(0) scale(1.03);
}

.photo-strip {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.9rem;
}

.photo-strip--triple .photo-card {
  grid-column: span 4;
}

.photo-strip--double .photo-card {
  grid-column: span 6;
}

.photo-card {
  grid-column: span 6;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #2c2c38;
  background: #12121c;
  aspect-ratio: 3 / 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.photo-card--wide {
  grid-column: span 6;
}

.photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  image-rendering: auto;
}

.embed-wrap,
.card {
  background: #16161f;
  border: 1px solid #2c2c38;
  border-radius: 14px;
  padding: 1rem;
}

.calendar-frame {
  width: 100%;
  min-height: 600px;
  border: 0;
  border-radius: 10px;
}

.calendar-list-wrap {
  padding: 1.25rem;
}

.events-list {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.7rem;
}

.event-item {
  background: #101019;
  border: 1px solid #2a2a3a;
  border-radius: 12px;
  padding: 0.85rem 1rem;
}

.event-meta {
  color: #f9c74f;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.event-title {
  margin: 0.25rem 0 0.2rem;
  font-size: 1.1rem;
}

.event-detail {
  margin: 0;
  color: #d4d4e2;
  font-size: 0.95rem;
}

.media-grid,
.forms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.merch-strip-section {
  padding-top: 0.75rem;
}

.merch-strip-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.merch-strip-header h2 {
  margin: 0;
}

.merch-strip-cta {
  margin-top: 0;
  background: var(--brand-pink);
  color: #fff;
  border: 1px solid transparent;
}

.merch-strip-cta:hover {
  background: var(--brand-pink-strong);
  color: #fff;
}

.merch-strip-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
}

.merch-strip-card {
  display: block;
  text-decoration: none;
  background: linear-gradient(180deg, #181826 0%, #141425 100%);
  border: 1px solid #2d2f48;
  border-radius: 14px;
  padding: 0.9rem 0.95rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.merch-strip-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  border: 0;
  margin-bottom: 0.6rem;
  background: transparent;
}

.merch-strip-card:hover {
  transform: translateY(-2px);
  border-color: #4f4a77;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.28);
}

.merch-strip-card__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #f9c74f;
}

.merch-strip-card__title {
  margin: 0.32rem 0 0.25rem;
  font-size: 1.1rem;
}

.merch-strip-card__price {
  margin: 0 0 0.32rem;
  color: #f5f5f5;
  font-size: 0.9rem;
  font-weight: 600;
}

.merch-strip-card__description {
  margin: 0;
  color: #d3cee3;
  font-size: 0.92rem;
}

#book .forms-grid {
  display: flex;
  justify-content: center;
}

#book .forms-grid .card {
  width: 100%;
  max-width: 620px;
}

#book > h2 {
  text-align: center;
  margin-bottom: 0.85rem;
}

.media-frame {
  width: 100%;
  min-height: 260px;
  border: 0;
  border-radius: 10px;
}

.media-heading {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.6rem;
}

.ig-inline-link {
  font-size: 0.78rem;
  color: #f9c74f;
  text-decoration: none;
  white-space: nowrap;
}

.ig-reel-only {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 430px;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.ig-reel-only::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  pointer-events: none;
  z-index: 2;
}

/* Hide only the bottom white/comments strip */
.ig-reel-only::after {
  bottom: 0;
  height: 18px;
}

.ig-reel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  transform: none;
}

form {
  display: grid;
  gap: 0.6rem;
}

label {
  font-size: 0.9rem;
}

input,
textarea {
  background: #0f0f15;
  color: #f5f5f5;
  border: 1px solid #393949;
  border-radius: 8px;
  padding: 0.65rem;
  font: inherit;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

input[type="date"] {
  color-scheme: dark;
  padding-right: 2.7rem;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.01;
  width: 1px;
  height: 1px;
  margin: 0 0 0 auto;
  cursor: pointer;
}

.date-input-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.date-input-wrap input[type="date"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  line-height: 1.2;
  padding-left: 2.45rem;
  padding-right: 2.7rem;
}

@media (max-width: 700px) {
  .meet-logo {
    display: none;
  }

  .date-input-wrap {
    inline-size: 100%;
    min-inline-size: 0;
    max-inline-size: 100%;
  }

  .date-input-wrap input[type="date"] {
    inline-size: 100%;
    min-inline-size: 0;
    max-inline-size: 100%;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
  }
}

.date-picker-button {
  position: absolute;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.1rem;
  border: 0;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E")
    center / contain no-repeat;
  opacity: 0.95;
  cursor: pointer;
}

.date-picker-button:hover {
  opacity: 1;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.btn {
  display: inline-block;
  margin-top: 0.35rem;
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  text-decoration: none;
  font-weight: 700;
  font-family: "Inter", Arial, sans-serif;
  border: 0;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
  transform-origin: center;
}

.btn:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.btn:active {
  transform: scale(0.98);
}

.primary {
  background: var(--brand-pink);
  color: #fff;
  border: 1px solid transparent;
}

.hero-book-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-book-btn::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -45%;
  width: 34%;
  height: 340%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.68) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-220%) rotate(18deg);
  pointer-events: none;
}

.hero-book-btn:hover::after {
  animation: heroBtnSheen 900ms ease forwards;
}

@keyframes heroBtnSheen {
  0% {
    transform: translateX(-220%) rotate(18deg);
  }
  100% {
    transform: translateX(390%) rotate(18deg);
  }
}

.secondary {
  background: transparent;
  color: #f5f5f5;
  border: 1px solid #5d5d70;
}

.btn.secondary.merch-strip-cta {
  background: var(--brand-pink);
  color: #fff;
  border: 1px solid transparent;
}

.btn.secondary.merch-strip-cta:hover {
  background: var(--brand-pink-strong);
  color: #fff;
}

.small-note {
  color: #c2c2d1;
  font-size: 0.85rem;
}

.footer {
  padding: 2rem 1rem;
  text-align: center;
  border-top: 1px solid #2c2c38;
  color: #c2c2d1;
}

/* Shop page: dark theme with pink accents */
.shop-page {
  --shop-mockup-bg: #181b27;
  background: #0b0b0f;
  color: #f2eef7;
}

html:has(body.shop-page),
body.shop-page,
body.shop-page main,
body.shop-page .shop-section,
body.shop-page .shop-surface {
  background: #0b0b0f !important;
}

.shop-page .hero {
  background:
    linear-gradient(rgba(20, 12, 26, 0.48), rgba(20, 12, 26, 0.56)),
    url("images/optimized/collage/01.jpg") 34% 50% / 140% auto no-repeat;
  padding-bottom: 2.25rem;
}

.shop-page .kicker {
  color: #f9c74f;
  text-shadow:
    0 1px 4px rgba(0, 0, 0, 0.65),
    0 4px 12px rgba(0, 0, 0, 0.35);
}

.shop-page .hero-content h1,
.shop-page .hero-content p,
.shop-page .nav-links a,
.shop-page .brand {
  color: #f6f2fb;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.6),
    0 10px 24px rgba(0, 0, 0, 0.35);
}

.shop-section {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.shop-surface {
  max-width: 1000px;
  margin: 0 auto;
  background: transparent;
  color: #f0ebf7;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 1.2rem 1rem 1.4rem;
}

.shop-surface h2 {
  margin-top: 0;
  margin-bottom: 0.35rem;
  color: #ffffff;
}

.shop-intro {
  margin-top: 0;
  margin-bottom: 1.1rem;
  color: #cbc3db;
}

.shop-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

/* Keep hats in a single horizontal row instead of wrapping */
.shop-category[data-shop-category="hats"] .shop-products-grid {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 240px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  overscroll-behavior-x: contain;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  margin-top: 0;
  scrollbar-width: auto;
  scrollbar-color: #5a5f7d transparent;
}

.shop-category[data-shop-category="hats"] .shop-product-tile {
  scroll-snap-align: none;
}

.shop-category[data-shop-category="hats"] .shop-products-grid::-webkit-scrollbar-track {
  background: transparent;
}

.shop-category[data-shop-category="hats"] .shop-products-grid::-webkit-scrollbar-thumb {
  background: #5a5f7d;
  border-radius: 999px;
}

.shop-hats-controls {
  margin-top: 0;
  margin-bottom: 0.45rem;
}

.shop-category[data-shop-category="hats"] .shop-category__title {
  margin-bottom: 0.18rem;
}

/* Accessories has only a couple of items; keep cards from stretching too wide */
.shop-category[data-shop-category="accessories"] .shop-products-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  justify-content: start;
}

.shop-product-tile {
  background: linear-gradient(180deg, #171826 0%, #131423 100%);
  border: 1px solid #2a2e44;
  border-radius: 14px;
  padding: 0.7rem 0.5rem 0.8rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  height: 100%;
  display: flex;
  transition: transform 160ms ease;
}

.shop-product-tile:hover {
  transform: translateY(-3px);
}

.shop-product-modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 72%;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 3;
}

.shop-categories {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.shop-category[hidden] {
  display: none;
}

#shop-categories[hidden] {
  display: none;
}

.shop-category__title {
  margin: 0 0 0.6rem;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#shop-fallback-title {
  margin-bottom: 0.6rem;
}

/* Shopify readability + sizing */
.shop-surface #product-component-1776927278514 {
  min-height: 200px;
}

.shop-product-tile > [id^="product-component-"] {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}

.shop-surface .shopify-buy__product {
  display: flex !important;
  flex-direction: column !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  max-width: 232px !important;
  min-height: 100% !important;
  height: 100% !important;
  width: 100% !important;
}

.shop-surface .shopify-buy__product-img-wrapper,
.shop-surface .shopify-buy__product-img {
  max-width: 214px !important;
  min-height: 226px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--shop-mockup-bg) !important;
}

.shop-surface .shopify-buy__product__img {
  display: block !important;
  max-width: 100% !important;
  max-height: 214px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: var(--shop-mockup-bg) !important;
}

/* Keep slides cards tighter so they don't look oversized */
#product-component-1776928595588 .shopify-buy__product-img-wrapper,
#product-component-1776928595588 .shopify-buy__product-img,
#product-component-1776928611872 .shopify-buy__product-img-wrapper,
#product-component-1776928611872 .shopify-buy__product-img {
  max-width: 178px !important;
  min-height: 190px !important;
}

#product-component-1776928595588 .shopify-buy__product__img,
#product-component-1776928611872 .shopify-buy__product__img {
  max-height: 178px !important;
}

.shop-surface .shopify-buy__product__text {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.shop-surface .shopify-buy__btn-wrapper {
  margin-top: auto !important;
}

.shop-surface .shopify-buy__title,
.shop-surface .shopify-buy__product__title,
.shop-surface .shopify-buy__price,
.shop-surface .shopify-buy__product__price,
.shop-surface .shopify-buy__product__price--current,
.shop-surface .shopify-buy__product__price--compare,
.shop-surface .shopify-buy__product__variant-title,
.shop-surface .shopify-buy__option-select__label,
.shop-surface .shopify-buy__product__actual-price,
.shop-surface .shopify-buy__product-description {
  color: #d7dceb !important;
  opacity: 1 !important;
}

.shop-surface .shopify-buy__product * {
  color: #d7dceb;
}

.shop-surface .shopify-buy__product a,
.shop-surface .shopify-buy__product span,
.shop-surface .shopify-buy__product p {
  color: #d7dceb !important;
  opacity: 1 !important;
}

.shop-surface .shopify-buy__title,
.shop-surface .shopify-buy__product__title {
  color: #e6ebf8 !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.shop-surface .shopify-buy__product-img-wrapper,
.shop-surface .shopify-buy__product-img,
.shop-surface .shopify-buy__product__img,
.shop-surface .shopify-buy__product img {
  cursor: pointer;
}

.shop-surface .shopify-buy__price,
.shop-surface .shopify-buy__product__price,
.shop-surface .shopify-buy__product__actual-price {
  color: #d9def0 !important;
  font-weight: 500 !important;
}

/* Keep modal text dark without affecting in-grid cards */
.shopify-buy__modal .shopify-buy__title,
.shopify-buy__modal .shopify-buy__product__title,
.shopify-buy__modal .shopify-buy__price,
.shopify-buy__modal .shopify-buy__product__price,
.shopify-buy__modal .shopify-buy__product__actual-price,
.shopify-buy__modal .shopify-buy__product-description,
.shopify-buy__modal .shopify-buy__option-select__label,
.shopify-buy__modal .shopify-buy__quantity,
.shopify-buy__modal .shopify-buy__quantity input,
.shopify-buy__modal .shopify-buy__quantity button {
  color: #1f2230 !important;
}

.shop-surface .shopify-buy__title {
  font-size: 0.96rem !important;
  line-height: 1.25 !important;
  min-height: 2.5em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.shop-surface .shopify-buy__option-select {
  background: #111321 !important;
  color: #f3eefb !important;
  border: 1px solid #3a3f57 !important;
}

.shop-surface .shopify-buy__btn {
  background: var(--brand-pink);
}

.shop-surface .shopify-buy__btn:hover {
  background: var(--brand-pink-strong);
}

.shop-surface .shopify-buy__btn:focus,
.shop-surface .shopify-buy__btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.shopify-buy__modal__close:focus,
.shopify-buy__modal__close:focus-visible,
.shopify-buy__modal-close:focus,
.shopify-buy__modal-close:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.shopify-buy__modal *:focus,
.shopify-buy__modal *:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.shop-page .footer {
  border-top-color: #2a2b3c;
  color: #bdb7cf;
}

/* Desktop-only: center Shopify embeds in Shirts & Sweaters only */
@media (min-width: 701px) {
  .shop-category[data-shop-category="apparel"] .shop-product-tile {
    justify-content: center;
  }

  .shop-category[data-shop-category="apparel"] .shop-product-tile > [id^="product-component-"] {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .shop-category[data-shop-category="apparel"] .shop-product-tile iframe {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1000px) {
  .hero-content {
    max-width: 1100px;
  }

  .hero-content h1 {
    white-space: nowrap;
    font-size: clamp(2.3rem, 4.8vw, 4rem);
  }
}

@media (max-width: 700px) {
  .media-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 85vw);
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    padding-top: 0.45rem;
    padding-bottom: 0.55rem;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: auto;
    scrollbar-color: #5a5f7d transparent;
  }

  .media-grid::-webkit-scrollbar {
    height: 8px;
  }

  .media-grid::-webkit-scrollbar-track {
    background: transparent;
  }

  .media-grid::-webkit-scrollbar-thumb {
    background: #5a5f7d;
    border-radius: 999px;
  }

  .merch-strip-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 78vw);
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    padding-top: 0.45rem;
    padding-bottom: 0.55rem;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: auto;
    scrollbar-color: #5a5f7d transparent;
  }

  .merch-strip-grid::-webkit-scrollbar {
    height: 8px;
  }

  .merch-strip-grid::-webkit-scrollbar-track {
    background: transparent;
  }

  .merch-strip-grid::-webkit-scrollbar-thumb {
    background: #5a5f7d;
    border-radius: 999px;
  }

  .shop-page .shop-product-tile:hover {
    transform: none;
  }

  .shop-page .shop-products-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 78vw);
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    padding-top: 0.45rem;
    padding-bottom: 0.55rem;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: auto;
    scrollbar-color: #5a5f7d transparent;
  }

  .shop-page .shop-products-grid::-webkit-scrollbar {
    height: 8px;
  }

  .shop-page .shop-products-grid::-webkit-scrollbar-track {
    background: transparent;
  }

  .shop-page .shop-products-grid::-webkit-scrollbar-thumb {
    background: #5a5f7d;
    border-radius: 999px;
  }

  .shop-page .shop-product-tile {
    scroll-snap-align: none;
  }

  .shop-page .shop-hats-controls {
    display: none;
  }

  .shop-product-tile {
    justify-content: center;
  }

  .shop-product-tile > [id^="product-component-"] {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .shop-surface .shopify-buy__product {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .shop-surface .shopify-buy__product__text {
    align-items: center !important;
    text-align: center !important;
  }

  .shop-surface .shopify-buy__btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .meet-intro {
    grid-template-columns: 1fr;
    row-gap: 0.9rem;
    width: min(100%, 380px);
    justify-items: center;
  }

  .meet-intro-copy {
    width: 100%;
    max-width: min(320px, 90vw);
    margin: 0 auto;
    text-align: center;
  }

  .meet-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .meet-intro-photo {
    justify-self: center;
  }

  .meet-intro-photo img {
    max-width: min(280px, 85vw);
  }

  .meet-gallery-row.meet-gallery-collage {
    gap: 0.5rem;
  }

  .meet-gallery-cell {
    flex-basis: min(80vw, 320px);
  }

  .meet-gallery-cell--a,
  .meet-gallery-cell--b {
    flex-basis: min(88vw, 380px);
  }

  .meet-gallery-cell--focus-up-mobile img {
    object-position: center 32%;
  }
}

@media (max-width: 900px) {
  .photo-strip--triple .photo-card {
    grid-column: span 12;
  }

  .photo-strip--double .photo-card {
    grid-column: span 12;
  }
}

@media (max-width: 760px) {
  .photo-card,
  .photo-card--wide {
    grid-column: span 12;
    aspect-ratio: 3 / 2;
  }
}
