:root {
  --green-400: #39ff77;
  --green-500: #22dd67;
  --pink-400: #ff62bf;
  --pink-500: #ff31ad;
  --pink-700: #ff0d8c;
  --pink-900: #8c0044;
  --cream: #fff8e5;
  --cream-strong: #fff2b2;
  --ink: #14080d;
  --ink-soft: rgba(20, 8, 13, 0.76);
  --glass: rgba(255, 255, 255, 0.28);
  --glass-strong: rgba(255, 255, 255, 0.52);
  --glass-specular: rgba(255, 255, 255, 0.8);
  --glass-edge: rgba(255, 255, 255, 0.58);
  --glass-shadow: rgba(42, 10, 27, 0.18);
  --line: #ffd400;
  --shadow-lg: 0 24px 60px rgba(95, 10, 49, 0.26);
  --shadow-md: 0 16px 36px rgba(95, 10, 49, 0.22);
  --radius-xl: 2rem;
  --radius-lg: 1.5rem;
  --radius-pill: 999px;
  --font-brand: "Alex Brush", cursive;
  --font-display: "Alegreya SC", serif;
  --font-body: "Jaldi", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    linear-gradient(180deg, #2eff74 0%, #7dd490 26%, #c5a9bd 67%, #ff31ad 100%);
  position: relative;
}

body::before,
body::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
}

body::before {
  background: url("media/site-pattern.png") center top / cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.14;
}

body::after {
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.45), transparent 34%),
    radial-gradient(circle at 20% 75%, rgba(255, 232, 94, 0.22), transparent 28%),
    radial-gradient(circle at 88% 88%, rgba(255, 0, 136, 0.2), transparent 26%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.container {
  margin-inline: auto;
  width: min(1120px, calc(100% - 2rem));
}

.section {
  padding: clamp(2.25rem, 7vw, 5rem) 0;
}

.surface {
  background: var(--glass);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-md);
}

.btn {
  align-items: center;
  border-radius: var(--radius-pill);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 3rem;
  padding: 0.65rem 1.25rem;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.btn:hover,
.btn:focus-visible,
.nav-link:hover,
.nav-link:focus-visible,
.filter-pill:hover,
.filter-pill:focus-visible {
  transform: translateY(-2px);
}

.btn:focus-visible,
.nav-link:focus-visible,
.filter-pill:focus-visible,
.menu-toggle:focus-visible {
  outline: 3px solid rgba(255, 212, 0, 0.8);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(180deg, #fff6ff 0%, #ffd5ec 100%);
  border: 2px solid var(--pink-700);
  box-shadow: 0 12px 28px rgba(255, 13, 140, 0.24);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 18px 34px rgba(255, 13, 140, 0.32);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.28);
  border: 2px solid rgba(20, 8, 13, 0.68);
  color: var(--ink);
}

.btn-link {
  color: var(--pink-900);
  padding-inline: 0;
  text-transform: none;
}

.site-header,
.page-main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  padding: 1.5rem 0 0.5rem;
  z-index: 3;
}

.site-header--home {
  padding: clamp(1.5rem, 3.08vw, 3.7rem) 0 0.15rem;
}

.site-header__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  justify-content: center;
  position: relative;
  text-align: center;
}

.site-header__inner--home {
  gap: clamp(2.75rem, 3.75vw, 4.5rem);
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.brand-lockup--home {
  gap: 0;
}

.brand-wordmark {
  color: #ffc7e6;
  font-family: var(--font-brand);
  font-size: clamp(2.9rem, 9vw, 5.7rem);
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin: 0;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.75),
    0 0 0.8rem rgba(255, 0, 136, 0.45);
}

.brand-wordmark--home {
  color: #ffbee3;
  font-size: clamp(3rem, 5vw, 6rem);
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-shadow:
    1px 0 0 rgba(20, 8, 13, 0.9),
    -1px 0 0 rgba(20, 8, 13, 0.9),
    0 1px 0 rgba(20, 8, 13, 0.9),
    0 -1px 0 rgba(20, 8, 13, 0.9),
    0 0 0.38rem rgba(255, 255, 255, 0.45);
}

.brand-wordmark--home::after {
  content: none !important;
}

