:root {
  --bg: #07111b;
  --bg-deep: #020508;
  --panel: rgba(8, 18, 30, 0.82);
  --panel-strong: rgba(7, 15, 24, 0.96);
  --text: #eef6ff;
  --muted: #a7b9cb;
  --muted-2: #718496;
  --cyan: #4ed6ff;
  --cyan-2: #9cf0ff;
  --gold: #f0c56c;
  --line: rgba(78, 214, 255, 0.16);
  --line-strong: rgba(78, 214, 255, 0.42);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.54);
  --radius: 28px;
  --max: 1540px;
  --cream: #f3eee4;
  --charcoal: #070707;
  --stone: #b7b0a4;
  --signal: #d7ff45;
}

[hidden] {
  display: none !important;
}

.shop-system {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: stretch;
  margin: 22px 0 32px;
  padding: clamp(24px, 3vw, 42px);
  border-color: rgba(240, 197, 108, 0.24);
  background:
    radial-gradient(circle at 12% 14%, rgba(240, 197, 108, 0.16), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(78, 214, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(13, 27, 47, 0.94), rgba(3, 8, 15, 0.96));
}

.shop-system-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.shop-system-copy h2 {
  margin: 0;
  max-width: 9ch;
  font-size: clamp(2.8rem, 5.5vw, 6.6rem);
  line-height: 0.88;
  letter-spacing: -0.08em;
}

.shop-lane-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.shop-lane-grid article {
  display: grid;
  align-content: space-between;
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.shop-lane-grid span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.shop-lane-grid h3 {
  margin: 16px 0 8px;
  font-size: clamp(1.5rem, 2vw, 2.35rem);
  line-height: 0.96;
}

.shop-lane-grid p {
  margin: 0 0 22px;
  color: #b9c8d7;
  font-size: 0.95rem;
  line-height: 1.6;
}

.shop-lane-grid strong {
  color: var(--cyan-2);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-service-selector {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
  margin-top: 8px;
}

.shop-service-selector-head {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
}

.shop-service-selector-head h3 {
  max-width: 760px;
  margin: 6px 0 0;
  font-size: clamp(1.8rem, 3vw, 3.8rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.shop-service-total {
  min-width: 220px;
  border: 1px solid rgba(240, 197, 108, 0.28);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--gold);
  background: rgba(240, 197, 108, 0.08);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.shop-service-catalogs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.shop-service-catalog {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 260px;
  border: 1px solid rgba(78, 214, 255, 0.16);
  border-radius: 24px;
  padding: 16px;
  background: rgba(2, 8, 15, 0.48);
}

.shop-service-catalog > div:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
}

.shop-service-catalog span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.shop-service-catalog h4 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.shop-service-catalog p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.shop-service-card {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.shop-service-card:has(input:checked) {
  border-color: rgba(78, 214, 255, 0.55);
  background:
    radial-gradient(circle at 84% 8%, rgba(78, 214, 255, 0.22), transparent 34%),
    rgba(255, 255, 255, 0.07);
  transform: translateY(-2px);
}

.shop-service-card[data-sku="aik9-hydration-cream"] {
  border-color: rgba(240, 197, 108, 0.32);
  background:
    radial-gradient(circle at 74% 12%, rgba(240, 197, 108, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.05);
}

.shop-service-card[data-sku="aik9-hydration-cream"] .shop-service-card-art {
  min-height: 156px;
  background:
    radial-gradient(circle at 50% 50%, rgba(240, 197, 108, 0.26), transparent 52%),
    linear-gradient(145deg, rgba(244, 237, 221, 0.16), rgba(255, 255, 255, 0.02));
}

.shop-service-card[data-sku="aik9-hydration-cream"] .shop-service-card-art img {
  width: min(92%, 220px);
  max-height: 170px;
}

.shop-service-card input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--cyan);
}

.shop-service-card h5 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.16;
}

.shop-service-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.shop-service-card-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.shop-service-card-art {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 112px;
  margin: 0 0 12px;
  overflow: hidden;
  border: 1px solid rgba(78, 214, 255, 0.13);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 34%, rgba(78, 214, 255, 0.18), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.shop-service-card-art img {
  width: min(82%, 180px);
  max-height: 118px;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 26px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 14px rgba(78, 214, 255, 0.16));
}

.shop-service-lane-note {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 10px 0 0;
  padding: 7px 10px;
  border: 1px solid rgba(189, 255, 124, 0.2);
  border-radius: 999px;
  background: rgba(189, 255, 124, 0.08);
  color: rgba(232, 255, 222, 0.78);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-service-card-footer strong {
  color: var(--cyan-2);
  font-size: 0.86rem;
}

.shop-service-card-footer select {
  min-height: 34px;
  border: 1px solid rgba(78, 214, 255, 0.18);
  border-radius: 10px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.34);
  padding: 0 8px;
}

.shop-service-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.embedded-shop-checkout {
  position: relative;
  isolation: isolate;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 0.7fr);
  grid-template-areas:
    "command action"
    "frame frame";
  gap: 18px;
  align-items: stretch;
  margin-top: 8px;
  border: 1px solid rgba(78, 214, 255, 0.24);
  border-radius: 34px;
  padding: clamp(18px, 2vw, 28px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 9% 0%, rgba(240, 197, 108, 0.18), transparent 30%),
    radial-gradient(circle at 90% 18%, rgba(78, 214, 255, 0.2), transparent 34%),
    rgba(1, 7, 13, 0.74);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.embedded-shop-checkout::before {
  position: absolute;
  inset: -30% 12% auto auto;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  content: "";
  background: conic-gradient(from 210deg, rgba(78, 214, 255, 0), rgba(78, 214, 255, 0.36), rgba(240, 197, 108, 0.22), rgba(78, 214, 255, 0));
  filter: blur(26px);
  opacity: 0.56;
}

.checkout-command-panel,
.checkout-action-panel {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background: rgba(4, 13, 22, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.checkout-command-panel {
  grid-area: command;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
}

.checkout-command-panel h3 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.35rem, 4.5vw, 5.3rem);
  line-height: 0.86;
  letter-spacing: -0.08em;
}

.checkout-command-panel p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.checkout-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.checkout-proof-grid span,
.checkout-payment-strip span,
.checkout-payment-strip strong {
  border: 1px solid rgba(78, 214, 255, 0.16);
  border-radius: 999px;
  padding: 10px 12px;
  color: #d7ecff;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checkout-proof-grid span:first-child {
  border-color: rgba(240, 197, 108, 0.32);
  color: var(--gold);
}

.checkout-payment-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-top: 2px;
}

.checkout-payment-strip strong {
  color: var(--bg-deep);
  background: linear-gradient(135deg, var(--signal), #f8ff9b);
}

.checkout-action-panel {
  grid-area: action;
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(18px, 2.4vw, 28px);
}

.checkout-summary-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(240, 197, 108, 0.22);
  border-radius: 22px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(240, 197, 108, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.checkout-summary-card span,
.checkout-email-field span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.checkout-summary-card strong {
  display: block;
  margin-top: 7px;
  color: var(--gold);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.checkout-summary-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-summary-card li {
  color: #d8e9f7;
  font-size: 0.88rem;
  line-height: 1.35;
}

.checkout-summary-card li::before {
  color: var(--cyan-2);
  content: "+ ";
  font-weight: 950;
}

.checkout-email-field {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.checkout-email-field input {
  min-height: 56px;
  border: 1px solid rgba(78, 214, 255, 0.22);
  border-radius: 18px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.26);
  padding: 0 18px;
  outline: none;
}

.checkout-email-field input:focus {
  border-color: rgba(78, 214, 255, 0.68);
  box-shadow: 0 0 0 4px rgba(78, 214, 255, 0.12);
}

.checkout-start-button {
  min-height: 58px;
  justify-content: center;
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(78, 214, 255, 0.18);
}

.embedded-shop-frame {
  grid-area: frame;
  min-height: 220px;
  display: grid;
  align-content: stretch;
  border: 1px solid rgba(78, 214, 255, 0.24);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(4, 14, 24, 0.92), rgba(1, 5, 10, 0.94)),
    rgba(2, 7, 13, 0.72);
  padding: 16px;
  color: var(--muted);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.embedded-shop-frame strong {
  color: var(--text);
}

.checkout-frame-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 188px;
  border: 1px dashed rgba(78, 214, 255, 0.22);
  border-radius: 18px;
  text-align: center;
  background:
    linear-gradient(rgba(78, 214, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 214, 255, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
}

.checkout-frame-placeholder span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.checkout-frame-placeholder strong {
  margin-top: 8px;
  font-size: clamp(1.6rem, 3vw, 3.4rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.checkout-frame-placeholder p {
  max-width: 420px;
  margin: 10px auto 0;
  color: var(--muted);
}

.embedded-shop-frame.is-mounted {
  min-height: 620px;
  display: block;
  background: #ffffff;
  padding: 12px;
}

.embedded-shop-frame.is-loading {
  opacity: 0.72;
}

@media (max-width: 960px) {
  .shop-system,
  .shop-lane-grid,
  .shop-service-catalogs,
  .embedded-shop-checkout {
    grid-template-columns: 1fr;
  }

  .embedded-shop-checkout {
    grid-template-areas:
      "command"
      "action"
      "frame";
  }

  .checkout-proof-grid {
    grid-template-columns: 1fr;
  }

  .shop-service-selector-head {
    display: grid;
  }

  .shop-service-total {
    text-align: left;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg-deep);
}

body {
  min-height: 100svh;
  margin: 0;
  color: var(--text);
  font-family: Avenir Next, Montserrat, Trebuchet MS, sans-serif;
  background:
    radial-gradient(1200px 720px at 35% -10%, rgba(18, 135, 180, 0.24), transparent 62%),
    radial-gradient(900px 560px at 88% 16%, rgba(18, 92, 140, 0.2), transparent 65%),
    radial-gradient(720px 420px at 18% 82%, rgba(240, 197, 108, 0.08), transparent 60%),
    linear-gradient(180deg, #07111e 0%, var(--bg-deep) 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(78, 214, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 214, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 20% 30%, rgba(78, 214, 255, 0.08), transparent 25%);
  background-size: 48px 48px, 48px 48px, auto;
  mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.72), transparent 105%);
}

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

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

button,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-shell {
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 24px 34px;
}

.site-shell::before {
  position: fixed;
  top: 150px;
  right: max(2vw, 24px);
  z-index: -1;
  width: 400px;
  height: 400px;
  pointer-events: none;
  content: "";
  opacity: 0.062;
  background: url("./assets/logo-shield.svg") center / contain no-repeat;
  filter: drop-shadow(0 0 30px rgba(69, 214, 255, 0.4));
}

.card {
  border: 1px solid rgba(78, 214, 255, 0.14);
  border-radius: calc(var(--radius) + 2px);
  background:
    linear-gradient(180deg, rgba(14, 25, 39, 0.84), rgba(4, 10, 16, 0.88)),
    var(--panel);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(14px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(230px, 320px) 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 92px;
  margin: 0 -22px;
  padding: 14px max(22px, 4vw);
  border-bottom: 1px solid rgba(78, 214, 255, 0.16);
  background: rgba(2, 7, 13, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(69, 214, 255, 0.18));
}

.brand span {
  display: grid;
  gap: 3px;
  text-transform: uppercase;
}

.brand strong {
  font-size: clamp(1.05rem, 1.6vw, 1.5rem);
  letter-spacing: 0.16em;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.nav {
  display: flex;
  gap: clamp(18px, 2vw, 38px);
  align-items: center;
  justify-content: center;
}

.nav a {
  position: relative;
  padding: 12px 0;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.9;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a.is-active::after {
  transform: scaleX(1);
}

.nav a.is-active {
  color: var(--cyan);
  opacity: 1;
}

.header-action,
.btn,
.product-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.header-action,
.btn {
  padding: 13px 25px;
}

.header-action:hover,
.btn:hover,
.product-form button:hover {
  border-color: var(--line-strong);
  box-shadow: 0 14px 40px rgba(69, 214, 255, 0.14);
  transform: translateY(-2px);
}

.btn-primary,
.product-form button {
  border: 0;
  color: #04101a;
  background: linear-gradient(90deg, var(--signal), #f8ff9b);
  box-shadow: 0 20px 42px rgba(215, 255, 69, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.stripe-express-link,
.checkout-start-button,
.product-form button {
  position: relative;
  overflow: hidden;
}

.stripe-express-link::after,
.checkout-start-button::after,
.product-form button::after {
  position: absolute;
  inset: 0 auto 0 -38%;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-18deg);
  transition: transform 420ms ease;
}

.stripe-express-link:hover::after,
.checkout-start-button:hover::after,
.product-form button:hover::after {
  transform: translateX(410%) skewX(-18deg);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(500px, 1.1fr);
  gap: 32px;
  align-items: center;
  min-height: 600px;
  padding: 72px 38px 34px;
}

.hero::before {
  position: absolute;
  inset: 44px 42px auto;
  height: 260px;
  content: "";
  z-index: 0;
  border-radius: 40px;
  background:
    radial-gradient(circle at 20% 50%, rgba(78, 214, 255, 0.22), transparent 35%),
    radial-gradient(circle at 86% 22%, rgba(240, 197, 108, 0.16), transparent 28%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 42%, rgba(78, 214, 255, 0.06));
  filter: blur(8px);
  opacity: 0.94;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 34px 34px 32px;
  border: 1px solid rgba(78, 214, 255, 0.16);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(11, 21, 34, 0.9), rgba(4, 9, 14, 0.78)),
    rgba(4, 9, 14, 0.66);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
}

.eyebrow,
.product-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before,
.product-kicker::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  content: "";
  background: var(--cyan);
  box-shadow: 0 0 0 2px rgba(69, 214, 255, 0.2), 0 0 20px var(--cyan);
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(3.25rem, 5.2vw, 5.9rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.hero p {
  max-width: 650px;
  margin: 0;
  color: #c8d3de;
  font-size: clamp(1rem, 1.08vw, 1.14rem);
  line-height: 1.72;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.hero-badges,
.bundle-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-badges {
  margin-top: 22px;
}

.hero-badges span,
.bundle-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: #d7e6f3;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 560px;
  padding: 24px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(78, 214, 255, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 16%, rgba(78, 214, 255, 0.14), transparent 30%),
    radial-gradient(circle at 80% 22%, rgba(240, 197, 108, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(9, 17, 27, 0.86), rgba(3, 7, 12, 0.82));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-visual::after {
  position: absolute;
  inset: auto 12% 18px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(78, 214, 255, 0.46), rgba(240, 197, 108, 0.34), transparent);
  opacity: 0.85;
}

.hero-visual::before {
  position: absolute;
  content: "";
  inset: 7% 10% 11%;
  border: 1px solid rgba(78, 214, 255, 0.1);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(78, 214, 255, 0.22), transparent 52%),
    radial-gradient(circle at 50% 60%, rgba(240, 197, 108, 0.08), transparent 64%);
  filter: blur(6px);
}

.hero-logo {
  position: absolute;
  top: 44px;
  right: 12px;
  width: 300px;
  opacity: 0.13;
  transform: rotate(-7deg);
  filter: drop-shadow(0 0 25px rgba(69, 214, 255, 0.34));
}

.product-stack {
  position: relative;
  width: min(740px, 100%);
  height: 560px;
  perspective: 1400px;
}

.product-stack img {
  position: absolute;
  object-fit: contain;
  user-select: none;
  transform-style: preserve-3d;
  filter:
    drop-shadow(0 25px 38px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 24px rgba(78, 214, 255, 0.12));
}

.stack-hoodie-main {
  bottom: 0;
  left: 82px;
  z-index: 2;
  width: 406px;
  transform: rotate(-2deg) translateY(10px);
}

.stack-shirt-main {
  top: 52px;
  right: 104px;
  z-index: 4;
  width: 258px;
  transform: rotate(7deg);
}

.stack-hoodie-side {
  top: 100px;
  left: 4px;
  z-index: 1;
  width: 230px;
  transform: rotate(-8deg);
}

.stack-shirt-side {
  right: 6px;
  bottom: 14px;
  z-index: 3;
  width: 236px;
  transform: rotate(8deg);
}

.system-chip {
  position: absolute;
  right: 22px;
  bottom: 24px;
  z-index: 3;
  padding: 12px 14px;
  border: 1px solid rgba(78, 214, 255, 0.2);
  border-radius: 16px;
  color: var(--cyan);
  background: rgba(2, 8, 14, 0.76);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.system-chip strong {
  display: block;
  color: #dff9ff;
}

.hero-footnote {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 3;
  max-width: 270px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(2, 8, 14, 0.68);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.hero-footnote span {
  display: block;
  margin-bottom: 3px;
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-footnote strong {
  display: block;
  color: #d9e8f4;
  font-size: 0.74rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.drop-runway {
  display: grid;
  grid-template-columns: 1.2fr 0.82fr 0.82fr;
  gap: clamp(18px, 2vw, 30px);
  width: calc(100% - 76px);
  margin: 0 auto 30px;
}

.runway-card {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 38px;
  padding: clamp(22px, 2.4vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    #050709;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
}

.runway-card::before {
  position: absolute;
  inset: auto 9% 11%;
  z-index: -1;
  height: 28%;
  content: "";
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.22), transparent 70%);
  filter: blur(18px);
}

.runway-card span {
  display: inline-flex;
  color: var(--stone);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.runway-card h2 {
  position: relative;
  z-index: 2;
  max-width: 11ch;
  margin: 12px 0 0;
  font-size: clamp(2rem, 4vw, 5.3rem);
  line-height: 0.86;
  letter-spacing: -0.09em;
  text-transform: uppercase;
}

.runway-card img {
  position: absolute;
  right: 3%;
  bottom: -2%;
  z-index: 1;
  width: min(62%, 380px);
  max-height: 76%;
  object-fit: contain;
  filter:
    drop-shadow(0 32px 38px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 20px rgba(78, 214, 255, 0.08));
}

.runway-card-primary {
  color: #f8fafc;
  background:
    radial-gradient(circle at 90% 18%, rgba(215, 255, 69, 0.18), transparent 30%),
    linear-gradient(135deg, #0b0b0b, #030303 62%, #111719);
}

.runway-card-care {
  color: #091017;
  background:
    radial-gradient(circle at 86% 18%, rgba(240, 197, 108, 0.24), transparent 36%),
    linear-gradient(145deg, #f2ecdc, #c9bfae);
}

.runway-card-care span,
.runway-card-care h2 {
  color: #101010;
}

.runway-card-care img {
  width: min(58%, 330px);
}

.runway-card-guide {
  background:
    radial-gradient(circle at 82% 16%, rgba(78, 214, 255, 0.18), transparent 32%),
    linear-gradient(145deg, #121416, #030405);
}

.stripe-chip-button {
  position: absolute;
  left: clamp(20px, 2.2vw, 34px);
  bottom: clamp(20px, 2.2vw, 34px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #061018;
  background: linear-gradient(90deg, var(--signal), #f8ff9b);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.stripe-chip-button-light {
  color: #f8fafc;
  background: #0b0b0b;
}

.bundle-strip {
  display: grid;
  grid-template-columns: 320px 1fr auto;
  gap: 25px;
  align-items: center;
  width: calc(100% - 76px);
  margin: 0 auto;
  padding: 20px 24px;
  border: 1px solid rgba(78, 214, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(11, 21, 34, 0.94), rgba(4, 9, 15, 0.82)),
    rgba(5, 10, 16, 0.7);
}

.bundle-copy {
  display: grid;
  gap: 11px;
}

.bundle-media {
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 82px;
  overflow: hidden;
}

.bundle-media img {
  width: 90px;
  height: 92px;
  margin-left: -14px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 12px rgba(78, 214, 255, 0.08));
}

.bundle-media img:first-child {
  margin-left: 0;
}

.bundle-strip h2 {
  margin: 4px 0 2px;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.muted {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.feature-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: calc(100% - 76px);
  margin: 22px auto 0;
}

.feature-card {
  min-height: 170px;
  padding: 28px 26px;
  border: 1px solid rgba(78, 214, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 21, 34, 0.84), rgba(4, 9, 15, 0.8)),
    rgba(5, 10, 16, 0.74);
}

.feature-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border: 1px solid rgba(78, 214, 255, 0.22);
  border-radius: 14px;
  color: var(--cyan);
  background: rgba(78, 214, 255, 0.08);
  font-weight: 950;
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.category-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  width: calc(100% - 76px);
  margin: 32px auto 0;
}

.category-pill {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #c5d4e2;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.category-pill:hover,
.category-pill.is-active {
  color: #04101a;
  border-color: transparent;
  background: linear-gradient(90deg, var(--cyan), var(--cyan-2));
  transform: translateY(-1px);
}

.shop-section {
  padding: 68px 38px 28px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 30px;
}

.section-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong));
}

.section-heading span:last-child {
  background: linear-gradient(90deg, var(--line-strong), transparent);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-align: center;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
}

.product-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 372px auto auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(12, 24, 36, 0.86), rgba(4, 8, 14, 0.9)),
    rgba(4, 8, 14, 0.8);
  transition: transform 200ms ease, border-color 180ms ease, opacity 180ms ease, box-shadow 200ms ease;
}

.product-card:hover {
  border-color: rgba(78, 214, 255, 0.34);
  transform: translateY(-6px);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.product-card.is-hidden {
  display: none;
}

.product-art {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 18%, rgba(78, 214, 255, 0.16), transparent 15rem),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.product-art::before {
  position: absolute;
  inset: 10%;
  z-index: 0;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(78, 214, 255, 0.42) 0%, rgba(78, 214, 255, 0.22) 32%, transparent 70%);
  filter: blur(22px);
  opacity: 0.82;
  transform: scale(0.9);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-art::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(78, 214, 255, 0.12) 48%, transparent 62%),
    radial-gradient(circle at 50% 60%, rgba(78, 214, 255, 0.14), transparent 42%);
  mix-blend-mode: screen;
}

.product-card:hover .product-art::before {
  opacity: 1;
  transform: scale(1);
}

.product-card.has-transparent-preview .product-art::before {
  inset: 8%;
  background:
    radial-gradient(circle, rgba(78, 214, 255, 0.54) 0%, rgba(78, 214, 255, 0.28) 30%, rgba(78, 214, 255, 0.12) 48%, transparent 72%);
  filter: blur(28px);
}

.product-card.has-solid-preview .product-art::before {
  inset: 6%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(78, 214, 255, 0.18) 26%, rgba(78, 214, 255, 0.08) 48%, transparent 72%);
  filter: blur(30px);
}

.product-gallery {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
}

.product-preview {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 18px 28px;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity, transform, filter;
  transform: translate3d(0, 12px, 0) scale(0.985);
  transition:
    opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 780ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 780ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 780ms;
  filter:
    saturate(1.05)
    contrast(1.03)
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 16px rgba(78, 214, 255, 0.24));
}

.product-preview.is-exiting,
.product-preview.is-active {
  visibility: visible;
  transition-delay: 0s;
}

.product-preview.is-exiting {
  opacity: 0.18;
  transform: translate3d(0, -8px, 0) scale(0.995);
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 12px rgba(78, 214, 255, 0.2));
}

.product-preview.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 16px rgba(78, 214, 255, 0.24));
}

.product-preview.needs-knockout {
  mix-blend-mode: multiply;
}

.product-preview.is-photo-mockup {
  mix-blend-mode: normal;
}

.product-card.has-transparent-preview .product-preview {
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 22px rgba(78, 214, 255, 0.24))
    drop-shadow(0 0 42px rgba(78, 214, 255, 0.2));
}

.product-card.has-transparent-preview .product-preview.is-exiting {
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 18px rgba(78, 214, 255, 0.16));
}

.product-card.has-transparent-preview .product-preview.is-active {
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 22px rgba(78, 214, 255, 0.24))
    drop-shadow(0 0 42px rgba(78, 214, 255, 0.2));
}

.product-card.has-solid-preview .product-preview {
  filter:
    brightness(0.98)
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 18px rgba(78, 214, 255, 0.18));
}

.product-card.has-solid-preview .product-preview.is-exiting {
  filter:
    brightness(0.98)
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 14px rgba(78, 214, 255, 0.14));
}

.product-card.has-solid-preview .product-preview.is-active {
  filter:
    brightness(0.98)
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 18px rgba(78, 214, 255, 0.18));
}

.product-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #eef6ff;
  background: rgba(4, 12, 20, 0.58);
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.product-gallery-prev {
  left: 12px;
}

.product-gallery-next {
  right: 12px;
}

.product-card:hover .product-gallery-nav,
.product-card:focus-within .product-gallery-nav {
  opacity: 1;
}

.product-gallery-nav:hover {
  border-color: var(--line-strong);
  transform: translateY(-50%) scale(1.04);
}

.product-gallery-nav[hidden] {
  display: none;
}

.product-gallery-dots {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 7px;
  pointer-events: none;
}

.product-gallery-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(238, 246, 255, 0.26);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: auto;
}

.product-gallery-dot.is-active {
  width: 24px;
  background: linear-gradient(90deg, var(--cyan), var(--cyan-2));
  box-shadow: 0 0 14px rgba(69, 214, 255, 0.34);
}

.product-gallery-dots[hidden] {
  display: none;
}

.fallback-product {
  display: grid;
  place-items: center;
  width: 186px;
  height: 216px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, #101820, #05080d);
  clip-path: polygon(23% 7%, 37% 0, 63% 0, 77% 7%, 98% 30%, 84% 48%, 80% 100%, 20% 100%, 16% 48%, 2% 30%);
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.055), 0 22px 50px rgba(0, 0, 0, 0.36);
}

.fallback-product img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(52, 201, 255, 0.28));
}

