
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dm-sans/DMSans-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dm-sans/DMSans-Italic-Variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Fredoka Local";
  src: url("../fonts/fredoka/Fredoka-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
:root {
  --bg: #10020b;
  --bg-deep: #170513;
  --panel-dark: rgba(17, 5, 14, 0.92);
  --panel-light: rgba(255, 236, 246, 0.97);
  --text: #fff8fc;
  --text-soft: #f6dceb;
  --ink: #471436;
  --ink-soft: #743556;
  --pink: #ff56af;
  --pink-strong: #ff2f95;
  --pink-light: #ffd7ee;
  --line: rgba(255, 166, 224, 0.28);
  --line-strong: rgba(255, 184, 232, 0.56);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  --max: 1160px;
  --radius: 32px;
  --radius-card: 24px;
  --radius-button: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 96, 177, 0.18), transparent 18%),
    radial-gradient(circle at 84% 12%, rgba(136, 216, 255, 0.12), transparent 18%),
    radial-gradient(circle at 50% 35%, rgba(255, 196, 228, 0.05), transparent 30%),
    linear-gradient(180deg, #10020b 0%, #160512 45%, #0c0208 100%);
  color: var(--text);
  font-family: "DM Sans Local", system-ui, sans-serif;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .85;
  background:
    radial-gradient(circle at 6% 18%, rgba(255,255,255,.95) 0 1px, transparent 2px),
    radial-gradient(circle at 17% 42%, rgba(255,240,248,.9) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 31% 13%, rgba(255,255,255,.82) 0 1px, transparent 2px),
    radial-gradient(circle at 43% 29%, rgba(255,255,255,.85) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 16%, rgba(255,240,248,.88) 0 1.1px, transparent 2.3px),
    radial-gradient(circle at 75% 34%, rgba(255,255,255,.82) 0 1px, transparent 2px),
    radial-gradient(circle at 89% 15%, rgba(255,255,255,.92) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 14% 78%, rgba(255,255,255,.8) 0 1px, transparent 2px),
    radial-gradient(circle at 52% 74%, rgba(255,240,248,.84) 0 1.1px, transparent 2.2px),
    radial-gradient(circle at 78% 84%, rgba(255,255,255,.86) 0 1px, transparent 2px);
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.page-shell { position: relative; z-index: 1; }
.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;
}
.site-header, .section, .page-hero, .home-showcase, .site-footer {
  width: min(calc(100% - 28px), var(--max)); margin-inline: auto;
}
.site-header {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 0 14px; flex-wrap: wrap;
}
.brand-lockup { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-badge { width: 64px; height: 64px; border-radius: 20px; box-shadow: 0 14px 30px rgba(255, 90, 180, 0.22); }
.brand-logo { width: min(100%, 310px); filter: drop-shadow(0 14px 28px rgba(255, 82, 177, 0.28)); }
.site-nav { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.site-nav a, .nav-slab {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px;
  padding: 10px 14px; border-radius: var(--radius-button); border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.035); color: var(--text-soft); font-size: .95rem;
  font-weight: 700; letter-spacing: .01em; backdrop-filter: blur(10px);
}
.site-nav a[aria-current="page"], .nav-slab[aria-current="page"] {
  color: var(--text); border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(255, 219, 240, 0.16), rgba(255, 63, 160, 0.10));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 24px rgba(255, 67, 161, .12);
}
.site-nav a:hover, .site-nav a:focus-visible, .nav-slab:hover, .nav-slab:focus-visible {
  outline: none; color: var(--text); border-color: var(--line-strong); background: rgba(255,255,255,0.08);
}
.site-socials, .topbar-actions, .footer-socials, .big-socials { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.social-chip {
  display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px;
  padding: 8px; border-radius: 16px; border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(255, 219, 240, 0.18), rgba(255, 68, 161, 0.11));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 24px rgba(255, 67, 161, .12);
}
.social-chip:hover, .social-chip:focus-visible {
  outline: none; transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 16px 26px rgba(255, 67, 161, .16);
}
.social-chip img { width: 40px; height: 40px; }
.main-flow { padding-bottom: 54px; }
.page-main { padding-bottom: 46px; }
.home-showcase { padding: 10px 0 28px; }
.home-shell {
  width: min(100%, 760px); margin-inline: auto; border-radius: 40px; overflow: hidden;
  border: 1px solid rgba(255, 170, 225, .28);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 118, 199, .18), transparent 24%),
    radial-gradient(circle at 50% 82%, rgba(255, 233, 245, .14), transparent 24%),
    linear-gradient(180deg, rgba(20, 6, 18, .98) 0%, rgba(15, 4, 15, .98) 52%, rgba(255, 236, 246, .98) 52.2%, rgba(255, 228, 242, .99) 100%);
  box-shadow: var(--shadow); position: relative;
}
.home-shell::before, .home-shell::after {
  content: ""; position: absolute; left: 8%; right: 8%; height: 5px; border-radius: 3px;
  background: linear-gradient(90deg, rgba(255, 109, 192, 0), rgba(255, 117, 196, .98), rgba(255, 109, 192, 0));
  box-shadow: 0 0 24px rgba(255, 106, 194, .58); z-index: 0;
}
.home-shell::before { top: 422px; }
.home-shell::after { top: 952px; }
.home-shell > * { position: relative; z-index: 1; }
.hero-topbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 18px 8px; }
.hero-core { padding: 10px 28px 28px; text-align: center; }
.hero-logo { width: min(100%, 400px); margin: 0 auto 8px; filter: drop-shadow(0 16px 30px rgba(255, 85, 186, .34)); }
.hero-kicker, .eyebrow {
  margin: 0; color: var(--pink-light); font-size: .95rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.eyebrow-dark { color: var(--ink-soft); }
.hero-title, .page-hero h1, .section h2, .panel h2, .site-footer h2, .ornament-title, .contact-card h2, .faq-card h2, .policy-copy h2 {
  margin: 0; font-family: "Fredoka Local", system-ui, sans-serif; line-height: 1.04;
}
.hero-title { margin-top: 8px; font-size: clamp(2.8rem, 7vw, 4.75rem); color: var(--pink-light); text-shadow: 0 8px 0 rgba(0,0,0,.28), 0 0 30px rgba(255, 84, 186, .22); }
.hero-text { width: min(100%, 560px); margin: 14px auto 0; color: var(--text-soft); font-size: 1.12rem; }
.hero-actions, .center-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-actions { margin-top: 22px; }
.hero-actions.left { justify-content: flex-start; }
.hero-note { margin-top: 16px; display: inline-flex; flex-wrap: wrap; gap: 10px; justify-content: center; color: var(--text-soft); font-size: .96rem; }
.cta-slab, .ghost-slab {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 24px; border-radius: var(--radius-button);
  font-weight: 800; letter-spacing: .01em; border: 1px solid transparent; transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.cta-slab { background: linear-gradient(180deg, #ff7fc3 0%, #ff3c9b 52%, #e91886 100%); color: #fff9fd; box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 14px 28px rgba(255, 50, 151, .28); }
.cta-slab:hover, .cta-slab:focus-visible { outline: none; transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 18px 32px rgba(255, 50, 151, .34); }
.ghost-slab { background: rgba(255,255,255,.06); color: var(--text); border-color: var(--line-strong); box-shadow: inset 0 1px 0 rgba(255,255,255,.14); }
.ghost-slab.dark { background: rgba(71, 20, 54, .06); color: var(--ink); border-color: rgba(121, 53, 91, .26); }
.ghost-slab:hover, .ghost-slab:focus-visible { outline: none; transform: translateY(-1px); background: rgba(255,255,255,.1); }
.dark-band { padding: 20px 18px 26px; }
.ornament-title { text-align: center; color: var(--pink-light); font-size: clamp(2rem, 5vw, 2.7rem); text-shadow: 0 0 18px rgba(255, 88, 185, .16); margin-bottom: 18px; }
.ornament-title.dark { color: var(--ink); text-shadow: none; }
.best-grid, .steps-grid, .two-up, .catalog-grid, .contact-grid, .faq-layout, .footer-grid { display: grid; gap: 18px; }
.best-grid { grid-template-columns: repeat(3, 1fr); }
.product-card { border-radius: 22px; overflow: hidden; border: 1px solid rgba(255, 168, 224, .22); background: linear-gradient(180deg, rgba(21, 7, 17, .96), rgba(13, 4, 12, .98)); box-shadow: 0 16px 36px rgba(0,0,0,.34); }
.product-card.mini-card { min-height: 100%; }
.product-stage { padding: 18px; min-height: 220px; display: grid; place-items: center; background: radial-gradient(circle at 50% 24%, rgba(255, 113, 198, .18), transparent 36%), linear-gradient(180deg, rgba(34, 9, 27, .98), rgba(16, 5, 13, .98)); }
.product-stage.small { min-height: 180px; }
.product-stage img { max-height: 220px; object-fit: contain; filter: drop-shadow(0 18px 28px rgba(255, 84, 186, .18)); }
.product-body { padding: 14px 16px 16px; }
.product-body h3 { margin: 8px 0 6px; font-family: "Fredoka Local", system-ui, sans-serif; font-size: 1.35rem; line-height: 1.1; color: #fff2fa; }
.product-body p { margin: 0; color: var(--text-soft); font-size: .97rem; }
.price-row { margin-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--text-soft); }
.price-row strong { font-size: 1.18rem; color: #fff; }
.status-tag {
  display: inline-flex; align-items: center; gap: 6px; min-height: 30px; padding: 6px 10px; border-radius: 10px;
  font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #fff7fb;
  background: linear-gradient(180deg, rgba(255, 131, 199, .24), rgba(255, 60, 155, .16)); border: 1px solid rgba(255, 175, 227, .26);
}
.order-band { padding: 26px 22px 34px; }
.steps-grid { grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
.step-box { border-radius: 22px; padding: 18px 16px; background: rgba(255,255,255,.62); border: 1px solid rgba(255, 190, 228, .65); color: var(--ink); text-align: center; box-shadow: 0 12px 24px rgba(80, 25, 54, .14); }
.step-number { width: 64px; height: 64px; margin: 0 auto 12px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(180deg, #fff9fd, #ffd9ef); color: var(--pink-strong); font-family: "Fredoka Local", system-ui, sans-serif; font-size: 2rem; box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 10px 20px rgba(255, 82, 177, .16); }
.step-box h3 { margin: 0 0 6px; font-family: "Fredoka Local", system-ui, sans-serif; font-size: 1.25rem; }
.step-box p { margin: 0; color: var(--ink-soft); }
.availability-panel { margin-top: 22px; border-radius: 24px; padding: 22px; color: var(--ink); background: rgba(255, 249, 252, .9); border: 1px solid rgba(255, 190, 228, .68); box-shadow: 0 16px 30px rgba(80, 25, 54, .12); }
.availability-panel h3 { margin: 0 0 8px; font-family: "Fredoka Local", system-ui, sans-serif; font-size: 1.55rem; }
.availability-panel p { margin: 0; color: var(--ink-soft); }
.tag-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.section { padding: 28px 0; }
.two-up { grid-template-columns: repeat(2, 1fr); }
.panel { border-radius: 28px; padding: 26px; box-shadow: 0 18px 36px rgba(0,0,0,.18); }
.dark-panel { background: linear-gradient(180deg, rgba(18, 6, 15, .95), rgba(11, 3, 10, .98)); border: 1px solid rgba(255, 171, 225, .18); }
.light-panel { color: var(--ink); background: linear-gradient(180deg, rgba(255, 250, 252, .98), rgba(255, 236, 246, .98)); border: 1px solid rgba(255, 186, 229, .62); }
.full-width { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 24px; }
.panel h2 { font-size: clamp(1.9rem, 3vw, 2.5rem); margin-bottom: 10px; }
.panel p, .page-hero p, .policy-copy p, .contact-card p, .faq-card dd { margin: 0; }
.text-link { display: inline-flex; margin-top: 16px; font-weight: 800; color: var(--pink-light); }
.text-link.dark { color: var(--ink); }
.price-guide-panel img { border-radius: 22px; border: 1px solid rgba(255, 191, 229, .44); box-shadow: 0 18px 36px rgba(0,0,0,.14); }
.pricing-list { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 10px; }
.pricing-list li { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(255, 184, 232, .32); padding-bottom: 8px; }
.pricing-list li strong { color: var(--ink); }
.dark-panel .pricing-list li strong { color: #fff; }
.pricing-list.compact li { font-size: .96rem; }
.small-note { margin-top: 14px; color: var(--text-soft); font-size: .95rem; }
.dark-note { color: var(--ink-soft); }
.page-hero { padding: 30px 0 10px; text-align: center; }
.page-hero.dark-hero, .page-hero.soft-hero { border-radius: 30px; padding: 36px 24px; }
.page-hero.dark-hero { background: linear-gradient(180deg, rgba(21, 6, 17, .96), rgba(12, 4, 11, .98)); border: 1px solid rgba(255, 171, 225, .18); box-shadow: var(--shadow); }
.page-hero.soft-hero { color: var(--ink); background: linear-gradient(180deg, rgba(255, 250, 252, .98), rgba(255, 236, 246, .98)); border: 1px solid rgba(255, 186, 229, .62); box-shadow: 0 18px 36px rgba(0,0,0,.14); }
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4rem); margin: 10px 0 10px; }
.page-hero p:last-child { max-width: 720px; margin-inline: auto; }
.split-intro { display: flex; align-items: end; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 18px; }
.stacked-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.catalog-grid { grid-template-columns: repeat(3, 1fr); }
.custom-top { align-items: start; }
.custom-steps { display: grid; gap: 16px; margin-top: 14px; }
.custom-steps strong { display: block; margin-bottom: 4px; font-size: 1.08rem; color: #fff2fa; }
.contact-grid { grid-template-columns: repeat(3, 1fr); }
.contact-card, .faq-card { border-radius: 24px; padding: 22px; background: linear-gradient(180deg, rgba(18, 6, 15, .95), rgba(11, 3, 10, .98)); border: 1px solid rgba(255, 171, 225, .18); box-shadow: 0 18px 36px rgba(0,0,0,.22); }
.contact-card h2, .faq-card h2 { font-size: 1.45rem; margin-bottom: 8px; }
.faq-layout { grid-template-columns: repeat(2, 1fr); }
.faq-list { margin: 0; }
.faq-list dt { margin-top: 12px; font-weight: 800; color: #fff2fa; }
.faq-list dd { color: var(--text-soft); }
.policy-copy { border-radius: 28px; padding: 26px; background: linear-gradient(180deg, rgba(18, 6, 15, .95), rgba(11, 3, 10, .98)); border: 1px solid rgba(255, 171, 225, .18); box-shadow: 0 18px 36px rgba(0,0,0,.22); }
.policy-copy h2 { font-size: 1.45rem; margin: 20px 0 8px; }
.policy-copy h2:first-child { margin-top: 0; }
.site-footer { padding: 26px 0 50px; }
.footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; align-items: start; }
.site-footer h3 { margin: 0 0 10px; font-family: "Fredoka Local", system-ui, sans-serif; font-size: 1.3rem; }
.footer-brand { max-width: 360px; }
.footer-logo { width: min(100%, 270px); margin-bottom: 12px; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-list a:hover, .footer-list a:focus-visible, .text-link:hover, .text-link:focus-visible { text-decoration: underline; outline: none; }
.footer-bottom { margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(255, 182, 231, .18); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--text-soft); font-size: .95rem; }
@media (max-width: 980px) {
  .best-grid, .catalog-grid, .footer-grid, .contact-grid, .two-up, .full-width, .steps-grid, .faq-layout { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .site-header { justify-content: center; }
  .brand-lockup { justify-content: center; }
  .hero-topbar { padding: 16px 16px 6px; }
  .home-shell::before { top: 420px; }
  .home-shell::after { top: auto; bottom: 280px; }
  .best-grid, .catalog-grid, .contact-grid, .two-up, .full-width, .steps-grid, .faq-layout, .footer-grid { grid-template-columns: 1fr; }
  .hero-actions.left { justify-content: center; }
  .page-hero.dark-hero, .page-hero.soft-hero, .panel, .faq-card, .contact-card, .policy-copy { padding: 22px; }
}


/* --- Final polish pass --- */
.home-shell-polished {
  width: min(100%, 1120px);
  padding: 22px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 92, 183, .16), transparent 20%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .08), transparent 18%),
    linear-gradient(180deg, rgba(18, 5, 15, .98) 0%, rgba(13, 4, 12, .99) 54%, rgba(255, 240, 248, .98) 54.2%, rgba(255, 232, 244, .99) 100%);
}
.home-shell.home-shell-polished::before { top: 520px; }
.home-shell.home-shell-polished::after { top: auto; bottom: 410px; }

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  align-items: center;
  gap: 26px;
  padding: 8px 6px 24px;
}
.hero-copy {
  padding: 18px 10px 0 10px;
  text-align: left;
}
.hero-copy .hero-logo { margin: 0 0 10px; width: min(100%, 360px); }
.hero-title-storybook {
  display: grid;
  gap: 6px;
  text-align: left;
}
.hero-title-storybook .hero-title-accent {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--pink-light);
}
.feature-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hero-visual-card {
  border-radius: 30px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 119, 199, .18), transparent 38%),
    linear-gradient(180deg, rgba(23, 7, 18, .98), rgba(11, 3, 11, .98));
  border: 1px solid rgba(255, 173, 225, .22);
  box-shadow: 0 24px 46px rgba(0, 0, 0, .34);
  text-align: center;
}
.hero-visual-card h2 {
  margin: 10px 0 6px;
  font-family: "Fredoka Local", system-ui, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff3fb;
}
.hero-visual-card p {
  margin: 0 0 16px;
  color: var(--text-soft);
}
.hero-product-stage {
  min-height: 410px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 98, 188, .16), transparent 34%),
    linear-gradient(180deg, rgba(35, 10, 28, .94), rgba(13, 4, 12, .98));
}
.hero-product-stage img {
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(255, 84, 186, .18));
}
.home-split { margin-bottom: 18px; }
.ornament-title.left { text-align: left; margin-bottom: 10px; }
.section-lede { margin: 0; color: var(--text-soft); max-width: 620px; }