.brand-wordmark::after {
  color: var(--cream);
  content: " *";
  font-size: 0.72em;
  vertical-align: top;
}

.brand-subtitle {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1.35;
  margin: 0 auto;
  max-width: 42rem;
}

.nav-shell {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.nav-shell--home {
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 100vw;
}

.home-toolbar__rail {
  align-items: center;
  display: flex;
  justify-content: center;
  width: max-content;
}

.site-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(20, 8, 13, 0.45);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav--home {
  -webkit-backdrop-filter: blur(10px) saturate(160%) contrast(108%);
  backdrop-filter: blur(10px) saturate(160%) contrast(108%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.004);
  border: 1px solid rgba(0, 0, 0, 0.98);
  border-radius: 7.3125rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(255, 255, 255, 0.24),
    0 0.55rem 1.45rem rgba(34, 13, 25, 0.12);
  flex-wrap: nowrap;
  gap: clamp(0.3rem, 0.75vw, 0.9rem);
  height: clamp(4.8rem, 5vw, 6rem);
  max-width: 76.5625rem;
  overflow: visible;
  padding: 0 clamp(0.45rem, 0.82vw, 1rem);
  position: relative;
  width: 63.8vw;
}

.site-nav--home::before {
  background:
    radial-gradient(ellipse at 24% -14%, rgba(255, 255, 255, 0.72), transparent 42%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.32), transparent 24% 75%, rgba(255, 255, 255, 0.18));
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.site-nav--home::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32), transparent 14% 86%, rgba(255, 255, 255, 0.22));
  border-radius: inherit;
  content: "";
  inset: 1px;
  pointer-events: none;
  position: absolute;
}

.nav-link,
.filter-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid var(--pink-700);
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 24px rgba(255, 13, 140, 0.16);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.03em;
  min-height: 2.9rem;
  min-width: 7.25rem;
  padding: 0.45rem 1rem;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.nav-link--home-pill {
  background: transparent;
  border: 0;
  border-radius: 3.125rem;
  box-shadow: none;
  color: #070407;
  flex: 0 0 clamp(9.5rem, 14.05vw, 16.9rem);
  height: clamp(3.1rem, 3.45vw, 4.15rem);
  isolation: isolate;
  line-height: 1;
  min-height: 0;
  min-width: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.nav-link--home-pill::before {
  background: #fff;
  border: clamp(0.7px, 0.039vw, 0.765px) solid #ff007b;
  border-radius: inherit;
  box-shadow: 0 clamp(0.7px, 0.039vw, 0.765px) clamp(4px, 0.215vw, 4.13px) rgba(255, 0, 136, 0.47);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.nav-icon-cluster,
.nav-custom-icon {
  bottom: calc(100% - 0.35rem);
  clip-path: inset(0 0 100% 0);
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 72%) scale(0.88);
  transform-origin: 50% 100%;
  transition:
    clip-path 320ms cubic-bezier(0.2, 0.9, 0.25, 1),
    opacity 120ms ease,
    transform 320ms cubic-bezier(0.2, 0.9, 0.25, 1),
    visibility 0s linear 320ms;
  visibility: hidden;
  z-index: 1;
}

.nav-link--home-pill:hover .nav-icon-cluster,
.nav-link--home-pill:focus .nav-icon-cluster,
.nav-link--home-pill:hover .nav-custom-icon,
.nav-link--home-pill:focus .nav-custom-icon {
  clip-path: inset(0);
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  transition-delay: 0s;
  visibility: visible;
}

.nav-icon-cluster__inner,
.nav-custom-icon__inner {
  display: block;
  height: 100%;
  width: 100%;
}

.nav-link--home-pill:hover .nav-icon-cluster__inner,
.nav-link--home-pill:focus .nav-icon-cluster__inner,
.nav-link--home-pill:hover .nav-custom-icon__inner,
.nav-link--home-pill:focus .nav-custom-icon__inner {
  animation: nav-bob-icon 1.1s ease-in-out 320ms infinite;
}

.nav-icon-cluster svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}

.nav-icon-cluster--shirts {
  height: clamp(3.4rem, 4.65vw, 5.58rem);
  width: clamp(8.2rem, 11.55vw, 13.86rem);
}

