:root {
  --ink: #181523;
  --ink-soft: #2a2634;
  --paper: #f3e9db;
  --paper-shadow: #d8cbbb;
  --berry: #9f3f61;
  --berry-dark: #703047;
  --peach: #f4b58e;
  --sage: #83967d;
  --cream: #fffaf2;
  --muted-on-dark: #c9becc;
  --muted-on-paper: #6f6263;
  --focus: #ffd4b8;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
  --script: "Marck Script", "Segoe Script", cursive;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: 0.34;
  background-image:
    radial-gradient(circle at 73% 32%, rgba(244, 181, 142, 0.11), transparent 17rem),
    linear-gradient(118deg, transparent 0 46%, rgba(243, 233, 219, 0.018) 47% 48%, transparent 49% 100%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.08;
  background-image:
    repeating-linear-gradient(97deg, transparent 0 3px, rgba(255, 255, 255, 0.12) 4px, transparent 5px 11px),
    repeating-linear-gradient(7deg, transparent 0 7px, rgba(0, 0, 0, 0.12) 8px, transparent 9px 15px);
  mix-blend-mode: soft-light;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

button:focus-visible,
a:focus-visible,
[tabindex="-1"]:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 5px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 15px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--berry);
  border-radius: 3px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.night-drawing {
  position: absolute;
  inset: 0 0 auto;
  height: 880px;
  z-index: -1;
  pointer-events: none;
}

.sky__moon {
  position: absolute;
  top: 94px;
  right: clamp(20px, 5vw, 82px);
  width: clamp(64px, 7vw, 92px);
  aspect-ratio: 1;
  border: 2px solid rgba(243, 233, 219, 0.68);
  border-radius: 52% 48% 50% 46%;
  transform: rotate(-13deg);
}

.sky__moon::before {
  position: absolute;
  inset: -10px 14px 15px -17px;
  content: "";
  background: var(--ink);
  border-radius: 50%;
  border-right: 1px solid rgba(243, 233, 219, 0.18);
}

.sky__moon::after {
  position: absolute;
  right: -11px;
  bottom: -22px;
  width: 52px;
  height: 18px;
  content: "";
  border-top: 1px solid rgba(243, 233, 219, 0.38);
  border-radius: 50%;
  transform: rotate(17deg);
}

.ink-star {
  position: absolute;
  color: rgba(243, 233, 219, 0.66);
  font-family: var(--serif);
  line-height: 1;
}

.ink-star--one {
  top: 76px;
  left: 8%;
  font-size: 18px;
  transform: rotate(13deg);
}

.ink-star--two {
  top: 182px;
  left: 3%;
  color: rgba(244, 181, 142, 0.58);
  font-size: 24px;
  transform: rotate(-9deg);
}

.ink-star--three {
  top: 134px;
  left: 21%;
  font-size: 28px;
}

.ink-star--four {
  top: 350px;
  right: 3%;
  color: rgba(131, 150, 125, 0.72);
  font-size: 16px;
}

.ink-star--five {
  top: 506px;
  right: 7%;
  font-size: 32px;
}

.page-shell {
  position: relative;
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 12px 4px;
  border-bottom: 1px solid rgba(243, 233, 219, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand__seal {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--paper);
  background: var(--berry);
  border: 1px solid rgba(243, 233, 219, 0.55);
  border-radius: 49% 45% 52% 46%;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  transform: rotate(-7deg);
}

.topbar__date {
  color: var(--muted-on-dark);
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.14em;
}

.letter-scene {
  display: grid;
  grid-template-areas:
    "greeting cake"
    "letter controls";
  grid-template-columns: minmax(0, 1.38fr) minmax(360px, 1fr);
  gap: 20px 34px;
  align-items: start;
  padding: clamp(24px, 4vw, 54px) 0 70px;
}

.paper-surface {
  position: relative;
  isolation: isolate;
  color: var(--ink-soft);
  background-color: var(--paper);
  background-image:
    linear-gradient(88deg, rgba(129, 96, 75, 0.035), transparent 18% 78%, rgba(129, 96, 75, 0.04)),
    repeating-linear-gradient(4deg, transparent 0 8px, rgba(69, 51, 47, 0.018) 9px, transparent 10px 18px);
  border: 1px solid rgba(95, 67, 60, 0.22);
  border-radius: 2px 7px 3px 5px;
  box-shadow: 0 18px 34px rgba(5, 4, 12, 0.24);
}

.paper-surface::before {
  position: absolute;
  inset: 7px 8px;
  z-index: -1;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(95, 67, 60, 0.055);
  border-radius: 6px 2px 7px 3px;
  background-image:
    radial-gradient(circle at 12% 23%, rgba(88, 64, 55, 0.08) 0 0.7px, transparent 0.9px),
    radial-gradient(circle at 73% 61%, rgba(88, 64, 55, 0.07) 0 0.8px, transparent 1px);
  background-size: 19px 17px, 23px 29px;
}

.greeting {
  grid-area: greeting;
  z-index: 1;
  min-height: 352px;
  margin-right: -28px;
  padding: clamp(42px, 5.4vw, 76px) clamp(40px, 6vw, 88px) 46px;
  transform: rotate(-0.42deg);
}

.greeting::after {
  position: absolute;
  right: 7%;
  bottom: -8px;
  left: 4%;
  height: 11px;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, transparent 5px, var(--paper) 5px) 0 0 / 11px 11px repeat-x;
}

.paper-clip {
  position: absolute;
  top: -16px;
  left: 42px;
  width: 16px;
  height: 48px;
  border: 2px solid #a1958a;
  border-radius: 9px;
  transform: rotate(8deg);
}

.paper-clip::after {
  position: absolute;
  inset: 5px 3px -8px;
  content: "";
  border: 1px solid #a1958a;
  border-radius: 8px;
}

.hand-note,
.cake-stage__note,
.letter__salutation,
.signature {
  font-family: var(--script);
  font-weight: 400;
}

.hand-note {
  margin: 0 0 16px;
  color: var(--berry);
  font-size: clamp(19px, 2vw, 25px);
  transform: rotate(-1.5deg);
}

.greeting h1 {
  max-width: 790px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(58px, 6.5vw, 91px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.greeting h1 em {
  display: block;
  margin-top: 10px;
  color: var(--berry);
  font-weight: 400;
}

.greeting__lede {
  max-width: 590px;
  margin: 29px 0 0;
  color: #4e4548;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.25;
}

.drawn-heart {
  position: absolute;
  right: clamp(28px, 5vw, 72px);
  bottom: 21px;
  color: var(--berry);
  font-family: var(--script);
  font-size: 36px;
  transform: rotate(11deg);
}

.cake-stage {
  grid-area: cake;
  position: relative;
  z-index: 3;
  width: calc(100% + 78px);
  max-width: 590px;
  margin-top: -18px;
  margin-left: -78px;
  text-align: center;
}

.cake-stage__note {
  width: max-content;
  max-width: 82%;
  margin: 0 20px -22px auto;
  padding: 5px 14px 4px;
  color: var(--ink);
  background: #eadbc7;
  border: 1px solid rgba(90, 60, 55, 0.25);
  box-shadow: 3px 6px 0 rgba(8, 6, 15, 0.15);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.1;
  transform: rotate(2.5deg);
}

.cake {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.cake__shadow {
  fill: rgba(3, 3, 9, 0.4);
}

.cake__plate {
  stroke: #425044;
  stroke-width: 4;
  stroke-linejoin: round;
}

.cake__paint path,
.cake__paint circle {
  vector-effect: non-scaling-stroke;
}

.cake__sketch-line,
.cake__crumb-line,
.cake__cream-contour,
.cake__spatula {
  pointer-events: none;
}

.berry {
  transform-box: fill-box;
  transform-origin: center;
}

.candle__body {
  stroke-linejoin: round;
}

.candle__stripe {
  fill: none;
  stroke: rgba(112, 48, 71, 0.72);
  stroke-width: 4;
  stroke-linecap: round;
}

.candle__wick {
  fill: none;
  stroke: #3d3034;
  stroke-width: 4;
  stroke-linecap: round;
}

.candle__flame {
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: flame-flicker 1.35s ease-in-out infinite alternate;
  transition: opacity 110ms linear, transform 150ms ease-out;
}

.candle:nth-of-type(even) .candle__flame {
  animation-delay: -0.45s;
}

.candle__smoke {
  fill: none;
  stroke: var(--sage);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 7 5;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center bottom;
}

body[data-state="blowing-out"] .candle:not(.is-out) .candle__flame {
  animation: flame-gust 240ms ease-in-out infinite alternate;
}

.candle.is-out .candle__flame {
  opacity: 0;
  transform: translate(-12px, 5px) rotate(-35deg) scale(0.3, 0.7);
  animation: none;
}

.candle__smoke.is-active {
  animation: smoke-rise 1.9s ease-out both;
}

.cake-stage__caption {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: 86%;
  margin: -30px auto 0;
  padding: 5px 13px;
  color: rgba(243, 233, 219, 0.78);
  border-top: 1px solid rgba(243, 233, 219, 0.25);
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  line-height: 1.25;
  transform: rotate(-1deg);
}

.blow-note {
  grid-area: controls;
  width: min(100% - 12px, 470px);
  margin: -112px 0 0 12px;
  padding: 30px 32px 25px;
  transform: rotate(0.45deg);
}

.blow-note::after {
  position: absolute;
  right: 14px;
  bottom: -8px;
  left: 9px;
  z-index: -1;
  height: 10px;
  content: "";
  background:
    linear-gradient(45deg, transparent 5px, var(--paper) 5px) 0 0 / 12px 10px repeat-x;
}

.tape {
  position: absolute;
  top: -14px;
  right: 56px;
  width: 78px;
  height: 28px;
  background: rgba(214, 191, 153, 0.68);
  border-right: 1px dashed rgba(77, 58, 49, 0.2);
  border-left: 1px dashed rgba(77, 58, 49, 0.2);
  transform: rotate(-4deg);
}

.note-kicker {
  margin: 0 0 4px;
  color: var(--berry);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.blow-note h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(38px, 3.7vw, 52px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.controls__hint {
  min-height: 27px;
  margin: 12px 0 9px;
  color: var(--muted-on-paper);
  font-size: 13px;
  line-height: 1.45;
}

.meter {
  position: relative;
  width: 100%;
  height: 5px;
  margin: 0 0 15px;
  overflow: hidden;
  background: rgba(24, 21, 35, 0.12);
  border-radius: 99px;
}

.meter::after {
  position: absolute;
  top: -2px;
  left: 66%;
  width: 1px;
  height: 9px;
  content: "";
  background: rgba(24, 21, 35, 0.3);
}

.meter span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--berry);
  border-radius: inherit;
  transition: width 80ms linear;
}

.button {
  border: 0;
  cursor: pointer;
  touch-action: manipulation;
}

.button:disabled {
  cursor: default;
}

.button--primary {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  color: var(--cream);
  background: var(--berry);
  border: 2px solid var(--berry-dark);
  border-radius: 3px 6px 3px 7px;
  box-shadow: 4px 5px 0 rgba(112, 48, 71, 0.24);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.035em;
  transform: rotate(-0.35deg);
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.button--primary:not(:disabled):hover {
  background: #ad486b;
  box-shadow: 2px 3px 0 rgba(112, 48, 71, 0.32);
  transform: translate(2px, 2px) rotate(-0.35deg);
}

.button__icon {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 0;
  transform: rotate(-10deg);
}

.button--fallback {
  display: block;
  margin: 12px auto 0;
  padding: 3px 7px 5px;
  color: #725e61;
  background: transparent;
  border-bottom: 1px solid rgba(114, 94, 97, 0.48);
  font-size: 12px;
}

.button--fallback:hover {
  color: var(--berry);
  border-color: var(--berry);
}

.controls__privacy {
  margin: 13px 0 0;
  color: #8b7d7b;
  font-size: 9px;
  line-height: 1.45;
  text-align: center;
}

body[data-state="requesting-mic"] .button--primary,
body[data-state="listening"] .button--primary {
  background: var(--sage);
  border-color: #5f735b;
  box-shadow: 4px 5px 0 rgba(95, 115, 91, 0.25);
}

body[data-state="listening"] .button__icon {
  animation: listening-pulse 900ms ease-in-out infinite alternate;
}

body[data-state="blowing-out"] .button--primary,
body[data-state="blown-out"] .button--primary {
  background: #88787a;
  border-color: #776669;
  box-shadow: none;
}

.letter {
  grid-area: letter;
  z-index: 2;
  width: min(78%, 620px);
  margin: -58px 0 0 72px;
  padding: 33px 45px 30px;
  transform: rotate(0.65deg);
}

.letter::after {
  position: absolute;
  right: -12px;
  bottom: 20px;
  width: 44px;
  height: 38px;
  content: "";
  background: var(--berry);
  clip-path: polygon(50% 100%, 4% 47%, 10% 14%, 36% 2%, 51% 25%, 66% 2%, 91% 14%, 97% 47%);
  opacity: 0.12;
  transform: rotate(14deg);
}

.letter__salutation {
  margin: 0 0 8px;
  color: var(--berry);
  font-size: clamp(21px, 2vw, 27px);
}

.letter > p:not(.letter__salutation):not(.signature) {
  margin: 0;
  color: #4f4547;
  font-family: var(--serif);
  font-size: clamp(18px, 1.75vw, 23px);
  line-height: 1.4;
}

.drawn-rule {
  display: block;
  width: 78%;
  height: 13px;
  margin: 19px 0 7px;
  border-top: 2px solid rgba(159, 63, 97, 0.55);
  border-radius: 50%;
  transform: rotate(-1deg);
}

.signature {
  margin: 0;
  color: var(--berry);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.25;
  transform: rotate(-1deg);
}

.wish {
  width: min(720px, 88%);
  margin: -48px auto 70px;
  padding: clamp(35px, 5vw, 58px) clamp(30px, 7vw, 76px) 32px;
  text-align: left;
  transform: rotate(-0.55deg);
}

.wish:not([hidden]) {
  animation: letter-emerge 420ms cubic-bezier(0.22, 0.85, 0.32, 1) both;
}

.wish__fold {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 56px;
  background: linear-gradient(225deg, var(--ink) 49%, #dfd0bd 50%);
}

.wish h2 {
  max-width: 590px;
  margin: 8px 0 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(37px, 5vw, 58px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.signature--wish {
  margin: 0 0 25px;
}

.button--quiet {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 0;
  color: #6e5c60;
  background: transparent;
  border-bottom: 1px solid rgba(110, 92, 96, 0.38);
  font-size: 12px;
}

.button--quiet:hover {
  color: var(--berry);
  border-color: var(--berry);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 78px;
  color: rgba(243, 233, 219, 0.48);
  border-top: 1px solid rgba(243, 233, 219, 0.12);
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.06em;
}

.footer__mark {
  color: var(--peach);
  font-size: 20px;
}

@keyframes flame-flicker {
  0% {
    transform: rotate(-2deg) scale(0.96, 1.02);
  }
  100% {
    transform: translateX(1px) rotate(3deg) scale(1.02, 0.95);
  }
}

@keyframes flame-gust {
  from {
    transform: translateX(-2px) skewX(-10deg) rotate(-8deg) scale(0.92, 1);
  }
  to {
    transform: translateX(-9px) skewX(-24deg) rotate(-18deg) scale(0.82, 0.9);
  }
}

@keyframes smoke-rise {
  0% {
    opacity: 0;
    transform: translate(0, 8px) scale(0.7);
  }
  18% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translate(11px, -25px) scale(1.12);
  }
}

@keyframes listening-pulse {
  from {
    opacity: 0.5;
    transform: scaleX(0.85);
  }
  to {
    opacity: 1;
    transform: scaleX(1.15);
  }
}

@keyframes letter-emerge {
  0% {
    opacity: 0;
    transform: translateY(-76px) rotate(-2deg) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(-0.55deg) scale(1);
  }
}

@media (max-width: 1040px) {
  .page-shell {
    width: min(100% - 36px, 940px);
  }

  .letter-scene {
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, 1fr);
    gap: 18px 24px;
  }

  .greeting {
    margin-right: -16px;
    padding-right: 54px;
    padding-left: 50px;
  }

  .cake-stage {
    width: calc(100% + 54px);
    margin-left: -54px;
  }

  .letter {
    width: 88%;
    margin-left: 38px;
  }
}

@media (max-width: 760px) {
  body {
    line-height: 1.55;
  }

  body::before {
    background-image: radial-gradient(circle at 76% 25%, rgba(244, 181, 142, 0.09), transparent 11rem);
  }

  .night-drawing {
    height: 670px;
  }

  .sky__moon {
    top: 73px;
    right: 27px;
    width: 58px;
    opacity: 0.56;
  }

  .ink-star--one {
    top: 58px;
    left: 5%;
  }

  .ink-star--two {
    top: 214px;
    left: 1%;
  }

  .ink-star--three,
  .ink-star--five {
    display: none;
  }

  .page-shell {
    width: min(100% - 24px, 560px);
  }

  .topbar {
    min-height: 52px;
    padding: 7px 1px;
  }

  .brand {
    gap: 8px;
    max-width: 72%;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .brand__seal {
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    font-size: 18px;
  }

  .topbar__date {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .letter-scene {
    grid-template-areas:
      "greeting"
      "cake"
      "controls"
      "letter";
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 16px 0 44px;
  }

  .greeting {
    min-height: 0;
    margin: 0 3px;
    padding: 25px 25px 28px;
    transform: rotate(-0.25deg);
  }

  .paper-clip {
    top: -12px;
    left: 28px;
    width: 13px;
    height: 37px;
  }

  .hand-note {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .greeting h1 {
    max-width: 310px;
    font-size: clamp(45px, 13.2vw, 58px);
    line-height: 0.87;
  }

  .greeting h1 em {
    margin-top: 7px;
  }

  .greeting__lede {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.2;
  }

  .drawn-heart {
    right: 23px;
    bottom: 10px;
    font-size: 25px;
  }

  .cake-stage {
    width: calc(100% + 12px);
    max-width: none;
    margin: -16px -6px 0;
  }

  .cake-stage__note {
    position: relative;
    z-index: 4;
    margin: 3px 11px -54px auto;
    padding: 4px 11px 3px;
    font-size: 16px;
  }

  .cake {
    position: relative;
    z-index: 2;
  }

  .cake-stage__caption {
    margin-top: -35px;
    font-size: 12px;
  }

  .blow-note {
    width: calc(100% - 10px);
    margin: -2px 4px 0 6px;
    padding: 22px 23px 18px;
    transform: rotate(0.2deg);
  }

  .tape {
    top: -10px;
    right: 38px;
    width: 62px;
    height: 21px;
  }

  .blow-note h2 {
    font-size: 38px;
  }

  .controls__hint {
    min-height: 22px;
    margin: 7px 0;
    font-size: 12px;
  }

  .meter {
    margin-bottom: 10px;
  }

  .button--primary {
    min-height: 46px;
    padding: 9px 16px;
  }

  .button--fallback {
    margin-top: 8px;
  }

  .controls__privacy {
    margin-top: 9px;
    font-size: 8px;
  }

  .letter {
    width: calc(100% - 18px);
    margin: 23px 8px 0 10px;
    padding: 29px 27px 26px;
    transform: rotate(-0.4deg);
  }

  .letter__salutation {
    font-size: 22px;
  }

  .letter > p:not(.letter__salutation):not(.signature) {
    font-size: 19px;
    line-height: 1.35;
  }

  .wish {
    width: calc(100% - 16px);
    margin: -28px auto 66px;
    padding: 37px 28px 26px;
  }

  .wish h2 {
    font-size: 39px;
  }

  .footer {
    min-height: 65px;
    gap: 9px;
    font-size: 11px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .page-shell {
    width: calc(100% - 18px);
  }

  .topbar__date {
    display: none;
  }

  .brand {
    max-width: 100%;
  }

  .greeting {
    padding: 23px 21px 25px;
  }

  .greeting h1 {
    font-size: 44px;
  }

  .greeting__lede {
    max-width: 290px;
    font-size: 17px;
  }

  .cake-stage__caption {
    max-width: 92%;
  }

  .blow-note {
    padding-right: 19px;
    padding-left: 19px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
