:root {
  color-scheme: light;
  --paper: #fff8eb;
  --paper-strong: #fffdf8;
  --ink: #1b1713;
  --muted: #675d52;
  --line: rgba(27, 23, 19, 0.16);
  --line-strong: rgba(27, 23, 19, 0.28);
  --rose: #c75c55;
  --rose-dark: #8f3f3a;
  --coral: #ef8268;
  --green: #56792f;
  --pickle: #7fa84b;
  --yellow: #efde73;
  --sky: #a6d0e4;
  --cream: #f4ead0;
  --shadow: 0 22px 70px rgba(54, 35, 24, 0.2);
  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --round: "Nunito", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --pickle-font: "Fredoka", var(--round);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--round);
  font-synthesis-weight: none;
  text-rendering: geometricPrecision;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.98), rgba(244, 234, 208, 0.95) 42%, #f7efe4 100%),
    var(--paper);
}

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

button {
  border: 0;
  color: inherit;
  font: inherit;
}

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

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

.app {
  min-height: 100vh;
  overflow-x: hidden;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(140px, 1fr);
  align-items: center;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 248, 235, 0.72);
  backdrop-filter: blur(18px);
}

.brand-lockup,
.bag-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  min-width: 0;
  white-space: nowrap;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.brand-lockup {
  background: transparent;
  cursor: pointer;
}

.brand-lockup img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.brand-lockup span {
  overflow: hidden;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 30px);
}

.site-header nav a {
  min-height: 34px;
  border-bottom: 2px solid transparent;
  color: rgba(27, 23, 19, 0.74);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 34px;
  white-space: nowrap;
}

.site-header nav a.active,
.site-header nav a:hover {
  border-color: var(--rose);
  color: var(--ink);
}

.bag-link {
  justify-self: end;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(270px, 0.82fr) minmax(390px, 1fr) minmax(260px, 0.58fr);
  grid-template-rows: minmax(560px, 77vh) auto;
  gap: 22px;
  min-height: 760px;
  padding: 100px clamp(18px, 4vw, 58px) 24px;
  isolation: isolate;
}

.hero-video,
.hero-glass {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  object-position: 50% 42%;
}

.hero-glass {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 248, 235, 0.93) 0%, rgba(255, 248, 235, 0.7) 26%, rgba(255, 248, 235, 0.14) 58%, rgba(255, 248, 235, 0.72) 100%),
    linear-gradient(180deg, rgba(255, 248, 235, 0.44) 0%, rgba(255, 248, 235, 0.04) 45%, rgba(255, 248, 235, 0.92) 93%),
    linear-gradient(135deg, rgba(166, 208, 228, 0.22), rgba(239, 130, 104, 0.2) 56%, rgba(127, 168, 75, 0.16));
}

.hero-copy {
  align-self: center;
  min-width: 0;
  padding: 22px 0 30px;
}

.hero-copy h1 {
  max-width: 620px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.4rem, 8vw, 8.5rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.86;
}

.hero-copy h1::after {
  display: block;
  width: min(190px, 34vw);
  height: 7px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rose), var(--coral), var(--pickle));
  content: "";
}

.hero-copy p {
  max-width: 520px;
  margin: 25px 0 0;
  color: #322922;
  font-family: var(--serif);
  font-size: clamp(1.28rem, 2.1vw, 2rem);
  font-weight: 600;
  line-height: 1.18;
}

/* Mascot brand lockup (replaces the old "Pretty Meets Par" headline) */
.hero-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 4px;
}

.hero-mascot-wrap {
  display: inline-block;
  flex: 0 0 auto;
  animation: mascotFloat 5.8s ease-in-out infinite;
  will-change: transform;
}

.hero-mascot {
  display: block;
  width: clamp(138px, 14.5vw, 206px);
  height: auto;
  filter: drop-shadow(0 24px 30px rgba(120, 60, 55, 0.3));
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-mascot:hover {
  transform: rotate(-4deg) scale(1.05);
}

@keyframes mascotFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-13px) rotate(-1.6deg); }
}

.hero-brand-type {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.hero-wordmark {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.01em;
  color: #2a211c;
}

.hero-wordmark em {
  font-style: normal;
  color: var(--rose);
}

.hero-tag {
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.5vw, 1.42rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #6b5a50;
}

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

@media (prefers-reduced-motion: reduce) {
  .hero-mascot-wrap { animation: none; }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions a,
.hero-panel button,
.product-meta button,
.collect-copy button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--rose);
  color: #fffdf8;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-actions a:hover,
.hero-panel button:hover,
.product-meta button:hover,
.collect-copy button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(143, 63, 58, 0.22);
}

.hero-actions .secondary {
  border: 1px solid var(--line-strong);
  background: rgba(255, 253, 248, 0.84);
  color: var(--ink);
}

.source-callout {
  max-width: 500px;
  margin-top: 32px;
  padding: 16px 18px;
  border: 1px solid rgba(27, 23, 19, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.68);
  backdrop-filter: blur(14px);
}

