:root {
  --apron-porcelain: #FFF8EE;
  --bubble-cyan: #9FEAF2;
  --enamel-blue: #2F80C9;
  --strawberry-ribbon: #F46F9A;
  --mint-soap: #B8F2C8;
  --polished-chrome: #C9D8E8;
  --ink-tea: #3A3042;
  --display-font: Fraunces, Georgia, "Times New Roman", serif;
  --body-font: "Nunito Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --accent-font: "M PLUS Rounded 1c", "Arial Rounded MT Bold", ui-rounded, var(--body-font);
  --diary-font: "Cormorant Garamond", Cormorant, Georgia, serif;
  --scroll-progress: 0;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--apron-porcelain);
}

body {
  margin: 0;
  color: var(--ink-tea);
  font-family: var(--body-font);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 8%, rgba(159, 234, 242, .65), transparent 24rem),
    radial-gradient(circle at 84% 16%, rgba(184, 242, 200, .58), transparent 22rem),
    linear-gradient(180deg, var(--apron-porcelain), #fffefd 35%, #e9fbff 72%, #2d2741 100%);
}

button {
  font: inherit;
  color: inherit;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.ambient-gloss {
  position: fixed;
  inset: -18vmax;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at calc(16% + var(--scroll-progress) * 22%) 18%, rgba(255, 255, 255, .86), transparent 9vmax),
    radial-gradient(circle at 78% calc(24% + var(--scroll-progress) * 34%), rgba(159, 234, 242, .28), transparent 15vmax),
    conic-gradient(from 130deg at 50% 50%, rgba(244, 111, 154, .13), rgba(159, 234, 242, .22), rgba(184, 242, 200, .2), rgba(255, 248, 238, .2), rgba(244, 111, 154, .13));
  filter: blur(1px) saturate(1.15);
  animation: glossDrift 18s ease-in-out infinite alternate;
}

.lace-curtain {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(16vw, 180px);
  z-index: 8;
  pointer-events: none;
  opacity: .72;
  background:
    radial-gradient(circle at 50% 20px, rgba(255, 248, 238, .95) 0 8px, transparent 9px) 0 0 / 28px 28px,
    linear-gradient(90deg, rgba(255, 248, 238, .8), rgba(255, 255, 255, .18));
  filter: drop-shadow(0 0 18px rgba(159, 234, 242, .34));
  transition: transform 1.2s cubic-bezier(.2, .9, .2, 1), opacity 1s ease;
}

.curtain-left { left: 0; border-right: 1px solid rgba(47, 128, 201, .16); }
.curtain-right { right: 0; transform: scaleX(-1); border-right: 1px solid rgba(47, 128, 201, .16); }
.day-started .curtain-left { transform: translateX(-76%); opacity: .38; }
.day-started .curtain-right { transform: translateX(76%) scaleX(-1); opacity: .38; }

.room-band {
  position: relative;
  min-height: 100vh;
  padding: clamp(68px, 9vw, 118px) clamp(18px, 6vw, 86px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.opening {
  place-items: center;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 34%, rgba(159, 234, 242, .54), transparent 23rem),
    linear-gradient(145deg, rgba(255, 248, 238, .98), rgba(201, 216, 232, .42));
}

.calendar-page {
  position: relative;
  width: min(900px, 88vw);
  min-height: min(680px, 74vh);
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 128, 201, .22);
  border-radius: 44px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .86), rgba(255, 248, 238, .62)),
    repeating-linear-gradient(0deg, transparent 0 58px, rgba(201, 216, 232, .26) 59px 60px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    inset 0 -36px 70px rgba(159, 234, 242, .16),
    0 35px 90px rgba(58, 48, 66, .18);
}

.calendar-lines {
  position: absolute;
  inset: 70px 52px;
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(244, 111, 154, .16) 0 2px, transparent 2px),
    repeating-linear-gradient(0deg, transparent 0 66px, rgba(47, 128, 201, .12) 67px 68px);
  opacity: .65;
}