.card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.small-slab {
  min-height: 44px;
  padding: 10px 16px;
  font-size: .95rem;
}
.mini-card .product-body h3 { font-size: 1.2rem; }

.comment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.love-note-card {
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 249, 252, .98), rgba(255, 236, 246, .98));
  color: var(--ink);
  border: 1px solid rgba(255, 186, 229, .62);
  box-shadow: 0 18px 36px rgba(0,0,0,.14);
}
.love-note-card p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.65;
}
.love-note-card span {
  display: inline-block;
  margin-left: 6px;
  font-weight: 800;
  color: var(--ink-soft);
}

.site-nav a, .nav-slab { border-radius: 12px; }
.social-chip { border-radius: 14px; }

.mobile-quickbar {
  display: none;
}

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; padding-top: 8px; }
  .hero-copy .hero-logo { margin-inline: auto; }
  .hero-title-storybook { text-align: center; }
  .home-shell.home-shell-polished::before { top: 700px; }
  .home-shell.home-shell-polished::after { bottom: 520px; }
}

@media (max-width: 980px) {
  .comment-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .site-header {
    padding-top: 16px;
    gap: 12px;
  }
  .site-socials { display: none; }
  .brand-badge { width: 54px; height: 54px; border-radius: 18px; }
  .brand-logo { width: min(100%, 230px); }
  .site-nav {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  .site-nav a {
    min-height: 42px;
    padding: 10px 12px;
    font-size: .9rem;
  }
  .home-shell-polished {
    width: min(100%, calc(100vw - 18px));
    padding: 14px;
    border-radius: 28px;
  }
  .hero-layout {
    gap: 14px;
    padding: 4px 0 14px;
  }
  .hero-copy {
    padding: 8px 4px 0;
  }
  .hero-text {
    font-size: 1rem;
    margin-top: 12px;
  }
  .hero-actions {
    width: 100%;
  }
  .hero-actions .cta-slab, .hero-actions .ghost-slab,
  .mobile-quickbar .cta-slab, .mobile-quickbar .ghost-slab {
    flex: 1 1 0;
    width: 100%;
  }
  .feature-chips, .hero-note { justify-content: center; }
  .hero-product-stage {
    min-height: 320px;
    padding: 12px;
  }
  .hero-product-stage img {
    max-height: 300px;
  }
  .home-shell.home-shell-polished::before { top: 610px; }
  .home-shell.home-shell-polished::after { bottom: 410px; }
  .comment-grid { grid-template-columns: 1fr; }
  .card-actions { flex-direction: column; }
  .mobile-quickbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 50;
    padding: 10px;
    border-radius: 18px;
    background: rgba(14, 3, 10, .88);
    border: 1px solid rgba(255, 180, 230, .24);
    box-shadow: 0 20px 36px rgba(0,0,0,.38);
    backdrop-filter: blur(14px);
  }
  body { padding-bottom: 94px; }
}