.product-card.has-preview .fallback-product {
  display: none;
}

.product-badge {
  position: absolute;
  display: none;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #04101a;
  background: linear-gradient(90deg, var(--gold), #ffe2a1);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-copy {
  padding: 20px 20px 8px;
}

.product-copy h3 {
  min-height: 2.15em;
  margin: 0;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.product-description {
  min-height: auto;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.product-form {
  display: grid;
  gap: 14px;
  padding: 0 20px 20px;
}

.selectors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.product-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-form select {
  min-width: 0;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 850;
}

.purchase-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.price {
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 950;
  white-space: nowrap;
}

.product-form button {
  width: 100%;
}

.product-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.shop-service-card-payments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.stripe-express-slot {
  display: grid;
  gap: 8px;
  min-height: 48px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.18);
}

.stripe-express-slot span {
  display: grid;
  place-items: center;
  min-height: 34px;
  color: rgba(238, 246, 255, 0.68);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.stripe-express-slot iframe {
  border-radius: 10px;
}

.stripe-method-summary {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.stripe-method-summary > span {
  color: rgba(247, 245, 238, 0.58);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.stripe-method-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.stripe-method-pill-row b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(247, 245, 238, 0.14);
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(247, 245, 238, 0.88);
  background: rgba(247, 245, 238, 0.07);
  font-size: 0.65rem;
  font-weight: 950;
}

.shop-service-card-payments {
  margin-top: 12px;
}

.stripe-method-button {
  display: grid;
  place-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(238, 246, 255, 0.74);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.55rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stripe-method-apple,
.stripe-method-card {
  color: #050505;
  background: #f8fafc;
}

.stripe-method-google {
  color: rgba(238, 246, 255, 0.78);
  background: rgba(255, 255, 255, 0.045);
}

.stripe-method-cashapp {
  color: #061018;
  background: linear-gradient(90deg, var(--signal), #f8ff9b);
}

.stripe-method-klarna {
  color: #14040d;
  background: linear-gradient(90deg, #ff9bd0, #ffd5ec);
}

.status {
  min-height: 20px;
  margin: 0;
  color: #bbd1e8;
  font-size: 0.82rem;
  line-height: 1.45;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(250px, 420px) 1fr;
  gap: 28px;
  align-items: center;
  width: calc(100% - 76px);
  margin: 20px auto 0;
  padding: 28px;
}

.footer-brand {
  display: flex;
  gap: 16px;
  align-items: center;
  text-transform: uppercase;
}

.footer-brand img {
  width: 74px;
  height: 74px;
}

.footer-brand strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: 0.14em;
}

.footer-brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  letter-spacing: 0.15em;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 980px) {
  .site-header,
  .hero,
  .bundle-strip,
  .feature-bar,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .nav {
    justify-content: start;
  }

  .header-action {
    width: fit-content;
  }

  .hero {
    min-height: auto;
    padding: 42px 16px 18px;
    gap: 22px;
  }

  .hero-copy {
    padding: 26px 24px 24px;
  }

  .hero-visual {
    min-height: 420px;
    padding: 18px 16px 16px;
  }

  .product-stack {
    height: 420px;
  }

  .stack-hoodie-main {
    left: 12%;
    width: 320px;
  }

  .stack-shirt-main {
    right: 10%;
    width: 206px;
  }

  .stack-hoodie-side {
    left: 0;
    width: 190px;
  }

  .stack-shirt-side {
    right: 0;
    width: 184px;
  }

  .bundle-strip,
  .drop-runway,
  .feature-bar,
  .category-rail,
  .site-footer {
    width: 100%;
  }

  .drop-runway {
    grid-template-columns: 1fr;
  }

  .category-rail {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .hero-badges span,
  .bundle-notes span {
    font-size: 0.64rem;
  }
}

@media (max-width: 640px) {
  .site-shell {
    padding: 0 12px 22px;
  }

  .site-header {
    min-height: auto;
    margin: 0 -12px;
    padding: 12px;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    font-size: 0.6rem;
  }

  .nav,
  .header-action {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .hero p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .hero-copy {
    padding: 22px 18px 18px;
  }

  .hero-badges,
  .bundle-notes {
    gap: 8px;
  }

  .hero-badges span,
  .bundle-notes span {
    min-height: 30px;
    padding: 7px 11px;
    font-size: 0.58rem;
  }

  .hero-logo {
    width: 176px;
    top: 48px;
    right: 8px;
  }

  .system-chip {
    right: 10px;
    bottom: 24px;
    font-size: 0.56rem;
  }

  .hero-footnote {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: none;
  }

  .hero-footnote strong {
    font-size: 0.7rem;
  }

  .bundle-strip h2 {
    font-size: 1.2rem;
  }

  .muted,
  .feature-card p,
  .product-description,
  .site-footer p {
    font-size: 0.92rem;
  }

  .section-heading h2 {
    font-size: clamp(1.7rem, 10vw, 2.5rem);
  }

  .product-copy {
    padding: 18px 16px 6px;
  }

  .product-copy h3 {
    min-height: auto;
    font-size: clamp(1.02rem, 7vw, 1.36rem);
    line-height: 1.04;
  }

  .product-form {
    padding: 0 16px 18px;
  }

  .price {
    font-size: 1.08rem;
  }

  .product-form label {
    font-size: 0.62rem;
  }

  .product-grid,
  .category-rail {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-rows: 285px auto auto;
  }

  .bundle-strip {
    width: 100%;
    padding: 18px;
  }

  .drop-runway {
    width: 100%;
    margin-bottom: 18px;
  }

  .runway-card {
    min-height: 340px;
    border-radius: 28px;
  }

  .runway-card img {
    width: min(62%, 260px);
  }

  .bundle-copy {
    gap: 9px;
  }

  .shop-section {
    padding: 44px 0 16px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading span {
    display: none;
  }
}

@media (max-width: 980px) and (orientation: landscape) {
  .site-shell {
    padding: 0 18px 26px;
  }

  .site-header {
    grid-template-columns: minmax(220px, 300px) 1fr auto;
    min-height: 74px;
    margin: 0 -18px;
    padding: 10px 18px;
  }

  .brand-logo {
    width: 58px;
    height: 58px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    font-size: 0.62rem;
  }

  .nav {
    display: flex;
    gap: 16px;
    justify-content: center;
  }

  .nav a {
    font-size: 0.68rem;
  }

  .header-action {
    display: inline-flex;
    padding: 10px 16px;
  }

  .hero {
    grid-template-columns: minmax(310px, 0.95fr) minmax(360px, 1.05fr);
    gap: 20px;
    min-height: min(560px, calc(100svh - 74px));
    padding: 32px 18px 16px;
  }

  .hero-copy {
    padding: 24px 22px 22px;
  }

  .hero-visual {
    min-height: 360px;
    padding: 16px 14px 14px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 8vw, 5.9rem);
  }

  .product-stack {
    height: 360px;
  }

  .stack-hoodie-main {
    left: 18%;
    width: 252px;
  }

  .stack-shirt-main {
    top: 52px;
    right: 15%;
    width: 166px;
  }

  .stack-hoodie-side {
    top: 96px;
    left: 4%;
    width: 150px;
  }

  .stack-shirt-side {
    right: 4%;
    width: 148px;
  }

  .bundle-strip {
    grid-template-columns: 220px 1fr auto;
  }

  .drop-runway {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .feature-bar {
    grid-template-columns: repeat(3, 1fr);
  }

  .site-footer {
    grid-template-columns: minmax(220px, 320px) 1fr;
  }

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

  .product-card {
    grid-template-rows: 300px auto auto;
  }

  .hero-footnote {
    left: 18px;
    bottom: 16px;
  }
}

/* 2026-05-09 emergency desktop shop command polish */
@media (min-width: 1080px) {
  .site-shell {
    width: min(100%, 1760px);
    padding-inline: clamp(28px, 3vw, 56px);
  }

  .site-header {
    grid-template-columns: minmax(260px, 360px) 1fr auto;
    min-height: 86px;
    border-radius: 0 0 30px 30px;
  }

  .hero {
    grid-template-columns: minmax(440px, 0.82fr) minmax(620px, 1.18fr);
    gap: clamp(28px, 3vw, 54px);
    min-height: 620px;
    padding-top: clamp(48px, 5vw, 82px);
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    font-size: clamp(4.4rem, 5.4vw, 7.1rem);
  }

  .hero-visual {
    min-height: 590px;
  }

  .shop-system {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 34px;
    padding: clamp(28px, 3vw, 50px);
    border-radius: 42px;
  }

  .shop-system-copy {
    display: grid;
    grid-template-columns: minmax(420px, 0.86fr) minmax(420px, 0.72fr);
    gap: 28px;
    align-items: end;
  }

  .shop-system-copy h2 {
    max-width: 13ch;
    font-size: clamp(3.2rem, 4.6vw, 5.8rem);
  }

  .shop-system-copy .muted {
    max-width: 660px;
    justify-self: end;
    padding: 20px 22px;
    border: 1px solid rgba(78, 214, 255, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.045);
    font-size: 1.04rem;
  }

  .shop-lane-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .shop-lane-grid article {
    min-height: 170px;
    padding: 24px;
  }

  .shop-service-selector {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 30px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
      rgba(0, 0, 0, 0.16);
  }

  .shop-service-catalogs {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 18px;
  }

  .shop-service-catalog {
    min-height: 100%;
    padding: 18px;
    border-radius: 28px;
  }

  .shop-service-card {
    min-height: 132px;
    border-radius: 22px;
  }

  .embedded-shop-checkout {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.44fr);
    grid-template-areas:
      "command action"
      "frame frame";
    gap: 20px;
    padding: clamp(22px, 2.6vw, 36px);
    border-radius: 42px;
  }

  .checkout-command-panel {
    min-height: 330px;
  }

  .checkout-command-panel h3 {
    max-width: 16ch;
    font-size: clamp(3.2rem, 4.7vw, 6.2rem);
  }

  .checkout-proof-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .checkout-action-panel {
    position: sticky;
    top: 108px;
    min-height: 330px;
  }

  .embedded-shop-frame {
    min-height: 300px;
    border-radius: 32px;
  }

  .embedded-shop-frame.is-mounted {
    min-height: 760px;
    padding: 18px;
  }

  .bundle-strip,
  .drop-runway,
  .feature-bar,
  .category-rail,
  .site-footer {
    width: calc(100% - 20px);
  }

  .category-rail {
    position: sticky;
    top: 90px;
    z-index: 20;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 10px;
    border: 1px solid rgba(78, 214, 255, 0.12);
    border-radius: 999px;
    background: rgba(3, 9, 16, 0.78);
    backdrop-filter: blur(18px);
  }

  .shop-section {
    padding-inline: 10px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 2vw, 34px);
  }

  .product-card {
    grid-template-rows: minmax(390px, 31vw) auto auto;
    border-radius: 34px;
  }

  .product-art {
    border-radius: 34px 34px 0 0;
  }

  .product-copy,
  .product-form {
    padding-inline: 26px;
  }

  .purchase-row {
    grid-template-columns: minmax(96px, auto) 1fr;
  }

  .product-form button,
  .checkout-start-button {
    min-height: 62px;
    border-radius: 999px;
  }
}

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

  .product-card {
    grid-template-rows: 390px auto auto;
  }
}

@media (max-width: 720px) {
  .shop-service-catalogs,
  .shop-lane-grid,
  .checkout-proof-grid {
    gap: 12px;
  }

  .embedded-shop-checkout {
    border-radius: 28px;
    padding: 14px;
  }

  .checkout-command-panel h3 {
    max-width: 14ch;
  }

  .checkout-proof-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-05-10 AI K9 retail polish: merch-ready imagery and Stripe-first checkout. */
:root {
  --retail-black: #050504;
  --retail-ink: #0d0d0b;
  --retail-panel: #11110e;
  --retail-card: #15140f;
  --retail-cream: #f6efe0;
  --retail-muted: #bdb3a1;
  --retail-gold: #c9a45f;
  --retail-olive: #33392b;
  --retail-line: rgba(201, 164, 95, 0.28);
}

body {
  color: var(--retail-cream);
  background:
    linear-gradient(180deg, rgba(32, 36, 27, 0.58), transparent 38%),
    radial-gradient(900px 520px at 82% 14%, rgba(201, 164, 95, 0.14), transparent 62%),
    linear-gradient(180deg, #090907 0%, #050504 100%);
  font-family: Inter, Avenir Next, Helvetica Neue, Arial, sans-serif;
}

body::before,
.site-shell::before,
.hero::before,
.hero-visual::before,
.hero-visual::after,
.product-art::after {
  display: none;
}

.site-shell {
  width: min(100%, 1180px);
  padding: 0 clamp(14px, 3vw, 28px) 88px;
}

.site-header.inspire-header {
  grid-template-columns: 56px 1fr 116px;
  min-height: 82px;
  margin: 0 calc(clamp(14px, 3vw, 28px) * -1);
  padding: 12px clamp(18px, 4vw, 42px);
  border-bottom: 1px solid var(--retail-line);
  background: rgba(5, 5, 4, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
}

.icon-button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(246, 239, 224, 0.16);
  border-radius: 999px;
  color: var(--retail-cream);
  background: rgba(255, 255, 255, 0.035);
}

.menu-button {
  gap: 5px;
  align-content: center;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.header-icons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.header-icons svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-button {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  color: #050504;
  background: var(--retail-gold);
  font-size: 0.68rem;
  font-weight: 900;
}

.inspire-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-self: center;
  min-width: 0;
  text-align: center;
}

.inspire-brand .brand-logo {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.48));
}

.inspire-brand span {
  display: grid;
  gap: 2px;
}

.inspire-brand strong,
.inspire-brand small,
.eyebrow,
.product-kicker,
.product-badge,
.filter-button,
.inspire-bottom-nav a,
.inspire-service-bar span,
.inspire-trust-strip span {
  letter-spacing: 0;
  text-transform: uppercase;
}

.inspire-brand strong {
  font-size: 0.9rem;
  line-height: 1;
}

.inspire-brand small {
  color: var(--retail-gold);
  font-size: 0.7rem;
  font-weight: 850;
}

.hero.inspire-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
  gap: clamp(24px, 5vw, 68px);
  min-height: 560px;
  margin: 0 calc(clamp(14px, 3vw, 28px) * -1);
  padding: clamp(62px, 7vw, 92px) clamp(22px, 5vw, 74px) clamp(44px, 5vw, 72px);
  border-bottom: 1px solid rgba(201, 164, 95, 0.18);
  background:
    radial-gradient(700px 460px at 78% 22%, rgba(201, 164, 95, 0.16), transparent 62%),
    linear-gradient(90deg, rgba(5, 5, 4, 0.98) 0%, rgba(5, 5, 4, 0.9) 50%, rgba(51, 57, 43, 0.5) 100%);
}

.hero-copy {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.eyebrow,
.product-kicker {
  color: var(--retail-gold);
  font-size: 0.78rem;
  font-weight: 850;
}

.eyebrow::before,
.product-kicker::before {
  background: var(--retail-gold);
  box-shadow: 0 0 0 2px rgba(201, 164, 95, 0.18), 0 0 18px rgba(201, 164, 95, 0.44);
}

.hero h1,
.section-heading h2,
.product-copy h3,
.inspire-guide-cta h3 {
  letter-spacing: 0;
}

.hero h1 {
  max-width: 9ch;
  margin-bottom: 18px;
  color: var(--retail-cream);
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: 0.9;
}

.hero p {
  max-width: 520px;
  color: rgba(246, 239, 224, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.hero-visual {
  min-height: 500px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-logo {
  opacity: 0.1;
}

.product-stack img {
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.52));
}

.system-chip,
.hero-footnote {
  border-color: rgba(201, 164, 95, 0.28);
  border-radius: 8px;
  background: rgba(5, 5, 4, 0.74);
}

.inspire-trust-strip,
.inspire-service-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 calc(clamp(14px, 3vw, 28px) * -1);
  border-block: 1px solid rgba(201, 164, 95, 0.18);
  background: rgba(201, 164, 95, 0.18);
}

.inspire-trust-strip span,
.inspire-service-bar span {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: var(--retail-cream);
  background: rgba(14, 14, 11, 0.96);
  font-size: 0.78rem;
  font-weight: 820;
}

.inspire-trust-strip svg,
.inspire-service-bar svg,
.filter-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--retail-gold);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shop-section {
  padding: clamp(42px, 6vw, 78px) 0 18px;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 0;
  color: var(--retail-cream);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.96;
}

.section-heading h2 small {
  color: var(--retail-gold);
  font-size: 0.5em;
  vertical-align: top;
}

.section-heading p {
  color: var(--retail-muted);
}

.filter-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(246, 239, 224, 0.16);
  border-radius: 999px;
  color: var(--retail-cream);
  background: rgba(255, 255, 255, 0.04);
  padding: 0 16px;
  font-size: 0.78rem;
  font-weight: 850;
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
}

.product-card.card {
  display: grid;
  grid-template-rows: minmax(440px, 52vw) auto auto;
  overflow: hidden;
  border: 1px solid var(--retail-line);
  border-radius: 8px;
  background: var(--retail-card);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: none;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 164, 95, 0.52);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.54);
}

.product-art {
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(246, 239, 224, 0.08), rgba(5, 5, 4, 0.08)),
    #0f0f0c;
}

