/** Shopify CDN: Minification failed

Line 2212:20 Expected "}" to go with "{"

**/
/* =========================================================
   Beeplii — Premium Fashion Activity Kits
   Brand system: Fredoka, deep plum #5E1E4E, raspberry #B90958
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Roboto:wght@300;400;500;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

/* ---------- Tokens ---------- */
:root {
  --plum: #5E1E4E;
  --plum-soft: #7A2F66;
  --plum-ink: #3A0E2F;
  --raspberry: #B90958;
  --raspberry-soft: #D63A7C;
  --blush: #FBE6EE;
  --lavender: #F2E7F2;
  --cream: #FFF8F2;
  --ivory: #FFFCF8;
  --gold: #C9A24B;
  --gold-soft: #E9D49B;
  --teal: #4A9A9D;
  --teal-deep: #2F6E72;
  --ink: #1F0F1B;
  --paper: #FFFFFF;
  --muted: #6F5E68;
  --line: rgba(94, 30, 78, 0.12);

  --shadow-card: 0 24px 60px -28px rgba(94, 30, 78, 0.35),
                 0 8px 18px -10px rgba(94, 30, 78, 0.18);
  --shadow-soft: 0 18px 40px -22px rgba(94, 30, 78, 0.30);

  --radius-xs: 6px;
  --radius-s: 12px;
  --radius-m: 20px;
  --radius-l: 28px;
  --radius-pill: 999px;

  --container: 1280px;
  --container-wide: 1440px;

  --font-body: 'Roboto', system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: 'DM Serif Display', 'Cormorant Garamond', Georgia, serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;

  --easing: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--plum);
  letter-spacing: -0.005em;
  line-height: 1.12;
  margin: 0 0 0.5em;
  font-size: clamp(2.2rem, 4.2vw + 0.5rem, 4.2rem);
}
h2, h3 {
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--plum);
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 0.5em;
}
h2 { font-size: clamp(2rem, 2.8vw + 0.6rem, 3rem); }
h3 { font-size: clamp(1.4rem, 1.4vw + 0.7rem, 1.8rem); }
h4 {
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--plum);
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 0.5em;
}
p { margin: 0 0 1em; color: var(--ink); }
.eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--raspberry);
  margin: 0 0 0.9rem;
  display: inline-block;
}
.serif { font-family: var(--font-serif); font-style: italic; font-weight: 400; }

/* ---------- Layout helpers ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container-wide { max-width: var(--container-wide); margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(40px, 5vw, 80px) 0; }
.page-hero + .section { padding-top: clamp(28px, 3vw, 50px); }
.section-tight { padding: clamp(36px, 5vw, 72px) 0; }
.grid { display: grid; gap: 28px; }

/* ---------- Top banner ---------- */
.announcement {
  background: linear-gradient(90deg, var(--plum) 0%, var(--raspberry) 100%);
  color: var(--ivory);
  text-align: center;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  padding: 10px 16px;
  font-weight: 500;
}
.announcement .sparkle { display: inline-block; margin: 0 8px; animation: twinkle 3.2s ease-in-out infinite; }
@keyframes twinkle { 0%,100% { opacity: 0.5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.18); } }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 252, 248, 0.92);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 14px 0;
  gap: 24px;
}
.nav-links {
  display: flex; gap: 30px; align-items: center;
  font-weight: 500; font-size: 0.95rem; color: var(--plum-ink);
}
.nav-links a {
  position: relative; padding: 6px 0;
  transition: color 0.25s var(--easing);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%;
  bottom: -2px; height: 2px;
  background: linear-gradient(90deg, var(--plum), var(--raspberry));
  border-radius: 2px;
  transition: right 0.35s var(--easing);
}
.nav-links a:hover { color: var(--raspberry); }
.nav-links a:hover::after { right: 0; }

.brand-mark {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: var(--plum);
  display: flex; align-items: center; gap: 8px;
  justify-self: center;
}
.brand-mark .bee {
  width: 28px; height: 28px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f7d670 0%, var(--gold) 70%, #8b6e2a 100%);
  box-shadow: inset 0 -3px 6px rgba(0,0,0,0.18);
  position: relative;
}
.brand-mark .bee::before, .brand-mark .bee::after {
  content: ""; position: absolute; width: 14px; height: 18px;
  background: rgba(255,255,255,0.85); border-radius: 50%;
  top: -4px;
}
.brand-mark .bee::before { left: -6px; transform: rotate(-25deg); }
.brand-mark .bee::after { right: -6px; transform: rotate(25deg); }

.nav-actions {
  display: flex; gap: 16px; align-items: center; justify-content: flex-end;
}
.nav-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: inline-grid; place-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  transition: all 0.25s var(--easing);
  color: var(--plum);
}
.nav-icon:hover { background: var(--plum); color: var(--paper); transform: translateY(-2px); }
.nav-icon svg { width: 18px; height: 18px; }
.cart-count {
  position: absolute; transform: translate(14px, -14px);
  background: var(--raspberry); color: var(--paper);
  font-size: 0.7rem; font-weight: 600;
  min-width: 18px; height: 18px;
  border-radius: 50%; padding: 0 5px;
  display: inline-grid; place-items: center;
}
.cart-wrap { position: relative; }

.mobile-toggle { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px;
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  border: none;
  transition: all 0.3s var(--easing);
  text-align: center;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--plum) 0%, var(--raspberry) 100%);
  color: var(--ivory);
  box-shadow: 0 12px 30px -14px rgba(185, 9, 88, 0.55);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -16px rgba(185, 9, 88, 0.7); }
.btn-ghost {
  background: transparent;
  color: var(--plum);
  border: 1.5px solid var(--plum);
}
.btn-ghost:hover { background: var(--plum); color: var(--ivory); }
.btn-link {
  color: var(--plum);
  font-weight: 500;
  background: none;
  padding: 0;
  position: relative;
  display: inline-flex; align-items: center; gap: 6px;
}
.btn-link::after {
  content: "→"; transition: transform 0.3s var(--easing);
}
.btn-link:hover::after { transform: translateX(4px); }
.btn-block { width: 100%; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--lavender) 0%, var(--blush) 55%, var(--cream) 100%);
}
.hero::before, .hero::after {
  content: ""; position: absolute; pointer-events: none;
  width: 480px; height: 480px;
  border-radius: 50%; filter: blur(80px); opacity: 0.55;
}
.hero::before { background: radial-gradient(circle, var(--gold-soft) 0%, transparent 70%); top: -120px; left: -100px; }
.hero::after { background: radial-gradient(circle, var(--raspberry-soft) 0%, transparent 70%); bottom: -180px; right: -120px; opacity: 0.25; }