.source-callout span,
.stage-caption span,
.product-meta span,
.idea-card span,
.collectible-card span,
.section-intro > svg + div p,
.film-card em,
.panel-top span {
  color: var(--rose-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.source-callout strong {
  display: block;
  margin-top: 6px;
  font-size: 0.94rem;
  line-height: 1.25;
}

.source-callout p {
  margin: 7px 0 0;
  color: var(--muted);
  font-family: var(--round);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.stage-wrap {
  position: relative;
  align-self: center;
  display: grid;
  min-height: 520px;
  place-items: center;
  perspective: 1000px;
}

.orbit-ring {
  position: absolute;
  width: min(39vw, 600px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 253, 248, 0.9);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 253, 248, 0.78) 0 36%, rgba(255, 248, 235, 0.36) 37% 68%, transparent 69%),
    conic-gradient(from 18deg, rgba(199, 92, 85, 0.2), rgba(166, 208, 228, 0.28), rgba(127, 168, 75, 0.22), rgba(239, 130, 104, 0.18), rgba(199, 92, 85, 0.2));
  box-shadow: inset 0 0 0 11px rgba(255, 253, 248, 0.42);
}

.orbit-products {
  position: absolute;
  z-index: 3;
  width: min(39vw, 600px);
  aspect-ratio: 1;
  pointer-events: none;
}

.orbit-products button {
  position: absolute;
  display: grid;
  width: clamp(78px, 7.2vw, 112px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.86);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 34px rgba(54, 35, 24, 0.16);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 220ms ease, background 180ms ease;
}

.orbit-products button:hover {
  background: rgba(255, 253, 248, 0.94);
  transform: scale(1.04);
}

.orbit-products button:nth-child(1) {
  top: 34%;
  left: 1%;
}

.orbit-products button:nth-child(2) {
  top: 6%;
  left: 34%;
}

.orbit-products button:nth-child(3) {
  top: 44%;
  right: -2%;
}

.orbit-products button:nth-child(4) {
  bottom: 7%;
  left: 16%;
}

.orbit-products img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 12px 10px rgba(33, 22, 16, 0.16));
}

.product-stage {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(36vw, 510px);
  height: min(54vh, 600px);
  min-height: 360px;
  place-items: center;
  transform: rotateX(4deg);
  transform-style: preserve-3d;
}

.product-stage::before {
  position: absolute;
  bottom: 28px;
  width: 78%;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(234, 207, 184, 0.7));
  box-shadow: 0 26px 50px rgba(54, 35, 24, 0.22);
  content: "";
  transform: rotateX(64deg) translateZ(-44px);
}

.product-stage img {
  position: relative;
  z-index: 2;
  width: min(96%, 475px);
  max-height: 535px;
  object-fit: contain;
  filter: drop-shadow(0 32px 26px rgba(33, 22, 16, 0.24));
}

.stage-shadow {
  position: absolute;
  bottom: 48px;
  width: 54%;
  height: 22px;
  border-radius: 50%;
  background: rgba(54, 35, 24, 0.18);
  filter: blur(12px);
}

.stage-caption {
  position: absolute;
  z-index: 4;
  bottom: 42px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  max-width: 86%;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.stage-caption strong {
  overflow-wrap: anywhere;
  overflow: hidden;
  max-width: 210px;
  font-family: var(--round);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stage-caption em {
  color: var(--green);
  font-style: normal;
  font-weight: 900;
}

.rotate-control {
  position: absolute;
  top: 34px;
  right: 7%;
  z-index: 5;
  display: grid;
  width: min(260px, 80%);
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(27, 23, 19, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  backdrop-filter: blur(14px);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
}

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

.rotate-control input {
  accent-color: var(--rose);
}

.hero-panel {
  align-self: center;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(27, 23, 19, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.panel-top button {
  min-height: 40px;
  padding: 0 12px;
  font-size: 0.86rem;
}

.hero-panel h2 {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
  line-height: 0.95;
}

.hero-panel p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.48;
}

.bag-mini {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.bag-mini > strong,
.bag-mini > b {
  font-size: 0.94rem;
  font-weight: 900;
}

.bag-mini > span {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.bag-mini > b {
  justify-self: end;
  color: var(--rose-dark);
  font-size: 1.22rem;
}

.bag-line {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 248, 235, 0.62);
}

.bag-line img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.bag-line span {
  overflow: hidden;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.15;
}

.bag-line div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bag-line button {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper-strong);
  cursor: pointer;
}

.bag-line em {
  min-width: 1.2em;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.quick-tabs {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 50px rgba(54, 35, 24, 0.12);
  overflow-x: auto;
  backdrop-filter: blur(16px);
}

.quick-tabs button,
.filter-row button,
.folder-map button {
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.quick-tabs button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 14px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
}

.quick-tabs button.active,
.quick-tabs button:hover,
.filter-row button.active,
.filter-row button:hover {
  border-color: rgba(199, 92, 85, 0.42);
  background: rgba(199, 92, 85, 0.1);
  color: var(--rose-dark);
}

.folder-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 24px clamp(18px, 4vw, 58px) 8px;
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.2), rgba(244, 234, 208, 0.94));
}

.folder-map button {
  display: grid;
  gap: 7px;
  min-height: 96px;
  padding: 15px;
  border-color: rgba(27, 23, 19, 0.13);
  background: rgba(255, 253, 248, 0.66);
  text-align: left;
}

.folder-map button.active,
.folder-map button:hover {
  border-color: rgba(86, 121, 47, 0.5);
  background: rgba(127, 168, 75, 0.13);
}

.folder-map span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.folder-map strong {
  font-size: 1rem;
  line-height: 1.1;
}

.section-grid,
.media-section,
.concept-section,
.world-section,
.collectible-section,
.story-section {
  padding: 58px clamp(18px, 4vw, 58px);
}

.section-intro {
  display: grid;
  grid-template-columns: 46px minmax(0, 860px);
  gap: 14px;
  align-items: start;
  margin-bottom: 20px;
}

.section-intro > svg {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid rgba(27, 23, 19, 0.14);
  border-radius: 8px;
  background: var(--paper-strong);
  color: var(--rose-dark);
}

.section-intro h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 4.7rem);
  letter-spacing: 0;
  line-height: 0.94;
}

