@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-soft: #f6fbff;
  --text: #141826;
  --muted: #59627d;
  --line: #dce4f0;
  --line-strong: #ced9e9;
  --accent: #ec4a9d;
  --accent-deep: #c02f75;
  --accent-soft: #ffe5f2;
  --aqua: #2c94b5;
  --mint: #b8eee2;
  --gold: #ffe2ad;
  --ring: rgba(234, 79, 155, 0.32);
  --shadow-soft: 0 10px 30px rgba(17, 22, 36, 0.08);
  --shadow-strong: 0 22px 48px rgba(17, 22, 36, 0.14);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  font-family: "Fraunces", "Georgia", serif;
  color: var(--text);
  line-height: 1.55;
  background:
    radial-gradient(1200px 420px at 8% -10%, rgba(255, 187, 225, 0.3), transparent 66%),
    radial-gradient(1100px 440px at 94% -6%, rgba(163, 227, 255, 0.36), transparent 65%),
    radial-gradient(900px 360px at 52% 104%, rgba(255, 226, 170, 0.2), transparent 74%),
    linear-gradient(180deg, #f9fcff 0%, #f2f7ff 100%);
}

h1,
h2,
h3 {
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  letter-spacing: 0;
  font-weight: 800;
}

.logo {
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  letter-spacing: 0.015em;
}

img {
  max-width: 100%;
}

img[data-zoomable="true"] {
  cursor: zoom-in;
}

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

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

.skip-link {
  position: fixed;
  top: -120px;
  left: 14px;
  z-index: 999;
  background: #101729;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus-visible {
  top: 10px;
}

.container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.announcement {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #fff5fb, #eef8ff 56%, #fff8ed);
  color: #4f5a7d;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
}

.announcement-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  text-align: center;
  text-wrap: balance;
}

.announcement-mobile {
  display: none;
}