.hero-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 560px;
  padding: 40px 0 50px;
}
.hero-copy { max-width: 600px; }
.hero h1 {
  font-weight: 700;
  background: linear-gradient(135deg, var(--plum) 0%, var(--raspberry) 80%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.4em;
}
.hero h1 .serif {
  background: none; -webkit-text-fill-color: currentColor; color: var(--raspberry);
  font-size: 0.95em;
  display: block;
}
.hero-sub {
  font-size: clamp(1.05rem, 1vw + 0.6rem, 1.25rem);
  color: var(--muted);
  margin-bottom: 2rem;
  max-width: 520px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-meta {
  display: flex; gap: 28px; flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(94,30,78,0.15);
  color: var(--plum-ink);
  font-size: 0.92rem;
}
.hero-meta .item { display: flex; align-items: center; gap: 10px; }
.hero-meta .icon {
  width: 24px; height: 24px; color: var(--raspberry);
  flex: none;
}

.hero-stage {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-l);
  padding: 36px;
  display: grid; place-items: center;
}
.hero-stage .stage-glow {
  position: absolute; inset: 12% 8% 6%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 65%);
  border-radius: 50%;
  filter: blur(2px);
}
.hero-stage .product-card {
  position: relative; z-index: 2;
  width: 88%;
  border-radius: var(--radius-m);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transform: rotate(-2deg);
  animation: floaty 7s ease-in-out infinite;
}
.hero-stage .product-card img { display: block; width: 100%; }
@keyframes floaty {
  0%,100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-12px); }
}
.hero-stage .float-2 {
  position: absolute; z-index: 3; bottom: 6%; right: 4%;
  width: 38%;
  border-radius: var(--radius-s);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transform: rotate(6deg);
  animation: floaty2 6s ease-in-out infinite 0.5s;
}
.hero-stage .float-3 {
  position: absolute; z-index: 3; top: 4%; right: 10%;
  width: 32%;
  border-radius: var(--radius-s);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transform: rotate(-7deg);
  animation: floaty2 6.6s ease-in-out infinite 0.2s;
}
@keyframes floaty2 {
  0%,100% { transform: rotate(6deg) translateY(0); }
  50% { transform: rotate(6deg) translateY(-10px); }
}
.hero-stage .sparkle-deco {
  position: absolute; pointer-events: none; opacity: 0.85;
}

.sparkle {
  display: inline-block;
  width: 14px; height: 14px;
  background:
    radial-gradient(circle, var(--gold) 0%, var(--gold) 18%, transparent 22%) center/100% 4% no-repeat,
    radial-gradient(circle, var(--gold) 0%, var(--gold) 18%, transparent 22%) center/4% 100% no-repeat;
}

/* ---------- Trust marquee ---------- */
.trust-strip {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.trust-row {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  align-items: center; gap: 18px;
  color: var(--plum-ink);
  font-size: 0.86rem; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 500;
}
.trust-row .item { display: flex; align-items: center; gap: 10px; }
.trust-row .item svg { width: 18px; height: 18px; color: var(--raspberry); flex: none; }

/* ---------- Section header ---------- */
.section-head { text-align: center; max-width: 740px; margin: 0 auto 56px; }
.section-head p { color: var(--muted); font-size: 1.1rem; }

/* ---------- Product cards / grid ---------- */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 36px;
}
.product-card-link {
  display: block;
  background: var(--paper);
  border-radius: var(--radius-m);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s var(--easing), box-shadow 0.4s var(--easing);
  text-decoration: none;
  position: relative;
  border: 1px solid var(--line);
}
.product-card-link:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.product-card-link .ratio {
  position: relative;
  background: linear-gradient(135deg, var(--cream), var(--blush));
  aspect-ratio: 1 / 1;
  overflow: visible;
  padding: 16px;
}
.product-card-link .ratio img {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.8s var(--easing);
}
.product-card-link:hover .ratio img { transform: scale(1.04); }
.product-card-link .badge {
  position: absolute; bottom: 14px; right: 14px;
  background: var(--ivory); color: var(--plum);
  border-radius: var(--radius-pill);
  padding: 4px 9px;
  font-size: 0.6rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  box-shadow: var(--shadow-soft);
}
.product-card-link .info { padding: 22px 24px 26px; }
.product-card-link h3 { color: var(--plum); margin: 0 0 6px; font-size: 1.18rem; }
.product-card-link .tagline { color: var(--muted); font-size: 0.92rem; margin: 0 0 14px; }
.product-card-link .price-row {
  display: flex; align-items: baseline; gap: 10px;
}
.product-card-link .price { color: var(--raspberry); font-weight: 600; font-size: 1.05rem; }
.product-card-link .strike { color: var(--muted); text-decoration: line-through; font-size: 0.92rem; }

/* ---------- Two-column feature ---------- */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.feature.reverse > :first-child { order: 2; }
.feature .copy { max-width: 520px; }
.feature .copy h2 { margin-bottom: 1rem; }
.feature .copy p { color: var(--muted); }
.feature .visual {
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--cream);
}
.feature .visual img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Pillars ---------- */
.pillars {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--cream) 100%);
  position: relative;
  overflow: hidden;
}
/* Decorative background orbs removed — cleaner section */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  position: relative; z-index: 2;
}
.pillar {
  text-align: center;
  padding: 36px 24px;
  background: var(--paper);
  border-radius: var(--radius-m);
  border: 1px solid var(--line);
  transition: transform 0.35s var(--easing), box-shadow 0.35s var(--easing);
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.pillar .icon-circle {
  width: 70px; height: 70px;
  background: linear-gradient(135deg, var(--blush), var(--lavender));
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 18px;
  color: var(--raspberry);
}
.pillar .icon-circle svg { width: 30px; height: 30px; }
.pillar h3 { font-size: 1.1rem; margin: 0 0 8px; }
.pillar p { color: var(--muted); font-size: 0.95rem; margin: 0; line-height: 1.55; }

/* ---------- Pillars — editorial numbered variant ---------- */
.pillars-grid--editorial {
  gap: 36px;
}
.pillar--numbered {
  text-align: center;
  padding: 48px 28px 36px;
  background: var(--paper);
  border-radius: var(--radius-l);
  border: 1px solid rgba(94, 30, 78, 0.08);
  box-shadow: 0 8px 24px -16px rgba(94, 30, 78, 0.18);
  position: relative;
  transition: transform 0.35s var(--easing), box-shadow 0.35s var(--easing);
}
.pillar--numbered:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px -18px rgba(94, 30, 78, 0.28);
}
.pillar--numbered .pillar-num {
  display: block;
  font-family: var(--font-display);
  font-size: 3.6rem;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.pillar--numbered .pillar-spark {
  display: block;
  color: var(--gold);
  font-size: 0.85rem;
  margin: 0 auto 22px;
  opacity: 0.75;
}
.pillar--numbered h3 {
  font-family: var(--font-display, var(--font-serif));
  font-weight: 400;
  font-size: 1.32rem;
  color: var(--plum);
  margin: 0 0 14px;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
.pillar--numbered p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Character universe ---------- */
.characters {
  background:
    radial-gradient(ellipse at 20% 0%, var(--lavender), transparent 50%),
    radial-gradient(ellipse at 100% 100%, var(--blush), transparent 50%),
    var(--plum);
  color: var(--ivory);
  position: relative;
  overflow: hidden;
}
.characters .section-head h2,
.characters .section-head p { color: var(--ivory); }
.characters .eyebrow { color: var(--gold-soft); }
.characters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.character {
  text-align: center;
  padding: 28px 18px 32px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-m);
  transition: transform 0.4s var(--easing), background 0.4s var(--easing);
}
.character:hover { transform: translateY(-6px); background: rgba(255,255,255,0.12); }
.character .avatar {
  width: 132px; height: 132px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--blush), var(--lavender));
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-serif); font-style: italic; font-size: 3rem;
  color: var(--plum);
  border: 3px solid var(--gold);
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.4);
}
.character h3 { color: var(--ivory); font-size: 1.4rem; margin: 0 0 4px; }
.character .role { color: var(--gold-soft); font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 12px; display: block; }
.character p { color: rgba(255,255,255,0.78); font-size: 0.92rem; margin: 0; }