.product-art::before {
  inset: auto 18px 18px;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 164, 95, 0.22), transparent 64%);
  filter: blur(18px);
}

.product-preview {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(14px, 3vw, 32px);
}

.product-card[data-category="tee"] .product-preview {
  object-fit: cover;
  object-position: center 42%;
  padding: 0;
}

.product-badge {
  top: 18px;
  left: 18px;
  border: 1px solid rgba(201, 164, 95, 0.42);
  border-radius: 999px;
  color: #050504;
  background: var(--retail-gold);
  font-size: 0.7rem;
  font-weight: 900;
}

.product-copy,
.product-form {
  padding-inline: clamp(18px, 3vw, 26px);
}

.product-copy {
  padding-top: 20px;
  padding-bottom: 8px;
}

.product-copy h3 {
  color: var(--retail-cream);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.02;
}

.product-description {
  color: var(--retail-muted);
  font-size: 0.94rem;
}

.product-form {
  display: grid;
  gap: 14px;
  padding-bottom: 24px;
}

.selectors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-form label {
  gap: 7px;
}

.product-form label span {
  color: rgba(246, 239, 224, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-form select {
  min-height: 46px;
  border: 1px solid rgba(246, 239, 224, 0.14);
  border-radius: 8px;
  color: var(--retail-cream);
  background: #0b0b09;
}

.purchase-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
}

.product-price-block {
  display: grid;
  gap: 4px;
}

.price {
  color: var(--retail-cream);
  font-size: 1.25rem;
}

.product-price-block span {
  color: rgba(246, 239, 224, 0.56);
  font-size: 0.78rem;
}

.stripe-express-slot {
  display: grid;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 0;
}

.stripe-express-slot[hidden] {
  display: none;
}

.stripe-express-slot span {
  display: grid;
  place-items: center;
  min-height: 52px;
  border: 1px solid rgba(246, 239, 224, 0.14);
  border-radius: 8px;
  color: rgba(246, 239, 224, 0.7);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.82rem;
  letter-spacing: 0;
}

.stripe-express-slot iframe {
  min-height: 52px !important;
}

.product-form button.stripe-checkout-fallback {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(246, 239, 224, 0.2);
  border-radius: 8px;
  color: #050504;
  background: var(--retail-cream);
  box-shadow: none;
  letter-spacing: 0;
  text-transform: none;
}

.product-form button.stripe-checkout-fallback[hidden] {
  display: none;
}

.product-form button.stripe-checkout-fallback::after,
.product-form button.stripe-checkout-fallback:hover::after {
  display: none;
}

.stripe-method-button,
.stripe-express-link {
  display: none;
}

.status {
  min-height: 18px;
  margin: 0;
  color: rgba(246, 239, 224, 0.62);
  font-size: 0.78rem;
}

.inspire-guide-cta {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  margin-top: clamp(42px, 6vw, 82px);
  border: 1px solid var(--retail-line);
  border-radius: 8px;
  padding: clamp(16px, 3vw, 24px);
  background:
    linear-gradient(90deg, rgba(51, 57, 43, 0.8), rgba(15, 15, 12, 0.96)),
    var(--retail-panel);
}

.guide-art {
  margin: 0;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #050504;
}

.guide-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inspire-guide-cta h3 {
  margin: 0 0 6px;
  font-size: clamp(1.55rem, 3vw, 2.8rem);
}

.inspire-guide-cta p {
  margin: 0;
  color: var(--retail-muted);
}

.inspire-outline-action {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(246, 239, 224, 0.18);
  border-radius: 999px;
  padding: 0 18px;
  white-space: nowrap;
}

.inspire-bottom-nav {
  position: static;
  z-index: 25;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  max-width: 720px;
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid rgba(246, 239, 224, 0.12);
  border-radius: 999px;
  background: rgba(246, 239, 224, 0.12);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(16px);
}

.inspire-bottom-nav a {
  display: grid;
  gap: 5px;
  place-items: center;
  min-height: 58px;
  color: rgba(246, 239, 224, 0.66);
  background: rgba(5, 5, 4, 0.86);
  font-size: 0.68rem;
  font-weight: 800;
}

.inspire-bottom-nav a.is-active {
  color: var(--retail-cream);
  background: rgba(51, 57, 43, 0.96);
}

.inspire-bottom-nav svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 1080px) {
  .product-card.card {
    grid-template-rows: 520px auto auto;
  }
}

