:root {
  --ink: #462d48;
  --muted: #866d86;
  --pink: #ed7eae;
  --pink-dark: #c84f83;
  --lavender: #eee8ff;
  --cream: #fffaf2;
  --gold: #d8a84d;
  --line: #f1dfe8;
  --white: #ffffff;
  --mint: #dff8ee;
  --shadow: 0 24px 70px rgba(121, 68, 108, 0.12);
}

/* Requested Dulcerella background and live announcement. */
html body .site-shell.site-shell {
  background-color: #fffaf3 !important;
  background-image: url("/dulcerella-page-background-v4.png") !important;
  background-repeat: repeat-y !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  background-attachment: scroll !important;
}

html body .site-shell .hero::before,
html body .site-shell .hero::after,
html body .site-shell .catalog-section::before,
html body .site-shell .catalog-section::after,
html body .site-shell .about-section::before,
html body .site-shell .about-section::after,
html body .site-shell .store-contact::before,
html body .site-shell .store-contact::after,
html body .site-shell .public-footer::before,
html body .site-shell .public-footer::after,
html body .site-shell .steps-image-decor,
html body .site-shell .steps-image-decor::before,
html body .site-shell .steps-image-decor::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.promo-settings-preview {
  width: min(100%, 520px);
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(225, 91, 139, .28);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff9f3, #ffeaf2);
  box-shadow: 0 12px 28px rgba(102, 51, 82, .08);
}

.promo-settings-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.promo-settings-layout {
  align-items: start;
}

.promo-settings-layout .promo-settings-preview {
  width: 100%;
  margin-top: 0;
}

.promo-settings-form {
  gap: 18px;
}

.promo-status {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffe0ec;
  color: #c84f83;
  font-size: 12px;
  font-weight: 800;
}

.promo-toggle {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #f0d6e2;
  border-radius: 16px;
  background: #fff8fb;
}

.promo-toggle input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #e45c97;
}

.promo-toggle span {
  display: grid;
  gap: 4px;
}

.promo-toggle small {
  color: #866d86;
  font-size: 12px;
  line-height: 1.45;
}

.promo-image-editor {
  display: grid;
  gap: 10px;
}

.promo-image-picker {
  display: grid;
  grid-template-columns: minmax(180px, 0.95fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.promo-image-picker > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border: 1px solid #f0d6e2;
  border-radius: 18px;
  background: #fff6f9;
}

.promo-image-picker > div {
  display: grid;
  gap: 10px;
}

.promo-image-picker .text-button {
  justify-self: start;
}

.promo-preview-stage {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 24px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .95) 0 8%, transparent 9%),
    linear-gradient(145deg, #fff9f3, #ffeaf2);
}

.promo-preview-card {
  position: relative;
  width: min(100%, 560px);
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(102, 51, 82, .16);
}

.promo-preview-card img {
  display: block;
  width: 100%;
}

.promo-preview-card span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(70, 45, 72, .86);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

/* Product galleries: storefront detail view and admin editor. */
.product-detail-modal {
  width: min(1040px, 100%);
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr);
}

.product-detail-gallery {
  display: grid;
  min-width: 0;
  padding: 18px;
  gap: 12px;
  background: linear-gradient(145deg, #fff2f7, #f7efff);
  touch-action: pan-y;
}

.product-detail-gallery .product-detail-visual {
  position: relative;
  min-height: 480px;
  border: 1px solid rgba(201, 137, 167, .2);
  border-radius: 24px;
  background: #fffaf7;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .45);
}

.product-detail-gallery .product-detail-visual img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  object-position: center;
}

.product-image-fallback {
  display: grid;
  min-height: 280px;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: #8f6689;
}

.product-image-fallback span {
  font-size: clamp(88px, 15vw, 150px);
}

.product-image-fallback small {
  font-weight: 800;
}

.product-gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(205, 137, 172, .34);
  border-radius: 50%;
  color: #a13f72;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(91, 48, 78, .16);
  font-size: 34px;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.product-gallery-arrow:hover {
  color: #fff;
  background: #c84f83;
}

.product-gallery-arrow.previous {
  left: 14px;
}

.product-gallery-arrow.next {
  right: 14px;
}

.product-detail-visual > .product-gallery-indicator {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(205, 137, 172, .3);
  border-radius: 999px;
  color: #754669;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 18px rgba(91, 48, 78, .12);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.product-gallery-thumbnails {
  display: flex;
  min-width: 0;
  padding: 2px 2px 4px;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.product-gallery-thumbnails button {
  flex: 0 0 72px;
  width: 72px;
  height: 62px;
  padding: 3px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
}

.product-gallery-thumbnails button.active {
  border-color: #d86b9c;
  box-shadow: 0 0 0 3px rgba(216, 107, 156, .14);
}

.product-gallery-thumbnails img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  object-fit: cover;
}

.product-gallery-thumbnails span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  font-size: 28px;
}

.product-gallery-editor {
  display: grid;
  gap: 14px;
}

.product-gallery-editor .image-picker-heading {
  align-items: flex-start;
}

.product-gallery-editor .image-picker-heading > div {
  display: grid;
  gap: 4px;
}

.gallery-count {
  padding: 6px 10px;
  border-radius: 999px;
  color: #915071;
  background: #fff0f6;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.gallery-empty-preview {
  min-height: 190px;
  align-content: center;
  gap: 8px;
}

.gallery-empty-preview small {
  color: #957589;
  font-size: 12px;
  font-weight: 800;
}

.gallery-editor-list {
  display: grid;
  max-height: 360px;
  gap: 9px;
  overflow-y: auto;
}

.gallery-editor-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  align-items: center;
  padding: 8px;
  gap: 10px;
  border: 1px solid #f0dce6;
  border-radius: 16px;
  background: rgba(255, 255, 255, .8);
}

.gallery-editor-item.selected {
  border-color: #d76e9e;
  box-shadow: 0 0 0 3px rgba(215, 110, 158, .12);
}

.gallery-editor-thumb {
  position: relative;
  width: 68px;
  height: 58px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 11px;
  background: #fff2f7;
}

.gallery-editor-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-editor-thumb span {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(83, 43, 72, .78);
  font-size: 10px;
  font-weight: 900;
}

.gallery-editor-meta {
  display: grid;
  min-width: 0;
  justify-items: start;
  gap: 4px;
}

.gallery-editor-meta strong {
  max-width: 100%;
  overflow: hidden;
  color: #55364f;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-editor-meta .text-button {
  padding: 0;
  font-size: 11px;
}

.primary-image-badge {
  color: #a76b12;
  font-size: 11px;
  font-weight: 900;
}

.gallery-editor-actions {
  display: flex;
  gap: 4px;
}

.gallery-editor-actions button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 1px solid #ead4df;
  border-radius: 9px;
  color: #774e69;
  background: #fff;
}

.gallery-editor-actions .gallery-remove-button {
  color: #b33962;
  background: #fff2f5;
}

.media-inventory-card {
  display: grid;
  margin-bottom: 18px;
  gap: 16px;
}

.media-inventory-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.media-inventory-heading h3,
.media-inventory-heading p {
  margin: 4px 0 0;
}

.media-inventory-heading p {
  max-width: 680px;
  color: #836d7d;
  font-size: 13px;
  line-height: 1.55;
}

.media-inventory-actions,
.media-inventory-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.media-inventory-summary span {
  padding: 8px 11px;
  border: 1px solid #f0dce6;
  border-radius: 999px;
  color: #795568;
  background: #fff8fb;
  font-size: 11px;
}

.media-inventory-table-wrap {
  overflow-x: auto;
}

.media-inventory-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.media-inventory-table th,
.media-inventory-table td {
  padding: 10px;
  border-bottom: 1px solid #f0e0e8;
  text-align: left;
  white-space: nowrap;
}

.media-inventory-table th {
  color: #765064;
  background: #fff5f9;
}

.media-inventory-details summary {
  color: #a24973;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.media-inventory-details ul {
  display: grid;
  margin: 12px 0 0;
  padding-left: 20px;
  gap: 6px;
  color: #765f6f;
  font-size: 12px;
}

