:root {
  --paper: #fff0f4;
  --paper-strong: #fff9f8;
  --ink: #271f1b;
  --soft-ink: #443833;
  --muted: #74665f;
  --line: rgba(74, 54, 44, 0.14);
  --rose: #ce5f80;
  --rose-dark: #7e3d50;
  --sage: #66715f;
  --moss: #414d3d;
  --cream: #f8dde4;
  --blush: #f1b9c9;
  --petal: #ffe7ee;
  --pearl: #fffdfa;
  --shadow: 0 34px 90px rgba(117, 61, 77, 0.16);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 9% 13%, rgba(241, 185, 201, 0.48), transparent 22rem),
    radial-gradient(circle at 86% 22%, rgba(102, 113, 95, 0.16), transparent 26rem),
    linear-gradient(135deg, #fffafa 0%, var(--paper) 52%, #f8dce5 100%);
  background-attachment: fixed, fixed, fixed;
  background-size: auto, auto, auto;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  text-rendering: geometricPrecision;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.gift-drift-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.gift-symbol {
  position: absolute;
  width: clamp(90px, 10vw, 170px);
  aspect-ratio: 1;
  opacity: 0.105;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  filter: saturate(0.74) contrast(0.94);
  will-change: transform;
  animation: symbolFloatA 3.4s linear infinite;
}

.gift-symbol--gift {
  background-image: url("./assets/brand/symbols/gift.png");
}

.gift-symbol--bouquet {
  aspect-ratio: 0.78;
  background-image: url("./assets/brand/symbols/bouquet.png");
}

.gift-symbol--heart {
  background-image: url("./assets/brand/symbols/heart.png");
}

.gift-symbol--bow {
  aspect-ratio: 0.95;
  background-image: url("./assets/brand/symbols/bow.png");
}

.gift-symbol:nth-child(1) {
  left: -2%;
  top: 3%;
  width: clamp(125px, 13vw, 220px);
  opacity: 0.1;
}

.gift-symbol:nth-child(2) {
  left: 19%;
  top: 13%;
  width: clamp(92px, 9vw, 145px);
  opacity: 0.08;
  animation-name: symbolFloatB;
  animation-duration: 4.2s;
}

.gift-symbol:nth-child(3) {
  right: 27%;
  top: -2%;
  width: clamp(105px, 11vw, 180px);
  opacity: 0.07;
  animation-duration: 3s;
  animation-delay: -8s;
}

.gift-symbol:nth-child(4) {
  right: -2%;
  top: 10%;
  width: clamp(135px, 15vw, 250px);
  opacity: 0.1;
  animation-name: symbolFloatB;
  animation-duration: 3.8s;
  animation-delay: -4s;
}

.gift-symbol:nth-child(5) {
  left: -4%;
  top: 39%;
  width: clamp(105px, 11vw, 185px);
  opacity: 0.065;
  animation-duration: 2.6s;
  animation-delay: -11s;
}

.gift-symbol:nth-child(6) {
  right: 12%;
  top: 34%;
  width: clamp(85px, 8vw, 135px);
  opacity: 0.075;
  animation-name: symbolFloatB;
  animation-duration: 3.4s;
  animation-delay: -15s;
}

.gift-symbol:nth-child(7) {
  left: 31%;
  top: 51%;
  width: clamp(95px, 9vw, 155px);
  opacity: 0.07;
  animation-duration: 4.5s;
  animation-delay: -6s;
}

.gift-symbol:nth-child(8) {
  right: -3%;
  top: 57%;
  width: clamp(130px, 14vw, 235px);
  opacity: 0.09;
  animation-name: symbolFloatB;
  animation-duration: 3s;
  animation-delay: -13s;
}

.gift-symbol:nth-child(9) {
  left: 3%;
  bottom: 5%;
  width: clamp(110px, 12vw, 205px);
  opacity: 0.09;
  animation-name: symbolFloatB;
  animation-duration: 3.8s;
  animation-delay: -9s;
}

.gift-symbol:nth-child(10) {
  left: 43%;
  bottom: -4%;
  width: clamp(100px, 10vw, 170px);
  opacity: 0.075;
  animation-duration: 2.6s;
  animation-delay: -16s;
}

.gift-symbol:nth-child(11) {
  right: 20%;
  bottom: 13%;
  width: clamp(78px, 8vw, 130px);
  opacity: 0.06;
  animation-name: symbolFloatB;
  animation-duration: 3.4s;
  animation-delay: -3s;
}

.gift-symbol:nth-child(12) {
  right: -3%;
  bottom: -4%;
  width: clamp(140px, 16vw, 265px);
  opacity: 0.1;
  animation-duration: 4.2s;
  animation-delay: -12s;
}

@keyframes symbolFloatA {
  0% {
    transform: translate3d(-14px, 12px, 0) rotate(-5deg) scale(0.97);
  }
  25% {
    transform: translate3d(12px, -18px, 0) rotate(3deg) scale(1.03);
  }
  50% {
    transform: translate3d(24px, 4px, 0) rotate(7deg) scale(1.05);
  }
  75% {
    transform: translate3d(-4px, 22px, 0) rotate(-2deg) scale(1);
  }
  100% {
    transform: translate3d(-14px, 12px, 0) rotate(-5deg) scale(0.97);
  }
}

@keyframes symbolFloatB {
  0% {
    transform: translate3d(18px, -12px, 0) rotate(6deg) scale(1.04);
  }
  25% {
    transform: translate3d(-8px, -24px, 0) rotate(-3deg) scale(0.99);
  }
  50% {
    transform: translate3d(-22px, 8px, 0) rotate(-7deg) scale(0.96);
  }
  75% {
    transform: translate3d(8px, 24px, 0) rotate(2deg) scale(1.01);
  }
  100% {
    transform: translate3d(18px, -12px, 0) rotate(6deg) scale(1.04);
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(39, 31, 27, 0.035) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(39, 31, 27, 0.055) 0 1px, transparent 1px);
  background-size: 100% 8px, 18px 18px;
  mix-blend-mode: multiply;
}

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

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 60;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fffaf3;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  width: min(1240px, calc(100% - 36px));
  margin: 18px auto 0;
  padding: 10px;
  border: 1px solid rgba(255, 250, 243, 0.74);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.74);
  box-shadow: 0 20px 80px rgba(80, 52, 42, 0);
  backdrop-filter: blur(22px);
  transition: box-shadow 700ms var(--ease), border-color 700ms var(--ease), background 700ms var(--ease);
}

