:root {
  --ink: #0b1a14;
  --ink-soft: #163028;
  --mist: #e6f1eb;
  --mist-2: #f3faf6;
  --bloom: #ff3d6e;
  --bloom-deep: #d61f4e;
  --leaf: #2f9e6f;
  --pollen: #f0c94a;
  --petal: #ffb7c8;
  --white: #fafdfb;
  --muted: #5a7167;
  --line: rgba(11, 26, 20, 0.1);
  --shadow: 0 24px 60px rgba(11, 26, 20, 0.16);
  --shadow-soft: 0 12px 36px rgba(11, 26, 20, 0.08);
  --radius: 24px;
  --radius-sm: 14px;
  --shell: 1200px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --topbar: 76px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(255, 77, 109, 0.08), transparent 55%),
    radial-gradient(900px 500px at 90% 10%, rgba(61, 143, 106, 0.1), transparent 50%),
    var(--mist-2);
  line-height: 1.5;
  overflow-x: hidden;
  padding-bottom: 96px;
}

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

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

button,
input {
  font: inherit;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline: 2px solid var(--bloom);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 200;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
}

.skip-link:focus {
  top: 12px;
}

.shell {
  width: min(100% - 32px, var(--shell));
  margin-inline: auto;
}

/* Modern chrome */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  z-index: 120;
  background: linear-gradient(90deg, var(--leaf), var(--bloom), var(--pollen));
  box-shadow: 0 0 18px rgba(255, 61, 110, 0.45);
  transition: width 0.08s linear;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.cursor,
.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  mix-blend-mode: difference;
  transition: opacity 0.3s ease, transform 0.2s var(--ease-out), width 0.25s ease, height 0.25s ease, background 0.25s ease;
}

.cursor {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%);
}

.cursor-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.cursor.is-on,
.cursor-dot.is-on {
  opacity: 1;
}

.cursor.is-bloom {
  width: 72px;
  height: 72px;
  background: rgba(255, 61, 110, 0.2);
  border-color: transparent;
}

.cursor.is-add {
  width: 64px;
  height: 64px;
  background: rgba(47, 158, 111, 0.25);
  border-color: transparent;
}

body.has-cursor,
body.has-cursor a,
body.has-cursor button {
  cursor: none;
}

/* Ambient motion */
.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.5;
  animation: floatY 12s ease-in-out infinite;
  will-change: transform;
}

.orb-a {
  width: 320px;
  height: 320px;
  background: rgba(255, 77, 109, 0.38);
  top: 10%;
  left: -90px;
}

.orb-b {
  width: 380px;
  height: 380px;
  background: rgba(47, 158, 111, 0.3);
  top: 38%;
  right: -140px;
  animation-delay: -4s;
}

.orb-c {
  width: 240px;
  height: 240px;
  background: rgba(240, 201, 74, 0.24);
  bottom: 8%;
  left: 28%;
  animation-delay: -7s;
}

.mesh {
  position: absolute;
  width: 55vmax;
  height: 55vmax;
  border-radius: 40% 60% 55% 45%;
  filter: blur(60px);
  opacity: 0.18;
  animation: meshMorph 18s ease-in-out infinite;
}

.mesh-a {
  top: -20%;
  right: -10%;
  background: radial-gradient(circle, rgba(255, 77, 109, 0.55), transparent 65%);
}

.mesh-b {
  bottom: -25%;
  left: -15%;
  background: radial-gradient(circle, rgba(47, 158, 111, 0.5), transparent 65%);
  animation-delay: -8s;
}

.petal {
  position: absolute;
  width: 16px;
  height: 26px;
  background: linear-gradient(160deg, var(--petal), var(--bloom));
  border-radius: 70% 30% 70% 30%;
  opacity: 0.4;
  animation: petalFall 16s linear infinite;
  will-change: transform;
}

.petal-1 { left: 12%; top: -10%; animation-duration: 17s; }
.petal-2 { left: 35%; top: -18%; animation-duration: 21s; animation-delay: -4s; }
.petal-3 { left: 58%; top: -14%; animation-duration: 19s; animation-delay: -8s; }
.petal-4 { left: 74%; top: -22%; animation-duration: 23s; animation-delay: -11s; }
.petal-5 { left: 88%; top: -12%; animation-duration: 18s; animation-delay: -15s; }

