:root {
  --bg-main: #160f14;
  --bg-secondary: #21131b;
  --bg-card: rgba(255, 255, 255, 0.08);
  --bg-card-strong: rgba(255, 255, 255, 0.12);

  --text-main: #f8f2f4;
  --text-soft: rgba(248, 242, 244, 0.78);
  --text-faint: rgba(248, 242, 244, 0.58);

  --rose: #d88fa0;
  --rose-light: #f4c7d1;
  --rose-deep: #b5677f;
  --wine: #7b3954;
  --gold: #d9a441;
  --green: #355c4a;
  --green-light: #4d7a63;

  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.25);
  --shadow-glow: 0 0 40px rgba(216, 143, 160, 0.18);

  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;

  --transition: 260ms ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at top, rgba(217, 164, 65, 0.08), transparent 28%),
    radial-gradient(circle at 20% 25%, rgba(216, 143, 160, 0.18), transparent 24%),
    radial-gradient(circle at 80% 15%, rgba(123, 57, 84, 0.2), transparent 26%),
    linear-gradient(180deg, #1b1018 0%, #160f14 45%, #120c10 100%);
  overflow-x: hidden;
  transition:
    background 900ms ease,
    color 300ms ease;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  filter: blur(70px);
  opacity: 0.45;
  transition: all 900ms ease;
}

body::before {
  width: 280px;
  height: 280px;
  top: 10%;
  left: -60px;
  background: rgba(216, 143, 160, 0.25);
}

body::after {
  width: 340px;
  height: 340px;
  bottom: -80px;
  right: -80px;
  background: rgba(217, 164, 65, 0.12);
}