.site-header[data-elevated="true"] {
  border-color: rgba(74, 54, 44, 0.12);
  background: rgba(255, 250, 243, 0.86);
  box-shadow: 0 22px 70px rgba(80, 52, 42, 0.14);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark__seal {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ink);
  color: #fffaf3;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.brand-mark__seal--logo {
  overflow: hidden;
  background: #fffaf7;
  box-shadow:
    0 10px 28px rgba(126, 61, 80, 0.16),
    inset 0 0 0 1px rgba(206, 95, 128, 0.1);
}

.brand-mark__seal--logo img {
  width: 124%;
  height: 124%;
  max-width: none;
  object-fit: cover;
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark strong {
  font-size: 0.98rem;
}

.brand-mark small {
  max-width: 220px;
  color: var(--muted);
  font-size: 0.72rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-links {
  display: flex;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(74, 54, 44, 0.06);
  border-radius: 999px;
  background: rgba(39, 31, 27, 0.045);
}

.nav-links a {
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
  transition: color 560ms var(--ease), background 560ms var(--ease), transform 560ms var(--ease);
}

.nav-links a:hover {
  transform: translateY(-1px);
  background: rgba(255, 250, 243, 0.92);
  color: var(--ink);
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-search {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 6px 15px 6px 13px;
  border: 1px solid rgba(74, 54, 44, 0.1);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.78);
  color: var(--soft-ink);
  font-size: 0.82rem;
  font-weight: 800;
  transition:
    transform 420ms var(--ease),
    color 420ms var(--ease),
    background 420ms var(--ease),
    box-shadow 420ms var(--ease);
}

.header-search:hover,
.header-search:focus-visible {
  transform: translateY(-2px);
  background: #fffaf3;
  color: var(--rose-dark);
  box-shadow: 0 12px 28px rgba(126, 61, 80, 0.14);
}

.header-search__icon {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.header-search__icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  transform: rotate(45deg);
  transform-origin: center;
  border-radius: 999px;
  background: currentColor;
}

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

.magnetic,
.button,
.product-card__cta,
.filter-button,
.occasion-grid a {
  transition:
    transform 680ms var(--ease),
    background 680ms var(--ease),
    color 680ms var(--ease),
    border-color 680ms var(--ease),
    box-shadow 680ms var(--ease);
}

.magnetic:active,
.button:active,
.product-card__cta:active,
.floating-wa:active {
  transform: translateY(1px) scale(0.985);
}

.button,
.header-cta,
.product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 6px 7px 6px 22px;
  border-radius: 999px;
  font-weight: 850;
}

.button i,
.header-cta i,
.product-card__cta i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-style: normal;
  transition: transform 680ms var(--ease), background 680ms var(--ease);
}

.button:hover i,
.header-cta:hover i,
.product-card__cta:hover i {
  transform: translateX(2px) translateY(-1px) scale(1.04);
}

.button--primary,
.header-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--rose);
  color: #fffaf3;
  box-shadow: 0 18px 42px rgba(115, 57, 66, 0.2);
}

.button--primary::before,
.header-cta::before {
  content: "";
  position: absolute;
  inset: -120% auto -120% -55%;
  z-index: 0;
  width: 42%;
  transform: rotate(18deg) translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255, 250, 243, 0.28), transparent);
  transition: transform 950ms var(--ease);
}

.button--primary span,
.button--primary i,
.header-cta span,
.header-cta i {
  position: relative;
  z-index: 1;
}

.button--primary:hover::before,
.header-cta:hover::before {
  transform: rotate(18deg) translateX(420%);
}

.button--primary i,
.header-cta i {
  background: rgba(255, 250, 243, 0.17);
}

.button--primary:hover,
.header-cta:hover {
  background: var(--rose-dark);
}

.button--ghost {
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.58);
  color: var(--ink);
}

.button--ghost i {
  background: rgba(39, 31, 27, 0.065);
}

.button--ghost:hover {
  background: #fffaf3;
  box-shadow: 0 18px 44px rgba(91, 59, 48, 0.11);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
  gap: clamp(38px, 7vw, 106px);
  align-items: center;
  width: min(1240px, calc(100% - 36px));
  min-height: min(900px, calc(100dvh - 90px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 0 clamp(70px, 9vw, 118px);
}

.hero-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(206, 95, 128, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 248, 0.68);
  box-shadow: 0 16px 44px rgba(117, 61, 77, 0.08);
  backdrop-filter: blur(18px);
}

.hero-brand-lockup img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: #fffaf7;
}

.hero-brand-lockup span {
  max-width: 330px;
  color: var(--rose-dark);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(165, 83, 93, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.52);
  color: var(--rose-dark);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy {
  min-width: 0;
  max-width: 100%;
}

.hero-copy h1,
.section h2,
.advisor-copy h2,
.message-preview__copy h2,
.occasion-copy h2,
.story-copy h2,
.delivery-stories h2,
.quote-section h2,
.final-cta h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 0.93;
  text-wrap: balance;
}

.hero-copy h1 {
  max-width: 940px;
  font-size: clamp(3.45rem, 6.15vw, 6.75rem);
  overflow-wrap: break-word;
}

.hero-lede {
  max-width: min(650px, 100%);
  margin: 28px 0 0;
  color: var(--soft-ink);
  font-size: clamp(1.04rem, 1.55vw, 1.24rem);
  font-weight: 500;
  line-height: 1.68;
}

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

.hero-note {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(68, 56, 51, 0.72);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.5;
}

.hero-gallery {
  position: relative;
  min-height: 620px;
}

.hero-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 250, 243, 0.62);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 900ms var(--ease);
}

.hero-card:hover img {
  transform: scale(1.08);
}

.hero-card--main {
  right: 0;
  top: 24px;
  width: min(480px, 88%);
  aspect-ratio: 4 / 5;
  border-radius: 42px;
}

.hero-card--side {
  left: 0;
  bottom: 28px;
  width: min(260px, 48%);
  aspect-ratio: 1 / 1.18;
  border-radius: 34px;
  transform: rotate(-5deg);
}

.hero-gallery::before {
  content: "";
  position: absolute;
  inset: 16% -8% 10% 18%;
  border-radius: 999px;
  background: rgba(231, 191, 193, 0.35);
  transform: rotate(-12deg);
}

.hero-ticket {
  position: absolute;
  right: -6px;
  bottom: 148px;
  width: min(270px, 70%);
  padding: 18px;
  border: 1px solid rgba(255, 250, 243, 0.68);
  border-radius: 26px;
  background: rgba(255, 250, 243, 0.84);
  box-shadow: 0 22px 55px rgba(91, 59, 48, 0.16);
  backdrop-filter: blur(18px);
}

