:root {
  --paper: #f7f2ea;
  --white: #fffdf9;
  --ink: #1e2a28;
  --ink-soft: #52605d;
  --coral: #ee6b57;
  --coral-dark: #b83b32;
  --mint: #b9e1d3;
  --aqua: #2c7770;
  --yellow: #f3c75b;
  --line: rgba(30, 42, 40, 0.18);
  --shadow: 0 18px 45px rgba(51, 38, 29, 0.18);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  cursor: pointer;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}

svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke-width: 2;
}

#confetti {
  position: fixed;
  inset: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.top-actions {
  position: fixed;
  z-index: 20;
  top: max(16px, env(safe-area-inset-top));
  right: max(16px, env(safe-area-inset-right));
  display: flex;
  gap: 8px;
}

.icon-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(30, 42, 40, 0.12);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(30, 42, 40, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 180ms ease, background 180ms ease;
}

.icon-button:active {
  transform: scale(0.94);
}

.hero {
  position: relative;
  min-height: min(94svh, 900px);
  overflow: hidden;
  background: #f4f3f0;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  animation: hero-in 1.4s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgba(247, 242, 234, 0.97) 0%, rgba(247, 242, 234, 0.78) 20%, rgba(247, 242, 234, 0.04) 52%, rgba(25, 31, 29, 0.18) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -24px;
  bottom: 14%;
  width: 9px;
  height: 96px;
  background: var(--yellow);
  transform: rotate(8deg);
}

.hero-content {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  padding-top: clamp(96px, 13svh, 138px);
  text-align: center;
  animation: copy-in 900ms 150ms ease both;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--coral-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--coral);
}

.hero h1 {
  max-width: 100%;
  margin: 12px 0 10px;
  color: var(--ink);
  font-family: "STKaiti", "KaiTi", serif;
  font-size: clamp(3.4rem, 12vw, 7rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-subtitle {
  width: min(100%, 480px);
  margin: 0 auto 22px;
  color: #4f5a57;
  font-size: clamp(0.92rem, 2.5vw, 1.05rem);
  line-height: 1.7;
}

.primary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  color: #fff;
  background: var(--coral);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(184, 59, 50, 0.24);
  font-size: 0.94rem;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: #db5949;
  box-shadow: 0 12px 28px rgba(184, 59, 50, 0.3);
}

.primary-button:active {
  transform: translateY(2px);
}

.scroll-cue {
  position: absolute;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 50%;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  transform: translateX(-50%);
}

.scroll-cue svg {
  animation: bounce 1.8s ease-in-out infinite;
}

.section-inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.letter-section {
  padding: clamp(74px, 11vw, 150px) 0;
  background: var(--paper);
}

.letter-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(44px, 9vw, 130px);
  align-items: start;
}

.letter-heading h2,
.section-heading h2,
.finale h2 {
  margin: 12px 0 0;
  font-family: "STKaiti", "KaiTi", serif;
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
}

.letter-copy {
  position: relative;
  padding-top: 45px;
  border-top: 1px solid var(--line);
  font-family: "STSong", "SimSun", serif;
  font-size: clamp(1.05rem, 2vw, 1.26rem);
  line-height: 2;
}

.letter-copy p {
  margin: 0 0 22px;
}

.quote-mark {
  position: absolute;
  top: -30px;
  right: 0;
  color: var(--mint);
  font-family: Georgia, serif;
  font-size: 7.5rem;
  line-height: 1;
}

.signature {
  padding-top: 14px;
  color: var(--ink-soft);
}

.signature strong {
  color: var(--coral-dark);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.86rem;
}

.wish-section {
  padding: clamp(72px, 10vw, 130px) 0;
  background: var(--ink);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
  color: var(--white);
}

.section-heading .section-kicker {
  color: var(--yellow);
}

.section-heading h2 {
  margin: 0;
  text-align: right;
}

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

.wish-card {
  position: relative;
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  border-radius: 6px;
}

.wish-card > svg {
  width: 30px;
  height: 30px;
}

.wish-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -55px;
  width: 160px;
  height: 160px;
  border: 24px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.wish-coral {
  color: #fff;
  background: var(--coral);
}

.wish-mint {
  color: var(--ink);
  background: var(--mint);
}

.wish-yellow {
  color: var(--ink);
  background: var(--yellow);
}