@media (min-width: 1180px) {
  .inspire-bottom-nav {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header.inspire-header {
    grid-template-columns: 48px 1fr 104px;
    min-height: 76px;
  }

  .icon-button {
    width: 42px;
    height: 42px;
  }

  .hero.inspire-hero {
    grid-template-columns: 1fr;
    min-height: 680px;
    background:
      radial-gradient(520px 360px at 70% 8%, rgba(201, 164, 95, 0.16), transparent 62%),
      linear-gradient(180deg, rgba(5, 5, 4, 0.92), rgba(5, 5, 4, 0.98) 68%);
  }

  .hero-visual {
    min-height: 360px;
  }

  .inspire-trust-strip,
  .inspire-service-bar {
    grid-template-columns: 1fr;
  }

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

  .product-card.card {
    grid-template-rows: minmax(300px, 56vw) auto auto;
  }

  .product-copy,
  .product-form {
    padding-inline: 14px;
  }

  .selectors {
    grid-template-columns: 1fr;
  }

  .inspire-guide-cta {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .inspire-outline-action {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .inspire-brand .brand-logo {
    width: 42px;
    height: 42px;
  }

  .inspire-brand strong {
    font-size: 0.78rem;
  }

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

  .product-card.card {
    grid-template-rows: 390px auto auto;
  }

  .inspire-bottom-nav {
    border-radius: 18px;
  }

  .inspire-bottom-nav a {
    font-size: 0.62rem;
  }
}

/* 2026-05-10 full-bleed wallpaper shop prototype */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wallpaper-shop-body {
  margin: 0;
  overflow-x: hidden;
  background: #050504;
}

.wallpaper-shell {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 0;
  background: #050504;
}

.wallpaper-shell > .site-header,
.wallpaper-shell > .inspire-bottom-nav {
  display: none;
}

.wallpaper-shop-main {
  width: 100%;
  margin: 0;
  padding: 0;
}

.new-shop-home {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: clamp(690px, 88svh, 920px);
  overflow: hidden;
  isolation: isolate;
  padding: 0 56px clamp(28px, 4.8vh, 58px);
  color: #fff;
  background: #050504;
}

.new-shop-home-media,
.new-shop-home-media::before,
.new-shop-home-media::after,
.new-shop-home-video,
.new-shop-home-fallback {
  position: absolute;
  inset: 0;
}

.new-shop-home-media {
  z-index: -1;
  background: #050504;
}

.new-shop-home-media::before,
.new-shop-home-media::after {
  z-index: 1;
  content: "";
  pointer-events: none;
}

.new-shop-home-video,
.new-shop-home-fallback {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.new-shop-home-fallback {
  opacity: 0.68;
  filter: grayscale(0.04) contrast(1.12) saturate(0.96) brightness(0.84);
  transform: scale(1.03);
}

.new-shop-home-video {
  opacity: 0;
  filter: contrast(1.08) saturate(1.06) brightness(1.08);
  transform: translateX(2.8vw) scale(1.045);
  transition: opacity 900ms ease, transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.new-shop-home.shop-visual-video-ready .new-shop-home-video {
  opacity: 1;
  transform: translateX(0) scale(1.01);
  animation: codeeVideoBreath 18s ease-in-out 1.3s infinite alternate;
}

.new-shop-home.shop-visual-video-ready .new-shop-home-fallback {
  opacity: 0.06;
}

.new-shop-home-media::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.46), rgba(5, 5, 4, 0.04) 28%, rgba(5, 5, 4, 0.02) 68%, rgba(5, 5, 4, 0.36)),
    linear-gradient(180deg, rgba(5, 5, 4, 0.05), transparent 18%, transparent 78%, rgba(5, 5, 4, 0.16));
}

.new-shop-home-media::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.05) 42%, rgba(0, 0, 0, 0.26)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 48%, rgba(0, 0, 0, 0.07));
}