.nav-icon-cluster--decals {
  height: clamp(3.55rem, 4.7vw, 5.64rem);
  width: clamp(8rem, 10.9vw, 13.08rem);
}

.nav-icon-cluster--drinkware {
  height: clamp(3.7rem, 4.9vw, 5.88rem);
  width: clamp(3.2rem, 4vw, 4.8rem);
}

.nav-pill__label {
  font-size: clamp(1.45rem, 1.95vw, 2.44rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 4;
}

.nav-custom-icon {
  align-items: center;
  background: #fff200;
  border: 1.5px solid #ff007b;
  border-radius: 45%;
  display: flex;
  height: clamp(3.2rem, 4.31vw, 5.17rem);
  justify-content: center;
  width: clamp(3.2rem, 4.31vw, 5.17rem);
}

.nav-custom-icon__inner {
  align-items: center;
  display: flex;
  justify-content: center;
}

.nav-custom-icon svg {
  height: 72%;
  transform: rotate(-5deg);
  width: 72%;
}

.nav-link[aria-current="page"],
.filter-pill.is-active {
  background: var(--ink);
  color: white;
}

.nav-link--home-pill[aria-current="page"] {
  background: transparent;
}

.nav-link--home-pill[aria-current="page"]::before {
  background: var(--ink);
}

.nav-cart {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 2.8rem;
  height: 2.8rem;
  justify-content: center;
  min-width: auto;
  padding: 0;
  width: 2.8rem;
}

.nav-cart svg {
  height: 1.2rem;
  width: 1.2rem;
}

.nav-cart--home {
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  backdrop-filter: blur(14px) saturate(150%);
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.52), transparent 40%),
    rgba(255, 255, 255, 0.14);
  border: 2px solid #ff007b;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 0.2rem 0.8rem rgba(255, 0, 136, 0.26);
  flex: 0 0 clamp(3.5rem, 4.64vw, 5.56rem);
  height: clamp(3.5rem, 4.64vw, 5.56rem);
  margin-left: clamp(0.75rem, 1.67vw, 2rem);
  position: relative;
  width: clamp(3.5rem, 4.64vw, 5.56rem);
  z-index: 1;
}

.nav-cart--home svg {
  height: 43%;
  width: 43%;
}

.nav-cart--home:hover,
.nav-cart--home:focus-visible {
  transform: none;
}

.menu-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid var(--pink-700);
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 24px rgba(255, 13, 140, 0.16);
  cursor: pointer;
  display: none;
  gap: 0.4rem;
  min-height: 2.9rem;
  padding: 0.45rem 1rem;
  text-transform: uppercase;
}

.menu-toggle__bars {
  display: grid;
  gap: 0.22rem;
}

.menu-toggle__bars span {
  background: var(--ink);
  border-radius: var(--radius-pill);
  display: block;
  height: 0.18rem;
  width: 1.2rem;
}

@keyframes nav-bob-icon {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

.hero-copy,
.page-hero {
  margin: 0 auto;
  max-width: 54rem;
  text-align: center;
}

.page-hero {
  padding-top: 1.2rem;
}

body[data-page="contact"] .page-main > .section:first-child {
  padding: clamp(1.75rem, 3.5vw, 3rem) 0 clamp(1.25rem, 2.5vw, 2.25rem);
}

body[data-page="contact"] .page-hero {
  max-width: 68rem;
  padding-top: 0;
}

body[data-page="contact"] .page-title {
  font-size: clamp(2.35rem, 4.8vw, 4.25rem);
  letter-spacing: 0.025em;
  line-height: 0.94;
  margin-inline: auto;
  max-width: 68rem;
  text-wrap: balance;
}

body[data-page="contact"] .page-summary {
  margin-top: 0.65rem;
}

.page-kicker {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.page-title {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(3rem, 10vw, 6rem);
  letter-spacing: 0.04em;
  line-height: 0.96;
  margin: 0;
  text-shadow:
    0 4px 0 var(--pink-500),
    0 14px 30px rgba(255, 13, 140, 0.28);
  text-transform: uppercase;
}

.page-title--spotlight {
  -webkit-text-stroke: 1px rgba(255, 0, 149, 0.92);
  color: #fffbb1;
  font-size: clamp(3rem, 6.667vw, 8rem);
  letter-spacing: 0.04em;
  margin-bottom: clamp(0.6rem, 1.05vw, 1.25rem);
  text-shadow: 0 4px 6.3px #ff0095;
}

.page-summary,
.section-copy,
.owner-body,
.contact-body,
.card-copy,
.product-copy,
.faq-copy,
.footer-copy {
  color: var(--ink-soft);
  font-size: 1.15rem;
  line-height: 1.45;
  margin: 0.85rem auto 0;
}

.section-copy,
.page-summary {
  max-width: 42rem;
}

.section-rule {
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 214, 10, 0.9) 12%, rgba(255, 240, 91, 1) 52%, rgba(255, 214, 10, 0.92) 88%, transparent 100%);
  border-radius: var(--radius-pill);
  filter: drop-shadow(0 0 10px rgba(255, 212, 0, 0.55));
  height: 0.4rem;
  margin: 1.8rem auto;
  max-width: 62rem;
  transform: rotate(-0.35deg);
}