.droplet {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 22px;
  height: 30px;
  border-radius: 62% 62% 68% 68% / 70% 70% 44% 44%;
  background: radial-gradient(circle at 35% 24%, #fff 0 18%, var(--bubble-cyan) 19% 72%, var(--enamel-blue));
  box-shadow: 0 0 22px rgba(159, 234, 242, .75);
  transform: translate(-50%, -190px) scale(.6);
  animation: dropletLand 2s .25s cubic-bezier(.2, .8, .2, 1) forwards;
}

.bubble-lens {
  position: relative;
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .95) 0 9%, transparent 10%),
    radial-gradient(circle at 72% 80%, rgba(244, 111, 154, .16), transparent 28%),
    linear-gradient(140deg, rgba(255, 255, 255, .72), rgba(159, 234, 242, .28) 42%, rgba(184, 242, 200, .2));
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow:
    inset 0 0 38px rgba(255, 255, 255, .78),
    inset -16px -24px 44px rgba(47, 128, 201, .16),
    0 28px 72px rgba(47, 128, 201, .18);
  backdrop-filter: blur(10px);
}

.hero-lens {
  width: clamp(280px, 48vw, 560px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  z-index: 2;
  transform: scale(.06);
  animation: lensBloom 1.5s 1.22s cubic-bezier(.18, 1.15, .28, 1) forwards, bubbleFloat 6s 2.8s ease-in-out infinite;
}

.lens-rainbow {
  position: absolute;
  inset: 9%;
  border-radius: inherit;
  background: conic-gradient(from 25deg, transparent, rgba(244, 111, 154, .18), rgba(159, 234, 242, .22), rgba(184, 242, 200, .22), transparent 70%);
  mask: radial-gradient(circle, transparent 58%, #000 60% 68%, transparent 70%);
}

h1, h2 {
  margin: 0;
  font-family: var(--display-font);
  letter-spacing: -.045em;
  line-height: .88;
}

h1 {
  font-size: clamp(4.4rem, 13vw, 11rem);
  color: var(--ink-tea);
  text-shadow: 0 2px 0 rgba(255, 255, 255, .8), 0 12px 26px rgba(47, 128, 201, .18);
}

h2 {
  font-size: clamp(3rem, 7vw, 7.6rem);
}

.diary-fragment {
  margin: 1rem 0 0;
  font-family: var(--diary-font);
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-style: italic;
}

.opening-pocket {
  position: absolute;
  right: clamp(18px, 6vw, 80px);
  bottom: clamp(78px, 9vw, 118px);
  width: min(280px, 64vw);
  z-index: 3;
}

.apron-pocket, .frosted-label {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px 30px 42px 42px;
  background: linear-gradient(155deg, rgba(255, 248, 238, .82), rgba(255, 255, 255, .56));
  border: 1px solid rgba(255, 255, 255, .75);
  box-shadow: inset 0 -14px 28px rgba(201, 216, 232, .22), 0 22px 52px rgba(58, 48, 66, .13);
  backdrop-filter: blur(16px);
}

.apron-pocket::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 16px;
  background: radial-gradient(circle at 8px 0, transparent 0 8px, rgba(244, 111, 154, .44) 8.5px 10px, transparent 10.5px) 0 0 / 24px 16px repeat-x;
}

.label-accent {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  font-family: var(--accent-font);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--enamel-blue);
  background: rgba(159, 234, 242, .26);
  border: 1px solid rgba(47, 128, 201, .18);
}

.ribbon-pull {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 4;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  gap: 4px;
  cursor: pointer;
}

.ribbon-bow {
  width: 108px;
  height: 46px;
  position: relative;
  filter: drop-shadow(0 12px 18px rgba(244, 111, 154, .34));
}

.ribbon-bow::before, .ribbon-bow::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 52px;
  height: 32px;
  border-radius: 70% 35% 70% 35%;
  background: linear-gradient(135deg, #ff9fbd, var(--strawberry-ribbon));
  border: 1px solid rgba(255, 255, 255, .66);
}