@media (min-width: 721px) {
  .hero-copy .hero-actions {
    justify-content: flex-start;
  }
}


/* --- Storybook twilight refinement v2 --- */
:root {
  --bg: #14020f;
  --bg-deep: #1c0517;
  --panel-dark: rgba(25, 7, 22, 0.94);
  --panel-light: rgba(255, 241, 248, 0.98);
  --text: #fff8fc;
  --text-soft: #f3d9ea;
  --ink: #55183d;
  --ink-soft: #7b4363;
  --pink: #ff5ab7;
  --pink-strong: #ff3299;
  --pink-light: #ffe8f5;
  --line: rgba(255, 191, 234, 0.24);
  --line-strong: rgba(244, 205, 241, 0.48);
  --shadow: 0 26px 58px rgba(0, 0, 0, 0.42);
}

body {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 93, 185, 0.20), transparent 16%),
    radial-gradient(circle at 84% 10%, rgba(200, 138, 247, 0.17), transparent 18%),
    radial-gradient(circle at 50% 35%, rgba(255, 241, 248, 0.05), transparent 28%),
    linear-gradient(180deg, #14020f 0%, #26091f 36%, #17030f 100%);
}

body::before {
  z-index: 0;
  opacity: .88;
  background:
    url("../ui/sparkle-cluster-pink.svg") no-repeat 3% 8% / 220px,
    url("../ui/sparkle-cluster-blue.svg") no-repeat 95% 12% / 210px,
    url("../ui/sparkle-cluster-pink.svg") no-repeat 92% 44% / 190px,
    url("../ui/sparkle-cluster-blue.svg") no-repeat 5% 60% / 180px,
    url("../ui/sparkle-cluster-pink.svg") no-repeat 11% 88% / 200px,
    url("../ui/sparkle-cluster-blue.svg") no-repeat 90% 86% / 190px;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .28;
  background:
    radial-gradient(circle at 11% 16%, rgba(255,255,255,.85) 0 2px, transparent 4px),
    radial-gradient(circle at 21% 42%, rgba(255,243,249,.82) 0 2px, transparent 4px),
    radial-gradient(circle at 78% 22%, rgba(255,255,255,.72) 0 2px, transparent 4px),
    radial-gradient(circle at 88% 58%, rgba(255,244,250,.78) 0 2px, transparent 4px),
    radial-gradient(circle at 18% 82%, rgba(255,255,255,.72) 0 2px, transparent 4px),
    radial-gradient(circle at 82% 84%, rgba(255,245,250,.7) 0 2px, transparent 4px);
}

