:root {
  --holiday-ink: #26043f;
  --holiday-purple: #4d057e;
  --holiday-purple-deep: #2d034d;
  --holiday-pink: #f9007c;
  --holiday-pink-deep: #c80062;
  --holiday-gold: #ffc83d;
  --holiday-gold-light: #ffe89a;
  --holiday-burgundy: #7c174b;
  --holiday-cream: #fff8fc;
  --holiday-blush: #ffe8f4;
  --holiday-white: #ffffff;
}

.holiday-page { color: var(--holiday-ink); background: var(--holiday-cream); }
.site-nav .holidays-active { color: #ff70b5; }

.holiday-coming-only .holiday-truth,
.holiday-coming-only .holiday-signup,
.holiday-coming-only .holiday-feature,
.holiday-coming-only .holiday-process,
.holiday-coming-only .holiday-paths,
.holiday-coming-only .holiday-safety,
.holiday-coming-only .holiday-final,
.holiday-coming-only .holiday-bottom-flyer { display: none; }

.holiday-coming-only .holiday-hero-inner { min-height: calc(100vh - 102px); grid-template-columns: 1fr; }
.holiday-coming-only .holiday-hero-copy { max-width: 850px; margin: auto; text-align: center; }
.holiday-coming-only .holiday-coming { max-width: 640px; margin: 28px auto 0; font-size: 1rem; line-height: 1.6; }
.holiday-coming-only .holiday-poster-wrap { display: none; }

.falling-light-balls {
  position: fixed;
  inset: 0;
  z-index: 20;
  overflow: hidden;
  pointer-events: none;
}
.light-ball {
  --ball-size: 12px;
  --fall-time: 10s;
  --fall-delay: 0s;
  --drift: 24px;
  position: absolute;
  top: -12vh;
  left: 5%;
  width: var(--ball-size);
  height: var(--ball-size);
  border-radius: 50%;
  opacity: 0;
  animation: holiday-ball-fall var(--fall-time) linear var(--fall-delay) infinite;
  will-change: transform, opacity;
}
.light-ball::after {
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  background: inherit;
  filter: blur(9px);
  opacity: .7;
  content: "";
}
.light-ball-pink { background: #ff1689; box-shadow: 0 0 8px #ff1689, 0 0 22px #ff1689; }
.light-ball-gold { background: #ffd85e; box-shadow: 0 0 8px #ffd85e, 0 0 24px #ffbf24; }
.light-ball-purple { background: #a552e8; box-shadow: 0 0 8px #a552e8, 0 0 24px #7b20be; }
.light-ball-white { background: #ffffff; box-shadow: 0 0 8px #ffffff, 0 0 22px #fff4c9; }
.light-ball:nth-child(1) { left: 3%; --ball-size: 10px; --fall-time: 9s; --fall-delay: -6s; --drift: 42px; }
.light-ball:nth-child(2) { left: 9%; --ball-size: 15px; --fall-time: 12s; --fall-delay: -1s; --drift: -28px; }
.light-ball:nth-child(3) { left: 15%; --ball-size: 8px; --fall-time: 8s; --fall-delay: -4s; --drift: 20px; }
.light-ball:nth-child(4) { left: 21%; --ball-size: 13px; --fall-time: 11s; --fall-delay: -8s; --drift: -35px; }
.light-ball:nth-child(5) { left: 27%; --ball-size: 17px; --fall-time: 13s; --fall-delay: -3s; --drift: 32px; }
.light-ball:nth-child(6) { left: 33%; --ball-size: 9px; --fall-time: 9.5s; --fall-delay: -7s; --drift: -18px; }
.light-ball:nth-child(7) { left: 39%; --ball-size: 12px; --fall-time: 12.5s; --fall-delay: -5s; --drift: 40px; }
.light-ball:nth-child(8) { left: 45%; --ball-size: 7px; --fall-time: 8.5s; --fall-delay: -2s; --drift: -24px; }
.light-ball:nth-child(9) { left: 51%; --ball-size: 16px; --fall-time: 14s; --fall-delay: -10s; --drift: 28px; }
.light-ball:nth-child(10) { left: 57%; --ball-size: 11px; --fall-time: 10s; --fall-delay: -6s; --drift: -42px; }
.light-ball:nth-child(11) { left: 63%; --ball-size: 8px; --fall-time: 9s; --fall-delay: -1.5s; --drift: 22px; }
.light-ball:nth-child(12) { left: 69%; --ball-size: 14px; --fall-time: 12s; --fall-delay: -9s; --drift: -30px; }
.light-ball:nth-child(13) { left: 75%; --ball-size: 10px; --fall-time: 10.5s; --fall-delay: -4.5s; --drift: 34px; }
.light-ball:nth-child(14) { left: 81%; --ball-size: 18px; --fall-time: 14.5s; --fall-delay: -12s; --drift: -44px; }
.light-ball:nth-child(15) { left: 87%; --ball-size: 9px; --fall-time: 8.5s; --fall-delay: -5.5s; --drift: 25px; }
.light-ball:nth-child(16) { left: 92%; --ball-size: 13px; --fall-time: 11.5s; --fall-delay: -3.5s; --drift: -22px; }
.light-ball:nth-child(17) { left: 96%; --ball-size: 7px; --fall-time: 9.5s; --fall-delay: -8.5s; --drift: -36px; }
.light-ball:nth-child(18) { left: 48%; --ball-size: 10px; --fall-time: 13.5s; --fall-delay: -11s; --drift: 55px; }

@keyframes holiday-ball-fall {
  0% { opacity: 0; transform: translate3d(0, -12vh, 0) scale(.7); }
  8% { opacity: .92; }
  48% { transform: translate3d(var(--drift), 48vh, 0) scale(1); }
  92% { opacity: .86; }
  100% { opacity: 0; transform: translate3d(0, 112vh, 0) scale(.82); }
}

.holiday-hero {
  position: relative;
  overflow: hidden;
  color: var(--holiday-white);
  background:
    radial-gradient(circle at 12% 42%, rgba(255, 200, 61, .18), transparent 20rem),
    radial-gradient(circle at 88% 58%, rgba(249, 0, 124, .24), transparent 27rem),
    linear-gradient(135deg, #220237 0%, #4d057e 55%, #760658 100%);
}
.holiday-hero::after { position: absolute; inset: auto 0 0; height: 12px; background: linear-gradient(90deg, var(--holiday-pink) 0 25%, var(--holiday-gold) 25% 50%, #9b37c7 50% 75%, var(--holiday-pink) 75%); content: ""; }
.holiday-lights {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 82px;
  opacity: .95;
  background:
    radial-gradient(circle at 4% 44px, #ffdd6b 0 6px, #ffdd6b55 7px 13px, transparent 14px),
    radial-gradient(circle at 12% 30px, #ff2b91 0 7px, #ff2b9155 8px 15px, transparent 16px),
    radial-gradient(circle at 21% 48px, #ffffff 0 6px, #ffffff55 7px 13px, transparent 14px),
    radial-gradient(circle at 31% 26px, #ffdd6b 0 7px, #ffdd6b55 8px 15px, transparent 16px),
    radial-gradient(circle at 42% 45px, #ff2b91 0 6px, #ff2b9155 7px 13px, transparent 14px),
    radial-gradient(circle at 54% 29px, #ffffff 0 7px, #ffffff55 8px 15px, transparent 16px),
    radial-gradient(circle at 65% 46px, #ffdd6b 0 6px, #ffdd6b55 7px 13px, transparent 14px),
    radial-gradient(circle at 76% 25px, #ff2b91 0 7px, #ff2b9155 8px 15px, transparent 16px),
    radial-gradient(circle at 87% 44px, #ffffff 0 6px, #ffffff55 7px 13px, transparent 14px),
    radial-gradient(circle at 96% 29px, #ffdd6b 0 7px, #ffdd6b55 8px 15px, transparent 16px);
  border-top: 2px solid rgba(255,255,255,.32);
}
.holiday-spark { position: absolute; z-index: 1; color: var(--holiday-gold); line-height: 1; text-shadow: 0 0 22px rgba(255,200,61,.75); }
.holiday-spark-one { top: 18%; left: 4%; font-size: 3rem; transform: rotate(12deg); }
.holiday-spark-two { bottom: 12%; left: 46%; color: #ff8fc6; font-size: 4rem; transform: rotate(-15deg); }
.holiday-spark-three { top: 23%; right: 3%; font-size: 2.4rem; }
.holiday-hero-inner { position: relative; z-index: 2; width: min(1200px, calc(100% - 40px)); min-height: 820px; margin: auto; padding: 105px 0 80px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 7vw, 90px); align-items: center; }
.holiday-hero-copy { max-width: 590px; }
.holiday-kicker { margin: 0 0 22px; color: var(--holiday-gold-light); font-size: .85rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.holiday-kicker-dark { color: var(--holiday-purple); }
.holiday-hero h1 { margin: 0 0 26px; color: var(--holiday-white); font-size: clamp(4.4rem, 7.5vw, 7.7rem); font-weight: 800; line-height: .84; letter-spacing: -.065em; }
.holiday-hero h1 em { display: block; margin-top: .08em; color: #ff55a7; font-family: "Parisienne", cursive; font-size: .82em; font-weight: 400; line-height: .95; letter-spacing: 0; text-shadow: 0 4px 0 rgba(24,0,39,.35); }
.holiday-lead { max-width: 570px; margin: 0 0 34px; color: #fff1f8; font-size: 1.18rem; line-height: 1.7; }
.holiday-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.holiday-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 26px; text-decoration: none; font-size: .94rem; font-weight: 800; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s; }
.holiday-button:hover { transform: translateY(-3px); }
.holiday-button-primary { color: var(--holiday-white); background: var(--holiday-pink); box-shadow: 0 10px 28px rgba(249,0,124,.34); }
.holiday-button-primary:hover { background: var(--holiday-pink-deep); }
.holiday-button-outline { color: var(--holiday-white); border: 2px solid var(--holiday-gold); background: rgba(255,255,255,.04); }
.holiday-button-dark { color: var(--holiday-white); background: var(--holiday-purple-deep); box-shadow: 0 10px 25px rgba(45,3,77,.22); }
.holiday-coming { margin: 26px 0 0; color: var(--holiday-gold-light); font-size: .9rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.holiday-coming span { margin-right: 7px; color: #ff55a7; }
.holiday-poster-wrap { position: relative; width: min(500px, 100%); margin: 0 auto; transform: rotate(1.8deg); }
.holiday-poster-wrap::before, .holiday-poster-wrap::after { position: absolute; z-index: -1; width: 150px; height: 150px; border: 4px solid rgba(255,255,255,.7); border-radius: 50%; content: ""; }
.holiday-poster-wrap::before { top: -34px; right: -42px; }
.holiday-poster-wrap::after { bottom: -30px; left: -46px; border-color: rgba(255,200,61,.85); }
.holiday-poster-wrap img { position: relative; z-index: 2; width: 100%; height: auto; display: block; border: 10px solid var(--holiday-white); border-radius: 12px; box-shadow: 0 34px 70px rgba(15,0,28,.5); }
.holiday-poster-glow { position: absolute; inset: 8% -8% -5% 8%; border-radius: 28px; background: var(--holiday-pink); filter: blur(45px); opacity: .5; }

.holiday-truth { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 30px; align-items: center; padding: 36px max(20px, calc((100vw - 1180px)/2)); color: var(--holiday-white); background: linear-gradient(90deg, var(--holiday-pink-deep), var(--holiday-pink)); }
.holiday-truth span { color: var(--holiday-gold-light); font-size: .8rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.holiday-truth p { margin: 0; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.45); font: 700 clamp(2rem, 4vw, 3.7rem)/1 "Cormorant Garamond", serif; letter-spacing: -.025em; }

.holiday-signup { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 110px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 105px); align-items: center; }
.holiday-signup-intro h2 { margin: 0 0 24px; font-size: clamp(3rem, 5.5vw, 5.4rem); line-height: .92; letter-spacing: -.05em; }
.holiday-signup-intro > p:not(.holiday-kicker) { max-width: 540px; margin: 0; color: #67506f; font-size: 1.08rem; line-height: 1.75; }
.holiday-signup-note { max-width: 540px; margin-top: 34px; padding: 20px 22px; display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: start; border-left: 5px solid var(--holiday-pink); border-radius: 0 14px 14px 0; background: var(--holiday-blush); }
.holiday-signup-note span { color: var(--holiday-pink); font-size: 1.5rem; line-height: 1; }
.holiday-signup-note p { margin: 0; color: #604969; font-size: .94rem; line-height: 1.6; }
.holiday-form-card { padding: clamp(28px, 5vw, 48px); border: 2px solid #f3bad7; border-radius: 26px; background: var(--holiday-white); box-shadow: 16px 16px 0 var(--holiday-gold), 0 24px 60px rgba(77,5,126,.13); }
.holiday-form { display: grid; gap: 11px; }
.holiday-form > label, .holiday-form legend, .holiday-location-fields label { color: var(--holiday-purple-deep); font-size: .92rem; font-weight: 800; }
.holiday-form input[type="text"]:not(.form-honey), .holiday-form textarea { width: 100%; min-height: 54px; padding: 14px 16px; color: var(--holiday-ink); border: 2px solid #e7cbe0; border-radius: 12px; background: #fffafd; font: inherit; }
.holiday-form textarea { min-height: 150px; resize: vertical; line-height: 1.55; }
.holiday-form input:focus, .holiday-form textarea:focus { border-color: var(--holiday-pink); outline: 3px solid rgba(249,0,124,.14); }
.holiday-form fieldset { margin: 5px 0 8px; padding: 0; border: 0; }
.holiday-form legend { margin-bottom: 11px; }
.holiday-location-fields { display: grid; grid-template-columns: 1.3fr .7fr; gap: 14px; }
.holiday-location-fields > div { display: grid; gap: 8px; }
.holiday-form .holiday-button { width: 100%; margin-top: 10px; border: 0; cursor: pointer; font: 800 .98rem/1.2 Inter, sans-serif; }
.holiday-form-success { margin: 0 0 22px; padding: 16px 18px; color: #2d034d; border: 2px solid var(--holiday-gold); border-radius: 12px; background: #fff3bd; font-weight: 800; line-height: 1.5; }

.holiday-feature { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 120px 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 105px); align-items: center; }
.holiday-feature-art { position: relative; }
.holiday-feature-art::before { position: absolute; inset: 30px -24px -24px 30px; border-radius: 20px; background: var(--holiday-gold); content: ""; }
.holiday-feature-art img { position: relative; width: 100%; height: auto; display: block; border: 8px solid var(--holiday-white); border-radius: 20px; box-shadow: 0 24px 65px rgba(77,5,126,.22); }
.holiday-feature-poster-one { transform: rotate(-1.2deg); }
.holiday-feature-copy h2, .holiday-heading-block h2, .holiday-path-card h2, .holiday-safety h2, .holiday-final h2 { margin: 0 0 22px; font-size: clamp(2.9rem, 5vw, 5rem); line-height: .94; letter-spacing: -.045em; }
.holiday-feature-copy > p:not(.holiday-kicker) { margin: 0 0 32px; color: #67506f; font-size: 1.08rem; line-height: 1.75; }
.holiday-impact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.holiday-impact-grid > div { min-height: 150px; padding: 22px; display: flex; flex-direction: column; border: 1px solid #f4bed9; border-radius: 18px; background: var(--holiday-white); box-shadow: 0 9px 24px rgba(77,5,126,.08); }
.holiday-impact-grid span { margin-bottom: 16px; color: var(--holiday-pink); font-size: 1.8rem; line-height: 1; }
.holiday-impact-grid strong { color: var(--holiday-purple); font-size: 1.05rem; }
.holiday-impact-grid small { margin-top: 5px; color: #735c7b; font-size: .86rem; }

.holiday-main-section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 110px 0 125px; }
.holiday-process { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 120px); align-items: start; border-top: 1px solid #edcade; }
.holiday-heading-block { position: sticky; top: 125px; max-width: 480px; padding-top: 8px; }
.holiday-heading-block > p:last-child { color: #67506f; font-size: 1.06rem; line-height: 1.75; }
.holiday-step-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.holiday-step-row { min-height: 255px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 22px; box-shadow: 0 18px 40px rgba(58,0,87,.09); }
.holiday-step-number { display: grid; width: 54px; height: 54px; margin-bottom: 38px; place-items: center; border-radius: 50%; color: var(--holiday-white); background: var(--holiday-purple-deep); font-size: .84rem; font-weight: 800; letter-spacing: .08em; }
.holiday-step-row h3 { margin: 0 0 10px; font-size: clamp(1.7rem, 2.5vw, 2.35rem); }
.holiday-step-row p { margin: 0; color: #67506f; line-height: 1.65; }
.holiday-step-pink { background: #ffe3f1; }
.holiday-step-pink .holiday-step-number { background: var(--holiday-pink); }
.holiday-step-purple { color: var(--holiday-white); background: var(--holiday-purple); }
.holiday-step-purple p { color: #f3defc; }
.holiday-step-purple .holiday-step-number { color: var(--holiday-purple); background: var(--holiday-gold); }
.holiday-step-gold { background: #fff0b7; }
.holiday-step-gold .holiday-step-number { background: var(--holiday-burgundy); }
.holiday-step-burgundy { color: var(--holiday-white); background: var(--holiday-burgundy); }
.holiday-step-burgundy p { color: #ffeaf4; }
.holiday-step-burgundy .holiday-step-number { color: var(--holiday-purple); background: var(--holiday-white); }

.holiday-paths { color: var(--holiday-white); background: var(--holiday-purple-deep); }
.holiday-paths-inner { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: 1fr 1fr; }
.holiday-path-card { min-height: 570px; display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 8vw, 105px) clamp(30px, 7vw, 82px); }
.holiday-path-card > p:not(.holiday-kicker) { max-width: 560px; margin: 0 0 32px; font-size: 1.05rem; line-height: 1.7; }
.holiday-path-card .holiday-button { width: fit-content; }
.holiday-path-sister { position: relative; overflow: hidden; color: var(--holiday-white); background: linear-gradient(145deg, var(--holiday-pink), #a4006e); }
.holiday-path-sister::after { position: absolute; right: -45px; bottom: -75px; color: rgba(255,255,255,.13); content: "♥"; font-size: 19rem; line-height: 1; transform: rotate(-14deg); }
.holiday-path-sister > * { position: relative; z-index: 1; }
.holiday-path-sister > p:not(.holiday-kicker) { color: #fff0f8; }
.holiday-path-family { color: var(--holiday-ink); background: var(--holiday-gold-light); }
.holiday-path-family > p:not(.holiday-kicker) { color: #604969; }

.holiday-safety { padding: 105px max(20px, calc((100vw - 1180px)/2)); color: var(--holiday-white); background: linear-gradient(120deg, var(--holiday-purple-deep), var(--holiday-purple)); }
.holiday-safety-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.holiday-script-line { margin: 0 0 5px; color: #ff77ba; font: 400 3rem/1 "Parisienne", cursive; }
.holiday-safety h2 { margin-bottom: 0; }
.holiday-safety ul { margin: 0; padding: 0; list-style: none; }
.holiday-safety li { position: relative; margin-bottom: 12px; padding: 18px 20px 18px 57px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(255,255,255,.08); font-weight: 700; }
.holiday-safety li::before { position: absolute; left: 18px; top: 16px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--holiday-purple-deep); background: var(--holiday-gold); content: "✓"; font-size: .78rem; }

.holiday-final { position: relative; overflow: hidden; padding: 115px 20px; background: var(--holiday-blush); }
.holiday-final::before, .holiday-final::after { position: absolute; color: rgba(249,0,124,.1); content: "✦"; font-size: 14rem; line-height: 1; }
.holiday-final::before { top: -30px; left: 2%; }
.holiday-final::after { right: 2%; bottom: -50px; color: rgba(77,5,126,.1); }
.holiday-final-card { position: relative; z-index: 1; width: min(960px, 100%); margin: auto; padding: clamp(50px, 8vw, 88px); text-align: center; border: 3px solid var(--holiday-pink); border-radius: 28px; background: var(--holiday-white); box-shadow: 18px 18px 0 var(--holiday-gold); }
.holiday-final-card > p:not(.holiday-kicker, .holiday-contact) { max-width: 670px; margin: 0 auto 30px; color: #67506f; }
.holiday-final-actions { justify-content: center; }
.holiday-contact { margin: 30px 0 0; color: #67506f; font-size: .92rem; }
.holiday-contact a { color: var(--holiday-pink-deep); font-weight: 800; overflow-wrap: anywhere; }

.holiday-bottom-flyer { position: relative; overflow: hidden; padding: 110px 20px 125px; background: radial-gradient(circle at 50% 15%, rgba(249,0,124,.35), transparent 28rem), linear-gradient(145deg, var(--holiday-purple-deep), #500775 68%, #760658); }
.holiday-bottom-flyer::before, .holiday-bottom-flyer::after { position: absolute; color: rgba(255,216,94,.28); content: "✦"; font-size: 12rem; line-height: 1; }
.holiday-bottom-flyer::before { top: 7%; left: 5%; }
.holiday-bottom-flyer::after { right: 5%; bottom: 7%; color: rgba(255,85,167,.25); }
.holiday-bottom-flyer figure { position: relative; z-index: 1; width: min(680px, 100%); margin: auto; }
.holiday-bottom-flyer figure::before { position: absolute; inset: 24px -24px -24px 24px; border-radius: 22px; background: var(--holiday-gold); content: ""; }
.holiday-bottom-flyer img { position: relative; width: 100%; height: auto; display: block; border: 10px solid var(--holiday-white); border-radius: 18px; box-shadow: 0 32px 80px rgba(13,0,27,.5); }

@media (max-width: 1040px) {
  .holiday-hero-inner { grid-template-columns: .9fr 1.1fr; gap: 35px; }
  .holiday-feature { grid-template-columns: .9fr 1.1fr; gap: 60px; }
  .holiday-process { grid-template-columns: 1fr; }
  .holiday-heading-block { position: static; max-width: 760px; }
}

@media (max-width: 800px) {
  .holiday-hero-inner { grid-template-columns: 1fr; padding-top: 110px; }
  .holiday-hero-copy { max-width: 690px; }
  .holiday-poster-wrap { width: min(520px, calc(100% - 35px)); }
  .holiday-feature { grid-template-columns: 1fr; }
  .holiday-signup { grid-template-columns: 1fr; }
  .holiday-feature-art { width: min(500px, calc(100% - 24px)); margin: 0 auto; }
  .holiday-paths-inner, .holiday-safety-inner { grid-template-columns: 1fr; }
  .holiday-path-card { min-height: 0; padding: 75px 32px; }
}

@media (max-width: 620px) {
  .falling-light-balls .light-ball:nth-child(3n) { display: none; }
  .light-ball { --ball-size: 9px; }
  .holiday-lights { top: -27px; }
  .holiday-spark { display: none; }
  .holiday-hero-inner { width: calc(100% - 32px); min-height: 0; padding: 95px 0 75px; gap: 58px; }
  .holiday-hero h1 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .holiday-lead { font-size: 1.05rem; }
  .holiday-actions { flex-direction: column; }
  .holiday-button { width: 100%; }
  .holiday-poster-wrap { transform: rotate(.8deg); }
  .holiday-poster-wrap img { border-width: 7px; }
  .holiday-truth { grid-template-columns: 1fr; gap: 12px; padding: 34px 20px; }
  .holiday-truth p { padding: 15px 0 0; border-top: 1px solid rgba(255,255,255,.4); border-left: 0; }
  .holiday-feature { width: calc(100% - 32px); padding: 85px 0; gap: 58px; }
  .holiday-signup { width: calc(100% - 32px); padding: 82px 0 90px; gap: 46px; }
  .holiday-signup-intro h2 { font-size: 3.5rem; }
  .holiday-form-card { padding: 26px 19px; border-radius: 20px; box-shadow: 9px 9px 0 var(--holiday-gold); }
  .holiday-location-fields { grid-template-columns: 1fr; }
  .holiday-feature-art::before { inset: 18px -12px -14px 18px; }
  .holiday-feature-poster-one { transform: none; }
  .holiday-feature-copy h2, .holiday-heading-block h2, .holiday-path-card h2, .holiday-safety h2, .holiday-final h2 { font-size: 3rem; }
  .holiday-impact-grid, .holiday-step-list { grid-template-columns: 1fr; }
  .holiday-impact-grid > div { min-height: 130px; }
  .holiday-main-section { width: calc(100% - 32px); padding: 82px 0 95px; }
  .holiday-step-row { min-height: 235px; }
  .holiday-path-card { padding: 70px 24px; }
  .holiday-path-card .holiday-button { width: 100%; }
  .holiday-safety { padding: 80px 20px; }
  .holiday-safety-inner { gap: 40px; }
  .holiday-final { padding: 82px 16px 94px; }
  .holiday-final-card { padding: 46px 22px; border-radius: 20px; box-shadow: 10px 10px 0 var(--holiday-gold); }
  .holiday-bottom-flyer { padding: 78px 16px 92px; }
  .holiday-bottom-flyer figure { width: calc(100% - 18px); }
  .holiday-bottom-flyer figure::before { inset: 13px -12px -14px 13px; }
  .holiday-bottom-flyer img { border-width: 7px; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .falling-light-balls { display: none; }
  .holiday-button { transition: none; }
}