.ribbon-bow::before { left: 3px; transform: rotate(16deg); }
.ribbon-bow::after { right: 3px; transform: scaleX(-1) rotate(16deg); }

.ribbon-tail {
  padding: 11px 20px;
  border-radius: 999px;
  font-family: var(--accent-font);
  color: #fff;
  background: linear-gradient(120deg, var(--strawberry-ribbon), #ff9fbd);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 14px 28px rgba(244, 111, 154, .28);
}

.ribbon-pull.pulled { animation: ribbonTug .62s ease both; }

.pocket-watch-nav {
  position: fixed;
  right: clamp(12px, 2vw, 26px);
  top: 50%;
  z-index: 20;
  transform: translateY(-50%);
}

.watch-face {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  position: relative;
  background:
    radial-gradient(circle at 36% 28%, rgba(255,255,255,.95) 0 10%, transparent 11%),
    linear-gradient(145deg, rgba(255, 248, 238, .82), rgba(201, 216, 232, .56));
  border: 2px solid rgba(47, 128, 201, .3);
  box-shadow: inset 0 0 20px rgba(255,255,255,.82), 0 16px 40px rgba(58, 48, 66, .18);
}

.watch-face::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 31px;
  width: 18px;
  height: 14px;
  border-radius: 10px 10px 0 0;
  background: var(--polished-chrome);
  border: 1px solid rgba(47, 128, 201, .28);
}

.watch-hand {
  position: absolute;
  left: 39px;
  top: 14px;
  width: 4px;
  height: 30px;
  border-radius: 4px;
  background: var(--strawberry-ribbon);
  transform-origin: 50% 27px;
  transform: rotate(calc(var(--scroll-progress) * 300deg));
  box-shadow: 0 0 8px rgba(244, 111, 154, .5);
}

.watch-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -7.5px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.85);
  background: var(--enamel-blue);
  cursor: pointer;
  box-shadow: 0 0 0 4px rgba(159, 234, 242, .16);
}

.watch-dot span {
  position: absolute;
  right: 22px;
  top: -4px;
  padding: 3px 7px;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  font-size: .68rem;
  font-family: var(--accent-font);
  background: rgba(255, 248, 238, .9);
  transition: opacity .2s ease;
}

.watch-dot:hover span, .watch-dot.active span { opacity: 1; }
.watch-dot.active { background: var(--strawberry-ribbon); transform: scale(1.25); }
.watch-dot:nth-of-type(1) { transform: rotate(-90deg) translateX(33px); }
.watch-dot:nth-of-type(2) { transform: rotate(-30deg) translateX(33px); }
.watch-dot:nth-of-type(3) { transform: rotate(30deg) translateX(33px); }
.watch-dot:nth-of-type(4) { transform: rotate(90deg) translateX(33px); }
.watch-dot:nth-of-type(5) { transform: rotate(150deg) translateX(33px); }
.watch-dot:nth-of-type(6) { transform: rotate(210deg) translateX(33px); }
.watch-dot.active:nth-of-type(1) { transform: rotate(-90deg) translateX(33px) scale(1.25); }
.watch-dot.active:nth-of-type(2) { transform: rotate(-30deg) translateX(33px) scale(1.25); }
.watch-dot.active:nth-of-type(3) { transform: rotate(30deg) translateX(33px) scale(1.25); }
.watch-dot.active:nth-of-type(4) { transform: rotate(90deg) translateX(33px) scale(1.25); }
.watch-dot.active:nth-of-type(5) { transform: rotate(150deg) translateX(33px) scale(1.25); }
.watch-dot.active:nth-of-type(6) { transform: rotate(210deg) translateX(33px) scale(1.25); }