.wish-card h3 {
  margin: 100px 0 10px;
  font-family: "STKaiti", "KaiTi", serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.wish-card p {
  position: relative;
  z-index: 1;
  max-width: 250px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
}

.finale {
  position: relative;
  display: grid;
  min-height: min(92svh, 860px);
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.finale-photo {
  position: absolute;
  z-index: -3;
  inset: 0;
  background: url("assets/birthday-finale-cinematic.jpg") center 52% / cover no-repeat;
  transform: scale(1.04);
}

.finale-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: rgba(25, 35, 33, 0.72);
}

.finale-content {
  width: min(100% - 40px, 760px);
  padding: 60px 0 90px;
  color: #fff;
  text-align: center;
}

.finale .section-kicker {
  color: var(--yellow);
}

.finale h2 {
  margin-top: 16px;
}

.finale-content > p:not(.section-kicker) {
  margin: 22px 0 30px;
  font-family: Georgia, serif;
  font-size: 0.92rem;
}

.toast {
  position: fixed;
  z-index: 100;
  bottom: calc(22px + env(safe-area-inset-bottom));
  left: 50%;
  max-width: calc(100% - 40px);
  padding: 10px 16px;
  color: #fff;
  background: rgba(30, 42, 40, 0.94);
  border-radius: 4px;
  box-shadow: var(--shadow);
  font-size: 0.84rem;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 750ms ease, transform 750ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes copy-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

@media (max-width: 740px) {
  .hero {
    min-height: 93svh;
  }

  .hero-image {
    object-position: 50% 52%;
  }

  .hero-content {
    width: min(100% - 36px, 520px);
    padding-top: max(94px, 12svh);
  }

  .hero h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

  .letter-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .letter-heading h2,
  .section-heading h2,
  .finale h2 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    margin-top: 14px;
    text-align: left;
  }

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

  .wish-card {
    min-height: 250px;
  }

  .wish-card h3 {
    margin-top: 62px;
  }

  .finale-photo {
    background-position: 50% 52%;
  }
}

@media (max-width: 380px) {
  .hero-subtitle {
    max-width: 310px;
  }

  .hero-content {
    padding-top: 88px;
  }

}

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

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

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

.flower-scene,
.fireworks-scene {
  position: relative;
  display: grid;
  min-height: min(94svh, 900px);
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.flower-photo,
.flower-overlay,
.fireworks-film {
  position: absolute;
  inset: 0;
}

.flower-photo {
  z-index: -3;
  background: url("assets/flower-scene.jpg") center 50% / cover no-repeat;
  filter: saturate(0.84) contrast(0.95) brightness(0.9);
  transform: scale(1.03);
}

.flower-overlay {
  z-index: -2;
  background: linear-gradient(180deg, rgba(57, 37, 24, 0.36) 0%, rgba(57, 37, 24, 0.2) 40%, rgba(57, 37, 24, 0.58) 100%);
}

.scene-content {
  position: relative;
  z-index: 3;
  width: min(100% - 40px, 760px);
  color: #fffefa;
  text-align: center;
  text-shadow: 0 2px 22px rgba(27, 18, 14, 0.42);
}

.scene-content .section-kicker {
  color: #f7d976;
}

.scene-content h2 {
  margin: 14px 0 20px;
  font-family: "STKaiti", "KaiTi", serif;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 1.15;
  letter-spacing: 0;
  text-wrap: balance;
}

.scene-content > p:not(.section-kicker) {
  width: min(100%, 520px);
  margin: 0 auto 28px;
  font-size: 0.96rem;
  line-height: 1.9;
}

.scene-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  color: var(--coral-dark);
  background: rgba(255, 254, 250, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 3px;
  box-shadow: 5px 6px 0 rgba(240, 91, 80, 0.24), 0 14px 30px rgba(21, 14, 11, 0.2);
  font-weight: 700;
  text-shadow: none;
  transition: transform 180ms ease, background 180ms ease;
}

.scene-button:active {
  transform: translateY(2px);
}

.petal-layer {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.petal {
  position: absolute;
  top: -28px;
  width: var(--petal-size);
  height: var(--petal-size);
  object-fit: contain;
  filter: blur(var(--petal-blur)) drop-shadow(0 3px 4px rgba(64, 35, 29, 0.18));
  opacity: var(--petal-opacity);
  transform-style: preserve-3d;
  animation: petal-fall var(--petal-duration) linear var(--petal-delay) forwards;
}

.fireworks-scene {
  min-height: min(96svh, 920px);
  background: #21181c url("assets/fireworks-scene.jpg") center 48% / cover no-repeat;
}

.fireworks-scene::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(24, 13, 16, 0.48);
  pointer-events: none;
}

#fireworksCanvas {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: crosshair;
  touch-action: manipulation;
}

.fireworks-film {
  z-index: 0;
  background: url("assets/film-grain.png") repeat;
  opacity: 0.28;
  mix-blend-mode: screen;
  pointer-events: none;
}

.fireworks-content {
  pointer-events: none;
}

.fireworks-content .section-kicker {
  color: #f3a8a2;
}

.fireworks-content .scene-button {
  pointer-events: auto;
}

.scene-button-light {
  color: #21181c;
  background: #f3d66d;
  border-color: rgba(243, 214, 109, 0.5);
  box-shadow: 5px 6px 0 rgba(240, 91, 80, 0.3), 0 14px 30px rgba(0, 0, 0, 0.22);
}

@keyframes petal-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0) rotateX(var(--petal-flip-start)) rotateZ(0deg) scale(var(--petal-scale));
  }
  8% {
    opacity: var(--petal-opacity);
  }
  100% {
    opacity: 0.18;
    transform: translate3d(var(--petal-drift), 108svh, 0) rotateX(var(--petal-flip-end)) rotateZ(var(--petal-rotation)) scale(var(--petal-scale));
  }
}