@media (max-width: 760px) {
  .product-detail-modal {
    grid-template-columns: 1fr;
  }

  .product-detail-gallery {
    padding: 12px;
  }

  .product-detail-gallery .product-detail-visual {
    min-height: min(58vh, 420px);
    max-height: none;
  }

  .product-gallery-arrow {
    width: 40px;
    height: 40px;
  }

  .product-gallery-thumbnails button {
    flex-basis: 64px;
    width: 64px;
    height: 56px;
  }

  .gallery-editor-item {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .gallery-editor-thumb {
    width: 58px;
    height: 52px;
  }

  .gallery-editor-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .media-inventory-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .media-inventory-actions > * {
    flex: 1 1 180px;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-shell {
  min-height: 100vh;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0%, #fff3fa 0, transparent 30%), var(--cream);
}
.candy-stripe {
  height: 9px;
  background: repeating-linear-gradient(
    135deg,
    var(--pink) 0 18px,
    #ffc5d9 18px 36px,
    #fff 36px 54px,
    #cbbaf9 54px 72px
  );
}
.public-header {
  max-width: 1220px;
  margin: auto;
  padding: 24px 36px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}
.brand,
.admin-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
.brand-crown {
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 42% 42%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #f5d27d, #c99135);
  box-shadow:
    inset 0 1px #fff8cf,
    0 5px 12px #d7a84d44;
  font-size: 24px;
}
.brand b,
.admin-brand b {
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 26px;
  line-height: 0.9;
  color: var(--pink-dark);
  letter-spacing: -0.8px;
}
.brand small,
.admin-brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.public-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
}
.public-nav a:hover {
  color: var(--pink-dark);
}
.admin-link {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  color: var(--pink-dark);
  padding: 10px 15px;
  font-size: 13px;
  box-shadow: 0 5px 16px #b76e9c12;
}
.admin-link span {
  margin-left: 8px;
}
.hero {
  max-width: 1220px;
  margin: 30px auto 85px;
  min-height: 505px;
  padding: 0;
  border-radius: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  background: linear-gradient(120deg, #fff 0%, #fff5f9 55%, #f2edff 100%);
  box-shadow: var(--shadow);
  border: 1px solid #fff;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed #eac4d5;
  border-radius: 32px;
  pointer-events: none;
  z-index: 4;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 70px 8%;
  max-width: 560px;
}
.eyebrow {
  display: block;
  color: var(--pink-dark);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2.2px;
  font-weight: 800;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: Georgia, serif;
  letter-spacing: -2px;
}
h1 {
  margin: 16px 0 20px;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.98;
  font-weight: 700;
}
h2 {
  margin: 12px 0 14px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
}
h1 em,
h2 em {
  color: var(--pink-dark);
  font-style: italic;
}
.hero-copy p {
  max-width: 450px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.primary-button,
.secondary-button,
.outline-button {
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 700;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.primary-button {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), #db6199);
  box-shadow: 0 12px 25px #e27ba844;
}
.primary-button:hover,
.secondary-button:hover,
.outline-button:hover {
  transform: translateY(-2px);
}
.primary-button span {
  margin-left: 12px;
  font-size: 18px;
}
.hero-note {
  color: var(--muted);
  font-size: 12px;
}
.hero-art {
  height: auto;
  min-height: 505px;
  min-width: 0;
  align-self: stretch;
  position: relative;
  display: grid;
  place-items: center;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 42px 42px 0;
  background: linear-gradient(145deg, #f8e2ee, #ece5ff);
}
.hero-uploaded-image {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 18px 22px #8f527033);
}
.hero-art::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, #f5d4e5 0 8%, transparent 9%), #f8edf6;
  background-size: 19px 19px;
  opacity: 0.8;
}
.hero-box {
  width: 245px;
  height: 225px;
  border-radius: 18px 18px 35px 35px;
  position: relative;
  padding-top: 57px;
  text-align: center;
  background: linear-gradient(145deg, #f19bbb, #df6d9d);
  box-shadow:
    0 24px 25px #bc6e9233,
    inset 0 2px #ffcfe3;
  transform: rotate(-4deg);
  z-index: 2;
}
.hero-lid {
  position: absolute;
  left: -15px;
  right: -15px;
  top: 25px;
  padding: 14px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #f9c1d8, #eb84af);
  box-shadow: 0 8px 12px #bf567f33;
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: 2px;
  font-size: 19px;
}
.hero-candy-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 47px;
  filter: drop-shadow(0 5px 4px #86445d44);
}
.hero-ribbon {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 21px;
  border-radius: 6px;
  color: #96556d;
  background: #ffe9a6;
  font-size: 12px;
  font-weight: 800;
  transform: rotate(2deg);
}
.float-cloud,
.float-candy,
.sparkle {
  position: absolute;
  z-index: 3;
}
.float-cloud {
  color: white;
  font-size: 58px;
  text-shadow: 0 7px 8px #a56f9a33;
}
.cloud-one {
  top: 42px;
  left: 17%;
}
.cloud-two {
  right: 4%;
  bottom: 68px;
  font-size: 42px;
}
.float-candy {
  font-size: 49px;
  filter: drop-shadow(0 8px 5px #92516c44);
}
.candy-one {
  left: 9%;
  bottom: 65px;
}
.candy-two {
  right: 11%;
  top: 64px;
}
.sparkle {
  color: var(--gold);
  font-size: 38px;
  top: 21px;
  right: 14%;
}
.catalog-section,
.steps-section,
.order-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 36px 90px;
}
.catalog-section {
  scroll-margin-top: 18px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.section-heading p {
  max-width: 260px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 8px;
}
.catalog-title {
  max-width: 720px;
}
.catalog-title span {
  white-space: pre-wrap;
}
.section-heading.centered {
  display: block;
  text-align: center;
}
.section-heading.centered > div {
  display: inline-block;
}
.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 23px;
}
.category-pill {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
}
.category-pill.active,
.category-pill:hover {
  color: #fff;
  background: var(--pink);
  border-color: var(--pink);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f7e5ed;
  border-radius: 24px;
  box-shadow: 0 12px 30px #a5678c0b;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px #a5678c1c;
}
.product-visual {
  height: 185px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(135deg, #f9dce9, #f0eaff);
}
.product-visual::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffffff7d;
}
.product-emoji {
  position: absolute;
  font-size: 72px;
  filter: drop-shadow(0 10px 5px #91516c33);
}
.product-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}
.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px;
}
.product-category {
  color: var(--pink-dark);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
}
.product-body h3 {
  margin: 9px 0 8px;
  font-family: Georgia, serif;
  font-size: 21px;
}
.product-body p {
  min-height: 52px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.product-footer strong {
  color: var(--ink);
  font-size: 16px;
}
.add-button {
  border: 0;
  background: var(--lavender);
  color: #6d54a6;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.add-button:hover {
  background: #dcd2ff;
}
.whatsapp-button {
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  color: #fff;
  background: linear-gradient(135deg, #35c979, #1aa85c);
  box-shadow: 0 12px 25px #35c97933;
  font-weight: 700;
  transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px #35c97944;
}
.whatsapp-button span {
  margin-left: 10px;
  font-size: 17px;
}
.steps-section {
  padding-top: 15px;
}
.tiktok-live-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 48px 36px 48px;
}
.tiktok-live-content {
  width: 100%;
}
.tiktok-live-frame {
  position: relative;
  width: 100%;
}
.tiktok-live-picture {
  display: block;
  width: 100%;
}
.tiktok-live-banner {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(102, 51, 82, .08));
}
.tiktok-live-link {
  position: absolute;
  left: 50%;
  display: block;
  bottom: 6%;
  width: clamp(260px, 28%, 430px);
  margin: 0;
  cursor: pointer;
  transform: translateX(-50%);
  transition: transform 180ms ease, filter 180ms ease;
}
.tiktok-live-link:hover {
  transform: translateX(-50%) translateY(-3px) scale(1.02);
  filter: brightness(1.03) saturate(1.03);
}
.tiktok-live-link:active {
  transform: translateX(-50%) scale(.98);
}
.tiktok-live-link:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 6px;
}
.tiktok-live-button {
  display: block;
  width: 100%;
  height: auto;
}
.tiktok-live-mobile-link {
  display: none;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.step-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  min-height: 215px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid var(--line);
}
.step-card:nth-child(2) {
  background: #f3efff;
  border-color: #e8ddff;
}
.step-card:nth-child(3) {
  background: #fff0f5;
  border-color: #f8dce7;
}
.step-number {
  color: #d9c5d4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
.step-icon {
  display: block;
  margin: 20px 0 12px;
  font-size: 29px;
}
.step-card h3 {
  margin-bottom: 8px;
  font-family: Georgia, serif;
  font-size: 23px;
}
.step-card p {
  max-width: 260px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.order-section {
  padding-top: 15px;
}
.order-panel {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid #f5e2ec;
}
.order-intro {
  padding: 50px 42px;
  background: linear-gradient(150deg, #ffeef5, #f2edff);
}
.order-intro h2 {
  font-size: 43px;
}
.order-intro > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.cart-lines {
  display: grid;
  gap: 14px;
  margin: 35px 0 22px;
}
.cart-line {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-thumb {
  display: grid;
  place-items: center;
  width: 41px;
  height: 41px;
  border-radius: 12px;
  background: #fff;
  font-size: 23px;
}
.cart-line > div:nth-child(2) {
  flex: 1;
}
.cart-line strong,
.cart-line small {
  display: block;
}
.cart-line strong {
  font-size: 12px;
}
.cart-line small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}
.quantity {
  display: flex;
  align-items: center;
  gap: 9px;
}
.quantity button {
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  color: var(--pink-dark);
  background: #fff;
}
.quantity span {
  font-size: 12px;
  font-weight: 800;
}
.total-row,
.grand-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  color: var(--muted);
  font-size: 12px;
}
.grand-total {
  margin-top: 12px;
  padding-top: 17px;
  border-top: 1px dashed #dfc6d4;
  color: var(--ink);
  font-size: 15px;
}
.grand-total strong {
  color: var(--pink-dark);
  font-size: 22px;
}
.order-form {
  padding: 48px 50px;
}
.form-heading {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 25px;
}
.form-heading h3 {
  margin: 0 0 4px;
  font-family: Georgia, serif;
  font-size: 28px;
}
.form-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}
.form-sparkle {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #bb8b25;
  background: #fff1bb;
  font-size: 21px;
}
.order-form label,
.product-editor label,
.category-editor label {
  display: block;
  margin-bottom: 15px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.order-form input,
.order-form textarea,
.product-editor input,
.product-editor textarea,
.category-editor input {
  width: 100%;
  margin-top: 7px;
  padding: 12px 13px;
  border: 1px solid #eedde8;
  border-radius: 11px;
  outline: 0;
  background: #fffcfe;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
}
.order-form input:focus,
.order-form textarea:focus,
.product-editor input:focus,
.product-editor textarea:focus,
.category-editor input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px #ed7eae1a;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.full {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: 7px;
}
.secondary-button {
  color: #7058a8;
  border: 1px solid #ddd2fa;
  background: #f4f0ff;
}
.outline-button {
  color: var(--pink-dark);
  background: #fff;
  border: 1px solid var(--line);
}
.text-button {
  color: var(--pink-dark);
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
}
.toast {
  position: fixed;
  z-index: 75;
  top: clamp(76px, 9vh, 100px);
  left: 50%;
  right: auto;
  bottom: auto;
  display: flex;
  width: min(420px, calc(100vw - 32px));
  max-width: 420px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 17px;
  border: 1px solid #efcadb;
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 30px #7f4b6b24;
  font-size: 12px;
  transform: translateX(-50%);
  animation: toastDropIn .24s ease-out;
}
.toast button {
  flex: 0 0 auto;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--muted);
}
@keyframes toastDropIn {
  from {
    opacity: 0;
    transform: translate(-50%, -10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* Soft, fluid motion for the three-step cards. */
@media (prefers-reduced-motion: no-preference) {
  .steps-section .step-card {
    animation: stepCardReveal .72s cubic-bezier(.2, .72, .25, 1) both;
    transition: transform .45s cubic-bezier(.2, .72, .25, 1), box-shadow .45s ease;
    will-change: transform;
  }

  .steps-section .step-card:nth-child(2) {
    animation-delay: .1s;
  }

  .steps-section .step-card:nth-child(3) {
    animation-delay: .2s;
  }

  .steps-section .step-card:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow: 0 24px 52px rgba(190, 90, 140, .14);
  }

  .steps-section .step-illustration {
    animation: stepFloat 9s cubic-bezier(.42, 0, .58, 1) infinite;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }

  .steps-section .step-card:nth-child(2) .step-illustration {
    animation-delay: .45s;
    animation-duration: 10s;
  }

  .steps-section .step-card:nth-child(3) .step-illustration {
    animation-delay: .9s;
    animation-duration: 9.5s;
  }

  .steps-section .step-art::before,
  .steps-section .step-art::after {
    animation: stepSparkle 4.8s ease-in-out infinite;
    will-change: opacity, transform;
  }

  .steps-section .step-art::after {
    animation-delay: 1.25s;
  }
}

@keyframes stepCardReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(.985);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes stepFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes stepSparkle {
  0%, 100% {
    opacity: .3;
    transform: scale(.94);
  }
  50% {
    opacity: .72;
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .steps-section .step-card,
  .steps-section .step-illustration,
  .steps-section .step-art::before,
  .steps-section .step-art::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Final placement for the extra accents. */
.hero::after,
.about-section::after,
.store-contact::after,
.steps-image-decor::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  display: block !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  pointer-events: none !important;
}

.hero::after {
  top: 24px !important;
  right: 34px !important;
  width: 70px !important;
  height: 70px !important;
  opacity: .16 !important;
  background-image: url("/dulcerella-vector-star.svg") !important;
  transform: rotate(12deg) !important;
}

.about-section::after {
  right: 26px !important;
  bottom: 22px !important;
  width: 64px !important;
  height: 64px !important;
  opacity: .14 !important;
  background-image: url("/dulcerella-vector-star.svg") !important;
  transform: rotate(-16deg) !important;
}

.store-contact::after {
  bottom: 18px !important;
  left: 22px !important;
  width: 88px !important;
  height: 118px !important;
  opacity: .13 !important;
  background-image: url("/dulcerella-vector-gummy.svg") !important;
  transform: rotate(-8deg) !important;
}

.steps-image-decor::before {
  right: 22px !important;
  bottom: 22px !important;
  width: 120px !important;
  height: 72px !important;
  opacity: .13 !important;
  background-image: url("/dulcerella-vector-wrapped.svg") !important;
  transform: rotate(-8deg) !important;
}

@media (max-width: 760px) {
  .hero::after {
    top: 20px !important;
    right: 12px !important;
    width: 48px !important;
    height: 48px !important;
    opacity: .13 !important;
  }

  .about-section::after {
    right: 10px !important;
    bottom: 16px !important;
    width: 46px !important;
    height: 46px !important;
    opacity: .12 !important;
  }

  .store-contact::after {
    bottom: 12px !important;
    left: 8px !important;
    width: 66px !important;
    height: 88px !important;
    opacity: .11 !important;
  }

  .steps-image-decor::before {
    right: 2px !important;
    bottom: 16px !important;
    width: 88px !important;
    height: 54px !important;
    opacity: .1 !important;
  }
}

/* Keep the gallery layout authoritative after the legacy storefront layers. */
.product-detail-modal {
  width: min(1040px, 100%);
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr);
}

@media (max-width: 760px) {
  .product-detail-modal {
    grid-template-columns: 1fr;
  }
}

/* User-selected final page artwork. Extra specificity keeps legacy decoration
   rules from replacing the chosen background. */
html body .site-shell.site-shell {
  background-color: #fff9f6 !important;
  background-image: url("/dulcerella-page-background-v4.png") !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  background-repeat: repeat-y !important;
  background-attachment: scroll !important;
}

html body .site-shell .hero::before,
html body .site-shell .hero::after,
html body .site-shell .catalog-section::before,
html body .site-shell .catalog-section::after,
html body .site-shell .about-section::before,
html body .site-shell .about-section::after,
html body .site-shell .store-contact::before,
html body .site-shell .store-contact::after,
html body .site-shell .public-footer::before,
html body .site-shell .public-footer::after,
html body .site-shell .steps-image-decor,
html body .site-shell .steps-image-decor::before,
html body .site-shell .steps-image-decor::after {
  display: none !important;
  content: none !important;
  background-image: none !important;
}

/* Social links use the supplied Dulcerella artwork. */
.footer-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-social-links a img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
}

.social-icon-palette {
  display: flex;
  align-items: center;
  gap: 7px;
}

.social-icon-palette img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 5px 8px rgba(190, 72, 127, .14));
}

.social-settings-form .social-editor-row {
  grid-template-columns: 48px minmax(180px, .7fr) minmax(260px, 1.4fr) auto;
}

.social-editor-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  align-self: end;
  overflow: hidden;
  border: 1px solid #f1d9e4;
  border-radius: 13px;
  color: var(--pink-dark);
  background: #fff;
  font-weight: 800;
}

.social-editor-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/* Product cards open a larger, accessible product view. */
.product-card {
  cursor: pointer;
}

.product-view-button {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 999px;
  color: #8d315e;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 18px rgba(99, 48, 83, .13);
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.product-view-button:hover {
  transform: translateY(-1px);
  background: #fff;
}

.product-modal-backdrop {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
  overflow-y: auto;
  background: rgba(65, 34, 60, .46);
  backdrop-filter: blur(10px);
}

.product-detail-modal {
  position: relative;
  display: grid;
  width: min(900px, 100%);
  max-height: calc(100vh - 48px);
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 30px;
  background: #fffafc;
  box-shadow: 0 28px 80px rgba(74, 37, 68, .3);
  animation: productDetailIn .24s ease-out;
}

.product-detail-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #f2d8e4;
  border-radius: 50%;
  color: var(--pink-dark);
  background: rgba(255, 255, 255, .94);
  font-size: 24px;
  line-height: 1;
}

.product-detail-visual {
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #ffe4ef, #f1e6ff);
}

.product-detail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-visual > span {
  font-size: 150px;
}

.product-detail-copy {
  display: flex;
  padding: clamp(32px, 5vw, 58px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.product-detail-copy h2 {
  margin: 12px 0 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: .98;
}

.product-detail-copy p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.product-detail-copy > strong {
  margin-bottom: 24px;
  color: var(--pink-dark);
  font-size: 24px;
}

@keyframes productDetailIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* The user-supplied artwork is now the single page background. */
html body .site-shell {
  background-color: #fff9f6 !important;
  background-image: url("/dulcerella-page-background-v4.png") !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  background-repeat: repeat-y !important;
  background-attachment: scroll !important;
}

html body .site-shell .hero::before,
html body .site-shell .hero::after,
html body .site-shell .catalog-section::before,
html body .site-shell .catalog-section::after,
html body .site-shell .about-section::before,
html body .site-shell .about-section::after,
html body .site-shell .store-contact::before,
html body .site-shell .store-contact::after,
html body .site-shell .public-footer::before,
html body .site-shell .public-footer::after,
html body .site-shell .steps-image-decor {
  display: none !important;
}

@media (max-width: 760px) {
  .social-settings-form .social-editor-row {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .social-settings-form .social-editor-row label,
  .social-settings-form .social-remove-button {
    grid-column: 1 / -1;
  }

  .social-icon-palette img {
    width: 32px;
    height: 32px;
  }

  .product-modal-backdrop {
    padding: 12px;
  }

  .product-detail-modal {
    max-height: calc(100vh - 24px);
    grid-template-columns: 1fr;
    overflow-y: auto;
    border-radius: 24px;
  }

  .product-detail-visual {
    min-height: 300px;
    max-height: 46vh;
  }

  .product-detail-copy {
    padding: 28px 24px 30px;
  }

  .product-detail-copy h2 {
    font-size: 36px;
  }

  html body .site-shell {
    background-size: 100% auto !important;
  }
}

/* Final page-background pass: keep artwork in the outer margins, never over copy. */
html body .site-shell .hero::before,
html body .site-shell .hero::after,
html body .site-shell .catalog-section::before,
html body .site-shell .catalog-section::after,
html body .site-shell .steps-image-decor,
html body .site-shell .about-section::before,
html body .site-shell .about-section::after,
html body .site-shell .store-contact::before,
html body .site-shell .store-contact::after,
html body .site-shell .public-footer::before,
html body .site-shell .public-footer::after {
  display: none !important;
  content: none !important;
}

/* Keep the floating cart above page sections while preserving modal layers. */
html body .site-shell .public-header {
  position: relative !important;
  z-index: 10 !important;
}

html body .site-shell .cart-trigger {
  z-index: 11 !important;
}

html body .site-shell {
  background-image:
    url("/dulcerella-page-background-1.png"),
    url("/dulcerella-page-background-2.png"),
    radial-gradient(circle at 12% 18%, rgba(255, 205, 221, .22) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 42%, rgba(219, 188, 242, .18) 0 2px, transparent 3px),
    linear-gradient(180deg, #fffaf7 0%, #fffdfb 52%, #fff8fb 100%) !important;
  background-position:
    center top,
    center bottom,
    0 0, 0 0, 0 0 !important;
  background-size:
    100% auto,
    100% auto,
    170px 190px, 220px 240px, auto !important;
  background-repeat: no-repeat, no-repeat, repeat, repeat, no-repeat !important;
}

@media (max-width: 1199px) {
  html body .site-shell {
    background-image:
      radial-gradient(circle at 12% 18%, rgba(255, 205, 221, .22) 0 2px, transparent 3px),
      radial-gradient(circle at 88% 42%, rgba(219, 188, 242, .18) 0 2px, transparent 3px),
      linear-gradient(180deg, #fffaf7 0%, #fffdfb 52%, #fff8fb 100%) !important;
    background-position: 0 0, 0 0, 0 0 !important;
    background-size: 170px 190px, 220px 240px, auto !important;
    background-repeat: repeat, repeat, no-repeat !important;
  }
}

/* Keep the artwork behind the page, never floating over text cards. */
.hero::before,
.hero::after,
.catalog-section::before,
.catalog-section::after,
.steps-image-decor,
.about-section::before,
.about-section::after,
.public-footer::before,
.public-footer::after {
  display: none !important;
  content: none !important;
}

.site-shell {
  background-image:
    linear-gradient(rgba(255, 250, 247, .68), rgba(255, 250, 247, .68)), url("/dulcerella-vector-lollipop.svg"),
    linear-gradient(rgba(255, 250, 247, .7), rgba(255, 250, 247, .7)), url("/dulcerella-vector-cluster.svg"),
    linear-gradient(rgba(255, 250, 247, .72), rgba(255, 250, 247, .72)), url("/dulcerella-vector-gummy.svg"),
    linear-gradient(rgba(255, 250, 247, .72), rgba(255, 250, 247, .72)), url("/dulcerella-vector-wrapped.svg"),
    linear-gradient(rgba(255, 250, 247, .72), rgba(255, 250, 247, .72)), url("/dulcerella-vector-heart.svg"),
    linear-gradient(rgba(255, 250, 247, .72), rgba(255, 250, 247, .72)), url("/dulcerella-vector-star.svg"),
    radial-gradient(circle at 12% 18%, rgba(255, 205, 221, .22) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 42%, rgba(219, 188, 242, .18) 0 2px, transparent 3px),
    linear-gradient(180deg, #fffaf7 0%, #fffdfb 52%, #fff8fb 100%) !important;
  background-position:
    0% 10%, 0% 10%,
    100% 22%, 100% 22%,
    0% 40%, 0% 40%,
    100% 54%, 100% 54%,
    0% 70%, 0% 70%,
    100% 82%, 100% 82%,
    0 0, 0 0, 0 0 !important;
  background-size:
    auto, 138px auto,
    auto, 196px auto,
    auto, 92px auto,
    auto, 138px auto,
    auto, 78px auto,
    auto, 66px auto,
    170px 190px, 220px 240px, auto !important;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat, no-repeat !important;
}

@media (min-width: 1200px) {
  .site-shell {
    background-position:
      0% 10%, 0% 10%,
      100% 22%, 100% 22%,
      0% 40%, 0% 40%,
      100% 54%, 100% 54%,
      0% 70%, 0% 70%,
      100% 82%, 100% 82%,
      0 0, 0 0, 0 0 !important;
  }
}

@media (max-width: 1199px) {
  .site-shell {
    background-image:
      radial-gradient(circle at 12% 18%, rgba(255, 205, 221, .22) 0 2px, transparent 3px),
      radial-gradient(circle at 88% 42%, rgba(219, 188, 242, .18) 0 2px, transparent 3px),
      linear-gradient(180deg, #fffaf7 0%, #fffdfb 52%, #fff8fb 100%) !important;
    background-position: 0 0, 0 0, 0 0 !important;
    background-size: 170px 190px, 220px 240px, auto !important;
    background-repeat: repeat, repeat, no-repeat !important;
  }
}

/* Extra accents in the empty margins, kept away from copy and product cards. */
.hero::after,
.about-section::after,
.store-contact::after,
.steps-image-decor::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.hero::after {
  top: 24px;
  right: 34px;
  width: 70px;
  height: 70px;
  opacity: .16;
  background-image: url("/dulcerella-vector-star.svg");
  transform: rotate(12deg);
}

.about-section::after {
  right: 26px;
  bottom: 22px;
  width: 64px;
  height: 64px;
  opacity: .14;
  background-image: url("/dulcerella-vector-star.svg");
  transform: rotate(-16deg);
}

.store-contact::after {
  bottom: 18px;
  left: 22px;
  width: 88px;
  height: 118px;
  opacity: .13;
  background-image: url("/dulcerella-vector-gummy.svg");
  transform: rotate(-8deg);
}

.steps-image-decor::before {
  right: 22px;
  bottom: 22px;
  width: 120px;
  height: 72px;
  opacity: .13;
  background-image: url("/dulcerella-vector-wrapped.svg");
  transform: rotate(-8deg);
}

@media (max-width: 760px) {
  .hero::after {
    top: 20px;
    right: 12px;
    width: 48px;
    height: 48px;
    opacity: .13;
  }

  .about-section::after {
    right: 10px;
    bottom: 16px;
    width: 46px;
    height: 46px;
    opacity: .12;
  }

  .store-contact::after {
    bottom: 12px;
    left: 8px;
    width: 66px;
    height: 88px;
    opacity: .11;
  }

  .steps-image-decor::before {
    right: 2px;
    bottom: 16px;
    width: 88px;
    height: 54px;
    opacity: .1;
  }
}
.public-footer {
  max-width: 1220px;
  margin: auto;
  padding: 35px 36px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--muted);
  font-size: 11px;
  border-top: 1px solid var(--line);
}
.about-section {
  max-width: 1148px;
  margin: 24px auto 74px;
  padding: 42px 45px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 42px;
  align-items: center;
  border: 1px solid #f1dce7;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, #f3ecff 0, transparent 34%),
    linear-gradient(135deg, #fff, #fff4f8);
  box-shadow: 0 18px 45px #a5678c0c;
  scroll-margin-top: 22px;
}
.about-copy h2 {
  margin-bottom: 18px;
}
.about-copy p {
  max-width: 650px;
  margin-bottom: 12px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 14px;
}
.about-copy p:last-child {
  margin-bottom: 0;
}
.about-promise {
  min-height: 190px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, #c84f83, #8f6fc6);
  box-shadow: 0 18px 30px #9b5f9d2b;
}
.about-promise .eyebrow {
  color: #ffe7f1;
}
.about-promise-icon {
  margin-bottom: 14px;
  color: #ffe8a9;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1;
}
.about-promise p {
  margin: 12px 0 0;
  color: #fff;
  line-height: 1.7;
  font-size: 14px;
}
.store-contact {
  max-width: 1148px;
  margin: 0 auto 46px;
  padding: 27px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid #f1dce7;
  border-radius: 24px;
  background: linear-gradient(120deg, #fff, #fff0f7);
  box-shadow: 0 15px 35px #a5678c0b;
}
.store-contact h3 {
  margin: 7px 0 9px;
  font-family: Georgia, serif;
  font-size: 24px;
}
.store-contact p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.contact-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd2fa;
  border-radius: 999px;
  padding: 13px 18px;
  color: #7058a8;
  background: #f4f0ff;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.map-button:hover {
  transform: translateY(-2px);
  background: #ebe4ff;
  box-shadow: 0 12px 25px #9b87d52b;
}
.map-button span {
  margin-left: 10px;
  font-size: 17px;
}
.footer-contact {
  display: grid;
  gap: 7px;
  text-align: right;
}
.footer-contact small {
  color: var(--pink-dark);
  font-size: 10px;
}
.footer-socials {
  display: grid;
  gap: 9px;
  justify-items: end;
}
.footer-socials .eyebrow {
  color: var(--pink-dark);
  font-size: 9px;
  letter-spacing: 1.6px;
}
.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.footer-social-links a {
  padding: 7px 11px;
  border: 1px solid #eed2e0;
  border-radius: 999px;
  color: var(--pink-dark);
  background: #fff8fb;
  font-size: 10px;
  font-weight: 700;
  transition: transform 0.2s, background 0.2s;
}
.footer-social-links a:hover {
  transform: translateY(-2px);
  background: #fff0f6;
}
.footer-brand b {
  font-size: 21px;
}
.admin-shell {
  min-height: 100vh;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  background: #fbf8fc;
  color: var(--ink);
}
.admin-header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  padding: 18px 40px;
  background: #fff;
  border-bottom: 1px solid #f1e7ef;
}
.admin-title {
  flex: 1;
  margin-left: 15%;
}
.admin-title h1 {
  margin: 4px 0 0;
  font-family: Georgia, serif;
  font-size: 25px;
  letter-spacing: -0.7px;
}
.admin-layout {
  min-width: 0;
  display: grid;
  grid-template-columns: 230px 1fr;
  min-height: calc(100vh - 84px);
}
.admin-sidebar {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 18px;
  background: #fff;
  border-right: 1px solid #f1e7ef;
}
.sidebar-label {
  margin: 5px 15px 13px;
  color: #baa8b7;
  font-size: 9px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 800;
}
.side-link {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  border: 0;
  border-radius: 10px;
  margin-bottom: 4px;
  padding: 12px 15px;
  color: var(--muted);
  background: transparent;
  text-align: left;
  font-size: 12px;
}
.side-link span {
  width: 18px;
  color: #bca4b6;
  text-align: center;
  font-size: 16px;
}
.side-link:hover,
.side-link.active {
  color: var(--pink-dark);
  background: #fff0f6;
}
.side-link.active span {
  color: var(--pink);
}
.side-count {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
  border-radius: 50%;
  color: #fff;
  background: var(--pink);
  font-size: 10px;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 15px;
  color: #9d899a;
  border-top: 1px dashed var(--line);
  font-size: 10px;
  line-height: 1.5;
}
.sidebar-bottom small {
  color: #c2b2bf;
}
.online-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #79d6a7;
}
.admin-content {
  max-width: 1250px;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 46px 6%;
}
.admin-notice {
  margin-bottom: 16px;
  padding: 12px 15px;
  border: 1px solid #f1c5d8;
  border-radius: 12px;
  color: var(--pink-dark);
  background: #fff0f6;
  font-size: 12px;
}
.content-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.content-heading-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}
.content-heading h2 {
  margin-bottom: 0;
  font-size: 45px;
}
.metric-grid,
.report-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 22px;
}
.metric-card {
  position: relative;
  min-height: 150px;
  padding: 20px;
  border: 1px solid #f0e3ec;
  border-radius: 18px;
  background: #fff;
}
.metric-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 21px;
}
.metric-label {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 11px;
}
.metric-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 30px;
}
.metric-card small {
  color: #b19cad;
  font-size: 10px;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  gap: 18px;
}
.admin-card {
  padding: 25px;
  border: 1px solid #f0e3ec;
  border-radius: 19px;
  background: #fff;
}
.soft-card {
  background: linear-gradient(145deg, #f4efff, #fff2f7);
}
.card-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}
.admin-card h3 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: 24px;
}
.compact-order-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #f6edf3;
}
.order-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  border-radius: 12px;
  color: var(--pink-dark);
  background: #ffe8f0;
  font-family: Georgia, serif;
  font-size: 16px;
}
.compact-order-row > div,
.order-person > div {
  flex: 1;
}
.compact-order-row strong,
.compact-order-row small,
.order-person strong,
.order-person small {
  display: block;
}
.compact-order-row strong,
.order-person strong {
  color: var(--ink);
  font-size: 12px;
}
.compact-order-row small,
.order-person small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}
.status-select {
  border: 1px solid #ecdce7;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--pink-dark);
  background: #fff9fb;
  font-size: 10px;
  outline: 0;
}
.mini-calendar {
  margin: 30px 0 22px;
  padding: 16px;
  border-radius: 13px;
  background: #fff9;
}
.mini-calendar span,
.mini-calendar strong {
  display: block;
}
.mini-calendar span {
  margin-bottom: 7px;
  color: var(--pink-dark);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mini-calendar strong {
  font-family: Georgia, serif;
  font-size: 19px;
  text-transform: capitalize;
}
.status-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 17px;
}
.status-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 11px;
  border: 1px solid #eee2ea;
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-size: 10px;
}
.status-chip b {
  margin-left: 3px;
  color: var(--ink);
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cdbbc8;
}
.status-pendiente {
  background: #edb45f;
}
.status-confirmado {
  background: #9a86e8;
}
.status-en-preparación {
  background: #ec7cad;
}
.status-listo {
  background: #62c9aa;
}
.status-entregado {
  background: #62b4e4;
}
.status-cancelado {
  background: #bbaab6;
}
.order-table-card {
  padding: 0;
  overflow: hidden;
}
.table-head,
.order-table-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.65fr 0.8fr;
  align-items: center;
  gap: 20px;
  padding: 16px 23px;
}
.table-head.is-selecting,
.order-table-row.is-selecting {
  grid-template-columns: 28px 1.5fr 1fr 0.65fr 0.8fr;
}
.order-selection {
  display: grid;
  place-items: center;
}
.order-selection input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--pink);
  cursor: pointer;
}
.order-delete-help {
  margin: -12px 0 17px;
  color: var(--muted);
  font-size: 11px;
}
.delete-action-button,
.delete-confirm-button {
  border: 1px solid #efbfd4;
  border-radius: 999px;
  padding: 11px 15px;
  color: #b23870;
  background: #fff2f7;
  font-size: 11px;
  font-weight: 800;
}
.delete-action-button:hover,
.delete-confirm-button:hover:not(:disabled) {
  color: #fff;
  background: #c84f80;
}
.delete-confirm-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.table-head {
  color: #b39eaf;
  background: #fffafd;
  border-bottom: 1px solid #f4e9f0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
}
.order-table-row {
  border-bottom: 1px solid #f5edf2;
  font-size: 12px;
}
.order-table-row:last-child {
  border-bottom: 0;
}
.order-person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-table-row > div:not(.order-person) strong,
.order-table-row > div:not(.order-person) small {
  display: block;
}
.order-table-row > div:not(.order-person) small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}
.agenda-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 18px 22px;
  border: 1px solid #f1e1ea;
  border-radius: 17px;
  background: #fff;
}
.agenda-day {
  display: flex;
  align-items: center;
  gap: 15px;
}
.agenda-day-number {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, var(--pink), #b970e2);
  font-family: Georgia, serif;
  font-size: 22px;
}
.agenda-day strong,
.agenda-day small {
  display: block;
  text-transform: capitalize;
}
.agenda-day strong {
  margin-bottom: 4px;
  font-family: Georgia, serif;
  font-size: 19px;
}
.agenda-day small {
  color: var(--muted);
  font-size: 10px;
}
.date-picker-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 10px;
}
.date-picker-label input {
  border: 1px solid #ecdce7;
  border-radius: 9px;
  padding: 9px;
  color: var(--ink);
  background: #fff;
  font-size: 11px;
}
.agenda-list {
  display: grid;
  gap: 0;
  padding: 4px 20px;
  border: 1px solid #f1e3eb;
  border-radius: 18px;
  background: #fff;
}
.agenda-item {
  display: grid;
  grid-template-columns: 78px 11px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 110px;
  border-bottom: 1px solid #f5edf2;
}
.agenda-item:last-child {
  border-bottom: 0;
}
.agenda-time {
  color: var(--pink-dark);
  font-family: Georgia, serif;
  font-size: 15px;
  text-align: right;
}
.agenda-time small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 9px;
}
.agenda-line {
  width: 9px;
  height: 50px;
  border-radius: 9px;
  background: linear-gradient(var(--pink), #c5b4f6);
}
.agenda-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.agenda-details strong,
.agenda-details small {
  display: block;
}
.agenda-details strong {
  font-family: Georgia, serif;
  font-size: 17px;
}
.agenda-details small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}
.agenda-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.agenda-right > strong {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.products-admin-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  align-items: start;
}
.categories-admin-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 18px;
  align-items: start;
}
.admin-products-list {
  padding: 9px 23px;
}
.admin-product-row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #f5edf2;
}
.admin-product-row:last-child {
  border-bottom: 0;
}
.admin-product-row.archived {
  opacity: 0.55;
}
.admin-product-emoji {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 15px;
  background: #faedf4;
  font-size: 25px;
}
.admin-product-info {
  min-width: 0;
  flex: 1;
}
.admin-product-info strong,
.admin-product-info small,
.admin-product-info p {
  display: block;
}
.admin-product-info strong {
  font-size: 13px;
}
.admin-product-info small {
  margin-top: 4px;
  color: var(--pink-dark);
  font-size: 10px;
}
.admin-product-info p {
  overflow: hidden;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-order-help {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.product-order-controls {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  padding: 3px;
  border: 1px solid #eedde7;
  border-radius: 999px;
  background: #fffafd;
}
.order-arrow-button {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  color: var(--pink-dark);
  background: transparent;
  font-size: 15px;
  line-height: 1;
}
.order-arrow-button:hover:not(:disabled) {
  background: #ffe8f1;
}
.order-arrow-button:disabled {
  cursor: not-allowed;
  color: #cbbbc5;
  opacity: 0.55;
}
.product-order-number {
  min-width: 14px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}
.availability {
  padding: 5px 7px;
  border-radius: 999px;
  color: #9e8595;
  background: #f6f0f4;
  font-size: 9px;
}
.availability.active {
  color: #2e9c71;
  background: #e3f8ed;
}
.icon-button {
  border: 0;
  color: var(--pink-dark);
  background: transparent;
  font-size: 17px;
}
.archive-button {
  border: 1px solid #eedde7;
  border-radius: 999px;
  padding: 7px 9px;
  color: var(--muted);
  background: #fff;
  font-size: 9px;
}
.product-editor {
  position: sticky;
  top: 20px;
}
.editor-badge {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #fff0f6;
  font-size: 25px;
}
.product-editor h3 {
  font-size: 22px;
}
.product-editor .text-button {
  color: var(--muted);
}
.image-picker,
.hero-image-picker {
  margin: 4px 0 19px;
  padding-top: 3px;
}
.image-picker-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.image-picker-heading label,
.hero-image-picker label {
  margin-bottom: 0;
}
.image-picker-heading small,
.field-help {
  color: #b19cad;
  font-size: 9px;
  font-weight: 400;
}
.image-picker-row,
.hero-image-picker {
  display: flex;
  align-items: center;
  gap: 13px;
}
.image-preview,
.hero-image-preview {
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border: 1px dashed #e9bfd2;
  border-radius: 16px;
  color: var(--pink-dark);
  background: #fff0f6;
  font-size: 30px;
}
.image-preview img,
.hero-image-preview img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 6px;
  object-fit: contain;
  object-position: center;
}
.product-image-position-editor,
.logo-image-position-editor {
  position: relative;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1.5;
  overflow: hidden;
  border: 1px solid #e9bfd2;
  border-radius: 18px;
  background: linear-gradient(135deg, #f9dce9, #f0eaff);
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.product-image-position-editor:active,
.logo-image-position-editor:active {
  cursor: grabbing;
}
.product-image-position-editor img,
.logo-image-position-editor img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.logo-image-position-editor {
  aspect-ratio: 2.4;
  background: linear-gradient(135deg, #fff4f8, #f0eaff);
}
.position-editor-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: #593f5eaa;
  font-size: 9px;
  font-weight: 800;
  pointer-events: none;
}
.position-editor-crosshair {
  position: absolute;
  inset: 18%;
  border: 1px dashed #fff9;
  border-radius: 12px;
  pointer-events: none;
}
.position-editor-crosshair::before,
.position-editor-crosshair::after {
  content: "";
  position: absolute;
  background: #fff9;
}
.position-editor-crosshair::before {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}
.position-editor-crosshair::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}
.position-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  max-width: 360px;
  margin-top: 12px;
}
.position-controls label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.position-controls input[type="range"] {
  width: 100%;
  accent-color: var(--pink);
}
.position-reset {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 0;
  font-size: 10px;
}
.hero-image-preview {
  width: 150px;
  height: 105px;
  background: linear-gradient(135deg, #f9dce9, #f0eaff);
}
.hero-image-picker {
  margin-bottom: 22px;
}
.upload-button {
  display: inline-block;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid #eed2e0;
  border-radius: 999px;
  color: var(--pink-dark);
  background: #fff8fb;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}
.upload-button:hover {
  background: #fff0f6;
}
.image-remove {
  display: block;
  margin-top: 10px;
  padding: 0;
  font-size: 10px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.store-settings-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 18px;
  align-items: start;
}
.store-settings-form {
  max-width: 700px;
}
.store-settings-form label {
  line-height: 1.5;
}
.store-settings-form input,
.store-settings-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 12px 13px;
  border: 1px solid #eedde8;
  border-radius: 11px;
  outline: 0;
  background: #fffcfe;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
}
.store-settings-form input:focus,
.store-settings-form textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px #ed7eae1a;
}
.field-help {
  display: block;
  margin-top: 6px;
  line-height: 1.4;
}
.field-help.field-error {
  color: #b84f72;
}
.word-color-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -1px 0 20px;
}
.word-color-control {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: auto;
  min-width: 112px;
  padding: 7px 9px;
  border: 1px solid #eedde8;
  border-radius: 12px;
  background: #fffafd;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.word-color-control span {
  overflow: hidden;
  max-width: 92px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.word-color-control input[type="color"] {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 2px;
  border: 1px solid #ead5e1;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.store-settings-form input[aria-invalid="true"] {
  border-color: #d66b8c;
}
.settings-divider {
  height: 1px;
  margin: 25px 0 22px;
  background: var(--line);
}
.card-title-row.compact {
  margin-bottom: 13px;
}
.store-settings-preview {
  background: linear-gradient(145deg, #f4efff, #fff2f7);
}
.contact-preview-card {
  margin-top: 25px;
  padding: 19px;
  border: 1px solid #fff;
  border-radius: 16px;
  background: #fff9;
}
.contact-preview-card strong,
.contact-preview-card p,
.contact-preview-card span {
  display: block;
}
.contact-preview-card strong {
  font-family: Georgia, serif;
  font-size: 18px;
}
.contact-preview-card p {
  margin: 12px 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.contact-preview-card small {
  display: block;
  margin: -4px 0 12px;
  color: #7058a8;
  font-size: 10px;
  font-weight: 700;
}
.brand-settings-preview {
  margin-top: 25px;
  padding: 17px;
  border: 1px solid #fff;
  border-radius: 16px;
  background: #fff9;
}
.brand-preview-row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 13px;
  min-width: 0;
}
.brand-preview-row .brand-logo {
  width: 118px;
  height: 54px;
}
.brand-preview-row .brand-caption {
  max-width: 145px;
}
.contact-preview-card span {
  color: #168c4d;
  font-size: 11px;
  font-weight: 700;
}
.settings-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}
.social-editor-list {
  display: grid;
  gap: 10px;
  margin: 3px 0 12px;
}
.social-editor-row {
  display: grid;
  grid-template-columns: 0.7fr 1.4fr auto;
  gap: 9px;
  align-items: end;
  padding: 12px;
  border: 1px solid #eedde8;
  border-radius: 13px;
  background: #fffafd;
}
.social-editor-row label {
  min-width: 0;
}
.social-remove-button {
  margin-bottom: 1px;
  padding: 11px 12px;
  white-space: nowrap;
}
.add-social-button {
  margin-top: 2px;
  padding: 10px 13px;
  color: var(--pink-dark);
  background: #fff;
  font-size: 11px;
}
.social-settings-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}
.social-settings-form {
  max-width: 980px;
}
.category-editor h3,
.category-list-card h3 {
  font-size: 22px;
}
.category-help {
  margin: -2px 0 22px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}