.page-shell { position: relative; z-index: 1; }

.site-header {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 10px;
  padding: 24px 0 10px;
}

.brand-lockup {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.brand-lockup::after {
  content: "Custom Pens & Keychains";
  color: rgba(255, 221, 240, 0.86);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.brand-badge { display: none; }

.brand-logo,
.hero-logo,
.footer-logo {
  filter: drop-shadow(0 10px 26px rgba(255, 84, 186, 0.20)) drop-shadow(0 0 28px rgba(200, 138, 247, 0.12));
}

.brand-logo { width: min(100%, 320px); }

.site-header .site-socials { display: none; }

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.site-nav a[href$="index.html"] { display: none; }

.site-nav a,
.nav-slab {
  min-height: auto;
  padding: 0 0 4px;
  border: 0;
  border-radius: 0;
  background: none;
  color: rgba(255, 227, 241, 0.84);
  font-size: .96rem;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: none;
  backdrop-filter: none;
  position: relative;
}

.site-nav a::after,
.nav-slab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 113, 198, 0), rgba(255, 113, 198, .95), rgba(189, 234, 255, .9), rgba(255, 113, 198, 0));
  transform: scaleX(.62);
  opacity: 0;
  transition: transform .16s ease, opacity .16s ease;
}

.site-nav a[aria-current="page"],
.nav-slab[aria-current="page"],
.site-nav a:hover,
.site-nav a:focus-visible,
.nav-slab:hover,
.nav-slab:focus-visible {
  background: none;
  box-shadow: none;
  border: 0;
  color: #fff8fc;
  outline: none;
}