.section-intro p {
  max-width: 750px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.filter-row {
  display: flex;
  gap: 10px;
  margin: 24px 0;
  overflow-x: auto;
}

.filter-row button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border-color: var(--line);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 16px;
}

.product-card {
  display: grid;
  grid-template-rows: 230px auto;
  border: 1px solid rgba(27, 23, 19, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.product-card.active,
.product-card:hover {
  border-color: rgba(199, 92, 85, 0.45);
  box-shadow: 0 18px 36px rgba(54, 35, 24, 0.12);
  transform: translateY(-2px);
}

.product-image {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.9), rgba(244, 234, 208, 0.56)),
    var(--paper);
  cursor: pointer;
}

.product-image span {
  position: absolute;
  inset: auto 22px 20px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  filter: blur(22px);
  opacity: 0.34;
}

.product-image img {
  position: relative;
  z-index: 1;
  width: 85%;
  height: 200px;
  object-fit: contain;
  filter: drop-shadow(0 18px 14px rgba(33, 22, 16, 0.18));
  transition: transform 260ms ease;
}

.product-card:hover .product-image img {
  transform: rotate(-1.5deg) scale(1.03);
}

.product-meta {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.product-meta h3 {
  min-height: 2.35em;
  margin: 0;
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1.02;
}

.product-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.3;
}

.product-meta div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
}

.product-meta strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.product-meta button {
  min-height: 36px;
  padding: 0 12px;
  font-size: 0.82rem;
}

.media-section {
  background:
    linear-gradient(180deg, rgba(80, 96, 58, 0.12), rgba(244, 234, 208, 0.96)),
    var(--cream);
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(270px, 0.58fr);
  gap: 18px;
}

.film-player {
  display: grid;
  gap: 12px;
}

.film-player video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(27, 23, 19, 0.15);
  border-radius: 8px;
  background: #1b1713;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.film-player div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 0 4px;
}

.film-player strong {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.film-player span {
  color: var(--muted);
  font-weight: 900;
}

.film-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.film-card {
  position: relative;
  display: grid;
  min-height: 166px;
  padding: 0;
  border: 1px solid rgba(27, 23, 19, 0.16);
  border-radius: 8px;
  background: #1b1713;
  color: #fffdf8;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
}

.film-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.67;
  transition: opacity 180ms ease, transform 220ms ease;
}

.film-card:hover img,
.film-card.active img {
  opacity: 0.84;
  transform: scale(1.03);
}

.film-card span {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(27, 23, 19, 0.34);
}

.film-card strong,
.film-card em {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 0 12px;
}

.film-card strong {
  margin-top: auto;
  font-size: 1rem;
  line-height: 1.1;
}

.film-card em {
  padding-bottom: 12px;
  color: rgba(255, 253, 248, 0.82);
  font-style: normal;
}

.concept-section {
  background:
    linear-gradient(120deg, rgba(166, 208, 228, 0.22), rgba(239, 222, 115, 0.14), rgba(244, 234, 208, 0.86)),
    var(--paper);
}

.world-section {
  background: var(--paper-strong);
}

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

.idea-card {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(27, 23, 19, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.92), rgba(244, 234, 208, 0.72)),
    var(--paper);
}

.idea-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 0.96;
}

.idea-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.idea-card strong {
  align-self: end;
  color: var(--green);
  font-weight: 900;
}

.collectible-section {
  background:
    linear-gradient(180deg, rgba(244, 234, 208, 0.9), rgba(255, 248, 235, 0.96)),
    var(--cream);
}

.collectible-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 16px;
}

.collectible-card {
  display: grid;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(27, 23, 19, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.collectible-card img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(244, 234, 208, 0.8);
}

.collectible-card div {
  display: grid;
  gap: 4px;
}

.collectible-card strong {
  font-size: 0.96rem;
  line-height: 1.15;
}

.story-section {
  background: #f8f2e8;
}

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

.inspo-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(27, 23, 19, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.74);
  overflow: hidden;
}

.inspo-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.inspo-card strong {
  padding: 0 14px 14px;
  font-size: 1rem;
  line-height: 1.15;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.photo-strip img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
}

.load-error {
  margin: 18px clamp(18px, 4vw, 58px);
  padding: 14px;
  border: 1px solid rgba(199, 92, 85, 0.32);
  border-radius: 8px;
  background: rgba(199, 92, 85, 0.1);
  color: var(--rose-dark);
  font-weight: 900;
}

@media (prefers-reduced-motion: no-preference) {
  .orbit-ring {
    animation: breathe 6s ease-in-out infinite;
  }

  .product-stage img {
    animation: floatProduct 5.5s ease-in-out infinite;
  }
}