/* Topbar */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(250, 253, 251, 0.78);
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.topbar.is-solid {
  background: rgba(250, 253, 251, 0.94);
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.topbar__inner {
  min-height: var(--topbar);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
  z-index: 2;
  line-height: 0;
}

.brand__logo {
  display: block;
  height: 44px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
}

.brand__mark {
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 45% 55%;
  background:
    radial-gradient(circle at 35% 35%, var(--petal), transparent 40%),
    radial-gradient(circle at 65% 55%, var(--bloom), transparent 42%),
    linear-gradient(145deg, var(--leaf), var(--ink));
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
  animation: bloomPulse 4.5s ease-in-out infinite;
}

.brand__text {
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.brand--light {
  color: var(--white);
}

.brand--light .brand__logo {
  filter: brightness(0) invert(1);
}

.nav {
  display: flex;
  gap: 22px;
}

.nav a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink-soft);
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: var(--bloom);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone {
  display: none;
  flex-direction: column;
  line-height: 1.15;
  text-align: right;
}

.phone__label {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
}

.phone__num {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.cart-trigger,
.burger {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.cart-trigger:hover,
.burger:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 61, 110, 0.45);
}

.cart-trigger__count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--bloom);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  padding: 0 4px;
}

.burger {
  display: none;
  padding: 14px 12px;
  gap: 6px;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.burger.is-open span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.burger.is-open span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

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

.btn:active {
  transform: translateY(0);
}

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

.btn--bloom {
  background: linear-gradient(135deg, var(--bloom) 0%, var(--bloom-deep) 100%);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(255, 61, 110, 0.3);
  position: relative;
  overflow: hidden;
}

.btn--bloom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.35) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.6s var(--ease-out);
}

.btn--bloom:hover::after {
  transform: translateX(120%);
}

.btn--bloom:hover {
  box-shadow: 0 18px 40px rgba(255, 61, 110, 0.42);
}

.btn--glow {
  animation: btnGlow 3.2s ease-in-out infinite;
}

.btn--dark {
  background: var(--ink);
  color: var(--white);
}

.btn--ghost {
  background: rgba(250, 253, 251, 0.12);
  border-color: rgba(250, 253, 251, 0.45);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.btn--ghost:hover {
  background: var(--white);
  color: var(--ink);
}

.btn--ghost-dark {
  background: transparent;
  border-color: rgba(250, 253, 251, 0.35);
  color: var(--white);
}

.btn--ghost-ink {
  background: var(--mist);
  color: var(--ink);
  border-color: var(--line);
}

.btn--ghost-ink:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.btn--sm {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.btn--block {
  width: 100%;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  animation: heroDrift 22s ease-in-out infinite alternate;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(16, 35, 28, 0.88) 8%, rgba(16, 35, 28, 0.42) 55%, rgba(16, 35, 28, 0.2) 100%),
    linear-gradient(180deg, rgba(16, 35, 28, 0.15), rgba(16, 35, 28, 0.72));
}

.hero__content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: end;
  padding: 120px 0 48px;
  width: min(100% - 32px, var(--shell));
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pollen);
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(240, 201, 74, 0.12);
  border: 1px solid rgba(240, 201, 74, 0.28);
  width: fit-content;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pollen);
  box-shadow: 0 0 0 0 rgba(240, 201, 74, 0.55);
  animation: pulseDot 1.6s ease-out infinite;
}

.hero__title {
  font-size: clamp(2.8rem, 7.2vw, 5.6rem);
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}

.hero__title .line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}

.hero__title .line__inner {
  display: block;
  transform: translateY(110%);
  animation: lineUp 1s var(--ease-out) forwards;
}

.hero__title .line:nth-child(1) .line__inner { animation-delay: 0.12s; }
.hero__title .line:nth-child(2) .line__inner { animation-delay: 0.26s; }
.hero__title .line:nth-child(3) .line__inner { animation-delay: 0.4s; }