@media (max-width: 740px) {
  .flower-scene,
  .fireworks-scene {
    min-height: 92svh;
  }

  .flower-photo {
    background-position: 50% 50%;
  }

  .scene-content {
    width: min(100% - 36px, 560px);
  }

  .scene-content h2 {
    font-size: clamp(2.45rem, 11vw, 3.45rem);
  }

  .scene-content > p:not(.section-kicker) {
    max-width: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .petal {
    display: none;
  }
}

/* Warm editorial scrapbook styling for the finished greeting. */
:root {
  --paper: #fbf7ef;
  --white: #fffefa;
  --ink: #2d2926;
  --ink-soft: #68615a;
  --coral: #f05b50;
  --coral-dark: #c83e37;
  --mint: #c7d8c1;
  --aqua: #568b80;
  --yellow: #f3d66d;
  --blush: #f4c7c3;
  --line: rgba(45, 41, 38, 0.19);
  --shadow: 0 15px 36px rgba(73, 58, 44, 0.14);
}

body {
  background: var(--paper);
}

body::after {
  content: "";
  position: fixed;
  z-index: 80;
  inset: 0;
  background: url("assets/film-grain.png") repeat;
  opacity: 0.24;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.top-actions {
  z-index: 90;
}

.icon-button {
  border-color: rgba(200, 62, 55, 0.22);
  box-shadow: 4px 5px 0 rgba(240, 91, 80, 0.12), 0 10px 22px rgba(73, 58, 44, 0.1);
}

[hidden] {
  display: none !important;
}

.hero-content {
  position: relative;
}

.hero-labels {
  position: absolute;
  top: 48px;
  left: 50%;
  display: flex;
  width: max-content;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%) rotate(-1deg);
}

.hero-labels span,
.tape-label {
  display: inline-block;
  padding: 4px 10px 3px;
  color: var(--ink);
  background: rgba(243, 214, 109, 0.86);
  border: 1px solid rgba(45, 41, 38, 0.42);
  border-radius: 1px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.hero-labels span:last-child {
  background: rgba(199, 216, 193, 0.88);
  transform: rotate(3deg);
}

.hero-shade {
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.96) 0%, rgba(251, 247, 239, 0.73) 24%, rgba(251, 247, 239, 0.02) 58%, rgba(60, 45, 34, 0.2) 100%), radial-gradient(ellipse at center, transparent 48%, rgba(83, 55, 36, 0.14) 115%);
}

.hero-image {
  filter: saturate(0.94) contrast(0.98) brightness(1.02);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 74px;
  left: 7%;
  width: 48px;
  height: 13px;
  background: rgba(240, 91, 80, 0.72);
  transform: rotate(-12deg);
}

.hero::after {
  right: 7%;
  bottom: 19%;
  width: 44px;
  height: 12px;
  background: rgba(199, 216, 193, 0.86);
  transform: rotate(11deg);
}

.eyebrow {
  color: var(--coral-dark);
  border-color: var(--coral);
}

.primary-button {
  background: var(--coral);
  border: 1px solid rgba(120, 37, 31, 0.16);
  box-shadow: 5px 6px 0 rgba(200, 62, 55, 0.16), 0 12px 24px rgba(86, 57, 39, 0.12);
}

.letter-section {
  position: relative;
  background-color: var(--paper);
  background-image: linear-gradient(rgba(45, 41, 38, 0.035) 1px, transparent 1px);
  background-size: 100% 30px;
}