body.stage-theme-1 {
  background:
    radial-gradient(circle at top, rgba(217, 164, 65, 0.05), transparent 28%),
    radial-gradient(circle at 20% 25%, rgba(216, 143, 160, 0.12), transparent 24%),
    radial-gradient(circle at 80% 15%, rgba(123, 57, 84, 0.16), transparent 26%),
    linear-gradient(180deg, #1a1118 0%, #160f14 45%, #110b10 100%);
}

body.stage-theme-2,
body.stage-theme-3 {
  background:
    radial-gradient(circle at top, rgba(217, 164, 65, 0.08), transparent 28%),
    radial-gradient(circle at 20% 25%, rgba(216, 143, 160, 0.16), transparent 24%),
    radial-gradient(circle at 80% 15%, rgba(123, 57, 84, 0.19), transparent 26%),
    linear-gradient(180deg, #1b1118 0%, #170f14 45%, #120c10 100%);
}

body.stage-theme-4,
body.stage-theme-5 {
  background:
    radial-gradient(circle at top, rgba(217, 164, 65, 0.11), transparent 30%),
    radial-gradient(circle at 20% 25%, rgba(216, 143, 160, 0.2), transparent 26%),
    radial-gradient(circle at 80% 15%, rgba(123, 57, 84, 0.22), transparent 28%),
    linear-gradient(180deg, #1d1118 0%, #181016 45%, #130c10 100%);
}

body.stage-theme-6,
body.stage-theme-7 {
  background:
    radial-gradient(circle at top, rgba(217, 164, 65, 0.14), transparent 30%),
    radial-gradient(circle at 20% 25%, rgba(216, 143, 160, 0.24), transparent 28%),
    radial-gradient(circle at 80% 15%, rgba(123, 57, 84, 0.24), transparent 28%),
    linear-gradient(180deg, #201219 0%, #1a1016 45%, #140d11 100%);
}

body.stage-theme-8,
body.stage-theme-9 {
  background:
    radial-gradient(circle at top, rgba(217, 164, 65, 0.18), transparent 32%),
    radial-gradient(circle at 20% 25%, rgba(216, 143, 160, 0.28), transparent 30%),
    radial-gradient(circle at 80% 15%, rgba(123, 57, 84, 0.28), transparent 30%),
    linear-gradient(180deg, #24131b 0%, #1d1118 45%, #150d11 100%);
}

body.stage-theme-10 {
  background:
    radial-gradient(circle at top, rgba(217, 164, 65, 0.22), transparent 34%),
    radial-gradient(circle at 20% 25%, rgba(216, 143, 160, 0.32), transparent 32%),
    radial-gradient(circle at 80% 15%, rgba(123, 57, 84, 0.3), transparent 32%),
    linear-gradient(180deg, #28141d 0%, #201219 45%, #160d11 100%);
}

body.stage-theme-6::before,
body.stage-theme-7::before,
body.stage-theme-8::before,
body.stage-theme-9::before,
body.stage-theme-10::before {
  opacity: 0.62;
}

body.stage-theme-8::after,
body.stage-theme-9::after,
body.stage-theme-10::after {
  opacity: 0.62;
}

.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 20px 32px;
}

.hero__inner {
  width: 100%;
  max-width: 760px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__eyebrow {
  margin-bottom: 10px;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.hero__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--text-main);
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.hero__subtitle {
  margin-top: 14px;
  max-width: 520px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--text-soft);
}

.flower-scene {
  position: relative;
  width: min(100%, 460px);
  height: 360px;
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scene-aura {
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.24;
  pointer-events: none;
  z-index: 0;
  transition: all 900ms ease;
}

.scene-aura--left {
  width: 120px;
  height: 120px;
  left: 52px;
  top: 110px;
  background: rgba(216, 143, 160, 0.22);
}

.scene-aura--right {
  width: 130px;
  height: 130px;
  right: 48px;
  top: 92px;
  background: rgba(217, 164, 65, 0.14);
}

body.stage-theme-8 .scene-aura--left,
body.stage-theme-9 .scene-aura--left,
body.stage-theme-10 .scene-aura--left {
  opacity: 0.34;
  transform: scale(1.06);
}

body.stage-theme-8 .scene-aura--right,
body.stage-theme-9 .scene-aura--right,
body.stage-theme-10 .scene-aura--right {
  opacity: 0.3;
  transform: scale(1.08);
}

.flower-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(244, 199, 209, 0.3) 0%, rgba(216, 143, 160, 0.16) 40%, transparent 72%);
  filter: blur(18px);
  animation: pulseGlow 5.5s ease-in-out infinite;
}

.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.particles::before,
.particles::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(248, 242, 244, 0.6);
  filter: blur(1px);
  animation: floatParticle 7s ease-in-out infinite;
}

.particles--1::before {
  top: 72px;
  left: 90px;
}

.particles--1::after {
  top: 120px;
  right: 70px;
  animation-delay: 1.2s;
}

.particles--2::before {
  bottom: 108px;
  left: 110px;
  animation-delay: 2.1s;
}

.particles--2::after {
  bottom: 90px;
  right: 95px;
  animation-delay: 3.2s;
}

.water-droplets {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
}

.water-droplets.is-active {
  opacity: 1;
}

.drop {
  position: absolute;
  top: 26px;
  width: 10px;
  height: 16px;
  border-radius: 50% 50% 55% 55%;
  background: linear-gradient(180deg, rgba(210, 238, 255, 0.95) 0%, rgba(132, 198, 255, 0.88) 100%);
  box-shadow:
    0 0 10px rgba(170, 220, 255, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.5);
  transform: translateY(0) scale(0.7);
  opacity: 0;
  filter: blur(0.2px);
}

.drop::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 3px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.water-droplets.is-active .drop {
  animation: waterDropFall 900ms ease-in forwards;
}

.drop--1 {
  left: 128px;
  animation-delay: 0ms;
}

.drop--2 {
  left: 156px;
  animation-delay: 90ms;
}

.drop--3 {
  left: 184px;
  animation-delay: 160ms;
}

.drop--4 {
  left: 214px;
  animation-delay: 70ms;
}

.drop--5 {
  left: 242px;
  animation-delay: 180ms;
}

.drop--6 {
  left: 270px;
  animation-delay: 120ms;
}

.water-glow {
  position: absolute;
  bottom: 32px;
  left: 50%;
  width: 140px;
  height: 38px;
  transform: translateX(-50%) scale(0.7);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(170, 220, 255, 0.42) 0%, rgba(170, 220, 255, 0.18) 40%, transparent 74%);
  filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.water-glow.is-active {
  animation: waterGlowPulse 950ms ease-out forwards;
}

.flower-wrapper {
  position: relative;
  width: 230px;
  height: 290px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: transform var(--transition), filter var(--transition), opacity var(--transition);
  animation: flowerFloat 5.8s ease-in-out infinite;
}

.flower-wrapper::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 120px;
  height: 20px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.28), transparent 72%);
  filter: blur(8px);
  z-index: 0;
}