.hero-ticket span,
.hero-ticket strong {
  display: block;
}

.hero-ticket span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-ticket strong {
  margin-top: 8px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.72rem;
  line-height: 1;
}

.hero-chips {
  position: absolute;
  left: 22px;
  top: 40px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(300px, 62%);
}

.hero-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 250, 243, 0.56);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.78);
  color: var(--soft-ink);
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(91, 59, 48, 0.08);
  animation: chipFloat 6s var(--ease) infinite;
}

.hero-chips span:nth-child(2) {
  animation-delay: 400ms;
}

.hero-chips span:nth-child(3) {
  animation-delay: 800ms;
}

.hero-chips span:nth-child(4) {
  animation-delay: 1200ms;
}

@keyframes chipFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1240px, calc(100% - 36px));
  margin: -22px auto 92px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--line);
  box-shadow: 0 24px 70px rgba(91, 59, 48, 0.09);
}

.trust-strip article {
  min-height: 168px;
  padding: 24px;
  background: rgba(255, 250, 243, 0.7);
}

.trust-strip span {
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.trust-strip strong {
  display: block;
  margin-top: 18px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1;
}

.trust-strip p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.advisor-section {
  width: min(1240px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  margin-inline: auto;
  padding: clamp(36px, 7vw, 76px) 0 clamp(82px, 11vw, 138px);
}

.advisor-copy h2,
.message-preview__copy h2 {
  max-width: 760px;
  font-size: clamp(2.5rem, 5vw, 5.35rem);
}

.advisor-copy p:not(.eyebrow),
.message-preview__copy p:not(.eyebrow) {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.7;
}

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

.advisor-card {
  position: relative;
  --advisor-bg-a: rgba(255, 246, 247, 0.92);
  --advisor-bg-b: rgba(255, 230, 237, 0.72);
  --advisor-accent: rgba(206, 95, 128, 0.14);
  --advisor-line: rgba(206, 95, 128, 0.12);
  min-height: 228px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid var(--advisor-line);
  border-radius: 30px;
  background:
    linear-gradient(148deg, var(--advisor-bg-a), var(--advisor-bg-b)),
    radial-gradient(circle at 82% 10%, var(--advisor-accent), transparent 11rem);
  box-shadow: 0 24px 68px rgba(126, 61, 80, 0.1);
  transition: transform 760ms var(--ease), box-shadow 760ms var(--ease), background 760ms var(--ease);
}

.advisor-card:nth-child(1),
.advisor-card:nth-child(4) {
  min-height: 276px;
}

.advisor-card:nth-child(1) {
  --advisor-bg-a: rgba(255, 236, 242, 0.96);
  --advisor-bg-b: rgba(255, 213, 227, 0.78);
  --advisor-accent: rgba(206, 95, 128, 0.2);
  --advisor-line: rgba(206, 95, 128, 0.2);
}

.advisor-card:nth-child(2) {
  --advisor-bg-a: rgba(255, 246, 248, 0.95);
  --advisor-bg-b: rgba(249, 200, 215, 0.72);
  --advisor-accent: rgba(190, 88, 118, 0.17);
  --advisor-line: rgba(190, 88, 118, 0.16);
}

.advisor-card:nth-child(3) {
  --advisor-bg-a: rgba(255, 241, 235, 0.95);
  --advisor-bg-b: rgba(245, 186, 202, 0.72);
  --advisor-accent: rgba(165, 83, 93, 0.2);
  --advisor-line: rgba(165, 83, 93, 0.16);
}

.advisor-card:nth-child(4) {
  --advisor-bg-a: rgba(255, 248, 246, 0.96);
  --advisor-bg-b: rgba(255, 222, 219, 0.76);
  --advisor-accent: rgba(214, 107, 137, 0.18);
  --advisor-line: rgba(214, 107, 137, 0.17);
}

.advisor-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 250, 243, 0.7);
  border-radius: 22px;
  pointer-events: none;
}

.advisor-card span {
  position: absolute;
  left: 22px;
  top: 20px;
  color: rgba(126, 61, 80, 0.68);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.advisor-card strong {
  max-width: 12ch;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 0.98;
  text-wrap: balance;
}

.advisor-card p {
  max-width: 285px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.55;
}

.advisor-card:hover {
  transform: translateY(-6px) rotate(-0.45deg);
  box-shadow: 0 34px 92px rgba(126, 61, 80, 0.16);
}

.marquee {
  width: 100%;
  overflow: hidden;
  border-block: 1px solid rgba(74, 54, 44, 0.08);
  background: rgba(255, 250, 243, 0.36);
}

.marquee div {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 20px 0;
  animation: marqueeMove 26s linear infinite;
}

.marquee span {
  color: rgba(39, 31, 27, 0.32);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.25rem);
  font-weight: 650;
  white-space: nowrap;
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section,
.category-atlas,
.catalog-toolbar,
.message-preview,
.occasion-section,
.calendar-section,
.story-band,
.delivery-stories,
.quote-section,
.final-cta,
.site-footer {
  width: min(1240px, calc(100% - 36px));
  margin-inline: auto;
}

.category-atlas {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
  padding: clamp(94px, 12vw, 156px) 0 42px;
}

.category-atlas__copy {
  position: sticky;
  top: 120px;
}

.category-atlas__copy h2 {
  margin: 0;
  max-width: 760px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.6rem, 5.2vw, 5.45rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 0.94;
}

.category-atlas__copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.7;
}

.category-atlas__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.category-tile {
  position: relative;
  min-height: 236px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border: 8px solid rgba(255, 250, 243, 0.58);
  border-radius: 34px;
  background: var(--cream);
  box-shadow: 0 24px 68px rgba(91, 59, 48, 0.1);
  isolation: isolate;
  transition: transform 760ms var(--ease), box-shadow 760ms var(--ease);
}

.category-tile--large {
  grid-row: span 2;
  min-height: 488px;
}

.category-tile--feature {
  min-height: 300px;
  border-color: rgba(255, 250, 248, 0.78);
  box-shadow: 0 30px 86px rgba(126, 61, 80, 0.18);
}

.category-tile--feature::before {
  content: "Nuevo";
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 248, 0.88);
  color: var(--rose-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(39, 31, 27, 0.03), rgba(39, 31, 27, 0.78));
}

.category-tile img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1000ms var(--ease), filter 1000ms var(--ease);
}