.letter-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% 22%, 96% 78%, 91% 35%, 86% 88%, 80% 28%, 75% 76%, 69% 31%, 63% 84%, 57% 24%, 51% 77%, 45% 32%, 39% 88%, 33% 27%, 27% 76%, 21% 34%, 15% 85%, 9% 29%, 4% 80%, 0 34%);
}

.letter-heading {
  position: relative;
  padding: 28px 26px 34px;
  background: rgba(255, 254, 250, 0.82);
  border: 1px solid rgba(45, 41, 38, 0.16);
  box-shadow: 8px 9px 0 rgba(199, 216, 193, 0.42);
  transform: rotate(-1deg);
}

.tape-label {
  position: absolute;
  top: -12px;
  right: 22px;
  border-color: rgba(45, 41, 38, 0.22);
  transform: rotate(4deg);
}

.tape-label-yellow {
  position: static;
  margin-left: 10px;
  vertical-align: top;
  transform: rotate(-3deg);
}

.quote-mark {
  color: var(--blush);
}

.wish-section {
  position: relative;
  color: var(--ink);
  background: #f2eee6;
  border-top: 1px solid rgba(45, 41, 38, 0.14);
  border-bottom: 1px solid rgba(45, 41, 38, 0.14);
}

.wish-section::before {
  content: "BIRTHDAY NOTES · 生日手帐";
  position: absolute;
  top: 30px;
  right: max(20px, calc((100vw - 1120px) / 2));
  color: rgba(45, 41, 38, 0.38);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.62rem;
  font-weight: 700;
}

.section-heading {
  color: var(--ink);
}

.section-heading .section-kicker,
.finale .section-kicker {
  color: var(--coral-dark);
}

.wish-grid {
  gap: 22px;
  padding: 8px 4px 12px;
}

.wish-card {
  min-height: 315px;
  border: 1px solid rgba(45, 41, 38, 0.18);
  border-radius: 3px;
  box-shadow: 8px 10px 0 rgba(45, 41, 38, 0.08);
}

.wish-card:nth-child(1) {
  transform: rotate(-1.2deg);
}

.wish-card:nth-child(2) {
  transform: translateY(12px) rotate(1deg);
}

.wish-card:nth-child(3) {
  transform: rotate(-0.7deg);
}

.wish-card::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 74px;
  height: 18px;
  background: rgba(255, 254, 250, 0.57);
  transform: translateX(-50%) rotate(-2deg);
}

.wish-card::after {
  right: -34px;
  bottom: -60px;
  border-width: 18px;
  border-color: rgba(255, 255, 255, 0.32);
}

.wish-coral {
  color: #fffefa;
  background: #ef675b;
}

.wish-mint {
  color: var(--ink);
  background: #c9dbca;
}

.wish-yellow {
  color: var(--ink);
  background: #f1d46d;
}

.finale {
  min-height: min(88svh, 800px);
}

.finale-photo {
  filter: saturate(0.9) contrast(0.96) brightness(1.01);
}

.finale-overlay {
  background: rgba(251, 247, 239, 0.76);
}

.finale-content {
  color: var(--ink);
}

.finale-content > p:not(.section-kicker) {
  color: var(--ink-soft);
}

.finale h2 {
  text-shadow: 2px 2px 0 rgba(255, 254, 250, 0.82);
}

.finale-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  color: var(--coral-dark);
  background: rgba(255, 254, 250, 0.88);
  border: 1px solid rgba(45, 41, 38, 0.32);
  box-shadow: 4px 5px 0 rgba(240, 91, 80, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.68rem;
  font-weight: 700;
  transform: rotate(-2deg);
}

.finale-signoff {
  margin: 26px 0 0 !important;
  color: var(--coral-dark) !important;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif !important;
  font-size: 0.74rem !important;
  font-weight: 700;
}

@media (max-width: 740px) {
  .hero-labels {
    top: 52px;
  }

  .hero-labels span:first-child {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .scroll-cue {
    width: max-content;
    max-width: calc(100% - 36px);
    white-space: nowrap;
  }

  .hero::before {
    left: 3%;
  }

  .hero::after {
    right: 4%;
    bottom: 24%;
  }

  .letter-heading {
    padding: 26px 22px 32px;
  }

  .wish-section::before {
    top: 26px;
    right: 20px;
  }

  .wish-card {
    min-height: 250px;
  }

  .wish-card:nth-child(2) {
    transform: translateY(2px) rotate(0.8deg);
  }

  .finale-content {
    padding-bottom: 60px;
  }
}

@media (max-width: 380px) {
  .hero-labels span {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 0.57rem;
  }
}