.morning { background: linear-gradient(180deg, #fafff9, rgba(184, 242, 200, .32) 55%, rgba(159, 234, 242, .2)); }
.noon { background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(159, 234, 242, .42) 50%, rgba(201, 216, 232, .26)); }
.tea { background: linear-gradient(180deg, rgba(255, 248, 238, .98), rgba(244, 111, 154, .18) 48%, rgba(184, 242, 200, .18)); }
.night { color: var(--apron-porcelain); background: radial-gradient(circle at 78% 20%, rgba(159,234,242,.2), transparent 18rem), linear-gradient(180deg, #4a4059, var(--ink-tea)); }
.sparkle-seal { place-items: center; background: radial-gradient(circle at 50% 36%, rgba(244, 111, 154, .28), transparent 24rem), linear-gradient(180deg, var(--ink-tea), #211c29); color: var(--apron-porcelain); }

.room-band:not(.opening):not(.sparkle-seal) {
  grid-template-columns: minmax(260px, .82fr) minmax(360px, 1.18fr);
  gap: clamp(24px, 6vw, 90px);
}

.room-copy { position: relative; z-index: 4; max-width: 610px; }
.room-copy p { max-width: 34rem; }
.night .frosted-label { background: linear-gradient(155deg, rgba(58,48,66,.64), rgba(47,128,201,.18)); border-color: rgba(255,255,255,.2); }

.room-plane {
  position: relative;
  min-height: min(72vh, 720px);
  border-radius: 48px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.78), transparent 13rem),
    linear-gradient(135deg, rgba(255,255,255,.46), rgba(255,255,255,.12));
  border: 1px solid rgba(255,255,255,.54);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), inset 0 -38px 68px rgba(47,128,201,.1), 0 34px 86px rgba(58,48,66,.12);
  transform: perspective(900px) rotateY(-7deg) translateX(3vw);
  opacity: .58;
  transition: transform .9s cubic-bezier(.2,.8,.2,1), opacity .9s ease;
}

.room-band.in-view .room-plane { transform: perspective(900px) rotateY(0deg) translateX(0); opacity: 1; }

.room-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .8;
  background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.6), transparent 30rem);
}

.lace-edge {
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  pointer-events: none;
  background: radial-gradient(circle at 15px 0, transparent 0 14px, rgba(255,248,238,.72) 14.5px 18px, transparent 18.5px) 0 0 / 38px 30px repeat-x;
}

.bottom-lace { bottom: -1px; }

.window, .moon-window {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 210px;
  height: 230px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(159,234,242,.35), rgba(255,255,255,.58));
  border: 8px solid rgba(255,248,238,.82);
  box-shadow: inset 0 0 40px rgba(47,128,201,.18), 0 18px 38px rgba(58,48,66,.08);
}

.window::before, .window::after, .moon-window::before, .moon-window::after {
  content: "";
  position: absolute;
  background: rgba(255,248,238,.76);
}
.window::before, .moon-window::before { left: 50%; top: 0; bottom: 0; width: 8px; transform: translateX(-50%); }
.window::after, .moon-window::after { left: 0; right: 0; top: 50%; height: 8px; transform: translateY(-50%); }

.laundry-line {
  position: absolute;
  left: 18%;
  right: 13%;
  top: 30%;
  height: 2px;
  background: var(--enamel-blue);
  transform: rotate(-5deg);
}
.laundry-line i { position: absolute; top: 10px; width: 64px; height: 82px; border-radius: 8px 8px 22px 22px; background: rgba(255,248,238,.88); box-shadow: inset 0 -12px 22px rgba(184,242,200,.24); transform-origin: top center; animation: clothSwing 4s ease-in-out infinite; }
.laundry-line i:nth-child(1) { left: 10%; }
.laundry-line i:nth-child(2) { left: 29%; height: 65px; animation-delay: -.7s; background: rgba(184,242,200,.62); }
.laundry-line i:nth-child(3) { left: 52%; width: 82px; animation-delay: -1.2s; }
.laundry-line i:nth-child(4) { left: 74%; height: 72px; animation-delay: -1.8s; background: rgba(159,234,242,.44); }