.category-tile--no-image::after {
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 250, 243, 0.28), transparent 12rem),
    linear-gradient(160deg, rgba(165, 83, 93, 0.82), rgba(65, 77, 61, 0.86));
}

.category-tile:hover {
  transform: translateY(-5px) rotate(-0.4deg);
  box-shadow: 0 34px 92px rgba(91, 59, 48, 0.16);
}

.category-tile:hover img {
  transform: scale(1.07);
  filter: saturate(1.04) contrast(1.05);
}

.category-tile span {
  display: block;
  color: #fffaf3;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.7rem, 2.5vw, 2.45rem);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.25);
}

.category-tile small {
  display: block;
  max-width: 330px;
  margin-top: 10px;
  color: rgba(255, 250, 243, 0.82);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.45;
}

.section {
  padding: clamp(92px, 12vw, 150px) 0 40px;
}

.section--intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 54px;
  align-items: end;
}

.section h2,
.occasion-copy h2,
.story-copy h2,
.delivery-stories h2,
.quote-section h2,
.final-cta h2 {
  max-width: 880px;
  font-size: clamp(2.5rem, 5.4vw, 5.8rem);
}

.section-support,
.occasion-copy p,
.story-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.7;
}

.catalog-toolbar {
  scroll-margin-top: 130px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid rgba(74, 54, 44, 0.1);
  border-radius: 28px;
  background: rgba(255, 250, 243, 0.75);
  box-shadow: 0 22px 68px rgba(91, 59, 48, 0.09);
  backdrop-filter: blur(20px);
}

.product-search {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 38px;
  align-items: center;
  min-height: 62px;
  padding: 4px 7px 4px 12px;
  border: 1px solid rgba(165, 83, 93, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  transition: border-color 420ms var(--ease), box-shadow 420ms var(--ease), background 420ms var(--ease);
}

.product-search:focus-within {
  border-color: rgba(165, 83, 93, 0.42);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 5px rgba(206, 95, 128, 0.1);
}

.product-search__icon {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid var(--rose-dark);
  border-radius: 50%;
}

.product-search__icon::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 8px;
  height: 2px;
  transform: rotate(45deg);
  border-radius: 99px;
  background: var(--rose-dark);
}

.product-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: 750 0.98rem "Plus Jakarta Sans", system-ui, sans-serif;
}

.product-search input::placeholder {
  color: rgba(116, 102, 95, 0.76);
}

.product-search input::-webkit-search-cancel-button {
  display: none;
  appearance: none;
}

.product-search button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(39, 31, 27, 0.06);
  color: var(--ink);
  font: 700 1.25rem/1 "Plus Jakarta Sans", system-ui, sans-serif;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease, background 300ms ease, transform 300ms ease;
}

.product-search button[data-visible="true"] {
  opacity: 1;
  pointer-events: auto;
}

.product-search button:hover {
  transform: scale(1.05);
  background: rgba(165, 83, 93, 0.14);
}

.catalog-toolbar__status {
  min-width: 240px;
  padding: 2px 12px 2px 4px;
}

.catalog-toolbar__status strong,
.catalog-toolbar__status span {
  display: block;
}

.catalog-toolbar__status strong {
  color: var(--rose-dark);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
}

.catalog-toolbar__status span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.45;
}

.catalog-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 26px;
  width: min(1240px, calc(100% - 36px));
  margin: 24px auto 0;
  align-items: start;
}

.filter-panel {
  position: sticky;
  top: 112px;
  padding: 14px;
  border: 1px solid rgba(74, 54, 44, 0.1);
  border-radius: 30px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 20px 60px rgba(91, 59, 48, 0.08);
}

.filter-title {
  margin: 8px 10px 14px;
  color: var(--soft-ink);
  font-size: 0.86rem;
  font-weight: 900;
}

.filter-buttons {
  display: grid;
  gap: 8px;
}

.filter-button {
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(39, 31, 27, 0.045);
  color: var(--muted);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.filter-button:hover {
  transform: translateX(2px);
  background: rgba(255, 250, 243, 0.94);
}

.filter-button.is-active {
  border-color: rgba(165, 83, 93, 0.2);
  background: rgba(165, 83, 93, 0.14);
  color: var(--rose-dark);
}

.filter-hint {
  margin-top: 18px;
  padding: 18px 10px 10px;
  border-top: 1px solid var(--line);
}

.filter-hint strong {
  font-size: 0.9rem;
}

.filter-hint p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.52;
}

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

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(74, 54, 44, 0.11);
  border-radius: 34px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 24px 68px rgba(91, 59, 48, 0.1);
}

.empty-catalog {
  grid-column: 1 / -1;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(74, 54, 44, 0.11);
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 10%, rgba(165, 83, 93, 0.16), transparent 18rem),
    rgba(255, 250, 243, 0.72);
  box-shadow: 0 24px 68px rgba(91, 59, 48, 0.1);
}

.empty-catalog span {
  color: var(--rose-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.empty-catalog h3 {
  max-width: 560px;
  margin: 14px 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
}

.empty-catalog p {
  max-width: 580px;
  margin: 18px 0 24px;
  color: var(--muted);
  line-height: 1.65;
}

.empty-catalog .product-card__cta {
  width: fit-content;
}

.empty-catalog--compact {
  min-height: 300px;
  background:
    radial-gradient(circle at 88% 10%, rgba(206, 95, 128, 0.16), transparent 18rem),
    rgba(255, 250, 248, 0.78);
}

.empty-catalog--compact h3 {
  font-size: clamp(1.9rem, 3.4vw, 3.35rem);
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(255, 255, 255, 0.72), transparent 14rem);
  transition: opacity 600ms var(--ease);
}

.product-card:hover::before {
  opacity: 1;
}

.product-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 8px;
  aspect-ratio: 1.08 / 1;
  border-radius: 28px;
  background: var(--cream);
}

.product-card__preview {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  background: var(--cream);
}

.product-card__preview > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease), filter 900ms var(--ease);
}

.catalog-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 28px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 250, 243, 0.42), transparent 12rem),
    linear-gradient(145deg, rgba(255, 231, 238, 0.94), rgba(217, 182, 186, 0.72));
  color: var(--rose-dark);
  text-align: center;
}

.catalog-placeholder strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.9;
}

.catalog-placeholder small {
  max-width: 16ch;
  color: rgba(91, 59, 48, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.catalog-placeholder--tile {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 250, 243, 0.24), transparent 12rem),
    linear-gradient(145deg, rgba(165, 83, 93, 0.86), rgba(65, 77, 61, 0.9));
  color: #fffaf3;
}