/* ---------- Gift moment ---------- */
.gift-moment {
  background: linear-gradient(135deg, var(--blush) 0%, var(--lavender) 100%);
}
.gift-card {
  background: var(--paper);
  border-radius: var(--radius-l);
  padding: 60px;
  text-align: center;
  position: relative;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  max-width: 780px; margin: 0 auto;
}
.gift-card::before, .gift-card::after {
  content: "✦"; position: absolute;
  color: var(--gold);
  font-size: 1.4rem;
}
.gift-card::before { top: 26px; left: 30px; }
.gift-card::after { bottom: 26px; right: 30px; }
.gift-card .ribbon {
  display: inline-block;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  color: var(--plum-ink);
  padding: 8px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: 20px;
}
.gift-card h2 { margin-bottom: 18px; }
.gift-card p { color: var(--muted); max-width: 600px; margin: 0 auto 28px; }

/* ---------- Gift card variant: family / gradient (Meet the Friends closing) ---------- */
.shared-wardrobe-band {
  background: linear-gradient(180deg, var(--ivory) 0%, #FBE6EF 100%);
}
.gift-card--family {
  background: linear-gradient(180deg, rgb(250, 232, 220) 0%, rgb(58, 18, 48) 100%);
  border: none;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.85),
    0 28px 56px -16px rgba(58, 18, 48, 0.45);
  color: var(--cream);
  position: relative;
}
.gift-card--family::before,
.gift-card--family::after {
  color: rgba(201, 162, 75, 0.85);
}
.gift-card--family h2 {
  color: var(--cream);
}
.gift-card--family p {
  color: rgba(255, 248, 242, 0.88);
}
.gift-card--family .ribbon {
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  color: var(--plum-ink);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
.gift-card--family .btn-primary {
  background: var(--cream);
  color: var(--plum);
  border: none;
  transition: all 0.3s var(--easing);
  box-shadow: 0 8px 18px -6px rgba(0, 0, 0, 0.25);
}
.gift-card--family .btn-primary:hover {
  background: var(--raspberry);
  color: var(--cream);
  transform: translateY(-2px);
}

/* ---------- Press / quotes ---------- */
.quotes {
  background: var(--paper);
}
.quote {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.quote q {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.4rem, 2vw + 0.7rem, 2rem);
  color: var(--plum);
  line-height: 1.4;
  display: block;
  margin-bottom: 22px;
  quotes: none;
}
.quote q::before { content: '“'; color: var(--gold); font-size: 1.4em; line-height: 0; margin-right: 4px; }
.quote q::after { content: '”'; color: var(--gold); font-size: 1.4em; line-height: 0; margin-left: 4px; }
.quote cite {
  font-style: normal;
  font-size: 0.88rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--raspberry);
  font-weight: 500;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #3A1230;
  color: rgba(255,255,255,0.78);
  padding: 80px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 56px;
  margin-bottom: 56px;
}
.site-footer h4 {
  color: var(--ivory);
  font-size: 0.84rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-weight: 500;
}
.footer-brand .brand-mark { color: var(--ivory); justify-self: flex-start; margin: 0 0 18px; }
.footer-brand p { color: rgba(255,255,255,0.65); max-width: 320px; font-size: 0.95rem; }
.footer-tagline, .footer-tagline p { color: rgba(255,255,255,0.7); font-size: 0.95rem; max-width: 320px; margin: 0 0 12px; }
.footer-newsletter-copy, .footer-newsletter-copy p { color: rgba(255,255,255,0.75); font-size: 0.92rem; line-height: 1.55; margin: 0 0 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; font-size: 0.95rem; }
.site-footer ul a { color: rgba(255,255,255,0.78); transition: color 0.25s; }
.site-footer ul a:hover { color: var(--gold-soft); }
.newsletter-form {
  display: flex; gap: 8px; margin-top: 14px;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-pill);
  padding: 6px;
  border: 1px solid rgba(255,255,255,0.18);
}
.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--ivory);
  padding: 10px 16px;
  font-family: inherit;
  font-size: 0.94rem;
  outline: none;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form button {
  background: linear-gradient(135deg, var(--raspberry), var(--raspberry-soft));
  color: var(--ivory);
  border: none;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: 0.9rem;
}
.newsletter-form button:hover { filter: brightness(1.08); }

/* Notify Me card — scoped overrides for light cream/blush PDP background.
   The base .newsletter-form is dark-footer-tuned (ivory text on translucent pill),
   so on a light card it disappears. Re-style for legibility. */
.notify-me-card .newsletter-form {
  background: var(--paper);
  border: 1.5px solid var(--line);
}
.notify-me-card .newsletter-form input {
  color: var(--ink);
}
.notify-me-card .newsletter-form input::placeholder { color: var(--muted); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 22px;
  display: flex; flex-wrap: wrap; justify-content: space-between;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.55);
}
.socials { display: flex; gap: 12px; }
.socials a {
  width: 36px; height: 36px;
  display: inline-grid; place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: var(--ivory);
  transition: background 0.25s;
}
.socials a:hover { background: var(--raspberry); }
.socials svg { width: 16px; height: 16px; }

/* ---------- PDP-specific ---------- */
.pdp-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}
.pdp-gallery .main-img {
  border-radius: var(--radius-l);
  overflow: hidden;
  background: linear-gradient(135deg, var(--cream), var(--blush));
  margin-bottom: 16px;
  border: 1px solid var(--line);
  padding: 24px;
  cursor: zoom-in;
}
.pdp-gallery .main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
}
.pdp-gallery .main-img:hover img {
  transform: scale(1.18);
}
.pdp-thumbs {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
}
.pdp-thumbs button {
  border-radius: var(--radius-s);
  overflow: hidden;
  border: 2px solid transparent;
  background: var(--cream);
  padding: 0;
  aspect-ratio: 1 / 1;
  transition: border-color 0.2s, transform 0.2s;
}
.pdp-thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.pdp-thumbs button.active { border-color: var(--raspberry); }
.pdp-thumbs button:hover { transform: translateY(-2px); }