.folded-cloud { position: absolute; right: 17%; width: 180px; height: 64px; border-radius: 80px; background: var(--apron-porcelain); box-shadow: inset 0 -18px 18px rgba(201,216,232,.36), 0 16px 30px rgba(58,48,66,.08); animation: foldMorph 5.5s ease-in-out infinite; }
.folded-cloud::before, .folded-cloud::after { content: ""; position: absolute; border-radius: 50%; background: inherit; }
.folded-cloud::before { width: 86px; height: 86px; left: 22px; bottom: 18px; }
.folded-cloud::after { width: 70px; height: 70px; right: 25px; bottom: 16px; }
.cloud-one { top: 24%; }
.cloud-two { top: 42%; right: 26%; transform: scale(.75); animation-delay: -2s; }

.cart-orbit {
  position: absolute;
  right: 9%;
  bottom: 11%;
  width: 260px;
  height: 220px;
  border-radius: 32px;
  animation: cartBob 5s ease-in-out infinite;
}
.cart-handle { position: absolute; right: 7px; top: 12px; width: 60px; height: 110px; border: 8px solid var(--polished-chrome); border-left: 0; border-radius: 0 38px 38px 0; }
.cart-shelf { position: absolute; left: 18px; width: 188px; height: 48px; border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(201,216,232,.7)); border: 2px solid rgba(47,128,201,.22); box-shadow: inset 0 4px 14px rgba(255,255,255,.9), 0 14px 26px rgba(58,48,66,.1); }
.shelf-top { top: 58px; }
.shelf-low { top: 126px; }
.cart-wheel { position: absolute; bottom: 7px; width: 38px; height: 38px; border-radius: 50%; background: radial-gradient(circle, var(--apron-porcelain) 0 26%, var(--enamel-blue) 27% 38%, var(--polished-chrome) 39%); border: 2px solid rgba(255,255,255,.76); animation: wheelSpin 2.6s linear infinite; }
.left-wheel { left: 42px; }
.right-wheel { left: 156px; }
.cart-shelf b { position: absolute; display: block; border-radius: 50%; box-shadow: inset 0 4px 10px rgba(255,255,255,.7), 0 8px 16px rgba(58,48,66,.12); animation: planetOrbit 4s ease-in-out infinite; }
.cart-shelf b:nth-child(1) { left: 22px; top: -17px; width: 52px; height: 52px; }
.cart-shelf b:nth-child(2) { right: 28px; top: -10px; width: 38px; height: 38px; animation-delay: -1.6s; }
.linen-stack { background: repeating-linear-gradient(0deg, var(--apron-porcelain) 0 9px, var(--mint-soap) 10px 13px); border-radius: 14px !important; }
.pin-planet, .foam-dot, .pearl-planet, .night-pearl { background: var(--mint-soap); }
.towel-roll, .pillow-planet { background: var(--apron-porcelain); }
.chrome-planet { background: var(--polished-chrome); }
.glass-planet, .spray-planet { background: var(--bubble-cyan); }
.star-planet, .berry-planet { background: var(--strawberry-ribbon); clip-path: polygon(50% 0, 62% 35%, 100% 35%, 68% 56%, 80% 100%, 50% 72%, 20% 100%, 32% 56%, 0 35%, 38% 35%); }
.cup-planet { background: var(--apron-porcelain); }
.cake-planet { background: linear-gradient(180deg, var(--strawberry-ribbon), var(--apron-porcelain)); border-radius: 12px !important; }
.moon-planet { background: var(--apron-porcelain); clip-path: circle(50% at 40% 50%); }
.lamp-planet { background: #ffd890; }

.sparkle-wipe { position: absolute; width: 240px; height: 46px; border-radius: 999px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.86), rgba(159,234,242,.5), transparent); filter: blur(.4px); opacity: .78; animation: wipeClean 4.4s ease-in-out infinite; }
.sparkle-wipe::before, .sparkle-wipe::after { content: "✦"; position: absolute; color: var(--strawberry-ribbon); text-shadow: 0 0 12px rgba(255,255,255,.9); }
.sparkle-wipe::before { left: 42%; top: -10px; }
.sparkle-wipe::after { right: 16%; bottom: -12px; color: var(--enamel-blue); }
.wipe-one { left: 34%; bottom: 24%; transform: rotate(-17deg); }
.wipe-two { right: 13%; top: 22%; transform: rotate(20deg); }
.wipe-three { left: 15%; bottom: 22%; transform: rotate(-8deg); }
.wipe-four { right: 18%; bottom: 28%; transform: rotate(31deg); }