.catalog-placeholder--tile small {
  color: rgba(255, 250, 243, 0.78);
}

.product-card:hover .product-card__preview > img {
  transform: scale(1.06);
  filter: saturate(1.04) contrast(1.04);
}

.product-card__badge,
.product-card__photo-count {
  position: absolute;
  z-index: 3;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.88);
  color: var(--rose-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.product-card__badge {
  left: 14px;
  top: 14px;
}

.product-card__photo-count {
  right: 14px;
  top: 14px;
  background: rgba(39, 31, 27, 0.72);
  color: #fffaf3;
}

.product-card__thumbs {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-card__thumbs button {
  width: 48px;
  height: 48px;
  overflow: hidden;
  padding: 0;
  border: 2px solid rgba(255, 250, 243, 0.76);
  border-radius: 15px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 12px 28px rgba(39, 31, 27, 0.18);
  cursor: pointer;
  transition:
    transform 260ms var(--ease),
    border-color 260ms var(--ease),
    box-shadow 260ms var(--ease);
}

.product-card__thumbs button:hover,
.product-card__thumbs button:focus-visible {
  transform: translateY(-2px);
  border-color: #fffaf3;
  box-shadow: 0 16px 34px rgba(39, 31, 27, 0.24);
}

.product-card__thumbs button.is-active {
  border-color: var(--rose-dark);
  box-shadow:
    0 16px 36px rgba(126, 61, 80, 0.24),
    0 0 0 3px rgba(255, 250, 243, 0.72);
}

.product-card__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card__body {
  position: relative;
  display: flex;
  min-height: 312px;
  flex-direction: column;
  padding: 18px 22px 22px;
}

.product-card__topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.product-card__topline p {
  margin: 0;
  color: var(--sage);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card__topline strong {
  color: var(--rose-dark);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.62rem;
  line-height: 1;
}

.product-card__price {
  display: grid;
  flex: 0 0 auto;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.product-card__price small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.2;
}

.product-card h3 {
  margin: 14px 0 0;
  max-width: 92%;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 0.98;
  letter-spacing: -0.015em;
}

.product-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.product-card__meta {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.product-card__meta span {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.product-card__meta small {
  color: var(--muted);
  line-height: 1.45;
}

.product-card__details {
  margin: 12px 0 18px;
  border-top: 1px solid var(--line);
}

.product-card__details summary {
  position: relative;
  padding: 14px 26px 4px 0;
  color: var(--rose-dark);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.product-card__details summary::-webkit-details-marker {
  display: none;
}

.product-card__details summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 11px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(206, 95, 128, 0.12);
  transition: transform 260ms var(--ease), background 260ms var(--ease);
}

.product-card__details[open] summary::after {
  transform: rotate(45deg);
  background: rgba(206, 95, 128, 0.2);
}

.product-card__details > div {
  display: grid;
  gap: 10px;
  padding: 10px 0 4px;
}

.product-card__details p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.48;
}

.product-card__details p strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

.product-card__cta {
  margin-top: auto;
  background: var(--ink);
  color: #fffaf3;
}

.product-card__cta i {
  background: rgba(255, 250, 243, 0.13);
}

.product-card__cta:hover {
  background: var(--rose-dark);
}

.catalog-load-more {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 28px 20px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.catalog-load-more p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.catalog-load-more .button {
  border-color: rgba(126, 61, 80, 0.22);
  background: rgba(255, 250, 243, 0.72);
}

.category-page {
  padding-top: clamp(36px, 6vw, 76px);
}

.category-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 0.92fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(40px, 7vw, 96px) 0 clamp(70px, 8vw, 112px);
}

.back-link {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
}

.back-link:hover {
  color: var(--rose-dark);
}

.category-detail-copy h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4.2rem, 9vw, 9rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 0.9;
}

.category-detail-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  font-weight: 500;
  line-height: 1.68;
}

.category-detail-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
}

.category-detail-gallery figure {
  min-height: 210px;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 250, 243, 0.58);
  border-radius: 32px;
  background: var(--cream);
  box-shadow: 0 24px 68px rgba(91, 59, 48, 0.11);
}

.category-detail-gallery__main {
  grid-row: span 2;
  min-height: 520px;
}

.category-detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-detail-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 26px;
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  align-items: start;
}

.category-detail-panel {
  position: sticky;
  top: 112px;
  padding: 14px;
  border: 1px solid rgba(74, 54, 44, 0.1);
  border-radius: 30px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 20px 60px rgba(91, 59, 48, 0.08);
}

.subcategory-list {
  display: grid;
  gap: 8px;
}

.subcategory-list span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(39, 31, 27, 0.045);
  color: var(--soft-ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.spec-card {
  margin: 18px 0;
  padding: 18px 10px 0;
  border-top: 1px solid var(--line);
}

.spec-card strong {
  display: block;
  margin-bottom: 10px;
}

.spec-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.category-detail-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.category-final {
  margin-top: 96px;
}

.occasion-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.82fr);
  gap: 58px;
  align-items: center;
  padding: clamp(100px, 13vw, 170px) 0 40px;
}

.occasion-copy p {
  max-width: 560px;
  margin-top: 24px;
}

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

.occasion-grid a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --occasion-image: url("./assets/catalog-final/035-combo-dulce-sorpresa.webp");
  --occasion-position: center;
  min-height: 156px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  border: 7px solid rgba(255, 250, 248, 0.62);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(39, 31, 27, 0.04) 0%, rgba(39, 31, 27, 0.22) 42%, rgba(39, 31, 27, 0.64) 100%),
    var(--occasion-image) var(--occasion-position) / cover;
  color: #fffaf3;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 650;
  text-shadow: 0 10px 30px rgba(39, 31, 27, 0.36);
  box-shadow: 0 22px 62px rgba(126, 61, 80, 0.13);
}

.occasion-grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 250, 248, 0.22), transparent 12rem),
    linear-gradient(135deg, rgba(206, 95, 128, 0.22), transparent 54%);
  opacity: 0.8;
  transition: opacity 760ms var(--ease);
}

.occasion-grid a:nth-child(1) {
  --occasion-image: url("./assets/catalog-final/085-mojadito-3-leches.webp");
  --occasion-position: center 46%;
}

.occasion-grid a:nth-child(2) {
  --occasion-image: url("./assets/catalog-final/118-ramo-docena-elegante.webp");
  --occasion-position: center 42%;
}

.occasion-grid a:nth-child(3) {
  --occasion-image: url("./assets/catalog-final/021-cilindro-graduado.webp");
  --occasion-position: center 45%;
}

