:root{--red:#F5003D;--red-hover:#d40034;--pink:#ff5fa2;--ink:#1a1a1a;--muted:#8a8a8a;--bg:#ffffff;--radius:20px;--maxw:640px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100%;overflow-x:clip}body{font-family:Poppins,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--bg);line-height:1.4;-webkit-font-smoothing:antialiased}img{max-width:100%}video{dynamic-range-limit:standard}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:40;transform:translateY(120%);transition:transform .35s cubic-bezier(.2,.8,.2,1);padding:0 0 env(safe-area-inset-bottom,0px);pointer-events:none}.sticky-cta.show{transform:none;pointer-events:auto}.sticky-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid #f0e2e6;border-radius:16px 16px 0 0;box-shadow:0 -8px 30px #00000024;padding:12px 18px}.sticky-txt{font-size:15px;color:var(--ink)}.sticky-txt strong{color:var(--red)}.sticky-btn{flex:0 0 auto;background:var(--red);color:#fff;text-decoration:none;font-weight:700;font-size:15px;padding:13px 26px;border-radius:12px;box-shadow:0 10px 24px #f5003d59;transition:transform .15s,background .15s}.sticky-btn:hover{transform:translateY(-2px);background:var(--red-hover)}.island{position:relative;z-index:6;width:fit-content;max-width:calc(100% - 32px);margin:16px auto 0;background:#fff;color:var(--red);border-radius:999px;padding:9px 26px;min-width:230px;text-align:center;font-size:14px;font-weight:700;box-shadow:0 6px 20px #00000040}.island #islandText{display:inline-block;animation:islandIn .45s ease}@keyframes islandIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.nav{position:relative;z-index:5;display:flex;align-items:center;gap:24px;padding:18px 40px;background:transparent}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;margin-left:auto;flex-shrink:0}.nav-logo img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.nav-logo span{font-weight:800;font-size:17px;line-height:1;letter-spacing:-.3px;text-shadow:0 1px 8px rgba(0,0,0,.4)}.nav-links{display:flex;gap:clamp(16px,2.4vw,34px);align-items:center;padding-left:10px;min-width:0}.nav-links a{display:inline-flex;align-items:center;min-height:44px;white-space:nowrap;color:#fff;text-decoration:none;font-weight:600;font-size:15px;transition:opacity .15s;text-shadow:0 1px 8px rgba(0,0,0,.4)}.nav-links a:hover{opacity:.75}.nav-burger,.m-only,.m-br{display:none}.hero-band{position:relative;width:100%;height:100vh;overflow:hidden;background:#111}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-bg-m{display:none}.hero-caption{position:absolute;left:40px;bottom:22%;z-index:3;text-align:left;max-width:60%}.hero-quote{margin:0;color:#fff;font-family:Poppins,sans-serif;font-weight:800;font-size:60px;line-height:1.08;letter-spacing:-1.5px;text-shadow:0 2px 20px rgba(0,0,0,.55)}.hero-quote em{color:var(--red);font-style:italic}.hero-subq{display:inline-block;margin:16px 0 0;padding:11px 20px;border-radius:12px;color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:17px;background:var(--red);box-shadow:0 8px 22px #f5003d59}.hero-dot{position:absolute;left:50%;bottom:22px;transform:translate(-50%);z-index:3;width:16px;height:16px;border-radius:50%;background:var(--red);box-shadow:0 0 0 6px #f5003d47;animation:dotPulse 1.8s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 0 6px #f5003d47}50%{box-shadow:0 0 0 12px #f5003d1f}}.logo-over{position:absolute;top:24px;left:50%;transform:translate(-50%);z-index:3;color:#fff;margin:0}.logo-over .logo-text{color:#fff}.hero-band:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.45) 0%,rgba(0,0,0,.1) 40%,transparent 70%);pointer-events:none}.hero{background:#fff;text-align:center;padding:10px 24px 60px}.hero-content{max-width:var(--maxw);margin:0 auto;color:var(--ink)}.logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);margin-bottom:36px}.logo-heart{color:var(--red);width:58px;height:58px;display:block}.logo-heart svg{width:100%;height:100%}.logo-img{width:56px;height:56px;object-fit:contain;display:block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}.logo-text{font-weight:800;font-size:26px;line-height:1;text-align:left;letter-spacing:-.3px}.hero-title{font-weight:800;font-size:52px;line-height:1.12;letter-spacing:-1px;margin-bottom:22px}.hero-title em{color:var(--red);font-style:italic}.hero-sub-italic{font-style:italic;color:var(--muted);font-size:18px;margin-bottom:22px}.hero-sub{font-size:18px;color:var(--ink);margin-bottom:34px}.btn-primary{display:inline-block;background:var(--red);color:#fff;text-decoration:none;font-weight:600;font-size:18px;padding:18px 40px;border-radius:14px;box-shadow:0 12px 28px #f5003d59;transition:transform .15s,background .15s}.btn-primary:hover{background:var(--red-hover);transform:translateY(-2px)}.btn-white{display:inline-block;margin-top:16px;background:#fff;color:var(--ink);text-decoration:none;font-weight:700;font-size:16px;padding:15px 32px;border-radius:12px;box-shadow:0 10px 26px #00000047;transition:transform .15s,background .15s}.btn-white:hover{transform:translateY(-2px);background:#fff5f7}.cap-cta{display:inline-flex;flex-direction:column;align-items:flex-start}.cap-cta .hero-subq{margin-bottom:0}.cap-cta .btn-white{margin-top:12px}.social-proof{display:flex;align-items:center;justify-content:center;gap:12px;margin:30px 0 14px}.avatars{display:flex}.avatar{width:34px;height:34px;border-radius:50%;border:2px solid #fff;margin-left:-8px;background:linear-gradient(135deg,#f0a,#fa0)}.avatar:first-child{margin-left:0}.avatar:nth-child(2){background:linear-gradient(135deg,#0af,#0fa)}.avatar:nth-child(3){background:linear-gradient(135deg,#a0f,#f0a)}.avatar:nth-child(4){background:linear-gradient(135deg,#fa0,#f50)}.avatar:nth-child(5){background:linear-gradient(135deg,#0fa,#0af)}.avatar:nth-child(6){background:linear-gradient(135deg,#f05,#a0f)}.stars{color:#f5a623;font-size:20px;letter-spacing:2px}.proof-text{font-size:15px;color:var(--muted);margin-bottom:40px}.proof-text strong{color:var(--ink)}.occasions{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;font-size:15px}.occasions a{color:var(--muted);text-decoration:none;transition:color .15s}.occasions a:hover{color:var(--red)}.wheel-section{background:#f5224b;display:flex;align-items:center;gap:20px;padding:34px 3%;margin:36px 170px;border-radius:36px;min-height:0;overflow:hidden}.wheel-section{position:relative}.wheel-logo{position:absolute;top:26px;left:34px;z-index:4;width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.wheel-stat{position:absolute;left:0;right:0;bottom:26px;z-index:4;text-align:center;color:#fff;font-size:16px;font-weight:600;letter-spacing:.2px}.wheel-stat .count-up{font-weight:800}.wheel-left{flex:1;max-width:46%;text-align:left;padding-left:3%}.wheel-left .eyebrow{color:#ffffffd9}.wheel-phrase{color:#fff}.wheel-text{color:#ffffffeb}.wheel-sub em{color:#fff}.wheel-motive{background:#fff;color:var(--red)}.wheel-phrase{font-size:38px;font-weight:800;letter-spacing:-1px;line-height:1.15;min-height:2.2em;margin:6px 0 16px;transition:opacity .4s ease,transform .4s ease}.wheel-motive{display:inline-block;background:#fff;color:var(--red);font-size:15px;font-weight:700;padding:8px 16px;border-radius:999px;margin-bottom:18px;transition:opacity .4s ease,transform .4s ease}.wheel-text{font-size:18px;color:#ffffffeb;max-width:440px;line-height:1.55;min-height:3.4em;transition:opacity .4s ease,transform .4s ease}.wheel-phrase.swap,.wheel-motive.swap,.wheel-text.swap{opacity:0;transform:translateY(14px)}.wp-label{margin:26px 0 10px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.3px}.wheel-player{display:flex;align-items:center;gap:14px;max-width:420px;background:#ffffff29;border:1px solid rgba(255,255,255,.25);border-radius:16px;padding:12px 16px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.wp-play{flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--red);border:none;cursor:pointer;font-size:15px;padding-left:3px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003}.wheel-player.playing .wp-play{padding-left:0}.wp-body{flex:1;min-width:0;text-align:left}.wp-title{display:block;color:#fff;font-size:14px;font-weight:600;margin-bottom:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-wave{display:flex;align-items:center;gap:3px;height:24px;flex:1}.wp-wave i{flex:1;background:#fff6;border-radius:2px;transition:background .2s}.wp-wave i.played{background:#fff}.wp-wave i:nth-child(3n){height:22px}.wp-wave i:nth-child(3n+1){height:12px}.wp-wave i:nth-child(3n+2){height:17px}.wp-wave i:nth-child(5n){height:24px}.wp-wave i:nth-child(7n){height:9px}.wp-time{flex:0 0 auto;color:#ffffffd9;font-size:13px;font-weight:600}.wheel-right{flex:1.25;position:relative;height:660px}.wheel{position:absolute;left:54%;top:50%;width:0;height:0}.wcard{position:absolute;width:250px;height:445px;left:0;top:0;border-radius:18px;overflow:hidden;background:#111;box-shadow:0 16px 40px #0000004d;transition:transform .7s cubic-bezier(.25,.8,.25,1),opacity .6s ease,filter .6s ease;will-change:transform,opacity,filter}.wcard video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.wcard .wcard-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:1}.wcard.is-playing .wcard-poster{visibility:hidden}.wcard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:rgba(255,255,255,var(--veil,0));transition:background .5s ease}.marquee-section{background:#fff;padding:70px 0 46px;text-align:center;overflow:hidden}.carousel-title{font-size:40px;font-weight:800;line-height:1.15;letter-spacing:-1px;margin:0 auto 40px;padding:0 24px;text-align:center}.carousel-title em{display:inline-block;font-family:Pacifico,cursive;font-weight:400;font-style:normal;font-size:1.5em;line-height:1.1;color:var(--red);margin-top:6px;animation:titleFloat 3s ease-in-out infinite}@keyframes titleFloat{0%,to{transform:translateY(0) rotate(-1.5deg)}50%{transform:translateY(-8px) rotate(1.5deg)}}.marquee{width:100%;overflow-x:auto;overflow-y:hidden;cursor:grab;scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.marquee::-webkit-scrollbar{display:none}.marquee.dragging{cursor:grabbing}.marquee-track{display:flex;gap:16px;width:max-content;padding:6px 4px 16px}.mq-card{flex:0 0 auto;width:230px;aspect-ratio:9/16;border-radius:14px;overflow:hidden;background:#111;box-shadow:0 8px 20px #0000001f}.mq-card video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}@keyframes runstop{0%{transform:translate(0)}6%{transform:translate(-7.143%)}14%{transform:translate(-7.143%)}20%{transform:translate(-14.286%)}28%{transform:translate(-14.286%)}34%{transform:translate(-21.429%)}42%{transform:translate(-21.429%)}48%{transform:translate(-28.571%)}57%{transform:translate(-28.571%)}63%{transform:translate(-35.714%)}71%{transform:translate(-35.714%)}77%{transform:translate(-42.857%)}85%{transform:translate(-42.857%)}91%{transform:translate(-50%)}to{transform:translate(-50%)}}[data-rv]{opacity:0;transform:translateY(34px);transition:opacity .45s cubic-bezier(.2,.8,.2,1),transform .5s cubic-bezier(.2,.8,.2,1),filter .45s ease;transition-delay:var(--d,0ms);will-change:transform,opacity,filter}[data-rv=right]{transform:translate(-50px)}[data-rv=zoom]{transform:scale(.82)}[data-rv=blur]{filter:blur(14px);transform:translateY(18px)}[data-rv=flipup]{transform:perspective(900px) rotateX(-70deg);transform-origin:bottom}[data-rv].in{opacity:1;transform:none;filter:none}.step[data-rv]{transition-duration:.7s}.style-card[data-rv]{transition-duration:.4s}.reveal-words span.w{display:inline-block;opacity:0;transform:translateY(24px) rotate(-3deg);transition:opacity .38s ease,transform .45s cubic-bezier(.2,.85,.2,1);transition-delay:calc(var(--i,0)*32ms)}.reveal-words.in span.w{opacity:1;transform:none}.rw-pop span.w{transform:translateY(14px) scale(.7);transition:opacity .3s ease,transform .42s cubic-bezier(.34,1.56,.5,1);transition-delay:calc(var(--i,0)*36ms)}.rw-pop.in span.w{transform:none}.eyebrow{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--red);font-weight:800;margin-bottom:14px}.section-title{font-size:38px;font-weight:800;letter-spacing:-1px;margin-bottom:44px}.intro-section{background:#fff;text-align:center;padding:48px 24px 34px}.intro-head{font-size:40px;font-weight:800;letter-spacing:-1px;line-height:1.15;max-width:820px;margin:8px auto 26px}.rotator-big{font-size:44px;font-weight:800;letter-spacing:-1px;line-height:1.2;margin:0 auto;min-height:1.3em;white-space:nowrap}.rotator-big .rotator{color:var(--red);display:inline-block}.rotator-big .rotator span{display:inline-block;animation:rotFade .5s ease}.why{background:#fff;text-align:center;padding:90px 24px 70px}.why-head{font-size:44px;font-weight:800;letter-spacing:-1.2px;line-height:1.15;margin-bottom:18px}.rotator{color:var(--red);display:inline-block;position:relative}.rotator span{display:inline-block;animation:rotFade .5s ease}@keyframes rotFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.why-lead{font-size:19px;color:var(--muted);max-width:620px;margin:0 auto 56px}.why-rows{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:18px;text-align:left}.why-row{display:flex;align-items:flex-start;gap:22px;background:#fff;border:1px solid #efeef0;border-radius:18px;padding:26px 30px;box-shadow:0 8px 24px #0000000a;transition:transform .25s,box-shadow .25s}.why-row:hover{transform:translate(6px);box-shadow:0 16px 34px #f5003d1a}.why-row .why-ico{flex:0 0 auto;margin-bottom:0}.why-body h3{font-size:20px;font-weight:700;margin-bottom:6px;letter-spacing:-.3px}.why-body p{font-size:15.5px;color:var(--muted);line-height:1.6}.why-ico{width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff0f4;color:var(--red);margin-bottom:20px}.why-ico svg{width:30px;height:30px}.why-card h3{font-size:21px;font-weight:700;margin-bottom:10px;letter-spacing:-.3px}.why-card p{font-size:15.5px;color:var(--muted);line-height:1.6}.testi-section{background:#fff;text-align:center;padding:70px 24px 80px}.testi-stage{display:flex;align-items:center;justify-content:center;gap:14px;max-width:1000px;margin:40px auto 0}.testi-viewport{overflow:hidden;border-radius:24px;flex:1;max-width:860px}.testi-track{display:flex;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.testi-slide{flex:0 0 100%;display:flex;gap:34px;align-items:center;padding:8px;text-align:left}.testi-vid{position:relative;flex:0 0 auto;width:230px;aspect-ratio:9/16;border-radius:20px;overflow:hidden;background:#111;box-shadow:0 18px 40px #0000002e}.testi-vid video{width:100%;height:100%;object-fit:cover;display:block}.testi-silent{position:absolute;left:10px;top:10px;padding:5px 8px;border-radius:20px;background:#211e26b8;color:#fff;font-size:11px;font-weight:500;pointer-events:none}.testi-motion-toggle{position:absolute;right:8px;bottom:8px;display:grid;place-items:center;width:44px;height:44px;border:1px solid #ffffff55;border-radius:50%;background:#211e26b8;color:#fff;cursor:pointer}.testi-motion-toggle svg{width:18px;height:18px}.testi-motion-toggle .testi-pause-icon,.testi-motion-toggle.is-playing .testi-play-icon{display:none}.testi-motion-toggle.is-playing .testi-pause-icon{display:block}.testi-motion-toggle:focus-visible{outline:3px solid var(--red);outline-offset:3px}.testi-rev{flex:1}.testi-rev .stars{color:#f5a623;font-size:22px;letter-spacing:3px;margin-bottom:16px}.testi-quote{font-size:24px;line-height:1.4;font-weight:600;color:var(--ink);margin-bottom:18px}.testi-quote em{color:var(--red);font-style:normal}.testi-name{font-size:15px;color:var(--muted);font-weight:600}.testi-nav{flex:0 0 auto;width:46px;height:46px;border-radius:50%;border:none;cursor:pointer;background:#fff;color:var(--ink);font-size:26px;line-height:1;box-shadow:0 6px 18px #00000026;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.testi-nav:hover{background:var(--red);color:#fff}.testi-dots{display:flex;justify-content:center;gap:8px;margin-top:26px}.testi-dots button{width:8px;height:8px;border-radius:50%;border:none;background:#e0d7da;cursor:pointer;padding:0;transition:.2s}.testi-dots button.on{background:var(--red);width:22px;border-radius:5px}.idea-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1060px;margin:44px auto 40px}.idea-card{position:relative;overflow:hidden;text-align:left;background:#fff;border:1px solid #efeef0;border-radius:20px;padding:26px 24px;box-shadow:0 8px 26px #0000000a;transition:transform .25s,box-shadow .25s,border-color .25s}.idea-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--red),#ff7fb0);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.idea-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px #f5003d1f;border-color:#f7dbe4}.idea-card:hover:before{transform:scaleX(1)}.idea-ico{font-size:34px;display:block;margin-bottom:14px}.idea-card h3{font-size:18px;font-weight:800;letter-spacing:-.3px;margin-bottom:8px}.idea-card p{font-size:14.5px;color:var(--muted);line-height:1.5}.idea-more{background:linear-gradient(160deg,#fff0f4,#ffe3ec);border-color:#f7dbe4}.idea-hidden{display:none}.idea-grid.open .idea-hidden{display:block}.btn-outline{background:#fff;color:var(--red);border:2px solid var(--red);cursor:pointer;font-family:inherit;font-weight:700;font-size:16px;padding:13px 30px;border-radius:12px;transition:background .15s,color .15s}.btn-outline:hover{background:var(--red);color:#fff}.occ-section{background:#fff;text-align:center;padding:16px 24px 56px}.occ-lead{font-size:18px;color:var(--muted);max-width:620px;margin:0 auto 46px;line-height:1.55}.occ-row{display:flex;gap:18px;overflow-x:auto;cursor:grab;padding:8px 4px 22px;margin:0 auto 40px;max-width:1180px;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.occ-row::-webkit-scrollbar{display:none}.occ-row.dragging{cursor:grabbing}.occ-flip{flex:0 0 auto;width:250px;height:430px;perspective:1200px;cursor:pointer}.occ-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.occ-flip:hover .occ-inner,.occ-flip.flipped .occ-inner{transform:rotateY(180deg)}.occ-face{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-direction:column;box-shadow:0 12px 30px #0000001f}.occ-front{align-items:center;justify-content:center;gap:12px;color:#fff}.occ-emoji{font-size:56px;line-height:1}.occ-front h3{font-size:22px;font-weight:800;letter-spacing:-.3px}.occ-front.photo{background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#111;justify-content:flex-end;padding-bottom:24px}.occ-front.photo .occ-emoji{display:none}.occ-front.photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0003,#0000009e)}.occ-front.photo .occ-emoji,.occ-front.photo h3{position:relative;z-index:1;text-shadow:0 2px 10px rgba(0,0,0,.6)}.occ-back{transform:rotateY(180deg);background:#fff;border:1px solid #f2dbe1;align-items:flex-start;justify-content:center;text-align:left;padding:24px 22px;gap:14px}.occ-back p{font-size:14.5px;line-height:1.5;color:var(--ink);font-weight:500;margin:0}.occ-go{color:var(--red);font-weight:700;font-size:14px}.c1 .occ-front{background:linear-gradient(150deg,#ff6fa5,#f5003d)}.c2 .occ-front{background:linear-gradient(150deg,#ff8a8a,#ff2d55)}.c3 .occ-front{background:linear-gradient(150deg,#ffb36b,#ff5e62)}.c4 .occ-front{background:linear-gradient(150deg,#ff9ec4,#ff4d88)}.c5 .occ-front{background:linear-gradient(150deg,#f7b267,#f4845f)}.c6 .occ-front{background:linear-gradient(150deg,#ff7eb3,#ff3d77)}.c7 .occ-front{background:linear-gradient(150deg,#7f9cff,#5f6bff)}.c8 .occ-front{background:linear-gradient(150deg,#7ed7ff,#4aa8ff)}.c9 .occ-front{background:linear-gradient(150deg,#a78bfa,#7c5cff)}.c10 .occ-front{background:linear-gradient(150deg,#b6c2cf,#7a8a99)}.c11 .occ-front{background:linear-gradient(150deg,#8be9c6,#2fb98f)}.c12 .occ-front{background:linear-gradient(150deg,#ffc46b,#f59e3d)}.occ-flip .occ-front.photo{background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#111}.occ-cta{margin-top:6px}.styles-section{background:#f5224b;text-align:center;padding:64px 4% 72px;margin:40px 120px;border-radius:36px}.styles-section .eyebrow{color:#ffffffd9}.styles-section .section-title{color:#fff}.styles-lead{font-size:18px;color:#ffffffeb;max-width:640px;margin:0 auto 46px;line-height:1.55}.styles-lead strong{color:#fff}.styles-note{color:#ffffffd9!important}.styles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:900px;margin:0 auto 28px}.style-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #efeef0;border-radius:16px;padding:16px 18px;cursor:pointer;font-family:inherit;box-shadow:0 8px 22px #0000000d;transition:transform .2s,box-shadow .2s,border-color .2s}.style-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #f5003d1f;border-color:#f7dbe4}.style-play{flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;padding-left:2px}.style-card.playing .style-play{padding-left:0}.style-name{font-weight:700;font-size:16px;color:var(--ink);margin-left:auto}.eq{display:flex;align-items:flex-end;gap:3px;height:22px}.eq i{width:3px;height:6px;background:var(--red);border-radius:2px;opacity:.55}.style-card.playing .eq i{animation:eqBar .8s ease-in-out infinite;opacity:1}.style-card.playing .eq i:nth-child(2){animation-delay:.15s}.style-card.playing .eq i:nth-child(3){animation-delay:.3s}.style-card.playing .eq i:nth-child(4){animation-delay:.45s}@keyframes eqBar{0%,to{height:6px}50%{height:22px}}.styles-note{color:var(--muted);font-size:15px;margin-top:8px}.stats-section{background:#fff;text-align:center;padding:70px 24px 60px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:960px;margin:40px auto 0}.stat-num{font-size:58px;font-weight:800;letter-spacing:-2px;line-height:1;background:linear-gradient(120deg,#f5003d,#ff5fa2);-webkit-background-clip:text;background-clip:text;color:transparent}.stat-label{margin-top:10px;font-size:15px;color:var(--muted);font-weight:600}.how{background:linear-gradient(180deg,#fff,#fff5f7);text-align:center;padding:40px 24px 80px}.steps{display:flex;align-items:stretch;justify-content:center;gap:20px;max-width:1040px;margin:0 auto 48px}.step{flex:1;background:#fff;border-radius:20px;padding:40px 28px;text-align:center;box-shadow:0 12px 30px #0000000f;transition:transform .25s}.step:hover{transform:translateY(-6px)}.step-num{width:56px;height:56px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:var(--red);color:#fff;border-radius:50%;font-size:24px;font-weight:800;box-shadow:0 10px 22px #f5003d59}.step h3{font-size:20px;font-weight:700;margin-bottom:10px}.step p{font-size:15px;color:var(--muted);line-height:1.55}.step-arrow{display:flex;align-items:center;color:var(--red);font-size:30px;font-weight:700;flex:0 0 auto}.how-cta{margin-top:8px}.ws-section{background:#fff;text-align:center;padding:80px 24px 70px}.ws-section .section-title em{color:var(--red);font-style:italic}.ws-lead{font-size:18px;color:var(--muted);max-width:660px;margin:0 auto 52px;line-height:1.6}.ws-compare{display:flex;align-items:center;justify-content:center;gap:24px;max-width:920px;margin:0 auto}.ws-card{flex:1;border-radius:22px;padding:30px 28px;text-align:left;position:relative;overflow:hidden}.ws-old{background:#faf8f4;border:1px solid #e9e5dc;font-family:Courier New,monospace}.ws-receipt-head{text-align:center;font-size:16px;font-weight:700;letter-spacing:.02em}.ws-receipt-sub{text-align:center;font-size:11.5px;color:#a39d90;margin-top:4px}.ws-dash{border-top:2px dashed #d9d3c6;margin:16px 0}.ws-receipt{list-style:none;margin:0;padding:0}.ws-receipt li{display:flex;justify-content:space-between;gap:12px;padding:9px 0}.ws-i{display:flex;flex-direction:column;gap:2px}.ws-i s{color:#8f8a7e;font-size:14px}.ws-i em{font-style:normal;font-size:11.5px;color:#b6b0a2}.ws-p{color:#8f8a7e;font-size:14px;white-space:nowrap}.ws-row{display:flex;justify-content:space-between;font-size:14px;color:#6b665c;padding:3px 0}.ws-em{font-style:italic}.ws-thanks{text-align:center;font-size:12px;color:#b6b0a2;margin-top:16px;letter-spacing:.06em}.ws-new{background:linear-gradient(165deg,#ff2d5f,#e0003a);color:#fff;box-shadow:0 26px 54px #f5003d52}.ws-brand{display:flex;align-items:center;gap:9px;margin-bottom:18px}.ws-brand img{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.2))}.ws-brand span{font-weight:800;font-size:15px;letter-spacing:-.2px}.ws-player{display:flex;align-items:center;gap:12px;margin-bottom:14px}.ws-note{width:40px;height:40px;border-radius:11px;background:#fff;color:var(--red);display:flex;align-items:center;justify-content:center;font-size:18px;flex:0 0 auto}.ws-pinfo{flex:1;min-width:0}.ws-pinfo b{display:block;font-size:15px}.ws-pinfo span{font-size:12px;color:#fff9;text-transform:uppercase;letter-spacing:.04em}.ws-play{width:38px;height:38px;border-radius:50%;background:#fff;color:var(--red);border:none;cursor:pointer;font-size:12px;padding-left:2px;flex:0 0 auto}.ws-wave{display:flex;align-items:center;gap:2px;height:26px;margin-bottom:22px}.ws-wave i{flex:1;background:#ffffffe6;border-radius:2px;height:6px;animation:wsWave 1.1s ease-in-out infinite}.ws-wave i:nth-child(3n){animation-delay:.15s}.ws-wave i:nth-child(3n+1){animation-delay:.3s}.ws-wave i:nth-child(4n){animation-delay:.45s}@keyframes wsWave{0%,to{height:6px;opacity:.6}50%{height:26px;opacity:1}}.ws-headline{font-size:22px;font-weight:700;line-height:1.35;margin:8px 0 6px}.ws-headline em{color:#ffe0ea;font-style:italic}.ws-where{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;margin-bottom:14px}.ws-where em{color:#ff8db3;font-style:italic;text-transform:none;letter-spacing:0}.ws-moments{list-style:none;margin:0;padding:0}.ws-moments li{display:flex;gap:12px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.1)}.ws-n{color:var(--red);font-weight:800;font-size:13px;min-width:22px}.ws-moments b{display:block;font-size:14.5px;font-weight:600}.ws-moments div span{font-size:12px;color:#ffffff8c}.ws-dash-d{border-top:2px dashed rgba(255,255,255,.2)}.ws-row-d{color:#ffffffb3}.ws-em-d{font-weight:800;color:#fff;font-style:italic}.ws-vs{flex:0 0 auto;width:54px;height:54px;border-radius:50%;border:2px solid #e6e6e6;display:flex;align-items:center;justify-content:center;font-style:italic;font-weight:700;color:var(--muted);background:#fff}.cmp-section{background:linear-gradient(180deg,#fff,#fff5f7);text-align:center;padding:70px 24px 90px}.cmp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1040px;margin:44px auto 0;align-items:start}.cmp-card{background:#fff;border:1px solid #eee;border-radius:22px;padding:32px 26px;text-align:left;box-shadow:0 10px 30px #0000000d}.cmp-best{position:relative;border:2px solid var(--red);box-shadow:0 26px 54px #f5003d2e;transform:translateY(-8px)}.cmp-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--red);color:#fff;font-size:12px;font-weight:800;padding:6px 16px;border-radius:999px;white-space:nowrap}.cmp-name{font-size:22px;font-weight:800;letter-spacing:-.3px;margin-bottom:4px}.cmp-best .cmp-name{color:var(--red)}.cmp-sub{font-size:14px;color:var(--muted);margin-bottom:22px}.cmp-list{list-style:none;margin:0;padding:0}.cmp-list li{position:relative;padding:11px 0 11px 30px;font-size:14.5px;line-height:1.5;border-bottom:1px solid #f2f2f2}.cmp-list li:before{position:absolute;left:0;top:11px;font-weight:800}.cmp-list.good li:before{content:"\2713";color:#20b070}.cmp-list.bad li:before{content:"\2715";color:#e0483d}.cmp-list.neutral li:before{content:"\2013";color:#c0a24d}.cmp-list.good strong{color:var(--red)}.cmp-cta{display:inline-block;margin-top:22px;font-size:15px;padding:14px 26px}.cmp-foot{margin-top:34px;font-size:16px;color:var(--ink);font-weight:600}.cmp-card:not(.cmp-best){background:#f6f5f5;border-color:#ececec;box-shadow:none;opacity:.9}.cmp-card:not(.cmp-best) .cmp-name{color:#9a9a9a}.cmp-card:not(.cmp-best) .cmp-sub{color:#b3b3b3}.cmp-card:not(.cmp-best) .cmp-list li{color:#9a9a9a}.cmp-best{background:#fff;transition:transform .25s,box-shadow .25s}.cmp-best:hover{box-shadow:0 32px 60px #f5003d3d}.cmp-best .cmp-list li{color:var(--ink);font-weight:500}.cmp-best .cmp-list.good li:before{content:"\2713";color:#12b76a;background:#e7f9f0;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;top:12px;left:0}.cmp-best .cmp-list li{padding-left:28px}.faq{background:#fff;text-align:center;padding:90px 24px 40px}.faq-list{max-width:720px;margin:18px auto 0;text-align:left}.faq-item{border:1px solid #eee;border-radius:14px;margin-bottom:14px;overflow:hidden;background:#fff;transition:box-shadow .2s}.faq-item.open{box-shadow:0 10px 26px #00000012}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border:none;background:none;font-family:inherit;font-size:17px;font-weight:600;color:var(--ink);text-align:left;cursor:pointer}.faq-ic{color:var(--red);font-size:24px;font-weight:400;transition:transform .25s;flex:0 0 auto}.faq-item.open .faq-ic{transform:rotate(45deg)}.faq-a{display:grid;grid-template-rows:0fr;overflow:hidden;padding-bottom:0;transition:grid-template-rows .3s ease,padding-bottom .3s ease}.faq-item.open .faq-a{grid-template-rows:1fr;padding-bottom:22px}.faq-a p{min-height:0;overflow:hidden;padding:0 24px;color:var(--muted);font-size:15.5px;line-height:1.6;margin:0}.faq-trust{max-width:560px;margin:48px auto 0;text-align:center;background:#fff5f7;border:1px solid #f7dbe4;border-radius:22px;padding:34px 28px}.faq-trust .stars{color:#f5a623;font-size:22px;letter-spacing:2px;margin-bottom:8px}.faq-trust p{color:var(--ink);font-size:16px;margin-bottom:20px}.faq-trust strong{color:var(--red)}.placeholder{background:#fafafa;padding:70px 24px 120px;text-align:center;color:var(--muted)}.placeholder p{max-width:var(--maxw);margin:0 auto}@media(max-width:768px){.island{width:100%;min-width:0;border-radius:0;margin:0;background:var(--red);color:#fff;padding:9px 16px;font-size:12.5px;box-shadow:none;z-index:8}.nav{padding:12px 16px;gap:0}.nav-burger{display:flex;flex-direction:column;justify-content:center;gap:4px;width:44px;height:44px;border:none;background:transparent;cursor:pointer;padding:8px 6px;z-index:9}.nav-burger span{display:block;height:2.5px;border-radius:2px;background:#fff;box-shadow:0 1px 4px #0006;transition:.25s}.nav.open .nav-burger span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav.open .nav-burger span:nth-child(2){opacity:0}.nav.open .nav-burger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-logo{position:absolute;right:16px;top:50%;transform:translateY(-50%);margin:0;gap:8px}.nav-logo img{width:34px;height:34px}.nav-logo span{font-size:14px}.nav-links{position:absolute;top:100%;left:12px;flex-direction:column;gap:0;padding:6px 0;background:#141414eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;min-width:210px;box-shadow:0 12px 30px #00000059;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,transform .2s,visibility .2s}.nav.open .nav-links{opacity:1;visibility:visible;transform:none}.nav-links a{font-size:15px;padding:12px 20px;text-shadow:none;width:100%}.hero-bg-d{display:none}.hero-bg-m{display:block;object-fit:cover;object-position:center}.m-br{display:inline}.hero-quote{font-size:36px;letter-spacing:-1px;line-height:1.1}.hero-quote.m-only{color:#fff;font-size:28px;line-height:1.15;text-shadow:0 2px 16px rgba(0,0,0,.55)}.hero-quote.m-only em{color:var(--red);font-style:normal}.hero-subq{display:none}.hero-caption{left:20px;right:20px;bottom:11%;top:auto;max-width:none}.cap-cta{align-items:flex-start}.btn-white{font-size:17px;padding:16px 30px;background:var(--red);color:#fff;margin-top:18px}.btn-white:hover{background:var(--red-hover)}.d-only{display:none}.m-only{display:block}.sticky-inner{border-radius:0;padding:10px 14px;gap:10px}.sticky-txt{display:none}.sticky-btn{flex:1;text-align:center;font-size:16px;padding:14px 18px}.intro-section{padding:40px 20px 26px}.intro-head{font-size:26px;letter-spacing:-.5px}.rotator-big{font-size:24px;white-space:normal;letter-spacing:-.5px;min-height:2.4em;display:flex;align-items:center;justify-content:center}.wheel-section{flex-direction:column;align-items:flex-start;text-align:left;gap:0;margin:20px 14px;padding:56px 18px 34px;border-radius:26px}.wheel-left{display:contents}.wheel-section .eyebrow{position:absolute;top:26px;right:18px;margin:0;z-index:4}.wheel-right{order:2;width:100%;height:400px;flex:none;margin:0}.wheel-phrase{order:3;font-size:24px;margin-top:20px}.wheel-motive{order:4;margin-bottom:0}.wheel-text,.wheel-player,.wp-label,.wheel-stat{display:none}.wheel-logo{width:40px;height:40px;top:16px;left:18px}.wheel{left:50%;top:50%;transform:none}.wcard{width:200px;height:356px;transition:transform 1s cubic-bezier(.22,.61,.36,1),opacity .8s ease}.occ-back{display:none}.occ-flip .occ-inner{transform:none!important}.idea-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin:30px auto 26px;padding:0 16px}.idea-card{padding:18px 16px}.idea-ico{font-size:28px;margin-bottom:10px}.idea-card h3{font-size:16px}.idea-card p{font-size:13px}.occ-section{padding:20px 0 44px}.occ-section .eyebrow,.occ-section .section-title,.occ-lead{padding-left:16px;padding-right:16px}.section-title{font-size:26px}.occ-lead{font-size:15px;margin-bottom:28px}.occ-row{padding-left:16px;padding-right:16px}.occ-flip{width:200px;height:320px}.occ-cta .btn-primary,.how-cta .btn-primary{font-size:15px;padding:14px 24px}.styles-section{margin:20px 12px;padding:40px 14px 48px;border-radius:26px}.styles-lead{font-size:15px}.styles-grid{grid-template-columns:repeat(2,1fr);gap:10px;max-width:none}.style-card{flex-direction:column;gap:8px;padding:16px 8px;text-align:center;justify-content:center}.style-card .eq{display:none}.style-play{margin:0 auto}.style-name{margin-left:0;font-size:14px}.stats-section{padding:44px 20px 40px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:26px 12px}.stat-num{font-size:42px}.how{padding:34px 18px 56px}.steps{flex-direction:column;gap:16px;margin-bottom:34px}.step-arrow{transform:rotate(90deg);margin:0 auto}.step{padding:28px 24px}.testi-section{padding:40px 14px 50px}.testi-stage{gap:0}.testi-nav{display:none}.testi-viewport{border-radius:20px}.testi-slide{flex-direction:row;gap:16px;align-items:center;text-align:left;padding:6px}.testi-vid{flex:0 0 auto;width:132px;border-radius:16px}.testi-rev{flex:1;min-width:0}.testi-rev .stars{font-size:17px;margin-bottom:10px}.testi-quote{font-size:15px;line-height:1.4;margin-bottom:10px}.testi-name{font-size:13px}.ws-section{padding:44px 16px 50px}.ws-lead{font-size:15px;margin-bottom:34px}.ws-compare{flex-direction:column;gap:14px}.ws-card{width:100%;padding:24px 20px}.ws-vs{width:44px;height:44px}.cmp-section{padding:44px 14px 60px}.cmp-grid{grid-template-columns:1fr;gap:26px;margin-top:34px}.cmp-best{transform:none;order:-1}.cmp-name{font-size:20px}.faq{padding:50px 18px 70px}.faq-q{font-size:15px;padding:16px 18px}.faq-trust{margin-top:34px;padding:26px 20px}.hero{padding:40px 20px 60px}.hero-sub-italic,.hero-sub{font-size:16px}.occasions{gap:14px;font-size:14px}}.hero-question{font-size:46px;line-height:1.15;letter-spacing:-1px}.hero-question em{color:#fff}.hero-promise{margin:16px 0;color:#fff;font-size:17px;line-height:1.5;text-shadow:0 2px 12px rgba(0,0,0,.8)}.hero-start{display:inline-flex;align-items:center;gap:14px;padding:14px 24px;border-radius:10px;background:var(--red);color:#fff;text-decoration:none;font-size:16px;font-weight:700;box-shadow:0 6px 22px #0003;transition:background .15s,transform .15s}.hero-start:hover{background:var(--red-hover);transform:translateY(-2px)}.hero-start:focus-visible{outline:3px solid #fff;outline-offset:3px}@media(max-width:768px){.hero-question{font-size:28px;line-height:1.18;letter-spacing:-.6px}.hero-promise{font-size:14px;margin:12px 0 16px;line-height:1.45}.hero-start{font-size:15px;padding:13px 20px}}@media(max-width:768px){.hero-band:after{background:linear-gradient(0deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.38) 28%,transparent 60%)}}.hero-band{min-height:680px;height:100svh;max-height:960px}.hero-caption{max-width:760px;bottom:13%;left:max(40px,calc((100vw - 1200px)/2))}.hero-question{font-size:clamp(36px,4.2vw,60px)}.hero-band:after{background:linear-gradient(0deg,rgba(0,0,0,.75),transparent 75%),linear-gradient(90deg,rgba(0,0,0,.35),transparent)}.hero-next{font-size:14px;margin-top:12px;color:#fff;text-shadow:0 2px 8px #000}.hero-next span{display:inline-block;font-size:12px;margin-top:5px;color:#eee}.trust-strip{display:flex;justify-content:center;align-items:center;gap:32px;padding:24px;background:#fff5f7;font-size:13px;text-align:center}.trust-strip b{color:var(--red);letter-spacing:2px}.gift-section{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;max-width:1160px;margin:auto;padding:88px 28px;align-items:center}.gift-copy h2{font-size:clamp(32px,3.5vw,48px);line-height:1.15;letter-spacing:-1.5px;margin:12px 0 22px}.gift-copy h2 em{color:var(--red);font-style:normal}.gift-copy>p:not(.eyebrow){color:#555;font-size:16px;line-height:1.8;max-width:500px}.gift-copy ul{list-style:none;margin:24px 0;color:#333;font-size:14px;display:grid;gap:12px}.gift-copy li:before{content:"\2713";color:var(--red);font-weight:700;margin-right:12px}.gift-price{display:flex;gap:16px;align-items:center;margin:24px 0}.gift-price strong{font-size:36px;white-space:nowrap;letter-spacing:-1px}.gift-price span{font-size:12px;color:#666;max-width:155px}.gift-copy small{display:block;font-size:11px;color:#666;margin-top:12px;line-height:1.5}.sample-panel{background:#fff5f7;border:1px solid #f7dbe4;border-radius:24px;padding:36px}.sample-panel h3{font-size:26px;line-height:1.3;letter-spacing:-.7px;margin:14px 0}.sample-panel>p:not(.eyebrow){font-size:14px;color:#666;line-height:1.7}.song-sample{padding:16px 0;border-bottom:1px solid #eddde1}.song-sample>span{display:block;font-size:13px;font-weight:600;margin-bottom:10px}.song-sample audio{width:100%;display:block;height:44px}.sample-panel summary{cursor:pointer;font-size:13px;font-weight:600;padding-top:20px;color:var(--red)}.how{background:#fafafa;padding:70px 24px}.how .steps{max-width:1100px;margin-left:auto;margin-right:auto}.how .step p,.wheel-text{line-height:1.7}.wheel-left>.hero-start{margin-top:24px}.wheel-stat{font-size:13px}.occ-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;align-items:center}.faq .section-title{margin-bottom:30px}.closing-section{text-align:center;padding:76px 24px;background:#fff5f7}.closing-section h2{font-size:clamp(30px,4vw,48px);line-height:1.2;letter-spacing:-1px;margin:16px 0}.closing-section>p:not(.eyebrow){color:#666;font-size:15px;margin-bottom:24px}.closing-section>span{display:block;color:#666;font-size:12px;margin-top:16px}.site-footer{text-align:center;padding:26px 20px 100px;color:#777;font-size:12px}@media(max-width:768px){.hero-band{height:100svh;min-height:600px;max-height:900px}.hero-caption{left:20px;right:20px;max-width:none;bottom:12%}.hero-question{font-size:clamp(25px,7vw,32px);line-height:1.16}.hero-promise{font-size:14px;max-width:330px}.hero-next{font-size:12px;margin-top:10px}.hero-next span{font-size:11px}.trust-strip{gap:10px;flex-direction:column;padding:22px 20px;font-size:12px}.gift-section{grid-template-columns:1fr;gap:30px;padding:48px 20px}.gift-copy h2{font-size:34px;letter-spacing:-1px}.gift-copy h2 br{display:none}.gift-copy>p:not(.eyebrow){font-size:14px;line-height:1.75}.sample-panel{padding:24px;border-radius:18px}.sample-panel h3{font-size:24px}.gift-price{margin:20px 0}.how{padding:48px 20px}.wheel-stat{font-size:11px;padding:0 20px;line-height:1.5}.wheel-left>.hero-start{margin-top:18px}.closing-section{padding:50px 20px}.closing-section h2{font-size:30px}.closing-section h2 br{display:none}.sticky-inner{gap:12px}.sticky-txt{display:block;font-size:11px}.sticky-btn{font-size:12px;padding:12px 14px;white-space:nowrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal-words,[data-rv]{opacity:1!important;transform:none!important}}@media(max-height:500px)and (min-width:480px)and (orientation:landscape){.hero-band{height:auto;min-height:100svh;max-height:none}.hero-caption{position:relative;inset:auto;max-width:760px;margin:16px 24px 24px}.hero-question{font-size:clamp(26px,4.8vw,32px);line-height:1.12}.hero-question br{display:none}.hero-promise{font-size:14px;max-width:600px;margin:10px 0 14px}.hero-caption .hero-start{font-size:15px;min-height:44px;padding:11px 18px}.hero-next{font-size:12px;margin-top:8px}.hero-next span{font-size:11px;margin-top:2px}}.hero-bg{display:none!important}.hero-bg.hero-active{display:block!important;object-fit:cover}.recipient-ideas .idea-card{display:flex;flex-direction:column;text-decoration:none;color:var(--ink)}.recipient-ideas .idea-card[hidden]{display:none}.recipient-more{display:block;margin:24px auto 0;padding:12px 24px;border:1px solid #eadde1;border-radius:30px;background:#fff;color:var(--red);font:inherit;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.recipient-more:hover{background:#fff5f7;transform:translateY(-2px)}.recipient-more:focus-visible{outline:3px solid var(--red);outline-offset:4px}.mother-case{grid-template-columns:.85fr 1.15fr;gap:64px;align-items:center}.mother-media{max-width:360px;width:100%;justify-self:center}.mother-video-wrap{position:relative;border-radius:24px;overflow:hidden;background:#1b1718;box-shadow:0 18px 48px #1e0f1424}.mother-video-wrap video{display:block;width:100%;aspect-ratio:11/20;object-fit:cover}.mother-badge{position:absolute;top:16px;left:16px;border-radius:30px;padding:8px 12px;background:#fff;color:var(--ink);font-size:12px;font-weight:600;pointer-events:none}.mother-media-caption{font-size:12px;color:#666;text-align:center;margin-top:14px}.mother-story{margin-top:22px;padding:18px 20px;border-left:3px solid var(--red);background:#fff5f7;border-radius:0 12px 12px 0}.mother-story-label{display:block;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#777;margin-bottom:8px}.mother-story p{font-size:14px;line-height:1.7;color:#444}.mother-lyrics{padding:18px 0 0}.mother-lyrics p{font-size:14px;line-height:1.65;font-style:italic;color:var(--red);margin-top:10px}.mother-recording{display:flex;gap:12px;margin-top:22px;align-items:flex-start}.mother-recording img{object-fit:cover;border-radius:8px;flex-shrink:0}.mother-recording>div{min-width:0;flex:1}.mother-recording span{font-size:13px;font-weight:600}.mother-recording small{margin-top:3px;font-size:10px}.mother-recording audio{width:100%;height:40px;display:block;margin-top:10px}.mother-case h2{font-size:clamp(30px,3vw,42px)}.mother-case .gift-copy{max-width:520px;width:100%}.mother-case .mother-intro{font-size:16px;line-height:1.6;margin-top:18px;color:#666}.mother-case .mother-recording{display:block;padding:20px;background:#fff5f7;border:1px solid #f5e2e7;border-radius:16px;margin:24px 0 16px}.mother-case .hero-start{display:flex;width:100%;justify-content:center;margin-top:0;box-sizing:border-box}@media(max-width:768px){.mother-case{grid-template-columns:1fr;gap:28px}.mother-media{max-width:300px}.mother-case .gift-copy h2{font-size:32px}.mother-story{padding:16px}.mother-story p{font-size:13px}.mother-badge{font-size:11px}.mother-case{padding-top:40px}}.recipient-ideas .idea-next{margin-top:auto;padding-top:20px;color:var(--red);font-size:13px;font-weight:700}.recipient-ideas .idea-card:focus-visible{outline:3px solid var(--red);outline-offset:4px}.how .steps{margin-top:32px}.how{padding-block:56px}.hero-next{font-size:13px;line-height:1.5}.hero-next span{font-size:12px}.gift-copy .hero-start{margin-top:8px}.sticky-txt{font-weight:600}@media(max-width:768px){.recipient-ideas{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.recipient-ideas .idea-card{padding:18px 14px}.recipient-ideas h3{font-size:15px}.recipient-ideas p{font-size:12px;line-height:1.6}.hero-promise{max-width:360px}.how{padding-block:42px}.sticky-txt{font-size:11px;max-width:100px}.sticky-btn{font-size:13px}.wheel-text{display:block;font-size:13px;margin:12px 0 0;color:#eee}.wheel-left>.hero-start{margin-top:16px}}@media(max-width:768px){.hero-bg.hero-active{object-position:center}}@keyframes landingRise{0%{opacity:.35;transform:translateY(16px)}to{opacity:1;transform:none}}.hero-question{animation:landingRise .65s cubic-bezier(.2,.85,.2,1) both}.hero-promise{animation:landingRise .65s cubic-bezier(.2,.85,.2,1) .12s both}.hero-start{position:relative;overflow:hidden}.hero-start:after{content:"";position:absolute;inset-block:0;left:-100%;width:65%;transform:skew(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);pointer-events:none;transition:left .65s ease}[data-rv=zoom]{transform:translateY(20px) scale(.96)}[data-rv=blur]{filter:blur(4px)}[data-rv=flipup]{transform:perspective(900px) rotateX(-14deg) translateY(20px)}.reveal-words span.w{transform:translateY(18px);transition-duration:.5s;transition-delay:calc(var(--i,0)*28ms)}.idea-card,.sample-panel{position:relative}.idea-card:after,.sample-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(220px circle at var(--mx,50%) var(--my,50%),rgba(245,0,61,.09),transparent 70%);transition:opacity .25s}@media(hover:hover)and (pointer:fine){.idea-card:hover:after,.sample-panel:hover:after{opacity:1}.idea-card.in:hover{transform:translateY(-5px);box-shadow:0 15px 32px #f5003d17}.hero-start:hover:after,.hero-start:focus-visible:after{left:150%}}@media(prefers-reduced-motion:reduce){.hero-question,.hero-promise{animation:none!important;opacity:1!important;transform:none!important}.reveal-words span.w,[data-rv]{opacity:1!important;transform:none!important;filter:none!important}.hero-start:after,.idea-card:after,.sample-panel:after{display:none}}.song-stories{max-width:1160px;margin:0 auto;padding:44px 28px 32px;border-bottom:1px solid #f1e9ec}.stories-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.stories-intro h2{font-size:clamp(23px,2.4vw,30px);line-height:1.25;letter-spacing:-.8px}.stories-scroll-buttons{display:flex;gap:8px;padding-bottom:2px}.stories-scroll-buttons button{width:36px;height:36px;background:#fff;border:1px solid #ebdfe4;border-radius:50%;color:var(--ink);font:24px/1 system-ui;cursor:pointer}.stories-scroll-buttons button:hover{background:#fff5f7;border-color:var(--red)}.stories-list{display:flex;gap:18px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:6px 4px 14px;scrollbar-width:none}.stories-list::-webkit-scrollbar{display:none}.story-bubble{flex:0 0 94px;min-width:0;border:0;background:none;cursor:pointer;color:var(--ink);font:inherit;text-align:center;scroll-snap-align:start}.story-ring{display:block;margin:0 auto 10px;width:86px;height:86px;padding:3px;background:linear-gradient(35deg,#ff337c,#ed2076 55%,#cc3ca4);border-radius:50%;transition:transform .2s}.story-bubble.is-close-friends .story-ring{background:#59c52b}.story-ring img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 35%;border:3px solid #fff;border-radius:50%}.story-bubble.is-seen .story-ring{background:#d9d0d4}.story-bubble strong{display:block;font-size:12px;font-weight:600}.story-bubble:hover .story-ring{transform:translateY(-3px)}.stories-note{font-size:12px;color:#746b70;margin-top:7px;line-height:1.6}.song-stories button:focus-visible{outline:3px solid var(--red);outline-offset:4px;border-radius:8px}.stories-open{overflow:hidden}.stories-open .sticky-cta{visibility:hidden}.story-dialog{--story-height: calc(100dvh - 24px) ;border:0;padding:0;margin:auto;overflow:visible;background:#19171b;color:#fff;border-radius:18px;width:min(430px,calc(100% - 24px));max-width:calc(100% - 24px);max-height:var(--story-height);box-shadow:0 24px 100px #0008}.story-dialog::backdrop{background:#0f0c10d4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.story-card{display:flex;flex-direction:column;max-height:var(--story-height);border-radius:inherit;overflow:hidden;background:#19171b}.story-photo{position:relative;aspect-ratio:var(--story-photo-ratio,9/16);flex:1 1 auto;min-height:180px;container-type:inline-size;isolation:isolate;touch-action:pan-y}#storyImage{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 35%}.story-top{position:absolute;inset:0 0 auto;padding:12px 12px 26px;background:linear-gradient(#0009,transparent);z-index:4}.story-steps{display:flex;gap:4px;align-items:center;margin-bottom:9px}.story-step{flex:1;height:12px;border:0;background:transparent;cursor:pointer;padding:4px 0;min-width:0}.story-step span{display:block;height:3px;border-radius:3px;background:#ffffff50}.story-step.is-seen span{background:#ffffff90}.story-step[aria-current] span{background:#fff}.story-profile{display:flex;gap:9px;align-items:center;text-shadow:0 1px 5px #0006}.story-profile h2{flex:1;min-width:0;font-size:15px;line-height:1.4;font-weight:600;letter-spacing:0}#storyCount{font-size:11px;font-variant-numeric:tabular-nums;color:#ffffffd9;white-space:nowrap}.story-icon-button{display:grid;place-items:center;flex-shrink:0;border:0;background:transparent;color:#fff;width:44px;height:44px;cursor:pointer;font:30px/1 system-ui}.story-close{margin-right:-5px;border-radius:50%;background:#0f0c1673;text-shadow:none}.story-tap{position:absolute;top:18%;bottom:0;width:30%;z-index:2;border:0;background:none;color:#fff;cursor:pointer;outline-offset:-5px}.story-tap-prev{left:0}.story-tap-next{right:0}.story-tap span{display:grid;place-items:center;position:absolute;top:40%;font:32px/1 system-ui;width:32px;height:38px;background:#0004;border-radius:20px;opacity:0;transition:opacity .15s}.story-tap-prev span{left:10px}.story-tap-next span{right:10px}.story-tap:disabled{pointer-events:none;cursor:default}@media(hover:hover){.story-tap:hover span{opacity:1}}.story-tap:focus-visible span{opacity:1}.story-letter{position:absolute;z-index:5;top:90px;right:14px;bottom:14px;left:14px;background:#19161af0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:24px 20px;border-radius:14px;overflow:auto;overscroll-behavior:contain;touch-action:pan-y;scrollbar-width:thin;scrollbar-color:#beaab7 transparent}.story-letter:focus-visible{outline:2px solid #ffb5c8;outline-offset:-2px}.story-letter::-webkit-scrollbar{width:5px}.story-letter::-webkit-scrollbar-thumb{background:#beaab7;border-radius:5px}.story-letter-label{color:#ffb5c8;font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.story-letter h3{font-size:22px;line-height:1.3;margin:0 0 18px;letter-spacing:-.6px}#storyText{font-size:15px;line-height:1.75;color:#f3eaf0}.story-letter-meta{color:#bfb3bb;font-size:12px;line-height:1.5;margin-top:20px}.story-photo-credit{display:block;width:fit-content;min-height:44px;padding-top:14px;color:#c9bbc3;font-size:11px;line-height:1.5;text-underline-offset:3px}.story-player{position:relative;flex-shrink:0;min-height:0;max-height:calc(var(--story-height) - 180px);overflow-y:auto;overscroll-behavior:contain;padding:15px 18px 14px;background:#19171b}#storyTitle{font-size:15px;font-weight:500;line-height:1.4;letter-spacing:0;margin:0}.story-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}#storyRead{border:0;min-height:44px;padding:6px 0;color:#e0d6dc;background:none;font:13px/1.4 Poppins,sans-serif;text-align:left;text-decoration:underline;text-decoration-color:#ffffff60;text-underline-offset:5px;cursor:pointer;flex:1}.story-create{display:flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;min-height:44px;padding:10px 12px;border:1px solid var(--red);border-radius:24px;background:var(--red);color:#fff;text-decoration:none;font-size:13px;font-weight:600;transition:background .15s,border-color .15s}.story-create:hover{background:var(--red-hover);border-color:var(--red-hover)}.story-create:focus-visible{outline:2px solid #fff;outline-offset:3px}.story-audio-controls{display:flex;gap:12px;align-items:center}.story-play{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;border:0;background:#fff;color:#201b20;cursor:pointer}.story-play-icon{margin-left:2px}.story-pause-icon,.story-play.is-playing .story-play-icon{display:none}.story-play.is-playing .story-pause-icon{display:block}.story-seek-wrap{min-width:0;flex:1}#storySeek{-webkit-appearance:none;appearance:none;display:block;width:100%;height:44px;background:transparent;cursor:pointer;touch-action:none;border:0;--played:0%}#storySeek::-webkit-slider-runnable-track{height:3px;border-radius:3px;background:linear-gradient(to right,#fff var(--played),#ffffff40 var(--played))}#storySeek::-webkit-slider-thumb{-webkit-appearance:none;width:13px;height:13px;border-radius:50%;background:#fff;margin-top:-5px}#storySeek::-moz-range-track{height:3px;background:#ffffff40;border-radius:3px}#storySeek::-moz-range-progress{height:3px;background:#fff}#storySeek::-moz-range-thumb{width:13px;height:13px;border:0;border-radius:50%;background:#fff}#storySeek:disabled{cursor:default;opacity:.65}.story-times{display:flex;justify-content:space-between;font:11px/1.3 system-ui,sans-serif;color:#c8bec5;font-variant-numeric:tabular-nums}.story-audio-status:empty{display:none}.story-audio-status{font-size:10px;color:#ffd4e0;line-height:1.5;padding-top:10px}.story-dialog button:focus-visible,.story-dialog input:focus-visible{outline:2px solid #fff;outline-offset:3px}.story-image-error{position:absolute;z-index:3;inset:35% 20px auto;padding:20px;border-radius:12px;background:#242026;color:#fff;font-size:13px;line-height:1.8}.story-dialog [hidden]{display:none!important}@media(max-width:768px){.song-stories{padding:30px 20px 25px}.stories-intro{gap:10px;margin-bottom:20px}.stories-intro h2{font-size:24px;max-width:310px;letter-spacing:-.7px}.stories-scroll-buttons{display:none}.stories-list{gap:13px;margin-right:-20px;padding-right:20px}.story-bubble{flex-basis:84px}.story-ring{width:76px;height:76px}.story-bubble strong{font-size:12px}.story-dialog{--story-height: calc(100dvh - 16px) ;border-radius:12px;width:min(430px,calc(100% - 16px));max-width:calc(100% - 16px)}.story-player{padding:12px 15px calc(12px + env(safe-area-inset-bottom,0px))}.story-tap span{font-size:26px;width:26px;height:34px;opacity:.5;background:#0002}}@media(max-height:500px)and (min-width:480px)and (orientation:landscape){.story-dialog{--story-height: calc(100dvh - 16px) ;width:min(760px,calc(100% - 24px));max-width:calc(100% - 24px)}.story-card{display:grid;grid-template-columns:minmax(210px,.75fr) minmax(0,1fr);height:var(--story-height);align-items:stretch}.story-photo{min-height:0;width:100%;height:var(--story-height);aspect-ratio:auto}.story-player{max-height:var(--story-height);padding:14px}.story-actions{flex-wrap:wrap;gap:8px}.story-create{padding:10px;font-size:13px}.story-letter{padding:14px;top:96px;right:8px;bottom:8px;left:8px}.story-letter h3{font-size:17px}#storyText{font-size:13px;line-height:1.6}}.reveal-words span.w,.rw-pop span.w{opacity:1;transform:none;transition:none}[data-rv]{transform:translateY(12px);filter:none;transition-duration:.28s;transition-delay:0s}[data-rv].in{transform:none;filter:none}.hero-question,.hero-promise{animation:none}.how{padding:48px 24px;background:#fafafa}.how .steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:1040px;margin:28px auto 0}.how .step{display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:12px;align-content:start;text-align:left;padding:0;background:transparent;border-radius:0;box-shadow:none}.how .step:hover{transform:none}.how .step-num{grid-column:1;grid-row:1 / span 2;width:34px;height:34px;margin:0;font-size:16px;box-shadow:none}.how .step h3{grid-column:2;margin:4px 0 8px;font-size:18px;line-height:1.4}.how .step p{grid-column:2;font-size:14px;color:#555;line-height:1.6}.how .step-arrow{display:none}.how-cta{margin-top:28px}.occ-section{padding:44px 24px 48px}.occ-section .occ-lead{font-size:15px;margin-bottom:24px;color:#555}.recipient-ideas{max-width:960px;gap:16px;margin:26px auto 0}.recipient-ideas .idea-card{padding:20px;box-shadow:0 4px 16px #00000008}.recipient-ideas .idea-ico{font-size:28px;margin-bottom:10px;line-height:1.2}.recipient-ideas h3{font-size:17px;margin-bottom:0;line-height:1.4}.recipient-ideas p{font-size:14px;color:#555;line-height:1.6}.recipient-ideas .idea-next{font-size:14px;padding-top:12px}.recipient-more{min-height:44px;font-size:14px;margin-top:20px}.mother-case{gap:44px;padding-block:52px}.mother-media{max-width:300px}.mother-case .gift-copy h2{font-size:clamp(28px,3vw,38px);line-height:1.2;letter-spacing:-1px;margin:10px 0 18px}.mother-case .eyebrow{font-size:12px;letter-spacing:.12em;margin-bottom:10px}.mother-case .mother-recording{padding:16px;margin:18px 0 16px}.mother-recording span{font-size:14px;line-height:1.5}.mother-recording small{font-size:12px;color:#555;line-height:1.5}.mother-recording audio{height:44px}.mother-badge{font-size:12px}.testi-section{padding:48px 24px 52px}.testi-stage{margin-top:28px}.testi-viewport{min-width:0}.testi-quote{font-size:22px;line-height:1.5}.testi-name{font-size:14px;color:#555}.testi-nav:focus-visible,.testi-dots button:focus-visible{outline:3px solid var(--red);outline-offset:3px}.testi-dots{gap:2px;margin-top:20px}.testi-dots button{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:transparent}.testi-dots button:after{content:"";display:block;width:8px;height:8px;border-radius:50%;background:#b9a9af;transition:background .15s}.testi-dots button.on{width:28px;border-radius:50%;background:transparent}.testi-dots button.on:after{width:18px;border-radius:6px;background:var(--red)}.closing-section{padding:52px 24px}.closing-section h2{max-width:720px;margin:0 auto 16px}.closing-section>p:not(.eyebrow){max-width:540px;margin:0 auto 24px;font-size:15px;color:#555;line-height:1.6}.site-footer{padding:26px 20px calc(94px + env(safe-area-inset-bottom,0px));font-size:14px;color:#555;border-top:1px solid #f1e9ec}.site-footer p{line-height:1.5}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 22px;margin-top:10px}.site-footer a{display:inline-flex;align-items:center;min-height:40px;color:#555;text-decoration:underline;text-underline-offset:3px}.site-footer a:hover{color:var(--red)}.site-footer a:focus-visible{outline:2px solid var(--red);outline-offset:3px}@media(max-width:768px){.how{padding:34px 20px 38px}.how .steps{grid-template-columns:1fr;gap:0;margin-top:24px}.how .step{padding:16px 0;border-bottom:1px solid #e8e5e6}.how .step:first-child{padding-top:0}.how .step:last-child{padding-bottom:0;border-bottom:0}.how .step h3{font-size:17px;margin-top:5px;margin-bottom:5px}.how .step p{font-size:14px}.how-cta{margin-top:24px}.occ-section{padding:34px 20px 38px}.occ-section .section-title{padding:0;font-size:28px;line-height:1.2}.recipient-ideas{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}.recipient-ideas .idea-card{padding:17px 14px;border-radius:16px}.recipient-ideas h3{font-size:16px}.recipient-ideas .idea-next{font-size:14px}.mother-case{gap:24px;padding:38px 20px}.mother-media{max-width:260px}.mother-case .gift-copy h2{font-size:28px;margin-bottom:16px}.mother-case .mother-recording{margin-top:16px}.testi-section{padding:38px 16px 42px}.testi-stage{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:8px;align-items:center;margin-top:24px}.testi-nav{display:flex;width:34px;height:40px;font-size:25px;box-shadow:0 4px 12px #0000001a}.testi-viewport{width:100%;border-radius:18px}.testi-slide{flex-direction:column;gap:20px;align-items:center;padding:4px;text-align:left}.testi-vid{width:100%;max-width:270px;border-radius:16px;box-shadow:0 10px 24px #0000001f}.testi-rev{width:100%}.testi-rev .stars{font-size:18px;margin-bottom:8px}.testi-quote{font-size:16px;line-height:1.5;margin-bottom:10px}.testi-name{font-size:14px}.closing-section{padding:38px 20px}.closing-section h2{font-size:28px}.site-footer{padding-top:22px}}:root{--ink:#211d23}[data-rv]{opacity:1;transform:none;filter:none}.motion-enabled .step-visual[data-rv]:not(.in){opacity:.9;transform:translateY(8px)}.motion-enabled .step-visual[data-rv].in{opacity:1;transform:none}.brand-accent{position:relative;display:inline-block;font-family:Playfair Display,Georgia,serif;font-weight:600;font-style:italic;letter-spacing:-.035em;color:var(--red)}.brand-accent:after{content:"";position:absolute;left:0;right:0;bottom:-.07em;height:.075em;min-height:2px;border-radius:50%;background:#ffb7cd;transform-origin:left;pointer-events:none}.motion-enabled .has-entered.motion-arriving .brand-accent:after{animation:brandUnderline .42s cubic-bezier(.2,.8,.2,1) both}@keyframes brandUnderline{0%{transform:scaleX(.08)}to{transform:scaleX(1)}}.trust-strip{background:#fff;border-bottom:1px solid #f3e9ee;color:var(--ink);padding-block:20px}.how.how-visual{background:#fff;padding:58px 24px 54px}.how-visual .section-title{max-width:760px;margin:0 auto;font-size:clamp(30px,4vw,44px);line-height:1.15;letter-spacing:-1.3px;opacity:1;transform:none}.how-visual .section-title em,.mother-showcase .gift-copy h2 em{font-family:Playfair Display,Georgia,serif;color:var(--red);font-weight:600;font-style:italic;letter-spacing:-.8px}.how-visual .steps{gap:18px;max-width:1080px;margin-top:30px}.how-visual .step{display:flex;flex-direction:column;gap:12px;padding:24px;background:#fff7fa;border:1px solid #f3e1e8;border-radius:24px;overflow:hidden;opacity:1;transform:none;transition:transform .25s,box-shadow .25s}.how-visual .step:nth-child(2){background:#ffeef5;border-color:#f8dce7}.how-visual .step:nth-child(3){background:#fff7fa}.how-visual .step-visual{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:140px}.how-visual .step-visual svg{display:block;width:100%;max-width:240px;height:140px;overflow:visible}.how-visual .step-visual .step-num{position:absolute;left:0;top:0;width:30px;height:30px;margin:0;background:#fff;color:var(--red);border:1px solid #f0d5dc;border-radius:50%;font-size:14px;box-shadow:none}.how-visual .step-body{min-width:0}.how-visual .step h3{font-size:19px;line-height:1.3;margin:0 0 7px;letter-spacing:-.4px}.how-visual .step p{font-size:14px;line-height:1.6;color:#62575e}.how-visual .how-cta{margin-top:28px}.how-note{font-size:14px;color:#62575e;margin-top:14px;line-height:1.5}.gift-lid,.gift-heart,.letter-sheet,.record-disc,.record-wave{transform-box:fill-box;transform-origin:center}.motion-enabled .step-visual.in.motion-arriving .gift-lid{animation:giftOpen .7s cubic-bezier(.2,.8,.2,1) var(--entrance-delay,0ms) both}.motion-enabled .step-visual.in.motion-arriving .gift-heart{animation:giftHeart .55s cubic-bezier(.2,.8,.2,1) calc(var(--entrance-delay,0ms) + 80ms) both}.motion-enabled .step-visual.in.motion-arriving .letter-sheet{animation:letterRise .65s cubic-bezier(.2,.8,.2,1) var(--entrance-delay,0ms) both}.motion-enabled .step-visual.in.motion-arriving .record-disc{animation:recordTurn .7s cubic-bezier(.2,.8,.2,1) var(--entrance-delay,0ms) both}.motion-enabled .step-visual.in.motion-arriving .record-wave{animation:recordWave .5s ease var(--entrance-delay,0ms) both}@keyframes giftOpen{0%,to{transform:translateY(0) rotate(0)}45%{transform:translateY(-15px) rotate(-7deg)}70%{transform:translateY(-6px) rotate(-2deg)}}@keyframes giftHeart{0%{transform:scale(.8)}55%{transform:scale(1.17)}to{transform:scale(1)}}@keyframes letterRise{0%,to{transform:translateY(0)}45%{transform:translateY(-12px) rotate(-3deg)}}@keyframes recordTurn{0%,to{transform:rotate(0)}55%{transform:rotate(100deg)}}@keyframes recordWave{0%,to{transform:scaleY(1)}45%{transform:scaleY(.55)}75%{transform:scaleY(1.1)}}.mother-showcase{background:#fff7fa;border:0}.mother-showcase .mother-case{padding-block:64px;gap:52px}.mother-showcase .gift-copy h2{font-size:clamp(30px,3.4vw,43px);line-height:1.15;letter-spacing:-1.3px}.mother-showcase .mother-recording{background:#fff;border-color:#f0dce5}.mother-showcase .mother-video-wrap{box-shadow:0 15px 38px #471d2f1f;z-index:1}.mother-showcase .mother-badge{background:#fff;border:1px solid #ffffff80}.mother-showcase .mother-media{position:relative;isolation:isolate;overflow:visible}.mother-showcase .mother-media:before,.mother-showcase .mother-media:after{content:"";position:absolute;top:10px;right:-5px;bottom:-8px;left:-5px;border:1px solid #f0dce5;border-radius:24px;background:#fff;z-index:-1;pointer-events:none;transition:transform .3s}.mother-showcase .mother-media:before{transform:rotate(-4deg)}.mother-showcase .mother-media:after{background:#ffdce9;transform:rotate(3deg)}.recipient-ideas .idea-card{background:#fff;border-color:#efdae3;opacity:1;filter:none;transform:none;transition:transform .22s,box-shadow .22s,border-color .22s}.recipient-ideas .idea-card:nth-child(2n){background:#fff7fa}.recipient-ideas .idea-card:before{background:var(--red);height:3px}.recipient-ideas .idea-ico{transform-origin:center}.motion-enabled .recipient-ideas .idea-card.is-in.motion-arriving .idea-ico{animation:recipientPop .43s cubic-bezier(.2,.8,.2,1) var(--entrance-delay,0ms) both}@keyframes recipientPop{0%{transform:scale(.85) rotate(-8deg)}65%{transform:scale(1.12) rotate(3deg)}to{transform:scale(1) rotate(0)}}.testi-section{background:#fff7fa;border-top:1px solid #f5e5ec;border-bottom:1px solid #f5e5ec}.testi-slide{padding:14px 10px;gap:30px}.testi-vid{border:5px solid #fff;border-radius:22px;box-shadow:0 0 0 1px #f0dce5,0 12px 28px #52263b16}.testi-rev{position:relative;padding:28px;background:#fff;border:1px solid #f0dce5;border-radius:24px;isolation:isolate}.testi-rev:before{content:"\201c";position:absolute;right:16px;top:-7px;font-family:Playfair Display,Georgia,serif;font-size:120px;line-height:1;color:#ffdfeb;z-index:-1;pointer-events:none}.testi-quote{font-size:clamp(20px,2.3vw,26px);line-height:1.5;letter-spacing:-.4px}.testi-name{color:#62575e}.testi-nav{border:1px solid #f0dce5;box-shadow:0 3px 12px #52263b0d}.faq{padding-block:64px 54px}.faq-item{border-color:#eedfe6;border-radius:17px}.faq-item.open{background:#fff7fa;box-shadow:0 6px 18px #52263b0a}.faq-a p{color:#62575e}.closing-section{position:relative;isolation:isolate;overflow:hidden;background:#fff0f6;padding:72px 24px}.closing-section h2{position:relative;max-width:900px;margin:0 auto 20px;font-size:clamp(34px,5vw,64px);line-height:1.12;letter-spacing:-1.8px}.closing-section>p:not(.eyebrow){position:relative;color:#62575e}.closing-wave{display:block;width:min(600px,85%);height:60px;margin:0 auto 26px;color:#fba2c0;overflow:visible;pointer-events:none}.motion-enabled .has-entered.motion-arriving .closing-wave{animation:waveUnfold .65s cubic-bezier(.2,.8,.2,1) both}@keyframes waveUnfold{0%{transform:scaleX(.9) scaleY(.65)}to{transform:scale(1)}}.sticky-cta{padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px))}.sticky-inner{max-width:760px;padding:10px 12px 10px 20px;border:1px solid #eadde0;border-radius:18px;box-shadow:0 6px 24px #38182326}.sticky-txt{display:flex;flex-direction:column;gap:2px;font-size:16px;line-height:1.35;max-width:none}.sticky-txt strong{font-size:16px;color:var(--ink);font-weight:700}.sticky-txt span{font-size:14px;color:#62575c;font-weight:400}.sticky-btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:13px 28px;border-radius:12px;font-size:16px;box-shadow:none}.sticky-btn:hover{transform:none}.sticky-btn:focus-visible{outline:3px solid var(--red);outline-offset:3px}.island{font-size:14px;line-height:1.4;padding:10px 20px;background:#fff;color:var(--ink);box-shadow:0 3px 14px #0000001f}.island #islandText{animation:none}.hero-start,.btn-primary,.sticky-btn{transition:background .18s,transform .18s,box-shadow .18s}.btn-primary:focus-visible{outline:3px solid var(--red);outline-offset:4px}.hero-start:focus-visible{outline:3px solid #b40042;outline-offset:4px}.site-footer{margin:14px;padding:28px 32px calc(100px + env(safe-area-inset-bottom,0px));background:#211d23;color:#fff;border:1px solid #342b33;border-radius:26px;text-align:left}.footer-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px 28px;max-width:1160px;margin:0 auto;padding-bottom:20px;border-bottom:1px solid #ffffff24}.site-footer .footer-top nav{justify-content:flex-start;gap:4px 22px;margin:0}.site-footer .footer-top a{min-height:44px;font-size:13px;color:#f6edf3;text-decoration:none}.site-footer .footer-top a:hover{color:#ffabc9;text-decoration:underline;text-underline-offset:4px}.site-footer .footer-back{white-space:nowrap;gap:6px}.site-footer .footer-brand{display:flex;align-items:center;justify-content:center;gap:clamp(18px,3vw,40px);width:100%;max-width:1160px;margin:34px auto 0;color:#fff;text-decoration:none;font-weight:800;letter-spacing:-.06em;line-height:.92}.footer-brand img{display:block;flex:0 0 21%;width:21%;max-width:240px;aspect-ratio:1;object-fit:contain}.footer-brand span{display:block;font-size:clamp(56px,10.4vw,136px);line-height:.92;letter-spacing:-.065em}.footer-registered{font-size:max(12px,.14em);font-weight:500;vertical-align:super;line-height:0;letter-spacing:0;margin-left:.18em}.site-footer .footer-copyright{max-width:1160px;margin:18px auto 0;font-size:13px;line-height:1.5;color:#cfc3cc;text-align:left}.site-footer .footer-brand:hover{color:#fff}.site-footer a:focus-visible{outline:2px solid #ffabc9;outline-offset:4px}@media(hover:hover)and (pointer:fine){.how-visual .step:hover{transform:translateY(-4px);box-shadow:0 12px 24px #52263b0b}.motion-enabled .how-visual .step:hover .gift-lid{animation:giftHover .65s ease}.motion-enabled .how-visual .step:hover .gift-heart{animation:heartHover .55s ease}.motion-enabled .how-visual .step:hover .letter-sheet{animation:letterHover .6s ease}.motion-enabled .how-visual .step:hover .record-disc{animation:discHover .7s ease}.recipient-ideas .idea-card:hover{transform:perspective(900px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)) translateY(-3px);box-shadow:0 12px 25px #52263b12;border-color:#f19dba}.mother-showcase .mother-media:hover:before{transform:rotate(-6deg)}.mother-showcase .mother-media:hover:after{transform:rotate(5deg)}.hero-start:hover,.btn-primary:hover{transform:translateY(-2px);box-shadow:0 7px 20px #a4134430}.story-bubble:hover .story-ring{transform:translateY(-3px) rotate(3deg)}}@keyframes giftHover{0%,to{transform:none}45%{transform:translateY(-9px) rotate(-4deg)}}@keyframes heartHover{0%,to{transform:scale(1)}55%{transform:scale(1.15)}}@keyframes letterHover{0%,to{transform:none}45%{transform:translateY(-7px)}}@keyframes discHover{0%,to{transform:rotate(0)}55%{transform:rotate(100deg)}}@media(max-width:768px){.how.how-visual{padding:38px 20px 40px}.how-visual .section-title{font-size:32px;letter-spacing:-1px}.how-visual .steps{gap:12px;margin-top:24px}.how-visual .step,.how-visual .step:first-child,.how-visual .step:last-child{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;gap:14px;padding:18px 16px;min-height:150px;border:1px solid #f3e1e8;border-radius:20px}.how-visual .step:nth-child(2){border-color:#f8dce7}.how-visual .step-visual{min-height:104px;align-self:center}.how-visual .step-visual svg{width:132px;max-width:none;height:90px;flex-shrink:0}.how-visual .step-visual .step-num{left:-2px;top:-2px;width:25px;height:25px;font-size:12px}.how-visual .step h3{font-size:17px;margin-bottom:5px;letter-spacing:-.3px}.how-visual .step p{font-size:14px;line-height:1.5}.how-visual .how-cta{margin-top:24px}.how-note{font-size:14px;margin-top:12px}.mother-showcase .mother-case{padding:42px 20px;gap:28px}.mother-showcase .gift-copy h2{font-size:32px;letter-spacing:-1px}.mother-showcase .mother-case .eyebrow{letter-spacing:.1em}.testi-slide{gap:18px;padding:10px 4px}.testi-vid{border-width:4px;border-radius:18px}.testi-rev{padding:18px 14px;border-radius:18px}.testi-rev:before{right:8px;top:-3px;font-size:90px}.testi-quote{font-size:16px;line-height:1.5;letter-spacing:-.2px}.faq{padding-block:42px}.closing-section{padding:44px 20px 48px}.closing-section h2{font-size:36px;letter-spacing:-1.2px}.closing-wave{height:40px;margin-bottom:22px}.sticky-inner{padding:0;border-radius:16px;max-width:440px;background:var(--red);border-color:var(--red)}.sticky-txt{display:none}.sticky-btn{width:100%;min-height:52px;border-radius:15px;padding:14px 20px;font-size:16px;gap:20px}.island{width:100%;min-width:0;max-width:none;background:var(--red-hover);color:#fff;box-shadow:none;font-size:13px;padding:9px 16px;white-space:nowrap}.site-footer{margin:10px;padding:20px 18px calc(96px + env(safe-area-inset-bottom,0px));border-radius:22px}.footer-top{gap:2px 12px;padding-bottom:16px}.site-footer .footer-top nav{gap:2px 17px;width:100%;justify-content:space-between}.site-footer .footer-top a{font-size:13px;min-height:44px}.site-footer .footer-brand{position:relative;display:block;width:100%;max-width:none;margin-top:28px;text-align:left;container-type:inline-size}.footer-brand img{position:absolute;top:0;right:0;width:clamp(46px,18%,72px);max-width:72px}.footer-brand span{font-size:min(clamp(44px,16.5vw,74px),19.5cqw);letter-spacing:-.065em;line-height:.98;padding-right:.2em}.footer-registered{font-size:max(12px,.16em);margin-left:.12em}}@media(max-width:350px){.how-visual .step,.how-visual .step:first-child,.how-visual .step:last-child{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:16px 12px}.how-visual .step-visual svg{width:114px;height:82px}.site-footer .footer-top nav{gap:2px 12px}.closing-section h2{font-size:32px}}@media(prefers-reduced-motion:reduce){.how-visual .step-visual[data-rv],.mother-media,.testi-stage{opacity:1;transform:none;animation:none!important;transition:none}.gift-lid,.gift-heart,.letter-sheet,.record-disc,.record-wave,.idea-ico,.brand-accent:after,.closing-wave{animation:none!important;transition:none!important}.recipient-ideas .idea-card:hover,.how-visual .step:hover{transform:none}.mother-showcase .mother-media:hover:before{transform:rotate(-4deg)}.mother-showcase .mother-media:hover:after{transform:rotate(3deg)}.story-bubble:hover .story-ring{transform:none}}.motion-enabled .story-bubble.is-in.motion-arriving .story-ring{animation:bubbleArrival .42s cubic-bezier(.2,.8,.2,1) var(--entrance-delay,0ms) backwards}@keyframes bubbleArrival{0%{transform:translateY(9px) rotate(-3deg) scale(.92)}to{transform:none}}.motion-enabled .idea-card:active,.motion-enabled .hero-start:active,.motion-enabled .btn-primary:active,.motion-enabled .sticky-btn:active{transform:scale(.98)}.mother-showcase .mother-case{max-width:1040px;grid-template-columns:.85fr 1.15fr;grid-template-areas:"media heading" "media listen";column-gap:52px;row-gap:16px;align-items:center}.mother-heading{grid-area:heading;align-self:end;max-width:520px}.mother-heading h2{font-size:clamp(30px,3.4vw,43px);line-height:1.15;letter-spacing:-1.3px;margin:10px 0 0}.mother-heading h2 em{font-family:Playfair Display,Georgia,serif;font-weight:600;font-style:italic;color:var(--red);letter-spacing:-.8px}.mother-case .mother-media{grid-area:media;max-width:280px}.mother-listen{grid-area:listen;align-self:start;min-width:0;max-width:520px;width:100%}.mother-listen>.hero-start{display:flex;justify-content:center;width:100%;margin-top:16px}.listening-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 8px;color:#963952;pointer-events:none}.listening-note span{font:500 27px/1.1 Caveat,cursive;transform:rotate(-3deg)}.listening-note svg{display:block;flex:0 0 72px;width:72px;height:30px;margin-top:13px;overflow:visible}.listening-note svg path{stroke-dasharray:1;stroke-dashoffset:0}.motion-enabled .listening-note.is-in.motion-arriving svg path{animation:inkArrow .5s ease}@keyframes inkArrow{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}.song-preview{min-width:0;padding:18px;background:#fff;border:1px solid #efdce5;border-radius:20px;text-align:left}.song-title{font-size:16px;font-weight:600;line-height:1.4;letter-spacing:-.25px;margin:0 0 10px;color:var(--ink)}.song-preview audio{display:block;width:100%;height:44px;margin-top:12px}.song-preview.is-ready audio{display:none}.song-controls{display:none}.song-preview.is-ready .song-controls{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:12px}.song-play{display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:50%;background:var(--red);color:#fff;cursor:pointer;box-shadow:0 4px 14px #f5003d20;transition:background .15s,transform .15s}.song-play svg{display:block;width:20px;height:20px}.song-play .play-symbol{margin-left:2px}.song-play .pause-symbol,.song-preview.is-playing .play-symbol{display:none}.song-preview.is-playing .pause-symbol{display:block}.song-play:hover{background:var(--red-hover)}.song-play:disabled{background:#a77e90;box-shadow:none;cursor:default}.song-timeline{position:relative;min-width:0}.song-wave{display:flex;align-items:center;justify-content:space-between;gap:3px;height:44px;padding:12px 0;pointer-events:none}.song-wave span{flex:1;min-width:1px;height:10px;max-height:20px;border-radius:2px;background:#e8bccc;transform-origin:center}.song-wave span:nth-child(3n){height:18px}.song-wave span:nth-child(4n){height:6px}.song-wave span:nth-child(5n){height:13px}.song-seek{-webkit-appearance:none;appearance:none;position:absolute;left:0;top:0;display:block;width:100%;height:44px;margin:0;border:0;background:transparent;cursor:pointer;touch-action:none;--played:0%}.song-seek::-webkit-slider-runnable-track{height:2px;border-radius:3px;background:linear-gradient(to right,var(--red) var(--played),#cfadbd var(--played))}.song-seek::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;margin-top:-6px;border:2px solid #fff;border-radius:50%;background:var(--red);box-shadow:0 1px 4px #52263b25}.song-seek::-moz-range-track{height:2px;border-radius:3px;background:#cfadbd}.song-seek::-moz-range-progress{height:2px;background:var(--red)}.song-seek::-moz-range-thumb{width:11px;height:11px;border:2px solid #fff;border-radius:50%;background:var(--red)}.song-seek:disabled{cursor:default;opacity:.45}.song-times{display:flex;justify-content:space-between;gap:10px;margin-top:0;font-size:12px;line-height:1.4;color:#755b69;font-variant-numeric:tabular-nums}.song-preview button:focus-visible,.song-seek:focus-visible{outline:3px solid #b40042;outline-offset:3px}.song-status{font-size:12px;line-height:1.5;color:#755b69;margin:10px 0 0}.song-status:empty{display:none}.motion-enabled .song-preview.is-playing .song-wave span{animation:songWavePulse .85s ease-in-out infinite alternate}.motion-enabled .song-preview.is-playing .song-wave span:nth-child(3n){animation-delay:-.25s;animation-duration:.7s}.motion-enabled .song-preview.is-playing .song-wave span:nth-child(4n){animation-delay:-.5s;animation-duration:1.1s}@keyframes songWavePulse{0%{transform:scaleY(.65)}to{transform:scaleY(1)}}.memory-example{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);grid-template-areas:"context song";gap:32px;align-items:start;max-width:960px;margin:36px auto 30px;padding:28px 0;border-block:1px solid #eedfe6;text-align:left}.memory-photo{grid-area:photo;width:150px;aspect-ratio:3/4;margin:0;border:3px solid #fff;border-radius:15px;overflow:hidden;box-shadow:0 3px 12px #52263b12;transform:rotate(-2deg)}.memory-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 30%}.memory-context{grid-area:context;min-width:0;padding-left:14px;border-left:2px solid #efb7cc}.memory-kicker{display:block;margin-bottom:5px;font-size:12px;font-weight:600;line-height:1.4;letter-spacing:.04em;text-transform:uppercase;color:#96536e}.memory-context p{margin:0;font-size:14px;line-height:1.55;color:#62575e}.memory-song{grid-area:song;min-width:0}.memory-lyrics{margin:0 0 14px;font-family:Poppins,sans-serif;font-size:20px;font-weight:500;font-style:normal;line-height:1.55;letter-spacing:-.3px;color:var(--ink)}.memory-lyrics span{display:block}.memory-lyrics span+span{margin-top:3px}.memory-song .song-preview{padding:0;border:0;border-radius:0;background:transparent}.memory-song .song-title{font-size:14px;margin-bottom:6px}.story-bubble{flex-basis:100px}.story-bubble strong{font-size:14px;line-height:1.4;font-weight:600}.sticky-cta.is-suppressed{opacity:0;transform:translateY(120%);pointer-events:none}.sticky-cta.is-suppressed .sticky-btn{pointer-events:none}.motion-enabled .mother-media.is-in.motion-arriving{animation:photoArrival .7s cubic-bezier(.2,.8,.2,1)}.motion-enabled .memory-example.is-in.motion-arriving .memory-photo{animation:memoryPhotoArrival .65s cubic-bezier(.2,.8,.2,1)}.motion-enabled .testi-stage.is-in.motion-arriving .motion-slide .testi-vid{animation:portraitArrival .6s cubic-bezier(.2,.8,.2,1)}.motion-enabled .testi-stage.is-in.motion-arriving .motion-slide .testi-rev{animation:reviewArrival .55s cubic-bezier(.2,.8,.2,1) 70ms backwards}.motion-enabled .recipient-ideas .idea-card.is-in.motion-arriving{animation:recipientArrival .55s cubic-bezier(.2,.8,.2,1) var(--entrance-delay,0ms) backwards}.motion-enabled .step-visual.in.motion-arriving{animation:illustrationArrival .55s cubic-bezier(.2,.8,.2,1) var(--entrance-delay,0ms) backwards}@keyframes photoArrival{0%{transform:translateY(26px) rotate(-3deg) scale(.96)}70%{transform:translateY(-2px) rotate(.5deg)}to{transform:none}}@keyframes memoryPhotoArrival{0%{transform:translateY(18px) rotate(-7deg) scale(.94)}70%{transform:translateY(-1px) rotate(0)}to{transform:rotate(-2deg)}}@keyframes portraitArrival{0%{transform:translate(-16px) rotate(-2deg) scale(.97)}to{transform:none}}@keyframes reviewArrival{0%{transform:translate(18px)}to{transform:none}}@keyframes recipientArrival{0%{transform:perspective(900px) translateY(22px) rotateX(-7deg) scale(.98)}to{transform:none}}@keyframes illustrationArrival{0%{transform:perspective(700px) translateY(18px) rotateX(-10deg) scale(.95)}to{transform:none}}.motion-word{display:inline-block}.motion-enabled [data-motion=words].motion-arriving .motion-word{animation:wordArrival .4s cubic-bezier(.2,.8,.2,1) var(--word-delay,0ms) backwards}.motion-enabled .listening-note.motion-arriving>span{animation:handwrittenArrival .45s cubic-bezier(.2,.8,.2,1)}@keyframes wordArrival{0%{opacity:.75;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes handwrittenArrival{0%{opacity:.8;transform:translateY(4px) rotate(-3deg)}to{opacity:1;transform:rotate(-3deg)}}.recipient-ideas .idea-ico{display:inline-flex;align-items:center;justify-content:flex-start;flex:0 0 auto;width:42px;height:42px;margin-bottom:12px;line-height:1;color:var(--ink)}.recipient-ideas .idea-ico svg{display:block;width:38px;height:38px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.recipient-ideas .idea-ico .icon-accent{stroke:#c4577d}.recipient-ideas .idea-ico .icon-wash{fill:#ffe8f1}@media(max-width:768px){.mother-showcase .mother-case{grid-template-columns:1fr;grid-template-areas:"heading" "media" "listen";gap:20px;padding:32px 20px 36px}.mother-heading,.mother-listen{max-width:none;width:100%}.mother-heading h2{font-size:32px;letter-spacing:-1px;margin-top:8px}.mother-heading .eyebrow{font-size:12px;letter-spacing:.1em;margin-bottom:0}.mother-case .mother-media{max-width:clamp(200px,60vw,240px)}.mother-listen>.hero-start{margin-top:14px}.listening-note{gap:5px;justify-content:flex-start;margin-bottom:8px}.listening-note span{font-size:26px}.listening-note svg{flex-basis:56px;width:56px;height:26px}.song-preview{padding:16px;border-radius:18px}.song-preview.is-ready .song-controls{grid-template-columns:46px minmax(0,1fr);gap:10px}.song-play{width:46px;height:46px}.memory-example{grid-template-columns:minmax(0,1fr);grid-template-areas:"context" "song";gap:18px;margin:28px auto 24px;padding:22px 0}.memory-photo{width:72px;aspect-ratio:1;border-radius:12px}.memory-lyrics{font-size:18px;line-height:1.5;margin-bottom:12px}.story-bubble{flex-basis:94px}.story-bubble strong{font-size:14px}.island{font-size:12px;padding-inline:8px;white-space:normal;line-height:1.4}}@media(max-width:350px){.mother-heading h2{font-size:30px}.listening-note{gap:3px}.listening-note span{font-size:25px}.listening-note svg{flex-basis:40px;width:40px;height:24px}.memory-example{gap:16px;padding:20px 0}.memory-photo{width:64px}.memory-lyrics{font-size:18px}.song-preview{padding:12px}}@media(prefers-reduced-motion:reduce){.song-wave span,.mother-media,.memory-photo,.testi-stage,.testi-vid,.testi-rev,.recipient-ideas .idea-card,.step-visual,.listening-note svg path,.listening-note>span,.motion-word{animation:none!important;transition:none!important}}.song-library{max-width:1120px;margin:48px auto 0;padding:38px 30px 24px;border-radius:28px;background:#fff0f6;text-align:left;scroll-margin-top:24px}.library-header{display:flex;align-items:center;gap:20px}.library-eyebrow{font-size:12px;line-height:1.5;letter-spacing:.03em;color:var(--red);margin:0 0 10px;font-weight:600}.library-header h3{font-size:clamp(28px,3vw,38px);line-height:1.2;letter-spacing:-1px;margin:0}.library-count{font-size:14px;line-height:1.5;color:#72616a;margin:12px 0 28px}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.library-card.song-preview,.library-fallback{min-width:0;padding:24px 22px 20px;border:1px solid transparent;border-radius:18px;background:#fff;box-shadow:0 3px 16px #41233304}.library-card{display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}.library-style{display:flex;align-items:center;gap:10px;margin-bottom:18px;min-height:40px}.library-style-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;background:#fff0f6;border-radius:50%;color:var(--red)}.library-style-icon svg{display:block;width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.library-style-icon .icon-accent{stroke:currentColor;opacity:.65}.library-genre{font-size:13px;font-weight:500;line-height:1.5;color:#65525d;overflow-wrap:anywhere}.library-relation{font-size:12px;font-weight:500;line-height:1.5;color:#856373;margin:0 0 10px}.library-summary{font-size:14px;line-height:1.65;color:#675c63;margin:0 0 22px;overflow-wrap:anywhere}.library-card .song-title{font-size:20px;font-weight:600;line-height:1.3;letter-spacing:-.5px;margin:0 0 8px;overflow-wrap:anywhere}.library-card.song-preview.is-ready .song-controls{grid-template-columns:48px minmax(0,1fr);gap:12px;margin-top:auto;padding-top:4px}.library-card .song-play{width:48px;height:48px;background:var(--red);box-shadow:none;transition:background .2s,transform .2s}.library-card.is-playing{border-color:#eab6cb;box-shadow:0 4px 20px #9b3c6310}.library-card.is-playing .song-play{background:var(--red)}.library-card .song-times{font-size:12px}.library-more{display:flex;align-items:center;justify-content:center;min-height:48px;max-width:100%;margin:18px auto 0;padding:12px 20px;border:0;border-radius:12px;background:transparent;color:#44323e;font:600 14px/1.5 Poppins,sans-serif;cursor:pointer;transition:background .2s}.library-more:hover{background:#f0e5eb}.library-extra{margin-top:16px}.song-library [hidden]{display:none!important}.library-more:focus-visible{outline:3px solid var(--red);outline-offset:3px}.library-fallback h4{font-size:18px;line-height:1.4;margin:0 0 10px}.library-fallback p{font-size:14px;line-height:1.6;margin-bottom:16px}.library-fallback audio{width:100%;height:44px}@media(hover:hover){.library-card:hover{border-color:#e5d2dc;box-shadow:0 5px 18px #52263b08}.library-card .song-play:hover{background:var(--red-hover);transform:scale(1.04)}}@media(max-width:1000px)and (min-width:769px){.library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-grid>.library-card:last-child:nth-child(odd){grid-column:1/-1}}@media(max-width:768px){.song-library{margin-top:32px;padding:28px 14px 14px;border-radius:24px}.library-header,.library-count{padding-inline:6px}.library-header h3{font-size:30px;letter-spacing:-.8px}.library-count{margin:12px 0 22px;max-width:260px}.library-grid{grid-template-columns:minmax(0,1fr);gap:12px}.library-card.song-preview,.library-fallback{padding:20px 18px 16px;border-radius:16px}.library-style{margin-bottom:12px}.library-summary{margin-bottom:16px}.library-more{margin-top:12px;padding-inline:10px}}.hero-deliverable{display:inline-block;margin-top:4px;color:#ffffffeb;font-size:.94em}.hero-next{max-width:430px}.testi-intro{margin:-26px auto 0;color:#7c6972;font-size:14px;line-height:1.5}.testi-progress{margin:16px 0 0;color:#7c6972;font-size:13px;font-weight:600;letter-spacing:.02em}.testi-dots{margin-top:10px}.testi-section .testi-stage{margin-top:30px}@media(max-width:768px){.hero-deliverable{font-size:.95em}.hero-next{max-width:320px}.testi-intro{margin:-14px auto 0;font-size:13px}.testi-progress{margin-top:12px;font-size:12px}.testi-dots{margin-top:6px}.testi-section .testi-stage{margin-top:20px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/rc-home-styles.css.map */