@keyframes breathe {
  0%,
  100% {
    transform: scale(0.985);
  }
  50% {
    transform: scale(1.02);
  }
}

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

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(280px, 0.88fr) minmax(360px, 1fr);
    grid-template-rows: auto auto auto;
  }

  .hero-panel {
    grid-column: 1 / -1;
    align-self: start;
  }

  .product-grid {
    grid-template-columns: repeat(4, minmax(170px, 1fr));
  }

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

  .collectible-grid {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    position: sticky;
    grid-template-columns: 1fr auto;
    padding: 12px 14px;
  }

  .brand-lockup span {
    max-width: 58vw;
    font-size: 1.28rem;
  }

  .bag-link {
    min-height: 38px;
    padding: 0 11px;
    font-size: 0.86rem;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    min-height: 0;
    padding: 40px 14px 14px;
  }

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

  .hero-copy h1 {
    font-size: clamp(3.4rem, 15vw, 5.2rem);
  }

  .hero-copy p {
    font-size: 1.25rem;
  }

  .stage-wrap {
    min-height: 470px;
  }

  .orbit-ring {
    width: min(92vw, 500px);
  }

  .orbit-products {
    width: min(92vw, 500px);
  }

  .orbit-products button {
    width: 70px;
  }

  .orbit-products button:hover {
    transform: scale(1.03);
  }

  .product-stage {
    width: min(86vw, 430px);
    height: 410px;
  }

  .rotate-control {
    top: 8px;
    right: 50%;
    transform: translateX(50%);
  }

  .stage-caption {
    bottom: 36px;
  }

  .source-callout {
    display: none;
  }

  .quick-tabs {
    padding: 8px;
  }

  .folder-map,
  .section-grid,
  .media-section,
  .concept-section,
  .world-section,
  .collectible-section,
  .story-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .folder-map {
    grid-template-columns: 1fr;
  }

  .section-intro {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .section-intro > svg {
    width: 38px;
    height: 38px;
    padding: 9px;
  }

  .section-intro h2 {
    font-size: clamp(2.1rem, 11vw, 3.3rem);
  }

  .product-grid,
  .idea-grid,
  .inspo-grid,
  .photo-strip {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-columns: minmax(118px, 0.42fr) minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .product-image img {
    height: 180px;
  }

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

  .film-strip {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 520px) {
  .hero-actions a {
    width: 100%;
  }

  .panel-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .panel-top button {
    width: 100%;
  }

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

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

/* Screenshot-aligned first screen */
.site-header {
  grid-template-columns: minmax(260px, 1fr) auto minmax(250px, 1fr);
  padding-top: 12px;
  padding-bottom: 11px;
  background: rgba(255, 248, 235, 0.86);
}

.header-tools {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.header-tools > button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

/* The Bag toggle is a button but must keep its pill shape, not the icon-square. */
.header-tools > button.bag-link {
  display: inline-flex;
  width: fit-content;
  height: auto;
  flex-shrink: 0;
  place-items: initial;
}

.hero {
  grid-template-columns: minmax(330px, 0.74fr) minmax(500px, 1.05fr) minmax(315px, 0.56fr);
  grid-template-rows: minmax(500px, calc(100vh - 350px)) 258px;
  gap: 0 20px;
  min-height: 100vh;
  padding: 86px clamp(18px, 3.5vw, 58px) 12px;
  background: url("./generated-assets/snugglebug-desert-hero.png") center / cover no-repeat;
}

.hero-video {
  display: none;
}

.hero-glass {
  background:
    linear-gradient(90deg, rgba(255, 248, 235, 0.92) 0%, rgba(255, 248, 235, 0.62) 28%, rgba(255, 248, 235, 0.08) 57%, rgba(255, 248, 235, 0.62) 100%),
    linear-gradient(180deg, rgba(255, 248, 235, 0.34) 0%, rgba(255, 248, 235, 0.04) 54%, rgba(255, 248, 235, 0.9) 100%),
    radial-gradient(circle at 6% 68%, rgba(199, 92, 85, 0.2), transparent 22%),
    linear-gradient(135deg, rgba(166, 208, 228, 0.16), rgba(239, 130, 104, 0.16), rgba(127, 168, 75, 0.12));
}

.hero-copy {
  align-self: center;
  padding-top: 0;
}

.hero-copy h1 {
  max-width: 460px;
  font-size: clamp(4.8rem, 6.15vw, 6.5rem);
  line-height: 0.82;
}

.hero-copy h1::after {
  width: 182px;
  height: 3px;
  margin-top: 12px;
}

.hero-copy .hero-tagline {
  margin: 13px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.85rem, 2.2vw, 2.3rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.hero-copy .hero-subcopy {
  max-width: 370px;
  margin: 17px 0 0;
  color: #2d251e;
  font-family: var(--round);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.38;
}

.proof-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.proof-list span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 850;
}

.proof-list svg {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(143, 63, 58, 0.22);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.58);
  color: var(--rose-dark);
}

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

.hero-actions a {
  min-width: 176px;
  min-height: 50px;
}

.stage-wrap {
  min-height: 540px;
}

.orbit-ring,
.orbit-products {
  width: min(42vw, 610px);
}

.product-stage {
  width: min(36vw, 500px);
  height: min(54vh, 548px);
}

.product-stage img {
  width: min(98%, 485px);
  max-height: 520px;
}

.orbit-products button {
  width: clamp(92px, 7.6vw, 122px);
  background: rgba(255, 253, 248, 0.56);
}

.orbit-products button:nth-child(1) {
  top: 9%;
  left: 8%;
}

.orbit-products button:nth-child(2) {
  top: 45%;
  left: 2%;
}

.orbit-products button:nth-child(3) {
  top: 10%;
  right: 8%;
}

.orbit-products button:nth-child(4) {
  top: 47%;
  right: 1%;
  left: auto;
  bottom: auto;
}

.stage-arrow {
  position: absolute;
  z-index: 6;
  top: 48%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(27, 23, 19, 0.12);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 12px 22px rgba(54, 35, 24, 0.12);
  color: var(--ink);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
}

.stage-prev {
  left: 4%;
}

.stage-next {
  right: 4%;
  background: var(--rose);
  color: #fffdf8;
}

.rotate-control {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 50%;
  width: 178px;
  transform: translateX(-50%);
}

.stage-caption {
  display: none;
}

.hero-panel {
  align-self: center;
  padding: 24px;
}

.hero-panel h2 {
  font-size: clamp(2rem, 2.2vw, 2.55rem);
}

.market-shelf {
  grid-column: 1 / -1;
  align-self: end;
  display: grid;
  grid-template-columns: minmax(390px, 1.08fr) minmax(290px, 0.76fr) minmax(360px, 1fr);
  grid-template-rows: 178px 70px;
  gap: 0;
  border: 1px solid rgba(27, 23, 19, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.8);
  box-shadow: 0 18px 46px rgba(54, 35, 24, 0.12);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.shelf-panel {
  min-width: 0;
  padding: 16px 18px 12px;
  border-right: 1px solid rgba(27, 23, 19, 0.1);
}

.film-preview {
  border-right: 0;
}

.shelf-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.shelf-head h2 {
  margin: 0;
  font-family: var(--round);
  font-size: 1.12rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.shelf-head a,
.shelf-head span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.shelf-head span {
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(127, 168, 75, 0.18);
  color: var(--green);
}

.shelf-items {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(104px, 1fr);
  gap: 10px;
  min-width: 0;
  overflow: hidden;
}

.mini-product,
.mini-film {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(27, 23, 19, 0.1);
  border-radius: 8px;
  background: rgba(255, 248, 235, 0.7);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
}

.mini-product {
  display: grid;
  grid-template-rows: 88px auto auto;
  gap: 2px;
  padding: 7px;
}

.mini-product img {
  width: 100%;
  height: 84px;
  object-fit: contain;
  filter: drop-shadow(0 10px 9px rgba(33, 22, 16, 0.14));
}

.mini-product span {
  position: absolute;
  left: 8px;
  top: 76px;
  padding: 2px 6px;
  border-radius: 5px;
  background: rgba(86, 121, 47, 0.76);
  color: #fffdf8;
  font-size: 0.62rem;
  font-weight: 900;
}

.mini-product strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-product em {
  color: var(--ink);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
}

.film-preview .shelf-items {
  grid-auto-columns: minmax(112px, 1fr);
}

.mini-film {
  display: grid;
  grid-template-rows: 88px auto;
  gap: 5px;
  padding: 0 0 7px;
}

.mini-film img {
  width: 100%;
  height: 88px;
  object-fit: cover;
}

.mini-film span {
  position: absolute;
  left: 8px;
  top: 55px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  background: rgba(27, 23, 19, 0.46);
  color: #fffdf8;
}

.mini-film strong {
  overflow: hidden;
  padding: 0 8px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.benefit-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(27, 23, 19, 0.1);
}

.benefit-strip span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  padding: 11px 18px;
  border-right: 1px solid rgba(27, 23, 19, 0.08);
}

.benefit-strip span:last-child {
  border-right: 0;
}

.benefit-strip svg {
  grid-row: 1 / 3;
  color: var(--rose);
}

.benefit-strip strong {
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.benefit-strip em {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

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

  .header-tools > button {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1fr);
    grid-template-rows: auto auto auto;
  }

  .market-shelf {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .shelf-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(27, 23, 19, 0.1);
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
    padding-top: 38px;
  }

  .hero-copy h1 {
    font-size: clamp(4.1rem, 17vw, 6rem);
  }

  .hero-copy .hero-subcopy {
    max-width: none;
  }

  .proof-list {
    gap: 9px;
  }

  .stage-wrap {
    min-height: 470px;
  }

  .market-shelf {
    margin-top: 8px;
  }

  .shelf-items {
    overflow-x: auto;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
  }

  .benefit-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(27, 23, 19, 0.08);
  }
}

/* Reference screenshot fidelity pass */
.site-header {
  grid-template-columns: minmax(330px, 1fr) auto minmax(330px, 1fr);
  min-height: 66px;
  padding: 11px clamp(18px, 2.4vw, 38px);
  border: 1px solid rgba(143, 63, 58, 0.26);
  border-bottom-color: rgba(27, 23, 19, 0.08);
  background: rgba(255, 250, 241, 0.9);
}

.brand-lockup img {
  width: 36px;
  height: 36px;
}

.brand-lockup span {
  font-size: clamp(1.62rem, 2vw, 2.16rem);
}

.site-header nav {
  gap: clamp(22px, 3vw, 54px);
}

.site-header nav a {
  min-height: 36px;
  color: #17120f;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 36px;
}

.site-header nav a.active {
  border-color: var(--rose);
}

.header-tools {
  gap: 18px;
}

.welcome-code {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rose-dark);
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.tool-divider {
  width: 1px;
  height: 28px;
  background: rgba(27, 23, 19, 0.24);
}

.header-tools > button {
  width: 36px;
  height: 36px;
  color: #17120f;
}

.bag-link {
  min-height: 46px;
  padding: 0 17px;
  border-color: rgba(27, 23, 19, 0.42);
  background: rgba(255, 253, 248, 0.78);
  font-size: 1rem;
}

.hero {
  grid-template-columns: minmax(330px, 0.72fr) minmax(475px, 1fr) minmax(250px, 0.48fr) minmax(286px, 0.55fr);
  grid-template-rows: minmax(500px, calc(100vh - 370px)) 286px;
  gap: 0 16px;
  min-height: 100vh;
  padding: 78px clamp(18px, 2.4vw, 38px) 0;
  background: url("./generated-assets/snugglebug-desert-hero.png") center / cover no-repeat;
  overflow: hidden;
}

.hero-glass {
  background:
    linear-gradient(90deg, rgba(255, 248, 235, 0.88) 0%, rgba(255, 248, 235, 0.58) 25%, rgba(255, 248, 235, 0.1) 56%, rgba(255, 248, 235, 0.68) 100%),
    linear-gradient(180deg, rgba(255, 248, 235, 0.14) 0%, rgba(255, 248, 235, 0.02) 55%, rgba(255, 248, 235, 0.82) 100%);
}

.hero-copy {
  align-self: start;
  padding: 50px 0 28px;
}

.hero-copy h1 {
  max-width: 380px;
  font-size: clamp(4.6rem, 5.45vw, 6.15rem);
  line-height: 0.86;
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 sup {
  margin-left: 5px;
  font-family: var(--round);
  font-size: 0.17em;
  font-weight: 950;
  vertical-align: super;
}

.hero-copy h1::after {
  width: 138px;
  height: 4px;
  margin-top: 13px;
  background: var(--rose);
}

.hero-copy .hero-subcopy {
  max-width: 330px;
  margin: 17px 0 0;
  color: #231a14;
  font-family: var(--serif);
  font-size: clamp(1.22rem, 1.55vw, 1.48rem);
  font-weight: 650;
  line-height: 1.18;
}

.proof-list {
  gap: 15px;
  margin-top: 27px;
}

.proof-list span {
  gap: 16px;
  font-size: 0.98rem;
  font-weight: 850;
}

.proof-list svg {
  width: 48px;
  height: 48px;
  border-color: rgba(199, 92, 85, 0.22);
  background: rgba(255, 248, 235, 0.52);
}

.hero-actions {
  gap: 12px;
  margin-top: 28px;
}

.hero-actions a {
  min-width: 152px;
  min-height: 50px;
}

.hero-actions .secondary {
  min-width: 132px;
  background: rgba(255, 253, 248, 0.7);
}

.stage-wrap {
  min-height: 522px;
}

.orbit-ring {
  width: min(36vw, 520px);
  border-color: rgba(255, 253, 248, 0.86);
  background:
    radial-gradient(circle, rgba(255, 253, 248, 0.66) 0 37%, rgba(255, 248, 235, 0.32) 38% 70%, transparent 71%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.4), rgba(255, 248, 235, 0.08));
}

.orbit-products {
  display: none;
}

.product-stage {
  width: min(32vw, 460px);
  height: min(56vh, 540px);
}

.product-stage::before {
  bottom: 16px;
  width: 86%;
  height: 82px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(220, 187, 156, 0.66));
}

.product-stage img {
  width: min(98%, 440px);
  max-height: 502px;
}

.stage-arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 253, 248, 0.82);
  font-size: 2.2rem;
}