.new-shop-topbar,
.new-shop-hero-copy,
.new-shop-visuals {
  position: relative;
  z-index: 1;
}

.new-shop-topbar {
  display: grid;
  grid-template-columns: minmax(180px, 0.6fr) minmax(360px, 1fr) minmax(180px, 0.6fr);
  align-items: center;
  min-height: 86px;
  gap: 22px;
  margin: 0 -56px;
  padding: 0 46px;
  color: #111;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
  animation: codeeFadeDrop 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.new-shop-brand,
.new-shop-links a,
.new-shop-primary,
.new-shop-secondary,
.new-shop-nav-actions a {
  color: inherit;
  text-decoration: none;
}

.new-shop-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.new-shop-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.new-shop-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  font-size: 15px;
  font-weight: 900;
}

.new-shop-nav-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.new-shop-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border-radius: 999px;
  padding: 0 16px;
  color: rgba(17, 17, 17, 0.68);
  background: #f1f1f1;
  font-size: 15px;
  font-weight: 850;
}

.new-shop-bag {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
}

.new-shop-search svg,
.new-shop-bag svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.new-shop-hero-copy {
  align-self: end;
  justify-self: center;
  max-width: 980px;
  padding-top: 48px;
  padding-bottom: clamp(14px, 4vh, 54px);
  text-align: center;
  animation: codeeFadeRise 900ms cubic-bezier(0.16, 1, 0.3, 1) 140ms both;
}