.sink-ripples { position: absolute; left: 14%; bottom: 16%; width: 310px; height: 160px; border-radius: 50%; background: radial-gradient(ellipse, rgba(159,234,242,.26), rgba(201,216,232,.16) 55%, transparent 56%); }
.sink-ripples span { position: absolute; inset: 18%; border-radius: 50%; border: 2px solid rgba(47,128,201,.2); animation: ripple 3.2s ease-out infinite; }
.sink-ripples span:nth-child(2) { animation-delay: -1s; }
.sink-ripples span:nth-child(3) { animation-delay: -2s; }
.spray-bottle { position: absolute; left: 34%; top: 20%; width: 78px; height: 170px; border-radius: 22px 22px 30px 30px; background: linear-gradient(90deg, rgba(255,255,255,.8), var(--bubble-cyan)); transform: rotate(-10deg); border: 2px solid rgba(47,128,201,.22); }
.spray-bottle i { position: absolute; left: 22px; top: -36px; width: 72px; height: 42px; border-radius: 16px 28px 12px 12px; background: var(--polished-chrome); }
.glass-cabinet { position: absolute; right: 12%; top: 15%; width: 220px; height: 270px; border-radius: 34px; background: rgba(255,255,255,.24); border: 2px solid rgba(255,255,255,.68); box-shadow: inset 0 0 42px rgba(159,234,242,.24); display: flex; gap: 18px; justify-content: center; align-items: center; }
.glass-cabinet b { width: 42px; height: 136px; border-radius: 14px 14px 30px 30px; background: linear-gradient(90deg, rgba(255,255,255,.74), rgba(159,234,242,.24)); border: 1px solid rgba(47,128,201,.16); }

.teacup { position: absolute; left: 16%; bottom: 18%; width: 190px; height: 120px; border-radius: 0 0 80px 80px; background: linear-gradient(160deg, rgba(255,255,255,.94), var(--apron-porcelain)); border: 2px solid rgba(244,111,154,.2); box-shadow: inset 0 -16px 34px rgba(244,111,154,.1); }
.teacup::before { content: ""; position: absolute; right: -48px; top: 24px; width: 68px; height: 58px; border: 14px solid var(--apron-porcelain); border-left: 0; border-radius: 0 38px 38px 0; }
.teacup i { position: absolute; left: 30px; right: 30px; top: 20px; height: 18px; border-radius: 50%; background: rgba(244,111,154,.26); }
.teacup b { position: absolute; left: -18px; right: -18px; bottom: -18px; height: 22px; border-radius: 50%; background: rgba(201,216,232,.32); }
.cake-moon { position: absolute; right: 18%; top: 22%; width: 170px; height: 112px; border-radius: 28px 28px 60px 60px; background: linear-gradient(180deg, var(--strawberry-ribbon) 0 24%, var(--apron-porcelain) 25% 66%, #f8d7af 67%); box-shadow: 0 18px 34px rgba(244,111,154,.14); }
.crumb-constellation { position: absolute; inset: 16% 28% 22% 32%; }
.crumb-constellation i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--strawberry-ribbon); box-shadow: 0 0 18px rgba(244,111,154,.6); animation: twinkle 2.4s ease-in-out infinite; }
.crumb-constellation i:nth-child(1) { left: 10%; top: 42%; }
.crumb-constellation i:nth-child(2) { left: 34%; top: 18%; animation-delay: -.4s; }
.crumb-constellation i:nth-child(3) { left: 55%; top: 55%; animation-delay: -.9s; }
.crumb-constellation i:nth-child(4) { left: 76%; top: 24%; animation-delay: -1.3s; }
.crumb-constellation i:nth-child(5) { left: 88%; top: 70%; animation-delay: -1.8s; }
.speech-bubble { position: absolute; left: 23%; top: 16%; padding: 14px 20px; border-radius: 28px 28px 28px 8px; background: rgba(255,255,255,.75); font-family: var(--accent-font); color: var(--strawberry-ribbon); border: 1px solid rgba(244,111,154,.18); }