.site-nav a[aria-current="page"]::after,
.nav-slab[aria-current="page"]::after,
.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.nav-slab:hover::after,
.nav-slab:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-shell-polished {
  border-color: rgba(247, 203, 239, .18);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 92, 183, .18), transparent 20%),
    radial-gradient(circle at 86% 16%, rgba(189, 234, 255, .08), transparent 18%),
    linear-gradient(180deg, rgba(26, 7, 22, .98) 0%, rgba(17, 5, 16, .99) 54%, rgba(255, 245, 250, .98) 54.2%, rgba(255, 238, 246, .99) 100%);
  box-shadow: 0 26px 58px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255,255,255,.04);
}

.home-shell::before,
.home-shell::after {
  background: linear-gradient(90deg, rgba(255, 109, 192, 0), rgba(255, 132, 213, .95), rgba(194, 231, 255, .82), rgba(255, 109, 192, 0));
  box-shadow: 0 0 22px rgba(255, 124, 208, .34);
}

.hero-kicker,
.eyebrow {
  color: #f7cde3;
}

.hero-title {
  color: #ffe8f5;
  text-shadow: 0 8px 0 rgba(56, 13, 41, .34), 0 0 26px rgba(255, 94, 188, .14);
}

.hero-title-storybook .hero-title-accent {
  color: #f4dffb;
}