.pdp-meta { position: sticky; top: 100px; }
.pdp-meta .eyebrow-line { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; }
.pdp-meta .pill {
  background: var(--blush); color: var(--plum);
  padding: 6px 12px; border-radius: var(--radius-pill);
  font-size: 0.74rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
}
.pdp-meta h1 { font-size: clamp(2rem, 2.6vw + 0.6rem, 2.8rem); margin-bottom: 6px; }
.pdp-meta .lede {
  color: var(--muted); font-size: 1.05rem;
  font-family: var(--font-serif); font-style: italic;
  margin-bottom: 24px;
}
.pdp-price {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: 8px;
}
.pdp-price .now { font-size: 1.7rem; font-weight: 600; color: var(--raspberry); }
.pdp-price .was { color: var(--muted); text-decoration: line-through; font-size: 1.1rem; }
.pdp-price .save {
  background: var(--blush); color: var(--plum);
  padding: 4px 10px; border-radius: var(--radius-xs);
  font-size: 0.8rem; font-weight: 500;
}
.pdp-stars {
  color: var(--gold);
  margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
  font-size: 0.9rem; color: var(--muted);
}
.pdp-stars .stars { color: var(--gold); }
.pdp-features {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: grid; gap: 14px;
}
.pdp-features li {
  display: flex; gap: 12px;
  font-size: 0.98rem;
  color: var(--plum-ink);
}
.pdp-features li::before {
  content: "✦"; color: var(--gold); flex: none;
  margin-top: 2px;
}
.pdp-quantity {
  display: flex; gap: 14px; margin-bottom: 18px;
  align-items: center;
}
.qty-stepper {
  display: inline-flex; align-items: center;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-pill);
  overflow: hidden;
}
.qty-stepper button {
  background: transparent;
  border: none;
  width: 42px; height: 50px;
  font-size: 1.2rem; color: var(--plum);
}
.qty-stepper input {
  width: 48px; text-align: center; border: none; background: none;
  font-family: inherit; font-size: 1rem; font-weight: 500;
  color: var(--plum); outline: none;
}
.pdp-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.pdp-cta-row .btn-primary { flex: 1; min-width: 200px; padding: 18px 28px; font-size: 1rem; }

.pdp-trust {
  margin-top: 22px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  font-size: 0.86rem; color: var(--plum-ink);
}
.pdp-trust .item { display: flex; gap: 10px; align-items: center; }
.pdp-trust .item svg { color: var(--raspberry); width: 18px; height: 18px; flex: none; }

.pdp-accordions { margin-top: 36px; border-top: 1px solid var(--line); }
.accordion {
  border-bottom: 1px solid var(--line);
}
.accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 500;
  color: var(--plum-ink);
  font-size: 1rem;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after {
  content: "+"; color: var(--raspberry); font-size: 1.4rem; font-weight: 400;
  transition: transform 0.25s;
}
.accordion[open] summary::after { content: "−"; }
.accordion .body {
  padding: 0 0 22px;
  color: var(--muted);
}

/* PDP A+ story modules */
.pdp-story { background: var(--cream); }
.story-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin: 0 0 80px;
}
.story-block:last-child { margin-bottom: 0; }
.story-block.reverse > :first-child { order: 2; }
.story-block .visual {
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.story-block .visual img { width: 100%; display: block; }
.story-block h3 { font-size: clamp(1.5rem, 2vw + 0.6rem, 2.2rem); margin-bottom: 14px; }
.story-block .copy p { color: var(--muted); font-size: 1.05rem; }
.story-block .copy .eyebrow { color: var(--raspberry); }

/* ---------- Specs table ---------- */
.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.spec {
  background: var(--paper);
  padding: 22px 24px;
  border-radius: var(--radius-m);
  border: 1px solid var(--line);
}
.spec .label {
  font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--raspberry); margin-bottom: 6px; font-weight: 500;
}
.spec .value { color: var(--plum-ink); font-weight: 500; }

/* ---------- Cross-sell ---------- */
.cross-sell { background: var(--ivory); }
.section.cross-sell { padding-top: clamp(20px, 2.5vw, 36px); }
.section:has(+ .section.cross-sell) { padding-bottom: clamp(20px, 2.5vw, 36px); }
.cross-sell-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

/* ---------- Generic page hero ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--lavender), var(--blush));
  padding: clamp(36px, 5vw, 72px) 0 clamp(32px, 4vw, 60px);
  text-align: center;
}
.page-hero .eyebrow { display: inline-block; }

/* ---------- Meet the Friends — polished hero ---------- */
.meet-friends-hero h1 {
  margin-bottom: 4px;
}
.meet-friends-hero .hero-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 22px auto 18px;
  max-width: 360px;
}
.meet-friends-hero .ornament-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent);
  opacity: 0.7;
}
.meet-friends-hero .ornament-spark {
  color: var(--gold);
  font-size: 0.9rem;
  line-height: 1;
}
.meet-friends-hero .ornament-bow {
  position: relative;
  width: 26px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.meet-friends-hero .bow-loop {
  position: absolute;
  top: 0;
  width: 11px;
  height: 14px;
  background: var(--gold);
  clip-path: polygon(50% 50%, 100% 0%, 100% 100%);
}
.meet-friends-hero .bow-loop-l { left: 0; transform: scaleX(-1); }
.meet-friends-hero .bow-loop-r { right: 0; }
.meet-friends-hero .bow-knot {
  position: absolute;
  width: 5px; height: 8px;
  background: var(--gold);
  border-radius: 1px;
  z-index: 2;
}
.meet-friends-hero .hero-tagline-italic {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--plum);
  font-size: clamp(1.1rem, 1.6vw + 0.4rem, 1.4rem);
  margin: 0 auto 18px;
  max-width: 720px;
  line-height: 1.4;
}
.meet-friends-hero .hero-body {
  max-width: 680px;
  margin: 0 auto 36px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}
.meet-friends-hero .hero-character-strip {
  list-style: none;
  padding: 0;
  margin: 44px auto 0;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.5vw, 50px);
  flex-wrap: wrap;
}
.meet-friends-hero .hero-character-strip a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--plum);
  transition: transform 0.35s var(--easing);
}
.meet-friends-hero .hero-character-strip a:hover {
  transform: translateY(-4px);
}
.meet-friends-hero .char-circle {
  box-sizing: border-box;
  width: clamp(190px, 20vw, 260px);
  height: clamp(190px, 20vw, 260px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(250, 232, 220) 0%, rgb(58, 18, 48) 100%);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.85),
    0 22px 44px -12px rgba(58, 18, 48, 0.50);
  display: grid;
  place-items: center;
  transition: box-shadow 0.35s var(--easing);
  padding: 26px;
  flex-shrink: 0;
}
.meet-friends-hero .hero-character-strip a:hover .char-circle {
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.95),
    0 28px 52px -12px rgba(58, 18, 48, 0.60);
}
.meet-friends-hero .char-circle img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: center center;
}
/* Lula & Ivy — landscape source, scale up so characters fill the circle */
.meet-friends-hero .hero-character-strip li:nth-child(1) .char-circle img {
  transform: scale(1.18);
  transform-origin: center 60%;
}
/* Cora — shift up slightly + scale down to match Mia's visual size */
.meet-friends-hero .hero-character-strip li:nth-child(2) .char-circle img {
  transform: translateY(-4%) scale(0.90);
}
.meet-friends-hero .char-name {
  font-size: 1.0rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--plum);
}
@media (max-width: 680px) {
  .meet-friends-hero .hero-character-strip {
    gap: 18px;
  }
  .meet-friends-hero .char-name {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }
}