.flower {
  position: relative;
  width: 160px;
  height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}

.stem {
  position: absolute;
  bottom: 34px;
  width: 12px;
  height: 150px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green-light) 0%, var(--green) 100%);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.08);
  transform-origin: bottom center;
}

.leaf {
  position: absolute;
  bottom: 92px;
  width: 58px;
  height: 28px;
  background: linear-gradient(135deg, #5a8c73 0%, var(--green) 100%);
  border-radius: 58px 0 58px 0;
  opacity: 0.95;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.08);
}

.leaf--left {
  left: 32px;
  transform: rotate(-28deg);
}

.leaf--right {
  right: 32px;
  transform: scaleX(-1) rotate(-28deg);
}

.rose-head {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 96px;
  height: 108px;
  transform: translateX(-50%);
  transform-origin: bottom center;
  transition: all var(--transition);
  filter: drop-shadow(0 0 18px rgba(216, 143, 160, 0.14));
}

.sepal {
  position: absolute;
  bottom: 2px;
  width: 28px;
  height: 34px;
  background: linear-gradient(180deg, #5d8e74 0%, var(--green) 100%);
  border-radius: 0 100% 0 100%;
  z-index: 1;
  opacity: 0.95;
}

.sepal--left {
  left: 18px;
  transform: rotate(-28deg);
}

.sepal--right {
  right: 18px;
  transform: scaleX(-1) rotate(-28deg);
}

.petal {
  position: absolute;
  border-radius: 58% 58% 42% 42%;
  background: linear-gradient(180deg, var(--rose-light) 0%, var(--rose) 52%, var(--wine) 100%);
  box-shadow:
    inset 0 8px 14px rgba(255, 255, 255, 0.16),
    inset 0 -8px 14px rgba(123, 57, 84, 0.16);
  transition: all var(--transition);
}

.petal--back {
  top: 8px;
  width: 34px;
  height: 58px;
  z-index: 2;
  opacity: 0.88;
}

.petal--back-left {
  left: 12px;
  transform: rotate(-18deg);
}

.petal--back-right {
  right: 12px;
  transform: rotate(18deg);
}

.petal--mid {
  top: 18px;
  width: 36px;
  height: 54px;
  z-index: 3;
}

.petal--mid-left {
  left: 18px;
  transform: rotate(-18deg);
}

.petal--mid-right {
  right: 18px;
  transform: rotate(18deg);
}

.petal--front {
  top: 30px;
  left: 50%;
  width: 44px;
  height: 48px;
  transform: translateX(-50%);
  z-index: 4;
  border-radius: 52% 52% 40% 40%;
}

.petal--center {
  top: 22px;
  left: 50%;
  width: 24px;
  height: 34px;
  transform: translateX(-50%);
  z-index: 5;
  border-radius: 55% 55% 46% 46%;
  background: linear-gradient(180deg, #ffd9e2 0%, var(--rose-light) 40%, var(--rose) 100%);
}

.actions {
  margin-top: 14px;
}

.water-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), opacity var(--transition), filter var(--transition);
  min-width: 196px;
  padding: 16px 26px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  color: #221119;
  background:
    linear-gradient(135deg, #ffe2ea 0%, var(--rose-light) 28%, var(--rose) 68%, #cc7a93 100%);
  box-shadow:
    0 14px 30px rgba(216, 143, 160, 0.28),
    0 0 22px rgba(216, 143, 160, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -10px 18px rgba(123, 57, 84, 0.12);
}

.water-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.03));
  z-index: -1;
}

.water-button:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow:
    0 18px 34px rgba(216, 143, 160, 0.34),
    0 0 28px rgba(216, 143, 160, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -10px 18px rgba(123, 57, 84, 0.14);
}

.water-button:active {
  transform: translateY(-1px) scale(0.995);
}

