/* SleepBaby Nightlight homepage 3.1.0 — native WordPress port.
 *
 * SLEEPBABY NIGHTLIGHT CONSTITUTION — HARD DESIGN RULE
 * Every signature surface belongs to one dreamy night world: Cedar Point
 * after dark, a colorful camping string of bulbs, warm fairy-light points,
 * and creamy pastel neon. Midnight is the canvas; lavender, sky, mint, bulb
 * gold, blush, and coral are the light. Never flatten this into generic navy,
 * sterile beige, harsh nightclub neon, or unlit corporate cards.
 */
body.home.sleepbaby-experience-v300 { background: #fff9f2; }
.home-nightlight {
	--home-ink: #1d1930;
	--home-night: #15162f;
	--home-deep: #101126;
	--home-cream: #fff9f2;
	--home-paper: #fffdf9;
	--home-lavender: #c5b6ff;
	--home-sky: #82dcff;
	--home-iris: #6f58d3;
	--home-mint: #afe5d7;
	--home-blush: #ffb5bd;
	--home-coral: #ff8c91;
	--home-lantern: #ffd08a;
	--home-neon-violet: #a88cff;
	--home-bulb-glow: 0 0 10px rgba(255,208,138,.78), 0 0 24px rgba(197,182,255,.35);
	--home-line: rgba(29,25,48,.13);
	--home-serif: "SleepBaby Lora", Georgia, serif;
	color: var(--home-ink);
	overflow: hidden;
}
.home-nightlight .eyebrow { margin: 0 0 14px; color: #845067; font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.home-nightlight .eyebrow--light { color: var(--home-lantern); }
.home-nightlight h2 { margin: 0; font: 500 clamp(2.6rem, 4.7vw, 4.65rem)/1.01 var(--home-serif); letter-spacing: -.05em; text-wrap: balance; }

.night-hero { position: relative; min-height: max(760px, 100svh); overflow: hidden; isolation: isolate; background: var(--home-deep); color: #fff; }
.night-hero-media,
.night-hero-shade { position: absolute; inset: 0; width: 100%; height: auto; }
.night-hero-media { z-index: -3; overflow: hidden; }
.night-hero-image { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 50%; }
/* The shared experience layer intentionally gives normal editorial images an
 * intrinsic height. The hero is the exception: it must fill this dedicated
 * media stage at every viewport rather than collapse back to 16:9. */
body.home.sleepbaby-experience-v300 .home-nightlight .night-hero-media > .night-hero-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	min-width: 0;
	min-height: 0;
	object-fit: cover;
}
.night-hero-media::before { position: absolute; top: -58px; right: -4%; left: -4%; z-index: 1; height: 145px; border-bottom: 1px solid rgba(207,221,255,.28); border-radius: 0 0 52% 48%; box-shadow: 0 18px 38px rgba(130,220,255,.035); content: ""; pointer-events: none; transform: rotate(-1.25deg); }
.night-hero-media::after { position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 7% 8%, #ffd08a 0 2px, rgba(255,208,138,.42) 3px, transparent 12px), radial-gradient(circle at 19% 11%, #c5b6ff 0 2px, rgba(197,182,255,.42) 3px, transparent 13px), radial-gradient(circle at 33% 13%, #82dcff 0 2px, rgba(130,220,255,.4) 3px, transparent 12px), radial-gradient(circle at 49% 14%, #afe5d7 0 2px, rgba(175,229,215,.42) 3px, transparent 13px), radial-gradient(circle at 65% 13%, #ffb5bd 0 2px, rgba(255,181,189,.42) 3px, transparent 13px), radial-gradient(circle at 81% 10%, #ffd08a 0 2px, rgba(255,208,138,.45) 3px, transparent 13px), radial-gradient(circle at 94% 7%, #a88cff 0 2px, rgba(168,140,255,.42) 3px, transparent 13px); content: ""; opacity: .82; pointer-events: none; }
.night-hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(10,11,29,.97) 0%, rgba(15,16,38,.9) 34%, rgba(17,18,42,.3) 65%, rgba(10,10,24,.08) 100%), linear-gradient(0deg, rgba(8,9,23,.65), transparent 45%); }
.night-hero::after { position: absolute; right: -210px; bottom: -250px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 86px rgba(255,255,255,.025), 0 0 0 175px rgba(255,255,255,.012); content: ""; }
.hero-inner { position: relative; z-index: 1; display: flex; min-height: max(760px, 100svh); align-items: center; padding-block: 126px 92px; }
.hero-copy { width: min(690px, 64%); }
.hero-copy h1 { max-width: 680px; margin: 0; font: 500 clamp(3.5rem, 6.1vw, 5.9rem)/.95 var(--home-serif); letter-spacing: -.058em; text-wrap: balance; }
.hero-copy h1 span { display: block; color: #f1eaff; }
.hero-lede { max-width: 590px; margin: 27px 0 0; color: rgba(255,255,255,.8); font: clamp(1.03rem, 1.4vw, 1.18rem)/1.7 var(--home-serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.home-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 14px; padding: 13px 21px; font-size: .84rem; font-weight: 900; }
.home-button--coral { border-color: rgba(255,255,255,.2); background: linear-gradient(135deg, #ffc0c3, var(--home-coral)); box-shadow: 0 17px 42px rgba(255,140,145,.25); color: #261a2d; }
.home-button--glass { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(14px); }
/* Experience-wide inherited link color loads after this file. These selectors
 * deliberately lock every filled homepage action to its accessible label. */
body.home.sleepbaby-experience-v300 .home-nightlight .home-button--coral { color: #261a2d; }
body.home.sleepbaby-experience-v300 .home-nightlight .home-button--glass,
body.home.sleepbaby-experience-v300 .home-nightlight .hero-note a,
body.home.sleepbaby-experience-v300 .home-nightlight .route-stage > a,
body.home.sleepbaby-experience-v300 .home-nightlight .mobile-route-card > a,
body.home.sleepbaby-experience-v300 .home-nightlight .mobile-home-dock a { color: #fff; }
body.home.sleepbaby-experience-v300 .home-nightlight .mobile-home-dock a:last-child { color: #281c2a; }
body.home.sleepbaby-experience-v300 .home-nightlight .home-text-link { color: #694d7d; }
body.home.sleepbaby-experience-v300 .home-nightlight .trust-band a { color: #684e7a; }
body.home.sleepbaby-experience-v300 .home-nightlight .home-standards > a { color: var(--home-iris); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: rgba(255,255,255,.64); font-size: .75rem; font-weight: 750; }
.hero-trust span { position: relative; }
.hero-trust span:not(:last-child)::after { position: absolute; top: 50%; right: -13px; width: 3px; height: 3px; border-radius: 50%; background: var(--home-lantern); content: ""; }
.hero-note { position: absolute; right: 0; bottom: 46px; display: grid; width: 275px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; background: rgba(20,20,47,.5); box-shadow: 0 22px 60px rgba(7,7,20,.3); backdrop-filter: blur(18px); }
.hero-note p { margin: 0; padding: 15px 18px 11px; color: var(--home-lantern); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-note a { display: flex; min-height: 48px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); padding: 10px 18px; font: .97rem var(--home-serif); }
.fireflies i { position: absolute; z-index: -1; width: 5px; height: 5px; border-radius: 50%; background: #ffe9a6; box-shadow: 0 0 15px 4px rgba(255,222,140,.35); animation: home-drift 7s ease-in-out infinite; }
.fireflies i:nth-child(1) { top: 20%; left: 49%; }.fireflies i:nth-child(2) { top: 34%; left: 58%; animation-delay: -1.8s; }.fireflies i:nth-child(3) { top: 70%; left: 44%; animation-delay: -3.5s; }.fireflies i:nth-child(4) { top: 15%; left: 79%; animation-delay: -5.2s; }.fireflies i:nth-child(5) { top: 76%; left: 72%; animation-delay: -2.7s; }
@keyframes home-drift { 0%,100% { opacity:.25; transform:translate3d(0,0,0) scale(.7); } 50% { opacity:.9; transform:translate3d(8px,-12px,0) scale(1); } }

.trust-band { border-bottom: 1px solid var(--home-line); background: linear-gradient(90deg, #f0edff, #fff2ed 48%, #ecf9f5); }
.trust-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 24px; }
.trust-band p { max-width: 880px; margin: 0; color: #4d475b; font: .9rem/1.65 var(--home-serif); }
.trust-band a { flex: 0 0 auto; display: inline-flex; min-height: 44px; align-items: center; color: #684e7a; font-size: .75rem; font-weight: 900; }

.route-section { padding-block: 116px 125px; scroll-margin-top: 80px; }
.home-section-heading--split { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(270px,.6fr); align-items: end; gap: 65px; }
.home-section-heading--split > p { margin: 0 0 5px; color: #686270; font: 1.04rem/1.65 var(--home-serif); }
.night-router { display: grid; grid-template-columns: 300px 1fr; margin-top: 52px; border: 1px solid var(--home-line); background: #fff; box-shadow: 0 28px 76px rgba(42,32,64,.08); }
.route-selector { display: grid; align-content: stretch; border-right: 1px solid var(--home-line); background: #fffaf5; }
.route-selector button { display: grid; min-height: 75px; grid-template-columns: 29px 1fr 20px; align-items: center; gap: 10px; border: 0; border-bottom: 1px solid var(--home-line); background: transparent; color: #5c5664; padding: 13px 17px; text-align: left; cursor: pointer; }
.route-selector button:last-child { border-bottom: 0; }
.route-selector button span { color: #694559; font-size: .68rem; font-weight: 900; }
.route-selector button strong { font-size: .76rem; }
.route-selector button i { font-style: normal; }
.route-selector button[aria-selected="true"] { background: linear-gradient(90deg, #ebe6ff, #fff7f2); color: var(--home-ink); box-shadow: inset 3px 0 var(--home-iris); }
.route-stages { position: relative; min-height: 455px; }
.route-stage { position: relative; min-height: 455px; overflow: hidden; padding: clamp(40px, 6vw, 70px); }
.route-stage::after { position: absolute; top: -140px; right: -120px; width: 400px; height: 400px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.22); content: ""; }
.route-stage--lavender { background: linear-gradient(145deg, #eee8ff, #ddd4ff); }.route-stage--sky { background: linear-gradient(145deg, #edf9ff, #d6efff); }.route-stage--blush { background: linear-gradient(145deg, #fff0f3, #ffd9df); }.route-stage--mint { background: linear-gradient(145deg, #effbf7, #d4f2e8); }.route-stage--peach { background: linear-gradient(145deg, #fff5ea, #ffe0c8); }.route-stage--cream { background: linear-gradient(145deg, #fffdf7, #f5eddd); }
.route-stage__count { position: relative; z-index: 1; margin: 0 0 25px; color: #70455d; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.route-stage h3 { position: relative; z-index: 1; max-width: 670px; margin: 0; font: 500 clamp(3rem, 5vw, 4.9rem)/.95 var(--home-serif); letter-spacing: -.055em; }
.route-stage__lede { position: relative; z-index: 1; max-width: 600px; margin: 20px 0 0; color: #514b5a; font: 1rem/1.65 var(--home-serif); }
.route-stage__first { position: relative; z-index: 1; max-width: 590px; margin-top: 24px; border-left: 2px solid #7a61c7; padding-left: 16px; }
.route-stage__first span { color: #694559; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.route-stage__first p { margin: 6px 0 0; color: #5d5764; font-size: .76rem; line-height: 1.55; }
.route-stage > a { position: relative; z-index: 1; display: inline-flex; min-height: 50px; align-items: center; gap: 10px; margin-top: 26px; background: var(--home-ink); color: #fff; padding: 0 20px; font-size: .72rem; font-weight: 900; }
.mobile-night-deck { display: none; }

.home-editorial { border-block: 1px solid var(--home-line); background: var(--home-paper); padding-block: 110px 122px; }
.home-section-heading--editorial { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.home-section-heading--editorial h2 { max-width: 780px; }
.home-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; border-bottom: 1px solid currentColor; color: #694d7d; font-size: .76rem; font-weight: 900; }
.story-mosaic { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: 17px; margin-top: 52px; }
.story-feature { display: grid; grid-template-rows: minmax(410px,1fr) auto; overflow: hidden; border: 1px solid var(--home-line); background: #f4f0f7; }
.story-feature__image,
.story-small__image { position: relative; display: block; overflow: hidden; background: linear-gradient(135deg, #dcd2ff, #d5f1e8); }
.story-feature__image img,
.story-small__image img { width: 100%; height: 100%; object-fit: cover; }
.story-feature__image:empty::after,
.story-small__image:empty::after { display: grid; height: 100%; place-items: center; color: rgba(29,25,48,.45); content: "SleepBaby field guide"; font: 1rem var(--home-serif); }
.story-feature__image > span { position: absolute; top: 18px; left: 18px; border-radius: 999px; background: rgba(255,253,249,.92); padding: 9px 12px; font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-feature__copy { padding: 32px 36px 37px; }
.story-feature__copy > p:first-child,
.story-small > div > p:first-child { margin: 0 0 10px; color: #875671; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-feature h3,
.story-small h3 { margin: 0; font: 500 clamp(1.7rem, 3vw, 2.7rem)/1.07 var(--home-serif); letter-spacing: -.035em; }
.story-feature__copy > p:not(:first-child),
.story-small > div > p:not(:first-child) { color: #686270; font-size: .88rem; line-height: 1.65; }
.story-stack { display: grid; gap: 17px; }
.story-small { display: grid; min-height: 300px; grid-template-columns: 42% 1fr; overflow: hidden; border: 1px solid var(--home-line); background: #fff; }
.story-small > div { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; padding: 23px; }
.story-small h3 { font-size: 1.48rem; }
.story-small .home-text-link { margin-top: auto; }

.home-reset { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); align-items: center; gap: 90px; padding-block: 115px; }
.home-reset > div > p:last-child { max-width: 540px; margin: 23px 0 0; color: #686270; font: 1rem/1.75 var(--home-serif); }
.home-reset ol { margin: 0; padding: 0; list-style: none; }
.home-reset li { display: grid; grid-template-columns: 50px 1fr; gap: 21px; border-bottom: 1px solid var(--home-line); padding: 23px 0; }
.home-reset li > span { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(111,88,211,.25); border-radius: 50%; background: #f2eeff; color: var(--home-iris); font: 1.15rem var(--home-serif); }
.home-reset strong { font: 600 1.2rem var(--home-serif); }.home-reset li p { margin: 7px 0 0; color: #686270; font-size: .86rem; line-height: 1.55; }

.home-workshop { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 30%, rgba(111,88,211,.26), transparent 29%), radial-gradient(circle at 84% 78%, rgba(175,229,215,.13), transparent 26%), linear-gradient(135deg, #11122b, #28213f 58%, #16152e); color: #fff; }
.home-workshop::before { position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(rgba(255,255,255,.34) .6px, transparent .6px); background-size: 8px 8px; content: ""; }
.home-workshop__inner { position: relative; z-index: 1; display: grid; min-height: 820px; grid-template-columns: minmax(430px,.95fr) minmax(0,1.05fr); align-items: center; gap: 88px; padding-block: 105px; }
.home-workshop__glow { position: absolute; top: 15%; left: 14%; width: 380px; height: 380px; border: 1px solid rgba(255,208,138,.18); border-radius: 50%; box-shadow: 0 0 110px rgba(197,182,255,.14), 0 0 0 85px rgba(197,182,255,.035), 0 0 0 160px rgba(197,182,255,.02); }
.home-workshop__visual { position: relative; width: 470px; height: 570px; perspective: 1000px; }
.home-method-cover { position: absolute; top: 10px; left: 62px; z-index: 4; display: flex; width: 330px; height: 445px; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; background: radial-gradient(circle at 75% 15%, rgba(255,208,138,.22), transparent 22%), linear-gradient(160deg, #ece8ff, #fff8f3 48%, #d9f3ed); box-shadow: 0 40px 80px rgba(6,6,18,.45); color: var(--home-ink); padding: 34px; transform: rotate(-2deg); }
.home-method-cover > span { color: #5f4e75; font-size: .65rem; font-weight: 900; letter-spacing: .1em; }.home-method-cover > p { margin: 61px 0 8px; color: #85536b; font-size: .7rem; font-weight: 900; letter-spacing: .08em; }.home-method-cover strong { position: relative; z-index: 1; font: 500 2.55rem/.96 var(--home-serif); letter-spacing: -.04em; }.home-method-cover em { position: relative; z-index: 1; max-width: 190px; margin-top: auto; font: .88rem/1.4 var(--home-serif); }.home-method-cover i { position: absolute; right: -54px; bottom: -50px; width: 220px; height: 220px; border: 2px solid rgba(111,88,211,.22); border-radius: 50%; box-shadow: 0 0 60px rgba(197,182,255,.42); }
.home-bonus { position: absolute; z-index: 2; width: 174px; height: 232px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; box-shadow: 0 30px 55px rgba(5,5,17,.35); object-fit: cover; }.home-bonus--one { top: 325px; left: 8px; transform: rotate(-9deg); }.home-bonus--two { top: 347px; left: 155px; z-index: 3; transform: rotate(1deg); }.home-bonus--three { top: 319px; left: 300px; transform: rotate(10deg); }
.home-workshop__copy h2 { max-width: 620px; }.home-workshop__copy > p:not(.eyebrow) { max-width: 590px; margin: 25px 0 0; color: rgba(255,255,255,.72); font: 1.08rem/1.75 var(--home-serif); }.home-workshop__promise { display: grid; margin-top: 29px; border-left: 2px solid var(--home-lantern); padding: 4px 0 4px 20px; }.home-workshop__promise span { color: var(--home-lantern); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }.home-workshop__promise strong { margin-top: 4px; font: 500 1.45rem var(--home-serif); }.home-workshop__promise small { margin-top: 7px; color: rgba(255,255,255,.54); font-size: .72rem; }.home-workshop__copy ul { display: grid; gap: 11px; margin: 27px 0 29px; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-size: .86rem; }.home-workshop__copy li::before { margin-right: 10px; color: var(--home-mint); content: "✓"; }

.home-kacey { display: grid; grid-template-columns: 260px minmax(0,1fr) 330px; align-items: center; gap: 55px; padding-block: 112px; }
.home-kacey__portrait { position: relative; }.home-kacey-portrait { display: grid; width: 240px; height: 240px; place-items: center; border: 10px solid #fff; border-radius: 44% 56% 52% 48% / 56% 43% 57% 44%; background: linear-gradient(135deg,#ded5ff,#d9f4eb); box-shadow: 0 30px 55px rgba(44,36,66,.16); object-fit: cover; font: 4rem var(--home-serif); }.home-kacey__portrait > span { position: absolute; right: -7px; bottom: 12px; border: 1px solid var(--home-line); border-radius: 999px; background: rgba(255,255,255,.95); box-shadow: 0 12px 30px rgba(38,30,57,.13); padding: 10px 14px; font-size: .67rem; font-weight: 900; text-transform: uppercase; }.home-kacey__copy > p:last-of-type { margin: 23px 0; color: #686270; font: 1.04rem/1.75 var(--home-serif); }.home-standards { border: 1px solid var(--home-line); border-radius: 22px; background: #fff; box-shadow: 0 22px 55px rgba(42,32,64,.08); padding: 25px; }.home-standards ol { margin: 0 0 20px; padding: 0; list-style: none; }.home-standards li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; border-bottom: 1px solid var(--home-line); padding: 13px 0; font-size: .78rem; font-weight: 700; }.home-standards li span { color: #89576f; font-size: .68rem; }.home-standards > a { display: inline-flex; min-height: 44px; align-items: center; color: var(--home-iris); font-size: .75rem; font-weight: 900; }

.home-final { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 50%, rgba(197,182,255,.26), transparent 31%), linear-gradient(120deg, #1b1935, #2c2444); color: #fff; padding-block: 79px; }.home-final::after { position: absolute; top: -120px; right: 8%; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); content: ""; }.home-final__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 44px; }.home-final h2 { font-size: clamp(2.5rem,4vw,4rem); }.home-final__inner > div:first-child > p:last-child { margin: 12px 0 0; color: rgba(255,255,255,.67); font: 1.1rem var(--home-serif); }.home-final__inner > div:last-child { display: flex; gap: 11px; }
.mobile-home-dock { display: none; visibility: hidden; }

[data-home-reveal] { opacity: 1; transform: none; }
.home-js [data-home-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.home-js [data-home-reveal].is-revealed { opacity: 1; transform: none; }

@media (max-width: 1060px) {
	.story-mosaic,
	.home-workshop__inner { grid-template-columns: 1fr; }
	.home-workshop__inner { gap: 20px; }
	.home-workshop__visual { margin-inline: auto; }
	.home-workshop__copy { max-width: 700px; margin-inline: auto; text-align: center; }
	.home-workshop__promise { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 21px 0 0; }
	.home-workshop__copy ul { justify-items: center; }
	.home-kacey { grid-template-columns: 220px 1fr; }.home-standards { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
	html { scroll-padding-top: 116px; }
	.route-section,
	.home-workshop { scroll-margin-top: 44px; }
	.night-hero { min-height: 100svh; }
	.night-hero-media { inset: 0; }
	body.home.sleepbaby-experience-v300 .home-nightlight .night-hero-media > .night-hero-image { object-position: 76% center; }
	.night-hero-shade { background: linear-gradient(180deg, rgba(10,11,29,.94) 0%, rgba(13,14,34,.8) 48%, rgba(13,14,34,.34) 72%, rgba(8,9,23,.82) 100%), linear-gradient(90deg, rgba(9,10,27,.88), transparent 82%); }
	.hero-inner { min-height: 100svh; align-items: flex-start; padding-block: 128px 62px; }
	.hero-copy { width: 100%; max-width: 620px; }
	.hero-copy h1 { max-width: 590px; font-size: clamp(3.05rem, 11.7vw, 4.65rem); }
	.hero-lede { max-width: 520px; font-size: 1rem; }
	.hero-note { display: none; }
	.hero-actions { max-width: 520px; }
	.trust-band__inner,
	.home-section-heading--editorial,
	.home-final__inner { align-items: flex-start; flex-direction: column; }
	.home-section-heading--split,
	.home-reset { grid-template-columns: 1fr; gap: 30px; }
	.route-section { padding-block: 84px; }
	.home-section-heading--split > p { font-size: 1rem; }
	.night-router { display: none; }
	.mobile-night-deck { display: block; margin-top: 38px; }
	.mobile-deck-status { display: flex; align-items: center; justify-content: space-between; padding-inline: 3px; color: #7d6576; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
	.mobile-deck-scroll { display: flex; gap: 12px; width: calc(100% + 14px); margin: 15px 0 0; overflow-x: auto; padding: 0 14px 16px 0; scroll-padding-left: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.mobile-deck-scroll::-webkit-scrollbar { display: none; }
	.mobile-route-card { position: relative; display: flex; min-height: 510px; flex: 0 0 min(86vw, 390px); flex-direction: column; overflow: hidden; border: 1px solid var(--home-line); border-radius: 3px 27px 3px 27px; padding: 25px; scroll-snap-align: start; }
	.mobile-route-card::after { position: absolute; top: -65px; right: -65px; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; content: ""; }
	.mobile-route-card--lavender { background: linear-gradient(145deg,#eee8ff,#dcd2ff); }.mobile-route-card--sky { background: linear-gradient(145deg,#edf9ff,#d6efff); }.mobile-route-card--blush { background: linear-gradient(145deg,#fff0f3,#ffd9df); }.mobile-route-card--mint { background: linear-gradient(145deg,#effbf7,#d4f2e8); }.mobile-route-card--peach { background: linear-gradient(145deg,#fff5ea,#ffe0c8); }.mobile-route-card--cream { background: linear-gradient(145deg,#fffdf7,#f5eddd); }
	.mobile-route-card__top { position: relative; z-index: 1; display: flex; justify-content: space-between; color: #684458; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
	.mobile-route-card h3 { position: relative; z-index: 1; margin: 64px 0 0; font: 500 clamp(2.7rem,11vw,3.8rem)/.98 var(--home-serif); letter-spacing: -.05em; }
	.mobile-route-card > p { position: relative; z-index: 1; margin: 18px 0 0; color: #57515e; font: 1rem/1.62 var(--home-serif); }
	.mobile-route-card__first { position: relative; z-index: 1; margin-top: auto; border-top: 1px solid rgba(29,25,48,.15); padding-top: 18px; }.mobile-route-card__first > span { color: #684458; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.mobile-route-card__first p { margin: 7px 0 0; color: #5f5965; font-size: .88rem; line-height: 1.55; }.mobile-route-card > a { position: relative; z-index: 1; display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; margin-top: 18px; background: var(--home-ink); color: #fff; font-size: .78rem; font-weight: 900; }
	.mobile-deck-arrows { display: none; justify-content: flex-end; gap: 8px; margin-top: 3px; }.home-js .mobile-deck-arrows { display: flex; }.mobile-deck-arrows button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--home-line); border-radius: 50%; background: #fff; color: var(--home-ink); }.mobile-deck-arrows button:disabled { opacity: .38; cursor: default; }
	.home-editorial { padding-block: 82px; }
	.story-mosaic { margin-top: 38px; }.story-feature { grid-template-rows: 280px auto; }.story-feature__copy { padding: 24px; }.story-small { grid-template-columns: 1fr; }.story-small__image { min-height: 220px; }.story-small > div { min-height: 260px; }
	.home-reset { padding-block: 84px; }
	.home-workshop__inner { min-height: 0; padding-block: 82px; }
	.home-workshop__visual { width: min(100%, 366px); height: 438px; }
	.home-method-cover { top: 0; left: calc(50% - 120px); width: 240px; height: 325px; padding: 25px; }.home-method-cover > p { margin-top: 38px; }.home-method-cover strong { font-size: 1.95rem; }.home-method-cover em { font-size: .78rem; }
	.home-bonus { width: 112px; height: 150px; }.home-bonus--one { top: 278px; left: calc(50% - 168px); }.home-bonus--two { top: 292px; left: calc(50% - 56px); }.home-bonus--three { top: 276px; left: calc(50% + 57px); }
	.home-workshop__copy { text-align: left; }.home-workshop__copy ul { justify-items: start; }
	.home-kacey { grid-template-columns: 1fr; gap: 38px; padding-block: 84px; }.home-kacey__portrait { width: 250px; }
	.home-final__inner > div:last-child { display: grid; width: 100%; }.home-final__inner > div:last-child .home-button { width: 100%; }
	.mobile-home-dock { position: fixed; right: max(10px,env(safe-area-inset-right)); bottom: max(10px,env(safe-area-inset-bottom)); left: max(10px,env(safe-area-inset-left)); z-index: 850; display: grid; grid-template-columns: 1.1fr .9fr; gap: 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(19,19,42,.94); box-shadow: 0 18px 55px rgba(8,8,22,.34); padding: 7px; opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .2s ease, transform .2s ease; backdrop-filter: blur(18px); }.mobile-home-dock.is-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }.mobile-home-dock a { display: flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 10px; color: #fff; font-size: .75rem; font-weight: 900; }.mobile-home-dock a:last-child { background: linear-gradient(135deg,var(--home-coral),#ffaaa4); color: #281c2a; }
}

@media (max-width: 480px) {
	.hero-inner { padding-top: 116px; }
	.hero-copy h1 { font-size: clamp(2.75rem,13vw,3.55rem); }
	.hero-lede { font-size: .96rem; line-height: 1.62; }
	.hero-actions { display: grid; width: 100%; }.hero-actions .home-button { width: 100%; }
	.hero-trust { font-size: .75rem; }
	.trust-band__inner { padding-block: 20px; }
	.home-nightlight h2 { font-size: clamp(2.5rem,11vw,3.35rem); }
	.story-feature { grid-template-rows: 235px auto; }
	.story-small__image { min-height: 190px; }
	.home-kacey-portrait { width: 220px; height: 220px; }
}

@media (max-width: 782px) {
	body.admin-bar.home .route-section,
	body.admin-bar.home .home-workshop { scroll-margin-top: 90px; }
}

@media (max-width: 350px) {
	.hero-copy h1 { font-size: 2.55rem; }
	.hero-trust span:not(:last-child)::after { display: none; }
	.mobile-route-card { flex-basis: calc(100vw - 34px); padding: 22px; }
	.mobile-route-card h3 { font-size: 2.6rem; }
	.home-workshop__visual { width: 100%; }
	.home-bonus { width: 100px; height: 134px; }
	.home-bonus--one { left: 4px; }
	.home-bonus--two { left: calc(50% - 50px); }
	.home-bonus--three { right: 4px; left: auto; }
}

@media (hover: hover) and (pointer: fine) {
	.home-button,
	.hero-note a,
	.story-feature__image img,
	.story-small__image img,
	.home-method-cover,
	.home-bonus { transition: transform .3s ease, box-shadow .3s ease, filter .3s ease; }
	.home-button:hover { transform: translateY(-2px); }.hero-note a:hover { padding-left: 22px; background: rgba(255,255,255,.08); }.story-feature__image:hover img,.story-small__image:hover img { filter: saturate(1.06); transform: scale(1.025); }.home-workshop__visual:hover .home-method-cover { transform: rotate(-1deg) translateY(-7px); }.home-workshop__visual:hover .home-bonus--one { transform: rotate(-13deg) translate(-5px,4px); }.home-workshop__visual:hover .home-bonus--two { transform: translateY(7px); }.home-workshop__visual:hover .home-bonus--three { transform: rotate(13deg) translate(5px,4px); }
}

@media (prefers-reduced-motion: reduce) {
	.fireflies { display: none; }
	.home-js [data-home-reveal] { opacity: 1; transform: none; }
	.home-method-cover { transform: none; }
}

@media (forced-colors: active) {
	.night-hero-image { display: none; }
	.night-hero,
	.home-workshop,
	.home-final,
	.mobile-home-dock,
	.mobile-route-card,
	.route-stage { border: 1px solid CanvasText; background: Canvas; color: CanvasText; }
	.home-button,
	.mobile-route-card > a,
	.mobile-home-dock a { border: 1px solid LinkText; background: Canvas; color: LinkText; forced-color-adjust: auto; }
}

/* Nightlight Cinematic — final release layer. Keep this last so one scoped
 * composition owns the poster, dawn journey, living bulbs, and product fan. */
.home-nightlight .night-hero { min-height: min(980px, 100svh); }
.home-nightlight .night-hero-media,
.home-nightlight .night-hero-media picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
body.home.sleepbaby-experience-v300 .home-nightlight .night-hero-media picture > .night-hero-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
}
.home-nightlight .hero-inner { min-height: min(980px, 100svh); }
.home-nightlight .hero-copy { width: min(780px, 66%); }
.home-nightlight .hero-copy h1 { max-width: 780px; font-size: clamp(4.8rem, 7vw, 7.5rem); line-height: .86; letter-spacing: -.065em; }
.home-nightlight .hero-copy h1 span {
	background: linear-gradient(98deg, #fff 0%, #efe8ff 45%, #ffd7d9 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
.home-nightlight .hero-issue { display: block; margin-bottom: 24px; color: rgba(255,255,255,.46); font-size: .58rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.night-dawn-bridge { position: relative; z-index: 5; height: 156px; margin-top: -2px; overflow: hidden; background: linear-gradient(180deg, #17172f 0%, #42344f 33%, #9383a6 61%, #e9e0ed 83%, var(--home-cream) 100%); }
.night-dawn-bridge::before { position: absolute; right: -8%; bottom: -160px; left: -8%; height: 225px; border-radius: 50% 50% 0 0; background: var(--home-cream); box-shadow: 0 -35px 95px rgba(255,208,138,.22), 0 -8px 40px rgba(197,182,255,.18); content: ""; }
.night-dawn-bridge .dawn-horizon { position: absolute; right: 9%; bottom: 17px; width: 180px; height: 90px; border-top: 1px solid rgba(255,255,255,.55); border-radius: 50% 50% 0 0; box-shadow: 0 -10px 48px rgba(255,208,138,.25); }
.night-dawn-bridge > span { position: absolute; width: 5px; height: 8px; border-radius: 50%; box-shadow: 0 0 14px currentColor; }
.night-dawn-bridge > span:nth-child(1) { top: 24%; left: 9%; background: var(--home-blush); color: var(--home-blush); }
.night-dawn-bridge > span:nth-child(2) { top: 38%; left: 29%; background: var(--home-lantern); color: var(--home-lantern); }
.night-dawn-bridge > span:nth-child(3) { top: 48%; left: 50%; background: var(--home-sky); color: var(--home-sky); }
.night-dawn-bridge > span:nth-child(4) { top: 36%; left: 71%; background: var(--home-lavender); color: var(--home-lavender); }
.night-dawn-bridge > span:nth-child(5) { top: 22%; left: 90%; background: var(--home-mint); color: var(--home-mint); }
.home-nightlight .trust-band { position: relative; z-index: 6; border-top: 0; background: var(--home-cream); }
.home-nightlight .route-section,
.home-nightlight .home-editorial { position: relative; isolation: isolate; }
.home-nightlight .route-section::before,
.home-nightlight .home-editorial::before { position: absolute; top: 72px; right: -.03em; z-index: -1; color: rgba(111,88,211,.055); font: 500 clamp(8rem,21vw,19rem)/.8 var(--home-serif); letter-spacing: -.09em; content: "01"; }
.home-nightlight .home-editorial::before { right: auto; left: -.08em; content: "02"; }
.home-nightlight .home-section-heading h2 { font-size: clamp(3.2rem, 6vw, 6.1rem); line-height: .91; }
.home-nightlight .route-selector button { grid-template-columns: 10px 29px minmax(0,1fr) 20px; }
.home-nightlight .route-selector button::before { width: 7px; height: 10px; border: 1px solid rgba(69,57,80,.18); border-radius: 50% 50% 45% 45%; background: #b4acb7; box-shadow: none; content: ""; transition: background .24s ease, box-shadow .24s ease, transform .24s ease; }
.home-nightlight .route-selector button[aria-selected="true"]::before,
.home-nightlight .route-selector button:focus-visible::before { background: var(--home-lantern); box-shadow: 0 0 10px var(--home-lantern), 0 0 26px rgba(255,208,138,.55); transform: scale(1.18); }
.home-nightlight .route-stage { border-radius: 4px 42px 4px 42px; box-shadow: 0 38px 100px rgba(40,31,66,.12); }
.home-nightlight .home-editorial,
.home-nightlight .home-reset,
.home-nightlight .home-kacey { background-image: radial-gradient(circle at 1px 1px, rgba(92,72,99,.035) 1px, transparent 0); background-size: 19px 19px; }
.home-workshop__visual::before,
.home-workshop__visual::after { position: absolute; top: 34px; left: 76px; z-index: 1; width: 285px; height: 390px; border: 1px solid rgba(255,255,255,.3); border-radius: 3px 22px 3px 22px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(231,224,255,.8)); box-shadow: 0 30px 65px rgba(4,5,20,.35); color: #79566b; padding: 27px; font-size: .61rem; font-weight: 900; letter-spacing: .13em; content: "03  ·  COMPARE THE PATTERN"; transform: rotate(-19deg); transform-origin: 75% 90%; }
.home-workshop__visual::after { z-index: 2; background: linear-gradient(145deg, #fffdf9, #ece6ff); color: #694f7d; content: "START HERE  ·  YOUR 60-SECOND MAP"; transform: rotate(-9deg) translate(16px, -5px); }
.home-workshop__visual .home-method-cover { z-index: 4; border-radius: 3px 24px 3px 24px; box-shadow: 0 42px 95px rgba(4,5,20,.5), 0 0 0 1px rgba(255,255,255,.12); transform: rotate(4deg) translate(27px, 6px); }
.home-js .home-workshop.is-revealed .home-workshop__visual::before { animation: home-page-fan-back 1s .12s cubic-bezier(.22,1,.36,1) both; }
.home-js .home-workshop.is-revealed .home-workshop__visual::after { animation: home-page-fan-front 1.05s .04s cubic-bezier(.22,1,.36,1) both; }
@keyframes home-page-fan-back { from { opacity: 0; transform: rotate(-2deg) translate(38px,18px); } to { opacity: 1; transform: rotate(-19deg); } }
@keyframes home-page-fan-front { from { opacity: 0; transform: rotate(0) translate(32px,13px); } to { opacity: 1; transform: rotate(-9deg) translate(16px,-5px); } }
.home-route-light-carry { position: fixed; inset: 0; z-index: 2000; overflow: hidden; pointer-events: none; }
.home-route-light-carry span { position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; border-radius: 50%; background: var(--route-light, var(--home-lavender)); box-shadow: 0 0 42px 18px color-mix(in srgb, var(--route-light, var(--home-lavender)) 52%, transparent); opacity: 0; transform: translate(-50%,-50%) scale(.01); }
.home-nightlight[data-route-exit="true"] .home-route-light-carry span { animation: home-route-light-out .52s cubic-bezier(.4,0,.2,1) forwards; }
@keyframes home-route-light-out { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.01); } 18% { opacity: 1; } 100% { opacity: 1; transform: translate(-50%,-50%) scale(240); } }

@media (max-width: 760px) {
	.home-nightlight .night-hero { min-height: 100svh; }
	.home-nightlight .night-hero-media picture > .night-hero-image { object-position: 57% center; animation: none; transform: none; }
	.home-nightlight .night-hero-shade { background: linear-gradient(180deg, rgba(8,9,27,.78) 0%, rgba(10,11,29,.24) 27%, rgba(11,12,31,.12) 48%, rgba(10,11,28,.88) 79%, #101126 100%), linear-gradient(90deg, rgba(10,11,29,.68), transparent 67%); }
	.home-nightlight .hero-inner { min-height: 100svh; align-items: flex-end; padding: 112px 16px 34px; }
	.home-nightlight .hero-copy { width: 100%; max-width: none; padding-top: 22svh; }
	.home-nightlight .hero-copy h1 { width: min(94%,620px); max-width: none; font-size: clamp(3.45rem,15vw,5.25rem); line-height: .86; }
	.home-nightlight .hero-lede { max-width: 34rem; margin-top: 18px; font-size: .93rem; line-height: 1.55; }
	.home-nightlight .hero-actions { margin-top: 22px; }
	.home-nightlight .hero-actions .home-button { min-height: 48px; padding: 12px 15px; font-size: .77rem; }
	.home-nightlight .hero-trust { margin-top: 18px; }
	.home-nightlight .night-dawn-bridge { height: 120px; }
	.home-nightlight .route-section::before,
	.home-nightlight .home-editorial::before { top: 54px; font-size: 9rem; }
	.home-nightlight .home-section-heading h2 { font-size: clamp(3.2rem,12vw,4.4rem); }
	.home-workshop__visual::before,
	.home-workshop__visual::after { top: 18px; left: calc(50% - 112px); width: 224px; height: 305px; padding: 20px; }
	.home-workshop__visual .home-method-cover { left: calc(50% - 120px); transform: rotate(4deg) translate(14px,4px); }
}
@media (max-width: 420px) {
	.home-nightlight .hero-copy { padding-top: 20svh; }
	.home-nightlight .hero-copy h1 { font-size: clamp(3.25rem,15.8vw,4.5rem); }
	.home-nightlight .hero-lede { font-size: .86rem; }
	.home-nightlight .hero-trust { font-size: .64rem; }
}
@media (max-width: 420px) and (max-height: 720px) {
	.home-nightlight .hero-issue { margin-bottom: 10px; }
	.home-nightlight .hero-lede { margin-top: 12px; }
	.home-nightlight .hero-actions { margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) {
	.home-route-light-carry { display: none; }
	.home-workshop__visual::before,
	.home-workshop__visual::after { animation: none !important; }
}
@media (forced-colors: active) {
	.home-nightlight .hero-copy h1 span { background: none; color: CanvasText; -webkit-text-fill-color: CanvasText; }
	.night-dawn-bridge,
	.home-workshop__visual::before,
	.home-workshop__visual::after,
	.home-route-light-carry { display: none; }
}