.stage-prev {
  left: 3%;
}

.stage-next {
  right: 3%;
}

.rotate-control,
.stage-caption {
  display: none;
}

.product-detail-panel {
  align-self: center;
  display: grid;
  gap: 14px;
  padding: 25px 22px;
  background: rgba(255, 253, 248, 0.78);
}

.panel-kicker {
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-detail-panel h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2vw, 2.15rem);
  line-height: 0.98;
}

.panel-price {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(27, 23, 19, 0.12);
  font-size: 1.65rem;
  line-height: 1;
}

.swatch-row {
  display: grid;
  grid-template-columns: auto 1fr repeat(3, 26px);
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.swatch-row b {
  color: var(--ink);
  font-size: 0.86rem;
}

.product-detail-panel .swatch {
  width: 26px;
  min-height: 26px;
  height: 26px;
  padding: 0;
  border: 2px solid rgba(255, 253, 248, 0.95);
  border-radius: 50%;
  background: #d98f8b;
  box-shadow: 0 0 0 1px rgba(27, 23, 19, 0.12);
}

.product-detail-panel .swatch.sage {
  background: #b6b99f;
}

.product-detail-panel .swatch.ink {
  background: #161616;
}

.product-detail-panel .swatch.active {
  box-shadow: 0 0 0 2px rgba(199, 92, 85, 0.42);
}

.product-detail-panel .panel-primary {
  width: 100%;
  margin-top: 7px;
  background: var(--rose);
}

.product-detail-panel .wishlist-action {
  min-height: 34px;
  padding: 0;
  background: transparent;
  color: var(--rose-dark);
  box-shadow: none;
}

.bag-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 320;
  align-content: start;
  display: grid;
  gap: 14px;
  width: min(392px, 92vw);
  height: 100dvh;
  padding: 26px 24px calc(30px + env(safe-area-inset-bottom));
  border-left: 1px solid rgba(27, 23, 19, 0.12);
  border-radius: 0;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: -34px 0 70px -34px rgba(60, 30, 26, 0.45);
  backdrop-filter: blur(22px);
  overflow-y: auto;
  transform: translateX(106%);
  transition: transform 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bag-drawer.open {
  transform: none;
}

.bag-backdrop {
  position: fixed;
  inset: 0;
  z-index: 310;
  border: 0;
  padding: 0;
  background: rgba(40, 26, 22, 0.32);
  backdrop-filter: blur(3px);
  cursor: pointer;
  animation: bagBackdropIn 320ms ease;
}

@keyframes bagBackdropIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.drawer-head,
.drawer-totals span,
.drawer-totals b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.drawer-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1;
}