.category-list {
  display: grid;
}
.category-row {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  padding: 13px 0;
  border-top: 1px solid #f5edf2;
}
.category-row-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: var(--pink-dark);
  background: #fff0f6;
  font-size: 18px;
}
.category-row > div {
  flex: 1;
}
.category-row strong,
.category-row small {
  display: block;
}
.category-row strong {
  font-size: 13px;
}
.category-row small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}
.delete-button:disabled,
.delete-button:disabled:hover {
  cursor: not-allowed;
  color: #b8a8b3;
  border-color: #eee6eb;
  background: #f7f3f5;
}
.report-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 27px 30px;
  border-radius: 19px;
  color: #fff;
  background: linear-gradient(120deg, #d8669a, #9f89e9);
}
.report-highlight .eyebrow {
  color: #ffdae9;
}
.report-highlight h3 {
  margin: 8px 0;
  font-family: Georgia, serif;
  font-size: 27px;
}
.report-highlight p {
  margin: 0;
  color: #ffeaf4;
  font-size: 11px;
}
.report-icon {
  display: grid;
  place-items: center;
  width: 75px;
  height: 75px;
  border-radius: 24px;
  color: #a36196;
  background: #fff6;
  font-size: 35px;
}
.report-grid {
  grid-template-columns: repeat(3, 1fr);
}
.report-table {
  margin-top: 18px;
}
.report-row {
  display: grid;
  grid-template-columns: 0.5fr 1.2fr 1fr 0.7fr 0.8fr;
  gap: 15px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid #f5edf2;
  color: var(--muted);
  font-size: 11px;
}
.report-row strong {
  color: var(--ink);
}
.report-row b {
  color: var(--pink-dark);
  font-size: 10px;
}
.empty-state {
  display: grid;
  place-items: center;
  padding: 38px 20px;
  color: var(--muted);
  text-align: center;
}
.empty-state > span {
  margin-bottom: 11px;
  font-size: 30px;
}
.empty-state strong {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 19px;
}
.empty-state p {
  margin: 7px 0 0;
  font-size: 11px;
}
@media (max-width: 980px) {
  .hero {
    margin: 20px 20px 70px;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .hero-copy {
    padding: 55px 8% 20px;
    max-width: none;
  }
  .hero-art {
    height: 310px;
    min-height: 0;
    align-self: auto;
    margin-top: 20px;
    border-radius: 0 0 28px 28px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard-grid,
  .products-admin-layout,
  .categories-admin-layout,
  .store-settings-layout,
  .about-section {
    grid-template-columns: 1fr;
  }
  .about-section {
    margin-right: 20px;
    margin-left: 20px;
  }
  .product-editor {
    position: static;
  }
  .admin-title {
    margin-left: 0;
  }
  .admin-layout {
    grid-template-columns: 190px 1fr;
  }
}
@media (max-width: 767px) {
  .tiktok-live-picture {
    width: min(94vw, 430px);
    max-width: 100%;
    margin-inline: auto;
  }
  .tiktok-live-banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .tiktok-live-link {
    display: none;
  }
  .tiktok-live-mobile-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    cursor: pointer;
  }
}

@media (max-width: 700px) {
  .tiktok-live-section {
    padding: 32px 18px 40px;
  }

  .public-header {
    padding: 18px 20px;
    align-items: center;
    gap: 12px;
  }
  .public-nav a {
    display: none;
  }
  .brand b {
    font-size: 22px;
  }
  .hero {
    min-height: 0;
    border-radius: 28px;
    padding: 0;
  }
  .hero-copy {
    padding: 48px 25px 25px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }
  .hero-actions .primary-button {
    width: 100%;
    text-align: center;
  }
  .hero-note {
    align-self: center;
    text-align: center;
  }
  .hero::after {
    inset: 10px;
    border-radius: 22px;
  }
  .hero-art {
    height: 250px;
    min-height: 0;
    align-self: auto;
    margin-top: 0;
    border-radius: 0 0 28px 28px;
  }
  .hero-art::before {
    width: 250px;
    height: 250px;
  }
  .hero-box {
    transform: scale(0.76) rotate(-4deg);
  }
  .float-candy,
  .float-cloud {
    transform: scale(0.7);
  }
  .catalog-section,
  .steps-section,
  .order-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-section {
    margin: 15px 16px 50px;
    padding: 30px 24px;
    gap: 25px;
  }
  .section-heading,
  .content-heading {
    display: block;
  }
  .content-heading-actions {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .section-heading p {
    margin-top: 15px;
  }
  .category-pills {
    flex-wrap: nowrap;
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .category-pills::-webkit-scrollbar {
    display: none;
  }
  .category-pill {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .product-card {
    border-radius: 18px;
  }
  .product-card:hover {
    transform: none;
  }
  .product-visual {
    height: 132px;
    border-radius: 18px 18px 0 0;
  }
  .product-emoji {
    font-size: 55px;
  }
  .product-body {
    padding: 13px;
  }
  .product-category {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .product-body h3 {
    min-height: 38px;
    margin: 7px 0 6px;
    font-size: 17px;
    line-height: 1.08;
  }
  .product-body p {
    min-height: 70px;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.45;
  }
  .product-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .product-footer strong {
    font-size: 14px;
  }
  .add-button {
    width: 100%;
    padding: 9px 7px;
    font-size: 10px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .order-panel {
    grid-template-columns: 1fr;
  }
  .order-intro,
  .order-form {
    padding: 35px 25px;
  }
  .public-footer {
    display: block;
    padding: 25px 20px;
  }
  .public-footer > span {
    display: block;
    margin-top: 18px;
  }
  .store-contact {
    display: block;
    margin-right: 16px;
    margin-bottom: 30px;
    margin-left: 16px;
    padding: 22px 20px;
  }
  .contact-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    margin-top: 18px;
  }
  .contact-actions .map-button,
  .contact-actions .whatsapp-button {
    width: 100%;
  }
  .admin-header {
    padding: 16px 20px;
    gap: 10px;
  }
  .admin-header .outline-button {
    padding: 9px 10px;
    font-size: 10px;
  }
  .admin-title {
    display: none;
  }
  .admin-layout {
    display: block;
    width: 100%;
  }
  .admin-sidebar {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    padding: 10px 14px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    border-right: 0;
    border-bottom: 1px solid #f1e7ef;
  }
  .sidebar-label,
  .sidebar-bottom {
    display: none;
  }
  .side-link {
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
    margin: 0;
    padding: 10px 12px;
    font-size: 10px;
    justify-content: flex-start;
    text-align: left;
    white-space: nowrap;
  }
  .side-link span {
    display: inline;
  }
  .side-count {
    margin-left: 2px;
  }
  .admin-content {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 28px 16px 40px;
    overflow-x: hidden;
  }
  .admin-card,
  .store-settings-form,
  .store-settings-preview,
  .store-settings-layout {
    width: 100%;
    min-width: 0;
  }
  .store-settings-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .promo-image-picker {
    grid-template-columns: 1fr;
  }
  .promo-preview-stage {
    min-height: 220px;
    padding: 14px;
  }
  .hero-image-picker {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .hero-image-picker > div:last-child {
    min-width: 0;
  }
  .product-image-position-editor,
  .position-controls {
    max-width: none;
  }
  .content-heading h2 {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .metric-grid,
  .report-grid {
    grid-template-columns: 1fr 1fr;
  }
  .metric-card {
    min-height: 125px;
    padding: 15px;
  }
  .metric-card strong {
    font-size: 24px;
  }
  .table-head {
    display: none;
  }
  .order-table-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }
  .order-table-row.is-selecting {
    grid-template-columns: 1fr;
  }
  .order-table-row.is-selecting .order-selection {
    justify-self: start;
  }
  .order-table-row > strong {
    display: none;
  }
  .status-select {
    justify-self: start;
  }
  .agenda-header {
    display: block;
  }
  .agenda-header .text-button {
    margin-top: 15px;
  }
  .agenda-item {
    grid-template-columns: 54px 8px 1fr;
    gap: 9px;
  }
  .agenda-details {
    display: block;
  }
  .agenda-right {
    justify-content: space-between;
    margin-top: 10px;
  }
  .agenda-time {
    font-size: 11px;
  }
  .admin-product-row {
    flex-wrap: wrap;
  }
  .admin-product-info {
    min-width: calc(100% - 65px);
  }
  .availability {
    margin-left: 60px;
  }
  .product-order-controls {
    margin-left: 60px;
  }
  .date-picker-label {
    margin-top: 20px;
  }
  .report-highlight {
    padding: 20px;
  }
  .report-icon {
    width: 54px;
    height: 54px;
    font-size: 25px;
  }
  .report-row {
    grid-template-columns: 1fr 1.4fr;
  }
  .report-row span:nth-child(3),
  .report-row span:nth-child(4) {
    display: none;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-contact {
    margin-top: 18px;
    text-align: left;
  }
  .footer-socials {
    justify-items: start;
    margin-top: 20px;
  }
  .footer-social-links {
    justify-content: flex-start;
  }
  .social-editor-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .social-remove-button {
    justify-self: start;
  }
  .image-picker-heading {
    display: block;
  }
  .image-picker-heading small {
    display: block;
    margin-top: 4px;
  }
}

.status-summary .status-chip {
  cursor: pointer;
}
.status-summary .status-chip.active-filter {
  color: #fff;
  border-color: var(--pink);
  background: var(--pink);
}
.delete-button {
  border: 1px solid #f1c5d8;
  border-radius: 999px;
  padding: 7px 9px;
  color: #b83d73;
  background: #fff5f9;
  font-size: 9px;
}
.delete-button:hover {
  color: #fff;
  background: #c84f80;
}
.product-editor select {
  appearance: auto;
  width: 100%;
  margin-top: 7px;
  padding: 12px 13px;
  border: 1px solid #eedde8;
  border-radius: 11px;
  outline: 0;
  background: #fffcfe;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
}
.product-editor select:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px #ed7eae1a;
}
.brand-logo {
  width: 118px;
  height: 54px;
  flex: 0 0 auto;
  border: 2px solid #f5c4d6;
  border-radius: 13px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 6px 14px #b76e9c22;
}
.brand-caption {
  display: block;
  max-width: 165px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.45;
}
.admin-brand .brand-logo {
  width: 112px;
  height: 50px;
}
.footer-brand .brand-logo {
  width: 105px;
  height: 48px;
}

.admin-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}
.admin-session-email {
  max-width: 210px;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.users-heading {
  align-items: flex-end;
}
.section-intro {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.users-count-badge {
  display: grid;
  min-width: 132px;
  padding: 13px 16px;
  border: 1px solid #ecdaf4;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7fc, #f4efff);
  text-align: center;
}
.users-count-badge strong {
  color: var(--pink-dark);
  font-family: Georgia, serif;
  font-size: 25px;
}
.users-count-badge span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.user-security-note {
  margin-bottom: 18px;
  border-color: #e8d8f2;
  background: linear-gradient(135deg, #fff8fc, #f9f4ff);
}
.security-note-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.security-note-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  color: #24784d;
  background: #e3f7eb;
  font-size: 14px;
  font-weight: 900;
}
.user-security-note strong {
  color: var(--pink-dark);
  font-size: 13px;
}
.user-security-note p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.user-access-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}
.user-access-method {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #eedfed;
  border-radius: 13px;
  background: #fff9fd;
}
.access-method-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 900;
}
.google-mark {
  color: #4285f4;
  background: #edf4ff;
}
.email-mark {
  color: var(--pink-dark);
  background: #ffeaf3;
}
.user-access-method strong,
.user-access-method small {
  display: block;
}
.user-access-method strong {
  color: var(--ink);
  font-size: 11px;
}
.user-access-method small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
}
.user-invite-form {
  display: grid;
  gap: 15px;
  margin-bottom: 18px;
}
.user-invite-form label {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.user-invite-form input,
.user-invite-form select {
  width: 100%;
  min-height: 43px;
  margin-top: 7px;
  padding: 11px 13px;
  border: 1px solid #eedde8;
  border-radius: 11px;
  outline: 0;
  background: #fffcfe;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
}
.user-invite-form input:focus,
.user-invite-form select:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px #ed7eae1a;
}
.user-form-footer {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(220px, 1fr);
  align-items: end;
  gap: 14px;
}
.user-form-footer .primary-button {
  width: 100%;
  min-height: 43px;
}
.user-form-help {
  margin: -3px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}
.user-invite-form button:disabled,
.user-row-actions button:disabled,
.user-row-actions select:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}
.users-list-card {
  overflow: hidden;
}
.users-list {
  display: grid;
  gap: 0;
}
.user-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}
.user-row > div:first-child {
  min-width: 0;
}
.user-person {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}
.user-avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 12px;
  color: var(--pink-dark);
  background: #ffe8f1;
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 700;
}
.user-row strong,
.user-row small {
  display: block;
}
.user-row strong {
  font-size: 12px;
}
.user-row small {
  margin-top: 4px;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-role-label {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #7d66a8;
  background: #f2edff;
  font-size: 9px;
  font-weight: 800;
}
.user-row-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.user-row-actions select {
  min-width: 138px;
  padding: 8px 10px;
  border: 1px solid #eedde8;
  border-radius: 9px;
  background: #fffcfe;
  color: var(--ink);
  font-size: 10px;
}
.active-badge,
.inactive-badge {
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}
.active-badge {
  color: #26754c;
  background: #e9f8ef;
}
.inactive-badge {
  color: #9d899a;
  background: #f2edf2;
}
.current-user-label {
  padding: 5px 8px;
  border: 1px solid #eedde8;
  border-radius: 999px;
  color: var(--muted);
  background: #fffafd;
  font-size: 9px;
  font-weight: 800;
}
.danger-text-button {
  padding: 0;
  border: 0;
  color: #b23e72;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
}
.danger-text-button:hover {
  color: #8d1e51;
  text-decoration: underline;
}
.auth-overlay {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #3421358f;
  backdrop-filter: blur(8px);
}
.auth-dialog {
  position: relative;
  width: min(100%, 430px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 34px;
  border: 1px solid #f1dce9;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 80px #3d203c33;
}
.auth-dialog h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 34px;
}
.auth-description {
  margin: 10px 0 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.auth-close {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: #fbf2f7;
  font-size: 21px;
  line-height: 1;
}
.auth-message {
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid #f1c5d8;
  border-radius: 10px;
  color: var(--pink-dark);
  background: #fff3f8;
  font-size: 11px;
  line-height: 1.45;
}
.google-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ded4df;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}
.google-button span {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #4285f4;
  background: #f5f8ff;
  font-weight: 900;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
  color: #b9a7b5;
  font-size: 10px;
}
.auth-divider::before,
.auth-divider::after {
  flex: 1;
  height: 1px;
  content: "";
  background: var(--line);
}
.auth-dialog form {
  display: grid;
  gap: 14px;
}
.auth-dialog label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.3;
}
.auth-dialog input {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid #decbdc;
  border-radius: 11px;
  outline: 0;
  color: var(--ink);
  background: #fffcfe;
  font-size: 13px;
  font-weight: 400;
  box-shadow: inset 0 1px 0 #ffffff;
}
.auth-dialog input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px #ed7eae1a;
}
.auth-dialog input::placeholder {
  color: #b9a7b5;
}
.auth-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin-top: 17px;
}
.auth-links button {
  padding: 0;
  border: 0;
  color: var(--pink-dark);
  background: transparent;
  font-size: 10px;
  text-decoration: underline;
}
@media (max-width: 700px) {
  .admin-header-actions {
    gap: 6px;
  }
  .admin-session-email {
    display: none;
  }
  .users-heading {
    align-items: stretch;
  }
  .users-count-badge {
    width: 100%;
  }
  .user-access-methods,
  .user-form-footer {
    grid-template-columns: 1fr;
  }
  .admin-header-actions .text-button {
    padding: 6px;
    font-size: 9px;
  }
  .user-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .user-row-actions {
    width: 100%;
    justify-content: flex-start;
  }
  .user-row-actions select {
    flex: 1;
    min-width: 0;
  }
  .auth-dialog {
    padding: 28px 22px;
    border-radius: 20px;
  }
}
@media (max-width: 700px) {
  .brand-caption {
    display: none;
  }
  .brand-logo,
  .admin-brand .brand-logo {
    width: 88px;
    height: 43px;
  }
  .footer-brand .brand-caption {
    display: block;
  }
}
.steps-section .step-card {
  position: relative;
  padding-top: 76px;
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #fff7fa);
  box-shadow: 0 12px 28px rgba(83, 35, 69, .06);
}