.review-grid,
.collections-grid,
.info-grid,
.contact-grid,
.faq-grid {
  display: grid;
  gap: 1.35rem;
}

.spotlight-showcase {
  max-width: none;
  width: min(91vw, 109.2rem);
}

.spotlight-brush {
  display: block;
  height: clamp(0.75rem, 1.406vw, 1.6875rem);
  margin-inline: auto;
  max-width: 103.6rem;
  object-fit: fill;
  width: 94.86%;
}

.spotlight-brush--top {
  margin-bottom: 0.95rem;
}

.spotlight-brush--bottom {
  margin-top: 1.05rem;
}

.spotlight-carousel {
  margin-inline: auto;
  max-width: 109.2rem;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.spotlight-page {
  display: grid;
  gap: clamp(0.9rem, 1.4vw, 1.5rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-2rem);
  transition:
    opacity 460ms ease,
    transform 460ms ease;
}

.spotlight-page.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.spotlight-page.is-exit {
  opacity: 0;
  transform: translateX(2rem);
}

.spotlight-card,
.review-card,
.collection-card,
.info-card,
.contact-card,
.faq-card,
.product-panel,
.owner-panel {
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.spotlight-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.68);
  -webkit-backdrop-filter: blur(56.8px) saturate(145%);
  backdrop-filter: blur(56.8px) saturate(145%);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: clamp(2rem, 2.97vw, 3.56rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 10px 18px rgba(26, 10, 16, 0.08);
  display: flex;
  height: auto;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: clamp(0.65rem, 0.833vw, 1rem);
  position: relative;
  text-decoration: none;
  aspect-ratio: 388 / 441;
}

.spotlight-card::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.34), transparent 48%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.spotlight-card__media {
  align-items: center;
  background: rgba(217, 217, 217, 0.2);
  border-radius: clamp(1.5rem, 2.19vw, 2.625rem);
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.collection-card__media img,
.product-panel__visual img {
  filter: drop-shadow(0 14px 28px rgba(24, 8, 16, 0.12));
  max-height: 92%;
  max-width: 92%;
  object-fit: contain;
}

.spotlight-card__media img {
  filter: drop-shadow(0 12px 24px rgba(24, 8, 16, 0.12));
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.spotlight-status {
  color: rgba(20, 8, 13, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  font-weight: 700;
  margin: 1.5rem auto;
  text-align: center;
}

.spotlight-card__name {
  display: none;
}

.collection-card__eyebrow,
.owner-pill,
.review-card__eyebrow,
.contact-card__eyebrow,
.faq-card__eyebrow {
  color: var(--pink-900);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.collection-card__title,
.info-card__title,
.contact-card__title,
.faq-card__title,
.product-panel__title,
.review-heading {
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1.02;
  margin: 0;
  text-transform: uppercase;
}

.collection-card__copy,
.info-card__copy,
.contact-card__copy,
.faq-card__copy,
.product-panel__copy,
.review-card__quote {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.4;
  margin: 0;
}

.spotlight-card__actions,
.hero-actions,
.owner-actions,
.product-panel__actions,
.contact-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.owner-panel {
  -webkit-backdrop-filter: blur(42px) saturate(145%) contrast(105%);
  backdrop-filter: blur(42px) saturate(145%) contrast(105%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 32% 72%, rgba(255, 255, 255, 0.12)),
    rgba(0, 0, 0, 0.004);
  border: clamp(0.34rem, 0.573vw, 0.6875rem) solid #ff0077;
  border-radius: clamp(2.25rem, 2.71vw, 3.25rem);
  box-shadow:
    inset 0 1px 0 var(--glass-specular),
    inset 1px 0 0 rgba(255, 255, 255, 0.42),
    inset -1px 0 0 rgba(255, 255, 255, 0.18),
    0 1.2rem 3rem rgba(85, 9, 46, 0.14);
  isolation: isolate;
  margin: 0 auto;
  max-width: 97.875rem;
  overflow: hidden;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  position: relative;
  text-align: center;
  width: min(81.56vw, 97.875rem);
}

.owner-panel::before,
.review-card::before {
  background:
    radial-gradient(ellipse at 18% -12%, rgba(255, 255, 255, 0.64), transparent 40%),
    linear-gradient(112deg, rgba(255, 255, 255, 0.22), transparent 30% 76%, rgba(255, 255, 255, 0.14));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.owner-panel::after,
.review-card::after {
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: inherit;
  content: "";
  inset: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.owner-panel > *,
.review-card > * {
  position: relative;
  z-index: 1;
}

.owner-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 4px solid var(--pink-700);
  border-radius: 50%;
  box-shadow: 0 16px 32px rgba(255, 13, 140, 0.24);
  display: flex;
  height: clamp(10rem, 20vw, 15rem);
  justify-content: center;
  margin: 0 auto 1rem;
  overflow: hidden;
  padding: 1.2rem;
  width: clamp(10rem, 20vw, 15rem);
}

.owner-badge img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.owner-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 2px solid var(--pink-700);
  border-radius: var(--radius-pill);
  display: inline-flex;
  justify-content: center;
  margin: 0 0 1rem;
  min-height: 2.85rem;
  min-width: 9rem;
  padding: 0.4rem 1.25rem;
}

.owner-title,
.review-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 8vw, 5rem);
  line-height: 0.98;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.owner-title {
  color: white;
}

.review-title {
  color: var(--ink);
}

.owner-body {
  color: white;
  max-width: 50rem;
}

.owner-actions {
  justify-content: center;
  margin-top: 1.5rem;
}

.review-grid,
.collections-grid,
.info-grid,
.contact-grid,
.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card,
.collection-card,
.info-card,
.contact-card,
.faq-card {
  padding: 1.35rem;
}

.review-card {
  -webkit-backdrop-filter: blur(32px) saturate(145%) contrast(104%);
  backdrop-filter: blur(32px) saturate(145%) contrast(104%);
  background: rgba(255, 255, 255, 0.35);
  border: 0;
  border-radius: 1.625rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    inset 0 -1px 0 rgba(255, 255, 255, 0.18),
    0 1rem 2.3rem rgba(83, 10, 47, 0.13);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.review-card__quote {
  color: var(--ink);
  font-size: 1.14rem;
  font-weight: 700;
}

.review-card__meta {
  color: var(--ink-soft);
  font-size: 0.98rem;
  margin: 0;
  text-transform: uppercase;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.filter-pill {
  cursor: pointer;
}

.collection-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.collection-card__media {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.14)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.12));
  border-radius: 1.6rem;
  display: flex;
  justify-content: center;
  min-height: 14rem;
  padding: 1rem;
}

.collection-card__media img {
  width: min(100%, 13rem);
}

.collection-card__chips,
.product-panel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 8, 13, 0.16);
  border-radius: var(--radius-pill);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.45rem 0.8rem;
}