.occasion-grid a:nth-child(4) {
  --occasion-image: url("./assets/catalog-final/001-beers-and-roses.webp");
  --occasion-position: center 54%;
}

.occasion-grid a:nth-child(5) {
  --occasion-image: url("./assets/catalog-final/035-combo-dulce-sorpresa.webp");
  --occasion-position: center 45%;
}

.occasion-grid a:nth-child(6) {
  --occasion-image: url("./assets/catalog-final/003-cheers-box.webp");
  --occasion-position: center 46%;
}

.occasion-grid a:hover {
  transform: translateY(-4px) rotate(-0.7deg);
  box-shadow: 0 30px 78px rgba(126, 61, 80, 0.2);
}

.occasion-grid a:hover::before {
  opacity: 0.42;
}

.calendar-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(560px, 1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
  padding: clamp(110px, 14vw, 180px) 0 44px;
}

.calendar-copy {
  position: sticky;
  top: 122px;
}

.calendar-copy h2 {
  max-width: 650px;
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.7rem, 5.4vw, 5.7rem);
  line-height: 0.94;
  text-wrap: balance;
}

.calendar-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.calendar-legend {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.calendar-legend span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--soft-ink);
  font-size: 0.8rem;
  font-weight: 800;
}

.calendar-legend i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 6px rgba(206, 95, 128, 0.1);
}

.calendar-legend span:nth-child(2) i {
  background: var(--moss);
  box-shadow: 0 0 0 6px rgba(65, 77, 61, 0.1);
}

.calendar-experience {
  min-width: 0;
}

.calendar-months {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scrollbar-width: none;
}

.calendar-months::-webkit-scrollbar {
  display: none;
}

.calendar-months button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(74, 54, 44, 0.1);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.72);
  color: var(--muted);
  font: 850 0.78rem "Plus Jakarta Sans", system-ui, sans-serif;
  cursor: pointer;
  transition: transform 420ms var(--ease), background 420ms var(--ease), color 420ms var(--ease);
}

.calendar-months button:hover {
  transform: translateY(-2px);
  color: var(--rose-dark);
}

.calendar-months button.is-active {
  background: var(--rose-dark);
  color: #fffaf3;
}

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

.calendar-card {
  display: grid;
  grid-template-columns: 76px 68px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(74, 54, 44, 0.1);
  border-radius: 26px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: 0 18px 52px rgba(126, 61, 80, 0.09);
  transition: transform 520ms var(--ease), box-shadow 520ms var(--ease), background 520ms var(--ease);
}

.calendar-card:hover {
  transform: translateX(-4px);
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 26px 72px rgba(126, 61, 80, 0.15);
}

.calendar-card__date {
  display: grid;
  place-items: center;
  min-height: 76px;
  border-radius: 18px;
  background: linear-gradient(150deg, rgba(241, 185, 201, 0.84), rgba(255, 231, 238, 0.84));
  color: var(--rose-dark);
  font-variant-numeric: tabular-nums;
}

.calendar-card__date strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.calendar-card__date--period strong {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0;
}

.calendar-card__date span {
  margin-top: -12px;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.58);
  background-image: url("./assets/brand/gift-symbols-pink.png");
  background-repeat: no-repeat;
  background-size: 400% auto;
  background-position-y: center;
  mix-blend-mode: multiply;
  filter: saturate(0.82);
}

.calendar-card__icon--regalo {
  background-position-x: 0;
}

.calendar-card__icon--flores {
  background-position-x: 33.33%;
}

.calendar-card__icon--corazon {
  background-position-x: 66.66%;
}

.calendar-card__icon--moño {
  background-position-x: 100%;
}

.calendar-card__copy small {
  color: var(--rose-dark);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-card__copy h3 {
  margin: 5px 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
}

.calendar-card__copy p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.calendar-card > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 5px 6px 5px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fffaf3;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
  transition: background 420ms var(--ease), transform 420ms var(--ease);
}

.calendar-card > a i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.13);
  font-style: normal;
}

.calendar-card > a:hover {
  transform: translateY(-2px);
  background: var(--rose-dark);
}

.calendar-empty {
  padding: 32px;
  border: 1px dashed rgba(165, 83, 93, 0.25);
  border-radius: 26px;
  background: rgba(255, 250, 243, 0.62);
}

.calendar-empty strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem;
}

.calendar-empty p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.story-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 0.92fr);
  gap: 58px;
  align-items: center;
  padding: clamp(34px, 4vw, 54px);
  margin-top: 90px;
  border: 1px solid rgba(74, 54, 44, 0.11);
  border-radius: 44px;
  background: rgba(255, 250, 243, 0.7);
  box-shadow: var(--shadow);
}

.story-media {
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.62);
  border-radius: 34px;
  aspect-ratio: 0.92 / 1;
  background: var(--cream);
}

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

.delivery-stories {
  padding: clamp(104px, 13vw, 168px) 0 30px;
}

.delivery-stories__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.62fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.delivery-stories h2 {
  max-width: 780px;
}

.delivery-stories__copy {
  display: grid;
  justify-items: start;
  gap: 24px;
}

.delivery-stories__copy p {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.72;
}

.delivery-stories__gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, clamp(330px, 32vw, 430px));
  gap: 12px;
}

.delivery-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 1px solid rgba(255, 250, 243, 0.72);
  border-radius: 30px;
  background: var(--cream);
  box-shadow: 0 22px 60px rgba(117, 61, 77, 0.13);
  isolation: isolate;
}

.delivery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 42%, rgba(39, 31, 27, 0.84) 100%),
    linear-gradient(135deg, rgba(255, 250, 243, 0.08), transparent 45%);
  pointer-events: none;
}

.delivery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--delivery-position, center);
  transition: transform 900ms var(--ease), filter 900ms var(--ease);
}

.delivery-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.04);
}

.delivery-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 5px;
  padding: clamp(18px, 2.5vw, 30px);
  color: #fffaf3;
}

.delivery-card figcaption span {
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(255, 250, 243, 0.22);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.12);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.delivery-card figcaption strong {
  max-width: 23ch;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.15rem, 1.8vw, 1.72rem);
  line-height: 1.04;
  text-wrap: balance;
}

.delivery-card figcaption small {
  max-width: 38ch;
  color: rgba(255, 250, 243, 0.8);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.45;
}

.delivery-card--hero {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
  --delivery-position: center 36%;
}

.delivery-card--graduation {
  grid-column: 6 / span 4;
  --delivery-position: center 43%;
}

.delivery-card--dad {
  grid-column: 10 / span 3;
  --delivery-position: center 42%;
}