.moon-window { background: linear-gradient(145deg, rgba(47,128,201,.22), rgba(58,48,66,.5)); border-color: rgba(255,248,238,.2); }
.moon-window span { position: absolute; right: 34px; top: 28px; width: 74px; height: 74px; border-radius: 50%; background: var(--apron-porcelain); box-shadow: 0 0 34px rgba(255,248,238,.46); }
.moon-window span::after { content: ""; position: absolute; right: -10px; top: -4px; width: 74px; height: 74px; border-radius: 50%; background: #4a4059; }
.lamp-glow { position: absolute; right: 19%; top: 18%; width: 136px; height: 230px; }
.lamp-glow::before { content: ""; position: absolute; inset: 0 0 auto; height: 120px; clip-path: polygon(28% 0, 72% 0, 100% 100%, 0 100%); background: radial-gradient(circle at 50% 22%, rgba(255,248,238,.86), rgba(255,216,144,.28)); }
.lamp-glow i { position: absolute; left: 60px; top: 116px; width: 12px; height: 110px; background: var(--polished-chrome); }
.moon-pillow { position: absolute; left: 30%; bottom: 18%; width: 250px; height: 112px; border-radius: 70px 48px 70px 48px; background: linear-gradient(145deg, var(--apron-porcelain), rgba(201,216,232,.78)); box-shadow: inset -20px -20px 34px rgba(47,128,201,.14), 0 18px 34px rgba(0,0,0,.12); }
.moon-pillow::before { content: ""; position: absolute; left: 46px; top: 24px; width: 78px; height: 60px; border-radius: 50%; background: rgba(159,234,242,.16); }
.broom-arc { position: absolute; right: 22%; bottom: 20%; width: 280px; height: 170px; border-bottom: 7px solid rgba(244,111,154,.64); border-radius: 0 0 90% 90%; transform: rotate(-14deg); }

.bubble-field span {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 28% 24%, rgba(255,255,255,.9) 0 12%, rgba(159,234,242,.16) 13% 66%, rgba(244,111,154,.12));
  border: 1px solid rgba(255,255,255,.62);
  box-shadow: inset -8px -12px 22px rgba(47,128,201,.1), 0 0 18px rgba(159,234,242,.24);
  animation: bubbleRise 8s ease-in-out infinite;
}
.bubble-field span:nth-child(1) { left: 6%; bottom: 12%; width: 74px; height: 74px; }
.bubble-field span:nth-child(2) { left: 42%; bottom: 8%; width: 42px; height: 42px; animation-delay: -2s; }
.bubble-field span:nth-child(3) { right: 12%; top: 16%; width: 96px; height: 96px; animation-delay: -4s; }
.bubble-field span:nth-child(4) { right: 30%; bottom: 18%; width: 54px; height: 54px; animation-delay: -6s; }