.drawer-head button,
.drawer-line > button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: transparent;
  cursor: pointer;
}

.drawer-lines {
  display: grid;
  gap: 11px;
}

.drawer-line {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 26px;
  gap: 11px;
  padding: 11px;
  border-radius: 8px;
  background: rgba(244, 234, 208, 0.42);
}

.drawer-line img {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  background: rgba(255, 248, 235, 0.72);
  object-fit: contain;
}

.drawer-line div {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.drawer-line strong {
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.18;
}

.drawer-line b {
  font-size: 0.94rem;
}

.drawer-line span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(27, 23, 19, 0.16);
  border-radius: 7px;
  background: rgba(255, 253, 248, 0.66);
}

.drawer-line span button {
  display: grid;
  width: 30px;
  height: 28px;
  place-items: center;
  background: transparent;
  cursor: pointer;
}

.drawer-line em {
  min-width: 28px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.drawer-totals {
  display: grid;
  gap: 8px;
  padding-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.drawer-totals b {
  padding-top: 10px;
  border-top: 1px solid rgba(27, 23, 19, 0.12);
  color: var(--ink);
}

.drawer-totals strong {
  color: var(--ink);
}

.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 45px;
  border-radius: 8px;
  background: var(--rose);
  color: #fffdf8;
  font-weight: 950;
  cursor: pointer;
}

.bag-drawer > a {
  color: var(--rose-dark);
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
}

.market-shelf {
  position: relative;
  grid-column: 1 / -1;
  align-self: end;
  display: grid;
  grid-template-rows: 64px minmax(0, 222px);
  height: 286px;
  border: 1px solid rgba(27, 23, 19, 0.14);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 -12px 34px rgba(54, 35, 24, 0.08);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.category-tabs {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
  gap: 14px;
  padding: 9px 42px;
  border-bottom: 1px solid rgba(27, 23, 19, 0.1);
  overflow-x: auto;
}

.category-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #17120f;
  font-size: 0.95rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.category-tabs button.active,
.category-tabs button:hover {
  border-color: rgba(199, 92, 85, 0.58);
  background: rgba(255, 248, 235, 0.76);
  color: var(--rose-dark);
}

.product-shelf {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
  padding: 12px 328px 18px 42px;
}

.product-shelf .shelf-items {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(112px, 138px);
  gap: 19px;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}

.mini-product {
  display: grid;
  grid-template-rows: 118px auto auto;
  gap: 4px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
}

.mini-product img {
  width: 112px;
  height: 112px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: rgba(244, 234, 208, 0.52);
  object-fit: contain;
  filter: drop-shadow(0 12px 10px rgba(33, 22, 16, 0.12));
}

.mini-product.active img,
.mini-product:hover img {
  border-color: rgba(199, 92, 85, 0.72);
  background: rgba(255, 248, 235, 0.78);
}

.mini-product span {
  position: absolute;
  left: 8px;
  top: 76px;
  padding: 2px 6px;
  border-radius: 5px;
  background: rgba(86, 121, 47, 0.76);
  color: #fffdf8;
  font-size: 0.62rem;
  font-weight: 900;
}

.mini-product strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.12;
  text-overflow: ellipsis;
}

.mini-product em {
  color: var(--ink);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 950;
}

.shelf-arrow {
  position: absolute;
  z-index: 2;
  top: 78px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(27, 23, 19, 0.12);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.84);
  color: var(--ink);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 1.7rem;
  line-height: 1;
}

