@font-face {
  font-family: "Cookie Monster";
  src: url("assets/fonts/Cookiemonster-gv11.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --bg: #fffafd;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-solid: #ffffff;
  --ink: #241d22;
  --muted: #786c73;
  --line: rgba(70, 45, 59, 0.1);
  --pink: #f45f9a;
  --pink-deep: #d93678;
  --pink-soft: #ffd8e7;
  --pink-wash: #fff0f6;
  --plum: #351b2d;
  --shadow-sm: 0 10px 30px rgba(62, 39, 51, 0.08);
  --shadow-lg: 0 28px 80px rgba(62, 39, 51, 0.13);
  --radius-lg: 32px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 3%, rgba(255, 190, 218, 0.36), transparent 26rem),
    radial-gradient(circle at 95% 22%, rgba(216, 200, 255, 0.27), transparent 32rem),
    var(--bg);
  font-family: "Cookie Monster", "PingFang HK", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.25;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(85, 57, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 57, 70, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.paper-texture, .floating-decor, .scallop { display: none; }

.eyebrow, .card-kicker, .letter__eyebrow, .letter-note__eyebrow, .gift-kicker {
  margin: 0;
  color: var(--pink-deep);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.primary-button, .link-button, .reveal-button, .wish-button, .gift-reveal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 14px;
  font-weight: 780;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s ease;
}

.primary-button, .link-button {
  color: white;
  background: var(--ink);
  box-shadow: 0 12px 24px rgba(36, 29, 34, 0.14);
}

.primary-button:hover, .link-button:hover, .reveal-button:not(:disabled):hover,
.wish-button:hover, .gift-reveal-button:not(:disabled):hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(36, 29, 34, 0.18);
}

/* Birthday countdown prologue */
body.intro-locked { height: 100svh; overflow: hidden; }
.birthday-intro {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff8fd;
  background:
    radial-gradient(circle at 50% 108%, rgba(255, 204, 232, 0.78), transparent 32%),
    radial-gradient(circle at 20% 12%, rgba(231, 181, 255, 0.28), transparent 32%),
    linear-gradient(180deg, #21163d 0%, #352052 40%, #6f3f75 74%, #f2a9c8 120%);
  transition: opacity 0.85s ease, visibility 0.85s ease, transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.birthday-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.32;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.85) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 213, 236, 0.7) 0 1px, transparent 1.8px);
  background-position: 0 0, 34px 27px;
  background-size: 72px 72px, 96px 96px;
  mask-image: linear-gradient(to bottom, #000 0%, #000 62%, transparent 92%);
}
.birthday-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  border: clamp(8px, 1.3vw, 18px) solid rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 120px rgba(20, 10, 39, 0.32);
  pointer-events: none;
}
.birthday-intro.is-leaving { opacity: 0; visibility: hidden; transform: scale(1.035); }
.intro-sky { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.intro-aurora {
  position: absolute;
  width: 70vw;
  height: 28vw;
  border-radius: 50%;
  opacity: 0.32;
  filter: blur(55px);
  animation: auroraDrift 9s ease-in-out infinite alternate;
}
.intro-aurora--one { top: 4%; left: -22%; background: rgba(255, 166, 218, 0.5); transform: rotate(-12deg); }
.intro-aurora--two { top: 24%; right: -26%; background: rgba(190, 162, 255, 0.52); animation-delay: -4s; transform: rotate(16deg); }
@keyframes auroraDrift {
  from { opacity: 0.2; transform: translate3d(-2%, -2%, 0) rotate(-8deg) scale(0.94); }
  to { opacity: 0.42; transform: translate3d(5%, 5%, 0) rotate(4deg) scale(1.08); }
}
.intro-moon {
  position: absolute;
  top: clamp(28px, 7vh, 76px);
  right: clamp(30px, 8vw, 130px);
  width: clamp(78px, 10vw, 138px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, #fff, #fff0ca 50%, #ffcfe6 82%);
  box-shadow: 0 0 30px rgba(255, 244, 211, 0.72), 0 0 100px rgba(255, 191, 225, 0.5);
  animation: moonFloat 5s ease-in-out infinite;
}
.intro-moon i { position: absolute; width: 17%; aspect-ratio: 1; top: 24%; left: 25%; border-radius: 50%; background: rgba(203, 164, 194, 0.16); box-shadow: 34px 25px 0 4px rgba(203, 164, 194, 0.11), 8px 54px 0 -2px rgba(203, 164, 194, 0.09); }
@keyframes moonFloat { 50% { transform: translateY(-10px) rotate(2deg); } }
.magic-star { position: absolute; color: #fff7d8; filter: drop-shadow(0 0 8px rgba(255, 241, 185, 0.85)); animation: starTwinkle 2.8s ease-in-out infinite; }
.magic-star--1 { top: 12%; left: 10%; font-size: 25px; }
.magic-star--2 { top: 23%; left: 24%; font-size: 14px; animation-delay: -1.1s; }
.magic-star--3 { top: 8%; left: 48%; font-size: 18px; animation-delay: -2s; }
.magic-star--4 { top: 28%; right: 12%; font-size: 21px; animation-delay: -0.5s; }
.magic-star--5 { top: 42%; left: 8%; font-size: 12px; animation-delay: -1.7s; }
.magic-star--6 { top: 50%; right: 8%; font-size: 17px; animation-delay: -0.8s; }
.magic-star--7 { top: 63%; left: 18%; font-size: 15px; animation-delay: -2.3s; }
.magic-star--8 { top: 67%; right: 22%; font-size: 11px; animation-delay: -1.3s; }
@keyframes starTwinkle { 0%, 100% { opacity: 0.3; transform: scale(0.6) rotate(0); } 50% { opacity: 1; transform: scale(1.25) rotate(18deg); } }
.intro-cloud {
  position: absolute;
  width: clamp(170px, 26vw, 390px);
  height: clamp(34px, 6vw, 80px);
  border-radius: 999px;
  opacity: 0.17;
  background: #fff;
  filter: blur(2px);
  animation: cloudSail 16s ease-in-out infinite alternate;
}
.intro-cloud::before, .intro-cloud::after { content: ""; position: absolute; bottom: 8%; border-radius: 50%; background: inherit; }
.intro-cloud::before { left: 18%; width: 34%; aspect-ratio: 1; }
.intro-cloud::after { right: 17%; width: 43%; aspect-ratio: 1; }
.intro-cloud--one { top: 25%; left: -8%; }
.intro-cloud--two { top: 53%; right: -10%; animation-delay: -7s; }
@keyframes cloudSail { to { transform: translateX(70px); } }
.intro-story {
  position: relative;
  z-index: 7;
  width: min(900px, calc(100vw - 36px));
  margin-top: -7vh;
  padding: clamp(20px, 4vw, 42px);
  text-align: center;
  text-shadow: 0 3px 22px rgba(18, 9, 37, 0.35);
}
.intro-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 clamp(12px, 2vh, 24px);
  color: #ffd9ec;
  font-size: clamp(13px, 1.7vw, 19px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.intro-kicker span { color: #fff1a8; animation: starTwinkle 2.2s ease-in-out infinite; }
.intro-story h1 {
  min-height: 1.2em;
  margin: 0 auto 14px;
  color: white;
  font-size: clamp(44px, 7.2vw, 92px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.015em;
  text-wrap: balance;
}
.typing-caret {
  display: inline-block;
  width: 3px;
  height: 0.82em;
  margin-left: 8px;
  border-radius: 4px;
  vertical-align: -0.06em;
  background: #ffd7ec;
  box-shadow: 0 0 16px rgba(255, 215, 236, 0.8);
  animation: typingBlink 0.85s steps(1) infinite;
}
@keyframes typingBlink { 50% { opacity: 0; } }
.intro-whisper { margin: 0 auto clamp(18px, 3vh, 32px); color: rgba(255, 244, 251, 0.75); font-size: clamp(13px, 1.4vw, 17px); letter-spacing: 0.05em; }
.intro-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 1.2vw, 15px);
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(10px, 1.8vw, 17px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: clamp(22px, 3vw, 36px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.06));
  box-shadow: 0 28px 80px rgba(20, 9, 40, 0.28), inset 0 1px rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(22px);
}
.intro-whisper, .intro-countdown, .intro-date { max-height: 180px; overflow: hidden; transition: opacity 0.55s ease, max-height 0.7s ease, margin 0.7s ease, padding 0.7s ease, transform 0.65s ease; }
.intro-countdown__unit {
  display: grid;
  width: clamp(68px, 10vw, 118px);
  min-height: clamp(82px, 11vw, 116px);
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: clamp(16px, 2vw, 24px);
  background: rgba(24, 13, 48, 0.27);
  box-shadow: inset 0 0 30px rgba(255, 214, 235, 0.05);
}
.intro-countdown__unit strong { display: block; font-size: clamp(43px, 6.5vw, 78px); font-weight: 400; line-height: 0.85; font-variant-numeric: tabular-nums; }
.intro-countdown__unit span { display: block; margin-top: 8px; color: #ffd7eb; font-size: clamp(10px, 1.2vw, 14px); letter-spacing: 0.12em; text-transform: uppercase; }
.intro-countdown > b { color: rgba(255, 228, 241, 0.6); font-size: clamp(23px, 3vw, 38px); font-weight: 400; transform: translateY(-7px); }
.intro-date { margin: 16px 0 0; color: rgba(255, 242, 249, 0.62); font-size: clamp(11px, 1.3vw, 15px); letter-spacing: 0.12em; text-transform: uppercase; }
.intro-firework-next { margin-top: 20px; opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.6s var(--ease); }
.intro-firework-next.is-visible { opacity: 1; transform: translateY(0); }
.intro-firework-next p { margin: 0 0 10px; color: rgba(255, 246, 251, 0.7); font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 12px; }
.intro-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 150px;
  min-height: 52px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  color: #4a254f;
  background: linear-gradient(135deg, #fffdf5, #ffd9ec);
  box-shadow: 0 18px 50px rgba(19, 8, 37, 0.34), 0 0 40px rgba(255, 214, 237, 0.28);
  cursor: pointer;
  animation: enterGlow 2s ease-in-out infinite;
}
.intro-next:hover, .intro-next:focus-visible { outline: 2px solid white; outline-offset: 5px; transform: translateY(-3px); }
.intro-next i { color: #d45791; font-style: normal; }
.intro-blessing {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px);
  transition: max-height 1s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.65s ease 0.2s, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.15s;
}
.birthday-intro.show-blessing .intro-story { margin-top: 0; }
.birthday-intro.show-blessing .intro-story h1 { margin-bottom: 3px; font-size: clamp(42px, 5.3vw, 68px); }
.birthday-intro.show-blessing .intro-whisper,
.birthday-intro.show-blessing .intro-countdown,
.birthday-intro.show-blessing .intro-date {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  opacity: 0;
  transform: translateY(-16px) scale(0.96);
}
.birthday-intro.show-blessing .intro-blessing { max-height: 620px; opacity: 1; transform: translateY(0); }
.birthday-intro.show-blessing .intro-mousse { opacity: 0; transform: translateY(16px); }
.birthday-intro.show-blessing .intro-castle { opacity: 0.42; }
.intro-blessing__copy { margin: 7px auto 14px; }
.intro-blessing__age { margin: 0 0 4px; color: #ffe5a8; font-size: clamp(11px, 1.25vw, 14px); letter-spacing: 0.1em; text-transform: uppercase; }
.intro-blessing__copy h2 { margin: 0; color: #fff; font-size: clamp(28px, 3.8vw, 46px); font-weight: 400; line-height: 1.04; letter-spacing: 0.02em; }
.intro-blessing__copy > p:last-child { margin: 9px auto 0; color: rgba(255, 246, 251, 0.76); font-size: clamp(11px, 1.2vw, 14px); line-height: 1.55; }
.intro-blessing__gift-row { display: grid; grid-template-columns: minmax(170px, 0.7fr) minmax(390px, 1.5fr); gap: 12px; width: min(760px, 100%); margin: 0 auto; text-align: left; }
.birthday-music-card { display: flex; flex-direction: column; justify-content: center; padding: 14px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 24px; background: rgba(29, 16, 50, 0.34); backdrop-filter: blur(18px); }
.birthday-music {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 0;
  border: 0;
  color: #fff;
  text-align: left;
  background: transparent;
  cursor: pointer;
}
.birthday-music__icon { display: grid; flex: 0 0 48px; height: 48px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.38); border-radius: 50%; color: #4a254f; background: linear-gradient(145deg, #fff8da, #ffcce5); box-shadow: 0 0 25px rgba(255, 215, 235, 0.2); font-size: 22px; transition: transform 0.3s ease; }
.birthday-music:hover .birthday-music__icon, .birthday-music:focus-visible .birthday-music__icon { transform: scale(1.08) rotate(-5deg); }
.birthday-music:focus-visible { outline: 2px solid #fff; outline-offset: 6px; border-radius: 12px; }
.birthday-music b { display: block; font-size: 16px; font-weight: 400; }
.birthday-music small { display: block; margin-top: 2px; color: rgba(255, 244, 251, 0.52); font-size: 9px; letter-spacing: 0.04em; }
.birthday-music-card > p { margin: 11px 0 0; color: rgba(255, 244, 251, 0.5); font-size: 9px; line-height: 1.4; }
.birthday-music.is-playing .birthday-music__icon { animation: musicPulse 1.1s ease-in-out infinite; }
@keyframes musicPulse { 50% { transform: scale(1.08); box-shadow: 0 0 38px rgba(255, 215, 235, 0.55); } }
.payme-gift { display: grid; grid-template-columns: 164px 1fr; align-items: center; gap: 15px; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 24px; background: linear-gradient(145deg, rgba(255, 250, 245, 0.96), rgba(255, 218, 229, 0.92)); box-shadow: 0 18px 46px rgba(22, 10, 38, 0.24); text-shadow: none; }
.payme-qr { position: relative; display: block; width: 164px; aspect-ratio: 1; padding: 0; overflow: hidden; border: 7px solid #fff; border-radius: 18px; background: #fff; box-shadow: 0 8px 25px rgba(111, 26, 58, 0.18); cursor: zoom-in; }
.payme-qr span { position: absolute; inset: 0; background-image: url("assets/payme-520.jpeg"); background-repeat: no-repeat; background-position: 49% 67%; background-size: 173.5% 307.25%; }
.payme-gift__copy { min-width: 0; padding-right: 8px; }
.payme-gift__eyebrow { display: block; color: #cc2451; font-size: 9px; letter-spacing: 0.12em; }
.payme-gift__copy strong { display: block; margin: 2px 0 4px; color: #ca1649; font-family: Inter, "SF Pro Display", "PingFang HK", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif; font-size: clamp(28px, 3.5vw, 42px); font-weight: 800; line-height: 1; letter-spacing: -0.045em; }
.payme-gift__copy p { margin: 0 0 7px; color: #714155; font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 10px; line-height: 1.45; }
.payme-full-button { padding: 0; border: 0; color: #a20f3c; font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 10px; font-weight: 700; text-decoration: none; background: transparent; cursor: pointer; }
.payme-full-button:hover, .payme-full-button:focus-visible { text-decoration: underline; }
.intro-enter {
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 56px;
  margin: 22px auto 0;
  padding: 13px 24px 13px 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #4a254f;
  background: linear-gradient(135deg, #fffdf5, #ffd9ec);
  box-shadow: 0 18px 50px rgba(19, 8, 37, 0.34), 0 0 40px rgba(255, 214, 237, 0.26);
  font-size: clamp(15px, 1.7vw, 19px);
  cursor: pointer;
  animation: enterGlow 2s ease-in-out infinite;
}
.intro-enter:not([hidden]) { display: inline-flex; }
.intro-blessing .intro-enter { margin-top: 14px; }
.intro-enter:hover, .intro-enter:focus-visible { outline: 2px solid white; outline-offset: 5px; transform: translateY(-3px); }
.intro-enter i { color: #d45791; font-style: normal; }
@keyframes enterGlow { 50% { box-shadow: 0 20px 56px rgba(19, 8, 37, 0.38), 0 0 58px rgba(255, 214, 237, 0.5); } }
.intro-continue { margin: 11px 0 0; color: rgba(255, 246, 251, 0.6); font-size: 11px; letter-spacing: 0.08em; }
.intro-continue span { display: inline-block; margin-right: 5px; font-size: 19px; vertical-align: -2px; animation: continueBounce 1.5s ease-in-out infinite; }
@keyframes continueBounce { 50% { transform: translateY(5px); } }
.intro-mousse {
  position: absolute;
  z-index: 8;
  right: clamp(16px, 4vw, 60px);
  bottom: clamp(80px, 12vh, 135px);
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 240px;
  padding: 7px 12px 7px 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(36, 20, 59, 0.42);
  box-shadow: 0 18px 50px rgba(19, 9, 35, 0.24);
  backdrop-filter: blur(16px);
  animation: mousseGuideFloat 4s ease-in-out infinite;
}
.intro-mousse img { width: 50px; height: 50px; border: 2px solid rgba(255, 255, 255, 0.75); border-radius: 50%; object-fit: cover; mix-blend-mode: normal; }
.intro-mousse p { margin: 0; color: rgba(255, 248, 252, 0.78); font-size: 11px; line-height: 1.25; }
.intro-mousse__spark { position: absolute; top: -13px; left: -2px; color: #fff0a5; filter: drop-shadow(0 0 7px #fff0a5); animation: starTwinkle 2s ease-in-out infinite; }
@keyframes mousseGuideFloat { 50% { transform: translateY(-8px) rotate(-1deg); } }
.intro-castle { position: absolute; z-index: 3; left: 50%; bottom: -16px; width: min(940px, 94vw); height: clamp(130px, 24vh, 250px); transform: translateX(-50%); opacity: 0.63; filter: drop-shadow(0 -12px 42px rgba(255, 195, 226, 0.24)); }
.intro-castle::after { content: ""; position: absolute; left: -12%; right: -12%; bottom: -20px; height: 72px; border-radius: 50% 50% 0 0; background: linear-gradient(#25143f, #1b102f); }
.intro-castle__keep, .intro-castle__tower, .intro-castle__wing { position: absolute; bottom: 22px; display: block; background: linear-gradient(180deg, #51305f, #25153f); box-shadow: inset 0 1px rgba(255, 255, 255, 0.08); }
.intro-castle__keep { left: 50%; width: 22%; height: 72%; border-radius: 55% 55% 8px 8px; transform: translateX(-50%); }
.intro-castle__keep::before { content: ""; position: absolute; left: 50%; bottom: 84%; width: 66%; aspect-ratio: 1; background: linear-gradient(135deg, #9a5b83, #432652); clip-path: polygon(50% 0, 100% 100%, 0 100%); transform: translateX(-50%); }
.intro-castle__keep::after { content: "✦"; position: absolute; left: 50%; bottom: calc(100% + 31%); color: #ffd5e9; font-size: 18px; filter: drop-shadow(0 0 8px #ffbada); transform: translateX(-50%); }
.intro-castle__keep i { position: absolute; left: 50%; bottom: 0; width: 24%; height: 34%; border-radius: 50% 50% 0 0; background: rgba(255, 206, 229, 0.2); transform: translateX(-50%); }
.intro-castle__keep b { position: absolute; top: 30%; left: 22%; width: 10px; height: 18px; border-radius: 9px 9px 2px 2px; background: #ffd5e3; box-shadow: 45px 0 #ffd5e3, 22px 36px #ffd5e3; opacity: 0.7; }
.intro-castle__tower { width: 12%; height: 58%; border-radius: 50% 50% 5px 5px; }
.intro-castle__tower::before { content: ""; position: absolute; left: 50%; bottom: 88%; width: 92%; aspect-ratio: 0.78; background: linear-gradient(135deg, #a65f8b, #442650); clip-path: polygon(50% 0, 100% 100%, 0 100%); transform: translateX(-50%); }
.intro-castle__tower i { position: absolute; top: 35%; left: 50%; width: 9px; height: 20px; border-radius: 8px 8px 2px 2px; background: rgba(255, 220, 162, 0.78); box-shadow: 0 0 14px rgba(255, 216, 152, 0.62); transform: translateX(-50%); }
.intro-castle__tower--left { left: 19%; }
.intro-castle__tower--right { right: 19%; }
.intro-castle__wing { width: 19%; height: 36%; }
.intro-castle__wing--left { left: 29%; border-radius: 50% 4px 0 0; }
.intro-castle__wing--right { right: 29%; border-radius: 4px 50% 0 0; }
.intro-fireworks { position: absolute; inset: 0; z-index: 5; overflow: hidden; pointer-events: none; }
.firework-burst { position: absolute; width: 4px; height: 4px; }
.firework-burst::after { content: ""; position: absolute; inset: -3px; border-radius: 50%; background: white; box-shadow: 0 0 18px currentColor; animation: fireworkCore 1s ease-out forwards; }
.firework-burst span { position: absolute; left: 0; top: 0; width: 4px; height: 11px; border-radius: 999px; background: currentColor; box-shadow: 0 0 8px currentColor; transform-origin: 50% 100%; animation: magicFirework var(--duration, 1.35s) cubic-bezier(0.1, 0.65, 0.25, 1) forwards; }
@keyframes magicFirework {
  0% { opacity: 0; transform: rotate(var(--angle)) translateY(0) scaleY(0.3); }
  12% { opacity: 1; }
  78% { opacity: 1; }
  100% { opacity: 0; transform: rotate(var(--angle)) translateY(var(--distance)) scaleY(0.15); }
}
@keyframes fireworkCore { to { opacity: 0; transform: scale(7); } }
.birthday-intro.is-complete .intro-story h1 { color: #fff8df; text-shadow: 0 0 30px rgba(255, 229, 157, 0.42), 0 4px 30px rgba(18, 9, 37, 0.45); }
.birthday-intro.is-complete .intro-countdown { border-color: rgba(255, 239, 184, 0.35); box-shadow: 0 28px 90px rgba(20, 9, 40, 0.34), 0 0 55px rgba(255, 212, 231, 0.2); }

.payme-modal {
  width: min(700px, calc(100vw - 28px));
  max-height: 92svh;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  color: #3d2330;
  background: linear-gradient(145deg, #fffaf7, #ffe5ee);
  box-shadow: 0 40px 120px rgba(24, 10, 41, 0.55);
}
.payme-modal::backdrop { background: rgba(24, 12, 39, 0.74); backdrop-filter: blur(12px); }
.payme-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 20px; border-bottom: 1px solid rgba(133, 52, 83, 0.1); }
.payme-modal__header span { color: #c52a55; font-family: Inter, "PingFang HK", sans-serif; font-size: 9px; font-weight: 800; letter-spacing: 0.12em; }
.payme-modal__header h2 { margin: 2px 0 0; font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: clamp(16px, 2.2vw, 22px); }
.payme-modal__header button { display: grid; flex: 0 0 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; color: #8b3656; background: rgba(139, 54, 86, 0.08); font-size: 26px; cursor: pointer; }
.payme-modal__image-wrap { max-height: calc(92svh - 130px); padding: 18px; overflow-y: auto; background: rgba(255, 255, 255, 0.46); }
.payme-modal__image-wrap img { width: min(500px, 100%); margin: 0 auto; border-radius: 22px; box-shadow: 0 18px 50px rgba(113, 45, 73, 0.18); }
.payme-modal > p { margin: 0; padding: 11px 18px 14px; color: #7d5969; font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 11px; text-align: center; }
.reveal-confirm {
  width: min(450px, calc(100vw - 30px));
  padding: clamp(28px, 5vw, 44px);
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 32px;
  color: #fff8fd;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 198, 228, 0.25), transparent 48%),
    linear-gradient(145deg, #4b2a5a, #281940);
  box-shadow: 0 40px 120px rgba(17, 7, 31, 0.65), inset 0 1px rgba(255, 255, 255, 0.16);
}
.reveal-confirm::backdrop { background: rgba(20, 10, 35, 0.76); backdrop-filter: blur(14px); }
.reveal-confirm__close { position: absolute; top: 14px; right: 14px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 50%; color: rgba(255, 255, 255, 0.7); background: rgba(255, 255, 255, 0.07); font-size: 22px; cursor: pointer; }
.reveal-confirm__mousse { position: relative; width: 96px; height: 96px; margin: -2px auto 18px; padding: 6px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; background: rgba(255, 255, 255, 0.88); box-shadow: 0 15px 40px rgba(15, 6, 28, 0.3); }
.reveal-confirm__mousse img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; mix-blend-mode: normal; }
.reveal-confirm__mousse span { position: absolute; top: -9px; right: -7px; color: #fff0ad; font-size: 22px; filter: drop-shadow(0 0 8px rgba(255, 238, 159, 0.8)); animation: starTwinkle 2s ease-in-out infinite; }
.reveal-confirm__kicker { margin: 0 0 6px; color: #ffd2e7; font-size: 10px; letter-spacing: 0.14em; }
.reveal-confirm h2 { margin: 0; color: #fff; font-size: clamp(38px, 6vw, 52px); font-weight: 400; line-height: 1; }
.reveal-confirm > p:not(.reveal-confirm__kicker) { max-width: 330px; margin: 14px auto 24px; color: rgba(255, 244, 250, 0.66); font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 12px; line-height: 1.65; }
.reveal-confirm__actions { display: grid; grid-template-columns: 1fr 1.2fr; gap: 9px; }
.reveal-confirm__actions button { min-height: 48px; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; color: rgba(255, 255, 255, 0.72); background: rgba(255, 255, 255, 0.07); font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 11px; cursor: pointer; }
.reveal-confirm__actions button:last-child { border-color: rgba(255, 255, 255, 0.7); color: #4b2948; background: linear-gradient(145deg, #fffdf4, #ffd1e6); box-shadow: 0 12px 30px rgba(16, 7, 28, 0.28); font-weight: 700; }
.reveal-confirm__actions button:hover, .reveal-confirm__actions button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; transform: translateY(-2px); }

/* Modern entry portal */
.letter-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 181, 214, 0.75), transparent 34%),
    radial-gradient(circle at 85% 75%, rgba(216, 200, 255, 0.72), transparent 34%),
    #fffafd;
  transition: opacity 0.65s var(--ease), visibility 0.65s var(--ease);
}
.letter-gate::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.65);
}
.letter-gate.is-leaving { opacity: 0; visibility: hidden; }
.letter {
  position: relative;
  z-index: 2;
  width: min(600px, 92vw);
  min-height: 390px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 38px;
  color: white;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 40%),
    linear-gradient(135deg, #2d1e29 0%, #52253e 52%, #f45f9a 160%);
  box-shadow: 0 40px 110px rgba(53, 27, 45, 0.3);
  cursor: pointer;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.letter:hover, .letter:focus-visible {
  outline: 0;
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 55px 130px rgba(53, 27, 45, 0.36);
}
.letter::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 180deg, transparent, rgba(255, 255, 255, 0.15), transparent 22%);
  animation: portalSpin 8s linear infinite;
}
@keyframes portalSpin { to { transform: rotate(360deg); } }
.letter__flap { display: none; }
.letter__card {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  padding: clamp(34px, 7vw, 58px);
  text-align: left;
}
.letter__card::before {
  content: "MOUSSE";
  position: absolute;
  top: 36px;
  right: 38px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.letter__card strong {
  color: #fff;
  font-size: clamp(52px, 11vw, 84px);
  font-weight: 850;
  letter-spacing: -0.07em;
  line-height: 0.95;
}
.letter__card > span:last-child { color: rgba(255, 255, 255, 0.7); font-size: 13px; }
.letter__eyebrow { color: #ffb6d2; }
.letter__seal {
  position: absolute;
  z-index: 5;
  top: 34px;
  left: 38px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 15px;
  color: #ffb6d2;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  font-size: 25px;
}
.letter-gate.is-open .letter { animation: portalExit 0.8s var(--ease) forwards; }
@keyframes portalExit { to { opacity: 0; transform: scale(1.08); visibility: hidden; } }
.letter-note {
  position: absolute;
  z-index: 8;
  width: min(590px, calc(100vw - 36px));
  padding: clamp(34px, 7vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  text-align: left;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(24px);
  animation: noteIn 0.65s var(--ease) both;
}
@keyframes noteIn {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.letter-note h1 {
  margin: 10px 0 20px;
  font-size: clamp(38px, 8vw, 64px);
  line-height: 1;
  letter-spacing: -0.06em;
}
.letter-note p:not(.letter-note__eyebrow) { max-width: 430px; margin: 0 0 28px; color: var(--muted); }

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  padding: 0 clamp(20px, 5vw, 72px) 72px;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.hero::before { width: 700px; height: 700px; top: -310px; right: -210px; background: rgba(255, 196, 221, 0.48); }
.hero::after { width: 450px; height: 450px; left: 10%; bottom: -330px; background: rgba(216, 200, 255, 0.35); }
.mini-nav {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(1220px, 100%);
  min-height: 86px;
  margin: 0 auto;
}
.mini-nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
}
.mini-nav__links a {
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}
.mini-nav__links a:hover { color: var(--ink); background: white; }
.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.82fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
  width: min(1220px, 100%);
  min-height: calc(100svh - 110px);
  margin: 0 auto;
}
.hero__copy { padding: 40px 0 60px; }
.hero__status-row { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: #30c875; box-shadow: 0 0 0 4px rgba(48, 200, 117, 0.13); }
.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(72px, 9.2vw, 132px);
  font-weight: 880;
  letter-spacing: -0.085em;
  line-height: 0.8;
}
.hero h1 em { color: var(--pink-deep); font-style: normal; }
.hero__intro { margin: 0 0 30px; color: var(--muted); font-size: clamp(15px, 1.5vw, 18px); }
.countdown-card {
  width: min(570px, 100%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(22px);
}
.countdown-card__topline { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; padding: 0 4px; color: var(--ink); font-size: 11px; font-weight: 800; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 0 rgba(244, 95, 154, 0.45); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(244, 95, 154, 0); } }
.countdown {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 7px;
  padding: 17px 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
}
.countdown__unit { text-align: center; }
.countdown__unit strong {
  display: block;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 810;
  line-height: 1;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
}
.countdown__unit span, .countdown-card__date { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 0.08em; }
.countdown__colon { color: rgba(244, 95, 154, 0.4); font-size: 24px; font-weight: 700; line-height: 1; }
.countdown-card__date { margin: 10px 4px 0; }
.scroll-cue { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.scroll-cue span:last-child { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: white; background: var(--ink); }

.hero__mascot-wrap {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 44px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.96), transparent 46%),
    linear-gradient(145deg, rgba(255, 221, 234, 0.84), rgba(255, 255, 255, 0.56));
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}
.hero__mascot-wrap::before { content: ""; position: absolute; inset: 22px; z-index: -1; border: 1px solid rgba(244, 95, 154, 0.13); border-radius: 32px; }
.hero__mascot-wrap::after { content: "MOUSSE"; position: absolute; left: 30px; bottom: 18px; color: rgba(217, 54, 120, 0.1); font-size: clamp(62px, 8vw, 104px); font-weight: 900; letter-spacing: -0.08em; }
.mascot { position: relative; z-index: 3; width: min(440px, 96%); padding: 0; border: 0; background: transparent; cursor: pointer; filter: drop-shadow(0 26px 24px rgba(79, 48, 62, 0.12)); transition: transform 0.28s var(--ease); }
.mascot:hover { transform: translateY(-8px) scale(1.015); }
.mascot:active { transform: scale(0.97); }
.mascot:focus-visible { outline: 3px solid var(--pink); outline-offset: 7px; border-radius: 36%; }
.mascot img { position: relative; z-index: 2; width: 100%; border-radius: 42%; mix-blend-mode: multiply; }
.mascot__halo { position: absolute; inset: 8%; z-index: 1; border-radius: 50%; background: white; box-shadow: 0 0 100px 30px rgba(255, 255, 255, 0.7); }
.mascot__bow { position: absolute; z-index: 5; left: 48%; bottom: 4%; display: flex; align-items: center; transform: translateX(-50%); }
.mascot__bow i { display: block; width: 60px; height: 44px; border: 3px solid white; border-radius: 60% 32% 55% 40%; background: #ffb5d1; }
.mascot__bow i:last-child { transform: scaleX(-1); }
.mascot__bow b { z-index: 2; display: block; width: 28px; height: 28px; margin: 0 -7px; border: 3px solid white; border-radius: 50%; background: var(--pink); }
.mascot__hint { position: absolute; z-index: 8; right: 4%; bottom: 20%; padding: 8px 12px; border-radius: 12px; color: white; background: var(--ink); font-size: 10px; font-weight: 800; }
.speech-bubble { position: absolute; z-index: 8; top: 78px; right: 30px; max-width: 200px; padding: 11px 15px; border: 1px solid rgba(255, 255, 255, 0.88); border-radius: 16px 16px 4px 16px; color: var(--ink); background: rgba(255, 255, 255, 0.76); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); font-size: 11px; font-weight: 780; }
.love-counter { position: absolute; z-index: 8; left: 28px; bottom: 30px; display: inline-flex; align-items: center; gap: 5px; padding: 8px 11px; border: 1px solid rgba(255, 255, 255, 0.84); border-radius: 12px; background: rgba(255, 255, 255, 0.7); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; }
.love-counter span:first-child { color: var(--pink); font-size: 16px; }
.mascot-tag { position: absolute; z-index: 7; padding: 7px 10px; border: 1px solid rgba(36, 29, 34, 0.08); border-radius: 11px; color: var(--muted); background: rgba(255, 255, 255, 0.64); font-size: 8px; font-weight: 850; letter-spacing: 0.12em; backdrop-filter: blur(10px); }
.mascot-tag--top { top: 28px; left: 28px; }
.mascot-tag--top span { color: var(--pink); }
.mascot-tag--side { right: 24px; bottom: 28px; }
.mousse-orbit { position: absolute; inset: 60px; border: 1px dashed rgba(244, 95, 154, 0.2); border-radius: 50%; animation: orbitSpin 20s linear infinite; }
.mousse-orbit span { position: absolute; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; color: var(--pink-deep); background: white; box-shadow: var(--shadow-sm); font-size: 14px; }
.mousse-orbit span:nth-child(1) { top: 7%; left: 7%; }
.mousse-orbit span:nth-child(2) { top: 48%; right: -15px; }
.mousse-orbit span:nth-child(3) { bottom: 2%; left: 22%; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

/* Mousse camera roll */
.mousse-lookbook {
  position: relative;
  padding: 96px clamp(18px, 5vw, 72px) 72px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 24%, rgba(255, 193, 219, 0.28), transparent 26%),
    radial-gradient(circle at 90% 70%, rgba(217, 201, 255, 0.22), transparent 24%),
    rgba(255, 255, 255, 0.42);
}
.mousse-lookbook__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  width: min(1220px, 100%);
  margin: 0 auto 34px;
}
.mousse-lookbook__heading h2 {
  margin: 8px 0 10px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}
.mousse-lookbook__heading p:last-child { margin: 0; color: var(--muted); }
.mousse-lookbook__badge {
  flex: 0 0 auto;
  margin-bottom: 5px;
  padding: 9px 12px;
  border: 1px solid var(--pink-soft);
  border-radius: 999px;
  color: var(--pink-deep);
  background: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.mousse-roll {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  width: min(1220px, 100%);
  margin: 0 auto;
}
.mousse-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}
.mousse-shot:nth-child(even) { transform: translateY(18px) rotate(1deg); }
.mousse-shot:nth-child(3n) { transform: translateY(-7px) rotate(-1deg); }
.mousse-shot:hover { transform: translateY(-8px) rotate(0deg); box-shadow: var(--shadow-lg); }
.mousse-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.mousse-shot figcaption {
  min-height: 55px;
  padding: 13px 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 720;
  line-height: 1.45;
}
.mousse-shot--lavender { background: #ececf6; }
.mousse-shot--pink { background: #fff0f6; }
.mousse-shot--cream { background: #fff9f4; }

/* Schedule */
.secrets-section { position: relative; padding: 110px clamp(18px, 5vw, 72px) 120px; }
.section-heading { width: min(1040px, 100%); margin: 0 auto 36px; }
.section-heading h2, .all-done h2, .gift-vault h2 { margin: 9px 0 13px; font-size: clamp(42px, 6vw, 78px); line-height: 0.98; letter-spacing: -0.07em; }
.section-heading > p:last-child { max-width: 520px; margin: 0; color: var(--muted); }
.mousse-signal { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; width: min(1040px, 100%); margin: 0 auto 18px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.62); backdrop-filter: blur(18px); }
.mousse-signal__avatar { width: 48px; height: 48px; overflow: hidden; border: 1px solid var(--pink-soft); border-radius: 15px; background: white; }
.mousse-signal__avatar img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.mousse-signal div:nth-child(2) span, .mousse-signal div:nth-child(2) strong { display: block; }
.mousse-signal div:nth-child(2) span { color: var(--pink-deep); font-size: 8px; font-weight: 850; letter-spacing: 0.16em; }
.mousse-signal div:nth-child(2) strong { font-size: 12px; }
.mousse-signal__paws { display: flex; gap: 5px; }
.mousse-signal__paws i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 9px; color: var(--pink); background: var(--pink-wash); font-style: normal; }
.progress-card { display: grid; grid-template-columns: 160px 1fr; align-items: center; gap: 20px; width: min(1040px, 100%); margin: 0 auto 34px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.78); box-shadow: var(--shadow-sm); backdrop-filter: blur(16px); }
.progress-card__copy { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 780; }
.progress-card__copy strong { color: var(--ink); }
.progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: #f2e8ed; }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--pink), #ff9ec4); transition: width 0.65s var(--ease); }
.timeline { display: grid; gap: 18px; width: min(1040px, 100%); margin: 0 auto; }
.timeline::before { display: none; }
.secret-card, .secret-card--right { position: relative; width: 100%; margin: 0; }
.timeline-pin, .secret-card--right .timeline-pin { position: absolute; z-index: 6; top: 18px; left: 18px; right: auto; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(36, 29, 34, 0.1); border-radius: 13px; background: rgba(255, 255, 255, 0.8); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.timeline-pin span { color: var(--muted); font-size: 10px; font-weight: 850; }
.secret-card.is-available .timeline-pin, .secret-card.is-open .timeline-pin { border-color: transparent; color: white; background: var(--ink); }
.secret-card.is-available .timeline-pin span, .secret-card.is-open .timeline-pin span { color: white; }
.secret-card__shell { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.77); box-shadow: var(--shadow-sm); backdrop-filter: blur(18px); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.secret-card__shell:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.secret-card__meta { display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-height: 74px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.date-chip, .status-chip { display: inline-flex; align-items: center; min-height: 29px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: rgba(255, 255, 255, 0.72); font-size: 9px; font-weight: 850; letter-spacing: 0.06em; }
.status-chip { color: #998c93; background: #f5f1f3; }
.status-chip--known { color: var(--pink-deep); background: var(--pink-wash); }
.secret-card.is-available .status-chip { color: var(--pink-deep); background: var(--pink-wash); }
.secret-card.is-open .status-chip { border-color: transparent; color: white; background: var(--pink-deep); }
.locked-face { display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 34px; min-height: 300px; padding: 34px; }
.lock-illustration { position: relative; display: grid; width: 160px; height: 160px; place-items: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 32px; color: var(--pink-deep); background: radial-gradient(circle at 70% 20%, white, transparent 30%), linear-gradient(145deg, var(--pink-wash), var(--pink-soft)); box-shadow: inset 0 0 0 1px rgba(244, 95, 154, 0.08), var(--shadow-sm); }
.lock-illustration::after { content: "♡"; position: absolute; right: 12px; bottom: 7px; color: rgba(244, 95, 154, 0.22); font-size: 52px; font-weight: 800; }
.gift-box { position: absolute; top: 72px; width: 68px; height: 54px; border-radius: 7px 7px 16px 16px; background: #ffafd0; }
.gift-box::after { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 12px; background: var(--pink); transform: translateX(-50%); }
.gift-lid { position: absolute; z-index: 2; top: 59px; width: 80px; height: 17px; border-radius: 7px; background: var(--pink); }
.gift-bow { position: absolute; z-index: 3; top: 25px; font-size: 40px; font-weight: 800; }
.lock-illustration--sushi { display: flex; gap: 7px; font-size: 18px; }
.lock-illustration--sushi b, .lock-illustration--final span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 18px; color: white; background: var(--ink); font-size: 25px; }
.lock-illustration--mousse { padding: 0; background: #ececf6; }
.lock-illustration--mousse img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.lock-illustration--mousse span { position: absolute; right: 10px; bottom: 10px; z-index: 2; padding: 6px 8px; border-radius: 8px; color: white; background: rgba(36, 29, 34, 0.82); font-size: 7px; font-weight: 850; letter-spacing: 0.12em; }
.lock-illustration--cake, .lock-illustration--whale { font-size: 52px; }
.locked-face h3, .secret-content h3 { margin: 5px 0 9px; font-size: clamp(29px, 4vw, 44px); line-height: 1.05; letter-spacing: -0.055em; }
.locked-copy, .card-timer, .address-line { color: var(--muted); font-size: 12px; }
.locked-copy { max-width: 500px; margin: 0 0 18px; }
.reveal-button { min-width: 172px; color: #a0979b; background: #f1edef; }
.reveal-button:disabled { cursor: not-allowed; }
.secret-card.is-available .reveal-button { color: white; background: var(--ink); cursor: pointer; animation: availableGlow 2.3s ease-in-out infinite; }
@keyframes availableGlow { 50% { box-shadow: 0 0 0 7px rgba(244, 95, 154, 0.1); } }
.card-timer { min-height: 18px; margin: 8px 0 0; font-variant-numeric: tabular-nums; }
.secret-card.is-open .locked-face { display: none; }
.secret-content { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); animation: revealIn 0.65s var(--ease) both; }
@keyframes revealIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.secret-content__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 5vw, 58px); }
.big-note { max-width: 470px; margin: 0 0 20px; color: var(--muted); }
.photo-frame { position: relative; margin: 0; padding: 0; overflow: hidden; background: #f5edf1; transform: none; }
.photo-frame--wide img { width: 100%; height: 100%; min-height: 490px; object-fit: cover; }
.photo-frame--portrait { margin: 0; transform: none; }
.photo-frame--portrait img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.photo-tape { display: none; }
.photo-caption { position: absolute; right: 16px; bottom: 16px; padding: 7px 10px; border-radius: 10px; color: var(--ink); background: rgba(255, 255, 255, 0.76); backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; width: 100%; margin: 18px 0; }
.detail-grid > div { padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: var(--pink-wash); }
.detail-grid span, .detail-grid strong { display: block; }
.detail-grid span { color: var(--muted); font-size: 9px; }
.detail-grid strong { font-size: 11px; }
.editorial-gallery { position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr; grid-template-rows: 1fr 1fr; gap: 6px; min-height: 560px; padding: 6px; overflow: hidden; background: #f1e9ed; }
.editorial-gallery img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.editorial-gallery__hero { grid-row: 1 / 3; }
.gallery-credit { position: absolute; left: 18px; bottom: 18px; padding: 7px 10px; border-radius: 9px; color: white; background: rgba(25, 18, 22, 0.68); backdrop-filter: blur(10px); font-size: 8px; font-weight: 800; letter-spacing: 0.1em; }
.secret-content--photo-split { grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr); align-items: stretch; padding: 0; }
.wish-box { display: flex; align-items: center; gap: 8px; }
.wish-button { color: var(--pink-deep); background: var(--pink-wash); }
.wish-result { min-height: 22px; color: var(--pink-deep); font-size: 11px; font-weight: 800; }
.ocean-gallery { display: grid; grid-template-rows: 1fr auto; min-height: 560px; padding: 10px; background: #0d2230; }
.ocean-gallery__main { width: 100%; height: 100%; min-height: 450px; border-radius: 22px; object-fit: cover; }
.ocean-gallery__thumbs { display: flex; gap: 8px; padding: 10px 0 0; }
.ocean-gallery__thumbs button { width: 72px; height: 56px; padding: 3px; overflow: hidden; border: 2px solid transparent; border-radius: 12px; background: rgba(255, 255, 255, 0.12); cursor: pointer; }
.ocean-gallery__thumbs button:hover, .ocean-gallery__thumbs button:focus-visible, .ocean-gallery__thumbs button.is-active { border-color: #9be5ff; outline: 0; }
.ocean-gallery__thumbs img { width: 100%; height: 100%; border-radius: 7px; object-fit: cover; }
.mission-list { display: grid; gap: 8px; width: 100%; margin: 17px 0 22px; }
.mission-list label { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: rgba(255, 255, 255, 0.74); font-size: 11px; cursor: pointer; }
.mission-list input { width: 17px; height: 17px; accent-color: var(--pink); }
.mission-list label:has(input:checked) { color: var(--pink-deep); background: var(--pink-wash); text-decoration: line-through; }
.hotpot-scene { position: relative; display: grid; min-height: 500px; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 60%, rgba(255, 255, 255, 0.9), transparent 25%), linear-gradient(145deg, #ffe4d1, #ffb6cf); }
.hotpot-scene::before { content: "HOT POT"; position: absolute; left: -15px; bottom: -22px; color: rgba(137, 61, 84, 0.12); font-size: 96px; font-weight: 900; letter-spacing: -0.08em; }
.hotpot { z-index: 2; font-size: 128px; filter: drop-shadow(0 20px 20px rgba(90, 50, 58, 0.14)); }
.steam { position: absolute; top: 90px; color: white; font-size: 30px; opacity: 0; animation: steam 2.6s ease-in-out infinite; }
.steam--1 { left: 38%; }
.steam--2 { left: 50%; animation-delay: 0.7s; }
.steam--3 { left: 60%; animation-delay: 1.4s; }
@keyframes steam {
  0% { opacity: 0; transform: translateY(30px) scale(0.6); }
  45% { opacity: 0.78; }
  100% { opacity: 0; transform: translateY(-35px) scale(1.25); }
}
.satay-label { position: absolute; z-index: 3; right: 20%; bottom: 18%; padding: 8px 14px; border-radius: 10px; color: white; background: var(--ink); font-size: 12px; font-weight: 850; }

/* Gift vault */
.gift-vault { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); width: min(1040px, 100%); min-height: 650px; margin: 110px auto 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 42px; color: white; background: #1f151d; box-shadow: 0 40px 100px rgba(38, 22, 33, 0.28); }
.gift-vault__visual { position: relative; display: grid; min-height: 650px; place-items: center; overflow: hidden; border-right: 1px solid rgba(255, 255, 255, 0.09); background: radial-gradient(circle at 50% 45%, rgba(244, 95, 154, 0.3), transparent 34%), linear-gradient(145deg, #3e2435, #251922); }
.gift-grid { position: absolute; inset: 0; opacity: 0.22; background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle, black, transparent 72%); }
.phone-silhouette { position: relative; width: 220px; height: 430px; border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 48px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 45%), #151015; box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.03), 0 40px 60px rgba(0, 0, 0, 0.35), 0 0 80px rgba(244, 95, 154, 0.14); transform: rotate(-8deg); }
.phone-silhouette::after { content: "?"; position: absolute; left: 50%; top: 50%; color: rgba(255, 255, 255, 0.1); font-size: 120px; font-weight: 800; transform: translate(-50%, -50%); }
.phone-camera { position: absolute; z-index: 2; width: 50px; height: 50px; border: 7px solid #2e2530; border-radius: 50%; background: #080708; box-shadow: inset 0 0 0 4px #1d1b22; }
.phone-camera--1 { top: 28px; left: 29px; }
.phone-camera--2 { top: 28px; right: 29px; }
.phone-camera--3 { top: 91px; left: 29px; }
.phone-glow { position: absolute; inset: 22%; border-radius: 50%; background: rgba(244, 95, 154, 0.22); filter: blur(38px); }
.gift-mousse { position: absolute; z-index: 5; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 8px; padding: 6px 10px 6px 6px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 15px; background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(12px); }
.gift-mousse img { width: 42px; height: 42px; border-radius: 12px; object-fit: cover; background: white; }
.gift-mousse span { color: rgba(255, 255, 255, 0.72); font-size: 9px; font-weight: 750; }
.gift-vault__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 70px); }
.gift-vault__header { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.gift-kicker { color: #ff97c0; }
.gift-lock-status { padding: 6px 9px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; color: rgba(255, 255, 255, 0.58); font-size: 8px; font-weight: 850; letter-spacing: 0.12em; }
.gift-vault h2 { margin-top: 25px; color: white; font-size: clamp(44px, 5.5vw, 72px); }
.gift-vault__intro { max-width: 480px; margin: 5px 0 30px; color: rgba(255, 255, 255, 0.58); font-size: 13px; }
.gift-countdown { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: start; gap: 8px; padding: 18px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 18px; background: rgba(255, 255, 255, 0.05); }
.gift-countdown div { text-align: center; }
.gift-countdown strong { display: block; font-size: clamp(28px, 4vw, 44px); font-weight: 780; line-height: 1; letter-spacing: -0.06em; font-variant-numeric: tabular-nums; }
.gift-countdown span { color: rgba(255, 255, 255, 0.4); font-size: 7px; font-weight: 850; letter-spacing: 0.12em; }
.gift-countdown i { color: rgba(255, 255, 255, 0.22); font-style: normal; font-size: 23px; }
.gift-reveal-button { width: 100%; margin-top: 14px; justify-content: space-between; color: rgba(255, 255, 255, 0.46); background: rgba(255, 255, 255, 0.08); }
.gift-reveal-button:disabled { cursor: not-allowed; }
.gift-vault.is-available .gift-reveal-button { color: var(--ink); background: #ff9fc4; cursor: pointer; }
.gift-vault.is-open .gift-lock-status { border-color: #ff9fc4; color: #ff9fc4; }
.gift-secret { margin-top: 16px; padding: 22px; border: 1px solid rgba(255, 159, 196, 0.28); border-radius: 18px; background: linear-gradient(145deg, rgba(255, 159, 196, 0.16), rgba(255, 255, 255, 0.04)); animation: revealIn 0.65s var(--ease) both; }
.gift-secret h3 { margin: 8px 0; color: #ffb9d4; font-size: clamp(36px, 5vw, 56px); line-height: 1; letter-spacing: -0.06em; }
.gift-secret p:last-child { margin: 0; color: rgba(255, 255, 255, 0.64); font-size: 12px; }

/* Completion + footer */
.all-done { width: min(1040px, 100%); margin: 26px auto 0; padding: clamp(38px, 6vw, 70px); overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: rgba(255, 255, 255, 0.78); box-shadow: var(--shadow-sm); backdrop-filter: blur(18px); animation: revealIn 0.65s var(--ease) both; }
.all-done__bow { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 20px; border-radius: 16px; color: white; background: var(--pink); font-size: 26px; }
.all-done h2 { max-width: 780px; }
.all-done > p:last-of-type { color: var(--muted); }
.all-done .primary-button { margin-top: 22px; }
footer { padding: 42px 22px; border-top: 1px solid var(--line); color: var(--muted); text-align: center; font-size: 10px; }
footer p { margin: 5px 0; }
.credits { opacity: 0.64; font-size: 8px; }

/* Mousse companion */
.mousse-companion { position: fixed; z-index: 500; right: 18px; bottom: 18px; display: flex; align-items: flex-end; gap: 8px; }
.mousse-companion__bubble { max-width: 180px; margin-bottom: 8px; padding: 9px 12px; border: 1px solid rgba(255, 255, 255, 0.85); border-radius: 14px 14px 3px 14px; color: var(--ink); background: rgba(255, 255, 255, 0.78); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); font-size: 9px; font-weight: 780; transition: opacity 0.25s ease, transform 0.25s var(--ease); }
.mousse-companion button { position: relative; width: 62px; height: 62px; padding: 0; overflow: visible; border: 3px solid white; border-radius: 20px; background: white; box-shadow: 0 16px 36px rgba(62, 39, 51, 0.2); cursor: pointer; transition: transform 0.25s var(--ease); }
.mousse-companion button:hover { transform: translateY(-5px) rotate(-2deg); }
.mousse-companion button img { width: 100%; height: 100%; border-radius: 17px; object-fit: cover; mix-blend-mode: multiply; }
.mousse-companion button span { position: absolute; right: -4px; top: -7px; display: grid; width: 22px; height: 22px; place-items: center; border: 2px solid white; border-radius: 50%; color: white; background: var(--pink); font-size: 11px; }
.preview-badge { position: fixed; z-index: 520; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 10px; color: white; background: var(--ink); font-size: 8px; font-weight: 800; }
.toast { position: fixed; z-index: 700; left: 50%; bottom: 30px; max-width: calc(100vw - 28px); padding: 10px 15px; border-radius: 12px; color: white; background: rgba(36, 29, 34, 0.92); box-shadow: var(--shadow-sm); font-size: 11px; font-weight: 780; opacity: 0; transform: translate(-50%, 18px); pointer-events: none; transition: opacity 0.25s ease, transform 0.25s var(--ease); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.confetti-layer { position: fixed; z-index: 650; inset: 0; overflow: hidden; pointer-events: none; }
.confetti { position: absolute; top: -30px; color: var(--pink); animation: confettiFall var(--fall-duration, 3s) linear forwards; }
@keyframes confettiFall {
  0% { opacity: 0; transform: translate3d(0, -20px, 0) rotate(0); }
  12% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(var(--drift, 30px), 110vh, 0) rotate(720deg); }
}
.pop-heart { position: fixed; z-index: 680; color: var(--pink); font-size: 28px; font-weight: 800; pointer-events: none; animation: popHeart 1.1s ease-out forwards; }
@keyframes popHeart {
  from { opacity: 1; transform: translate(-50%, -50%) scale(0.4); }
  to { opacity: 0; transform: translate(-50%, -140px) scale(1.35) rotate(18deg); }
}

/* Enchanted itinerary — replaces the previous editorial presentation */
.journey-main {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  overflow: hidden;
  color: #fff8fd;
  background:
    radial-gradient(circle at 92% 6%, rgba(255, 203, 229, 0.2), transparent 28rem),
    radial-gradient(circle at 4% 36%, rgba(198, 170, 255, 0.2), transparent 32rem),
    linear-gradient(180deg, #24163f 0%, #39214e 34%, #5f365e 70%, #2a183e 100%);
}
.journey-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.26;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.7px);
  background-size: 78px 78px;
}
.journey-hero {
  position: relative;
  min-height: 100svh;
  padding: 0 clamp(20px, 5vw, 72px) 74px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 73% 43%, rgba(255, 197, 227, 0.22), transparent 23rem),
    linear-gradient(180deg, rgba(30, 17, 55, 0.1), rgba(29, 16, 49, 0.34));
}
.journey-hero::before { content: ""; position: absolute; left: 50%; bottom: -260px; width: min(950px, 120vw); height: 520px; border: 1px solid rgba(255, 230, 243, 0.15); border-radius: 50%; box-shadow: 0 0 100px rgba(255, 178, 219, 0.12); transform: translateX(-50%); }
.journey-hero__sky { position: absolute; inset: 0; pointer-events: none; }
.journey-hero__sky i { position: absolute; color: #fff1b8; font-style: normal; filter: drop-shadow(0 0 8px rgba(255, 239, 170, 0.75)); animation: starTwinkle 3s ease-in-out infinite; }
.journey-hero__sky i:nth-child(1) { top: 15%; left: 8%; font-size: 18px; }
.journey-hero__sky i:nth-child(2) { top: 28%; left: 48%; font-size: 12px; animation-delay: -1.4s; }
.journey-hero__sky i:nth-child(3) { top: 12%; right: 13%; font-size: 21px; animation-delay: -2s; }
.journey-hero__sky i:nth-child(4) { top: 61%; left: 12%; font-size: 13px; animation-delay: -0.7s; }
.journey-hero__sky i:nth-child(5) { top: 72%; right: 8%; font-size: 17px; animation-delay: -2.4s; }
.journey-hero__sky i:nth-child(6) { top: 43%; right: 46%; font-size: 11px; animation-delay: -1s; }
.journey-nav { position: relative; z-index: 15; display: flex; align-items: center; justify-content: space-between; gap: 22px; width: min(1220px, 100%); min-height: 84px; margin: 0 auto; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.journey-nav > span { color: rgba(255, 240, 248, 0.56); font-size: 10px; letter-spacing: 0.14em; }
.journey-nav div { display: flex; gap: 7px; }
.journey-nav a { padding: 8px 13px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 999px; color: rgba(255, 247, 251, 0.74); background: rgba(255, 255, 255, 0.06); font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 10px; text-decoration: none; backdrop-filter: blur(12px); }
.journey-hero__content { position: relative; z-index: 5; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr); align-items: center; gap: clamp(35px, 6vw, 90px); width: min(1180px, 100%); min-height: calc(100svh - 84px); margin: 0 auto; }
.journey-hero__copy { padding: 50px 0 80px; }
.journey-kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: #ffd8ea; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; }
.journey-kicker span { color: #fff0ad; }
.journey-hero h1 { margin: 0 0 24px; color: #fff; font-size: clamp(58px, 7.5vw, 104px); font-weight: 400; line-height: 0.86; letter-spacing: 0.01em; text-shadow: 0 10px 45px rgba(16, 7, 32, 0.35); }
.journey-hero__copy > p:not(.journey-kicker) { max-width: 570px; margin: 0; color: rgba(255, 241, 248, 0.68); font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 14px; line-height: 1.8; }
.journey-chapter-dots { display: flex; align-items: center; width: min(470px, 100%); margin: 30px 0 24px; color: #ffe2ef; }
.journey-chapter-dots span { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 50%; background: rgba(255, 255, 255, 0.08); font-size: 10px; backdrop-filter: blur(10px); }
.journey-chapter-dots i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255, 217, 234, 0.3), rgba(255, 241, 175, 0.72), rgba(255, 217, 234, 0.3)); }
.journey-start { display: inline-flex; align-items: center; gap: 12px; min-height: 51px; padding: 11px 14px 11px 22px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 999px; color: #46264b; background: linear-gradient(145deg, #fffdf4, #ffd7ea); box-shadow: 0 18px 45px rgba(15, 7, 28, 0.25); text-decoration: none; }
.journey-start b { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #fff; background: #b64e7c; font-weight: 400; }
.journey-mousse-guide { position: relative; display: grid; min-height: 600px; place-items: center; }
.journey-mousse-guide__halo { position: absolute; width: min(440px, 86%); aspect-ratio: 1; border: 1px solid rgba(255, 235, 245, 0.26); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.025), 0 0 90px rgba(255, 186, 222, 0.18); animation: portalSpin 22s linear infinite; }
.journey-mousse { position: relative; z-index: 4; width: min(350px, 68%); padding: 0; border: 10px solid rgba(255, 255, 255, 0.72); border-radius: 48% 48% 44% 44%; background: #fff; box-shadow: 0 35px 90px rgba(16, 7, 30, 0.35); cursor: pointer; transform: rotate(-2deg); transition: transform 0.35s var(--ease); }
.journey-mousse:hover { transform: translateY(-8px) rotate(1deg); }
.journey-mousse img { width: 100%; aspect-ratio: 0.92; border-radius: 42%; object-fit: cover; mix-blend-mode: normal; }
.journey-mousse span { position: absolute; left: 50%; bottom: 12px; padding: 7px 12px; border-radius: 999px; color: #633451; background: rgba(255, 255, 255, 0.9); font-size: 10px; white-space: nowrap; transform: translateX(-50%); }
.journey-mousse-guide__speech { position: absolute; z-index: 8; top: 13%; right: 0; max-width: 190px; padding: 12px 15px; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 20px 20px 5px 20px; color: #57304e; background: rgba(255, 250, 253, 0.92); box-shadow: 0 16px 40px rgba(19, 8, 35, 0.2); font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 11px; }
.journey-love-counter { position: absolute; z-index: 8; left: 12%; bottom: 14%; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; background: rgba(39, 21, 60, 0.56); font-size: 10px; backdrop-filter: blur(14px); }
.journey-love-counter span { color: #ffb7d7; }
.journey-mousse-memory { position: absolute; z-index: 6; width: 105px; margin: 0; padding: 7px 7px 22px; border-radius: 10px; background: #fff7fb; box-shadow: 0 18px 40px rgba(17, 7, 31, 0.28); }
.journey-mousse-memory img { width: 100%; aspect-ratio: 1; border-radius: 7px; object-fit: cover; }
.journey-mousse-memory figcaption { position: absolute; right: 4px; bottom: 4px; left: 4px; color: #72445c; font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 8px; text-align: center; }
.journey-mousse-memory--one { top: 14%; left: 1%; transform: rotate(-8deg); }
.journey-mousse-memory--two { right: 1%; bottom: 9%; transform: rotate(7deg); }
.journey-mousse-guide__spark { position: absolute; color: #fff0ad; filter: drop-shadow(0 0 8px #fff0ad); animation: starTwinkle 2.4s ease-in-out infinite; }
.journey-mousse-guide__spark--one { top: 8%; left: 34%; font-size: 22px; }
.journey-mousse-guide__spark--two { right: 24%; bottom: 4%; font-size: 17px; animation-delay: -1.3s; }

.journey-main .secrets-section { position: relative; padding: 120px clamp(16px, 5vw, 70px) 120px; background: linear-gradient(180deg, rgba(32, 17, 51, 0.16), rgba(22, 12, 37, 0.46)); }
.journey-main .secrets-section::before { content: ""; position: absolute; top: 330px; bottom: 650px; left: 50%; width: 1px; background: linear-gradient(transparent, rgba(255, 221, 237, 0.34) 10%, rgba(255, 237, 177, 0.5) 50%, rgba(255, 221, 237, 0.34) 90%, transparent); transform: translateX(-50%); }
.journey-main .section-heading { position: relative; z-index: 2; width: min(880px, 100%); margin: 0 auto 42px; text-align: center; }
.journey-main .section-heading .eyebrow { color: #ffd3e6; }
.journey-main .section-heading h2 { margin: 8px 0 13px; color: #fff; font-size: clamp(48px, 7vw, 78px); font-weight: 400; line-height: 0.95; text-shadow: 0 8px 30px rgba(15, 6, 29, 0.25); }
.journey-main .section-heading > p:last-child { color: rgba(255, 241, 248, 0.62); font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; }
.journey-main .mousse-signal, .journey-main .progress-card { position: relative; z-index: 3; border-color: rgba(255, 255, 255, 0.16); color: #fff; background: rgba(43, 24, 64, 0.62); box-shadow: 0 20px 55px rgba(16, 7, 29, 0.2); backdrop-filter: blur(20px); }
.journey-main .mousse-signal__avatar { border-color: rgba(255, 255, 255, 0.5); }
.journey-main .mousse-signal__avatar img { mix-blend-mode: normal; }
.journey-main .mousse-signal div > span { color: #ffb9d6; }
.journey-main .mousse-signal strong, .journey-main .progress-card strong { color: #fff; }
.journey-main .mousse-signal__paws i { color: #ffe8f2; background: rgba(255, 255, 255, 0.08); }
.journey-main .progress-card__copy span { color: rgba(255, 255, 255, 0.54); }
.journey-main .progress-track { background: rgba(255, 255, 255, 0.1); }
.journey-main .progress-track span { background: linear-gradient(90deg, #ff9bc5, #fff0aa); box-shadow: 0 0 18px rgba(255, 174, 211, 0.45); }
.journey-main .secret-card, .journey-main .secret-card--right { position: relative; z-index: 3; width: min(1040px, 100%); margin: 0 auto 38px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.19); border-radius: 34px; background: linear-gradient(145deg, rgba(83, 45, 84, 0.82), rgba(43, 24, 64, 0.9)); box-shadow: 0 32px 90px rgba(14, 6, 26, 0.28), inset 0 1px rgba(255, 255, 255, 0.12); backdrop-filter: blur(22px); }
.journey-main .secret-card__shell { border: 0; border-radius: 33px; background: transparent; box-shadow: none; backdrop-filter: none; }
.journey-main .secret-card::after { content: "✦"; position: absolute; z-index: 1; right: 26px; bottom: 20px; color: rgba(255, 234, 181, 0.16); font-size: 52px; pointer-events: none; }
.journey-main .secret-card.is-available { border-color: rgba(255, 221, 181, 0.52); box-shadow: 0 32px 95px rgba(14, 6, 26, 0.32), 0 0 45px rgba(255, 184, 217, 0.13); }
.journey-main .timeline-pin, .journey-main .secret-card--right .timeline-pin { color: #6a3558; background: linear-gradient(145deg, #fffdf5, #ffd9eb); border-color: rgba(255, 255, 255, 0.75); box-shadow: 0 10px 30px rgba(15, 6, 28, 0.25); }
.journey-main .secret-card.is-available .timeline-pin, .journey-main .secret-card.is-open .timeline-pin { color: #5d3152; background: linear-gradient(145deg, #fffdf2, #ffd2e7); }
.journey-main .secret-card__meta { border-bottom-color: rgba(255, 255, 255, 0.1); }
.journey-main .date-chip, .journey-main .status-chip { border-color: rgba(255, 255, 255, 0.12); color: rgba(255, 244, 250, 0.66); background: rgba(255, 255, 255, 0.07); }
.journey-main .locked-face { position: relative; z-index: 2; }
.journey-main .locked-face h3 { color: #fff; font-weight: 400; }
.journey-main .locked-face p { color: rgba(255, 241, 248, 0.62); font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; }
.journey-main .lock-illustration { border-color: rgba(255, 255, 255, 0.5); background: radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.96), transparent 31%), linear-gradient(145deg, #ffd9ea, #c7afff); box-shadow: 0 18px 48px rgba(17, 7, 31, 0.25); }
.journey-main .lock-illustration img { mix-blend-mode: normal; }
.journey-main .reveal-button { color: #512c4c; background: linear-gradient(145deg, #fffdf6, #ffd3e8); box-shadow: 0 14px 35px rgba(15, 7, 27, 0.22); }
.journey-main .secret-card.is-available .reveal-button { color: #4d2948; background: linear-gradient(145deg, #fffdf4, #ffd1e6); }
.journey-main .reveal-button:disabled { color: rgba(255, 255, 255, 0.38); background: rgba(255, 255, 255, 0.07); box-shadow: none; }
.journey-main [data-card-timer] { color: rgba(255, 236, 246, 0.46); }
.journey-main .secret-content { position: relative; z-index: 4; color: #34202d; background: linear-gradient(145deg, #fffafc, #ffeef5); }
.journey-main .secret-content h3 { color: #3a2231; font-weight: 400; }
.journey-main .secret-content p, .journey-main .secret-content li, .journey-main .detail-grid { font-family: "PingFang HK", "PingFang TC", "Microsoft JhengHei", sans-serif; }
.journey-main .card-kicker { color: #bb4776; }
.journey-main .detail-grid div, .journey-main .wish-box, .journey-main .mission-list label { border-color: rgba(126, 70, 94, 0.13); background: rgba(255, 255, 255, 0.72); }
.journey-main .link-button, .journey-main .wish-button { background: #5a304e; }
.journey-main .gift-vault { position: relative; z-index: 3; border-color: rgba(255, 225, 239, 0.25); box-shadow: 0 40px 110px rgba(12, 5, 23, 0.35); }
.journey-main .all-done { position: relative; z-index: 3; border-color: rgba(255, 255, 255, 0.2); color: #fff; background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(20px); }
.journey-main .all-done p { color: rgba(255, 255, 255, 0.64); }
.journey-main footer { border-top-color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.45); }

@media (max-width: 930px) {
  .journey-hero { min-height: auto; }
  .journey-hero__content { grid-template-columns: 1fr; min-height: auto; padding: 50px 0 85px; }
  .journey-hero__copy { padding: 20px 0 0; text-align: center; }
  .journey-hero__copy > p:not(.journey-kicker), .journey-chapter-dots { margin-right: auto; margin-left: auto; }
  .journey-kicker { justify-content: center; }
  .journey-mousse-guide { min-height: 560px; }
  .journey-mousse-guide__speech { right: 12%; }
  .journey-mousse-memory--one { left: 10%; }
  .journey-mousse-memory--two { right: 10%; }
  .journey-main .secrets-section::before { display: none; }
  .intro-story { margin-top: -4vh; }
  .intro-blessing__gift-row { grid-template-columns: minmax(165px, 0.65fr) minmax(370px, 1.35fr); }
  .intro-mousse { right: 20px; bottom: 102px; }
  .intro-mousse p { display: none; }
  .intro-mousse { padding: 6px; }
  .hero__content { grid-template-columns: 1fr; padding: 45px 0 30px; }
  .hero__copy { padding-bottom: 10px; }
  .hero__mascot-wrap { min-height: 560px; }
  .mousse-roll { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 34px; }
  .secret-content, .secret-content--photo-split { grid-template-columns: 1fr; }
  .photo-frame--wide img, .photo-frame--portrait img, .editorial-gallery, .ocean-gallery, .hotpot-scene { min-height: 500px; }
  .gift-vault { grid-template-columns: 1fr; }
  .gift-vault__visual { min-height: 560px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
}

@media (max-width: 620px) {
  .payme-modal { border-radius: 22px; }
  .payme-modal__header { padding: 13px 14px; }
  .payme-modal__image-wrap { padding: 10px; }
  .payme-modal__image-wrap img { border-radius: 16px; }
  .reveal-confirm { padding: 30px 20px 22px; border-radius: 25px; }
  .reveal-confirm__mousse { width: 82px; height: 82px; }
  .reveal-confirm__actions { grid-template-columns: 1fr; }
  .journey-hero { padding: 0 14px 60px; }
  .journey-nav { min-height: 68px; }
  .journey-nav > span { display: none; }
  .journey-nav { justify-content: center; }
  .journey-hero__content { gap: 22px; padding: 40px 0 35px; }
  .journey-kicker { font-size: 10px; }
  .journey-hero h1 { font-size: clamp(54px, 18vw, 72px); line-height: 0.9; }
  .journey-hero__copy > p:not(.journey-kicker) { padding: 0 8px; font-size: 11px; }
  .journey-chapter-dots span { flex-basis: 31px; height: 31px; font-size: 8px; }
  .journey-mousse-guide { min-height: 440px; }
  .journey-mousse { width: 65%; border-width: 7px; }
  .journey-mousse-guide__halo { width: 82%; }
  .journey-mousse-guide__speech { top: 7%; right: 1%; max-width: 140px; padding: 9px 11px; font-size: 9px; }
  .journey-love-counter { left: 4%; bottom: 10%; }
  .journey-mousse-memory { width: 76px; padding: 5px 5px 18px; }
  .journey-mousse-memory--one { top: 8%; left: 0; }
  .journey-mousse-memory--two { right: 0; bottom: 5%; }
  .journey-main .secrets-section { padding: 88px 14px 90px; }
  .journey-main .section-heading h2 { font-size: 50px; }
  .journey-main .secret-card, .journey-main .secret-card--right { margin-bottom: 24px; border-radius: 26px; }
  .intro-firework-next { margin-top: 14px; }
  .intro-firework-next p { max-width: 280px; margin: 0 auto 8px; font-size: 10px; }
  .intro-next { min-height: 47px; padding: 10px 20px; }
  .birthday-intro::after { border-width: 7px; }
  .intro-story { width: calc(100vw - 22px); margin-top: -7vh; padding: 16px 5px; }
  .intro-kicker { gap: 7px; margin-bottom: 15px; font-size: 11px; letter-spacing: 0.1em; }
  .intro-story h1 { min-height: 2em; max-width: 350px; margin-bottom: 8px; font-size: clamp(41px, 13vw, 58px); line-height: 0.93; }
  .intro-whisper { max-width: 310px; margin-bottom: 18px; padding: 0 14px; font-size: 11px; line-height: 1.5; }
  .intro-countdown { gap: 3px; padding: 7px; border-radius: 22px; }
  .intro-countdown__unit { width: clamp(60px, 19vw, 78px); min-height: 79px; border-radius: 16px; }
  .intro-countdown__unit strong { font-size: clamp(39px, 12vw, 50px); }
  .intro-countdown__unit span { margin-top: 7px; font-size: 8px; letter-spacing: 0.06em; }
  .intro-countdown > b { font-size: 19px; transform: translateY(-7px); }
  .intro-date { margin-top: 12px; font-size: 9px; }
  .birthday-intro.show-blessing .intro-story { margin-top: 0; padding-right: 12px; padding-left: 12px; }
  .birthday-intro.show-blessing .intro-story h1 { min-height: 0; max-width: 360px; margin-bottom: 2px; font-size: 43px; }
  .birthday-intro.show-blessing .intro-blessing { max-height: 610px; }
  .intro-blessing__copy { margin: 4px auto 10px; }
  .intro-blessing__age { font-size: 9px; }
  .intro-blessing__copy h2 { font-size: 30px; line-height: 1.05; }
  .intro-blessing__copy > p:last-child { margin-top: 6px; padding: 0 8px; font-size: 10px; }
  .intro-blessing__gift-row { grid-template-columns: 1fr; gap: 8px; width: min(350px, 100%); }
  .birthday-music-card { padding: 8px 12px; border-radius: 18px; }
  .birthday-music__icon { flex-basis: 39px; height: 39px; font-size: 18px; }
  .birthday-music b { font-size: 14px; }
  .birthday-music-card > p { display: none; }
  .payme-gift { grid-template-columns: 132px 1fr; gap: 10px; padding: 8px; border-radius: 20px; }
  .payme-qr { width: 132px; border-width: 5px; border-radius: 15px; }
  .payme-gift__copy strong { font-size: 34px; }
  .payme-gift__copy p, .payme-gift__copy a { font-size: 9px; }
  .intro-blessing .intro-enter { min-height: 45px; margin-top: 9px; }
  .intro-enter { min-height: 49px; margin-top: 17px; padding: 11px 19px 11px 22px; font-size: 13px; }
  .intro-continue { margin-top: 8px; font-size: 9px; }
  .intro-moon { top: 26px; right: 24px; width: 68px; }
  .intro-mousse { right: 14px; bottom: 83px; }
  .intro-mousse img { width: 43px; height: 43px; }
  .intro-castle { bottom: -24px; width: 116vw; height: 145px; }
  .magic-star--4, .magic-star--7 { display: none; }
  .letter-gate { padding: 16px; }
  .hero { padding-right: 14px; padding-left: 14px; }
  .mini-nav { min-height: 70px; }
  .mini-nav__links a { padding: 7px 9px; font-size: 9px; }
  .hero__content { padding-top: 28px; }
  .hero__status-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero h1 { font-size: clamp(66px, 24vw, 94px); }
  .hero__intro br { display: none; }
  .countdown-card { padding: 12px; }
  .countdown { gap: 3px; padding: 14px 5px; }
  .countdown__unit strong { font-size: 31px; }
  .countdown__colon { font-size: 18px; }
  .hero__mascot-wrap { min-height: 450px; border-radius: 32px; }
  .speech-bubble { top: 60px; right: 16px; }
  .mascot-tag--top { top: 18px; left: 18px; }
  .mascot-tag--side { right: 16px; bottom: 18px; }
  .love-counter { left: 16px; bottom: 18px; }
  .mousse-orbit { inset: 42px; }
  .mousse-lookbook { padding: 72px 0 64px; }
  .mousse-lookbook__heading { align-items: flex-start; flex-direction: column; padding: 0 18px; }
  .mousse-lookbook__heading h2 { font-size: 46px; }
  .mousse-lookbook__badge { margin-top: -12px; }
  .mousse-roll { display: flex; gap: 12px; width: 100%; padding: 8px 18px 25px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .mousse-roll::-webkit-scrollbar { display: none; }
  .mousse-shot, .mousse-shot:nth-child(even), .mousse-shot:nth-child(3n) { flex: 0 0 min(66vw, 250px); transform: none; scroll-snap-align: start; }
  .secrets-section { padding: 88px 14px 90px; }
  .section-heading h2, .all-done h2 { font-size: 46px; }
  .mousse-signal { grid-template-columns: auto 1fr; }
  .mousse-signal__paws { display: none; }
  .progress-card { grid-template-columns: 1fr; gap: 8px; }
  .secret-card__meta { padding-left: 64px; }
  .locked-face { grid-template-columns: 1fr; gap: 20px; padding: 24px 18px 28px; text-align: left; }
  .lock-illustration { width: 118px; height: 118px; border-radius: 26px; }
  .gift-box { top: 54px; }
  .gift-lid { top: 41px; }
  .gift-bow { top: 10px; }
  .lock-illustration--cake, .lock-illustration--whale { font-size: 42px; }
  .secret-content__body { padding: 30px 20px 34px; }
  .locked-face h3, .secret-content h3 { font-size: 34px; }
  .detail-grid { grid-template-columns: 1fr; }
  .photo-frame--wide img, .photo-frame--portrait img, .editorial-gallery, .ocean-gallery, .hotpot-scene { min-height: 410px; }
  .editorial-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 1.2fr 0.8fr; }
  .editorial-gallery__hero { grid-column: 1 / 3; grid-row: auto; }
  .ocean-gallery__main { min-height: 330px; }
  .gift-vault { margin-top: 80px; border-radius: 30px; }
  .gift-vault__visual { min-height: 500px; }
  .phone-silhouette { width: 190px; height: 370px; }
  .gift-vault__content { padding: 34px 20px 42px; }
  .gift-vault h2 { font-size: 45px; }
  .gift-countdown { gap: 3px; padding: 15px 7px; }
  .gift-countdown strong { font-size: 29px; }
  .mousse-companion { right: 10px; bottom: 10px; }
  .mousse-companion__bubble { display: none; }
  .mousse-companion button { width: 54px; height: 54px; border-radius: 17px; }
  .mousse-companion button img { border-radius: 14px; }
  .letter { width: 100%; min-height: 360px; }
  .letter__card { padding: 32px; }
  .letter__card::before { top: 28px; right: 28px; }
  .letter__seal { top: 28px; left: 28px; }
}

@media (max-height: 720px) {
  .intro-story { margin-top: -3vh; transform: scale(0.9); transform-origin: center; }
  .intro-castle { height: 128px; }
  .intro-mousse { bottom: 62px; }
}

@media (max-height: 620px) {
  .intro-story { transform: scale(0.78); }
}

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