.hero__title-accent {
  color: var(--petal);
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(90deg, var(--petal), #fff, var(--pollen));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerText 4.5s linear infinite;
}

.hero__lead {
  max-width: 36ch;
  color: rgba(250, 253, 251, 0.86);
  font-size: 1.08rem;
  margin-bottom: 28px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

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

.hero__stats div {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(250, 253, 251, 0.08);
  border: 1px solid rgba(250, 253, 251, 0.14);
  backdrop-filter: blur(8px);
}

.hero__stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
}

.hero__stats span {
  display: block;
  font-size: 0.78rem;
  color: rgba(250, 253, 251, 0.7);
  margin-top: 2px;
}

.hero__card {
  background: rgba(250, 253, 251, 0.1);
  border: 1px solid rgba(250, 253, 251, 0.22);
  backdrop-filter: blur(22px) saturate(1.2);
  border-radius: 28px;
  padding: 22px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.hero__card-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -40px;
  top: -50px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 61, 110, 0.45), transparent 70%);
  filter: blur(10px);
  animation: floatY 6s ease-in-out infinite;
  pointer-events: none;
}

.hero__card-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pollen);
  margin-bottom: 8px;
}

.hero__card h2 {
  font-size: 1.7rem;
  margin-bottom: 16px;
  color: var(--white);
}

.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.quick-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(250, 253, 251, 0.18);
  background: rgba(16, 35, 28, 0.28);
  color: var(--white);
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.quick-card:hover {
  transform: translateY(-4px) scale(1.02);
  background: rgba(255, 61, 110, 0.28);
  border-color: rgba(255, 183, 200, 0.65);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.quick-card:active {
  transform: scale(0.98);
}

.quick-card__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  display: block;
}

.quick-card__icon--bday {
  background: linear-gradient(145deg, var(--pollen), #f59f00);
}

.quick-card__icon--heart {
  background: radial-gradient(circle at 30% 30%, var(--petal), var(--bloom));
}

.quick-card__icon--bow {
  background: radial-gradient(circle at 30% 40%, #b7e4c7, var(--leaf));
}

.quick-card__icon--spark {
  background: conic-gradient(from 90deg, var(--pollen), var(--bloom), var(--leaf), var(--pollen));
}

.hero__card-note {
  font-size: 0.88rem;
  color: rgba(250, 253, 251, 0.72);
}

.hero__ticker {
  border-top: 1px solid rgba(250, 253, 251, 0.14);
  background: rgba(16, 35, 28, 0.35);
  overflow: hidden;
  padding: 14px 0;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.hero__ticker-track {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
  will-change: transform;
}

.hero__ticker-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0;
  font-weight: 700;
  font-size: 0.92rem;
  color: rgba(250, 253, 251, 0.78);
}

.hero__ticker-group span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 28px;
}

.hero__ticker-group span::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 28px;
  border-radius: 50%;
  background: var(--bloom);
  box-shadow: 0 0 10px rgba(255, 77, 109, 0.55);
  flex-shrink: 0;
}

.anim-load {
  opacity: 0;
  transform: translateY(28px);
  animation: riseIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--d, 0s);
}

/* Sections shared */
.path,
.catalog,
.story,
.trust,
.final-cta {
  position: relative;
  z-index: 1;
  padding: 96px 0;
}

.section-head {
  max-width: 640px;
  margin-bottom: 36px;
}

.section-head h2,
.catalog__head h2,
.story__copy h2,
.final-cta h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-top: 8px;
}

.kicker {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--leaf);
}

.kicker--on-dark {
  color: var(--pollen);
}

/* Path */
.path {
  background: linear-gradient(180deg, transparent, rgba(232, 240, 235, 0.85));
}

.path__steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  counter-reset: none;
}

.path__step {
  background: rgba(250, 253, 251, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s ease, border-color 0.35s ease;
  backdrop-filter: blur(10px);
}

.path__step::before {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 61, 110, 0.18), transparent 70%);
  transition: transform 0.5s var(--ease-out);
}

.path__step::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 77, 109, 0.55), transparent 40%, rgba(47, 158, 111, 0.45));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.path__step:hover {
  transform: translateY(-10px) scale(1.015);
  box-shadow: var(--shadow);
}

.path__step:hover::before {
  transform: scale(1.35);
}