/* ---------- Story / about ---------- */
.story-prose {
  max-width: 720px; margin: 0 auto;
  font-size: 1.1rem; color: var(--ink);
}
.story-prose p:first-of-type::first-line { font-weight: 500; }
.story-prose blockquote {
  border-left: 3px solid var(--gold);
  padding: 8px 0 8px 24px;
  margin: 28px 0;
  font-family: var(--font-serif); font-style: italic;
  font-size: 1.3rem;
  color: var(--plum);
}

/* ---------- FAQ list ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-list .accordion summary { font-size: 1.05rem; padding: 24px 0; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.contact-form {
  display: grid; gap: 14px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-s);
  padding: 14px 18px;
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--raspberry); border-color: transparent; }

/* ---------- Reveal (animation removed — content always visible) ---------- */
[data-reveal] { opacity: 1; transform: none; }
[data-reveal].in { opacity: 1; transform: none; }

/* =========================================================
   V42-inspired editorial homepage sections
   ========================================================= */

/* ---------- Logo SVG (legacy) ---------- */
.logo-svg { display: block; height: 32px; width: auto; }

/* ---------- Logo image version (cursive Beeplii script as PNG; plum on light bg, gold on dark) ---------- */
.brand-logo {
  display: block;
  height: 44px;
  width: auto;
  max-width: 180px;
}
@media (max-width: 740px) {
  .brand-logo { height: 36px; }
}
/* Header logo (plum) sized via .brand-logo above */
/* Footer logo (gold) — slightly larger for visual balance on dark background */
.site-footer .brand-logo { height: 48px; max-width: 200px; }

/* ---------- Marquee strip ---------- */
.marquee {
  background: var(--plum);
  color: var(--ivory);
  overflow: hidden;
  position: relative;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee-scroll 38s linear infinite;
  gap: 0;
}
.marquee-track > span {
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 24px;
  color: rgba(255,255,255,0.86);
  display: inline-flex;
  align-items: center;
  flex: none;
}
.marquee-track > span::after {
  content: "✦";
  color: var(--gold-soft);
  margin-left: 24px;
  font-size: 0.85em;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- Editorial hero (premium plum / pink / gold banner) ---------- */
.hero-editorial {
  background:
    linear-gradient(90deg, rgba(46, 11, 38, 0.75) 0%, rgba(46, 11, 38, 0.60) 35%, rgba(46, 11, 38, 0.30) 60%, transparent 80%),
    url('hero-banner.jpg') center/cover no-repeat;
  background-color: #5E1E4E;
  color: var(--ivory);
  min-height: 86vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
/* Boutique shelf hint on the right side */
.hero-editorial::after {
  content: ""; position: absolute;
  right: -8%; bottom: -20%;
  width: 65%; height: 80%;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.18) 0%, transparent 60%),
    radial-gradient(ellipse at 65% 70%, rgba(233, 212, 155, 0.22) 0%, transparent 60%);
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  z-index: 1;
}
.hero-editorial::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 12% 30%, rgba(233, 212, 155, 0.5) 0, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(233, 212, 155, 0.6) 0, transparent 1.2px),
    radial-gradient(circle at 68% 70%, rgba(233, 212, 155, 0.45) 0, transparent 1.4px),
    radial-gradient(circle at 28% 78%, rgba(233, 212, 155, 0.5) 0, transparent 1.2px),
    radial-gradient(circle at 92% 60%, rgba(233, 212, 155, 0.55) 0, transparent 1px),
    radial-gradient(circle at 50% 12%, rgba(233, 212, 155, 0.4) 0, transparent 1.6px);
  background-size: 100% 100%;
  pointer-events: none;
  opacity: 0.9;
  animation: sparkle-drift 12s ease-in-out infinite;
}
@keyframes sparkle-drift {
  0%, 100% { opacity: 0.55; transform: translateY(0); }
  50% { opacity: 0.95; transform: translateY(-6px); }
}
.hero-editorial-inner {
  position: relative; z-index: 2;
  max-width: 720px;
  padding: 80px 0;
}
.hero-editorial .eyebrow {
  color: var(--gold-soft);
  font-size: 0.85rem;
  letter-spacing: 0.28em;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(46,11,38,0.55);
}
.hero-editorial h1 {
  font-size: clamp(2.6rem, 5.2vw + 0.5rem, 5rem);
  font-weight: 700;
  line-height: 1.05;
  color: #FAF7F2;
  margin-bottom: 0.4em;
  text-shadow: 0 2px 24px rgba(46,11,38,0.55);
}
.hero-editorial h1 .accent {
  display: block;
  color: var(--gold-soft);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 0.92em;
  text-shadow: 0 2px 16px rgba(46,11,38,0.45);
}
.hero-editorial .lede {
  font-size: clamp(1.05rem, 0.6vw + 0.9rem, 1.22rem);
  color: rgba(255,255,255,0.95);
  margin-bottom: 2.2rem;
  max-width: 560px;
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(46,11,38,0.40);
}
.hero-editorial .btn-primary {
  background: var(--ivory);
  color: var(--plum);
  box-shadow: 0 14px 36px -16px rgba(0,0,0,0.4);
}
.hero-editorial .btn-primary:hover { background: var(--gold-soft); color: var(--plum-ink); }
.hero-editorial .btn-ghost {
  border: 2px solid var(--ivory);
  color: var(--ivory);
}
.hero-editorial .btn-ghost:hover { background: var(--ivory); color: var(--plum); border-color: var(--ivory); }
.hero-editorial .hero-ctas { gap: 14px; }