.water-button:disabled,
.water-button.is-disabled {
  opacity: 0.58;
  cursor: not-allowed;
  transform: none;
  filter: saturate(0.85);
  box-shadow:
    0 8px 18px rgba(216, 143, 160, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.water-button__label {
  position: relative;
  z-index: 3;
}

.water-button__shine {
  position: absolute;
  inset: auto;
  top: -30%;
  left: -25%;
  width: 42%;
  height: 180%;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0));
  transform: rotate(26deg);
  opacity: 0.55;
  z-index: 2;
  pointer-events: none;
  animation: buttonShine 5.8s ease-in-out infinite;
}

.water-button__pulse {
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(244, 199, 209, 0.22) 0%, rgba(244, 199, 209, 0.08) 45%, transparent 72%);
  z-index: 1;
  pointer-events: none;
  animation: buttonPulse 3.4s ease-in-out infinite;
}

.actions:hover .water-button__pulse {
  animation-duration: 2.5s;
}

.flower-wrapper.healthy {
  filter: saturate(1) brightness(1);
  opacity: 1;
}

.flower-wrapper.thirsty {
  transform: translateY(8px) rotate(-4deg);
  filter: saturate(0.78) brightness(0.88);
  opacity: 0.9;
}

.flower-wrapper.thirsty .stem {
  transform: rotate(-4deg);
}

.flower-wrapper.thirsty .leaf {
  opacity: 0.78;
}

.flower-wrapper.thirsty .rose-head {
  transform: translateX(-50%) rotate(-6deg);
  filter: drop-shadow(0 0 8px rgba(216, 143, 160, 0.08));
}

.flower-wrapper.thirsty .petal {
  filter: saturate(0.82) brightness(0.9);
}

.flower-wrapper.thirsty .sepal {
  opacity: 0.82;
}

.flower-wrapper.stage-1 .stem {
  height: 110px;
}

.flower-wrapper.stage-1 .leaf {
  opacity: 0;
}

.flower-wrapper.stage-1 .rose-head {
  width: 54px;
  height: 78px;
  top: 50px;
}

.flower-wrapper.stage-1 .petal--back {
  width: 20px;
  height: 34px;
  top: 10px;
}

.flower-wrapper.stage-1 .petal--mid {
  width: 20px;
  height: 30px;
  top: 18px;
}

.flower-wrapper.stage-1 .petal--front {
  width: 26px;
  height: 28px;
  top: 28px;
}

.flower-wrapper.stage-1 .petal--center {
  width: 12px;
  height: 18px;
  top: 23px;
}

.flower-wrapper.stage-1 .petal--back-left,
.flower-wrapper.stage-1 .petal--mid-left {
  left: 10px;
}

.flower-wrapper.stage-1 .petal--back-right,
.flower-wrapper.stage-1 .petal--mid-right {
  right: 10px;
}

.flower-wrapper.stage-2 .stem {
  height: 125px;
}

.flower-wrapper.stage-2 .leaf {
  opacity: 0.18;
}

.flower-wrapper.stage-2 .rose-head {
  width: 58px;
  height: 82px;
  top: 44px;
}

.flower-wrapper.stage-2 .petal--back {
  width: 22px;
  height: 36px;
}

.flower-wrapper.stage-2 .petal--mid {
  width: 22px;
  height: 32px;
}

.flower-wrapper.stage-2 .petal--front {
  width: 28px;
  height: 30px;
  top: 30px;
}

.flower-wrapper.stage-2 .petal--center {
  width: 13px;
  height: 19px;
  top: 24px;
}

.flower-wrapper.stage-3 .stem {
  height: 138px;
}

.flower-wrapper.stage-3 .leaf {
  opacity: 0.36;
}

.flower-wrapper.stage-3 .rose-head {
  width: 64px;
  height: 88px;
  top: 38px;
}

.flower-wrapper.stage-3 .petal--back {
  width: 24px;
  height: 40px;
}

.flower-wrapper.stage-3 .petal--mid {
  width: 24px;
  height: 36px;
}

.flower-wrapper.stage-3 .petal--front {
  width: 30px;
  height: 34px;
  top: 30px;
}

.flower-wrapper.stage-3 .petal--center {
  width: 14px;
  height: 20px;
  top: 24px;
}