.path__step:hover::after {
  opacity: 1;
}

.path__num {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--ink), #244438);
  color: var(--white);
  font-weight: 800;
  margin-bottom: 18px;
  transition: transform 0.35s var(--ease-spring);
}

.path__step:hover .path__num {
  transform: rotate(-8deg) scale(1.08);
}

.path__step h3 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.path__step p {
  color: var(--muted);
}

/* Catalog */
.catalog__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.catalog__lead {
  margin-top: 12px;
  color: var(--muted);
  max-width: 52ch;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(47, 158, 111, 0.12);
  color: var(--leaf);
  border: 1px solid rgba(47, 158, 111, 0.25);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
}

.live-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 0 0 0 rgba(47, 158, 111, 0.5);
  animation: pulseDot 1.8s ease-out infinite;
}

.filters {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter {
  border: 1px solid var(--line);
  background: rgba(250, 253, 251, 0.9);
  color: var(--ink-soft);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s var(--ease-spring),
    box-shadow 0.3s ease;
}

.filter:hover {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(255, 61, 110, 0.45);
  box-shadow: 0 8px 20px rgba(255, 61, 110, 0.12);
}

.filter.is-active {
  background: linear-gradient(135deg, var(--ink), #1f4034);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(11, 26, 20, 0.2);
}

.catalog__status {
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 20px;
  min-height: 1.4em;
}

.bouquet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bouquet {
  --rx: 0deg;
  --ry: 0deg;
  background: rgba(250, 253, 251, 0.92);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  position: relative;
  transform-style: preserve-3d;
  transition:
    transform 0.45s var(--ease-out),
    box-shadow 0.45s ease,
    opacity 0.4s ease,
    filter 0.35s ease;
  scroll-margin-top: calc(var(--topbar) + 16px);
  animation: cardIn 0.7s var(--ease-out) both;
  animation-delay: calc(var(--i, 0) * 0.07s);
}

.bouquet.is-hidden {
  display: none;
}

.bouquet.is-filtering-out {
  opacity: 0;
  transform: scale(0.96) translateY(12px);
  filter: blur(4px);
  pointer-events: none;
}

.bouquet:hover {
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-10px) scale(1.015);
  box-shadow: 0 28px 60px rgba(11, 26, 20, 0.18);
}

.bouquet__shine {
  position: absolute;
  inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 20%), rgba(255, 255, 255, 0.35), transparent 45%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.bouquet:hover .bouquet__shine {
  opacity: 1;
}

.bouquet__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #d9e5dd;
}

.bouquet__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s var(--ease-out), filter 0.5s ease;
  will-change: transform;
}

.bouquet:hover .bouquet__media img {
  transform: scale(1.1);
  filter: saturate(1.08) contrast(1.03);
}

.bouquet__tag,
.bouquet__eta {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 10px;
}

.bouquet__tag {
  top: 12px;
  left: 12px;
  background: var(--bloom);
  color: var(--white);
}

.bouquet__tag--gold {
  background: var(--pollen);
  color: var(--ink);
}

.bouquet__eta {
  left: 12px;
  bottom: 12px;
  background: rgba(16, 35, 28, 0.72);
  color: var(--white);
  backdrop-filter: blur(6px);
}

.bouquet__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.bouquet__body h3 {
  font-size: 1.35rem;
}

.bouquet__body p {
  color: var(--muted);
  font-size: 0.95rem;
  flex: 1;
}

.bouquet__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.bouquet__price {
  font-weight: 800;
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
}

.bouquet.is-added {
  animation: addedPop 0.45s ease;
}

.empty {
  text-align: center;
  padding: 48px 20px;
  border: 1px dashed rgba(16, 35, 28, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.65);
}

.empty h3 {
  margin-bottom: 8px;
}

.empty p {
  color: var(--muted);
  margin-bottom: 18px;
}

/* Delivery story */
.story {
  background: var(--mist);
}

.story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.story__copy p {
  color: var(--muted);
  margin: 14px 0 22px;
  max-width: 46ch;
}

.story__list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.story__list li {
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(250, 253, 251, 0.8);
  border: 1px solid var(--line);
}