/* ---------- Intro heirloom band (editorial) ---------- */
.intro-band {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--cream) 100%);
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 6vw, 80px) 0;
}
.intro-band::before, .intro-band::after {
  content: ""; position: absolute; pointer-events: none;
}
.intro-band::before {
  width: 320px; height: 320px; top: -80px; left: -120px;
  background: radial-gradient(circle, rgba(201, 162, 75, 0.12) 0%, transparent 70%);
  filter: blur(40px);
}
.intro-band::after {
  width: 360px; height: 360px; bottom: -100px; right: -140px;
  background: radial-gradient(circle, rgba(251, 230, 238, 0.5) 0%, transparent 70%);
  filter: blur(50px);
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  position: relative; z-index: 2;
}
.intro-copy { max-width: 520px; }
.intro-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  letter-spacing: 0.28em;
  font-size: 0.78rem;
  color: var(--raspberry);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.intro-copy .eyebrow::before {
  content: "";
  width: 40px; height: 1px;
  background: var(--gold);
  display: inline-block;
}
.intro-copy h2 {
  font-size: clamp(2.2rem, 3vw + 0.8rem, 3.4rem);
  line-height: 1.08;
  margin-bottom: 26px;
  color: var(--plum-soft);
  font-weight: 600;
  letter-spacing: -0.015em;
}
.intro-copy p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
  margin-bottom: 0;
}
.intro-copy .pull {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--plum);
  font-size: 1.38rem;
  line-height: 1.45;
  margin: 32px 0 40px;
  padding-left: 22px;
  border-left: 2px solid var(--gold);
}
.intro-copy .btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 34px;
  background: linear-gradient(135deg, var(--plum-soft) 0%, var(--raspberry-soft) 100%);
  color: var(--ivory);
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.3s var(--easing);
  box-shadow: 0 10px 26px -14px rgba(185, 9, 88, 0.4);
}
.intro-copy .btn-pill::after { content: "→"; transition: transform 0.3s var(--easing); }
.intro-copy .btn-pill:hover { background: var(--raspberry); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(185, 9, 88, 0.45); }
.intro-copy .btn-pill:hover::after { transform: translateX(4px); }
.intro-visual {
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: 0 36px 80px -28px rgba(94, 30, 78, 0.35), 0 12px 30px -16px rgba(94, 30, 78, 0.18);
  background: #F5DDD0;
  aspect-ratio: 4 / 3;
}
.intro-visual img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* ---------- Collection lineup band (under the hero) ---------- */
.collection-lineup-band {
  background: var(--cream);
  padding: 64px 0 56px;
  position: relative;
}
.collection-lineup-band .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.collection-lineup-head {
  margin-bottom: 28px;
  max-width: 720px;
}
.collection-lineup-head .eyebrow {
  margin-bottom: 12px;
}
.collection-lineup-head h2 {
  font-size: clamp(1.8rem, 2.4vw + 0.6rem, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
}
.collection-lineup-visual {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto 24px;
  padding: 28px 24px 22px;
  background: #FFFCF8;
  border-radius: 14px;
  box-shadow:
    0 1px 0 rgba(201, 162, 75, 0.18) inset,
    0 22px 48px -18px rgba(94, 30, 78, 0.22),
    0 6px 16px -6px rgba(94, 30, 78, 0.10);
  border: 1px solid rgba(201, 162, 75, 0.22);
}
.collection-lineup-visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 700px) {
  .collection-lineup-visual {
    padding: 14px 10px 12px;
    border-radius: 10px;
  }
}
.collection-lineup-cta {
  margin-top: 4px;
}
@media (max-width: 700px) {
  .collection-lineup-band { padding: 48px 0 40px; }
  .collection-lineup-head { margin-bottom: 20px; }
}

/* ---------- Character cards (mauve stage + cream tile) ---------- */
.collection-band { background: var(--ivory); padding: clamp(48px, 6vw, 80px) 0; }
.section-head { margin-bottom: 36px !important; }
.character-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}
.character-card {
  background: transparent;
  border: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
  transition: transform 0.45s var(--easing);
}
.character-card:hover { transform: translateY(-8px); }
.character-stage {
  background: linear-gradient(180deg, #FCF1E8 0%, #F5E0D2 100%);
  border-radius: 26px;
  padding: 24px 18px;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.45s var(--easing);
}
.character-stage .character-art {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 72%;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 8px 12px rgba(94, 30, 78, 0.12))
    saturate(1.04)
    contrast(1.03);
  transition: transform 0.5s var(--easing);
  z-index: 1;
}
.character-card:hover .character-art {
  transform: translateX(-50%) translateY(-5px) scale(1.04);
}
.character-stage::before {
  content: "✦"; position: absolute; top: 18px; left: 18px;
  color: var(--gold); opacity: 0.6;
  font-size: 0.95rem;
  transition: transform 0.45s var(--easing), color 0.45s var(--easing);
}
.character-card:hover .character-stage {
  box-shadow: 0 32px 56px -28px rgba(94, 30, 78, 0.45);
}
.character-card:hover .character-stage::before {
  transform: rotate(180deg) scale(1.35);
  color: var(--raspberry);
}
.character-tile {
  background: rgba(255, 250, 244, 0.94);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(94, 30, 78, 0.08);
  border-radius: 100px;
  padding: 7px 18px 8px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  box-shadow: 0 8px 20px -10px rgba(94, 30, 78, 0.25);
  transition: transform 0.45s var(--easing);
  white-space: nowrap;
}
.character-card:hover .character-tile {
  transform: translateX(-50%) translateY(-3px);
}
.character-tile .num { display: none; }
.character-tile .name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--plum);
  margin: 0;
  line-height: 1.2;
}
.character-tile .tagline {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--raspberry);
  font-size: 0.7rem;
  margin-top: 1px;
}
.character-info { padding: 20px 6px 0; }
.character-info .pieces {
  font-family: var(--font-serif);
  font-style: italic;
  color: #8a6a32;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 4px;
}
.character-info h4 {
  color: var(--plum);
  font-size: 1.15rem;
  margin: 0 0 6px;
}
.character-info p {
  color: var(--muted);
  font-size: 0.93rem;
  margin: 0 0 12px;
  line-height: 1.5;
}
.character-info .discover {
  color: #8D3160;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.25s, padding 0.25s;
}
.character-card:hover .character-info .discover {
  color: var(--raspberry);
  padding-right: 6px;
}

/* ---------- What's next (image-led future-characters card) ---------- */
.whats-next {
  background: var(--cream);
}
.whats-next-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  align-items: stretch;
  border-radius: 24px;
  overflow: hidden;
  background: var(--ivory);
  box-shadow: 0 16px 48px rgba(94, 30, 78, 0.08);
  min-height: 400px;
}
.whats-next-image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #E9D7E8 0%, #D6B8D5 100%);
}
.whats-next-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
}
.whats-next-tag {
  position: absolute;
  top: 24px;
  left: 24px;
  background: var(--ivory);
  color: var(--plum);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 20px;
  border-radius: 999px;
  z-index: 2;
  box-shadow: 0 6px 18px rgba(94, 30, 78, 0.12);
}
.whats-next-copy {
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whats-next-copy .eyebrow-row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--raspberry);
  font-family: var(--font-body);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.whats-next-copy .eyebrow-row .rule {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--gold);
}
.whats-next-copy h2 {
  font-family: var(--font-body);
  font-size: clamp(1.9rem, 2.6vw, 2.5rem);
  font-weight: 600;
  color: var(--plum);
  line-height: 1.08;
  margin: 0 0 22px;
  letter-spacing: -0.01em;
}
.whats-next-copy h2 .accent {
  color: var(--raspberry);
}
.whats-next-copy p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.65;
  max-width: 420px;
  margin: 0 0 32px;
}
.whats-next-copy .pill-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 13px 28px;
  border: 1.5px solid var(--plum);
  border-radius: 999px;
  color: var(--plum);
  background: transparent;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.whats-next-copy .pill-cta:hover {
  background: var(--plum);
  color: var(--ivory);
}
@media (max-width: 900px) {
  .whats-next-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .whats-next-image { min-height: 320px; }
  .whats-next-copy { padding: 44px 32px; }
}

/* ---------- Growing tile (legacy, kept for backwards compatibility) ---------- */
.growing-tile {
  margin-top: 64px;
  background: var(--cream);
  border: 1.5px dashed var(--gold);
  border-radius: var(--radius-l);
  padding: 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
}
.growing-tile .plus-circle {
  width: 72px; height: 72px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--paper);
  color: var(--raspberry);
  font-size: 1.8rem;
  font-weight: 300;
}
.growing-tile h3 { margin: 0 0 6px; font-size: 1.4rem; }
.growing-tile p { margin: 0; color: var(--muted); font-size: 0.98rem; max-width: 520px; }
@media (max-width: 740px) {
  .growing-tile { grid-template-columns: 1fr; text-align: center; padding: 32px 24px; }
  .growing-tile .plus-circle { margin: 0 auto; }
}

