:root { --paper: #faf5e9; --ink: #332324; --red: #a9343c; --lilac: #d8c8ec; --green: #d9dfc9; --peach: #f0c6ac; --line: #33232430; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; }
body::before { content: ''; position: fixed; inset: 0; opacity: .2; pointer-events: none; z-index: 12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23776655' opacity='.2' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { touch-action: manipulation; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 3px solid #794cb1; outline-offset: 6px; }
button:disabled { cursor: default; }
img { max-width: 100%; object-fit: contain; }
svg { fill: currentColor; }
h1, h2, h3, p { margin: 0; }
[hidden] { display: none !important; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.site-header { width: calc(100% - 112px); max-width: 1328px; height: 100px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 11px; line-height: 1.3; letter-spacing: 1.1px; font-weight: 800; }
.brand svg { width: 33px; height: 33px; transform: rotate(-14deg); }
.header-note { font: italic 16px Georgia, serif; color: #6a5d57; }
.header-link { font-size: 13px; border-bottom: 1px solid var(--ink); padding: 5px 0; }
.header-link span { margin-left: 22px; }
.hero { position: relative; max-width: 1440px; margin: auto; text-align: center; padding: 40px 24px 48px; overflow: hidden; }
.eyebrow, .section-index { font-size: 10px; font-weight: 600; letter-spacing: 1.8px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #e9e0f0; padding: 9px 13px; border-radius: 3px; transform: rotate(-2deg); }
.eyebrow > span { background: var(--ink); width: 5px; height: 5px; border-radius: 50%; }
.hero h1 { margin-top: 22px; font-size: 44px; font-weight: 800; letter-spacing: -2px; line-height: 1.08; }
#hero-intro { display: block; position: relative; z-index: 2; }
.age { display: block; color: var(--red); font: 900 clamp(230px, 27vw, 374px)/.92 Georgia, 'Times New Roman', serif; letter-spacing: -32px; position: relative; left: -9px; margin: 1px auto 13px; width: fit-content; }
.age-dot { font-size: .48em; letter-spacing: -15px; margin-left: -10px; }
.hero-last { display: block; position: relative; z-index: 3; font-size: 36px; letter-spacing: -1.6px; }
.hero-bottom { position: relative; z-index: 4; margin-top: 23px; }
.hero-bottom p { font-size: 15px; line-height: 1.55; color: #74655e; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 55px; padding: 0 25px; border-radius: 5px; font-size: 14px; font-weight: 600; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px) rotate(-1deg); box-shadow: 4px 5px 0 #33232425; }
.button:active { transform: translateY(1px); }
.button svg { width: 20px; height: 20px; }
.button-red { background: var(--red); color: var(--paper); margin-top: 22px; }
.fine-print { display: block; font: italic 13px Georgia, serif; color: #85756e; margin-top: 12px; }
.hero-cat { position: absolute; z-index: 2; }
.hero-cat-left { width: 320px; left: 7%; top: 227px; transform: rotate(-9deg); }
.hero-cat-right { width: 302px; right: 5.3%; top: 176px; transform: rotate(8deg); }
.cat-button { display: block; width: 100%; padding: 0; background: transparent; transition: transform .25s; }
.cat-button:hover { transform: rotate(-4deg) scale(1.04); }
.cat-button img { width: 100%; height: auto; display: block; filter: drop-shadow(0 5px 0 #fffcf4) drop-shadow(3px 3px 0 #fffcf4) drop-shadow(-3px -3px 0 #fffcf4) drop-shadow(0 8px 5px #402c2120); }
.scribble { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 21px; line-height: 1.2; }
.cat-caption { position: absolute; left: 20px; top: -62px; transform: rotate(3deg); font-size: 21px; white-space: nowrap; }
.drawn-arrow { position: absolute; width: 65px; height: 60px; top: -55px; right: 12px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; }
.cat-tag { position: relative; display: inline-block; margin-top: -5px; padding: 9px 13px; font-size: 9px; font-weight: 600; letter-spacing: 1px; background: var(--green); transform: rotate(4deg); }
.cat-tag-right { background: var(--lilac); transform: rotate(-12deg); margin-top: -15px; }
.speech { position: absolute; top: -18px; right: 28px; transform: rotate(4deg); border: 1.5px solid var(--ink); background: var(--paper); padding: 8px 23px 11px; border-radius: 50%; font: italic 34px Georgia, serif; z-index: 2; }
.speech::after { content: ''; position: absolute; bottom: -10px; left: 26px; width: 13px; height: 17px; transform: skew(-20deg) rotate(20deg); border-right: 1.5px solid var(--ink); background: var(--paper); }
.hero-spark { position: absolute; color: var(--red); }
.spark-one { width: 53px; height: 53px; left: 10%; top: 98px; transform: rotate(13deg); }
.spark-two { width: 30px; height: 30px; right: 8%; top: 496px; }
.hero-doodle { position: absolute; top: 102px; right: 16%; font-size: 37px; transform: rotate(10deg); }
.round-stamp { position: absolute; right: 15%; bottom: 49px; width: 110px; height: 110px; border: 1px solid #9f433f; outline: 1px solid #9f433f; outline-offset: -5px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #9f433f; transform: rotate(16deg); gap: 6px; }
.round-stamp span { font-size: 8px; font-weight: 700; letter-spacing: 1.3px; }
.round-stamp svg { width: 33px; height: 33px; }
.ticker { background: var(--red); color: var(--paper); overflow: hidden; transform: rotate(-1.4deg); width: 100%; padding: 17px 0; margin: 15px 0 0; }
.ticker > div { display: flex; align-items: center; justify-content: space-around; gap: 35px; width: max-content; min-width: 100%; }
.ticker span { white-space: nowrap; font-size: 13px; font-weight: 600; letter-spacing: 1.3px; }
.ticker svg { width: 24px; height: 24px; flex: 0 0 auto; }
.section-wrap { width: calc(100% - 160px); max-width: 1180px; margin-inline: auto; }
.wishes { padding-top: 101px; padding-bottom: 83px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 40px; }
.section-index { display: block; color: #75695f; font-size: 9px; letter-spacing: 1.6px; margin-bottom: 16px; }
h2 { font-size: clamp(32px, 3.6vw, 50px); line-height: 1.07; letter-spacing: -2px; font-weight: 800; }
.section-heading > .scribble, .section-heading > p { font-size: 19px; transform: rotate(-4deg); color: #74665d; }
.wish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wish-card { padding: 25px 25px 0; text-align: left; border: 1px solid #33232440; border-radius: 3px; min-height: 438px; position: relative; overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; isolation: isolate; }
.wish-card:hover { transform: translateY(-7px) rotate(-1deg); box-shadow: 5px 7px 0 #33232416; }
.wish-green { background: var(--green); transform: rotate(-2deg); }
.wish-lilac { background: var(--lilac); transform: rotate(1.3deg); }
.wish-peach { background: var(--peach); transform: rotate(-1deg); }
.card-top { display: flex; justify-content: space-between; font-size: 9px; letter-spacing: 1.3px; padding-bottom: 19px; border-bottom: 1px solid #33232444; }
.card-top > span { font-size: 18px; line-height: 8px; }
.wish-card h3 { font-size: clamp(25px, 2.5vw, 34px); letter-spacing: -1.4px; line-height: 1.08; padding-top: 23px; }
.wish-short { font-size: 13px; line-height: 1.45; padding-top: 13px; }
.wish-card img { width: 68%; height: 203px; margin: 8px -10px -15px auto; display: block; object-position: bottom; transition: transform .3s; }
.wish-lilac img { width: 80%; transform: rotate(-8deg); }
.wish-peach img { transform: rotate(18deg); }
.wish-card:hover img { transform: rotate(6deg) translateY(-5px); }
.wish-open { display: flex; justify-content: space-between; position: relative; width: calc(100% + 50px); margin: auto -25px 0; padding: 15px 25px; border-top: 1px solid #33232444; z-index: 2; background: inherit; font-size: 9px; letter-spacing: 1.1px; }
.wish-open > span { font-size: 18px; line-height: 10px; }
.wish-detail { position: absolute; inset: auto 14px 57px; padding: 22px; font: italic 21px/1.35 Georgia, serif; background: var(--paper); border: 1px solid #33232455; box-shadow: 4px 5px 0 #33232420; z-index: 3; transform: rotate(-2deg); animation: note-in .25s ease-out; }
.wishes-footnote { font: italic 12px Georgia, serif; color: #82736b; text-align: center; margin-top: 28px; }
.cake-section { background: #e9e0ee; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.cake-inner { display: grid; grid-template-columns: .95fr 1.05fr; padding-top: 75px; padding-bottom: 80px; min-height: 580px; }
.cake-copy { position: relative; z-index: 3; }
.cake-copy h2 { font-size: clamp(48px, 5.1vw, 70px); line-height: .98; letter-spacing: -3px; margin-bottom: 24px; }
.cake-copy h2 em { font-family: Georgia, serif; font-weight: 400; color: #754b80; }
.cake-copy > p:not(.candle-hint):not(.sr-only) { font-size: 14px; line-height: 1.7; color: #6a576d; }
.button-dark { color: var(--paper); background: var(--ink); margin-top: 25px; min-width: 203px; }
.button-dark span { font-size: 27px; line-height: 1; }
.candle-hint { color: #78667b; font-size: 11px; margin-top: 13px; }
.cake-scene { position: relative; min-height: 425px; }
.cake-note { position: absolute; top: 0; right: 30px; font-size: 19px; transform: rotate(7deg); color: #78627b; }
.cake-spark { position: absolute; width: 47px; height: 47px; top: 40px; left: 10px; color: var(--red); transform: rotate(20deg); }
.cake-art { width: 320px; height: 290px; position: absolute; top: 100px; left: 50%; transform: translateX(-50%) rotate(-4deg); }
.cake-body { width: 300px; height: 145px; background: #d89380; border: 2px solid #633e3d; position: absolute; top: 105px; left: 10px; border-radius: 0 0 50% 50% / 0 0 20% 20%; overflow: hidden; z-index: 2; }
.cake-top { position: absolute; width: 300px; height: 75px; top: 72px; left: 10px; border-radius: 50%; background: #fff0d2; border: 2px solid #633e3d; z-index: 4; }
.cake-icing { position: absolute; top: -13px; width: 100%; height: 65px; background: #fff0d2; border-radius: 0 0 25% 25%; }
.cake-icing::before, .cake-icing::after { content: ''; position: absolute; background: #fff0d2; width: 31px; height: 36px; border-radius: 0 0 18px 18px; bottom: -16px; left: 40px; }
.cake-icing::after { left: 216px; height: 45px; bottom: -20px; }
.cake-filling { position: absolute; left: 0; right: 0; height: 11px; background: #fff0d2; top: 103px; border-radius: 50%; transform: rotate(1deg); }
.cake-number { position: absolute; left: 119px; top: 49px; font: bold 50px/.9 Georgia, serif; color: #9e3540; transform: rotate(2deg); }
.cake-sprinkles { position: absolute; font-size: 29px; letter-spacing: 7px; color: #a73b45; top: 97px; left: 18px; white-space: nowrap; }
.cake-plate { position: absolute; top: 218px; left: -15px; width: 350px; height: 55px; background: #faf5e9; border: 2px solid #633e3d; border-radius: 50%; box-shadow: 3px 12px 0 #b8a4be55; }
.cherry { width: 18px; height: 18px; position: absolute; background: #af3540; border: 1.5px solid #633e3d; border-radius: 50%; top: 32px; }
.cherry::before { content: ''; position: absolute; height: 14px; width: 8px; border-right: 1.5px solid #633e3d; border-radius: 50%; top: -11px; left: 2px; transform: rotate(-25deg); }
.cherry-one { left: 29px; }.cherry-two { right: 28px; }.cherry-three { left: 145px; top: 54px; }
.candles { position: absolute; top: -17px; left: 37px; display: flex; gap: 0; z-index: 5; }
.candle { width: 49px; height: 129px; position: relative; background: transparent; padding: 0; }
.candle:nth-child(2n) { top: -15px; }
.candle-stick { position: absolute; left: 17px; top: 53px; width: 15px; height: 73px; background: repeating-linear-gradient(-35deg, #fff7e5 0 7px, #a65f8b 7px 13px); border: 1.5px solid #633e3d; border-radius: 4px 4px 3px 3px; }
.wick { position: absolute; width: 2px; height: 10px; top: 45px; left: 23px; background: #633e3d; }
.flame { position: absolute; width: 17px; height: 28px; top: 17px; left: 16px; background: #ed9542; border-radius: 80% 20% 55% 45%; transform: rotate(-10deg); box-shadow: 0 0 18px #e8a33360, inset -3px -5px 0 #ffd57c; animation: flicker 1.4s infinite alternate ease-in-out; transform-origin: bottom; transition: opacity .3s; }
.candle:nth-child(2n) .flame { animation-delay: -.6s; }
.candle.is-out .flame { opacity: 0; animation: none; }
.candle.is-out .wick::after { content: ''; position: absolute; width: 12px; height: 23px; top: -24px; left: -5px; border-left: 2px solid #877788; border-radius: 50%; animation: smoke 1s ease-out forwards; }
.cake-guard { position: absolute; width: 155px; height: 155px; bottom: -32px; right: -19px; transform: rotate(11deg); z-index: 6; }
.guard-caption { position: absolute; right: -9px; bottom: -43px; font: italic 14px Georgia, serif; transform: rotate(4deg); }
.birthday-message { padding: 52px 30px 62px; text-align: center; border-top: 1px dashed #78627b66; max-width: 850px; animation: note-in .6s ease-out; }
.birthday-message h2 { color: var(--red); font-size: clamp(36px, 5vw, 60px); margin: 20px 0 24px; }
.birthday-message > p { font-size: 17px; line-height: 1.75; max-width: 620px; margin: 0 auto; }
.birthday-message > .message-last { font-family: Georgia, serif; font-style: italic; font-size: 24px; margin-top: 16px; }
.message-signature { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 30px 0 23px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; }
.message-signature svg { width: 27px; height: 27px; transform: rotate(-12deg); }
.text-button { padding: 8px 0; font-size: 12px; background: transparent; border-bottom: 1px solid var(--ink); }
.committee { padding-top: 75px; padding-bottom: 70px; }
.committee .section-heading { margin-bottom: 25px; }
.committee h2 { font-size: 39px; }
.committee-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; align-items: end; }
.committee-member { text-align: center; background: transparent; padding: 12px 0; }
.committee-member img, .committee-member video { width: 100%; height: 170px; object-fit: contain; display: block; margin: 0 auto 18px; transition: transform .25s; }
.committee-member:hover img { transform: rotate(-5deg) translateY(-5px); }
.committee-member > span, .video-control { font-size: 11px; color: #786a63; }
.special-guest img { width: 132px; height: 145px; object-fit: contain; border-radius: 12px; transform: rotate(7deg); margin-bottom: 32px; }
.video-control { background: transparent; border: 1px solid var(--line); border-radius: 20px; padding: 8px 13px; }
.video-control span { margin-left: 8px; }
.site-footer { border-top: 1px solid var(--line); margin-inline: 56px; padding: 28px 0 35px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.site-footer .brand { font-size: 8px; font-weight: 600; line-height: 1.5; }
.site-footer .brand svg { width: 26px; height: 26px; }
.site-footer > span { font: italic 14px Georgia, serif; color: #786a63; }
.footer-party { padding: 10px 0; font-size: 11px; background: transparent; }
.footer-party span { margin-left: 10px; color: var(--red); font-size: 20px; vertical-align: middle; }
.toast { position: fixed; bottom: 25px; left: 50%; transform: translate(-50%, 140%); opacity: 0; background: var(--ink); color: var(--paper); z-index: 30; display: flex; align-items: center; gap: 15px; width: max-content; max-width: min(580px, calc(100% - 32px)); border: 1px solid #ffffff30; padding: 17px 17px 17px 20px; border-radius: 8px; box-shadow: 0 8px 30px #33232430; transition: transform .3s, opacity .3s; pointer-events: none; }
.toast.visible { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
.toast > svg { width: 27px; height: 27px; flex: 0 0 auto; color: var(--lilac); }
.toast p { font-size: 13px; line-height: 1.5; }
.toast > button { background: transparent; color: var(--paper); font-size: 25px; padding: 5px; align-self: center; }
#confetti { position: fixed; inset: 0; z-index: 25; overflow: hidden; pointer-events: none; }
.confetti-piece { position: absolute; top: -20px; width: 10px; height: 18px; animation: confetti-fall var(--duration) var(--delay) linear both; }
@keyframes confetti-fall { 0% { transform: translate3d(0, -30px, 0) rotate(0); } 100% { transform: translate3d(var(--drift), 110vh, 0) rotate(var(--spin)); } }
@keyframes flicker { from { transform: rotate(-10deg) scale(.92, 1); } to { transform: rotate(9deg) scale(1.05, .95); } }
@keyframes smoke { to { transform: translateY(-30px) scale(1.7); opacity: 0; } }
@keyframes note-in { from { opacity: 0; translate: 0 10px; } to { opacity: 1; translate: 0 0; } }

@media (min-width: 1450px) { .hero { padding-top: 50px; padding-bottom: 55px; }.hero-cat-left { left: 9%; }.hero-cat-right { right: 8%; } }
@media (max-width: 1100px) {
  .hero-cat-left { width: 245px; left: 3%; top: 231px; }.hero-cat-right { width: 240px; right: 2%; top: 189px; }.cat-caption { font-size: 18px; left: 0; }.drawn-arrow { right: -4px; }.hero h1 { font-size: 39px; }.hero-last { font-size: 32px; }.round-stamp { right: 8%; width: 95px; height: 95px; }.section-wrap { width: calc(100% - 96px); }.wish-card { padding: 20px 20px 0; }.wish-open { width: calc(100% + 40px); margin-inline: -20px; padding-inline: 20px; }.wish-card h3 { font-size: 28px; }.wish-card img { height: 180px; }.wish-card { min-height: 420px; }.wish-detail { font-size: 18px; padding: 17px; }.committee-line { gap: 30px; }
}
@media (max-width: 760px) {
  .site-header { width: calc(100% - 40px); height: 77px; }.brand { font-size: 9px; gap: 8px; }.brand svg { width: 28px; height: 28px; }.header-note { display: none; }.header-link { font-size: 12px; }.header-link span { margin-left: 15px; }
  .hero { padding: 33px 20px 35px; min-height: 714px; }.eyebrow { font-size: 8px; letter-spacing: 1.1px; padding: 8px 10px; }.hero h1 { margin-top: 23px; font-size: 32px; letter-spacing: -1.5px; }.age { font-size: 233px; line-height: 1; letter-spacing: -21px; margin-top: -4px; margin-bottom: 107px; left: -3px; }.age-dot { letter-spacing: -8px; margin-left: -7px; }.hero-last { font-size: 28px; letter-spacing: -1.2px; }.hero-cat-left { width: 181px; left: calc(50% - 194px); top: 278px; transform: rotate(-12deg); }.hero-cat-right { width: 175px; right: calc(50% - 181px); top: 249px; transform: rotate(10deg); }.cat-caption { font-size: 14px; top: -29px; left: 0; transform: rotate(4deg); }.drawn-arrow { width: 32px; height: 32px; right: 7px; top: -22px; }.cat-tag { font-size: 6px; padding: 7px 9px; letter-spacing: .8px; margin-top: 2px; }.cat-tag-right { margin-top: -4px; }.speech { top: -14px; right: 2px; font-size: 23px; padding: 5px 16px 8px; }.speech::after { height: 13px; width: 9px; bottom: -6px; left: 19px; }.hero-bottom { margin-top: 17px; }.hero-bottom p { font-size: 14px; }.button-red { margin-top: 21px; }.button { min-height: 53px; font-size: 13px; }.fine-print { margin-top: 11px; font-size: 12px; }.round-stamp { display: none; }.spark-one { width: 28px; height: 28px; top: 118px; left: 7%; }.spark-two { width: 21px; height: 21px; right: 9%; top: 210px; }.hero-doodle { display: none; }
  .ticker { margin-top: 0; padding: 15px 0; transform: rotate(-2deg); }.ticker span { font-size: 10px; letter-spacing: 1px; }.ticker > div { gap: 24px; }.ticker svg { width: 19px; height: 19px; }
  .section-wrap { width: calc(100% - 44px); }.wishes { padding-top: 60px; padding-bottom: 54px; }.section-heading { display: block; margin-bottom: 30px; }.section-index { font-size: 8px; letter-spacing: 1.3px; margin-bottom: 13px; }h2 { font-size: 34px; letter-spacing: -1.5px; }.section-heading > .scribble, .section-heading > p { font-size: 17px; margin-top: 16px; transform: rotate(-2deg); }.section-heading > p br { display: none; }.wish-grid { grid-template-columns: 1fr; gap: 26px; max-width: 440px; margin-inline: auto; }.wish-card { min-height: 305px; padding: 22px 23px 0; }.wish-card h3 { font-size: 32px; position: relative; z-index: 2; }.wish-short { font-size: 13px; max-width: 200px; position: relative; z-index: 2; }.wish-card img { position: absolute; width: 39%; height: 188px; bottom: 44px; right: 0; opacity: .95; }.wish-lilac img { width: 48%; right: -5px; height: 169px; }.wish-peach img { width: 38%; height: 175px; right: 0; }.wish-open { width: calc(100% + 46px); margin-inline: -23px; padding: 15px 23px; margin-top: 55px; }.wish-detail { font-size: 21px; padding: 22px; }.wishes-footnote { font-size: 11px; line-height: 1.6; max-width: 270px; margin-inline: auto; margin-top: 26px; }
  .cake-inner { grid-template-columns: 1fr; padding-top: 49px; padding-bottom: 41px; }.cake-copy h2 { font-size: 57px; letter-spacing: -2.5px; }.cake-copy h2 br:nth-child(1) { display: none; }.cake-copy h2 br:nth-child(1)::after { content: ' '; }.cake-copy > p:not(.candle-hint):not(.sr-only) { font-size: 13px; }.cake-scene { min-height: 365px; margin-top: 20px; }.cake-art { scale: .88; transform-origin: left center; top: 70px; }.cake-note { top: 0; right: 4px; font-size: 16px; }.cake-spark { width: 30px; height: 30px; top: 50px; left: 7px; }.cake-guard { width: 123px; height: 123px; bottom: 0; right: -4px; }.guard-caption { font-size: 12px; right: 8px; bottom: -7px; }.birthday-message { padding: 34px 0 43px; }.birthday-message > p { font-size: 15px; line-height: 1.7; }.birthday-message > .message-last { font-size: 23px; line-height: 1.4; }.message-signature { font-size: 8px; letter-spacing: .8px; gap: 7px; }.birthday-message h2 { letter-spacing: -1px; }
  .committee { padding-top: 49px; padding-bottom: 37px; }.committee h2 { font-size: 32px; max-width: 300px; }.committee .section-heading > .scribble { display: block; font-size: 17px; }.committee-line { gap: 12px; grid-template-columns: repeat(2, 1fr); }.committee-member img, .committee-member video { height: 124px; margin-bottom: 13px; }.committee-member > span, .video-control { font-size: 9px; }.special-guest { grid-column: 1 / -1; max-width: 220px; justify-self: center; }.special-guest img { width: 100px; height: 110px; margin-bottom: 14px; }.site-footer { margin-inline: 22px; padding-top: 23px; padding-bottom: 22px; flex-wrap: wrap; gap: 20px; }.site-footer > span { display: none; }.site-footer .brand { font-size: 7px; letter-spacing: .7px; }.footer-party { font-size: 10px; }.footer-party span { margin-left: 4px; }.toast { bottom: 16px; padding: 13px; gap: 10px; }.toast p { font-size: 12px; }.toast > svg { width: 23px; height: 23px; }
}
@media (max-width: 760px) {
  .hero-cat-left { width: 168px; left: calc(50% - 170px); }
  .hero-cat-right { width: 168px; right: calc(50% - 170px); }
  .cat-caption { left: 28px; font-size: 13px; }
  .wish-card { min-height: 340px; }
  .wish-card img { width: 38%; height: 145px; }
  .wish-lilac img { width: 44%; height: 145px; }
  .wish-peach img { width: 36%; height: 145px; }
  .wish-short { max-width: 175px; }
  .wish-open { margin-top: auto; }
  .cake-copy h2 br:nth-child(1) { display: initial; }
}
@media (max-width: 370px) {
  .hero-cat-left { left: calc(50% - 164px); width: 155px; top: 291px; }.hero-cat-right { right: calc(50% - 156px); width: 156px; top: 264px; }.hero-last { font-size: 24px; }.hero h1 { font-size: 29px; }.age { font-size: 222px; }.hero { min-height: 698px; }.wish-card h3 { font-size: 29px; }.wish-card img { opacity: .85; width: 35%; }.cake-copy h2 { font-size: 51px; }.cake-art { scale: .78; }.cake-scene { min-height: 335px; }.cake-guard { width: 105px; height: 105px; }.brand { font-size: 8px; }.site-footer { gap: 10px; }
}
@media (max-width: 370px) {
  .hero-cat-left { left: calc(50% - 143px); width: 145px; }
  .hero-cat-right { right: calc(50% - 143px); width: 145px; }
  .cat-caption { font-size: 12px; }
  .wish-short { max-width: 156px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.confetti-piece { display: none; }
}