.steps-section .step-number {
  position: absolute;
  top: 18px;
  left: 22px;
  width: 36px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0cbdc;
  border-radius: 999px;
  background: #fff5fa;
  color: var(--pink-dark);
  font-size: 11px;
  font-weight: 800;
}

.steps-section .step-icon {
  display: inline-flex;
  margin-bottom: 18px;
}

.cart-trigger {
  position: fixed;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 55;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 15px;
  border: 1px solid #efd6e4;
  border-radius: 999px;
  color: var(--pink-dark);
  background: #fff8fb;
  box-shadow: 0 12px 28px rgba(132, 67, 112, .2), 0 3px 8px rgba(132, 67, 112, .1);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.cart-trigger--pulse {
  animation: cartPulse .85s ease;
}
@keyframes cartPulse {
  0%, 100% {
    transform: scale(1);
  }
  38% {
    transform: scale(1.1) rotate(-1deg);
  }
  68% {
    transform: scale(.98) rotate(1deg);
  }
}
.cart-trigger:hover {
  transform: translateY(-2px);
  background: #fff0f6;
  box-shadow: 0 10px 22px #b76e9c22;
}
.cart-trigger > span:first-child {
  font-size: 18px;
  line-height: 1;
}
.cart-trigger b {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--pink);
  font-size: 11px;
}
.flying-cart-item {
  position: fixed;
  z-index: 120;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 20px;
  background: linear-gradient(135deg, #f9dce9, #f0eaff);
  box-shadow: 0 10px 24px rgba(83, 35, 69, .22);
  pointer-events: none;
  animation: flyProductToCart .9s cubic-bezier(.22, .8, .28, 1) forwards;
}
.flying-cart-item::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
}
.flying-cart-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flying-cart-item span {
  position: relative;
  z-index: 1;
  font-size: clamp(30px, 4vw, 48px);
  filter: drop-shadow(0 7px 4px #91516c33);
}
@keyframes flyProductToCart {
  0% {
    opacity: .96;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  48% {
    opacity: 1;
    transform: translate3d(calc(var(--fly-x) * .58), calc(var(--fly-y) * .58 - 70px), 0) scale(.62) rotate(7deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--fly-x), var(--fly-y), 0) scale(.16) rotate(16deg);
  }
}
.cart-modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 6vh 18px 24px;
  overflow-y: auto;
  background: rgba(73, 38, 67, .42);
  backdrop-filter: blur(8px);
}
.cart-modal {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100vh - 9vh - 24px);
  margin: 0;
  padding: 0;
}
.cart-modal .order-panel {
  margin: 0;
}
.cart-modal-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #edd5e3;
  border-radius: 50%;
  color: var(--pink-dark);
  background: rgba(255, 255, 255, .9);
  font-size: 22px;
  line-height: 1;
}
.cart-modal-close:hover {
  background: #fff0f6;
}
.cart-empty-state {
  display: grid;
  min-height: 330px;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 54px 30px;
  border: 1px solid #f1dce7;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(145deg, #fff, #fff4f8);
  box-shadow: var(--shadow);
}
.cart-empty-state h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(29px, 4vw, 43px);
}
.cart-empty-state p {
  max-width: 330px;
  margin: 0 0 9px;
  color: var(--muted);
  line-height: 1.6;
}
.cart-empty-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 2px;
  place-items: center;
  border-radius: 22px;
  color: var(--pink-dark);
  background: #ffeaf3;
  font-size: 31px;
}
.footer-admin-button {
  border: 0;
  border-bottom: 1px dashed #d7a8bd;
  padding: 3px 0;
  color: #92748a;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
}
.footer-admin-button:hover {
  border-bottom-color: var(--pink-dark);
  color: var(--pink-dark);
}
@media (max-width: 700px) {
  .toast {
    top: 72px;
    width: calc(100vw - 24px);
    padding: 12px 14px;
  }

  .cart-trigger {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    justify-content: center;
    gap: 0;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(132, 67, 112, .24), 0 4px 9px rgba(132, 67, 112, .12);
  }
  .cart-trigger > span:nth-child(2) {
    display: none;
  }
  .cart-trigger > span:first-child {
    font-size: 23px;
  }
  .cart-trigger b {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 23px;
    height: 23px;
    border: 2px solid #fff8fb;
  }
  .cart-modal-backdrop {
    padding: 12px 10px;
  }
  .cart-modal {
    max-height: calc(100vh - 24px);
  }
  .cart-modal .order-panel {
    grid-template-columns: 1fr;
  }
  .cart-modal .order-intro,
  .cart-modal .order-form {
    padding: 30px 24px;
  }
  .public-footer .footer-admin-button {
    margin-top: 15px;
  }
}