.flower-wrapper.stage-4 .stem {
  height: 150px;
}

.flower-wrapper.stage-4 .leaf {
  opacity: 0.82;
}

.flower-wrapper.stage-4 .rose-head {
  width: 70px;
  height: 94px;
  top: 26px;
}

.flower-wrapper.stage-4 .petal--back {
  width: 26px;
  height: 46px;
}

.flower-wrapper.stage-4 .petal--mid {
  width: 26px;
  height: 40px;
}

.flower-wrapper.stage-4 .petal--front {
  width: 34px;
  height: 38px;
  top: 30px;
}

.flower-wrapper.stage-4 .petal--center {
  width: 16px;
  height: 24px;
  top: 22px;
}

.flower-wrapper.stage-5 .stem {
  height: 158px;
}

.flower-wrapper.stage-5 .leaf {
  width: 62px;
  height: 30px;
}

.flower-wrapper.stage-5 .rose-head {
  width: 78px;
  height: 98px;
  top: 16px;
}

.flower-wrapper.stage-5 .petal--back {
  width: 28px;
  height: 50px;
}

.flower-wrapper.stage-5 .petal--mid {
  width: 28px;
  height: 44px;
}

.flower-wrapper.stage-5 .petal--front {
  width: 38px;
  height: 42px;
  top: 30px;
}

.flower-wrapper.stage-5 .petal--center {
  width: 18px;
  height: 26px;
  top: 20px;
}

.flower-wrapper.stage-6 .stem {
  height: 164px;
}

.flower-wrapper.stage-6 .leaf {
  width: 64px;
  height: 31px;
}

.flower-wrapper.stage-6 .rose-head {
  width: 86px;
  height: 102px;
  top: 8px;
}

.flower-wrapper.stage-6 .petal--back {
  width: 30px;
  height: 56px;
}

.flower-wrapper.stage-6 .petal--mid {
  width: 30px;
  height: 46px;
}

.flower-wrapper.stage-6 .petal--front {
  width: 42px;
  height: 44px;
  top: 30px;
}

.flower-wrapper.stage-6 .petal--center {
  width: 18px;
  height: 28px;
  top: 18px;
}

.flower-wrapper.stage-7 .stem {
  height: 168px;
}

.flower-wrapper.stage-7 .leaf {
  width: 66px;
  height: 32px;
}

.flower-wrapper.stage-7 .rose-head {
  width: 94px;
  height: 104px;
  top: 8px;
}

.flower-wrapper.stage-7 .petal--back-left {
  transform: rotate(-28deg);
}

.flower-wrapper.stage-7 .petal--back-right {
  transform: rotate(28deg);
}

.flower-wrapper.stage-7 .petal--back {
  width: 32px;
  height: 58px;
}

.flower-wrapper.stage-7 .petal--mid {
  width: 32px;
  height: 48px;
}

.flower-wrapper.stage-7 .petal--front {
  width: 46px;
  height: 46px;
  top: 30px;
}

.flower-wrapper.stage-7 .petal--center {
  width: 20px;
  height: 28px;
  top: 17px;
}

.flower-wrapper.stage-8 .stem {
  height: 170px;
}

.flower-wrapper.stage-8 .leaf {
  width: 68px;
  height: 34px;
}

.flower-wrapper.stage-8 .rose-head {
  width: 104px;
  height: 108px;
  top: 10px;
}

.flower-wrapper.stage-8 .petal--back-left {
  transform: rotate(-38deg);
}

.flower-wrapper.stage-8 .petal--back-right {
  transform: rotate(38deg);
}

.flower-wrapper.stage-8 .petal--mid-left {
  transform: rotate(-24deg);
}

.flower-wrapper.stage-8 .petal--mid-right {
  transform: rotate(24deg);
}

.flower-wrapper.stage-8 .petal--back {
  width: 34px;
  height: 60px;
}

.flower-wrapper.stage-8 .petal--mid {
  width: 34px;
  height: 50px;
}

.flower-wrapper.stage-8 .petal--front {
  width: 50px;
  height: 48px;
  top: 30px;
}

.flower-wrapper.stage-8 .petal--center {
  width: 22px;
  height: 30px;
  top: 16px;
}