.shelf-left {
  left: 12px;
}

.shelf-right {
  right: 304px;
}

.media-collect-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: 74px 1fr auto;
  gap: 10px;
  width: min(314px, 22vw);
  height: 222px;
  padding: 15px 18px;
  border-left: 1px solid rgba(27, 23, 19, 0.12);
  background: rgba(228, 232, 202, 0.86);
}

.media-stills {
  display: flex;
  gap: 8px;
}

.media-stills button {
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(27, 23, 19, 0.12);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.48);
  cursor: pointer;
  overflow: hidden;
}

.media-stills img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-stills svg {
  position: absolute;
  color: #fffdf8;
  filter: drop-shadow(0 2px 6px rgba(27, 23, 19, 0.5));
}

.media-stills button.active {
  border-color: var(--rose);
}

.media-copy {
  display: grid;
  gap: 6px;
}

.media-copy div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.media-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.52rem;
  line-height: 1;
}

.media-copy p {
  margin: 0;
  font-weight: 900;
  line-height: 1.2;
}

.media-copy span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
}

.media-collect-panel > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(27, 23, 19, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.38);
  font-weight: 900;
}

@media (max-width: 1380px) {
  .site-header {
    grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  }

  .hero {
    grid-template-columns: minmax(310px, 0.72fr) minmax(430px, 1fr) minmax(250px, 0.52fr);
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1fr);
    grid-template-rows: auto auto;
    min-height: 0;
    padding-top: 78px;
    overflow: visible;
  }

  .product-detail-panel {
    grid-column: 1 / -1;
    max-width: 560px;
    justify-self: center;
  }

  .market-shelf {
    margin-top: 18px;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: sticky;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 62px;
  }

  .brand-lockup span {
    max-width: 46vw;
    font-size: 1.35rem;
  }

  .welcome-code,
  .tool-divider,
  .header-tools > button {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 30px 18px 0;
  }

  .hero-copy {
    padding: 18px 0 12px;
  }

  .hero-copy h1 {
    max-width: 354px;
    font-size: clamp(4.15rem, 18vw, 5.3rem);
  }

  .hero-copy .hero-subcopy {
    max-width: 320px;
  }

  .stage-wrap {
    min-height: 440px;
  }

  .orbit-ring {
    width: min(92vw, 440px);
  }

  .product-stage {
    width: min(88vw, 380px);
    height: 410px;
  }

  .product-stage img {
    max-height: 388px;
  }

  .product-detail-panel {
    width: 100%;
    max-width: none;
  }

  .market-shelf {
    height: auto;
    grid-template-rows: auto auto auto;
    margin-right: -18px;
    margin-left: -18px;
    border-radius: 8px 8px 0 0;
  }

  .category-tabs {
    padding: 8px 14px;
  }

  .product-shelf {
    padding: 12px 14px 18px;
  }

  .product-shelf .shelf-items {
    overflow-x: auto;
  }

  .shelf-arrow {
    display: none;
  }

  .media-collect-panel {
    position: static;
    width: auto;
    height: auto;
    border-top: 1px solid rgba(27, 23, 19, 0.12);
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .bag-link {
    min-height: 40px;
    padding: 0 11px;
    font-size: 0.86rem;
  }

  .hero-actions a {
    width: auto;
    min-width: 0;
    padding: 0 15px;
  }

  .swatch-row {
    grid-template-columns: auto 1fr repeat(3, 24px);
  }

  .product-detail-panel .swatch {
    width: 24px;
    height: 24px;
    min-height: 24px;
  }
}