.story__list strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.story__list span {
  color: var(--muted);
  font-size: 0.95rem;
}

.story__visual {
  position: relative;
}

.story__frame {
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
  transition: transform 0.5s ease;
}

.story__visual:hover .story__frame {
  transform: rotate(0deg) scale(1.01);
}

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

.story__float {
  position: absolute;
  left: -18px;
  bottom: 36px;
  background: var(--ink);
  color: var(--white);
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
  animation: floatY 5.5s ease-in-out infinite;
  min-width: 160px;
}

.story__float-label,
.story__float-note {
  display: block;
  font-size: 0.78rem;
  color: rgba(250, 253, 251, 0.7);
}

.story__float-value {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 4px 0;
}

/* Trust */
.trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.trust__card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 24px;
  transition: transform 0.35s ease;
}

.trust__card:hover {
  transform: translateY(-4px);
}

.trust__card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.trust__card p {
  color: var(--muted);
}

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review {
  background: linear-gradient(180deg, rgba(255, 61, 110, 0.08), rgba(250, 253, 251, 0.9));
  border: 1px solid rgba(255, 61, 110, 0.15);
  border-radius: var(--radius);
  padding: 22px;
}

.review p {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 16px;
}

.review footer {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

/* Final CTA */
.final-cta {
  padding-top: 20px;
}

.final-cta__panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 36px;
  border-radius: 32px;
  background:
    radial-gradient(600px 200px at 10% 0%, rgba(255, 77, 109, 0.35), transparent 50%),
    linear-gradient(135deg, #10231c 0%, #1d3d30 55%, #2a1d28 100%);
  color: var(--white);
  box-shadow: var(--shadow);
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Footer */
.footer {
  position: relative;
  z-index: 1;
  background: var(--ink);
  color: rgba(250, 253, 251, 0.78);
  padding: 64px 0 28px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(250, 253, 251, 0.12);
}

.footer__grid p {
  margin-top: 14px;
  max-width: 32ch;
}

.footer h3 {
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.footer ul {
  list-style: none;
  display: grid;
  gap: 8px;
}

.footer a:hover {
  color: var(--petal);
}

.footer__bottom {
  padding-top: 18px;
  font-size: 0.9rem;
}

/* Dock / toast / sheet */
.dock {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(120%);
  z-index: 60;
  width: min(100% - 24px, 720px);
  transition: transform 0.5s var(--ease-out);
}

.dock.is-visible {
  transform: translateX(-50%) translateY(0);
}

.dock.is-visible .dock__inner {
  animation: dockPulse 4s ease-in-out infinite;
}

.dock__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 14px 14px 20px;
  border-radius: 999px;
  background: rgba(11, 26, 20, 0.94);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(11, 26, 20, 0.35);
  border: 1px solid rgba(250, 253, 251, 0.1);
  backdrop-filter: blur(10px);
}

.dock__info {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.dock__info strong,
.dock__info span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dock__info span {
  color: rgba(250, 253, 251, 0.7);
  font-size: 0.86rem;
}

.toast {
  position: fixed;
  top: calc(var(--topbar) + 12px);
  right: 16px;
  z-index: 70;
  background: var(--ink);
  color: var(--white);
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  transform: translateY(-20px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sheet {
  width: min(100% - 24px, 420px);
  border: 0;
  border-radius: 28px;
  padding: 0;
  box-shadow: var(--shadow);
  background: var(--white);
  margin: auto;
}

.sheet::backdrop {
  background: rgba(16, 35, 28, 0.55);
  backdrop-filter: blur(4px);
}

.sheet__head,
.sheet__foot,
.sheet__body {
  padding: 18px 20px;
}

.sheet__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.sheet__close {
  border: 0;
  background: var(--mist);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
}

.sheet__body {
  display: grid;
  gap: 12px;
  max-height: 45vh;
  overflow: auto;
  overscroll-behavior: contain;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: var(--mist-2);
}

.cart-line strong {
  display: block;
}

.cart-line span {
  color: var(--muted);
  font-size: 0.9rem;
}

.cart-line button {
  border: 0;
  background: transparent;
  color: var(--bloom-deep);
  font-weight: 700;
  cursor: pointer;
}

.sheet__foot {
  border-top: 1px solid var(--line);
}

.sheet__total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.sheet__hint {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.sheet-empty {
  color: var(--muted);
  text-align: center;
  padding: 24px 8px;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  filter: blur(6px);
  transition:
    opacity 0.9s var(--ease-out),
    transform 0.9s var(--ease-out),
    filter 0.9s var(--ease-out);
  transition-delay: calc(var(--i, 0) * 0.09s);
}

.reveal.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Animations */
@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineUp {
  to { transform: translateY(0); }
}

@keyframes shimmerText {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

@keyframes heroDrift {
  from { transform: scale(1.08) translate3d(0, 0, 0); }
  to { transform: scale(1.16) translate3d(-2.5%, -1.5%, 0); }
}

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

@keyframes meshMorph {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); border-radius: 40% 60% 55% 45%; }
  50% { transform: translate3d(4%, -3%, 0) scale(1.08) rotate(12deg); border-radius: 55% 45% 40% 60%; }
}

@keyframes petalFall {
  0% { transform: translate3d(0, -10vh, 0) rotate(0deg); opacity: 0; }
  10% { opacity: 0.45; }
  100% { transform: translate3d(50px, 110vh, 0) rotate(280deg); opacity: 0; }
}

@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes bloomPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(47, 158, 111, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(47, 158, 111, 0); }
  100% { box-shadow: 0 0 0 0 rgba(47, 158, 111, 0); }
}

@keyframes addedPop {
  0% { transform: scale(1); }
  35% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

@keyframes btnGlow {
  0%, 100% { box-shadow: 0 12px 28px rgba(255, 61, 110, 0.3); }
  50% { box-shadow: 0 16px 40px rgba(255, 61, 110, 0.5), 0 0 0 6px rgba(255, 61, 110, 0.12); }
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dockPulse {
  0%, 100% { box-shadow: 0 18px 40px rgba(11, 26, 20, 0.35); }
  50% { box-shadow: 0 18px 40px rgba(11, 26, 20, 0.35), 0 0 0 6px rgba(255, 61, 110, 0.12), 0 0 28px rgba(255, 61, 110, 0.28); }
}

/* Responsive */
@media (min-width: 900px) {
  .phone {
    display: flex;
  }
}

@media (max-width: 980px) {
  .hero__content,
  .path__steps,
  .bouquet-grid,
  .story__grid,
  .trust__grid,
  .reviews,
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .path__steps {
    grid-template-columns: 1fr;
  }

  .bouquet-grid {
    grid-template-columns: 1fr 1fr;
  }

  .story__grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .story__float {
    left: 12px;
  }
}

@media (max-width: 820px) {
  .nav {
    position: fixed;
    inset: calc(var(--topbar) + 8px) 16px auto;
    background: rgba(250, 253, 251, 0.97);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: 0;
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    padding: 14px 16px;
    border-radius: 14px;
  }

  .nav a:hover {
    background: rgba(255, 61, 110, 0.08);
  }

  .burger {
    display: inline-grid;
  }

  .hero__content {
    grid-template-columns: 1fr;
    padding-top: 110px;
  }

  .reviews,
  .trust__grid,
  .bouquet-grid {
    grid-template-columns: 1fr;
  }

  .dock__inner {
    border-radius: 22px;
    flex-direction: column;
    align-items: stretch;
  }

  .dock__info {
    text-align: center;
  }
}

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

  .hero {
    min-height: auto;
  }

  .hero__stats {
    grid-template-columns: 1fr;
  }

  .path,
  .catalog,
  .story,
  .trust,
  .final-cta {
    padding: 72px 0;
  }

  .final-cta__panel {
    padding: 28px 22px;
  }

  .cursor,
  .cursor-dot {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .anim-load,
  .reveal,
  .hero__title .line__inner,
  .bouquet {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .cursor,
  .cursor-dot,
  .noise,
  .ambient {
    display: none;
  }
}

@media (pointer: coarse) {
  .cursor,
  .cursor-dot {
    display: none;
  }

  body.has-cursor,
  body.has-cursor a,
  body.has-cursor button {
    cursor: auto;
  }
}