/* ---------- Studio story ---------- */
.studio-story {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--cream) 100%);
}
.studio-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 72px;
  align-items: center;
}
.studio-visual {
  position: relative;
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  aspect-ratio: 2000 / 1410;
}
.studio-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; background: var(--ivory); display: block; }
.studio-visual .pin {
  position: absolute;
  bottom: 24px; left: 24px;
  background: var(--paper);
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum);
  font-weight: 500;
  box-shadow: var(--shadow-soft);
}
.studio-copy h2 { margin-bottom: 1rem; }
.studio-copy p { color: var(--muted); }

/* ---------- About page banner ---------- */
.about-banner { padding: 0 0 60px 0; }
.about-banner-frame {
  position: relative;
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  aspect-ratio: 2000 / 1410;
  max-width: 1100px;
  margin: 0 auto;
}
.about-banner-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-banner-pin {
  position: absolute;
  bottom: 24px; left: 24px;
  background: var(--paper);
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum);
  font-weight: 500;
  box-shadow: var(--shadow-soft);
}
@media (max-width: 780px) {
  .about-banner-frame { border-radius: var(--radius-m); }
  .about-banner-pin { bottom: 14px; left: 14px; font-size: 0.72rem; padding: 8px 14px; }
}
.studio-signature {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--plum);
  font-size: 1.05rem;
}
.studio-signature strong {
  display: block;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--raspberry);
  margin-top: 6px;
}

/* ---------- Five ways to play ---------- */
.ways-band {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(242, 231, 242, 0.7), transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(251, 230, 238, 0.6), transparent 50%),
    var(--plum);
  color: var(--ivory);
}
.ways-band .section-head h2,
.ways-band .section-head p { color: var(--ivory); }
.ways-band .eyebrow { color: var(--gold-soft); }
.ways-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
}
.way {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-m);
  padding: 32px 24px;
  text-align: left;
  transition: background 0.4s var(--easing), transform 0.4s var(--easing);
}
.way:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-6px);
}
.way .way-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 2.4rem;
  color: var(--gold-soft);
  display: block;
  margin-bottom: 12px;
  line-height: 1;
}
.way .way-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  color: var(--gold);
  margin-bottom: 14px;
  opacity: 0.85;
}
.way .way-icon svg { width: 100%; height: 100%; }
.way h3 { color: var(--ivory); font-size: 1.15rem; margin: 0 0 8px; }
.way p { color: rgba(255,255,255,0.78); font-size: 0.92rem; margin: 0; line-height: 1.55; }

/* ---------- Resources ---------- */
.resources-band { background: var(--ivory); }
.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.resource {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.35s var(--easing), box-shadow 0.35s var(--easing);
  text-decoration: none;
  color: inherit;
}
.resource:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.resource .resource-tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ivory);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  width: max-content;
}
.resource.free .resource-tag { background: var(--teal); }
.resource.premium .resource-tag { background: var(--raspberry); }
.resource.videos .resource-tag { background: var(--gold); color: var(--plum-ink); }
.resource h3 { font-size: 1.25rem; margin: 6px 0 4px; color: var(--plum); }
.resource p { color: var(--muted); font-size: 0.95rem; margin: 0 0 8px; flex: 1; }
.resource .resource-meta {
  font-size: 0.84rem;
  color: var(--raspberry);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ---------- Gift scene (editorial shelf still-life) ---------- */
.gift-scene { background: var(--cream); overflow: hidden; }
.gift-scene-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 540px;
}

/* Full-image shelf scene (uses gift-shelf.jpg) */
.gift-scene-shelf-image {
  position: relative;
  background: linear-gradient(180deg, #F2DEE6 0%, #E5C5D7 100%);
  overflow: hidden;
}
.gift-scene-shelf-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  .gift-scene-shelf-image { min-height: 460px; }
}