/* Storefront roadmap: live first, concept labels second, Pickle Club separate */
.product-shelf {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.shelf-lane {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  align-items: center;
}

.lane-label {
  color: var(--rose-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1.15;
  text-transform: uppercase;
}

.concept-lane .lane-label {
  color: var(--green);
}

.product-shelf .shelf-items {
  grid-auto-columns: minmax(86px, 104px);
  gap: 12px;
  height: auto;
}

.product-shelf .mini-product {
  grid-template-rows: 58px auto;
  gap: 2px;
  min-height: 86px;
}

.product-shelf .mini-product img {
  width: 58px;
  height: 58px;
  padding: 5px;
}

.product-shelf .mini-product strong {
  display: -webkit-box;
  min-height: 2.15em;
  font-size: 0.68rem;
  line-height: 1.08;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-shelf .mini-product em {
  display: none;
}

.available-lane .mini-product em {
  display: block;
  font-size: 0.68rem;
  line-height: 1;
}

.product-shelf .mini-product span {
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
}

.shelf-arrow {
  top: 98px;
}

.pickle-world {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(235, 244, 218, 0.94)),
    var(--paper-strong);
  scroll-margin-top: 76px;
}

.pickle-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 0.76fr) minmax(420px, 1fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: center;
  min-height: 620px;
  padding: 72px clamp(18px, 4vw, 58px);
  overflow: hidden;
}

.pickle-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 255, 239, 0.9), rgba(248, 255, 239, 0.42), rgba(248, 255, 239, 0.86)),
    url("./film-media/pickle%202.png") center / cover no-repeat;
  content: "";
  opacity: 0.88;
}

.pickle-copy,
.pickle-mascots {
  position: relative;
  z-index: 1;
}

.pickle-copy {
  display: grid;
  gap: 18px;
  max-width: 560px;
}

.pickle-copy span {
  width: fit-content;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pickle-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 7.6rem);
  line-height: 0.86;
}

.pickle-copy p {
  max-width: 500px;
  margin: 0;
  color: #26321f;
  font-family: var(--serif);
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  font-weight: 650;
  line-height: 1.2;
}

.pickle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pickle-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--green);
  color: #fffdf8;
  font-weight: 950;
}

.pickle-actions .secondary {
  border: 1px solid rgba(27, 23, 19, 0.18);
  background: rgba(255, 253, 248, 0.74);
  color: var(--ink);
}

.pickle-mascots {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(240px, 1fr);
  gap: 18px;
  align-items: end;
}

.pickle-mascots img {
  width: 100%;
  border: 1px solid rgba(27, 23, 19, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(54, 35, 24, 0.18);
  object-fit: cover;
}

.pickle-mascots .mascot-red {
  aspect-ratio: 4 / 5;
  background: rgba(255, 237, 232, 0.76);
}

.pickle-mascots .mascot-green {
  aspect-ratio: 16 / 10;
  align-self: center;
}

.pickle-products {
  padding: 58px clamp(18px, 4vw, 58px);
  background:
    linear-gradient(135deg, rgba(127, 168, 75, 0.12), rgba(255, 248, 235, 0.9) 54%, rgba(239, 130, 104, 0.12)),
    var(--paper);
}

@media (max-width: 1180px) {
  .shelf-lane {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .pickle-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .product-shelf {
    gap: 12px;
  }

  .shelf-lane {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .product-shelf .shelf-items {
    grid-auto-columns: minmax(96px, 112px);
  }

  .lane-label {
    padding-left: 2px;
  }

  .pickle-hero {
    min-height: 0;
    padding: 54px 18px;
  }

  .pickle-mascots {
    grid-template-columns: 1fr;
  }

  .pickle-products {
    padding-right: 14px;
    padding-left: 14px;
  }
}