/* Final mobile cart overrides: keep these after the base cart styles. */
@media (max-width: 820px) {
  .cart-trigger {
    position: fixed !important;
    top: auto;
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    width: auto;
    max-width: calc(100vw - 28px);
    height: 54px;
    min-height: 54px;
    padding: 9px 11px 9px 14px;
    gap: 10px;
    border: 1px solid #ef9fc1;
    border-radius: 999px;
    color: #6f2752;
    background: linear-gradient(135deg, #fff4f9 0%, #ffd7e8 100%);
    box-shadow: 0 14px 30px rgba(185, 73, 126, .24), 0 4px 10px rgba(132, 67, 112, .12);
    transform: translateZ(0);
  }
  .cart-trigger > span:nth-child(2) {
    display: inline-flex;
    white-space: nowrap;
  }
  .cart-trigger > span:first-child {
    font-size: 22px;
  }
  .cart-trigger b {
    position: static;
    top: auto;
    right: auto;
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    border: 2px solid #fff8fb;
    color: #fff;
    background: #d94f8d;
    box-shadow: 0 3px 8px rgba(159, 45, 101, .2);
    font-size: 12px;
  }
}

/* Dulcerella's three-step story: soft, premium, and illustrated without system emoji. */
.site-shell {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 202, 224, .24), transparent 22%),
    radial-gradient(circle at 92% 42%, rgba(224, 211, 255, .28), transparent 24%),
    linear-gradient(180deg, #fffaf7 0%, #fff6f7 52%, #fffaf3 100%);
}
.steps-section {
  position: relative;
  max-width: 1260px;
  padding: 94px 36px 110px;
  isolation: isolate;
}
.steps-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 28px 16px 58px;
  border: 1px solid rgba(246, 181, 207, .62);
  border-radius: 48px;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 223, 236, .86), transparent 27%),
    radial-gradient(circle at 8% 82%, rgba(228, 220, 255, .72), transparent 25%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 246, 248, .92));
  box-shadow: 0 28px 70px rgba(190, 90, 140, .1);
}
.steps-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 78px;
  right: 48px;
  width: 92px;
  height: 92px;
  border: 2px dashed rgba(232, 126, 174, .24);
  border-radius: 50%;
  box-shadow: -1080px 380px 0 -37px rgba(216, 168, 77, .8), -1052px 380px 0 -34px transparent;
  pointer-events: none;
}
.steps-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 34px;
}
.steps-heading-copy {
  max-width: 760px;
}
.steps-heading .eyebrow {
  color: var(--pink-dark);
}
.steps-heading h2 {
  max-width: 760px;
  margin: 12px 0 12px;
  color: #482642;
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: .98;
}
.steps-heading h2 em {
  color: var(--pink-dark);
}
.steps-heading p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.steps-heading-badge {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 116px;
  height: 116px;
  padding: 15px;
  border: 1px solid #f1b2ca;
  border-radius: 50%;
  color: #a85880;
  background: #fff9f5;
  box-shadow: 0 12px 28px rgba(190, 90, 140, .13);
  text-align: center;
  transform: rotate(7deg);
}
.steps-heading-badge span {
  font-size: 9px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.steps-heading-badge strong {
  color: var(--pink-dark);
  font-family: Georgia, serif;
  font-size: 20px;
}
.steps-heading-badge i {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: normal;
  line-height: .7;
}
.steps-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  max-width: 1060px;
  margin: 34px auto 0;
}
.step-card {
  display: grid;
  grid-template-columns: minmax(330px, .94fr) minmax(0, 1.06fr);
  min-height: 326px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(239, 153, 188, .64);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(190, 90, 140, .1);
  transition: transform .28s ease, box-shadow .28s ease;
}
.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(190, 90, 140, .16);
}
.step-card:nth-child(2) {
  border-color: rgba(193, 171, 238, .72);
}
.step-card:nth-child(3) {
  border-color: rgba(239, 172, 203, .72);
}
.step-art {
  position: relative;
  min-height: 326px;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 36%, rgba(255, 255, 255, .72), transparent 25%),
    linear-gradient(145deg, #ffe1ec 0%, #ffc7db 100%);
}
.step-card:nth-child(2) .step-art {
  background:
    radial-gradient(circle at 48% 30%, rgba(255, 255, 255, .76), transparent 25%),
    linear-gradient(145deg, #e9dcff 0%, #d8c4f5 100%);
}
.step-card:nth-child(3) .step-art {
  background:
    radial-gradient(circle at 52% 28%, rgba(255, 255, 255, .76), transparent 25%),
    linear-gradient(145deg, #ffdce9 0%, #ffc3d8 100%);
}
.step-art::before,
.step-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  pointer-events: none;
}
.step-art::before {
  top: 34px;
  right: 35px;
  width: 13px;
  height: 13px;
  box-shadow: -220px 208px 0 4px rgba(255, 255, 255, .34), -172px -13px 0 -2px rgba(255, 255, 255, .62);
}
.step-art::after {
  right: 76px;
  bottom: 28px;
  width: 8px;
  height: 8px;
  box-shadow: -216px -160px 0 1px rgba(255, 255, 255, .46), -136px -226px 0 -1px rgba(255, 255, 255, .56);
}
.step-number {
  position: absolute;
  z-index: 4;
  top: 23px;
  left: 23px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #f35f99, #d93479);
  box-shadow: 0 9px 17px rgba(185, 58, 111, .22);
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 800;
}
.step-card:nth-child(2) .step-number {
  background: linear-gradient(145deg, #b98ce0, #8b5ebd);
  box-shadow: 0 9px 17px rgba(112, 70, 161, .2);
}
.step-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 46px 76px 46px 58px;
  background: linear-gradient(135deg, #fffdfc 0%, #fff8fb 100%);
}
.step-card:nth-child(2) .step-copy {
  background: linear-gradient(135deg, #fffdfd 0%, #faf7ff 100%);
}
.step-card:nth-child(3) .step-copy {
  background: linear-gradient(135deg, #fffdfd 0%, #fff6fa 100%);
}
.step-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 0 18px;
  place-items: center;
  border: 1px dashed #ed82ad;
  border-radius: 50%;
  color: var(--pink-dark);
  background: #fff4f8;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .72);
}
.step-card:nth-child(2) .step-icon {
  border-color: #ad8ed8;
  color: #8e63bd;
  background: #f5efff;
}
.step-card:nth-child(3) .step-icon {
  border-color: #ed82ad;
  color: #d64986;
  background: #fff0f7;
}
.step-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}
.step-kicker {
  margin-bottom: 9px;
  color: var(--pink-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.step-card:nth-child(2) .step-kicker {
  color: #8c65ba;
}
.step-copy h3 {
  margin: 0 0 12px;
  color: #4b2747;
  font-family: Georgia, serif;
  font-size: clamp(29px, 3.1vw, 42px);
  line-height: 1.02;
}
.step-copy p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.step-illustration {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.scene-spark {
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  transform: rotate(-28deg);
}
.scene-spark--one {
  top: 75px;
  right: 24%;
}
.scene-spark--two {
  right: 14%;
  bottom: 75px;
  width: 18px;
  background: rgba(246, 174, 205, .8);
  transform: rotate(25deg);
}
.scene-spark--three {
  bottom: 28%;
  left: 18%;
  width: 16px;
  background: rgba(255, 226, 123, .92);
  transform: rotate(-48deg);
}
.scene-orb {
  position: absolute;
  z-index: 1;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #b99de0;
  box-shadow: inset 4px 4px 5px rgba(255, 255, 255, .58), 0 6px 10px rgba(111, 65, 155, .16);
}
.scene-orb--one {
  bottom: 25px;
  left: 20%;
}
.scene-orb--two {
  right: 17%;
  bottom: 42px;
  width: 12px;
  height: 12px;
  background: #f5b1c9;
}
.candy-box-illustration {
  position: absolute;
  left: 50%;
  bottom: 19px;
  width: 255px;
  height: 220px;
  transform: translateX(-50%) rotate(-3deg);
}
.candy-box-lid {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: -13px;
  width: 280px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 14px 14px 24px 24px;
  color: #fff;
  background: linear-gradient(145deg, #ff6ca4, #e7377d);
  box-shadow: 0 9px 14px rgba(194, 46, 101, .2);
  transform: rotate(-9deg);
}
.candy-box-lid span {
  position: absolute;
  right: 44px;
  top: 11px;
  font-family: Georgia, serif;
  font-size: 26px;
}
.candy-box-inside {
  position: absolute;
  z-index: 2;
  top: 54px;
  left: 17px;
  width: 222px;
  height: 104px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(145deg, #ffb3cd, #f36a9d);
  box-shadow: inset 0 14px 25px rgba(255, 255, 255, .3);
  transform: perspective(240px) rotateX(-13deg);
}
.candy-box-front {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  height: 119px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .7);
  border-radius: 8px 8px 28px 28px;
  background: linear-gradient(145deg, #f54e8e, #d72e70);
  box-shadow: 0 16px 19px rgba(185, 57, 108, .22), inset 0 3px 0 rgba(255, 255, 255, .2);
  transform: perspective(240px) rotateX(7deg);
}
.candy-box-front img,
.gift-body img {
  width: 126px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 11px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 5px 10px rgba(119, 37, 79, .16);
}
.generic-candy {
  position: absolute;
  display: block;
  width: 30px;
  height: 48px;
  border-radius: 16px 16px 12px 12px;
  box-shadow: inset 5px 3px 5px rgba(255, 255, 255, .55), 0 5px 8px rgba(123, 45, 88, .15);
  transform: rotate(-17deg);
}
.generic-candy::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -4px;
  left: -4px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  transform: rotate(-12deg);
}
.generic-candy--pink { left: 29px; bottom: 19px; background: #ff3f87; }
.generic-candy--mint { left: 73px; bottom: 15px; background: #42cfbd; transform: rotate(13deg); }
.generic-candy--yellow { left: 119px; bottom: 20px; background: #ffc95b; transform: rotate(-5deg); }
.generic-candy--purple { right: 30px; bottom: 13px; background: #a982d8; transform: rotate(17deg); }
.generic-candy--heart { right: 77px; bottom: 39px; width: 25px; height: 25px; border-radius: 50% 50% 45% 0; background: #ff6f9e; transform: rotate(-45deg); }
.calendar-illustration {
  position: absolute;
  top: 51px;
  left: 50%;
  width: 195px;
  height: 178px;
  overflow: hidden;
  border: 4px solid #d6b3e8;
  border-radius: 17px;
  background: #fffaff;
  box-shadow: 12px 18px 0 rgba(151, 102, 195, .28), 0 18px 28px rgba(111, 71, 163, .19);
  text-align: center;
  transform: translateX(-59%) rotate(-5deg);
}
.calendar-header {
  height: 48px;
  padding-top: 10px;
  color: #fff;
  background: linear-gradient(135deg, #f47eae, #c96bb4);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 3px;
}
.calendar-illustration strong {
  display: block;
  margin-top: 21px;
  color: #8c5ab1;
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: .8;
}
.calendar-spiral {
  position: absolute;
  z-index: 3;
  top: -15px;
  width: 13px;
  height: 32px;
  border: 4px solid #a46fc7;
  border-radius: 999px;
  background: #fff;
}
.calendar-spiral--one { left: 32px; }
.calendar-spiral--two { right: 32px; }
.calendar-dot {
  position: absolute;
  bottom: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e987b2;
}
.calendar-dot--one { left: 38px; }
.calendar-dot--two { right: 38px; }
.clock-illustration {
  position: absolute;
  right: 11%;
  bottom: 25px;
  z-index: 3;
  width: 98px;
  height: 98px;
  border: 9px solid #ec7eaa;
  border-radius: 50%;
  background: #ffdae9;
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, .8), 0 10px 17px rgba(141, 71, 150, .18);
}
.clock-illustration::before,
.clock-illustration::after {
  content: "";
  position: absolute;
  top: -24px;
  width: 12px;
  height: 24px;
  border-radius: 8px;
  background: #d9689e;
}
.clock-illustration::before { left: 14px; transform: rotate(-18deg); }
.clock-illustration::after { right: 14px; transform: rotate(18deg); }
.clock-hand {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 4px;
  border-radius: 999px;
  background: #8150a9;
  transform-origin: bottom center;
}
.clock-hand--hour { height: 26px; transform: translateX(-50%) rotate(-34deg); }
.clock-hand--minute { height: 34px; transform: translateX(-50%) rotate(48deg); }
.clock-illustration i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8150a9;
  transform: translate(-50%, -50%);
}
.gift-illustration {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 234px;
  height: 184px;
  transform: translateX(-50%) rotate(2deg);
}
.gift-body {
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  display: grid;
  height: 123px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .74);
  border-radius: 10px 10px 22px 22px;
  background: linear-gradient(145deg, #fa5c98, #d93278);
  box-shadow: 0 17px 20px rgba(185, 57, 108, .22), inset 0 4px 0 rgba(255, 255, 255, .22);
  transform: perspective(230px) rotateX(-2deg);
}
.gift-body img {
  width: 124px;
  height: 46px;
}
.gift-lid {
  position: absolute;
  z-index: 2;
  top: 27px;
  right: 0;
  left: 0;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 9px;
  background: linear-gradient(145deg, #ff7bad, #e33a7d);
  box-shadow: 0 8px 10px rgba(185, 57, 108, .16);
}
.gift-ribbon--vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 10px);
  width: 20px;
  background: rgba(255, 215, 110, .88);
  box-shadow: inset 3px 0 rgba(255, 255, 255, .35);
}
.gift-ribbon--horizontal {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 14px;
  background: rgba(255, 215, 110, .88);
}
.gift-bow {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: 88px;
  height: 62px;
  transform: translateX(-50%);
}
.gift-bow span {
  position: absolute;
  top: 8px;
  width: 47px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, .55);
  border-radius: 55% 45% 55% 45%;
  background: #ff6fa2;
}
.gift-bow span:first-child { left: 0; transform: rotate(27deg); }
.gift-bow span:nth-child(2) { right: 0; transform: rotate(-27deg); }
.gift-bow i {
  position: absolute;
  top: 22px;
  left: 35px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e63f80;
  box-shadow: inset 3px 2px rgba(255, 255, 255, .35);
}
.love-note {
  position: absolute;
  right: 8%;
  bottom: 23px;
  z-index: 5;
  padding: 12px 15px;
  border: 1px solid #f4b6cd;
  color: #c94d82;
  background: #fff8ee;
  box-shadow: 0 8px 14px rgba(175, 71, 112, .15);
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.18;
  transform: rotate(7deg);
}
.love-note b {
  color: var(--pink-dark);
  font-size: 16px;
}
@media (prefers-reduced-motion: no-preference) {
  .step-card:nth-child(1) .step-illustration { animation: stepFloat 7s ease-in-out infinite; }
  .step-card:nth-child(2) .step-illustration { animation: stepFloat 8s ease-in-out .5s infinite; }
  .step-card:nth-child(3) .step-illustration { animation: stepFloat 7.5s ease-in-out 1s infinite; }
}
@keyframes stepFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@media (max-width: 760px) {
  .steps-section {
    padding: 70px 16px 78px;
  }
  .steps-section::before {
    inset: 20px 7px 38px;
    border-radius: 32px;
  }
  .steps-section::after {
    top: 46px;
    right: 24px;
    width: 62px;
    height: 62px;
  }
  .steps-heading {
    display: block;
    padding: 0 18px;
  }
  .steps-heading h2 {
    margin-top: 10px;
    font-size: clamp(37px, 10vw, 52px);
  }
  .steps-heading p {
    font-size: 14px;
  }
  .steps-heading-badge {
    display: none;
  }
  .steps-grid {
    gap: 18px;
    margin-top: 26px;
  }
  .step-card {
    display: block;
    min-height: 0;
    border-radius: 28px;
  }
  .step-art {
    min-height: 228px;
    height: 228px;
  }
  .step-number {
    top: 16px;
    left: 16px;
    width: 54px;
    height: 54px;
    font-size: 19px;
  }
  .step-copy {
    min-height: 213px;
    padding: 30px 28px 45px;
  }
  .step-icon {
    width: 53px;
    height: 53px;
    margin-bottom: 14px;
  }
  .step-icon svg {
    width: 26px;
    height: 26px;
  }
  .step-copy h3 {
    font-size: 31px;
  }
  .step-copy p {
    font-size: 14px;
  }
  .candy-box-illustration {
    bottom: 10px;
    transform: translateX(-50%) scale(.84) rotate(-3deg);
  }
  .calendar-illustration {
    top: 43px;
    transform: translateX(-62%) scale(.82) rotate(-5deg);
  }
  .clock-illustration {
    right: 13%;
    bottom: 18px;
    transform: scale(.78);
  }
  .gift-illustration {
    bottom: 16px;
    transform: translateX(-50%) scale(.84) rotate(2deg);
  }
  .love-note {
    right: 5%;
    bottom: 14px;
    transform: scale(.86) rotate(7deg);
    transform-origin: bottom right;
  }
}

/* Vector decorations: one controlled ornament per area, with no repeated PNG layers. */
.site-shell {
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255, 205, 221, .22) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 42%, rgba(219, 188, 242, .18) 0 2px, transparent 3px),
    linear-gradient(180deg, #fffaf7 0%, #fffdfb 52%, #fff8fb 100%) !important;
  background-position: 0 0, 0 0, 0 0 !important;
  background-size: 170px 190px, 220px 240px, auto !important;
  background-repeat: repeat, repeat, no-repeat !important;
}

.site-page-decor {
  display: none !important;
}

.hero::before,
.catalog-section::before,
.catalog-section::after,
.about-section::before,
.store-contact::before,
.public-footer::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.hero::before {
  background-image: url("/dulcerella-vector-lollipop.svg");
  width: 154px;
  height: 208px;
  top: 98px;
  left: 18px;
  opacity: .25;
}

.catalog-section::before {
  background-image: url("/dulcerella-vector-cluster.svg");
  width: 236px;
  height: 152px;
  top: 164px;
  left: 12px;
  opacity: .2;
}

.catalog-section::after {
  background-image: url("/dulcerella-vector-gummy.svg");
  width: 92px;
  height: 138px;
  right: 22px;
  bottom: 170px;
  opacity: .18;
}

.steps-image-decor {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.steps-image-decor__item {
  position: absolute;
  display: block;
  height: auto;
  user-select: none;
}

.steps-image-decor__item--cluster {
  top: 24px;
  right: 16px;
  width: 210px;
  opacity: .18;
  transform: rotate(8deg);
}

.steps-image-decor__item--star {
  left: 20px;
  bottom: 28px;
  width: 68px;
  opacity: .2;
  transform: rotate(-10deg);
}

.steps-image-decor__item--cluster-left,
.steps-image-decor__item--cluster-right,
.steps-image-decor__item--lollipop,
.steps-image-decor__item--heart,
.steps-image-decor__item--border {
  display: none !important;
}

.about-section::before {
  background-image: url("/dulcerella-vector-heart.svg");
  width: 92px;
  height: 90px;
  top: 22px;
  right: 34px;
  opacity: .16;
}

.store-contact::before {
  background-image: url("/dulcerella-vector-wrapped.svg");
  width: 158px;
  height: 90px;
  top: 22px;
  right: 30px;
  opacity: .16;
}

.public-footer::after {
  background-image: url("/dulcerella-vector-border.svg");
  width: min(760px, 100%);
  height: 112px;
  left: 50%;
  bottom: -52px;
  opacity: .16;
  transform: translateX(-50%);
}

@media (max-width: 760px) {
  .hero::before {
    width: 112px;
    height: 154px;
    top: 108px;
    left: 2px;
    opacity: .2;
  }

  .catalog-section::before {
    width: 188px;
    height: 122px;
    top: 146px;
    left: -8px;
    opacity: .16;
  }

  .catalog-section::after {
    width: 72px;
    height: 108px;
    right: 2px;
    bottom: 120px;
    opacity: .15;
  }

  .steps-image-decor__item--cluster {
    top: 22px;
    right: -18px;
    width: 178px;
    opacity: .14;
  }

  .steps-image-decor__item--star {
    left: 10px;
    bottom: 22px;
    width: 56px;
    opacity: .16;
  }

  .about-section::before {
    width: 70px;
    height: 68px;
    top: 14px;
    right: 8px;
    opacity: .13;
  }

  .store-contact::before {
    width: 122px;
    height: 70px;
    top: 14px;
    right: 8px;
    opacity: .13;
  }

  .public-footer::after {
    width: 620px;
    height: 88px;
    bottom: -40px;
    opacity: .14;
  }
}

/* Final specificity pass: the legacy three-column rules above must not
   override the redesigned stacked cards and corner number badges. */
.steps-section .steps-grid {
  grid-template-columns: 1fr;
}
.steps-section .step-card {
  padding: 0;
  min-height: 326px;
  border-radius: 34px;
}
.steps-section .step-number {
  top: 23px;
  left: 23px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #f35f99, #d93479);
  box-shadow: 0 9px 17px rgba(185, 58, 111, .22);
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 800;
}
.steps-section .step-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 0 18px;
  place-items: center;
  border: 1px dashed #ed82ad;
  border-radius: 50%;
  color: var(--pink-dark);
  background: #fff4f8;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .72);
}

@media (max-width: 760px) {
  .steps-section .step-card {
    min-height: 0;
    border-radius: 28px;
  }
  .steps-section .step-number {
    top: 16px;
    left: 16px;
    width: 54px;
    height: 54px;
    font-size: 19px;
  }
  .steps-section .step-icon {
    width: 53px;
    height: 53px;
    margin-bottom: 14px;
  }
}

/* Hand-drawn candy accents keep the section playful without relying on
   platform emoji or branded products. */
.candy-doodles {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.candy-doodle {
  position: absolute;
  display: block;
  opacity: .78;
  filter: drop-shadow(0 10px 10px rgba(180, 69, 116, .14));
}
.candy-doodle--lollipop {
  top: 55px;
  left: 23px;
  width: 58px;
  height: 58px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff9aba, #e65a91);
  transform: rotate(-14deg);
}
.candy-doodle--lollipop::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 4px solid rgba(255, 255, 255, .88);
  border-right-color: transparent;
  border-radius: 50%;
}
.candy-doodle--lollipop::after {
  content: "";
  position: absolute;
  top: 49px;
  left: 28px;
  width: 4px;
  height: 86px;
  border-radius: 999px;
  background: #e7b878;
  transform: rotate(-8deg);
  transform-origin: top;
}
.candy-doodle--heart {
  top: 78px;
  right: 43px;
  width: 38px;
  height: 38px;
  border-radius: 8px 50% 8px 50%;
  background: linear-gradient(145deg, #ff8caf, #e84685);
  transform: rotate(-45deg);
}
.candy-doodle--heart::before,
.candy-doodle--heart::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: inherit;
}
.candy-doodle--heart::before { top: -19px; left: 0; }
.candy-doodle--heart::after { top: 0; left: 19px; }
.candy-doodle--wrapped {
  top: 430px;
  left: 16px;
  width: 72px;
  height: 35px;
  border: 3px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  background: linear-gradient(145deg, #cdb9f4, #a889de);
  transform: rotate(12deg);
}
.candy-doodle--wrapped::before,
.candy-doodle--wrapped::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 23px;
  height: 27px;
  background: #f4ccdf;
  clip-path: polygon(100% 50%, 0 0, 18% 50%, 0 100%);
}
.candy-doodle--wrapped::before { left: -21px; transform: rotate(8deg); }
.candy-doodle--wrapped::after { right: -21px; transform: rotate(188deg); }
.candy-doodle--gummy {
  top: 466px;
  right: 32px;
  width: 46px;
  height: 64px;
  border: 3px solid rgba(255, 255, 255, .82);
  border-radius: 48% 48% 42% 42%;
  background: linear-gradient(145deg, #ffd68c, #f2ab55);
  transform: rotate(8deg);
}
.candy-doodle--gummy::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -4px;
  width: 48px;
  height: 38px;
  border-radius: 50%;
  background: #ffc873;
  box-shadow: -8px 5px 0 -1px #ffc873, 43px 5px 0 -1px #ffc873;
}
.candy-doodle--gummy::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 12px;
  left: 9px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .24);
}
.candy-doodle--sparkle {
  top: 210px;
  right: 12px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
.candy-doodle--sparkle::before,
.candy-doodle--sparkle::after {
  content: "";
  position: absolute;
  inset: 12px 0;
  border-radius: 999px;
  background: #e9bd57;
}
.candy-doodle--sparkle::after { transform: rotate(90deg); }
.candy-doodle--sprinkles {
  top: 260px;
  left: 52px;
  width: 46px;
  height: 40px;
  transform: rotate(-12deg);
}
.candy-doodle--sprinkles::before,
.candy-doodle--sprinkles::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  border-radius: 999px;
  background: #ea5d9b;
  transform: rotate(28deg);
}
.candy-doodle--sprinkles::before { top: 5px; left: 4px; }
.candy-doodle--sprinkles::after { right: 1px; bottom: 6px; background: #ae8be4; transform: rotate(-32deg); }
.steps-heading,
.steps-grid {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .candy-doodle--lollipop {
    top: 30px;
    left: -14px;
    transform: scale(.72) rotate(-14deg);
  }
  .candy-doodle--heart {
    top: 56px;
    right: -10px;
    transform: scale(.68) rotate(-45deg);
  }
  .candy-doodle--wrapped,
  .candy-doodle--gummy {
    opacity: .42;
  }
  .candy-doodle--wrapped { left: -18px; }
  .candy-doodle--gummy { right: -14px; }
  .candy-doodle--sparkle { right: 2px; transform: scale(.7) rotate(45deg); }
  .candy-doodle--sprinkles { left: 18px; transform: scale(.68) rotate(-12deg); }
}

/* Reference-matched three-card composition: illustration on top, copy below. */
.steps-section .steps-heading {
  display: block;
  max-width: 850px;
  padding: 0 20px;
  text-align: center;
}
.steps-image-decor {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.steps-image-decor__item {
  position: absolute;
  display: block;
  height: auto;
  object-fit: contain;
  opacity: .54;
  user-select: none;
}
.steps-image-decor__item--cluster-left {
  top: 10px;
  left: -120px;
  width: 360px;
  transform: rotate(-11deg);
}
.steps-image-decor__item--cluster-right {
  top: 18px;
  right: -125px;
  width: 360px;
  transform: scaleX(-1) rotate(-9deg);
}
.steps-image-decor__item--lollipop {
  top: 132px;
  left: -86px;
  width: 340px;
  opacity: .38;
  transform: rotate(-15deg);
}
.steps-image-decor__item--heart {
  top: 126px;
  right: -54px;
  width: 285px;
  opacity: .38;
  transform: rotate(9deg);
}
.steps-image-decor__item--border {
  bottom: -420px;
  left: 50%;
  width: min(1040px, 100%);
  opacity: .42;
  transform: translateX(-50%);
}
.steps-section::after {
  display: none;
}
.steps-section .steps-heading-copy {
  max-width: 780px;
  margin: 0 auto;
}
.steps-section .steps-heading .eyebrow {
  display: block;
  color: #4b2747;
  font-family: Georgia, serif;
  font-size: clamp(24px, 3.1vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}
.steps-section .steps-heading .eyebrow::after {
  content: ",";
}
.steps-section .steps-heading h2 {
  max-width: none;
  margin: 4px auto 0;
  font-size: clamp(30px, 4vw, 49px);
  line-height: 1.08;
}
.steps-section .steps-heading h2 .steps-three {
  position: relative;
  top: -.08em;
  display: inline-block;
}
.steps-section .steps-heading p,
.steps-section .steps-heading-badge {
  display: none;
}
.steps-section .steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1100px;
  margin-top: 30px;
}
.steps-section .step-card {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  height: 350px;
  border-radius: 24px;
}
.steps-section .step-art {
  min-height: 205px;
  height: 205px;
}
.steps-section .step-copy {
  min-height: 145px;
  padding: 16px 16px 20px;
  align-items: center;
  text-align: center;
}
.steps-section .step-icon,
.steps-section .step-kicker {
  display: none;
}
.steps-section .step-copy h3 {
  margin: 0 0 7px;
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.08;
}
.steps-section .step-copy p {
  max-width: 190px;
  font-size: 12px;
  line-height: 1.38;
}
.steps-section .step-number {
  top: 10px;
  left: 10px;
  width: 48px;
  height: 48px;
  border-width: 3px;
  font-size: 17px;
}
.steps-section .step-card:nth-child(3) .step-art {
  background:
    radial-gradient(circle at 52% 28%, rgba(255, 255, 255, .76), transparent 25%),
    linear-gradient(145deg, #ffe8c8 0%, #ffd8ad 100%);
}
.steps-section .step-card:nth-child(3) .step-number {
  background: linear-gradient(145deg, #ffc45d, #ef9844);
  box-shadow: 0 9px 17px rgba(221, 140, 52, .22);
}
.steps-section .candy-box-illustration {
  bottom: 4px;
  transform: translateX(-50%) scale(.76) rotate(-3deg);
  transform-origin: center bottom;
}
.steps-section .calendar-illustration {
  top: 8px;
  transform: translateX(-59%) scale(.82) rotate(-5deg);
  transform-origin: center top;
}
.steps-section .clock-illustration {
  right: 7%;
  bottom: 8px;
  transform: scale(.72);
  transform-origin: right bottom;
}
.steps-section .gift-illustration {
  bottom: 2px;
  transform: translateX(-50%) scale(.78) rotate(2deg);
  transform-origin: center bottom;
}
.steps-section .love-note {
  right: 4%;
  bottom: 5px;
  transform: scale(.72) rotate(7deg);
  transform-origin: bottom right;
}

@media (max-width: 760px) {
  .steps-section .steps-heading {
    padding: 0 12px;
  }
  .steps-image-decor__item--cluster-left {
    top: 14px;
    left: -170px;
    width: 330px;
    opacity: .28;
  }
  .steps-image-decor__item--cluster-right {
    top: 18px;
    right: -180px;
    width: 330px;
    opacity: .28;
  }
  .steps-image-decor__item--lollipop {
    top: 165px;
    left: -154px;
    width: 310px;
    opacity: .24;
  }
  .steps-image-decor__item--heart {
    top: 174px;
    right: -124px;
    width: 270px;
    opacity: .24;
  }
  .steps-image-decor__item--border {
    bottom: -305px;
    width: 790px;
    opacity: .3;
  }
  .steps-section .steps-heading .eyebrow {
    font-size: 25px;
  }
  .steps-section .steps-heading h2 {
    font-size: clamp(31px, 9.5vw, 43px);
    line-height: 1.04;
  }
  .steps-section .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 25px;
  }
  .steps-section .step-card {
    height: 342px;
    border-radius: 26px;
  }
  .steps-section .step-art {
    min-height: 205px;
    height: 205px;
  }
  .steps-section .step-copy {
    min-height: 137px;
    padding: 17px 14px 20px;
  }
  .steps-section .step-copy h3 {
    font-size: 25px;
  }
  .steps-section .step-copy p {
    max-width: 230px;
    font-size: 12px;
  }
  .steps-section .step-number {
    top: 10px;
    left: 10px;
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
  .steps-section .candy-box-illustration {
    transform: translateX(-50%) scale(.74) rotate(-3deg);
  }
  .steps-section .gift-illustration {
    transform: translateX(-50%) scale(.74) rotate(2deg);
  }
}

/* Page-wide candy atmosphere: the assets stay behind the storefront content. */
.site-page-decor {
  position: absolute;
  z-index: 0;
  inset: 9px 0 0;
  overflow: hidden;
  pointer-events: none;
}
.site-page-decor__item {
  position: absolute;
  display: block;
  height: auto;
  object-fit: contain;
  opacity: .2;
  user-select: none;
  filter: saturate(.92);
}
.site-page-decor__item--lollipop {
  top: 115px;
  left: -118px;
  width: 325px;
  opacity: .24;
  transform: rotate(14deg);
}
.site-page-decor__item--wrapped {
  top: 485px;
  right: -126px;
  width: 305px;
  opacity: .2;
  transform: rotate(12deg);
}
.site-page-decor__item--cluster-left {
  top: 855px;
  left: -205px;
  width: 430px;
  opacity: .18;
  transform: rotate(-11deg);
}
.site-page-decor__item--gummy {
  top: 1040px;
  right: -122px;
  width: 270px;
  opacity: .2;
  transform: rotate(8deg);
}
.site-page-decor__item--striped {
  top: 1380px;
  left: -142px;
  width: 325px;
  opacity: .2;
  transform: rotate(-17deg);
}
.site-page-decor__item--heart {
  top: 1630px;
  right: -95px;
  width: 255px;
  opacity: .2;
  transform: rotate(10deg);
}
.site-page-decor__item--star {
  top: 1915px;
  left: -95px;
  width: 255px;
  opacity: .2;
  transform: rotate(-8deg);
}
.site-page-decor__item--cluster-right {
  top: 2160px;
  right: -205px;
  width: 430px;
  opacity: .18;
  transform: scaleX(-1) rotate(-10deg);
}
.site-page-decor__item--border {
  right: 0;
  bottom: -165px;
  left: 0;
  width: min(1120px, 100%);
  margin: auto;
  opacity: .16;
}
.public-header,
.hero,
.catalog-section,
.steps-section,
.about-section,
.store-contact,
.public-footer {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .site-page-decor__item--lollipop {
    top: 90px;
    left: -164px;
    width: 300px;
    opacity: .16;
  }
  .site-page-decor__item--wrapped {
    top: 480px;
    right: -164px;
    width: 285px;
    opacity: .15;
  }
  .site-page-decor__item--cluster-left {
    top: 845px;
    left: -215px;
    width: 370px;
    opacity: .14;
  }
  .site-page-decor__item--gummy {
    top: 1060px;
    right: -150px;
    width: 235px;
    opacity: .15;
  }
  .site-page-decor__item--striped {
    top: 1410px;
    left: -165px;
    width: 275px;
    opacity: .14;
  }
  .site-page-decor__item--heart {
    top: 1660px;
    right: -120px;
    width: 215px;
    opacity: .14;
  }
  .site-page-decor__item--star {
    top: 1940px;
    left: -122px;
    width: 220px;
    opacity: .14;
  }
  .site-page-decor__item--cluster-right {
    top: 2180px;
    right: -215px;
    width: 370px;
    opacity: .14;
  }
  .site-page-decor__item--border {
    bottom: -110px;
    width: 740px;
    opacity: .12;
  }
}

/* Keep the same candy language present between the main sections too. */
.hero::before,
.catalog-section::before,
.catalog-section::after,
.about-section::before,
.store-contact::before,
.public-footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  filter: saturate(.9);
}
.hero::before {
  top: -90px;
  left: -95px;
  width: 285px;
  height: 285px;
  opacity: .14;
  background-image: url("/dulcerella-heart-candy.png");
  transform: rotate(-14deg);
}
.catalog-section {
  isolation: isolate;
}
.catalog-section::before {
  top: 210px;
  left: -170px;
  width: 390px;
  height: 300px;
  opacity: .17;
  background-image: url("/dulcerella-candy-cluster-left.png");
  transform: rotate(-12deg);
}
.catalog-section::after {
  right: -116px;
  bottom: 215px;
  width: 245px;
  height: 290px;
  opacity: .16;
  background-image: url("/dulcerella-gummy-bear.png");
  transform: rotate(10deg);
}
.about-section {
  isolation: isolate;
}
.about-section::before {
  top: -105px;
  left: -120px;
  width: 285px;
  height: 285px;
  opacity: .16;
  background-image: url("/dulcerella-heart-candy.png");
  transform: rotate(-10deg);
}
.store-contact {
  isolation: isolate;
}
.store-contact::before {
  top: -85px;
  right: -110px;
  width: 270px;
  height: 270px;
  opacity: .14;
  background-image: url("/dulcerella-candy-wrapped.png");
  transform: rotate(13deg);
}
.public-footer {
  isolation: isolate;
  overflow: hidden;
}
.public-footer::after {
  right: 0;
  bottom: -142px;
  left: 0;
  width: min(1000px, 100%);
  height: 250px;
  margin: auto;
  opacity: .14;
  background-image: url("/dulcerella-candy-border.png");
}
.hero > *,
.catalog-section > *,
.about-section > *,
.store-contact > *,
.public-footer > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .hero::before {
    top: -80px;
    left: -130px;
    width: 230px;
    height: 230px;
    opacity: .1;
  }
  .catalog-section::before {
    top: 300px;
    left: -185px;
    width: 330px;
    height: 260px;
    opacity: .1;
  }
  .catalog-section::after {
    right: -148px;
    bottom: 260px;
    width: 205px;
    height: 245px;
    opacity: .1;
  }
  .about-section::before {
    top: -80px;
    left: -130px;
    width: 230px;
    height: 230px;
    opacity: .1;
  }
  .store-contact::before {
    top: -62px;
    right: -120px;
    width: 220px;
    height: 220px;
    opacity: .1;
  }
  .public-footer::after {
    bottom: -108px;
    width: 730px;
    height: 190px;
    opacity: .1;
  }
}

/* The source PNGs have transparent margins, so bring their visible artwork
   into the sections instead of leaving it clipped outside the page. */
.site-page-decor__item--lollipop {
  top: 150px;
  left: -48px;
  width: 310px;
  opacity: .28;
}
.site-page-decor__item--wrapped {
  top: 520px;
  right: -52px;
  width: 290px;
  opacity: .24;
}
.site-page-decor__item--cluster-left {
  top: 920px;
  left: -76px;
  width: 350px;
  opacity: .23;
}
.site-page-decor__item--gummy {
  top: 1200px;
  right: -50px;
  width: 220px;
  opacity: .24;
}
.site-page-decor__item--striped {
  top: 1580px;
  left: -62px;
  width: 280px;
  opacity: .23;
}
.site-page-decor__item--heart {
  top: 1900px;
  right: -36px;
  width: 205px;
  opacity: .24;
}
.site-page-decor__item--star {
  top: 2240px;
  left: -30px;
  width: 210px;
  opacity: .23;
}
.site-page-decor__item--cluster-right {
  top: 2600px;
  right: -82px;
  width: 350px;
  opacity: .23;
}
.hero::before {
  top: 120px;
  left: -38px;
  width: 270px;
  height: 270px;
  opacity: .22;
}
.catalog-section::before {
  top: 235px;
  left: -72px;
  width: 320px;
  height: 300px;
  opacity: .23;
}
.catalog-section::after {
  right: -55px;
  bottom: 230px;
  width: 225px;
  height: 275px;
  opacity: .23;
}
.about-section::before {
  top: 24px;
  left: -44px;
  width: 225px;
  height: 225px;
  opacity: .22;
}
.store-contact::before {
  top: -42px;
  right: -50px;
  width: 235px;
  height: 235px;
  opacity: .2;
}
.steps-image-decor__item--cluster-left {
  top: 22px;
  left: -70px;
  width: 390px;
  opacity: .34;
}
.steps-image-decor__item--cluster-right {
  top: 30px;
  right: -72px;
  width: 390px;
  opacity: .34;
}
.steps-image-decor__item--lollipop {
  top: 235px;
  left: -42px;
  width: 260px;
  opacity: .25;
}
.steps-image-decor__item--heart {
  top: 250px;
  right: -28px;
  width: 220px;
  opacity: .25;
}

@media (max-width: 760px) {
  .site-page-decor__item--lollipop {
    top: 125px;
    left: -83px;
    width: 275px;
    opacity: .2;
  }
  .site-page-decor__item--wrapped {
    top: 520px;
    right: -94px;
    width: 250px;
    opacity: .18;
  }
  .site-page-decor__item--cluster-left {
    top: 955px;
    left: -115px;
    width: 310px;
    opacity: .18;
  }
  .site-page-decor__item--gummy {
    top: 1250px;
    right: -82px;
    width: 190px;
    opacity: .18;
  }
  .site-page-decor__item--striped {
    top: 1660px;
    left: -94px;
    width: 235px;
    opacity: .18;
  }
  .site-page-decor__item--heart {
    top: 2050px;
    right: -72px;
    width: 180px;
    opacity: .18;
  }
  .site-page-decor__item--star {
    top: 2400px;
    left: -64px;
    width: 180px;
    opacity: .18;
  }
  .site-page-decor__item--cluster-right {
    top: 2780px;
    right: -112px;
    width: 310px;
    opacity: .18;
  }
  .hero::before {
    top: 118px;
    left: -82px;
    width: 230px;
    height: 230px;
    opacity: .16;
  }
  .catalog-section::before {
    top: 240px;
    left: -94px;
    width: 270px;
    height: 250px;
    opacity: .17;
  }
  .catalog-section::after {
    right: -82px;
    bottom: 260px;
    width: 185px;
    height: 225px;
    opacity: .17;
  }
  .about-section::before {
    top: 20px;
    left: -72px;
    width: 190px;
    height: 190px;
    opacity: .16;
  }
  .store-contact::before {
    top: -34px;
    right: -82px;
    width: 190px;
    height: 190px;
    opacity: .16;
  }
  .steps-image-decor__item--cluster-left {
    top: 18px;
    left: -108px;
    width: 315px;
    opacity: .24;
  }
  .steps-image-decor__item--cluster-right {
    top: 24px;
    right: -112px;
    width: 315px;
    opacity: .24;
  }
  .steps-image-decor__item--lollipop {
    top: 245px;
    left: -80px;
    width: 225px;
    opacity: .2;
  }
  .steps-image-decor__item--heart {
    top: 260px;
    right: -62px;
    width: 190px;
    opacity: .2;
  }
}

/* Final placement pass: make each section's artwork visibly present. */
.site-page-decor__item--lollipop {
  left: -8px;
  width: 340px;
  opacity: .32;
}
.site-page-decor__item--wrapped {
  right: -8px;
  width: 315px;
  opacity: .28;
}
.site-page-decor__item--cluster-left {
  left: -8px;
  width: 380px;
  opacity: .27;
}
.site-page-decor__item--gummy {
  right: -8px;
  width: 240px;
  opacity: .28;
}
.site-page-decor__item--striped {
  left: -8px;
  width: 305px;
  opacity: .27;
}
.site-page-decor__item--heart {
  right: -8px;
  width: 225px;
  opacity: .28;
}
.site-page-decor__item--star {
  left: -8px;
  width: 230px;
  opacity: .27;
}
.site-page-decor__item--cluster-right {
  right: -8px;
  width: 380px;
  opacity: .27;
}
.hero::before {
  left: -8px;
  width: 340px;
  height: 340px;
  opacity: .28;
}
.catalog-section::before {
  left: -8px;
  width: 355px;
  height: 320px;
  opacity: .28;
}
.catalog-section::after {
  right: -8px;
  width: 245px;
  height: 295px;
  opacity: .28;
}
.about-section::before {
  left: -8px;
  width: 250px;
  height: 250px;
  opacity: .27;
}
.store-contact::before {
  right: -8px;
  width: 255px;
  height: 255px;
  opacity: .25;
}
.steps-image-decor__item--cluster-left {
  left: -12px;
  width: 430px;
  opacity: .42;
}
.steps-image-decor__item--cluster-right {
  right: -12px;
  width: 430px;
  opacity: .42;
}
.steps-image-decor__item--lollipop {
  left: -8px;
  width: 285px;
  opacity: .3;
}
.steps-image-decor__item--heart {
  right: -8px;
  width: 240px;
  opacity: .3;
}

@media (max-width: 760px) {
  .site-page-decor__item--lollipop {
    left: -28px;
    width: 300px;
    opacity: .23;
  }
  .site-page-decor__item--wrapped {
    right: -28px;
    width: 270px;
    opacity: .21;
  }
  .site-page-decor__item--cluster-left {
    left: -28px;
    width: 330px;
    opacity: .21;
  }
  .site-page-decor__item--gummy {
    right: -28px;
    width: 205px;
    opacity: .21;
  }
  .site-page-decor__item--striped {
    left: -28px;
    width: 255px;
    opacity: .21;
  }
  .site-page-decor__item--heart {
    right: -28px;
    width: 190px;
    opacity: .21;
  }
  .site-page-decor__item--star {
    left: -28px;
    width: 195px;
    opacity: .21;
  }
  .site-page-decor__item--cluster-right {
    right: -28px;
    width: 330px;
    opacity: .21;
  }
  .hero::before {
    left: -28px;
    width: 260px;
    height: 260px;
    opacity: .2;
  }
  .catalog-section::before {
    left: -28px;
    width: 295px;
    height: 275px;
    opacity: .2;
  }
  .catalog-section::after {
    right: -28px;
    width: 205px;
    height: 250px;
    opacity: .2;
  }
  .about-section::before {
    left: -28px;
    width: 205px;
    height: 205px;
    opacity: .2;
  }
  .store-contact::before {
    right: -28px;
    width: 215px;
    height: 215px;
    opacity: .2;
  }
  .steps-image-decor__item--cluster-left {
    left: -26px;
    width: 350px;
    opacity: .3;
  }
  .steps-image-decor__item--cluster-right {
    right: -26px;
    width: 350px;
    opacity: .3;
  }
  .steps-image-decor__item--lollipop {
    left: -20px;
    width: 245px;
    opacity: .24;
  }
  .steps-image-decor__item--heart {
    right: -20px;
    width: 205px;
    opacity: .24;
  }
}

/* Ambient artwork follows the whole document, not just the final section. */
.site-shell {
  background-image:
    linear-gradient(rgba(255, 250, 247, .76), rgba(255, 250, 247, .76)),
    url("/dulcerella-lollipop.png"),
    url("/dulcerella-candy-wrapped.png"),
    url("/dulcerella-candy-cluster-left.png"),
    url("/dulcerella-gummy-bear.png"),
    url("/dulcerella-striped-candy.png"),
    url("/dulcerella-heart-candy.png"),
    url("/dulcerella-star-candy.png"),
    linear-gradient(180deg, #fffaf7 0%, #fff6f7 52%, #fffaf3 100%);
  background-position:
    0 0,
    2% 8%,
    98% 22%,
    1% 39%,
    99% 51%,
    2% 65%,
    98% 77%,
    2% 90%,
    0 0;
  background-size:
    auto,
    290px auto,
    270px auto,
    350px auto,
    220px auto,
    270px auto,
    220px auto,
    220px auto,
    auto;
  background-repeat: no-repeat;
}

@media (max-width: 760px) {
  .site-shell {
    background-image:
      linear-gradient(rgba(255, 250, 247, .82), rgba(255, 250, 247, .82)),
      url("/dulcerella-lollipop.png"),
      url("/dulcerella-candy-wrapped.png"),
      url("/dulcerella-candy-cluster-left.png"),
      url("/dulcerella-gummy-bear.png"),
      url("/dulcerella-striped-candy.png"),
      url("/dulcerella-heart-candy.png"),
      url("/dulcerella-star-candy.png"),
      linear-gradient(180deg, #fffaf7 0%, #fff6f7 52%, #fffaf3 100%);
    background-position:
      0 0,
      0 9%,
      100% 23%,
      0 40%,
      100% 53%,
      0 67%,
      100% 80%,
      0 92%,
      0 0;
    background-size:
      auto,
      235px auto,
      220px auto,
      285px auto,
      185px auto,
      225px auto,
      180px auto,
      180px auto,
      auto;
    background-repeat: no-repeat;
  }
}

/* Final vector decoration pass: remove the old repeated raster layers. */
.site-shell {
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255, 205, 221, .22) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 42%, rgba(219, 188, 242, .18) 0 2px, transparent 3px),
    linear-gradient(180deg, #fffaf7 0%, #fffdfb 52%, #fff8fb 100%) !important;
  background-position: 0 0, 0 0, 0 0 !important;
  background-size: 170px 190px, 220px 240px, auto !important;
  background-repeat: repeat, repeat, no-repeat !important;
}

.site-page-decor {
  display: none !important;
}

.hero::before,
.catalog-section::before,
.catalog-section::after,
.about-section::before,
.store-contact::before,
.public-footer::after {
  content: "" !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  pointer-events: none;
}

.hero::before {
  background-image: url("/dulcerella-vector-lollipop.svg") !important;
  width: 122px !important;
  height: 166px !important;
  top: 112px !important;
  left: -34px !important;
  opacity: .2 !important;
}

.catalog-section::before {
  background-image: url("/dulcerella-vector-cluster.svg") !important;
  width: 236px !important;
  height: 152px !important;
  top: 164px !important;
  left: 12px !important;
  opacity: .2 !important;
}

.catalog-section::after {
  background-image: url("/dulcerella-vector-gummy.svg") !important;
  width: 92px !important;
  height: 138px !important;
  right: 22px !important;
  bottom: 170px !important;
  opacity: .18 !important;
}

.steps-image-decor {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.steps-image-decor__item {
  position: absolute !important;
  display: block !important;
  height: auto !important;
  user-select: none;
}

.steps-image-decor__item--cluster {
  top: 24px !important;
  right: 16px !important;
  left: auto !important;
  bottom: auto !important;
  width: 210px !important;
  opacity: .18 !important;
  transform: rotate(8deg) !important;
}

.steps-image-decor__item--star {
  left: 20px !important;
  right: auto !important;
  bottom: 28px !important;
  top: auto !important;
  width: 68px !important;
  opacity: .2 !important;
  transform: rotate(-10deg) !important;
}

.steps-image-decor__item--cluster-left,
.steps-image-decor__item--cluster-right,
.steps-image-decor__item--lollipop,
.steps-image-decor__item--heart,
.steps-image-decor__item--border {
  display: none !important;
}

.about-section::before {
  background-image: url("/dulcerella-vector-heart.svg") !important;
  width: 92px !important;
  height: 90px !important;
  top: 22px !important;
  right: 34px !important;
  opacity: .16 !important;
}

.store-contact::before {
  background-image: url("/dulcerella-vector-wrapped.svg") !important;
  width: 158px !important;
  height: 90px !important;
  top: 22px !important;
  right: 30px !important;
  opacity: .16 !important;
}

.public-footer::after {
  background-image: url("/dulcerella-vector-border.svg") !important;
  width: min(760px, 100%) !important;
  height: 112px !important;
  left: 50% !important;
  bottom: -52px !important;
  opacity: .16 !important;
  transform: translateX(-50%) !important;
}

@media (max-width: 760px) {
  .hero::before {
    width: 92px !important;
    height: 126px !important;
    top: 124px !important;
    left: -28px !important;
    opacity: .16 !important;
  }

  .catalog-section::before {
    width: 188px !important;
    height: 122px !important;
    top: 146px !important;
    left: -8px !important;
    opacity: .16 !important;
  }

  .catalog-section::after {
    width: 72px !important;
    height: 108px !important;
    right: 2px !important;
    bottom: 120px !important;
    opacity: .15 !important;
  }

  .steps-image-decor__item--cluster {
    top: 22px !important;
    right: -18px !important;
    width: 178px !important;
    opacity: .14 !important;
  }

  .steps-image-decor__item--star {
    left: 10px !important;
    bottom: 22px !important;
    width: 56px !important;
    opacity: .16 !important;
  }

  .about-section::before {
    width: 70px !important;
    height: 68px !important;
    top: 14px !important;
    right: 8px !important;
    opacity: .13 !important;
  }

  .store-contact::before {
    width: 122px !important;
    height: 70px !important;
    top: 14px !important;
    right: 8px !important;
    opacity: .13 !important;
  }

  .public-footer::after {
    width: 620px !important;
    height: 88px !important;
    bottom: -40px !important;
    opacity: .14 !important;
  }
}

/* Final motion override: gentle movement without abrupt jumps. */
@media (prefers-reduced-motion: no-preference) {
  .steps-section .step-card {
    animation: stepCardRevealSmooth .72s cubic-bezier(.2, .72, .25, 1) both !important;
    transition: transform .45s cubic-bezier(.2, .72, .25, 1), box-shadow .45s ease !important;
    will-change: transform;
  }

  .steps-section .step-card:nth-child(2) {
    animation-delay: .1s !important;
  }

  .steps-section .step-card:nth-child(3) {
    animation-delay: .2s !important;
  }

  .steps-section .step-card:hover {
    transform: translate3d(0, -4px, 0) !important;
    box-shadow: 0 24px 52px rgba(190, 90, 140, .14) !important;
  }

  .steps-section .step-illustration {
    animation: stepFloatSmooth 9s cubic-bezier(.42, 0, .58, 1) infinite !important;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }

  .steps-section .step-card:nth-child(2) .step-illustration {
    animation-delay: .45s !important;
    animation-duration: 10s !important;
  }

  .steps-section .step-card:nth-child(3) .step-illustration {
    animation-delay: .9s !important;
    animation-duration: 9.5s !important;
  }

  .steps-section .step-art::before,
  .steps-section .step-art::after {
    animation: stepSparkleSmooth 4.8s ease-in-out infinite !important;
    will-change: opacity, transform;
  }

  .steps-section .step-art::after {
    animation-delay: 1.25s !important;
  }
}

@keyframes stepCardRevealSmooth {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(.985);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes stepFloatSmooth {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes stepSparkleSmooth {
  0%, 100% {
    opacity: .3;
    transform: scale(.94);
  }
  50% {
    opacity: .72;
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .steps-section .step-card,
  .steps-section .step-illustration,
  .steps-section .step-art::before,
  .steps-section .step-art::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Final gallery priority: preserve the expanded media column. */
.product-detail-modal {
  width: min(1040px, 100%);
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr);
}

@media (max-width: 760px) {
  .product-detail-modal {
    grid-template-columns: 1fr;
  }
}

/* Final decoration priority: the added accents stay in the margins. */
.public-footer::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 18px !important;
  left: 24px !important;
  width: 88px !important;
  height: 118px !important;
  display: block !important;
  opacity: .12 !important;
  background: url("/dulcerella-vector-gummy.svg") center / contain no-repeat !important;
  pointer-events: none !important;
}

.hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 24px !important;
  right: 34px !important;
  width: 70px !important;
  height: 70px !important;
  display: block !important;
  opacity: .16 !important;
  background: url("/dulcerella-vector-star.svg") center / contain no-repeat !important;
  pointer-events: none !important;
}

.about-section::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  right: 26px !important;
  bottom: 22px !important;
  width: 64px !important;
  height: 64px !important;
  display: block !important;
  opacity: .14 !important;
  background: url("/dulcerella-vector-star.svg") center / contain no-repeat !important;
  pointer-events: none !important;
}

.store-contact::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  bottom: 18px !important;
  left: 22px !important;
  width: 88px !important;
  height: 118px !important;
  display: block !important;
  opacity: .13 !important;
  background: url("/dulcerella-vector-gummy.svg") center / contain no-repeat !important;
  pointer-events: none !important;
}

.steps-image-decor::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  right: 22px !important;
  bottom: 22px !important;
  width: 120px !important;
  height: 72px !important;
  display: block !important;
  opacity: .13 !important;
  background: url("/dulcerella-vector-wrapped.svg") center / contain no-repeat !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  .public-footer::before {
    top: 12px !important;
    left: 8px !important;
    width: 66px !important;
    height: 88px !important;
    opacity: .1 !important;
  }

  .hero::after {
    top: 20px !important;
    right: 12px !important;
    width: 48px !important;
    height: 48px !important;
    opacity: .13 !important;
  }

  .about-section::after {
    right: 10px !important;
    bottom: 16px !important;
    width: 46px !important;
    height: 46px !important;
    opacity: .12 !important;
  }

  .store-contact::after {
    bottom: 12px !important;
    left: 8px !important;
    width: 66px !important;
    height: 88px !important;
    opacity: .11 !important;
  }

  .steps-image-decor::before {
    right: 2px !important;
    bottom: 16px !important;
    width: 88px !important;
    height: 54px !important;
    opacity: .1 !important;
  }
}