.delivery-card--birthday {
  grid-column: 6 / span 2;
  --delivery-position: 45% 40%;
}

.delivery-card--shared {
  grid-column: 8 / span 3;
  --delivery-position: center 37%;
}

.delivery-card--bouquet {
  grid-column: 11 / span 2;
  --delivery-position: 48% 40%;
}

.delivery-card--birthday figcaption small,
.delivery-card--bouquet figcaption small {
  display: none;
}

.story-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 22px;
}

.steps-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 26px;
}

.steps-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(74, 54, 44, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.34);
}

.steps-list span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(165, 83, 93, 0.14);
  color: var(--rose-dark);
  font-weight: 900;
}

.steps-list h3 {
  margin: 0;
  font-size: 1.12rem;
}

.steps-list p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.message-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.68fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  padding: clamp(96px, 13vw, 168px) 0 24px;
}

.phone-mock {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(74, 54, 44, 0.11);
  border-radius: 38px;
  background:
    linear-gradient(160deg, rgba(39, 31, 27, 0.94), rgba(65, 77, 61, 0.92)),
    url("./assets/catalog-final/035-combo-dulce-sorpresa.webp") center / cover;
  box-shadow: 0 36px 92px rgba(39, 31, 27, 0.18);
}

.phone-mock::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 250, 243, 0.18), transparent 18rem),
    rgba(39, 31, 27, 0.42);
}

.phone-mock > * {
  position: relative;
}

.phone-mock__bar {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 250, 243, 0.12);
  border-radius: 28px;
  background: rgba(255, 250, 243, 0.1);
  color: #fffaf3;
}

.phone-mock__bar span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush), #fffaf3);
  box-shadow: inset 0 0 0 5px rgba(255, 250, 243, 0.28);
}

.phone-mock__bar strong {
  font-size: 0.94rem;
}

.phone-mock__bar small {
  color: rgba(255, 250, 243, 0.66);
  font-size: 0.78rem;
  font-weight: 800;
}

.chat-bubble {
  width: fit-content;
  max-width: 84%;
  margin-top: 12px;
  padding: 13px 15px;
  border-radius: 20px;
  color: #fffaf3;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.12);
}

.chat-bubble--incoming {
  background: rgba(255, 250, 243, 0.14);
}

.chat-bubble--outgoing {
  margin-left: auto;
  background: rgba(165, 83, 93, 0.86);
}

.quote-section {
  padding: clamp(110px, 15vw, 190px) 0 40px;
  text-align: center;
}

.quote-section p {
  margin: 0 auto 24px;
  color: var(--rose-dark);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 650;
  font-style: italic;
}

.quote-section h2 {
  max-width: 1040px;
  margin-inline: auto;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.9fr);
  gap: 62px;
}

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

details {
  border: 1px solid rgba(74, 54, 44, 0.11);
  border-radius: 22px;
  background: rgba(255, 250, 243, 0.68);
  box-shadow: 0 16px 44px rgba(91, 59, 48, 0.06);
}

summary {
  cursor: pointer;
  padding: 21px 22px;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.58;
}

.final-cta {
  position: relative;
  overflow: hidden;
  margin-top: 104px;
  margin-bottom: 36px;
  padding: clamp(46px, 8vw, 92px);
  border-radius: 48px;
  background:
    linear-gradient(135deg, rgba(39, 31, 27, 0.94), rgba(65, 77, 61, 0.92)),
    url("./assets/catalog-final/118-ramo-docena-elegante.webp") center / cover;
  color: #fffaf3;
  text-align: center;
  box-shadow: 0 40px 100px rgba(39, 31, 27, 0.22);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(39, 31, 27, 0.56);
}

.final-cta > * {
  position: relative;
}

.final-cta .eyebrow {
  color: #fff0ef;
  border-color: rgba(255, 250, 243, 0.18);
  background: rgba(255, 250, 243, 0.12);
}

.final-cta h2 {
  margin-inline: auto;
}

.final-cta .button {
  margin-top: 30px;
  background: #fffaf3;
  color: var(--ink);
  box-shadow: none;
}

.final-cta .button i {
  background: rgba(39, 31, 27, 0.08);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 22px 0 104px;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer p {
  margin: 0;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.site-footer a {
  font-weight: 900;
  color: var(--rose-dark);
}

.legal-page {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 0 96px;
}

.legal-page__intro {
  max-width: 760px;
}

.legal-page__intro h1 {
  margin: 18px 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.legal-page__intro > p:not(.eyebrow) {
  max-width: 62ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.legal-card {
  display: grid;
  gap: 30px;
  margin-top: 44px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(74, 54, 44, 0.11);
  border-radius: 34px;
  background: rgba(255, 250, 243, 0.76);
  box-shadow: 0 24px 68px rgba(91, 59, 48, 0.1);
}

.legal-card section {
  max-width: 70ch;
}

.legal-card h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.68;
}

.legal-card p {
  margin: 12px 0 0;
}

.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}

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

.floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 32;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--moss);
  color: #fffaf3;
  box-shadow: 0 22px 55px rgba(65, 77, 61, 0.28);
  font-weight: 900;
}

.floating-wa span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fffaf3;
  box-shadow: 0 0 0 7px rgba(255, 250, 243, 0.12);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease), filter 900ms var(--ease);
  filter: blur(6px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

[data-stagger] > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 760ms var(--ease), transform 760ms var(--ease);
}

[data-stagger].is-visible > * {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--stagger-index, 0) * 75ms);
}