.seal-card {
  width: min(690px, 86vw);
  min-height: 520px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: clamp(32px, 5vw, 68px);
  border-radius: 52% 48% 50% 50%;
}
.seal-card h2 { color: var(--apron-porcelain); text-shadow: 0 8px 24px rgba(0,0,0,.22); }
.seal-ribbon { position: absolute; top: 54px; left: 50%; width: 260px; height: 42px; transform: translateX(-50%) rotate(-4deg); background: linear-gradient(90deg, var(--strawberry-ribbon), #ff9fbd, var(--strawberry-ribbon)); border-radius: 12px; box-shadow: 0 14px 28px rgba(244,111,154,.2); }
.seal-mark { width: 116px; height: 116px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; font-size: 4rem; color: var(--strawberry-ribbon); background: var(--apron-porcelain); box-shadow: inset 0 -10px 20px rgba(201,216,232,.35), 0 0 38px rgba(255,248,238,.42); }
.small-ribbon { position: relative; left: auto; bottom: auto; transform: none; margin-top: 28px; }
.seal-sparkles i { position: absolute; width: 8px; height: 8px; background: var(--apron-porcelain); clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); animation: twinkle 2s ease-in-out infinite; }
.seal-sparkles i:nth-child(1) { left: 16%; top: 22%; }
.seal-sparkles i:nth-child(2) { left: 30%; bottom: 20%; animation-delay: -.4s; }
.seal-sparkles i:nth-child(3) { right: 18%; top: 18%; animation-delay: -.8s; }
.seal-sparkles i:nth-child(4) { right: 28%; bottom: 22%; animation-delay: -1.2s; }
.seal-sparkles i:nth-child(5) { left: 50%; top: 10%; animation-delay: -1.6s; }
.seal-sparkles i:nth-child(6) { right: 48%; bottom: 10%; animation-delay: -2s; }

.burst-sparkle {
  position: fixed;
  z-index: 30;
  width: 10px;
  height: 10px;
  pointer-events: none;
  color: var(--strawberry-ribbon);
  transform: translate(-50%, -50%);
  animation: burstOut .8s ease-out forwards;
}
.burst-sparkle::before { content: "✦"; position: absolute; inset: 0; }

@keyframes glossDrift { to { transform: translate3d(3vmax, -2vmax, 0) rotate(8deg); } }
@keyframes dropletLand { 0% { transform: translate(-50%, -190px) scale(.6); opacity: 0; } 64% { opacity: 1; } 82% { transform: translate(-50%, 0) scale(1); } 100% { transform: translate(-50%, 0) scale(.1); opacity: 0; } }
@keyframes lensBloom { to { transform: scale(1); } }
@keyframes bubbleFloat { 50% { transform: translateY(-14px) scale(1.018); } }
@keyframes ribbonTug { 40% { transform: translateX(-50%) translateY(18px) scaleY(1.08); } }
@keyframes clothSwing { 50% { transform: rotate(4deg); } }
@keyframes foldMorph { 50% { border-radius: 60px 90px 70px 80px; transform: translateY(-8px) scaleX(.96); } }
@keyframes cartBob { 50% { transform: translateY(-12px) rotate(1.2deg); } }
@keyframes wheelSpin { to { rotate: 360deg; } }
@keyframes planetOrbit { 50% { transform: translateY(-8px) translateX(6px); } }
@keyframes wipeClean { 0%, 100% { opacity: 0; translate: -70px 20px; } 45%, 65% { opacity: .92; } 80% { translate: 90px -14px; opacity: 0; } }
@keyframes ripple { 0% { transform: scale(.52); opacity: .8; } 100% { transform: scale(1.65); opacity: 0; } }
@keyframes twinkle { 50% { transform: scale(1.8) rotate(18deg); opacity: .55; } }
@keyframes bubbleRise { 50% { transform: translateY(-34px) translateX(12px); } }
@keyframes burstOut { to { transform: translate(var(--spark-x), var(--spark-y)) scale(.2) rotate(180deg); opacity: 0; } }

@media (max-width: 850px) {
  .room-band:not(.opening):not(.sparkle-seal) { grid-template-columns: 1fr; padding-right: 72px; }
  .room-plane { min-height: 56vh; transform: none; }
  .pocket-watch-nav { right: 8px; }
  .watch-face { width: 66px; height: 66px; }
  .watch-hand { left: 31px; top: 10px; height: 25px; transform-origin: 50% 22px; }
  .watch-dot:nth-of-type(n) { transform-origin: center; }
  .cart-orbit { right: 2%; transform: scale(.82); transform-origin: right bottom; }
  .opening-pocket { display: none; }
}