.announcement-desktop,
.announcement-mobile {
  margin-left: 0.18em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 110;
  background: rgba(250, 253, 255, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo {
  font-size: clamp(1.35rem, 2.1vw, 1.7rem);
}

.logo-image {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #e4e9f8;
  box-shadow: 0 8px 16px rgba(30, 34, 56, 0.12);
  display: none;
}

.nav {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #d9dff0;
  background: linear-gradient(140deg, #ffffff, #edf6ff);
  color: #2f3658;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}

.mobile-cart-link {
  display: none;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.nav a {
  color: #2f3658;
  border-radius: 999px;
  padding: 8px 11px;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid transparent;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.active {
  border-color: var(--line);
  background: #f2f7ff;
}

.page-main {
  padding-bottom: 48px;
}

.hero {
  padding: 66px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

.hero-copy,
.hero-visual {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.hero-copy {
  background:
    linear-gradient(145deg, rgba(255, 246, 251, 0.95), rgba(236, 246, 255, 0.96));
  padding: clamp(24px, 3.5vw, 40px);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #dfd7f1;
  color: #565192;
  background: linear-gradient(145deg, #fef8ff, #f2f7ff);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 12px 0 10px;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.05;
}

.hero p {
  max-width: 56ch;
  color: var(--muted);
  margin: 0;
  font-size: 1.04rem;
}

.hero-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mobile-quick-note {
  display: none;
  margin-top: 10px;
  border: 1px solid #edd3e5;
  border-radius: 12px;
  background: linear-gradient(140deg, #fff2f9, #eef9ff);
  color: #3b3f64;
  padding: 10px 12px;
  font-size: 0.84rem;
}

.hero-meta {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 10px;
}

.hero-stat {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(252, 251, 255, 0.95), rgba(239, 248, 255, 0.95));
  padding: 10px 12px;
}

.hero-stat strong {
  display: block;
  font-size: 1.1rem;
}

.hero-stat span {
  font-size: 0.82rem;
  color: #5a6288;
}

.hero-visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f2f7ff, #fff9f2);
  padding: 14px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(6, 10, 24, 0), rgba(8, 12, 27, 0.52));
}

.hero-tag {
  position: absolute;
  left: 20px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.section {
  padding: 34px 0;
}

.section-title {
  margin: 0;
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  line-height: 1.1;
}

.section-sub {
  margin: 10px 0 18px;
  color: var(--muted);
  max-width: 62ch;
  text-wrap: balance;
}

.shop-section-sub {
  max-width: 100%;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.97));
  box-shadow: var(--shadow-soft);
}

.section-shell {
  padding: clamp(18px, 2.8vw, 30px);
}

.max-1000 {
  max-width: 1000px;
}

.max-980 {
  max-width: 980px;
}

.max-700 {
  max-width: 700px;
}

.copy-relaxed {
  line-height: 1.75;
}

.heading-reset {
  margin-top: 0;
}

.block-image {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.media-image-tall {
  max-height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

.inline-btn-link {
  display: inline-block;
}

.form-row-wide {
  gap: 12px;
  flex-wrap: wrap;
}

.flex-grow-220 {
  flex: 1 1 220px;
}

.w-150 {
  width: 150px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.p-10 {
  padding: 10px;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.96));
  box-shadow: 0 8px 20px rgba(17, 22, 36, 0.06);
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.card:hover {
  box-shadow: 0 10px 22px rgba(17, 22, 36, 0.09);
}

.value-card h3 {
  margin: 0;
  font-size: 1.18rem;
}

.value-card p {
  margin: 8px 0 0;
}

.step-card {
  border: 1px solid #d8e8f0;
  border-radius: 14px;
  background: linear-gradient(140deg, #fcf8ff, #edf9ff);
  padding: 14px;
  color: #2d3150;
}

.step-num {
  color: #1585a5;
  font-weight: 900;
  margin-right: 8px;
}

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

.buyer-card {
  background: linear-gradient(145deg, #ffffff, #f5faff);
}

.buyer-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.buyer-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.buyer-list li {
  color: #2f3558;
  line-height: 1.5;
}

.review-strip {
  margin-top: 14px;
  padding: 16px;
}

.review-strip-title {
  margin: 0;
}

.review-list-home {
  margin-top: 12px;
}

.section-link {
  color: var(--accent-deep);
  font-weight: 700;
}

.shop-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.filter-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(145deg, #ffffff, #edf7ff);
  color: #3a486f;
  font-weight: 800;
  font-size: 0.84rem;
  padding: 8px 12px;
  cursor: pointer;
}

.filter-chip.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(140deg, #2f8eb2, #4f63bf 56%, #cd4086);
  box-shadow: 0 8px 20px rgba(53, 78, 150, 0.25);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}

.product-grid.single-item-grid {
  grid-template-columns: minmax(260px, 360px);
  justify-content: center;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}

.product-card .product-image-wrap img {
  transition: transform 0.3s ease;
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.02);
}

.product-image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d6e1f1;
}

.product-image-link {
  display: block;
  color: inherit;
}

.product-title-link {
  color: inherit;
}

.product-title-link:hover,
.product-title-link:focus-visible {
  color: var(--accent-deep);
}

.product-image-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.product-pill {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(15, 22, 45, 0.8);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-type-pill {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.product-type-mystery {
  background: rgba(255, 132, 190, 0.95);
  color: #fff;
}

.product-type-curated {
  background: rgba(53, 168, 193, 0.94);
  color: #fff;
}

.product-type-live {
  background: rgba(246, 185, 82, 0.96);
  color: #38220a;
}

.product-type-addon {
  background: rgba(110, 90, 210, 0.93);
  color: #fff;
}

.product-card h3 {
  margin: 0;
  font-size: 1.14rem;
}

.price {
  margin: 2px 0 0;
  font-weight: 800;
  color: #2f7198;
}

.small {
  color: var(--muted);
  font-size: 0.88rem;
}

.status {
  margin-top: 8px;
  min-height: 1.2em;
}

.cart,
.checkout-panel {
  margin-top: 18px;
  border: 1px solid #d6dfef;
  border-radius: var(--radius);
  background: linear-gradient(140deg, #ffffff, #f1f8ff);
  box-shadow: var(--shadow-soft);
  padding: 16px;
}

.cart-list {
  display: grid;
  gap: 16px;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 22px;
  align-items: start;
}

.cart-summary-card {
  position: sticky;
  top: 104px;
  padding: 18px;
  border: 1px solid #cfe0ef;
  border-radius: 20px;
  background:
    radial-gradient(160% 90% at 108% -12%, rgba(255, 172, 206, 0.28), transparent 54%),
    radial-gradient(150% 80% at -6% -22%, rgba(129, 218, 248, 0.3), transparent 52%),
    linear-gradient(160deg, #ffffff, #eef7ff);
  box-shadow: 0 18px 34px rgba(20, 32, 56, 0.14);
}

.cart-summary-card:hover {
  transform: none;
  box-shadow: 0 18px 34px rgba(20, 32, 56, 0.14);
}

.cart-summary-kicker {
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: #4e5f92;
}

.cart-summary-subtitle {
  margin: 0;
}

.cart-summary-total {
  margin: 6px 0 0;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  color: #1f3766;
}

.cart-summary-note {
  margin: 12px 0 0;
}

.packing-choice {
  margin: 12px 0 0;
  padding: 12px;
  border: 1px solid #d7e2f2;
  border-radius: 14px;
  background: linear-gradient(152deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.95));
}

.packing-choice-title {
  margin: 0;
  padding: 0 6px;
  font-weight: 800;
  color: #3f527f;
}

.packing-choice-row {
  margin-top: 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
}

.packing-choice-row + .packing-choice-row {
  margin-top: 8px;
}

.packing-choice-status {
  margin: 8px 0 0;
}

.packing-choice-link {
  margin-top: 8px;
  width: 100%;
  justify-content: center;
}

.cart-summary-actions {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.cart-summary-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cart-summary-actions-secondary {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cart-summary-actions-secondary .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  border: 1px solid #d9e4f1;
  border-radius: 18px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.98));
  box-shadow: 0 10px 20px rgba(22, 35, 60, 0.08);
}

.cart-row-main {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  min-width: 0;
  flex: 1 1 auto;
}

.cart-item-image {
  width: 78px;
  height: 78px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid #cfdced;
  background: #fff;
  box-shadow: 0 10px 18px rgba(22, 34, 58, 0.13);
}

.cart-item-copy {
  min-width: 0;
}

.cart-item-name {
  display: block;
  color: #1e3263;
  line-height: 1.3;
  font-size: 1.04rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-item-meta {
  margin: 3px 0 0;
}

.cart-item-line {
  margin: 6px 0 0;
  color: #1e5f90;
}

.cart-item-custom {
  margin-top: 10px;
  border: 1px solid #d5deef;
  border-radius: 12px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.96));
  padding: 10px;
}

.cart-pref-label {
  margin-bottom: 6px;
  font-size: 0.84rem;
}

.cart-pref-hint {
  margin: 8px 0 0;
}

.cart-row-controls {
  justify-content: flex-end;
  align-self: start;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 10px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.cart-qty-value {
  min-width: 34px;
  text-align: center;
  font-weight: 800;
  color: #33406b;
  font-size: 0.9rem;
}

.cart-qty-input {
  width: 62px;
  min-width: 62px;
  height: 32px;
  margin: 0;
  padding: 0;
  line-height: 32px;
  text-align: center;
  font-weight: 800;
  color: #33406b;
  border-radius: 999px;
  border: 1px solid #cedced;
  background: #fff;
  appearance: textfield;
}

.cart-qty-input::-webkit-outer-spin-button,
.cart-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-actions {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  flex-wrap: wrap;
}

.qty-btn {
  min-width: 32px;
  min-height: 32px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 999px;
}

.cart-remove-btn {
  min-width: 88px;
}

.cart-item-link {
  color: inherit;
  text-decoration: none;
}

.cart-item-link:hover .cart-item-name,
.cart-item-link:focus-visible .cart-item-name {
  color: var(--accent-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.cart-empty-state {
  text-align: center;
  padding: 28px 20px;
  border-radius: 20px;
  background:
    radial-gradient(120% 90% at 102% -10%, rgba(255, 188, 216, 0.25), transparent 54%),
    radial-gradient(130% 90% at -12% -18%, rgba(160, 227, 251, 0.28), transparent 52%),
    linear-gradient(160deg, #fff, #f3f9ff);
}

.cart-empty-emoji {
  font-size: 2rem;
  margin: 0 0 10px;
}

.row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.space {
  justify-content: space-between;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  padding: 11px 16px;
  font-weight: 800;
  font-size: 0.92rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(140deg, #2f8eb2, #4c62be 56%, #cc3d84);
  color: #fff;
  box-shadow: 0 9px 20px rgba(61, 84, 156, 0.24);
}

.btn-secondary {
  background: linear-gradient(140deg, #ffffff, #edf7ff);
  border-color: var(--line);
  color: #3f4a76;
}

.btn-ghost {
  background: linear-gradient(140deg, #ffffff, #f0f8ff);
  border-color: var(--line);
  color: #3f4a76;
}

.btn:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none;
}

.cart-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 120;
}

.cart-toast {
  position: fixed;
  left: 50%;
  bottom: 88px;
  transform: translate(-50%, 14px);
  opacity: 0;
  pointer-events: none;
  z-index: 220;
  color: #fff;
  background: linear-gradient(120deg, #202a47, #c02f75);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 0 14px 26px rgba(14, 21, 43, 0.28);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.cart-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cart-preview-pop {
  position: fixed;
  z-index: 230;
  min-width: 250px;
  max-width: 360px;
  border: 1px solid #d5dff0;
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.98));
  box-shadow: 0 16px 28px rgba(18, 25, 48, 0.2);
  padding: 10px 12px;
  color: #32406a;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart-preview-pop.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cart-preview-title {
  margin: 0 0 6px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #4a5a8b;
}

.cart-preview-list {
  margin: 0;
  display: grid;
  gap: 8px;
}

.cart-preview-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 8px;
  align-items: center;
}

.cart-preview-thumb {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #d4dff0;
}

.cart-preview-copy {
  min-width: 0;
}

.cart-preview-name {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #2f3b62;
  line-height: 1.3;
}

.cart-preview-price {
  margin: 2px 0 0;
  font-size: 0.78rem;
  color: #4f5f91;
}

.cart-preview-more {
  margin: 6px 0 0;
  font-size: 0.78rem;
  color: #5b6790;
}

.cart-preview-cta {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.fly-token {
  position: fixed;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(140deg, #fff0f8, #ffe9ba);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 10px 18px rgba(22, 30, 52, 0.22);
  display: grid;
  place-items: center;
  color: #cb2e75;
  font-size: 20px;
  line-height: 1;
  z-index: 250;
  pointer-events: none;
  opacity: 0.98;
  transform: translate(0, 0) scale(1);
  transition:
    transform 0.72s cubic-bezier(0.2, 0.92, 0.3, 1),
    opacity 0.72s ease;
}

@keyframes cartPulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.cart-pop {
  animation: cartPulse 0.32s ease;
}

input,
textarea,
select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #cfd6ec;
  padding: 11px 12px;
  background: #fff;
  color: var(--text);
}

select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 38px;
  background-image:
    linear-gradient(45deg, transparent 50%, #5a6690 50%),
    linear-gradient(135deg, #5a6690 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

label {
  display: block;
  font-weight: 700;
  color: #2e385f;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px;
}

.review-list {
  display: grid;
  gap: 12px;
}

.review-card {
  border: 1px solid #d8def0;
  background: linear-gradient(150deg, #ffffff, #f5f9ff);
  border-radius: 14px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #f155a8, #4f9bd2);
}

.reviews-shell {
  background: linear-gradient(155deg, rgba(255, 248, 252, 0.96), rgba(238, 247, 255, 0.96));
}

.reviews-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
  align-items: center;
  background: linear-gradient(145deg, #fff9fc, #edf8ff);
}

.reviews-badge {
  margin-bottom: 8px;
}

.reviews-hero-note {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.reviews-hero-image {
  max-height: 250px;
}

.reviews-form-card {
  background: linear-gradient(150deg, #ffffff, #eef7ff);
}

.reviews-feed .section-title {
  margin-top: 0;
}

.contact-shell {
  background: linear-gradient(155deg, rgba(255, 249, 253, 0.95), rgba(238, 247, 255, 0.96));
}

.contact-intro {
  background: linear-gradient(145deg, #fff9fc, #edf8ff);
}

.contact-kicker {
  margin: 0 0 6px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: #55659a;
}

.contact-methods-card,
.contact-links-card {
  background: linear-gradient(150deg, #ffffff, #f3f9ff);
}

.faq-shell {
  background: linear-gradient(155deg, rgba(255, 250, 253, 0.95), rgba(236, 248, 255, 0.97));
}

.faq-hero {
  background:
    radial-gradient(130% 80% at 94% -15%, rgba(255, 184, 220, 0.28), transparent 56%),
    radial-gradient(130% 80% at -8% 110%, rgba(149, 223, 255, 0.26), transparent 58%),
    linear-gradient(155deg, #ffffff, #eef8ff);
}

.faq-hero .section-sub {
  margin-bottom: 14px;
}

.faq-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.faq-group {
  display: grid;
  gap: 10px;
}

.faq-group-title {
  margin: 0;
  font-size: 1.2rem;
  color: #2f3f69;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: #2d3a62;
  padding: 14px 44px 14px 16px;
  position: relative;
  line-height: 1.4;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid #d7deef;
  background: linear-gradient(145deg, #ffffff, #edf6ff);
  color: #4b5885;
  font-weight: 900;
  font-size: 0.95rem;
}

.faq-item[open] summary {
  border-bottom: 1px solid #dde5f3;
  background: linear-gradient(160deg, #ffffff, #f5faff);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 12px 16px 14px;
  color: #495478;
}

.faq-item p a {
  color: #1f5f99;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
  color: #3e4770;
}

.consent-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.consent-row input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-top: 0;
  accent-color: #f5639f;
  flex: 0 0 auto;
}

.required-asterisk {
  color: #c20e3a;
  font-weight: 900;
  margin-right: 2px;
}

.terms-consent-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
}

.terms-consent-row input[type="checkbox"] {
  margin: 0 !important;
  align-self: center;
  justify-self: center;
}

.terms-consent-row > span {
  line-height: 1.35;
}

.terms-consent-row a {
  color: #1f5f99;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.terms-consent-row a:hover,
.terms-consent-row a:focus-visible {
  color: #163f72;
  text-decoration-thickness: 3px;
}

.packing-choice .consent-row {
  align-items: center;
}

.packing-choice .consent-row input[type="radio"] {
  margin: 0 !important;
  align-self: center;
  justify-self: center;
}

.packing-choice-row span {
  line-height: 1.35;
}

.packing-choice-row a {
  color: #1f5f99;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.packing-choice-row a:hover,
.packing-choice-row a:focus-visible {
  color: #163f72;
  text-decoration-thickness: 3px;
}

.legal-note {
  border: 1px solid #d8dfef;
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff, #f2f8ff);
  padding: 10px 12px;
  color: #3e4770;
  margin: 4px 0 14px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
  gap: 18px;
  align-items: start;
}

.product-image-panel {
  border: 1px solid #dae2f4;
  background: #ffffff;
  border-radius: var(--radius);
  overflow: hidden;
}

.product-image-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: linear-gradient(160deg, #ffffff, #f1f8ff);
}

.product-form-panel {
  border: 1px solid #dbe2f5;
  border-radius: var(--radius);
  background: #ffffff;
  padding: 16px;
}

.product-note {
  margin-top: 8px;
}

.curated-block {
  margin-top: 28px;
}

.add-on-wrap {
  margin-top: 10px;
}

.add-on-grid {
  display: grid;
  gap: 8px;
}

.add-on-option {
  border: 1px solid #d7d0eb;
  background: linear-gradient(140deg, #ffffff, #f3f8ff);
  border-radius: 12px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.add-on-option input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.add-on-option span {
  display: grid;
  gap: 2px;
}

.add-on-option small {
  color: #5f6688;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 14px;
}

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

.order-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.order-item {
  border: 1px solid #d7ddf0;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: grab;
}

.order-item:active {
  cursor: grabbing;
}

.order-item.dragging {
  opacity: 0.45;
}

.link-item {
  border: 1px solid #d7ddf0;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.order-handle {
  color: #7a84a8;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.footer {
  border-top: 1px solid #d5dced;
  color: #566084;
  text-align: center;
  padding: 18px;
  font-size: 0.88rem;
  background: linear-gradient(180deg, rgba(248, 252, 255, 0.97), rgba(239, 247, 255, 0.98));
}

.footer-links {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #3e4a7a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-meta {
  margin-top: 6px;
  font-size: 0.78rem;
  color: #6a7496;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background:
    radial-gradient(900px 380px at 20% 10%, rgba(255, 181, 223, 0.2), transparent 70%),
    radial-gradient(900px 380px at 80% 90%, rgba(151, 224, 255, 0.18), transparent 70%),
    rgba(8, 12, 24, 0.86);
  display: grid;
  place-items: center;
  padding: 24px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-frame {
  position: relative;
  display: inline-block;
}

.lightbox-image {
  max-width: min(1000px, 92vw);
  max-height: 86vh;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 28px 44px rgba(0, 0, 0, 0.42);
  background: #fff;
  display: block;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: linear-gradient(145deg, rgba(255, 239, 248, 0.95), rgba(236, 245, 255, 0.94));
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 18px rgba(17, 24, 46, 0.24);
  color: #7a3162;
  font-size: 1.35rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  transform: translateY(-1px) scale(1.03);
  background: linear-gradient(145deg, rgba(255, 228, 244, 0.98), rgba(227, 240, 255, 0.97));
  color: #5f2750;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  animation: fadeUp 0.6s ease both;
}

.reveal-delay-1 {
  animation-delay: 0.08s;
}

.reveal-delay-2 {
  animation-delay: 0.16s;
}

@media (max-width: 1000px) {
  .hero-grid,
  .about-grid,
  .product-layout,
  .order-grid {
    grid-template-columns: 1fr;
  }

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

  .cart-summary-card {
    position: static;
    top: auto;
  }

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

  .value-grid,
  .steps-grid,
  .buyer-grid,
  .hero-meta {
    grid-template-columns: 1fr;
  }

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

  .faq-hero-links .btn {
    width: 100%;
    justify-content: center;
  }

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

@media (max-width: 760px) {
  .announcement-inner {
    min-height: 34px;
    white-space: nowrap;
  }

  .announcement-core,
  .announcement-desktop {
    display: none;
  }

  .announcement-mobile {
    display: inline;
  }

  .header-inner {
    padding: 12px 0;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    gap: 0;
  }

  .site-header.mobile-nav-ready .nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    width: max-content;
    max-width: calc(100vw - 20px);
    z-index: 140;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255, 247, 252, 0.98), rgba(242, 250, 255, 0.98));
    box-shadow: 0 14px 26px rgba(17, 22, 36, 0.16);
    padding: 10px;
    display: grid;
    gap: 6px;
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .site-header.mobile-nav-ready .nav a {
    padding: 9px 11px;
    width: auto;
    text-align: left;
    white-space: nowrap;
  }

  .site-header.mobile-nav-ready .nav a[href="/cart.html"] {
    display: none;
  }

  .site-header.mobile-nav-ready.menu-open .nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: 6px;
  }

  .mobile-cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    white-space: nowrap;
    margin-left: auto;
    min-width: 44px;
    line-height: 1;
    font-size: 1.1rem;
  }

  .hero {
    padding-top: 26px;
  }

  .page-home {
    display: flex;
    flex-direction: column;
  }

  .page-home > .hero {
    order: 1;
  }

  .page-home > #shop {
    order: 2;
    padding-top: 12px;
  }

  .page-home > #how-it-works {
    order: 3;
    padding-top: 14px;
  }

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

  .hero p {
    font-size: 0.95rem;
  }

  .page-home #heroSubcopy,
  .page-home .hero-meta,
  .page-home .shop-section-sub,
  .page-home .legal-note {
    display: none;
  }

  .hero-row .btn-ghost {
    display: none;
  }

  .mobile-quick-note {
    display: block;
  }

  .cart-row {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .cart-row-main {
    grid-template-columns: 56px 1fr;
    width: 100%;
  }

  .cart-item-image {
    width: 56px;
    height: 56px;
  }

  .cart-row-controls {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
  }

  .qty-control {
    margin-right: 4px;
  }

  .cart-remove-btn {
    min-width: 0;
  }

  .cart-summary-actions-secondary {
    grid-template-columns: 1fr;
  }

  .cart-float {
    left: 16px;
    right: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 20px);
    text-align: center;
    padding: 10px 14px;
    font-size: 0.9rem;
  }

  .cart-float.mobile-cart-managed {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .cart-float.mobile-cart-managed.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .cart-toast {
    left: 16px;
    right: 16px;
    transform: translate(0, 14px);
    text-align: center;
  }

  .cart-toast.show {
    transform: translate(0, 0);
  }

  .footer {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 112px);
  }

  .footer-links {
    display: grid;
    gap: 2px;
  }

  .footer-links span[aria-hidden="true"] {
    display: none;
  }

  .section {
    padding: 24px 0;
  }
}

.queue-page {
  --queue-bg-1: #fff7f5;
  --queue-bg-2: #fff2fb;
  --queue-bg-3: #eff9ff;
  --queue-ink: #2a2340;
  --queue-muted: #685d88;
  --queue-line: #e8dff2;
  --queue-card: rgba(255, 255, 255, 0.86);
  --queue-card-strong: rgba(255, 255, 255, 0.94);
  --queue-shadow: 0 12px 28px rgba(106, 69, 120, 0.14);
  --queue-now-accent: #ff7cb6;
  --queue-next-accent: #35a6c6;
  --queue-badge: #ff4f92;
  min-height: 100vh;
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: clamp(2px, 0.6vw, 6px);
  font-family: "Plus Jakarta Sans", "Nunito", sans-serif;
  background:
    radial-gradient(84% 56% at 8% -10%, rgba(255, 171, 204, 0.35), transparent 72%),
    radial-gradient(80% 60% at 94% 112%, rgba(140, 224, 255, 0.33), transparent 70%),
    linear-gradient(170deg, var(--queue-bg-1) 0%, var(--queue-bg-2) 42%, var(--queue-bg-3) 100%);
}

.queue-shell {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 4px);
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
}

.queue-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(140deg, rgba(255, 247, 252, 0.98), rgba(240, 248, 255, 0.97));
  padding: 6px 10px;
}

.queue-kicker {
  margin: 0;
  color: #3c4869;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.queue-home-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid var(--queue-line);
  background: rgba(255, 255, 255, 0.88);
  padding: 6px 12px;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #2d3552;
}

.queue-home-link:hover,
.queue-home-link:focus-visible {
  border-color: #b8d7f6;
  background: #f5f9ff;
}

.queue-topbar-updated {
  margin: 0;
  color: #505c82;
  font-size: 0.74rem;
  font-weight: 700;
}

.queue-topbar-updated strong {
  color: #2f3550;
  font-size: 0.85rem;
}

.queue-main-grid {
  display: grid;
  min-height: 0;
  min-width: 0;
  gap: clamp(6px, 1vw, 12px);
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 0.34fr) minmax(0, 0.66fr);
}

.queue-now-serving,
.queue-up-next-card {
  min-height: 0;
  min-width: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid var(--queue-line);
  box-shadow: var(--queue-shadow);
  padding: clamp(5px, 0.8vw, 9px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.queue-now-serving {
  background: linear-gradient(145deg, rgba(255, 237, 246, 0.96), rgba(255, 249, 255, 0.94));
}

.queue-now-serving::before,
.queue-up-next-card::before {
  content: "";
  position: absolute;
  inset: -40% -30%;
  opacity: 0.26;
  pointer-events: none;
  z-index: -1;
}

.queue-now-serving::before {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 99, 159, 0.35), transparent 42%),
    radial-gradient(circle at 88% 92%, rgba(255, 171, 61, 0.24), transparent 50%);
}

.queue-up-next-card::before {
  background:
    radial-gradient(circle at 10% 14%, rgba(72, 202, 228, 0.3), transparent 46%),
    radial-gradient(circle at 88% 90%, rgba(175, 222, 255, 0.32), transparent 54%);
}

.queue-card-kicker {
  margin: 0;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.72rem, 2.9vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--queue-muted);
}

.queue-now-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.queue-now-name-inline {
  margin: 0;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.2rem, 5.6vw, 2.25rem);
  font-weight: 800;
  color: #4a426f;
  text-align: right;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}

.queue-now-scoops-inline {
  font-size: clamp(1rem, 4.1vw, 1.55rem);
  font-weight: 900;
  color: #1f90b2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.queue-name {
  margin: 4px 0 0;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.05rem, 8.2vw, 3rem);
  line-height: 0.86;
  color: var(--queue-ink);
  font-weight: 800;
  letter-spacing: -0.01em;
  text-wrap: balance;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72);
}

.queue-order-ref {
  margin: 1px 0 0;
  color: #6f688f;
  font-weight: 800;
  min-height: 1em;
  font-size: clamp(0.52rem, 2.2vw, 0.74rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.queue-serving-main {
  margin-top: -4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 4px;
}

.queue-serving-primary {
  min-width: 0;
}

.queue-serving-details {
  grid-column: 1 / -1;
  margin-top: -8px;
  display: grid;
  gap: 2px;
  justify-items: stretch;
  text-align: left;
  align-content: start;
  min-width: 0;
  width: 100%;
}

.queue-serving-detail {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  font-size: clamp(0.68rem, 2.2vw, 0.98rem);
  line-height: 1.14;
  font-weight: 700;
  white-space: normal;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: 6px 10px;
  border-radius: 12px;
  background: var(--queue-card-strong);
  border: 1px solid rgba(230, 221, 242, 0.9);
  box-shadow: 0 6px 16px rgba(86, 62, 110, 0.08);
}

.queue-serving-detail span {
  flex: 0 0 auto;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.queue-serving-detail strong {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
  text-align: left;
  font-weight: 900;
  color: #2f2850;
}

.queue-serving-detail-scoops span {
  color: #1188ab;
}

.queue-serving-detail-prefs span {
  color: #2d9c70;
}

.queue-serving-detail-avoid span {
  color: #cf3456;
}

.queue-serving-detail-scoops strong {
  color: #125067;
}

.queue-serving-detail-prefs strong {
  color: #215c47;
}

.queue-serving-detail-avoid strong {
  color: #7a1733;
}

.queue-up-next-card {
  background: linear-gradient(160deg, rgba(242, 251, 255, 0.96), rgba(255, 255, 255, 0.95));
}

.queue-up-next-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  padding: 0 6px;
}

.queue-count {
  margin: 0;
  color: #4d6e89;
  font-size: clamp(0.5rem, 2vw, 0.72rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0 6px;
}

.queue-up-next-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 0;
  overflow: auto;
}

.queue-up-next-item,
.queue-empty {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  min-width: 0;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(222, 232, 244, 0.94);
  border-radius: 12px;
  background: var(--queue-card);
  backdrop-filter: blur(3px);
  padding: 5px 7px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.queue-up-next-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(90, 120, 144, 0.18);
}

.queue-empty {
  grid-template-columns: 1fr;
  color: #677097;
  text-align: center;
  font-weight: 800;
  font-size: clamp(0.58rem, 2.3vw, 0.84rem);
}

.queue-position {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.44rem, 1.6vw, 0.6rem);
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, var(--queue-badge), #ff89b8);
  box-shadow: 0 6px 12px rgba(255, 79, 146, 0.36);
}

.queue-next-name {
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.62rem, 2.55vw, 1rem);
  line-height: 1.05;
  font-weight: 800;
  color: #2d2a4f;
  overflow-wrap: anywhere;
  min-width: 0;
}

.queue-next-name-wrap {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
}

.queue-next-scoops {
  flex: 0 0 auto;
  font-size: clamp(0.42rem, 1.6vw, 0.58rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1f90b2;
  background: rgba(208, 242, 251, 0.92);
  border: 1px solid rgba(145, 217, 238, 0.95);
  border-radius: 999px;
  padding: 2px 4px;
}

.queue-next-ref {
  color: #60749b;
  font-size: clamp(0.44rem, 1.7vw, 0.64rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.queue-status {
  margin: 0;
  padding: 2px 4px 1px;
  color: #615d88;
  font-size: clamp(0.45rem, 1.7vw, 0.64rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  animation: queuePulse 2.5s ease-in-out infinite;
}

@media (max-width: 760px) {
  .queue-name {
    font-size: clamp(0.95rem, 8.5vw, 1.7rem);
  }
}

@media (orientation: portrait) {
  .queue-name {
    font-size: clamp(0.92rem, 7.8vw, 1.6rem);
  }

  .queue-serving-detail {
    font-size: clamp(0.66rem, 2.5vw, 0.94rem);
  }
}

@media (max-width: 190px) {
  .queue-serving-main {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .queue-serving-details {
    justify-items: start;
    text-align: left;
  }
}

@media (min-width: 680px) and (orientation: landscape) {
  .queue-shell {
    width: 100%;
  }

  .queue-main-grid {
    grid-template-rows: minmax(0, 0.38fr) minmax(0, 0.62fr);
  }
}

@keyframes queuePulse {
  0%,
  100% {
    opacity: 0.65;
  }
  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* The Sweetest Spin visual override: retro arcade candy aesthetic */
:root {
  --bg: #fff3db;
  --surface: #fffdf6;
  --surface-soft: #fff6e7;
  --text: #2b1125;
  --muted: #69475f;
  --line: #f4c9ae;
  --line-strong: #d58e7b;
  --accent: #ff5f2e;
  --accent-deep: #b32622;
  --accent-soft: #ffe2cd;
  --aqua: #008b8f;
  --mint: #c6ffe4;
  --gold: #ffd385;
  --ring: rgba(255, 95, 46, 0.34);
  --shadow-soft: 0 14px 32px rgba(108, 37, 35, 0.14);
  --shadow-strong: 0 24px 60px rgba(89, 25, 32, 0.22);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 24px;
}

body {
  font-family: "Fraunces", "Georgia", serif;
  line-height: 1.6;
  background:
    radial-gradient(1200px 420px at -5% 0%, rgba(255, 214, 126, 0.55), transparent 62%),
    radial-gradient(900px 340px at 108% 18%, rgba(80, 221, 207, 0.42), transparent 63%),
    linear-gradient(180deg, #fff8ec 0%, #ffeeda 62%, #ffe6cc 100%);
}

h1,
h2,
h3,
.logo,
.section-title,
.badge,
.hero-stat strong,
.btn,
.filter-chip {
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  letter-spacing: 0.02em;
}

.logo {
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  text-transform: uppercase;
  color: #71282b;
}

.announcement {
  border-bottom: 2px solid #ca6957;
  background: linear-gradient(90deg, #ffd064, #ffa85f 45%, #ff6c4b 100%);
  color: #4e1f1d;
}

.site-header {
  background: rgba(255, 247, 234, 0.9);
  backdrop-filter: blur(10px) saturate(120%);
  border-bottom: 2px solid #f0b387;
}

.nav a {
  color: #6f2d2c;
  border-radius: 12px;
  padding: 8px 12px;
  border: 2px solid transparent;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.active {
  border-color: #f29f7e;
  background: #fff2dd;
}

.hero-copy,
.hero-visual,
.panel,
.card,
.cart,
.checkout-panel {
  border: 2px solid #f2b08d;
}

.hero-copy {
  background:
    radial-gradient(120% 100% at 100% -30%, rgba(255, 191, 131, 0.42), transparent 56%),
    radial-gradient(100% 90% at -20% 0%, rgba(84, 217, 203, 0.28), transparent 56%),
    linear-gradient(160deg, rgba(255, 252, 244, 0.97), rgba(255, 239, 216, 0.98));
}

.badge {
  border: 2px solid #eb8d64;
  color: #7a2e26;
  background: linear-gradient(140deg, #ffeaa7, #ffc583);
}

.hero h1 {
  color: #6f1f1d;
  line-height: 1.08;
}

.hero p,
.section-sub,
.small {
  color: #6a455f;
}

.hero-stat {
  background: linear-gradient(150deg, #fffdf7, #ffe7ce);
  border: 2px solid #f1bf9c;
}

.hero-stat span {
  color: #7c5367;
}

.hero-visual {
  background:
    linear-gradient(150deg, #ffdb9e, #ffc28e 45%, #ff9f74),
    linear-gradient(0deg, transparent, transparent);
}

.hero-visual::after {
  background: linear-gradient(180deg, rgba(74, 20, 21, 0), rgba(88, 24, 24, 0.62));
}

.hero-tag {
  color: #fff7eb;
  text-shadow: 0 2px 0 rgba(78, 21, 22, 0.4);
}

.section-link,
.price {
  color: #a73029;
}

.filter-chip {
  border: 2px solid #f0a884;
  background: linear-gradient(145deg, #fff9ed, #ffe9d2);
  color: #7a2f2a;
}

.filter-chip.active {
  background: linear-gradient(140deg, #ff824f, #ff5f2e 55%, #cc2b2b);
  box-shadow: 0 10px 24px rgba(183, 57, 35, 0.28);
}

.product-image-wrap {
  border: 2px solid #f1ad89;
  border-radius: 12px;
}

.product-pill {
  background: rgba(125, 41, 35, 0.84);
}

.product-type-mystery {
  background: rgba(255, 111, 54, 0.95);
}

.product-type-curated {
  background: rgba(0, 139, 143, 0.95);
}

.product-type-live {
  background: rgba(255, 217, 131, 0.96);
}

.product-type-addon {
  background: rgba(130, 55, 62, 0.92);
}

.btn-primary {
  background: linear-gradient(140deg, #ff8d55, #ff5f2e 54%, #b32622);
  box-shadow: 0 12px 24px rgba(179, 56, 38, 0.3);
}

.btn-secondary,
.btn-ghost {
  background: linear-gradient(140deg, #fffef9, #ffeed8);
  border-color: #f1b28f;
  color: #7a2f2a;
}

.footer {
  border-top: 2px solid #efb28e;
  background: linear-gradient(180deg, rgba(255, 247, 230, 0.95), rgba(255, 236, 210, 0.95));
}

.review-card,
.cart-row,
.cart-summary-card,
.cart-preview-pop,
.cart-empty-state {
  border: 2px solid #efb28e;
  background: linear-gradient(150deg, #fffdf6, #ffedd7);
}

.reveal {
  animation: sweetest-spin-reveal 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes sweetest-spin-reveal {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  .logo {
    font-size: 1rem;
  }

  .hero {
    padding-top: 30px;
  }

  .hero-copy {
    border-radius: 18px;
  }

  .hero h1 {
    font-size: clamp(1.6rem, 9vw, 2.3rem);
  }
}

/* The Sweetest Spin visual override v2: candy prism */
:root {
  --bg: #fef6ff;
  --surface: #fffaff;
  --surface-soft: #f8ecff;
  --text: #2a153b;
  --muted: #6d4f80;
  --line: #e8c8f6;
  --line-strong: #d39ce9;
  --accent: #ec4cc4;
  --accent-deep: #9c2f88;
  --accent-soft: #ffd6f5;
  --aqua: #42bdd8;
  --mint: #b8ffe6;
  --gold: #ffd97d;
  --ring: rgba(236, 76, 196, 0.3);
  --shadow-soft: 0 18px 42px rgba(106, 28, 124, 0.14);
  --shadow-strong: 0 30px 70px rgba(90, 22, 108, 0.25);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
}

body {
  color: var(--text);
  background:
    radial-gradient(1200px 450px at -10% -6%, rgba(254, 215, 254, 0.92), transparent 62%),
    radial-gradient(760px 360px at 104% 14%, rgba(174, 240, 255, 0.75), transparent 66%),
    radial-gradient(780px 340px at 48% 110%, rgba(255, 227, 247, 0.92), transparent 68%),
    linear-gradient(185deg, #fff9ff 0%, #fef2ff 46%, #f9f8ff 100%);
}

.announcement {
  border-bottom: 1px solid #f0b2ea;
  background: linear-gradient(90deg, #fdd9ff, #fed7fe 38%, #d6f6ff 100%);
  color: #6e337d;
  font-size: 0.78rem;
}

.site-header {
  background: rgba(255, 248, 255, 0.86);
  border-bottom: 1px solid #efcef8;
  backdrop-filter: blur(10px) saturate(140%);
}

.logo {
  font-size: clamp(1.28rem, 2vw, 1.62rem);
  color: #943292;
  text-transform: none;
}

.logo-image {
  border-radius: 16px;
  border: 2px solid #f3b7eb;
  box-shadow: 0 10px 24px rgba(121, 40, 129, 0.24);
}

.nav a {
  color: #7b3d84;
  border-radius: 16px;
  border: 1px solid transparent;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.active {
  border-color: #efb8ec;
  background: #fff2ff;
}

.hero {
  padding: 78px 0 36px;
}

.hero-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.hero-copy,
.hero-visual {
  border: 1px solid #ebc4f9;
  box-shadow: var(--shadow-soft);
  border-radius: 30px;
}

.hero-copy {
  position: relative;
  background:
    radial-gradient(130% 110% at 108% -24%, rgba(236, 76, 196, 0.18), transparent 52%),
    radial-gradient(110% 90% at -10% 0%, rgba(66, 189, 216, 0.16), transparent 48%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(252, 241, 255, 0.96));
  overflow: hidden;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -100px;
  width: 310px;
  height: 310px;
  border-radius: 44% 56% 38% 62% / 49% 41% 59% 51%;
  background: linear-gradient(140deg, rgba(254, 215, 254, 0.7), rgba(214, 246, 255, 0.62));
  pointer-events: none;
}

.badge {
  border: 1px solid #f1b8ef;
  background: linear-gradient(135deg, #ffd8f7, #fed7fe 52%, #d4f3ff);
  color: #842f88;
}

.hero h1 {
  color: #6f2678;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.01;
  max-width: 18ch;
}

.hero p {
  color: #654d7a;
  max-width: 72ch;
}

.hero-meta {
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 12px;
}

.hero-stat {
  border: 1px solid #f0c7f7;
  background: linear-gradient(150deg, #fff8ff, #fff1fd);
}

.hero-stat strong {
  color: #872f8b;
}

.hero-visual {
  min-height: 360px;
  padding: 18px;
  background:
    radial-gradient(120% 90% at 80% -20%, rgba(238, 132, 220, 0.45), transparent 55%),
    radial-gradient(120% 100% at 8% 105%, rgba(133, 222, 245, 0.45), transparent 55%),
    linear-gradient(145deg, #fff3ff, #f3fbff);
}

.hero-visual img {
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 22px 40px rgba(125, 44, 135, 0.18);
}

.hero-tag {
  left: 30px;
  bottom: 24px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(88, 20, 102, 0.55);
}

.panel {
  border: 1px solid #ebc4f8;
  background: linear-gradient(155deg, rgba(255, 252, 255, 0.98), rgba(247, 238, 255, 0.98));
  box-shadow: 0 14px 34px rgba(112, 34, 122, 0.11);
}

.card {
  border: 1px solid #e8c5f4;
  background: linear-gradient(145deg, #fff, #fff5ff);
  border-radius: 18px;
}

.btn {
  border-radius: 14px;
}

.btn-primary {
  background: linear-gradient(135deg, #f264d1, #cf49cd 52%, #8746cf);
  box-shadow: 0 14px 26px rgba(142, 47, 156, 0.3);
}

.btn-secondary,
.btn-ghost {
  border: 1px solid #e9c2f7;
  background: linear-gradient(135deg, #fff, #f8f0ff);
  color: #79428b;
}

.filter-chip {
  border: 1px solid #e8c5f4;
  background: linear-gradient(140deg, #fff, #f8edff);
  color: #7e428a;
  border-radius: 999px;
}

.filter-chip.active {
  background: linear-gradient(135deg, #f264d1, #ae44cf 55%, #5f58d8);
  box-shadow: 0 12px 26px rgba(121, 52, 171, 0.28);
}

.product-grid {
  gap: 16px;
}

.product-card {
  border-radius: 18px;
}

.product-image-wrap {
  border: 1px solid #e5c0f2;
  border-radius: 16px;
}

.product-pill {
  background: rgba(124, 43, 137, 0.9);
}

.price {
  color: #952fa3;
}

.product-type-mystery {
  background: linear-gradient(130deg, #f262cb, #df4fc6);
}

.product-type-curated {
  background: linear-gradient(130deg, #54c2df, #35a4cb);
}

.product-type-live {
  background: linear-gradient(130deg, #ffe17b, #ffd15d);
  color: #5b4311;
}

.product-type-addon {
  background: linear-gradient(130deg, #8e4dd5, #6f3fc5);
}

.cart,
.checkout-panel,
.cart-row,
.cart-summary-card,
.review-card,
.cart-preview-pop,
.cart-empty-state {
  border: 1px solid #e9c8f4;
  background: linear-gradient(150deg, #fff, #fdf3ff);
}

.section-link {
  color: #a03ca8;
}

.footer {
  border-top: 1px solid #eec8f9;
  background: linear-gradient(180deg, rgba(255, 247, 255, 0.98), rgba(248, 240, 255, 0.96));
}

.reveal {
  animation: sweetest-prism-reveal 0.72s cubic-bezier(0.17, 0.83, 0.34, 1) both;
}

@keyframes sweetest-prism-reveal {
  from {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 900px) {
  .hero {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: clamp(1.75rem, 8.6vw, 2.8rem);
  }

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

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

/* The Sweetest Spin visual override v3: modern premium layout */
:root {
  --bg: #f8f6fc;
  --surface: #ffffff;
  --surface-soft: #f6f0fb;
  --text: #1c1730;
  --muted: #61587a;
  --line: #e6deef;
  --line-strong: #d9c7e7;
  --accent: #ce4eb7;
  --accent-deep: #8d2f89;
  --accent-soft: #f8d9f1;
  --aqua: #58bfe5;
  --mint: #d2f6ef;
  --gold: #f3d28a;
  --ring: rgba(206, 78, 183, 0.28);
  --shadow-soft: 0 14px 36px rgba(35, 24, 68, 0.1);
  --shadow-strong: 0 28px 72px rgba(35, 24, 68, 0.16);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
}

body.sweetest-modern-body {
  font-family: "Quicksand", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(980px 380px at 8% -12%, rgba(255, 171, 117, 0.48), transparent 64%),
    radial-gradient(980px 420px at 96% -8%, rgba(64, 205, 241, 0.46), transparent 66%),
    radial-gradient(840px 340px at 42% 102%, rgba(167, 120, 238, 0.3), transparent 70%),
    linear-gradient(180deg, #ffeede 0%, #fff2e7 36%, #e8f7ff 100%);
  color: var(--text);
}

body.sweetest-modern-body h1,
body.sweetest-modern-body h2,
body.sweetest-modern-body h3,
body.sweetest-modern-body .section-title,
body.sweetest-modern-body .logo {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  letter-spacing: 0;
}

body.sweetest-modern-body .announcement {
  border-bottom: 1px solid #ebd3f0;
  background: linear-gradient(90deg, #ffd39f, #ffbca0 42%, #8adfff 100%);
  color: #50343f;
  font-weight: 700;
}

body.sweetest-modern-body .site-header {
  border-bottom: 1px solid #f0bd9d;
  background: rgba(255, 240, 225, 0.86);
  backdrop-filter: blur(12px) saturate(135%);
}

body.sweetest-modern-body .header-inner {
  min-height: 86px;
}

body.sweetest-modern-body .logo {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: #4f2d5f;
}

body.sweetest-modern-body .logo-image {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #ecd8f4;
  box-shadow: 0 8px 18px rgba(89, 41, 112, 0.16);
}

body.sweetest-modern-body .nav a {
  border-radius: 12px;
  color: #594069;
  font-weight: 600;
  border: 1px solid transparent;
  padding: 9px 12px;
}

body.sweetest-modern-body .nav a:hover,
body.sweetest-modern-body .nav a:focus-visible,
body.sweetest-modern-body .nav a.active {
  border-color: #f1bc98;
  background: #ffe9d3;
}

body.sweetest-modern-body .home-modern .hero-modern {
  padding: clamp(44px, 7vw, 88px) 0 24px;
}

body.sweetest-modern-body .hero-modern-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(18px, 2.8vw, 36px);
  align-items: center;
}

body.sweetest-modern-body .hero-modern-copy {
  padding: clamp(8px, 1vw, 12px) 0;
}

body.sweetest-modern-body .hero-kicker {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: #9a5bab;
}

body.sweetest-modern-body .hero-modern-copy h1 {
  margin: 12px 0 14px;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 0.98;
  color: #2e2045;
  max-width: 10ch;
}

body.sweetest-modern-body .hero-modern-copy p {
  margin: 0;
  color: #5f5478;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  max-width: 52ch;
}

body.sweetest-modern-body .hero-row {
  margin-top: 24px;
  gap: 12px;
}

body.sweetest-modern-body .hero-chip-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body.sweetest-modern-body .hero-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.8rem;
  color: #735083;
  border: 1px solid #ebd5f1;
  background: linear-gradient(145deg, #fff, #f9f1ff);
}

body.sweetest-modern-body .hero-modern-media {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #e7d5ef;
  background:
    radial-gradient(120% 84% at 90% -10%, rgba(238, 156, 223, 0.42), transparent 54%),
    radial-gradient(130% 90% at -12% 110%, rgba(167, 224, 247, 0.44), transparent 55%),
    linear-gradient(150deg, #fff8ff, #f5fbff);
  box-shadow: var(--shadow-strong);
  padding: clamp(14px, 2vw, 20px);
}

body.sweetest-modern-body .hero-modern-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 18px;
}

body.sweetest-modern-body .section-modern-metrics {
  padding-top: 18px;
}

body.sweetest-modern-body .modern-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.sweetest-modern-body .modern-metric-card {
  border: 1px solid #e7d6ef;
  border-radius: 16px;
  background: linear-gradient(150deg, #ffffff, #f9f3ff);
  padding: 16px;
}

body.sweetest-modern-body .modern-metric-card h2 {
  margin: 0;
  font-size: 1.2rem;
  color: #9b4ab0;
}

body.sweetest-modern-body .modern-metric-card p {
  margin: 8px 0 0;
  color: #5e5476;
  font-size: 0.94rem;
}

body.sweetest-modern-body .section-modern-flow .panel,
body.sweetest-modern-body .section-modern-shop .panel {
  border: 1px solid #e8d9f1;
  border-radius: 24px;
  background: linear-gradient(155deg, #fff, #faf4ff);
  box-shadow: var(--shadow-soft);
}

body.sweetest-modern-body .modern-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.sweetest-modern-body .modern-flow-card {
  border: 1px solid #e8d7f0;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #fbf2ff);
  padding: 16px;
}

body.sweetest-modern-body .modern-flow-card h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #3a2b57;
}

body.sweetest-modern-body .modern-flow-card p {
  margin: 8px 0 0;
  color: #5f5876;
}

body.sweetest-modern-body .modern-review-strip {
  margin-top: 14px;
  border-radius: 16px;
}

body.sweetest-modern-body .btn {
  border-radius: 11px;
  font-weight: 700;
  font-size: 0.92rem;
}

body.sweetest-modern-body .btn-primary {
  background: linear-gradient(135deg, #de69c7, #bf55ba 50%, #834cb4);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(131, 61, 159, 0.27);
}

body.sweetest-modern-body .btn-secondary,
body.sweetest-modern-body .btn-ghost {
  border-color: #e6d1ef;
  background: linear-gradient(145deg, #fff, #f7f1ff);
  color: #5c4470;
}

body.sweetest-modern-body .shop-controls {
  margin-bottom: 16px;
}

body.sweetest-modern-body .filter-chip {
  border: 1px solid #e8d6f0;
  background: #fff;
  color: #694a7a;
  font-weight: 700;
}

body.sweetest-modern-body .filter-chip.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(130deg, #d968c7, #8a54bf);
}

body.sweetest-modern-body .product-card,
body.sweetest-modern-body .card {
  border: 1px solid #f0b0dd;
  border-radius: 16px;
  background: linear-gradient(152deg, #ffeef8, #ffe4f4 46%, #eaf7ff);
  box-shadow: 0 10px 22px rgba(140, 35, 116, 0.14);
}

body.sweetest-modern-body .product-image-wrap {
  border-radius: 14px;
  border: 1px solid #efb2dc;
}

body.sweetest-modern-body .product-pill {
  background: rgba(125, 29, 113, 0.88);
}

body.sweetest-modern-body .product-type-mystery {
  background: rgba(244, 86, 175, 0.95);
}

body.sweetest-modern-body .product-type-curated {
  background: rgba(54, 190, 235, 0.95);
}

body.sweetest-modern-body .product-type-live {
  background: rgba(255, 172, 106, 0.97);
  color: #4b2608;
}

body.sweetest-modern-body .product-type-addon {
  background: rgba(167, 94, 237, 0.95);
}

body.sweetest-modern-body .section-link,
body.sweetest-modern-body .price {
  color: #b2368f;
}

body.sweetest-modern-body .modern-footer {
  border-top: 1px solid #efabd8;
  background: linear-gradient(180deg, rgba(255, 225, 243, 0.98), rgba(232, 245, 255, 0.96));
}

body.sweetest-modern-body .cart,
body.sweetest-modern-body .checkout-panel,
body.sweetest-modern-body .cart-row,
body.sweetest-modern-body .cart-summary-card,
body.sweetest-modern-body .review-card,
body.sweetest-modern-body .cart-preview-pop,
body.sweetest-modern-body .cart-empty-state {
  border: 1px solid #efb2dc;
  background: linear-gradient(150deg, #ffeef8, #ffe3f3 42%, #e9f6ff);
}

body.sweetest-modern-body .reveal {
  animation: modernLift 0.62s cubic-bezier(0.19, 0.79, 0.28, 1) both;
}

@keyframes modernLift {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  body.sweetest-modern-body .hero-modern-grid {
    grid-template-columns: 1fr;
  }

  body.sweetest-modern-body .hero-modern-copy h1 {
    max-width: 14ch;
    font-size: clamp(2rem, 8.8vw, 3rem);
  }

  body.sweetest-modern-body .modern-metrics-grid,
  body.sweetest-modern-body .modern-flow-grid {
    grid-template-columns: 1fr;
  }
}

/* The Sweetest Spin v4: editorial launchpad layout */
body.sweetest-modern-body.spinx-v4 {
  background:
    radial-gradient(1200px 420px at 12% -12%, rgba(253, 208, 239, 0.8), transparent 62%),
    radial-gradient(900px 360px at 92% -8%, rgba(204, 240, 255, 0.72), transparent 66%),
    linear-gradient(180deg, #fffcff 0%, #f8f5fd 54%, #f6f9ff 100%);
}

body.sweetest-modern-body.spinx-v4 .spinx-main {
  padding-bottom: 64px;
}

body.sweetest-modern-body.spinx-v4 .spinx-launchpad {
  padding: clamp(40px, 7vw, 88px) 0 22px;
}

body.sweetest-modern-body.spinx-v4 .spinx-launchpad-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(18px, 3.2vw, 42px);
  align-items: center;
}

body.sweetest-modern-body.spinx-v4 .spinx-intro {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(250, 241, 255, 0.95));
  border: 1px solid #eddff4;
  border-radius: 26px;
  box-shadow: 0 22px 48px rgba(46, 25, 74, 0.12);
  padding: clamp(18px, 3vw, 34px);
}

body.sweetest-modern-body.spinx-v4 .spinx-kicker {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: #925ba5;
}

body.sweetest-modern-body.spinx-v4 .spinx-intro h1 {
  margin: 10px 0 12px;
  font-size: clamp(2.1rem, 4.7vw, 4.2rem);
  line-height: 0.95;
  color: #2f2148;
  max-width: 11ch;
}

body.sweetest-modern-body.spinx-v4 .spinx-intro p {
  margin: 0;
  color: #625776;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  max-width: 56ch;
}

body.sweetest-modern-body.spinx-v4 .spinx-intro-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.sweetest-modern-body.spinx-v4 .spinx-hero-stage {
  border: 1px solid #eadaf4;
  border-radius: 28px;
  padding: clamp(14px, 2.4vw, 22px);
  background:
    radial-gradient(120% 88% at 84% -10%, rgba(238, 147, 224, 0.38), transparent 52%),
    radial-gradient(120% 90% at -10% 100%, rgba(160, 223, 249, 0.42), transparent 55%),
    linear-gradient(155deg, #fff9ff, #f5fbff);
  box-shadow: 0 24px 52px rgba(56, 34, 84, 0.16);
}

body.sweetest-modern-body.spinx-v4 .spinx-hero-stage img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(68, 35, 102, 0.2);
}

body.sweetest-modern-body.spinx-v4 .spinx-stage-note {
  margin-top: 10px;
  font-size: 0.88rem;
  color: #6f5a85;
  text-align: center;
}

body.sweetest-modern-body.spinx-v4 .spinx-system {
  padding: 20px 0;
}

body.sweetest-modern-body.spinx-v4 .spinx-system-head {
  margin-bottom: 14px;
}

body.sweetest-modern-body.spinx-v4 .spinx-system-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.sweetest-modern-body.spinx-v4 .spinx-step {
  border: 1px solid #eadbf4;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #fcf4ff);
  padding: 14px;
  min-height: 162px;
}

body.sweetest-modern-body.spinx-v4 .spinx-step span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  color: #7f3d8d;
  background: linear-gradient(135deg, #ffd7f5, #eec3f2);
}

body.sweetest-modern-body.spinx-v4 .spinx-step h3 {
  margin: 10px 0 6px;
  font-size: 1.05rem;
  color: #352652;
}

body.sweetest-modern-body.spinx-v4 .spinx-step p {
  margin: 0;
  font-size: 0.92rem;
  color: #5f5674;
}

body.sweetest-modern-body.spinx-v4 .spinx-color-map {
  padding: 8px 0 12px;
}

body.sweetest-modern-body.spinx-v4 .spinx-color-map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.sweetest-modern-body.spinx-v4 .spinx-color-card {
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 20px rgba(63, 32, 84, 0.12);
}

body.sweetest-modern-body.spinx-v4 .spinx-color-card h3 {
  margin: 0;
  font-size: 1.12rem;
}

body.sweetest-modern-body.spinx-v4 .spinx-color-card p {
  margin: 7px 0 0;
  font-size: 0.9rem;
}

body.sweetest-modern-body.spinx-v4 .spinx-color-pink {
  background: linear-gradient(145deg, #ffe5f8, #ffd6f3);
  color: #702f79;
}

body.sweetest-modern-body.spinx-v4 .spinx-color-blue {
  background: linear-gradient(145deg, #e0f5ff, #d0efff);
  color: #255e82;
}

body.sweetest-modern-body.spinx-v4 .spinx-color-yellow {
  background: linear-gradient(145deg, #fff1c7, #ffe7ac);
  color: #6c4d11;
}

body.sweetest-modern-body.spinx-v4 .spinx-store {
  padding-top: 14px;
}

body.sweetest-modern-body.spinx-v4 .spinx-store-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: 14px;
  align-items: start;
}

body.sweetest-modern-body.spinx-v4 .spinx-store-sidebar {
  position: sticky;
  top: 104px;
  border: 1px solid #eadcf3;
  border-radius: 20px;
  padding: 18px;
  background: linear-gradient(150deg, #fff, #fbf3ff);
}

body.sweetest-modern-body.spinx-v4 .spinx-store-panel {
  border: 1px solid #eadcf3;
  border-radius: 20px;
  padding: 16px;
  background: linear-gradient(150deg, #fff, #fdf5ff);
}

body.sweetest-modern-body.spinx-v4 .spinx-store .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

body.sweetest-modern-body.spinx-v4 .spinx-voices {
  padding-top: 12px;
}

body.sweetest-modern-body.spinx-v4 .spinx-voices-wrap {
  border: 1px solid #e9ddf2;
  border-radius: 20px;
  background: linear-gradient(155deg, #fff, #faf3ff);
  padding: 16px;
}

body.sweetest-modern-body.spinx-v4 .spinx-voices-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

@media (max-width: 980px) {
  body.sweetest-modern-body.spinx-v4 .spinx-launchpad-grid,
  body.sweetest-modern-body.spinx-v4 .spinx-store-grid {
    grid-template-columns: 1fr;
  }

  body.sweetest-modern-body.spinx-v4 .spinx-system-track,
  body.sweetest-modern-body.spinx-v4 .spinx-color-map-grid {
    grid-template-columns: 1fr;
  }

  body.sweetest-modern-body.spinx-v4 .spinx-store-sidebar {
    position: static;
  }
}

/* The Sweetest Spin v5: spatial glass editorial layout */
body.sweetest-modern-body.spinx-v5 {
  --nova-ink: #1d1838;
  --nova-muted: #4f4a77;
  --nova-line: #e3c9f1;
  --nova-soft: #fff2fb;
  --nova-pink: #ef77b8;
  --nova-peach: #ff9f66;
  --nova-blue: #37b9e9;
  --nova-lilac: #ad79ff;
  font-family: "Quicksand", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(980px 460px at 6% -8%, rgba(255, 180, 119, 0.42), transparent 64%),
    radial-gradient(980px 420px at 92% -10%, rgba(79, 198, 244, 0.36), transparent 66%),
    radial-gradient(760px 320px at 46% 102%, rgba(176, 136, 255, 0.24), transparent 70%),
    linear-gradient(180deg, #fff0df 0%, #fff4e9 38%, #ddf4ff 100%);
}

body.sweetest-modern-body.spinx-v5 h1,
body.sweetest-modern-body.spinx-v5 h2,
body.sweetest-modern-body.spinx-v5 h3,
body.sweetest-modern-body.spinx-v5 .section-title,
body.sweetest-modern-body.spinx-v5 .logo {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  letter-spacing: 0;
}

body.sweetest-modern-body.spinx-v5 .announcement {
  background: linear-gradient(90deg, #ffd39f, #ffbe9c 36%, #9fe5ff 100%);
  color: #4d3140;
  border-bottom: 1px solid #f0ad8a;
}

body.sweetest-modern-body.spinx-v5 .site-header {
  background: rgba(255, 238, 223, 0.9);
  border-bottom: 1px solid #f0ba98;
  backdrop-filter: blur(14px) saturate(130%);
}

body.sweetest-modern-body.spinx-v5 .logo {
  color: #493349;
}

body.sweetest-modern-body.spinx-v5 .nav a {
  color: #50364a;
  border-radius: 999px;
  border: 1px solid transparent;
}

body.sweetest-modern-body.spinx-v5 .nav a:hover,
body.sweetest-modern-body.spinx-v5 .nav a:focus-visible,
body.sweetest-modern-body.spinx-v5 .nav a.active {
  background: #ffe8d7;
  border-color: #f0b892;
}

body.sweetest-modern-body.spinx-v5 .nova-main {
  padding-bottom: 72px;
}

body.sweetest-modern-body.spinx-v5 .nova-orbit {
  padding: clamp(40px, 8vw, 100px) 0 24px;
}

body.sweetest-modern-body.spinx-v5 .nova-orbit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(18px, 3.3vw, 42px);
  align-items: center;
}

body.sweetest-modern-body.spinx-v5 .nova-manifesto {
  position: relative;
  padding: clamp(18px, 2.8vw, 36px);
  border-radius: 30px;
  border: 1px solid #efc09f;
  background:
    radial-gradient(130% 90% at 104% -20%, rgba(173, 121, 255, 0.34), transparent 56%),
    radial-gradient(120% 90% at -10% 120%, rgba(79, 198, 244, 0.34), transparent 56%),
    linear-gradient(150deg, rgba(255, 240, 225, 0.98), rgba(255, 228, 208, 0.96));
  box-shadow: 0 24px 52px rgba(122, 67, 32, 0.16);
}

body.sweetest-modern-body.spinx-v5 .nova-eyebrow {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-weight: 800;
  color: #9a5f56;
}

body.sweetest-modern-body.spinx-v5 .nova-manifesto h1 {
  margin: 12px 0 14px;
  font-size: clamp(2.2rem, 5.2vw, 4.8rem);
  line-height: 0.9;
  color: #3d2b50;
  max-width: 11ch;
}

body.sweetest-modern-body.spinx-v5 .nova-manifesto p {
  margin: 0;
  max-width: 58ch;
  color: #5b5067;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}

body.sweetest-modern-body.spinx-v5 .nova-cta-row {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.sweetest-modern-body.spinx-v5 .nova-visual-stack {
  display: grid;
  gap: 12px;
}

body.sweetest-modern-body.spinx-v5 .nova-hero-frame {
  margin: 0;
  padding: clamp(12px, 2vw, 20px);
  border-radius: 28px;
  border: 1px solid #e6b6dd;
  background:
    radial-gradient(110% 90% at 88% -15%, rgba(242, 92, 174, 0.42), transparent 55%),
    radial-gradient(120% 90% at -10% 110%, rgba(55, 185, 233, 0.42), transparent 56%),
    linear-gradient(150deg, #ffdff2, #d9f2ff);
  box-shadow: 0 22px 46px rgba(88, 27, 109, 0.2);
}

body.sweetest-modern-body.spinx-v5 .nova-hero-frame img {
  width: 100%;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(42, 54, 84, 0.2);
}

body.sweetest-modern-body.spinx-v5 .nova-note-card {
  border: 1px solid #efc2a5;
  border-radius: 20px;
  background: linear-gradient(140deg, #ffeedb, #ffe3cf 45%, #dcf3ff);
  padding: 16px;
}

body.sweetest-modern-body.spinx-v5 .nova-note-card h2 {
  margin: 0;
  color: #7b4b5d;
  font-size: 1.12rem;
}

body.sweetest-modern-body.spinx-v5 .nova-note-card p {
  margin: 8px 0 0;
  color: #5b4a72;
  font-size: 0.95rem;
}

body.sweetest-modern-body.spinx-v5 .nova-rules {
  padding: 12px 0 6px;
}

body.sweetest-modern-body.spinx-v5 .nova-rules-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.sweetest-modern-body.spinx-v5 .nova-rule-card {
  border: 1px solid #efc29f;
  border-radius: 20px;
  padding: 14px;
  min-height: 172px;
  background: linear-gradient(145deg, #ffefde, #ffe5d5 56%, #e2f5ff);
}

body.sweetest-modern-body.spinx-v5 .nova-rule-card span {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(130deg, #ffb07a, #8acbf5);
}

body.sweetest-modern-body.spinx-v5 .nova-rule-card h3 {
  margin: 10px 0 6px;
  font-size: 1.03rem;
  color: #4f395d;
}

body.sweetest-modern-body.spinx-v5 .nova-rule-card p {
  margin: 0;
  color: #5e4d79;
  font-size: 0.92rem;
}

body.sweetest-modern-body.spinx-v5 .nova-spectrum {
  padding: 8px 0 12px;
}

body.sweetest-modern-body.spinx-v5 .nova-spectrum-head {
  margin-bottom: 10px;
}

body.sweetest-modern-body.spinx-v5 .nova-spectrum-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  gap: 10px;
}

body.sweetest-modern-body.spinx-v5 .nova-chip {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  padding: 16px;
  box-shadow: 0 12px 26px rgba(36, 50, 79, 0.14);
}

body.sweetest-modern-body.spinx-v5 .nova-chip h3 {
  margin: 0;
  font-size: 1.08rem;
}

body.sweetest-modern-body.spinx-v5 .nova-chip p {
  margin: 7px 0 0;
  font-size: 0.9rem;
}

body.sweetest-modern-body.spinx-v5 .nova-chip-pink {
  background: linear-gradient(150deg, #ff8dcc, #f25cae);
  color: #fff;
}

body.sweetest-modern-body.spinx-v5 .nova-chip-blue {
  background: linear-gradient(150deg, #8fe2ff, #37b9e9);
  color: #09364d;
}

body.sweetest-modern-body.spinx-v5 .nova-chip-gold {
  background: linear-gradient(150deg, #ffc486, #ff9f66);
  color: #4b2308;
}

body.sweetest-modern-body.spinx-v5 .nova-shop {
  padding-top: 16px;
}

body.sweetest-modern-body.spinx-v5 .nova-shop-layout {
  border: 1px solid #efc09f;
  border-radius: 26px;
  padding: clamp(14px, 2.5vw, 24px);
  background:
    radial-gradient(120% 80% at 106% -10%, rgba(173, 121, 255, 0.26), transparent 52%),
    linear-gradient(155deg, #fff0de, #ffe4cf 48%, #e0f4ff);
}

body.sweetest-modern-body.spinx-v5 .nova-shop-head {
  margin-bottom: 12px;
}

body.sweetest-modern-body.spinx-v5 .nova-filter-wrap {
  position: sticky;
  top: 94px;
  z-index: 3;
  margin: 0 0 14px;
  padding: 10px;
  border: 1px solid #efc09f;
  border-radius: 14px;
  background: rgba(255, 236, 218, 0.92);
  backdrop-filter: blur(8px);
}

body.sweetest-modern-body.spinx-v5 .shop-controls {
  margin-bottom: 0;
}

body.sweetest-modern-body.spinx-v5 .filter-chip {
  border: 1px solid #efbc9a;
  background: linear-gradient(145deg, #fff1e2, #ffe7d8);
  color: #754f59;
  font-weight: 700;
}

body.sweetest-modern-body.spinx-v5 .filter-chip.active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #ffad77, #8bcaf3 56%, #b58aff);
}

body.sweetest-modern-body.spinx-v5 .nova-grid {
  gap: 16px;
}

body.sweetest-modern-body.spinx-v5 .product-card,
body.sweetest-modern-body.spinx-v5 .card {
  border: 1px solid #efc2a2;
  border-radius: 18px;
  background: linear-gradient(150deg, #fff0df, #ffe6d6 46%, #e4f5ff);
  box-shadow: 0 12px 24px rgba(122, 67, 32, 0.12);
}

body.sweetest-modern-body.spinx-v5 .product-image-wrap {
  border: 1px solid #efc2a1;
  border-radius: 14px;
}

body.sweetest-modern-body.spinx-v5 .product-pill {
  background: rgba(83, 65, 109, 0.9);
}

body.sweetest-modern-body.spinx-v5 .product-type-mystery {
  background: rgba(255, 171, 117, 0.95);
}

body.sweetest-modern-body.spinx-v5 .product-type-curated {
  background: rgba(55, 185, 233, 0.95);
}

body.sweetest-modern-body.spinx-v5 .product-type-live {
  background: rgba(176, 136, 255, 0.9);
  color: #4f2b0d;
}

body.sweetest-modern-body.spinx-v5 .product-type-addon {
  background: rgba(239, 119, 184, 0.9);
}

body.sweetest-modern-body.spinx-v5 .price {
  color: #8c5a68;
}

body.sweetest-modern-body.spinx-v5 .nova-featured {
  margin-top: 18px;
}

body.sweetest-modern-body.spinx-v5 .nova-featured-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.sweetest-modern-body.spinx-v5 .btn-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #ffaf7c, #8ecdf4 58%, #b68dff);
  box-shadow: 0 14px 26px rgba(126, 87, 58, 0.3);
}

body.sweetest-modern-body.spinx-v5 .btn-secondary,
body.sweetest-modern-body.spinx-v5 .btn-ghost {
  border-color: #efbe9f;
  background: linear-gradient(145deg, #fff1e2, #ffe6d7);
  color: #72545f;
}

body.sweetest-modern-body.spinx-v5 .nova-voices {
  padding-top: 14px;
}

body.sweetest-modern-body.spinx-v5 .nova-voices-shell {
  border: 1px solid #efc2a2;
  border-radius: 22px;
  padding: 16px;
  background: linear-gradient(155deg, #fff0df, #ffe5d4 52%, #e1f5ff);
}

body.sweetest-modern-body.spinx-v5 .nova-voices-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

body.sweetest-modern-body.spinx-v5 .modern-footer {
  border-top: 1px solid #efbc99;
  background: linear-gradient(180deg, rgba(255, 239, 223, 0.98), rgba(232, 245, 255, 0.98));
}

@media (max-width: 980px) {
  body.sweetest-modern-body.spinx-v5 .nova-orbit-grid,
  body.sweetest-modern-body.spinx-v5 .nova-rules-grid,
  body.sweetest-modern-body.spinx-v5 .nova-spectrum-grid {
    grid-template-columns: 1fr;
  }

  body.sweetest-modern-body.spinx-v5 .nova-filter-wrap {
    position: static;
  }
}

/* The Sweetest Spin v6: refined apple-inspired system */
body.sweetest-modern-body {
  --apple-ink: #101114;
  --apple-muted: #5d6674;
  --apple-line: #e2e5ec;
  --apple-card: #f6f7fb;
  --apple-accent: #1677ff;
  --apple-accent-soft: #e7f0ff;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", sans-serif;
  color: var(--apple-ink);
  background:
    radial-gradient(1200px 460px at 50% -18%, rgba(240, 244, 255, 0.95), transparent 64%),
    linear-gradient(180deg, #fafbff 0%, #f5f7fb 100%);
}

body.sweetest-modern-body h1,
body.sweetest-modern-body h2,
body.sweetest-modern-body h3,
body.sweetest-modern-body .section-title,
body.sweetest-modern-body .logo {
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.02em;
}

body.sweetest-modern-body .announcement {
  background: #f3f5fa;
  color: #566173;
  border-bottom: 1px solid var(--apple-line);
}

body.sweetest-modern-body .site-header {
  background: rgba(250, 251, 255, 0.82);
  border-bottom: 1px solid var(--apple-line);
  backdrop-filter: blur(12px) saturate(130%);
}

body.sweetest-modern-body .logo {
  color: #13161d;
}

body.sweetest-modern-body .nav a {
  color: #253042;
  border-radius: 999px;
  border: 1px solid transparent;
}

body.sweetest-modern-body .nav a:hover,
body.sweetest-modern-body .nav a:focus-visible,
body.sweetest-modern-body .nav a.active {
  background: #edf2fa;
  border-color: #dbe3f1;
}

body.sweetest-modern-body .btn {
  border-radius: 999px;
  font-weight: 700;
}

body.sweetest-modern-body .btn-primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(140deg, #2f86ff, #1367ef);
  box-shadow: 0 10px 22px rgba(20, 102, 237, 0.28);
}

body.sweetest-modern-body .btn-secondary,
body.sweetest-modern-body .btn-ghost {
  background: #fff;
  border-color: #dbe3f1;
  color: #2e3b51;
}

body.sweetest-modern-body .card,
body.sweetest-modern-body .product-card,
body.sweetest-modern-body .cart,
body.sweetest-modern-body .checkout-panel,
body.sweetest-modern-body .cart-row,
body.sweetest-modern-body .cart-summary-card,
body.sweetest-modern-body .review-card,
body.sweetest-modern-body .cart-preview-pop,
body.sweetest-modern-body .cart-empty-state {
  border: 1px solid #e4e8f0;
  border-radius: 22px;
  background: linear-gradient(160deg, #ffffff, #f8f9fd);
  box-shadow: 0 14px 34px rgba(14, 22, 36, 0.08);
}

body.sweetest-modern-body .product-image-wrap {
  border: 1px solid #dfe5ef;
  border-radius: 18px;
}

body.sweetest-modern-body .filter-chip {
  border: 1px solid #d9e1ee;
  border-radius: 999px;
  background: #fff;
  color: #32415a;
}

body.sweetest-modern-body .filter-chip.active {
  color: #0f2a56;
  border-color: #b7cdf6;
  background: var(--apple-accent-soft);
}

body.sweetest-modern-body .price,
body.sweetest-modern-body .section-link {
  color: #194f9f;
}

body.sweetest-modern-body .product-pill {
  background: rgba(25, 35, 52, 0.9);
}

body.sweetest-modern-body .product-type-mystery {
  background: rgba(22, 119, 255, 0.92);
}

body.sweetest-modern-body .product-type-curated {
  background: rgba(78, 184, 244, 0.94);
}

body.sweetest-modern-body .product-type-live {
  background: rgba(149, 128, 255, 0.92);
}

body.sweetest-modern-body .product-type-addon {
  background: rgba(86, 104, 140, 0.92);
}

body.sweetest-modern-body .modern-footer {
  border-top: 1px solid #dfe4ed;
  background: linear-gradient(180deg, #f9faff, #f2f5fb);
}

body.sweetest-modern-body .cart-toast {
  background: linear-gradient(120deg, #1f4d96, #1677ff);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 14px 26px rgba(18, 53, 105, 0.32);
}

body.sweetest-modern-body .fly-token {
  background: linear-gradient(140deg, #eaf2ff, #cfe2ff);
  color: #1d56ae;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

body.sweetest-modern-body.spinx-v6 .apple-main {
  padding-bottom: 68px;
}

body.sweetest-modern-body.spinx-v6 .apple-hero {
  padding: clamp(46px, 8vw, 108px) 0 26px;
}

body.sweetest-modern-body.spinx-v6 .apple-hero-inner {
  text-align: center;
}

body.sweetest-modern-body.spinx-v6 .apple-kicker {
  margin: 0;
  color: #60708a;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

body.sweetest-modern-body.spinx-v6 #heroHeadline {
  margin: 14px auto 12px;
  max-width: 13ch;
  font-size: clamp(2.3rem, 6vw, 5.6rem);
  line-height: 0.95;
  color: #0f131b;
}

body.sweetest-modern-body.spinx-v6 .apple-subcopy {
  margin: 0 auto;
  max-width: 58ch;
  color: var(--apple-muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

body.sweetest-modern-body.spinx-v6 .apple-hero-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.sweetest-modern-body.spinx-v6 .apple-hero-media {
  margin: clamp(24px, 4vw, 36px) auto 0;
  max-width: min(1020px, 92vw);
  border-radius: 32px;
  border: 1px solid #dce3ef;
  background: linear-gradient(160deg, #fff, #f4f7ff);
  padding: clamp(12px, 2vw, 20px);
  box-shadow: 0 26px 58px rgba(15, 24, 42, 0.16);
}

body.sweetest-modern-body.spinx-v6 .apple-hero-media img {
  width: 100%;
  display: block;
  border-radius: 22px;
}

body.sweetest-modern-body.spinx-v6 .apple-story {
  padding-top: 8px;
}

body.sweetest-modern-body.spinx-v6 .apple-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.sweetest-modern-body.spinx-v6 .apple-story-card {
  border: 1px solid #e1e6f0;
  border-radius: 22px;
  background: linear-gradient(155deg, #fff, #f7f9fe);
  min-height: 178px;
  padding: 18px;
}

body.sweetest-modern-body.spinx-v6 .apple-story-card span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e54a8;
  background: #e9f1ff;
}

body.sweetest-modern-body.spinx-v6 .apple-story-card h3 {
  margin: 10px 0 6px;
  color: #1a2638;
  font-size: 1.08rem;
}

body.sweetest-modern-body.spinx-v6 .apple-story-card p {
  margin: 0;
  color: #566075;
}

body.sweetest-modern-body.spinx-v6 .apple-shop-shell,
body.sweetest-modern-body.spinx-v6 .apple-reviews-shell {
  border: 1px solid #e1e6f0;
  border-radius: 30px;
  background: linear-gradient(160deg, #ffffff, #f7f9fd);
  padding: clamp(16px, 2.6vw, 28px);
  box-shadow: 0 18px 38px rgba(16, 24, 39, 0.08);
}

body.sweetest-modern-body.spinx-v6 .apple-shop-head {
  margin-bottom: 10px;
}

body.sweetest-modern-body.spinx-v6 .apple-shop .shop-controls {
  margin-bottom: 14px;
}

body.sweetest-modern-body.spinx-v6 .apple-grid {
  gap: 16px;
}

body.sweetest-modern-body.spinx-v6 .apple-featured {
  margin-top: 18px;
}

body.sweetest-modern-body.spinx-v6 .apple-featured-head,
body.sweetest-modern-body.spinx-v6 .apple-reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

body.sweetest-modern-body.spinx-v6 .apple-reviews-shell {
  margin-top: 6px;
}

@media (max-width: 980px) {
  body.sweetest-modern-body.spinx-v6 .apple-story-grid {
    grid-template-columns: 1fr;
  }

  body.sweetest-modern-body.spinx-v6 #heroHeadline {
    font-size: clamp(1.95rem, 10vw, 3.2rem);
  }
}

/* The Sweetest Spin v6: shared interior pages */
body.sweetest-modern-body.spinx-v6 .apple-page-main {
  padding-bottom: 64px;
}

body.sweetest-modern-body.spinx-v6 .apple-page-hero {
  padding: clamp(34px, 6vw, 74px) 0 16px;
}

body.sweetest-modern-body.spinx-v6 .apple-page-hero-inner {
  text-align: center;
}

body.sweetest-modern-body.spinx-v6 .apple-page-kicker {
  margin: 0;
  color: #647187;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
}

body.sweetest-modern-body.spinx-v6 .apple-page-hero .section-title {
  margin: 12px auto 10px;
  max-width: 13ch;
  font-size: clamp(2rem, 5.2vw, 4.1rem);
  line-height: 0.95;
}

body.sweetest-modern-body.spinx-v6 .apple-page-hero .section-sub {
  margin: 0 auto;
  max-width: 56ch;
  color: #5f6878;
}

body.sweetest-modern-body.spinx-v6 .apple-page-links {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

body.sweetest-modern-body.spinx-v6 .apple-page-section {
  padding-top: 10px;
}

body.sweetest-modern-body.spinx-v6 .apple-page-grid,
body.sweetest-modern-body.spinx-v6 .apple-faq-grid,
body.sweetest-modern-body.spinx-v6 .apple-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.sweetest-modern-body.spinx-v6 .apple-page-card {
  border: 1px solid #e1e6f0;
  border-radius: 24px;
  background: linear-gradient(160deg, #ffffff, #f7f9fd);
  box-shadow: 0 14px 34px rgba(14, 22, 36, 0.08);
  padding: clamp(14px, 2vw, 22px);
}

body.sweetest-modern-body.spinx-v6 .apple-page-media-card {
  display: grid;
  align-content: start;
}

body.sweetest-modern-body.spinx-v6 .apple-page-media-card .block-image {
  border-radius: 18px;
}

body.sweetest-modern-body.spinx-v6 .apple-faq-item {
  margin-top: 10px;
  border: 1px solid #e1e7f3;
  border-radius: 16px;
  padding: 10px 12px;
  background: #fff;
}

body.sweetest-modern-body.spinx-v6 .apple-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: #1b2738;
}

body.sweetest-modern-body.spinx-v6 .apple-faq-item p {
  margin: 8px 0 2px;
  color: #576173;
}

body.sweetest-modern-body.spinx-v6 .apple-reviews-grid {
  align-items: start;
}

@media (max-width: 980px) {
  body.sweetest-modern-body.spinx-v6 .apple-page-grid,
  body.sweetest-modern-body.spinx-v6 .apple-faq-grid,
  body.sweetest-modern-body.spinx-v6 .apple-reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* Global heading smoothing/tone */
body.sweetest-modern-body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.sweetest-modern-body .apple-page-hero .section-title,
body.sweetest-modern-body .heading-reset {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 700;
}

/* Final de-pink safety overrides for Sweetest Spin */
body.sweetest-modern-body .footer,
body.sweetest-modern-body .modern-footer {
  border-top: 1px solid #dfe4ed;
  background: linear-gradient(180deg, #f9faff, #f2f5fb) !important;
  color: #2f3b51;
}

body.sweetest-modern-body .cart-toast {
  background: linear-gradient(120deg, #1f4d96, #1677ff) !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 14px 26px rgba(18, 53, 105, 0.32);
}

body.sweetest-modern-body .cart-preview-pop,
body.sweetest-modern-body .cart-empty-state,
body.sweetest-modern-body .cart-row,
body.sweetest-modern-body .checkout-panel,
body.sweetest-modern-body .cart-summary-card {
  border: 1px solid #e4e8f0;
  background: linear-gradient(160deg, #ffffff, #f8f9fd) !important;
}

body.sweetest-modern-body .fly-token {
  background: linear-gradient(140deg, #eaf2ff, #cfe2ff) !important;
  color: #1d56ae !important;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

body.sweetest-modern-body .product-form-panel,
body.sweetest-modern-body .add-on-option {
  background: linear-gradient(160deg, #ffffff, #f6f9ff) !important;
  border-color: #dbe3f1;
}

body.sweetest-modern-body {
  background:
    radial-gradient(1200px 460px at 50% -18%, rgba(240, 244, 255, 0.95), transparent 64%),
    linear-gradient(180deg, #fafbff 0%, #f5f7fb 100%) !important;
}

body.sweetest-modern-body .panel,
body.sweetest-modern-body .section-shell {
  border: 1px solid #e1e6f0;
  background: linear-gradient(160deg, #ffffff, #f7f9fd) !important;
}

body.sweetest-modern-body .footer-links a,
body.sweetest-modern-body .footer-meta,
body.sweetest-modern-body .footer {
  color: #2f3b51 !important;
}

/* Global hero-font + hero-palette pass (site-wide) */
body.sweetest-modern-body {
  --hero-coral: #f37d73;
  --hero-sky: #35b8e8;
  --hero-sun: #ffc957;
  --hero-lavender: #8f86f8;
  --hero-berry: #ff5f9e;
  --hero-ink: #2d2740;
  position: relative;
  isolation: isolate;
  font-family: "Nunito", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--hero-ink);
  background:
    radial-gradient(1200px 450px at -6% -10%, rgba(53, 184, 232, 0.24), transparent 68%),
    radial-gradient(1000px 420px at 104% -8%, rgba(255, 95, 158, 0.2), transparent 66%),
    radial-gradient(980px 420px at 50% 108%, rgba(143, 134, 248, 0.14), transparent 72%),
    linear-gradient(180deg, #fff8fd 0%, #f5faff 52%, #f6f0ff 100%) !important;
}

body.sweetest-modern-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  opacity: 0.2;
  background-image:
    linear-gradient(140deg, rgba(255, 126, 193, 0.4), rgba(252, 196, 232, 0.28) 44%, rgba(152, 219, 255, 0.3)),
    url("https://unsplash.com/photos/WC0n0eWRseo/download?force=true&w=2200");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
  background-blend-mode: screen, normal;
  filter: blur(10px) saturate(1.14) contrast(1.02);
  transform: scale(1.06);
  transform-origin: center;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.68));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.68));
}

body.sweetest-modern-body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.38;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255, 95, 158, 0.16) 0 2.3rem, transparent 2.35rem),
    radial-gradient(circle at 86% 22%, rgba(53, 184, 232, 0.16) 0 2.8rem, transparent 2.85rem),
    radial-gradient(circle at 24% 72%, rgba(183, 161, 255, 0.14) 0 2.4rem, transparent 2.45rem),
    radial-gradient(circle at 76% 78%, rgba(143, 134, 248, 0.15) 0 2.6rem, transparent 2.65rem),
    radial-gradient(circle at 40% 20%, rgba(255, 141, 198, 0.15) 0 1.9rem, transparent 2rem),
    radial-gradient(circle at 64% 66%, rgba(110, 225, 255, 0.14) 0 2.1rem, transparent 2.2rem);
}

body.sweetest-modern-body p,
body.sweetest-modern-body li,
body.sweetest-modern-body input,
body.sweetest-modern-body textarea,
body.sweetest-modern-body select,
body.sweetest-modern-body label,
body.sweetest-modern-body .small,
body.sweetest-modern-body .section-sub,
body.sweetest-modern-body .status {
  font-family: "Nunito", "Avenir Next", "Segoe UI", sans-serif;
}

body.sweetest-modern-body h1,
body.sweetest-modern-body h2,
body.sweetest-modern-body h3,
body.sweetest-modern-body .logo,
body.sweetest-modern-body .nav a,
body.sweetest-modern-body .btn,
body.sweetest-modern-body .filter-chip,
body.sweetest-modern-body .badge,
body.sweetest-modern-body .section-title,
body.sweetest-modern-body .heading-reset {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
  color: var(--hero-ink);
  letter-spacing: 0.01em;
}

body.sweetest-modern-body .apple-page-hero .section-title,
body.sweetest-modern-body #heroHeadline {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
}

body.sweetest-modern-body .announcement {
  background: linear-gradient(90deg, #ffd3ea, #eacbff 42%, #c7eeff 100%) !important;
  color: #3f3655;
  border-bottom: 1px solid #dbcff2;
}

body.sweetest-modern-body .site-header {
  background: rgba(252, 245, 255, 0.9);
  border-bottom: 1px solid #ddd3f0;
}

body.sweetest-modern-body .nav a:hover,
body.sweetest-modern-body .nav a:focus-visible,
body.sweetest-modern-body .nav a.active {
  background: linear-gradient(135deg, #ffeede, #f2f6ff) !important;
  border-color: #d9d5ef;
}

body.sweetest-modern-body .btn-primary {
  background: linear-gradient(135deg, var(--hero-coral), var(--hero-berry) 45%, var(--hero-sky)) !important;
  color: #fff;
  box-shadow: 0 12px 28px rgba(95, 74, 150, 0.25);
}

body.sweetest-modern-body .btn-secondary,
body.sweetest-modern-body .btn-ghost {
  background: linear-gradient(145deg, #fffdf4, #f0f8ff) !important;
  border-color: #d5dff0;
  color: #3c4565;
}

body.sweetest-modern-body .panel,
body.sweetest-modern-body .section-shell,
body.sweetest-modern-body .card,
body.sweetest-modern-body .product-card,
body.sweetest-modern-body .cart,
body.sweetest-modern-body .checkout-panel,
body.sweetest-modern-body .cart-row,
body.sweetest-modern-body .cart-summary-card,
body.sweetest-modern-body .review-card,
body.sweetest-modern-body .cart-preview-pop,
body.sweetest-modern-body .cart-empty-state,
body.sweetest-modern-body .product-form-panel,
body.sweetest-modern-body .add-on-option {
  background: linear-gradient(160deg, #fffefb, #f6f9ff 52%, #fff9ef) !important;
  border-color: #dce2ef !important;
}

body.sweetest-modern-body .product-type-mystery {
  background: rgba(255, 95, 158, 0.94);
}

body.sweetest-modern-body .product-type-curated {
  background: rgba(53, 184, 232, 0.95);
}

body.sweetest-modern-body .product-type-live {
  background: rgba(143, 134, 248, 0.94);
}

body.sweetest-modern-body .product-type-addon {
  background: rgba(255, 201, 87, 0.95);
  color: #4f3510;
}

body.sweetest-modern-body .cart-toast {
  background: linear-gradient(150deg, #fffdf4, #f0f7ff) !important;
  border-color: #d6deec !important;
  color: #283149 !important;
}

body.sweetest-modern-body .fly-token {
  background: linear-gradient(145deg, #ffebc6, #cdeeff) !important;
  color: #2a3655 !important;
}

body.sweetest-modern-body .footer,
body.sweetest-modern-body .modern-footer {
  border-top: 1px solid #ddd9cb;
  background: linear-gradient(180deg, #fffdf6, #f3f8ff) !important;
  color: #334160 !important;
}

/* Homepage background: stronger image presence with protected readability */
body.sweetest-modern-body.spinx-v6::before {
  opacity: 0.28;
  filter: blur(8px) saturate(1.16) contrast(1.03);
  background-position: center 20%;
}

body.sweetest-modern-body.spinx-v6 .apple-main > section,
body.sweetest-modern-body.spinx-v6 .apple-shop-shell,
body.sweetest-modern-body.spinx-v6 .apple-reviews-shell,
body.sweetest-modern-body.spinx-v6 .apple-story-card,
body.sweetest-modern-body.spinx-v6 .product-card {
  backdrop-filter: blur(1.5px);
}

/* UI/UX polish pass: desktop + mobile ergonomics */
body.sweetest-modern-body .container {
  width: min(1180px, 94vw);
}

body.sweetest-modern-body .nav a,
body.sweetest-modern-body .btn,
body.sweetest-modern-body input,
body.sweetest-modern-body select,
body.sweetest-modern-body textarea {
  min-height: 44px;
}

body.sweetest-modern-body .nav a[href="/reviews.html"] {
  max-width: 15.5ch;
  white-space: normal;
  line-height: 1.1;
  text-align: center;
  padding-inline: 10px;
}

body.sweetest-modern-body .apple-page-card p,
body.sweetest-modern-body .apple-story-card p,
body.sweetest-modern-body .section-sub {
  text-wrap: pretty;
}

body.sweetest-modern-body .product-grid {
  align-items: stretch;
}

body.sweetest-modern-body .product-card {
  height: 100%;
}

body.sweetest-modern-body .cart-summary-actions .btn,
body.sweetest-modern-body .cart-summary-actions-secondary .btn {
  min-height: 46px;
}

@media (max-width: 980px) {
  body.sweetest-modern-body .header-inner {
    gap: 10px;
  }

  body.sweetest-modern-body.spinx-v6 .apple-hero {
    padding-top: clamp(30px, 9vw, 56px);
  }

  body.sweetest-modern-body.spinx-v6 .apple-hero-actions .btn {
    flex: 1 1 180px;
    justify-content: center;
  }

  body.sweetest-modern-body.spinx-v6 .shop-controls {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  body.sweetest-modern-body .container {
    width: min(1180px, 92vw);
  }

  body.sweetest-modern-body .header-inner {
    min-height: 68px;
  }

  body.sweetest-modern-body .site-header.mobile-nav-ready .nav {
    width: min(92vw, 360px);
  }

  body.sweetest-modern-body .site-header.mobile-nav-ready .nav a {
    white-space: normal;
    text-wrap: balance;
    line-height: 1.15;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  body.sweetest-modern-body .nav a[href="/reviews.html"] {
    max-width: none;
    text-align: left;
  }

  body.sweetest-modern-body.spinx-v6 #heroHeadline,
  body.sweetest-modern-body.spinx-v6 .apple-page-hero .section-title {
    line-height: 1.02;
  }

  body.sweetest-modern-body.spinx-v6 .apple-hero {
    padding: 22px 0 10px;
  }

  body.sweetest-modern-body.spinx-v6 .apple-hero-media {
    margin-top: 14px;
    padding: 10px;
    border-radius: 20px;
  }

  body.sweetest-modern-body.spinx-v6 .apple-story {
    display: none;
  }

  body.sweetest-modern-body.spinx-v6 .apple-story-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(176px, 70vw);
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  body.sweetest-modern-body.spinx-v6 .apple-story-card {
    min-height: 112px;
    padding: 9px 10px;
    border-radius: 14px;
    scroll-snap-align: start;
  }

  body.sweetest-modern-body.spinx-v6 .apple-story-card span {
    width: 24px;
    height: 24px;
    font-size: 0.72rem;
  }

  body.sweetest-modern-body.spinx-v6 .apple-story-card h3 {
    margin: 5px 0 2px;
    font-size: 0.9rem;
    line-height: 1.15;
  }

  body.sweetest-modern-body.spinx-v6 .apple-story-card p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.sweetest-modern-body .apple-page-links .btn,
  body.sweetest-modern-body .cart-summary-actions .btn,
  body.sweetest-modern-body .cart-summary-actions-secondary .btn {
    width: 100%;
    justify-content: center;
  }

  body.sweetest-modern-body .qty-btn,
  body.sweetest-modern-body .cart-qty-input {
    min-height: 40px;
  }
}