.info-card {
  min-height: 100%;
}

.page-main--detail {
  padding-bottom: 1rem;
}

.product-layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 0.95fr 1.05fr;
  margin-top: 2rem;
}

.product-panel {
  padding: 1.45rem;
}

.product-panel__visual {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.14)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.16));
  border-radius: 1.75rem;
  display: flex;
  justify-content: center;
  min-height: 26rem;
  overflow: hidden;
  padding: 1.4rem;
}

.product-panel__visual img {
  width: min(100%, 18rem);
}

.list {
  counter-reset: list-step;
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.list li {
  align-items: flex-start;
  color: var(--ink-soft);
  display: flex;
  gap: 0.65rem;
  line-height: 1.4;
}

.list li::before {
  color: var(--pink-700);
  content: counter(list-step, decimal-leading-zero);
  counter-increment: list-step;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  min-width: 1.4rem;
}

.list--bullets li::before {
  content: "•";
  font-size: 1.15rem;
  min-width: 0.9rem;
}

.contact-grid,
.faq-grid {
  margin-top: 1.75rem;
}

.contact-card__link {
  color: var(--pink-900);
  font-weight: 700;
  word-break: break-word;
}

.site-footer {
  padding: 2rem 0 2.5rem;
}

.site-footer__inner {
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.25rem 1.4rem;
}

.footer-brand {
  font-family: var(--font-brand);
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}

.footer-copy {
  margin: 0.25rem 0 0;
  max-width: 28rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.footer-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(20, 8, 13, 0.18);
  border-radius: var(--radius-pill);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 0.35rem;
  min-height: 2.7rem;
  padding: 0.4rem 0.95rem;
}

.footer-credit {
  color: var(--ink-soft);
  font-size: 0.98rem;
  margin: 0;
}

@media (max-width: 1040px) {
  .collections-grid,
  .review-grid,
  .info-grid,
  .contact-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100%, calc(100% - 1.2rem));
  }

  .menu-toggle {
    display: inline-flex;
  }

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

  .site-nav {
    align-items: stretch;
    border-radius: 1.5rem;
    flex-direction: column;
    opacity: 0;
    padding: 0.85rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 0.65rem);
    transform: translateY(-0.5rem);
    width: min(18rem, 100%);
  }

  body[data-page="home"] .menu-toggle {
    display: none !important;
  }

  body[data-page="home"] .nav-shell--home {
    justify-content: flex-start;
    margin-inline: -0.6rem;
    overflow-x: auto;
    padding: 3.5rem 0.6rem 0.9rem;
    scroll-padding-inline: 0.6rem;
    scrollbar-width: thin;
    width: calc(100% + 1.2rem);
  }

  body[data-page="home"] .home-toolbar__rail {
    justify-content: flex-start;
    padding-right: 1rem;
  }

  body[data-page="home"] .site-nav {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.25rem;
    height: 4.8rem;
    justify-content: flex-start;
    max-width: none;
    opacity: 1;
    overflow: visible;
    padding: 0 0.45rem;
    pointer-events: auto;
    position: static;
    transform: none;
    width: 39.5rem;
  }

  body[data-page="home"] .nav-link--home-pill,
  body[data-page="home"] .nav-cart--home {
    flex: 0 0 auto;
  }

  body[data-page="home"] .nav-link--home-pill {
    flex-basis: 9.5rem;
    height: 3.1rem;
    min-height: 0;
    padding: 0;
    width: 9.5rem;
  }

  body[data-page="home"] .nav-cart--home {
    flex: 0 0 3.5rem;
    height: 3.5rem;
    margin-left: 0.8rem;
    width: 3.5rem;
  }

  body[data-page="home"] .brand-wordmark--home {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .site-nav[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-link,
  .filter-pill,
  .nav-cart {
    width: 100%;
  }

  .nav-cart {
    border-radius: var(--radius-pill);
    height: auto;
    justify-content: center;
    width: 100%;
  }

  .collections-grid,
  .review-grid,
  .info-grid,
  .contact-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .spotlight-carousel {
    min-height: 0;
  }

  .spotlight-page {
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spotlight-card {
    min-height: 0;
  }

  .collection-card,
  .product-panel,
  .owner-panel,
  .review-card,
  .info-card,
  .contact-card,
  .faq-card {
    border-radius: 1.5rem;
  }

  .spotlight-card {
    border-radius: 2rem;
  }

  .owner-panel {
    width: 100%;
  }

  .section-rule {
    margin: 1.35rem auto;
    max-width: calc(100% - 1rem);
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
