


.birthday-callout {
position: relative;
overflow: hidden;

background:
  linear-gradient(
    135deg,
    rgba(255, 50, 89, 0.24),
    rgba(168, 85, 247, 0.22),
    rgba(59, 130, 246, 0.20),
    rgba(20, 184, 166, 0.20),
    rgba(234, 179, 8, 0.20),
    rgba(249, 115, 22, 0.22)
  );

border: 2px solid transparent;
background-clip: padding-box;
box-shadow:
  0 12px 32px rgba(0, 0, 0, 0.22),
  inset 0 0 40px rgba(255, 255, 255, 0.04);
}

.birthday-callout::before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
padding: 2px;
border-radius: inherit;

background: linear-gradient(
  90deg,
  #ff3259,
  #a855f7,
  #3b82f6,
  #14b8a6,
  #eab308,
  #f97316,
  #ff3259
);

background-size: 300% 100%;
animation: birthday-gradient 8s linear infinite;

-webkit-mask:
  linear-gradient(#fff 0 0) content-box,
  linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
}

.birthday-callout::after {
content: "";
position: absolute;
inset: -35%;
z-index: -2;

background:
  radial-gradient(circle at 20% 30%, rgba(255, 50, 89, 0.34), transparent 28%),
  radial-gradient(circle at 80% 25%, rgba(59, 130, 246, 0.30), transparent 26%),
  radial-gradient(circle at 65% 80%, rgba(20, 184, 166, 0.28), transparent 28%),
  radial-gradient(circle at 25% 85%, rgba(234, 179, 8, 0.28), transparent 26%);
}

.birthday-callout .badge-brand {
background: linear-gradient(
  90deg,
  #ff3259,
  #a855f7,
  #3b82f6
);
box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
}

.birthday-callout .comingsoon-title {
color: #ffffff;
font-weight: 800;
}

.birthday-callout .comingsoon-subtitle {
color: rgba(255, 255, 255, 0.88);
}

.birthday-callout .cta-btn {
background: linear-gradient(
  90deg,
  #ff3259,
  #a855f7,
  #3b82f6,
  #14b8a6
);
background-size: 220% 100%;
color: #ffffff;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
transition:
  background-position 0.35s ease,
  transform 0.18s ease,
  box-shadow 0.18s ease;
}