.new-shop-hero-copy p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.new-shop-hero-copy h1 {
  margin: 0;
  max-width: 980px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(3.4rem, 7vw, 6.7rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.new-shop-hero-copy span {
  display: block;
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.36;
}

.new-shop-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.new-shop-primary,
.new-shop-secondary,
.new-shop-feature button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.new-shop-primary,
.new-shop-feature button {
  color: #111;
  background: #fff;
}

.new-shop-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.k9fit-drop-grid {
  padding: clamp(42px, 6vw, 84px) 56px clamp(38px, 5vw, 70px);
  color: #f6efe0;
  background:
    radial-gradient(860px 420px at 24% 0%, rgba(201, 164, 95, 0.13), transparent 62%),
    #050504;
}

.k9fit-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto 22px;
}

.k9fit-section-heading p,
.k9fit-editorial-card p {
  margin: 0;
  color: rgba(201, 164, 95, 0.88);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.k9fit-section-heading h2 {
  max-width: 820px;
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(2.2rem, 4.6vw, 5.2rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.new-shop-visuals {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 14px;
  max-width: 1320px;
  margin: 0 auto;
  animation: codeeFadeRise 900ms cubic-bezier(0.16, 1, 0.3, 1) 260ms both;
}

.new-shop-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 300px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(246, 239, 224, 0.12);
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.92);
  transition: border-color 220ms ease, transform 220ms ease, filter 220ms ease;
}

.new-shop-feature:hover {
  border-color: rgba(246, 239, 224, 0.32);
  filter: saturate(1.04);
  transform: translateY(-3px);
}

.new-shop-feature-wide {
  grid-template-columns: 1fr;
}

.product-motion-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.28;
  filter: grayscale(0.12) contrast(1.16) saturate(0.9) brightness(0.58);
  transform: scale(1.045);
  pointer-events: none;
}

.new-shop-home-video.is-switching-source,
.shop-category-media video.is-switching-source {
  opacity: 0.42;
  transition: opacity 220ms ease;
}

.new-shop-feature::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 4, 0.02), rgba(5, 5, 4, 0.78));
}

.new-shop-feature img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: contain;
  padding: 20px;
  background: transparent;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.38));
}

.new-shop-feature div {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 18px;
}

.new-shop-feature p,
.new-shop-feature strong {
  margin: 0;
}

.new-shop-feature p {
  font-size: 15px;
  font-weight: 900;
}

.new-shop-feature strong {
  font-size: 18px;
}

.shop-static-gallery,
.new-shop-feature .shop-static-gallery {
  display: flex;
  align-content: normal;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 360px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: thin;
}

.shop-static-gallery-button,
.new-shop-feature .shop-static-gallery-button {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  min-height: 56px;
  overflow: hidden;
  border: 1px solid rgba(246, 239, 224, 0.2);
  border-radius: 8px;
  padding: 0;
  color: transparent;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.shop-static-gallery-button.is-active,
.new-shop-feature .shop-static-gallery-button.is-active {
  border-color: rgba(246, 239, 224, 0.94);
  box-shadow: 0 0 0 1px rgba(246, 239, 224, 0.38);
}

.shop-static-gallery img,
.new-shop-feature .shop-static-gallery img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border-radius: 7px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 54%, rgba(247, 245, 238, 0.12), transparent 58%),
    #111;
}

.k9fit-editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 2px;
  padding: 2px 2px 0;
  background: #050504;
  animation: codeeFadeRise 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.k9fit-editorial-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: #fff;
  background: #111;
  animation: codeeFadeRise 840ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.k9fit-editorial-card-large {
  grid-row: span 2;
  min-height: 862px;
}

.k9fit-editorial-card img,
.k9fit-editorial-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.08);
  transform: scale(1.015);
  transition: transform 700ms ease, filter 700ms ease;
}

.k9fit-editorial-card:hover img,
.k9fit-editorial-card:hover video {
  filter: saturate(1.04) contrast(1.08);
  transform: scale(1.055);
}

.k9fit-editorial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.68));
}

.k9fit-editorial-card div {
  position: absolute;
  z-index: 1;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
}

.k9fit-editorial-card h2 {
  max-width: 560px;
  margin: 8px 0 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 4.8rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.k9fit-editorial-card:not(.k9fit-editorial-card-large) h2 {
  font-size: clamp(1.5rem, 2.1vw, 2.6rem);
}

.k9fit-editorial-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  border-radius: 999px;
  padding: 0 18px;
  color: #111;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.wallpaper-shop-stage {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  background: #050504;
  isolation: isolate;
}

.wallpaper-shop-image {
  display: block;
  width: 100vw;
  height: auto;
  margin: 0;
  user-select: none;
  pointer-events: none;
}