.hero-text,
.section-lede,
.product-body p,
.panel p,
.contact-card p,
.faq-card dd,
.policy-copy p,
.footer-bottom,
.footer-brand p,
.availability-panel p,
.step-box p,
.love-note-card p {
  color: var(--text-soft);
}

.cta-slab,
.ghost-slab {
  border-radius: 16px;
}

.cta-slab {
  background: linear-gradient(180deg, #ff8bd1 0%, #ff5bb7 48%, #ff2f99 100%);
  border-color: rgba(255, 232, 245, .18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.34), 0 16px 28px rgba(255, 66, 165, .26);
}

.cta-slab:hover,
.cta-slab:focus-visible {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.34), 0 18px 32px rgba(255, 66, 165, .32);
}

.ghost-slab {
  background: linear-gradient(180deg, rgba(92, 25, 73, .42), rgba(28, 8, 24, .78));
  color: #fff7fc;
  border-color: rgba(233, 189, 239, .28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 12px 22px rgba(0,0,0,.18);
}

.ghost-slab:hover,
.ghost-slab:focus-visible {
  background: linear-gradient(180deg, rgba(102, 31, 82, .48), rgba(32, 9, 27, .82));
}

.ghost-slab.dark,
.light-panel .ghost-slab {
  background: linear-gradient(180deg, rgba(255,249,252,.98), rgba(255,236,246,.98));
  color: var(--ink);
  border-color: rgba(176, 119, 154, .24);
}

.status-tag {
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff8fc;
  background:
    radial-gradient(circle at 18% 30%, rgba(255,255,255,.26) 0 2px, transparent 4px),
    radial-gradient(circle at 82% 34%, rgba(255,255,255,.18) 0 1.6px, transparent 3.2px),
    linear-gradient(180deg, rgba(211, 150, 247, .56), rgba(171, 98, 220, .48) 52%, rgba(109, 55, 162, .42));
  border: 1px solid rgba(255, 232, 247, .26);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 8px 18px rgba(123, 57, 170, .22);
}

.dark-panel,
.product-card,
.hero-visual-card,
.contact-card,
.faq-card,
.policy-copy,
.page-hero.dark-hero {
  background:
    radial-gradient(circle at 82% 14%, rgba(200, 138, 247, .08), transparent 22%),
    radial-gradient(circle at 18% 10%, rgba(255, 100, 189, .08), transparent 20%),
    linear-gradient(180deg, rgba(28, 8, 24, .96), rgba(13, 4, 12, .99));
  border-color: rgba(247, 202, 238, .16);
}

.product-stage,
.hero-product-stage {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 111, 198, .15), transparent 34%),
    radial-gradient(circle at 80% 16%, rgba(189, 234, 255, .06), transparent 22%),
    linear-gradient(180deg, rgba(38, 11, 31, .95), rgba(13, 4, 12, .98));
}