.flower-wrapper.stage-9 .stem {
  height: 172px;
}

.flower-wrapper.stage-9 .rose-head {
  width: 114px;
  height: 112px;
  top: 12px;
}

.flower-wrapper.stage-9 .petal--back-left {
  transform: rotate(-46deg);
}

.flower-wrapper.stage-9 .petal--back-right {
  transform: rotate(46deg);
}

.flower-wrapper.stage-9 .petal--mid-left {
  transform: rotate(-30deg);
}

.flower-wrapper.stage-9 .petal--mid-right {
  transform: rotate(30deg);
}

.flower-wrapper.stage-9 .petal--back {
  width: 36px;
  height: 64px;
}

.flower-wrapper.stage-9 .petal--mid {
  width: 36px;
  height: 52px;
}

.flower-wrapper.stage-9 .petal--front {
  width: 54px;
  height: 50px;
  top: 30px;
}

.flower-wrapper.stage-9 .petal--center {
  width: 22px;
  height: 30px;
  top: 15px;
}

.flower-wrapper.stage-10 .stem {
  height: 176px;
}

.flower-wrapper.stage-10 .leaf {
  width: 70px;
  height: 35px;
}

.flower-wrapper.stage-10 .rose-head {
  width: 124px;
  height: 116px;
  top: 12px;
  filter: drop-shadow(0 0 24px rgba(216, 143, 160, 0.22));
}

.flower-wrapper.stage-10 .petal--back-left {
  transform: rotate(-54deg);
}

.flower-wrapper.stage-10 .petal--back-right {
  transform: rotate(54deg);
}

.flower-wrapper.stage-10 .petal--mid-left {
  transform: rotate(-34deg);
}

.flower-wrapper.stage-10 .petal--mid-right {
  transform: rotate(34deg);
}

.flower-wrapper.stage-10 .petal--back {
  width: 38px;
  height: 68px;
}

.flower-wrapper.stage-10 .petal--mid {
  width: 38px;
  height: 54px;
}

.flower-wrapper.stage-10 .petal--front {
  width: 58px;
  height: 52px;
  top: 30px;
}

.flower-wrapper.stage-10 .petal--center {
  width: 24px;
  height: 32px;
  top: 14px;
}

.flower-wrapper.is-watered {
  animation: wateredBounce 800ms ease;
}

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

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

@keyframes floatParticle {
  0%, 100% {
    transform: translateY(0px);
    opacity: 0.2;
  }
  50% {
    transform: translateY(-14px);
    opacity: 0.85;
  }
}

@keyframes wateredBounce {
  0% {
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-8px) scale(1.02);
  }
  60% {
    transform: translateY(2px) scale(0.995);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes waterDropFall {
  0% {
    opacity: 0;
    transform: translateY(-10px) scale(0.7);
  }
  10% {
    opacity: 1;
  }
  75% {
    opacity: 1;
    transform: translateY(180px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(230px) scale(0.9);
  }
}

@keyframes waterGlowPulse {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.72);
  }
  20% {
    opacity: 0.95;
    transform: translateX(-50%) scale(1);
  }
  70% {
    opacity: 0.5;
    transform: translateX(-50%) scale(1.12);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(1.2);
  }
}

@keyframes buttonShine {
  0%, 100% {
    transform: translateX(0) rotate(26deg);
    opacity: 0.08;
  }
  18% {
    transform: translateX(210%) rotate(26deg);
    opacity: 0.45;
  }
  19% {
    opacity: 0;
  }
}

@keyframes buttonPulse {
  0%, 100% {
    transform: scale(0.98);
    opacity: 0.46;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.8;
  }
}

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

  .hero__title {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .hero__subtitle {
    font-size: 0.95rem;
  }

  .flower-scene {
    height: 320px;
    margin-top: 26px;
  }

  .flower-wrapper {
    width: 200px;
    height: 260px;
  }

  .flower {
    width: 144px;
    height: 235px;
  }

  .scene-aura--left {
    left: 42px;
  }

  .scene-aura--right {
    right: 42px;
  }
}

@media (max-width: 420px) {
  .hero__eyebrow {
    font-size: 0.75rem;
  }

  .water-button {
    width: 100%;
    max-width: 260px;
  }
}