.wallpaper-drive-video {
  position: absolute;
  left: 4.4%;
  top: 5.3%;
  z-index: 1;
  width: 91.2%;
  height: 15.6%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: contrast(1.18) saturate(0.84) brightness(0.7);
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.wallpaper-video-ready .wallpaper-drive-video {
  opacity: 0.24;
}

.wallpaper-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.wallpaper-zone {
  position: absolute;
  display: block;
  border: 0;
  border-radius: 8px;
  padding: 0;
  color: transparent;
  background: transparent;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(203, 161, 78, 0.24);
}

.wallpaper-zone:focus-visible {
  outline: 2px solid rgba(222, 183, 93, 0.95);
  outline-offset: 3px;
  background: rgba(222, 183, 93, 0.12);
}

.wallpaper-zone[disabled] {
  cursor: wait;
}

.zone-menu {
  left: 3.6%;
  top: 1.7%;
  width: 6.5%;
  height: 2.8%;
}

.zone-search {
  left: 80.8%;
  top: 1.55%;
  width: 7.3%;
  height: 2.95%;
}

.zone-cart {
  left: 89.5%;
  top: 1.35%;
  width: 8.4%;
  height: 3.1%;
}

.zone-filter {
  left: 78.2%;
  top: 22.05%;
  width: 17.8%;
  height: 2.7%;
}

.zone-buy {
  width: 7.9%;
  height: 2.75%;
}

.zone-buy-tee {
  left: 39.65%;
  top: 39.95%;
}

.zone-buy-hoodie {
  left: 86.75%;
  top: 39.95%;
}

.zone-buy-hat {
  left: 39.65%;
  top: 55.8%;
}

.zone-buy-shirt {
  left: 86.75%;
  top: 55.8%;
}

.zone-guides {
  left: 72.1%;
  top: 62.05%;
  width: 22.2%;
  height: 3.15%;
}

.wallpaper-status {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 4;
  max-width: min(340px, calc(100vw - 28px));
  margin: 0;
  border: 1px solid rgba(222, 183, 93, 0.42);
  border-radius: 8px;
  padding: 10px 12px;
  color: #f6efe0;
  background: rgba(5, 5, 4, 0.88);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.wallpaper-status:not(:empty) {
  opacity: 1;
  transform: translateY(0);
}

@keyframes codeeVideoBreath {
  from {
    transform: translateX(0) scale(1.01);
  }

  to {
    transform: translateX(-1.2vw) scale(1.055);
  }
}

@keyframes codeeSideFloat {
  from {
    transform: translateX(0) scale(1);
  }

  to {
    transform: translateX(-12px) scale(1.03);
  }
}

@keyframes codeeFadeRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes codeeSlideInLeft {
  from {
    opacity: 0;
    transform: translateX(-36px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes codeeFadeDrop {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .new-shop-topbar,
  .new-shop-hero-copy,
  .new-shop-visuals,
  .new-shop-home.shop-visual-video-ready .new-shop-home-video,
  .k9fit-editorial-grid,
  .k9fit-editorial-card,
  .shop-handler-collage,
  .shop-handler-collage-media video,
  .shop-site-nav,
  .shop-category-copy,
  .shop-category-hero.shop-visual-video-ready .shop-category-media video,
  .shop-product-showcase,
  .shop-care-grid,
  .shop-care-simple-grid,
  .shop-guide-system,
  .shop-service-checkout,
  .shop-thanks-grid {
    animation: none;
    transform: none;
  }

  .new-shop-home-video,
  .shop-category-media video,
  .new-shop-feature,
  .k9fit-editorial-card img,
  .k9fit-editorial-card video {
    transition: none;
  }
}

@media (max-width: 900px) {
  .new-shop-home {
    min-height: 720px;
    padding: 0 20px 28px;
  }

  .new-shop-topbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 68px;
    margin: 0 -20px;
    padding: 0 16px;
    gap: 12px;
  }

  .new-shop-links {
    gap: 14px;
    justify-content: flex-start;
    overflow-x: auto;
    font-size: 12px;
  }

  .new-shop-nav-actions {
    gap: 6px;
  }

  .new-shop-search span {
    display: none;
  }

  .new-shop-search {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .new-shop-hero-copy {
    padding-top: 120px;
  }

  .new-shop-hero-copy h1 {
    max-width: 560px;
    font-size: 56px;
  }

  .new-shop-hero-copy span {
    max-width: 460px;
    font-size: 17px;
  }

  .new-shop-visuals,
  .new-shop-feature-wide {
    grid-template-columns: 1fr;
  }

  .k9fit-drop-grid {
    padding: 34px 20px 42px;
  }

  .k9fit-section-heading {
    display: grid;
    gap: 8px;
  }

  .k9fit-editorial-grid {
    grid-template-columns: 1fr;
  }

  .k9fit-editorial-card,
  .k9fit-editorial-card-large {
    grid-row: auto;
    min-height: 520px;
  }
}

@media (max-width: 560px) {
  .new-shop-home {
    padding-inline: 16px;
  }

  .new-shop-brand span {
    display: none;
  }

  .new-shop-links {
    max-width: calc(100vw - 132px);
    overflow-x: auto;
  }

  .new-shop-bag {
    display: none;
  }

  .new-shop-hero-copy {
    padding-top: 88px;
  }

  .new-shop-hero-copy h1 {
    font-size: 42px;
  }

  .new-shop-actions {
    display: grid;
  }

  .new-shop-primary,
  .new-shop-secondary,
  .new-shop-feature button {
    width: 100%;
  }

  .new-shop-feature {
    min-height: 0;
  }

  .new-shop-feature img {
    min-height: 260px;
  }

  .k9fit-editorial-card,
  .k9fit-editorial-card-large {
    min-height: 430px;
  }
}

.new-shop-express-form {
  gap: 8px;
  padding: 0;
}

.new-shop-wallet-slot,
.new-shop-express-form .stripe-checkout-fallback {
  max-width: 280px;
}

.new-shop-wallet-slot span {
  min-height: 44px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.new-shop-express-form .stripe-express-slot iframe {
  min-height: 44px !important;
}

.new-shop-express-form .stripe-checkout-fallback {
  min-height: 44px;
  border-radius: 999px;
}

.shop-handler-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.62fr);
  gap: 34px;
  align-items: center;
  width: min(100% - 32px, 1680px);
  margin: 34px auto 70px;
  padding-top: 34px;
  color: #f7f5ee;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  animation: codeeFadeRise 860ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.shop-home-collage {
  margin-top: 0;
}

.shop-handler-collage-media {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 8px;
  background: #080807;
  isolation: isolate;
}

.shop-handler-collage-media img,
.shop-handler-collage-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-handler-collage-media img {
  filter: contrast(1.08) saturate(0.88) brightness(0.82);
  transform: scale(1.01);
}

.shop-handler-collage-media video {
  inset: auto 18px 18px auto;
  width: min(31vw, 360px);
  height: min(31vw, 360px);
  border: 1px solid rgba(247, 245, 238, 0.18);
  border-radius: 8px;
  filter: contrast(1.08) saturate(1.02) brightness(0.92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  animation: codeeSideFloat 9s ease-in-out infinite alternate;
}

.shop-handler-collage-copy {
  display: grid;
  gap: 14px;
  max-width: 560px;
}

.shop-handler-collage-copy p {
  margin: 0;
  color: rgba(247, 245, 238, 0.7);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-handler-collage-copy h2 {
  margin: 0;
  color: #f7f5ee;
  font-size: clamp(2.1rem, 4.2vw, 4.6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.shop-handler-collage-copy span {
  color: rgba(247, 245, 238, 0.72);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.5;
}

.shop-handler-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-handler-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 18px;
  color: #050504;
  background: #f7f5ee;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 950;
}

.shop-handler-links a:nth-child(n + 2) {
  color: #f7f5ee;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.shop-system-page {
  margin: 0;
  overflow-x: hidden;
  color: #f7f5ee;
  background: #050504;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.shop-system-page * {
  box-sizing: border-box;
}

.shop-system-page a {
  color: inherit;
}

.shop-site {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #050504 0%, #0b0b09 48%, #050504 100%);
}

.shop-category-hero {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: clamp(560px, 72svh, 760px);
  overflow: hidden;
  isolation: isolate;
  padding: 0 56px clamp(32px, 4.6vh, 58px);
  background: #050504;
}

.shop-category-media,
.shop-category-media::before,
.shop-category-media::after,
.shop-category-media video,
.shop-category-media img {
  position: absolute;
  inset: 0;
}

.shop-category-media {
  z-index: -1;
}

.shop-category-media::before,
.shop-category-media::after {
  z-index: 1;
  content: "";
  pointer-events: none;
}

.shop-category-media video,
.shop-category-media img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.shop-clothing-page .shop-category-media video,
.shop-care-hero .shop-category-media video,
.shop-guide-hero .shop-category-media video {
  object-position: center 46%;
}

.shop-category-media img {
  opacity: 0.66;
  filter: grayscale(0.08) contrast(1.14) saturate(0.94) brightness(0.78);
}

.shop-category-media video {
  opacity: 0;
  filter: contrast(1.08) saturate(1.08) brightness(1.2);
  transform: translateX(3vw) scale(1.045);
  transition: opacity 900ms ease, transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.shop-category-hero.shop-visual-video-ready .shop-category-media video {
  opacity: 0.98;
  transform: translateX(0) scale(1.01);
  animation: codeeVideoBreath 18s ease-in-out 1.2s infinite alternate;
}

.shop-category-hero.shop-visual-video-ready .shop-category-media img {
  opacity: 0.08;
}

.shop-category-media::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.34), rgba(5, 5, 4, 0.02) 30%, rgba(5, 5, 4, 0.01) 68%, rgba(5, 5, 4, 0.26)),
    linear-gradient(180deg, rgba(5, 5, 4, 0.04), transparent 20%, transparent 80%, rgba(5, 5, 4, 0.12));
}

.shop-category-media::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.04) 66%, rgba(5, 5, 4, 0.22)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.01) 48%, rgba(0, 0, 0, 0.08));
}

.shop-site-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 24px;
  animation: codeeFadeDrop 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.shop-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-site-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.shop-site-nav div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.shop-site-nav div a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 14px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 900;
}

.shop-site-nav div a.is-active {
  color: #050504;
  background: #f7f5ee;
}

.shop-category-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 900px;
  animation: codeeSlideInLeft 900ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.shop-category-copy p,
.shop-mission-band p,
.shop-service-checkout p,
.shop-drop-copy p,
.shop-guide-card p {
  margin: 0;
  color: rgba(247, 245, 238, 0.72);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-category-copy h1 {
  margin: 12px 0 0;
  max-width: 860px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(3.55rem, 6.1vw, 5.35rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.shop-category-copy span {
  display: block;
  max-width: 560px;
  margin-top: 18px;
  color: rgba(247, 245, 238, 0.84);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.45;
}

.shop-product-showcase,
.shop-care-grid,
.shop-guide-system {
  width: min(100% - 32px, 1680px);
  margin: 0 auto;
}

.shop-product-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 10px 0 38px;
  animation: codeeFadeRise 820ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

.shop-drop-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #0b0b09;
}

.shop-drop-card-feature {
  grid-column: span 2;
  grid-template-columns: 1fr;
}

.shop-drop-card figure {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(140deg, rgba(247, 245, 238, 0.055), rgba(247, 245, 238, 0.015) 42%, transparent),
    #0b0b09;
}

.shop-drop-card figure::before {
  display: none;
}

.shop-drop-card figure::after {
  position: absolute;
  inset: auto 10% 7%;
  z-index: 2;
  height: 17%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.52), transparent 68%);
  filter: blur(12px);
}

.shop-drop-card figure img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: contain;
  padding: 14px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.38));
  transition: opacity 180ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1), filter 240ms ease;
}

.shop-drop-card:hover figure img {
  transform: translateY(-3px) scale(1.018);
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.46));
}

.shop-drop-card figure img.is-switching {
  opacity: 0.2;
  transform: translateX(12px) scale(0.98);
}

.shop-drop-card.has-printful-cutouts figure img {
  padding: 8px 10px 4px;
}