.light-panel,
.availability-panel,
.page-hero.soft-hero,
.love-note-card,
.step-box {
  background:
    radial-gradient(circle at 82% 14%, rgba(200, 138, 247, .10), transparent 24%),
    radial-gradient(circle at 20% 22%, rgba(255, 196, 228, .14), transparent 28%),
    linear-gradient(180deg, rgba(255, 248, 252, .99), rgba(255, 238, 246, .99));
  color: var(--ink);
  border-color: rgba(212, 170, 228, .56);
  box-shadow: 0 18px 36px rgba(54, 11, 42, .14), inset 0 1px 0 rgba(255,255,255,.32);
}

.ornament-title.dark,
.light-panel h2,
.availability-panel h3,
.step-box h3,
.page-hero.soft-hero h1,
.love-note-card,
.policy-copy h2,
.contact-card h2,
.faq-card h2 {
  color: var(--ink);
}

.panel.light-panel p,
.availability-panel p,
.step-box p,
.page-hero.soft-hero p,
.love-note-card p,
.light-panel .pricing-list li strong,
.policy-copy a,
.contact-card a,
.faq-card a,
.page-hero.soft-hero a {
  color: var(--ink-soft);
}

.price-guide-panel img {
  border-color: rgba(219, 181, 231, .48);
}