.product-card[data-reveal] {
  transition-delay: calc(var(--index) * 60ms);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 1ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

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

  .nav-links {
    display: none;
  }

  .hero-section,
  .category-detail-hero,
  .category-detail-shell,
  .category-atlas,
  .advisor-section,
  .message-preview,
  .section--intro,
  .catalog-toolbar,
  .catalog-shell,
  .occasion-section,
  .calendar-section,
  .story-band,
  .delivery-stories__intro,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-gallery {
    min-height: 560px;
  }

  .trust-strip,
  .product-grid,
  .category-detail-products {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    position: static;
  }

  .category-detail-panel {
    position: static;
  }

  .category-atlas__copy {
    position: static;
  }

  .calendar-copy {
    position: static;
  }

  .filter-buttons,
  .advisor-grid,
  .category-atlas__grid,
  .occasion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-stories__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .delivery-card,
  .delivery-card--hero,
  .delivery-card--graduation,
  .delivery-card--dad,
  .delivery-card--birthday,
  .delivery-card--shared,
  .delivery-card--bouquet {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

  .delivery-card--hero,
  .delivery-card--bouquet {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

  .delivery-card--birthday figcaption small,
  .delivery-card--bouquet figcaption small {
    display: block;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero-section,
  .category-detail-hero,
  .category-detail-shell,
  .trust-strip,
  .section,
  .category-atlas,
  .advisor-section,
  .message-preview,
  .catalog-toolbar,
  .catalog-shell,
  .occasion-section,
  .calendar-section,
  .story-band,
  .delivery-stories,
  .quote-section,
  .final-cta,
  .site-footer {
    width: calc(100% - 24px);
  }

  .site-header {
    top: 10px;
    margin-top: 10px;
  }

  .brand-mark small,
  .header-cta {
    display: none;
  }

  .header-actions {
    gap: 0;
  }

  .header-search {
    width: 48px;
    padding: 0;
    justify-content: center;
  }

  .header-search__label {
    display: none;
  }

  .hero-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding-top: 58px;
    overflow: hidden;
  }

  .hero-copy h1 {
    max-width: min(350px, calc(100vw - 24px));
    font-size: clamp(2.35rem, 9.5vw, 2.95rem);
    line-height: 0.97;
  }

  .hero-brand-lockup {
    max-width: min(350px, calc(100vw - 24px));
    align-items: center;
    padding-right: 12px;
  }

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

  .hero-brand-lockup span {
    font-size: 0.72rem;
  }

  .hero-lede {
    width: min(330px, calc(100vw - 24px));
    max-width: min(330px, calc(100vw - 24px));
    font-size: 0.96rem;
    line-height: 1.62;
    overflow-wrap: break-word;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(330px, calc(100vw - 24px));
    max-width: min(330px, calc(100vw - 24px));
  }

  .button {
    width: 100%;
  }

  .hero-note {
    width: min(330px, calc(100vw - 24px));
    max-width: min(330px, calc(100vw - 24px));
    font-size: 0.84rem;
    overflow-wrap: break-word;
  }

  .hero-gallery {
    min-height: 470px;
  }

  .hero-card--main {
    width: 84%;
    right: 0;
  }

  .hero-card--side {
    width: 42%;
    bottom: 10px;
  }

  .hero-ticket {
    right: 0;
    bottom: 84px;
    width: 76%;
  }

  .hero-chips {
    left: 8px;
    top: 18px;
    width: 80%;
  }

  .hero-chips span {
    min-height: 30px;
    padding-inline: 11px;
    font-size: 0.7rem;
  }

  .category-detail-copy h1 {
    max-width: min(100%, calc(100vw - 24px));
    font-size: clamp(2.75rem, 11.8vw, 3.45rem);
    line-height: 0.94;
  }

  .category-detail-copy p:not(.eyebrow) {
    max-width: min(330px, calc(100vw - 24px));
    font-size: 0.98rem;
  }

  .category-detail-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .category-detail-gallery figure {
    min-height: 150px;
    border-width: 6px;
    border-radius: 24px;
  }

  .category-detail-gallery__main {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 330px;
  }

  .trust-strip {
    margin-top: 0;
    margin-bottom: 64px;
  }

  .section,
  .category-atlas,
  .occasion-section,
  .calendar-section,
  .quote-section {
    padding-top: 82px;
  }

  .section h2,
  .category-atlas__copy h2,
  .advisor-copy h2,
  .message-preview__copy h2,
  .occasion-copy h2,
  .story-copy h2,
  .delivery-stories h2,
  .quote-section h2,
  .final-cta h2 {
    font-size: clamp(2.45rem, 11vw, 3.5rem);
  }

  .filter-buttons,
  .advisor-grid,
  .category-atlas__grid,
  .occasion-grid {
    grid-template-columns: 1fr;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 9px;
  }

  .catalog-toolbar__status {
    min-width: 0;
    padding: 5px 8px 8px;
  }

  .product-search {
    grid-template-columns: 34px minmax(0, 1fr) 36px;
    min-height: 56px;
  }

  .product-search input {
    font-size: 0.86rem;
  }

  .calendar-card {
    grid-template-columns: 64px 54px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .calendar-card__date {
    min-height: 64px;
  }

  .calendar-card__date strong {
    font-size: 1.65rem;
  }

  .calendar-card__date--period strong {
    font-size: 0.92rem;
  }

  .calendar-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .calendar-card__copy h3 {
    font-size: 1.15rem;
  }

  .calendar-card > a {
    grid-column: 1 / -1;
    justify-content: space-between;
    width: 100%;
    margin-top: 2px;
  }

  .calendar-legend {
    margin-bottom: 24px;
  }

  .gift-symbol {
    width: clamp(76px, 24vw, 112px);
    opacity: 0.08;
  }

  .gift-symbol:nth-child(1),
  .gift-symbol:nth-child(4),
  .gift-symbol:nth-child(8),
  .gift-symbol:nth-child(9),
  .gift-symbol:nth-child(12) {
    width: clamp(105px, 34vw, 155px);
    opacity: 0.1;
  }

  .advisor-section,
  .message-preview {
    padding-top: 74px;
  }

  .advisor-card,
  .advisor-card:nth-child(1),
  .advisor-card:nth-child(4) {
    min-height: 188px;
  }

  .phone-mock {
    border-radius: 30px;
  }

  .category-tile,
  .category-tile--large {
    grid-row: auto;
    min-height: 260px;
  }

  .occasion-grid a {
    min-height: 118px;
  }

  .story-band {
    padding: 14px;
    border-radius: 34px;
  }

  .delivery-stories {
    padding-top: 82px;
  }

  .delivery-stories__intro {
    gap: 24px;
  }

  .delivery-stories__copy {
    gap: 20px;
  }

  .delivery-stories__copy p {
    font-size: 0.96rem;
  }

  .delivery-stories__gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .delivery-card,
  .delivery-card--hero,
  .delivery-card--graduation,
  .delivery-card--dad,
  .delivery-card--birthday,
  .delivery-card--shared,
  .delivery-card--bouquet {
    grid-column: 1;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
  }

  .delivery-card figcaption {
    padding: 20px;
  }

  .delivery-card figcaption strong {
    font-size: 1.45rem;
  }

  .delivery-card figcaption small {
    font-size: 0.69rem;
  }

  .story-copy {
    padding: 10px;
  }

  .steps-list article {
    grid-template-columns: 38px 1fr;
    padding: 15px;
  }

  .product-card__body {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  .floating-wa {
    left: 18px;
    right: 18px;
    justify-content: center;
  }
}