.shop-drop-card figure .product-motion-bg {
  z-index: 0;
  opacity: 0.34;
  filter: grayscale(0.1) contrast(1.18) saturate(0.86) brightness(0.52);
}

.shop-drop-copy {
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 24px;
}

.shop-drop-copy h2,
.shop-service-checkout h2,
.shop-mission-band h2,
.shop-guide-card h2,
.shop-guide-card h3 {
  margin: 0;
  color: #f7f5ee;
  line-height: 1;
}

.shop-drop-copy h2,
.shop-service-checkout h2,
.shop-mission-band h2,
.shop-guide-card h2 {
  font-size: 2.2rem;
}

.shop-drop-copy h3,
.shop-guide-card h3 {
  font-size: 1.25rem;
}

.shop-price {
  color: #f7f5ee;
  font-size: 1.15rem;
  font-weight: 950;
}

.shop-drop-copy small,
.shop-service-checkout span,
.shop-mission-band span,
.shop-guide-card small,
.shop-care-grid span {
  color: rgba(247, 245, 238, 0.66);
  font-size: 0.92rem;
  line-height: 1.5;
}

.shop-product-form {
  padding: 0;
}

.shop-care-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 28px 0 26px;
  animation: codeeFadeRise 820ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

.shop-care-grid article {
  display: grid;
  grid-template-rows: 320px auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #10100d;
}

.shop-care-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(247, 245, 238, 0.95), rgba(210, 216, 201, 0.82)),
    #f7f5ee;
}

.shop-care-grid div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.shop-care-grid p {
  margin: 0;
  color: #f7f5ee;
  font-weight: 950;
}

.shop-service-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.48fr);
  gap: 32px;
  align-items: end;
  width: min(100% - 32px, 1680px);
  margin: 18px auto 50px;
  padding: 34px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.14);
  animation: codeeFadeRise 820ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.shop-service-checkout > div:first-child {
  display: grid;
  gap: 12px;
}

.shop-service-pay {
  display: grid;
  gap: 12px;
}

.shop-service-product-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(247, 245, 238, 0.12);
  border-radius: 8px;
  background: #0b0b09;
  isolation: isolate;
}

.shop-service-product-art::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 5, 4, 0.08), rgba(5, 5, 4, 0.62));
}

.shop-service-product-art .product-motion-bg {
  opacity: 0.3;
}

.shop-service-product-art img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: contain;
  padding: 18px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.38));
}

.shop-service-wallet-slot {
  min-height: 52px;
}

.shop-service-pay label {
  display: grid;
  gap: 8px;
}

.shop-service-pay label span {
  color: rgba(247, 245, 238, 0.68);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-service-pay input {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(247, 245, 238, 0.18);
  border-radius: 8px;
  padding: 0 14px;
  color: #f7f5ee;
  background: #0b0b09;
  font: inherit;
}

.shop-service-pay button,
.shop-mission-band a,
.shop-page-link-band a,
.shop-thanks-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  color: #050504;
  background: #f7f5ee;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 950;
  cursor: pointer;
}

.shop-service-pay button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.shop-service-pay [data-service-status] {
  min-height: 18px;
  margin: 0;
  color: rgba(247, 245, 238, 0.7);
  font-size: 0.82rem;
  line-height: 1.4;
}

.shop-service-pay [data-status-tone="error"] {
  color: #ffcfad;
}

.shop-care-simple-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 18px;
  align-items: stretch;
  width: min(100% - 32px, 1680px);
  margin: 18px auto 50px;
}

.shop-care-product-card,
.shop-care-coming-soon {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(247, 245, 238, 0.13);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 34px);
  background: rgba(8, 10, 8, 0.78);
}

.shop-care-product-card {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.shop-care-product-card > div:first-child,
.shop-care-coming-soon > div:first-child {
  display: grid;
  gap: 12px;
  align-self: center;
}

.shop-care-product-card p,
.shop-care-coming-soon p {
  margin: 0;
  color: rgba(154, 225, 124, 0.88);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-care-product-card h2,
.shop-care-coming-soon h2 {
  margin: 0;
  color: #f7f5ee;
  font-size: clamp(2rem, 4.2vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shop-care-product-card h2 {
  font-size: clamp(2rem, 3.35vw, 4.2rem);
}

.shop-care-coming-soon h2 {
  font-size: clamp(1.65rem, 3vw, 3.35rem);
}

.shop-care-product-card span,
.shop-care-coming-soon span {
  max-width: 54ch;
  color: rgba(247, 245, 238, 0.68);
  font-size: clamp(0.94rem, 1vw, 1.04rem);
  line-height: 1.6;
}

.shop-service-product-art-transparent {
  min-height: clamp(360px, 40vw, 560px);
  border: 0;
  background: transparent;
}

.shop-service-product-art-transparent::after {
  display: none;
}

.shop-service-product-art-transparent img {
  max-height: clamp(360px, 39vw, 560px);
  padding: 0;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.42));
}

.shop-care-coming-art {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  margin: 0;
}

.shop-care-coming-art img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34));
}

.stripe-button-preview-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.stripe-button-preview-list button {
  min-height: 48px;
  border: 1px solid rgba(247, 245, 238, 0.14);
  border-radius: 8px;
  color: rgba(247, 245, 238, 0.66);
  background: rgba(247, 245, 238, 0.06);
  font-size: 0.82rem;
  font-weight: 950;
  cursor: not-allowed;
}

.shop-release-signup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
}

.shop-release-signup label {
  display: grid;
  gap: 7px;
}

.shop-release-signup label span {
  color: rgba(247, 245, 238, 0.64);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shop-release-signup input {
  min-height: 50px;
  border: 1px solid rgba(247, 245, 238, 0.18);
  border-radius: 8px;
  padding: 0 13px;
  color: #f7f5ee;
  background: rgba(0, 0, 0, 0.32);
  font: inherit;
}

.shop-release-signup button {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  color: #050504;
  background: #f7f5ee;
  font-weight: 950;
}

.shop-release-signup button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.shop-release-signup [data-release-status] {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: 0;
  color: rgba(247, 245, 238, 0.68);
  font-size: 0.8rem;
}

.shop-release-signup [data-status-tone="error"] {
  color: #ffcfad;
}

.shop-release-signup [data-status-tone="success"] {
  color: #9ae17c;
}

.shop-guide-system {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 0.8fr));
  gap: 16px;
  padding: 28px 0 26px;
  animation: codeeFadeRise 820ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

.shop-guide-card {
  display: grid;
  align-content: space-between;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #0e0e0c;
}

.shop-guide-card-main {
  grid-row: span 2;
  min-height: 520px;
}

.shop-guide-card img {
  width: 100%;
  min-height: 260px;
  object-fit: contain;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(247, 245, 238, 0.95), rgba(201, 212, 196, 0.8)),
    #f7f5ee;
}

.shop-guide-card div {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.shop-mission-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  width: min(100% - 32px, 1680px);
  margin: 16px auto 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.shop-mission-band img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.shop-mission-band div {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.shop-mission-band a,
.shop-page-link-band a {
  justify-self: start;
}

.shop-page-link-band {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: min(100% - 32px, 1680px);
  margin: 0 auto 64px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.shop-page-link-band a:nth-child(2),
.shop-mission-band a {
  color: #f7f5ee;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.shop-thanks-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  width: min(100% - 32px, 1680px);
  margin: 26px auto 72px;
  animation: codeeFadeRise 820ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

.shop-thanks-grid article {
  display: grid;
  grid-template-rows: minmax(360px, 48vh) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #0b0b09;
}

.shop-thanks-grid img,
.shop-thanks-grid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-thanks-grid article > div {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.shop-thanks-grid h2 {
  margin: 0;
  color: #f7f5ee;
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.shop-thanks-grid span {
  color: rgba(247, 245, 238, 0.68);
  line-height: 1.55;
}

.shop-thanks-primary {
  justify-self: start;
  color: #111;
  background: #f7f5ee;
}

@media (max-width: 980px) {
  .shop-category-hero {
    min-height: 700px;
    padding: 0 24px 34px;
  }

  .shop-site-nav {
    align-items: flex-start;
  }

  .shop-site-nav div {
    max-width: calc(100vw - 118px);
    overflow-x: auto;
  }

  .shop-category-copy h1 {
    font-size: 4rem;
  }

  .shop-product-showcase,
  .shop-care-grid,
  .shop-care-simple-grid,
  .shop-guide-system,
  .shop-service-checkout,
  .shop-mission-band,
  .shop-page-link-band,
  .shop-handler-collage,
  .shop-thanks-grid {
    width: min(100% - 32px, 760px);
  }

  .shop-product-showcase,
  .shop-care-grid,
  .shop-care-simple-grid,
  .shop-care-product-card,
  .shop-guide-system,
  .shop-service-checkout,
  .shop-mission-band,
  .shop-handler-collage,
  .shop-thanks-grid {
    grid-template-columns: 1fr;
  }

  .shop-drop-card-feature {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .shop-category-hero {
    min-height: 620px;
    padding-inline: 16px;
  }

  .shop-site-brand span {
    display: none;
  }

  .shop-category-copy h1 {
    font-size: 2.75rem;
  }

  .shop-category-copy span {
    font-size: 1rem;
  }

  .shop-drop-card figure,
  .shop-care-grid article {
    min-height: 0;
  }

  .shop-drop-card figure {
    min-height: 320px;
  }

  .selectors {
    grid-template-columns: 1fr;
  }

  .shop-service-checkout {
    grid-template-columns: 1fr;
  }

  .shop-care-simple-grid,
  .shop-care-product-card {
    grid-template-columns: 1fr;
  }

  .shop-release-signup {
    grid-template-columns: 1fr;
  }

  .shop-handler-collage-media {
    min-height: 380px;
  }

  .shop-handler-collage-media video {
    right: 12px;
    bottom: 12px;
    width: 172px;
    height: 172px;
  }

  .shop-handler-links {
    display: grid;
  }
}