.footer-grid {
  gap: 22px;
}

.footer-brand p,
.footer-list a,
.footer-bottom p,
.footer-bottom a {
  color: var(--text-soft);
}

.footer-socials {
  margin-top: 14px;
  gap: 12px;
}

.footer-socials .social-chip {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.footer-socials .social-chip img {
  width: auto;
  height: 44px;
  filter: drop-shadow(0 8px 18px rgba(255, 75, 171, .22));
}

.footer-socials .social-chip:hover,
.footer-socials .social-chip:focus-visible {
  transform: translateY(-1px);
  box-shadow: none;
}

.footer-bottom {
  border-top-color: rgba(246, 196, 236, .14);
}

.mobile-quickbar {
  background: linear-gradient(180deg, rgba(30, 6, 23, .86), rgba(14, 3, 11, .95));
  border-color: rgba(244, 197, 236, .18);
  box-shadow: 0 20px 36px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.04);
}

@media (max-width: 720px) {
  body::before {
    background:
      url("../ui/sparkle-cluster-pink.svg") no-repeat -26px 38px / 150px,
      url("../ui/sparkle-cluster-blue.svg") no-repeat calc(100% + 22px) 120px / 142px,
      url("../ui/sparkle-cluster-pink.svg") no-repeat calc(100% + 18px) 52% / 132px,
      url("../ui/sparkle-cluster-blue.svg") no-repeat -20px 72% / 126px,
      url("../ui/sparkle-cluster-pink.svg") no-repeat -12px calc(100% - 160px) / 138px,
      url("../ui/sparkle-cluster-blue.svg") no-repeat calc(100% + 16px) calc(100% - 92px) / 128px;
  }

  body::after {
    opacity: .22;
  }

  .site-header {
    padding-top: 18px;
    gap: 8px;
  }

  .brand-lockup::after {
    font-size: .68rem;
    letter-spacing: .15em;
  }

  .brand-logo {
    width: min(100%, 260px);
  }

  .site-nav {
    gap: 10px 16px;
  }

  .site-nav a,
  .nav-slab {
    font-size: .9rem;
  }

  .hero-copy .hero-logo {
    width: min(100%, 320px);
  }

  .footer-socials .social-chip img {
    height: 40px;
  }
}