/* LEFT — the shelf still-life */
.gift-scene-shelf {
  position: relative;
  background:
    radial-gradient(ellipse at 70% 40%, rgba(255,255,255,0.5) 0%, transparent 55%),
    linear-gradient(180deg, #F2DEE6 0%, #EDD2DE 60%, #E5C5D7 100%);
  overflow: hidden;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 80px 60px 100px;
}
/* Upper shelf */
.gift-scene-shelf .upper-shelf {
  position: absolute; left: 0; right: 0; top: 24%;
  height: 14px;
  background: linear-gradient(180deg, #F8EAF0 0%, #E3C8D7 100%);
  border-bottom: 1px solid rgba(94,30,78,0.08);
  box-shadow: 0 2px 12px rgba(94,30,78,0.06);
}
.gift-scene-shelf .upper-shelf::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft) 50%, transparent);
  opacity: 0.5;
}
/* Lower shelf where the product sits */
.gift-scene-shelf .lower-shelf {
  position: absolute; left: 0; right: 0; bottom: 18%;
  height: 16px;
  background: linear-gradient(180deg, #F8EAF0 0%, #E0C2D2 100%);
  box-shadow: 0 4px 18px rgba(94,30,78,0.08);
}
.gift-scene-shelf .lower-shelf::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity: 0.6;
}
/* The product box image, sitting on the lower shelf */
.gift-scene-shelf .product-on-shelf {
  position: relative; z-index: 3;
  width: 62%;
  max-width: 380px;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0 24px 30px rgba(94,30,78,0.25)) drop-shadow(0 6px 12px rgba(94,30,78,0.12));
  margin-bottom: calc(18% + 16px);
}
.gift-scene-shelf .product-on-shelf img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Decorative vase (CSS) — left of product */
.gift-scene-shelf .vase {
  position: absolute; z-index: 2;
  left: 10%; bottom: calc(18% + 18px);
  width: 60px; height: 120px;
  background: linear-gradient(135deg, #E9D2DE 0%, #D4B5C6 100%);
  border-radius: 30px 30px 14px 14px / 18px 18px 14px 14px;
  box-shadow: inset -8px -4px 14px rgba(94,30,78,0.08), 0 6px 14px rgba(94,30,78,0.12);
}
.gift-scene-shelf .vase::before {
  content: ""; position: absolute; left: -8px; right: -8px; top: -2px; height: 5px;
  background: linear-gradient(180deg, #E9D2DE 0%, #C8A2B5 100%);
  border-radius: 50%;
}
/* Lavender sprig coming out of the vase */
.gift-scene-shelf .lavender {
  position: absolute; z-index: 2;
  left: calc(10% + 8px); bottom: calc(18% + 130px);
  width: 50px; height: 110px;
  background:
    radial-gradient(circle at 30% 10%, var(--plum-soft) 0%, transparent 8%),
    radial-gradient(circle at 60% 22%, var(--plum) 0%, transparent 9%),
    radial-gradient(circle at 25% 36%, var(--plum-soft) 0%, transparent 8%),
    radial-gradient(circle at 55% 48%, var(--plum) 0%, transparent 8%),
    radial-gradient(circle at 30% 62%, var(--plum-soft) 0%, transparent 7%),
    radial-gradient(circle at 50% 76%, var(--plum) 0%, transparent 7%);
  filter: blur(0.3px);
  transform: rotate(-6deg);
}
.gift-scene-shelf .lavender::after {
  content: ""; position: absolute; left: 22px; top: 60px; bottom: -16px;
  width: 2px; background: var(--teal-deep); opacity: 0.4;
  border-radius: 2px;
}

/* Picture frame on upper shelf */
.gift-scene-shelf .frame {
  position: absolute; z-index: 2;
  left: 20%; top: calc(24% - 70px);
  width: 70px; height: 80px;
  background: linear-gradient(180deg, #F8EAF0, #EAD3DE);
  border: 4px solid var(--paper);
  box-shadow: 0 6px 14px rgba(94,30,78,0.12);
  transform: rotate(-2deg);
}
.gift-scene-shelf .frame::before {
  content: ""; position: absolute; inset: 6px;
  background: linear-gradient(180deg, #E9D2DE 0%, #C8A2B5 100%);
}
/* Small bud vase on upper shelf */
.gift-scene-shelf .bud-vase {
  position: absolute; z-index: 2;
  right: 26%; top: calc(24% - 60px);
  width: 28px; height: 60px;
  background: linear-gradient(135deg, #F2DEE6 0%, #DAB8C8 100%);
  border-radius: 50% 50% 6px 6px / 24px 24px 6px 6px;
  box-shadow: 0 4px 8px rgba(94,30,78,0.1);
}

/* Floating sparkles */
.gift-scene-shelf .spark {
  position: absolute;
  color: var(--gold);
  pointer-events: none;
  animation: shelf-spark 5s ease-in-out infinite;
  font-size: 1rem;
}
.gift-scene-shelf .spark:nth-child(1) { top: 8%; left: 8%; font-size: 1.4rem; animation-delay: 0s; }
.gift-scene-shelf .spark:nth-child(2) { top: 12%; right: 12%; font-size: 0.9rem; animation-delay: 0.5s; }
.gift-scene-shelf .spark:nth-child(3) { top: 30%; right: 5%; font-size: 1.1rem; animation-delay: 1s; }
.gift-scene-shelf .spark:nth-child(4) { bottom: 32%; left: 6%; font-size: 1rem; animation-delay: 1.5s; }
.gift-scene-shelf .spark:nth-child(5) { bottom: 14%; right: 8%; font-size: 0.85rem; animation-delay: 2s; }
.gift-scene-shelf .spark:nth-child(6) { top: 56%; left: 4%; font-size: 0.75rem; animation-delay: 2.5s; }
@keyframes shelf-spark {
  0%, 100% { opacity: 0.35; transform: translateY(0) scale(1) rotate(0deg); }
  50% { opacity: 1; transform: translateY(-6px) scale(1.25) rotate(45deg); }
}

/* RIGHT — copy panel */
.gift-scene-copy {
  padding: 64px 80px 64px 70px;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--cream);
  position: relative;
}
.gift-scene-copy .eyebrow-row {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 500;
}
.gift-scene-copy .eyebrow-row .spark-mark { color: var(--gold); font-size: 0.9rem; }
.gift-scene-copy h2 {
  font-size: clamp(2.4rem, 3.4vw + 0.8rem, 4rem);
  line-height: 1.05;
  margin-bottom: 22px;
  color: var(--plum-ink);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.gift-scene-copy h2 .accent {
  display: block;
  color: var(--raspberry-soft);
}
.gift-scene-copy p { color: var(--plum-ink); font-size: 1.05rem; margin-bottom: 12px; max-width: 480px; line-height: 1.55; }
.gift-scene-copy .pull {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--plum);
  font-size: 1.12rem;
  margin: 26px 0 36px;
  padding: 8px 0 8px 22px;
  border-left: 2px solid var(--gold);
  line-height: 1.55;
  max-width: 460px;
  position: relative;
}
.gift-scene-copy .pull::before {
  content: "✦"; position: absolute; left: -10px; top: -2px;
  background: var(--cream); color: var(--gold);
  width: 18px; height: 18px;
  display: grid; place-items: center;
  font-size: 0.85rem;
}
.gift-scene-copy .pill-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--plum-ink);
  color: var(--ivory);
  padding: 18px 32px;
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: 1rem;
  width: max-content;
  transition: all 0.3s var(--easing);
}
.gift-scene-copy .pill-cta::after { content: "→"; transition: transform 0.3s var(--easing); }
.gift-scene-copy .pill-cta:hover { background: var(--raspberry); transform: translateY(-2px); }
.gift-scene-copy .pill-cta:hover::after { transform: translateX(4px); }
.gift-scene-copy .corner-spark {
  position: absolute; pointer-events: none;
  color: var(--gold); font-size: 0.9rem;
}
.gift-scene-copy .corner-spark:nth-of-type(1) { top: 18%; right: 14%; }
.gift-scene-copy .corner-spark:nth-of-type(2) { bottom: 16%; right: 8%; font-size: 0.7rem; }

@media (max-width: 900px) {
  .gift-scene-grid { grid-template-columns: 1fr; min-height: 0; }
  .gift-scene-shelf { padding: 60px 30px 80px; min-height: 460px; }
  .gift-scene-shelf .product-on-shelf { width: 70%; max-width: 320px; }
  .gift-scene-copy { padding: 60px 30px 80px; }
}

/* ---------- Newsletter (studio letters) ---------- */
.studio-letters {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(233, 212, 155, 0.4), transparent 50%),
    var(--cream);
  text-align: center;
}
.studio-letters .container { max-width: 680px; }
.studio-letters .eyebrow { color: var(--raspberry); }
.studio-letters h2 { margin-bottom: 12px; }
.studio-letters p { color: var(--muted); margin-bottom: 28px; }
.studio-letters .inline-form {
  display: flex; gap: 8px;
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 6px;
  max-width: 460px;
  margin: 0 auto;
}
.studio-letters .inline-form input {
  flex: 1; border: none; background: transparent;
  padding: 12px 18px;
  font-family: inherit; font-size: 0.96rem;
  color: var(--ink);
  outline: none;
}
.studio-letters .inline-form button {
  background: linear-gradient(135deg, var(--plum), var(--raspberry));
  color: var(--ivory);
  border: none;
  padding: 12px 26px;
  border-radius: var(--radius-pill);
  font-family: inherit; font-weight: 500;
}
.studio-letters .inline-form button:hover { filter: brightness(1.08); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .studio-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-inner { grid-template-columns: 1fr; padding: 40px 0 60px; min-height: 0; }
  .hero-stage { max-width: 520px; margin: 0 auto; }
  .feature, .story-block, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .feature.reverse > :first-child, .story-block.reverse > :first-child { order: 0; }
  .pdp-wrap { grid-template-columns: 1fr; gap: 36px; }
  .pdp-meta { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .nav { grid-template-columns: auto 1fr auto; }
  .nav-links {
    position: fixed;