.birthday-callout .cta-btn:hover {
background-position: 100% 0;
transform: translateY(-2px);
box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

@keyframes birthday-gradient {
from {
  background-position: 0% 50%;
}

to {
  background-position: 300% 50%;
}
}

@media (prefers-reduced-motion: reduce) {
.birthday-callout::before {
  animation: none;
}
}
  .birthday-page {
    overflow-x: hidden;
  }

  .birthday-page main {
    position: relative;
  }

  .birthday-hero {
    position: relative;
    text-align: center;
    padding-top: clamp(2rem, 6vw, 5rem);
    padding-bottom: clamp(2rem, 6vw, 5rem);
    background:
      radial-gradient(circle at 20% 15%, rgba(216, 139, 192, 0.22), transparent 34%),
      radial-gradient(circle at 80% 20%, rgba(188, 111, 241, 0.20), transparent 30%);
  }

  .birthday-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(216, 139, 192, 0.45);
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .birthday-hero h1 {
    max-width: 900px;
    margin: 0 auto 1rem;
    font-size: clamp(2.4rem, 7vw, 5.5rem);
    line-height: 0.98;
  }

  .birthday-lead {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.7;
  }

  .birthday-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.6rem;
  }

  .birthday-actions .cta-btn {
    min-width: 180px;
    text-align: center;
  }

  .birthday-highlight-quote {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(1.45rem, 3.2vw, 2.45rem);
    line-height: 1.3;
    font-weight: 800;
  }

  .birthday-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
  }

  .birthday-card {
    height: 100%;
  }

  .birthday-card h3 {
    margin-top: 0;
  }

  .birthday-card p:last-child {
    margin-bottom: 0;
  }

  .birthday-photo-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 1.1fr;
    gap: 0.75rem;
    margin: 1.25rem 0;
  }

  .birthday-photo-grid img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 18px;
  }

  .birthday-photo-grid img:nth-child(2) {
    transform: translateY(1.25rem);
  }

  .memory-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
  }

  .memory-item {
    display: grid;
    grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(216, 139, 192, 0.22);
  }

  .memory-item:last-child {
    border-bottom: 0;
  }

  .memory-date {
    font-weight: 800;
  }

  .memory-item h3 {
    margin: 0 0 0.3rem;
  }

  .memory-item p {
    margin: 0;
  }

  .ordinary-tuesday {
    text-align: center;
  }

  .ordinary-tuesday p {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
  }

  .archive-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
  }

  .archive-month {
    border: 1px solid rgba(216, 139, 192, 0.25);
    border-radius: 16px;
    overflow: hidden;
  }

  .archive-month summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 800;
    list-style: none;
  }

  .archive-month summary::-webkit-details-marker {
    display: none;
  }

  .archive-month summary::after {
    content: "+";
    float: right;
    font-size: 1.25rem;
    line-height: 1;
  }

  .archive-month[open] summary::after {
    content: "–";
  }

  .archive-month ul {
    margin: 0;
    padding: 0 1.1rem 1rem 2.2rem;
  }

  .archive-month li {
    margin: 0.45rem 0;
  }

  .birthday-finale {
    position: relative;
    text-align: center;
    padding-top: clamp(2.5rem, 6vw, 5rem);
    padding-bottom: clamp(2.5rem, 6vw, 5rem);
    background:
      radial-gradient(circle at 50% 15%, rgba(255, 214, 232, 0.34), transparent 36%),
      linear-gradient(135deg, rgba(216, 139, 192, 0.13), rgba(188, 111, 241, 0.13));
  }

  .birthday-finale p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  #celebrate-button {
    margin-top: 1rem;
  }

  .birthday-note {
    opacity: 0.8;
    font-size: 0.95rem;
  }

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

    .birthday-photo-grid {
      grid-template-columns: 1fr;
    }

    .birthday-photo-grid img,
    .birthday-photo-grid img:nth-child(2) {
      height: 320px;
      transform: none;
    }

    .memory-item {
      grid-template-columns: 1fr;
      gap: 0.35rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .birthday-photo-grid img:nth-child(2) {
      transform: none;
    }

    html {
      scroll-behavior: auto;
    }
  }

  /* Interactive second-birthday celebration */
  .birthday-stage {
    --cake-pink: #d88bc0;
    --cake-purple: #8b5cf6;
    --cake-lilac: #bc6ff1;
    --cake-cream: #fff7fb;
    position: relative;
    isolation: isolate;
    width: min(100%, 780px);
    min-height: clamp(350px, 48vw, 450px);
    margin: 1.75rem auto 0.75rem;
    display: grid;
    place-items: end center;
    overflow: hidden;
    border-radius: 30px;
    background:
      radial-gradient(circle at 50% 76%, rgba(255, 255, 255, 0.72), transparent 30%),
      radial-gradient(circle at 50% 38%, rgba(216, 139, 192, 0.20), transparent 38%);
  }

  .birthday-stage::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 13% 13% 4%;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(255, 214, 232, 0.50),
      rgba(188, 111, 241, 0.13) 42%,
      transparent 70%
    );
    filter: blur(4px);
    transform: scale(0.92);
    transition: transform 500ms ease, filter 500ms ease;
  }

  .birthday-stage.is-celebrating::before {
    transform: scale(1.08);
    filter: blur(1px);
  }

  .birthday-balloons,
  .birthday-sparkles {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .birthday-balloon {
    position: absolute;
    width: clamp(42px, 7vw, 64px);
    aspect-ratio: 0.82;
    border-radius: 52% 52% 48% 48%;
    background:
      radial-gradient(circle at 30% 24%, rgba(255,255,255,0.82), transparent 18%),
      linear-gradient(145deg, var(--balloon-light), var(--balloon-dark));
    box-shadow:
      inset -8px -10px 14px rgba(63, 32, 91, 0.14),
      0 15px 30px rgba(87, 48, 111, 0.13);
    transform-origin: 50% 115%;
    animation: birthday-balloon-float 4.8s ease-in-out infinite;
  }

  .birthday-balloon::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 13px;
    height: 12px;
    background: var(--balloon-dark);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: translateX(-50%);
  }

  .birthday-balloon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 3px);
    width: 1px;
    height: clamp(75px, 13vw, 120px);
    background: linear-gradient(rgba(122, 77, 146, 0.55), transparent);
    transform: translateX(-50%);
  }

  .birthday-balloon:nth-child(1) {
    --balloon-light: #ffd6e8;
    --balloon-dark: #d88bc0;
    left: 8%;
    top: 22%;
    animation-delay: -1.1s;
  }

  .birthday-balloon:nth-child(2) {
    --balloon-light: #d9c3ff;
    --balloon-dark: #8b5cf6;
    left: 19%;
    top: 6%;
    transform: scale(0.82);
    animation-delay: -2.7s;
  }

  .birthday-balloon:nth-child(3) {
    --balloon-light: #fff0b9;
    --balloon-dark: #f0b84b;
    right: 18%;
    top: 8%;
    transform: scale(0.86);
    animation-delay: -0.6s;
  }

  .birthday-balloon:nth-child(4) {
    --balloon-light: #e6cfff;
    --balloon-dark: #bc6ff1;
    right: 7%;
    top: 24%;
    animation-delay: -3.2s;
  }

  .birthday-balloon:nth-child(5) {
    --balloon-light: #d9f7f0;
    --balloon-dark: #52bfa7;
    right: 4%;
    top: 4%;
    transform: scale(0.64);
    animation-delay: -1.8s;
  }

  .birthday-stage.is-celebrating .birthday-balloon {
    animation:
      birthday-balloon-release 2.9s cubic-bezier(.17,.84,.31,1) forwards,
      birthday-balloon-sway 850ms ease-in-out infinite alternate;
    animation-delay: var(--release-delay, 0ms), 0ms;
  }

  .birthday-balloon:nth-child(1) { --release-delay: 80ms; }
  .birthday-balloon:nth-child(2) { --release-delay: 190ms; }
  .birthday-balloon:nth-child(3) { --release-delay: 130ms; }
  .birthday-balloon:nth-child(4) { --release-delay: 250ms; }
  .birthday-balloon:nth-child(5) { --release-delay: 330ms; }

  .birthday-sparkle {
    position: absolute;
    width: 14px;
    height: 14px;
    opacity: 0.75;
    animation: birthday-twinkle 2.3s ease-in-out infinite;
  }

  .birthday-sparkle::before,
  .birthday-sparkle::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 999px;
    background: currentColor;
  }

  .birthday-sparkle::before {
    width: 2px;
    height: 100%;
  }

  .birthday-sparkle::after {
    width: 100%;
    height: 2px;
  }

  .birthday-sparkle:nth-child(1) {
    left: 24%;
    top: 32%;
    color: #bc6ff1;
    animation-delay: -0.4s;
  }

  .birthday-sparkle:nth-child(2) {
    right: 26%;
    top: 28%;
    color: #d88bc0;
    transform: scale(0.75);
    animation-delay: -1.2s;
  }

  .birthday-sparkle:nth-child(3) {
    left: 14%;
    top: 58%;
    color: #f0b84b;
    transform: scale(0.65);
    animation-delay: -1.7s;
  }

  .birthday-sparkle:nth-child(4) {
    right: 13%;
    top: 57%;
    color: #8b5cf6;
    transform: scale(0.9);
    animation-delay: -0.8s;
  }

  .birthday-sparkle:nth-child(5) {
    left: 50%;
    top: 7%;
    color: #d88bc0;
    transform: scale(0.72);
    animation-delay: -2s;
  }

  .birthday-stage.is-celebrating .birthday-sparkle {
    animation: birthday-sparkle-pop 1.15s ease-out infinite;
  }

  .birthday-cake-scene {
    position: relative;
    z-index: 3;
    width: min(88%, 460px);
    height: 330px;
    display: grid;
    place-items: end center;
    filter: drop-shadow(0 28px 24px rgba(85, 46, 105, 0.19));
  }

  .birthday-cake-stack {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: end center;
    transform-origin: 50% 100%;
  }

  .birthday-stage.is-celebrating .birthday-cake-stack {
    animation: birthday-cake-pop 850ms cubic-bezier(.18,.88,.34,1.35);
  }

  .birthday-number {
    position: absolute;
    z-index: 8;
    left: 50%;
    top: 1px;
    transform: translateX(-50%) rotate(-2deg);
    font-size: clamp(4.2rem, 10vw, 6.4rem);
    line-height: 1;
    font-weight: 950;
    color: #ffffff;
    -webkit-text-stroke: 3px var(--cake-purple);
    text-shadow:
      0 5px 0 var(--cake-pink),
      0 12px 24px rgba(77, 40, 103, 0.25);
    user-select: none;
  }

  .birthday-candles {
    position: absolute;
    z-index: 7;
    left: 50%;
    top: 83px;
    width: 125px;
    height: 72px;
    transform: translateX(-50%);
  }

  .birthday-candle {
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 54px;
    border-radius: 5px 5px 2px 2px;
    background:
      repeating-linear-gradient(
        -45deg,
        #fff 0 6px,
        var(--cake-lilac) 6px 12px
      );
    box-shadow: 0 5px 8px rgba(77, 40, 103, 0.20);
  }

  .birthday-candle:first-child {
    left: 24px;
    transform: rotate(-3deg);
  }

  .birthday-candle:last-child {
    right: 24px;
    transform: rotate(3deg);
  }

  .birthday-flame {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 4px);
    width: 17px;
    height: 27px;
    border-radius: 50% 50% 45% 45%;
    background:
      radial-gradient(circle at 50% 72%, #fff 0 16%, #ffe59a 18% 42%, #ff9d3f 48% 70%, transparent 72%);
    filter: drop-shadow(0 0 8px rgba(255, 176, 77, 0.9));
    transform: translateX(-50%);
    transform-origin: 50% 100%;
    animation: birthday-flame-flicker 170ms ease-in-out infinite alternate;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .birthday-smoke {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 5px);
    width: 11px;
    height: 11px;
    border: 2px solid rgba(139, 92, 246, 0.45);
    border-color: rgba(139, 92, 246, 0.45) transparent transparent rgba(139, 92, 246, 0.45);
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
  }

  .birthday-stage.candles-out .birthday-flame {
    opacity: 0;
    transform: translateX(-50%) scale(0.2);
    animation: none;
  }

  .birthday-stage.candles-out .birthday-smoke {
    animation: birthday-smoke-rise 1.9s ease-out forwards;
  }

  .birthday-cake-layer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid rgba(139, 92, 246, 0.18);
    overflow: hidden;
  }

  .birthday-cake-layer::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: -3%;
    right: -3%;
    top: -5px;
    height: 30px;
    border-radius: 50%;
    background:
      radial-gradient(circle at 12% 85%, var(--cake-cream) 0 15px, transparent 16px),
      radial-gradient(circle at 35% 85%, var(--cake-cream) 0 19px, transparent 20px),
      radial-gradient(circle at 60% 85%, var(--cake-cream) 0 14px, transparent 15px),
      radial-gradient(circle at 85% 85%, var(--cake-cream) 0 18px, transparent 19px),
      linear-gradient(var(--cake-cream), var(--cake-cream));
  }

  .birthday-cake-layer::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 24% 58%, rgba(255,255,255,0.78) 0 4px, transparent 5px),
      radial-gradient(circle at 74% 65%, rgba(255,255,255,0.65) 0 5px, transparent 6px),
      linear-gradient(115deg, transparent 28%, rgba(255,255,255,0.18) 45%, transparent 58%);
    opacity: 0.75;
  }

  .birthday-cake-top {
    z-index: 5;
    bottom: 123px;
    width: 48%;
    height: 85px;
    border-radius: 25px 25px 18px 18px;
    background: linear-gradient(145deg, #e8b8d7, var(--cake-pink));
  }

  .birthday-cake-middle {
    z-index: 4;
    bottom: 63px;
    width: 70%;
    height: 90px;
    border-radius: 28px 28px 20px 20px;
    background: linear-gradient(145deg, #c99af4, var(--cake-lilac));
  }

  .birthday-cake-bottom {
    z-index: 3;
    bottom: 3px;
    width: 92%;
    height: 95px;
    border-radius: 32px 32px 22px 22px;
    background: linear-gradient(145deg, #a889f2, var(--cake-purple));
  }

  .birthday-cake-plate {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(#ffffff, #eadcf5);
    box-shadow: 0 12px 20px rgba(77, 40, 103, 0.14);
    transform: translateX(-50%);
  }

  .birthday-stage-caption {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 0.35rem;
    width: min(92%, 620px);
    margin: 0;
    transform: translateX(-50%);
    font-weight: 800;
    opacity: 0;
    transition: opacity 250ms ease, transform 250ms ease;
  }

  .birthday-stage.has-message .birthday-stage-caption {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
  }

  .birthday-hero.is-celebrating h1 {
    animation: birthday-title-bounce 750ms cubic-bezier(.2,.85,.25,1.3);
  }

  .birthday-finale.is-celebrating {
    animation: birthday-finale-glow 1.1s ease-in-out 3;
  }

  .birthday-page.birthday-party-mode {
    background-image:
      radial-gradient(circle at 8% 8%, rgba(216, 139, 192, 0.08), transparent 20%),
      radial-gradient(circle at 92% 14%, rgba(139, 92, 246, 0.08), transparent 20%);
  }

  .birthday-float-symbol {
    position: fixed;
    z-index: 10000;
    left: var(--symbol-x);
    top: 102vh;
    display: block;
    pointer-events: none;
    font-size: var(--symbol-size);
    line-height: 1;
    filter: drop-shadow(0 5px 6px rgba(68, 37, 92, 0.16));
    animation: birthday-symbol-rise var(--symbol-duration) cubic-bezier(.18,.72,.24,1) forwards;
    animation-delay: var(--symbol-delay);
  }

  @keyframes birthday-balloon-float {
    0%, 100% { translate: 0 0; rotate: -2deg; }
    50% { translate: 0 -13px; rotate: 3deg; }
  }

  @keyframes birthday-balloon-release {
    0% { translate: 0 0; opacity: 1; }
    72% { opacity: 1; }
    100% { translate: var(--release-x, 0) -125%; opacity: 0; }
  }

  @keyframes birthday-balloon-sway {
    from { margin-left: -8px; }
    to { margin-left: 10px; }
  }

  @keyframes birthday-twinkle {
    0%, 100% { opacity: 0.2; transform: scale(0.6) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.15) rotate(45deg); }
  }

  @keyframes birthday-sparkle-pop {
    0%, 100% { opacity: 0.35; transform: scale(0.65) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.45) rotate(90deg); }
  }

  @keyframes birthday-flame-flicker {
    from { transform: translateX(-50%) rotate(-3deg) scale(0.94, 1.05); }
    to { transform: translateX(-50%) rotate(4deg) scale(1.08, 0.95); }
  }

  @keyframes birthday-smoke-rise {
    0% {
      opacity: 0;
      transform: translateX(-50%) translateY(0) scale(0.35) rotate(0deg);
    }
    25% { opacity: 0.8; }
    100% {
      opacity: 0;
      transform: translateX(-20%) translateY(-58px) scale(2.3) rotate(70deg);
    }
  }

  @keyframes birthday-cake-pop {
    0% { transform: translateY(0) scale(1); }
    36% { transform: translateY(-18px) scale(1.035, 0.97); }
    66% { transform: translateY(4px) scale(0.985, 1.02); }
    100% { transform: translateY(0) scale(1); }
  }

  @keyframes birthday-title-bounce {
    0% { transform: scale(1); }
    45% { transform: scale(1.07) rotate(-1deg); }
    72% { transform: scale(0.99) rotate(0.5deg); }
    100% { transform: scale(1); }
  }

  @keyframes birthday-finale-glow {
    0%, 100% {
      box-shadow: 0 0 0 rgba(188, 111, 241, 0);
      transform: scale(1);
    }
    50% {
      box-shadow:
        0 0 0 8px rgba(216, 139, 192, 0.08),
        0 0 55px rgba(188, 111, 241, 0.28);
      transform: scale(1.008);
    }
  }

  @keyframes birthday-symbol-rise {
    0% {
      opacity: 0;
      transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6);
    }
    12% { opacity: 1; }
    100% {
      opacity: 0;
      transform:
        translate3d(var(--symbol-drift), -120vh, 0)
        rotate(var(--symbol-rotate))
        scale(1.2);
    }
  }

  @media (max-width: 680px) {
    .birthday-stage {
      min-height: 350px;
      border-radius: 22px;
    }

    .birthday-cake-scene {
      width: min(94%, 390px);
      height: 310px;
    }

    .birthday-number {
      top: 10px;
    }

    @media (max-width: 680px) {
  .birthday-stage {
    min-height: 350px;
    border-radius: 22px;
  }

  .birthday-cake-scene {
    width: min(94%, 390px);
    height: 310px;
  }

  .birthday-number {
    top: 10px;
  }

  .birthday-candles {
    top: 93px;
  }

  .birthday-balloon:nth-child(2),
  .birthday-balloon:nth-child(5) {
    display: none;
  }
}
    .birthday-balloon:nth-child(2),
    .birthday-balloon:nth-child(5) {
      display: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .birthday-balloon,
    .birthday-flame,
    .birthday-sparkle,
    .birthday-stage.is-celebrating .birthday-balloon,
    .birthday-stage.is-celebrating .birthday-cake-stack,
    .birthday-hero.is-celebrating h1,
    .birthday-finale.is-celebrating,
    .birthday-float-symbol {
      animation: none !important;
    }

    .birthday-stage.candles-out .birthday-flame {
      display: none;
    }

    .birthday-stage.candles-out .birthday-smoke {
      display: none;
    }
  }

  .birthday-candles {
    position: absolute;
    z-index: 7;
    left: 50%;
    top: auto;
    bottom: 200px;
    width: 125px;
    height: 72px;
    transform: translateX(-50%);
  }
