@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap";:root{--primary:#fdf2f8;--secondary:#fbcfe8;--accent:#d946ef;--accent-soft:#f0abfc;--text-dark:#475569;--text-light:#94a3b8;--gold:#c9a227;--gold-light:#f0d080;--white:#fff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text-dark);background-color:var(--primary);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,sans-serif;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--primary);min-height:100vh;overflow-x:hidden}h1,h2,h3,h4{color:var(--text-dark);font-family:Playfair Display,serif}.container{max-width:1000px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.py-20{padding:5rem 0}.py-10{padding:2.5rem 0}.section-heading{color:var(--text-dark);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,4vw,2.2rem)}.scroll-progress{background:linear-gradient(90deg, var(--accent), var(--gold));transform-origin:0%;z-index:1000;height:4px;position:fixed;top:0;left:0;right:0}.music-btn{color:#fff;cursor:pointer;z-index:999;letter-spacing:.025em;white-space:nowrap;background:linear-gradient(135deg,#ec4899 0%,#a855f7 100%);border:none;border-radius:25px;align-items:center;gap:.5rem;height:50px;padding:0 1.4rem;font-family:Inter,sans-serif;font-size:.83rem;font-weight:600;animation:3.5s ease-in-out infinite musicIdle;display:flex;position:fixed;bottom:2rem;right:2rem;overflow:visible;box-shadow:0 6px 28px #a855f78c,0 2px 8px #0000002e}@keyframes musicIdle{0%,to{box-shadow:0 6px 28px #a855f78c,0 2px 8px #0000002e}50%{box-shadow:0 8px 36px #a855f7cc,0 2px 8px #0000002e}}.music-btn-label{line-height:1}.waveform{flex-shrink:0;align-items:flex-end;gap:2.5px;height:16px;margin-right:5px;display:inline-flex}.waveform-bar{background:currentColor;border-radius:2px;width:3px;height:3px;display:block}.music-btn--playing{background:linear-gradient(135deg,#a855f7 0%,#ec4899 100%);animation:2s ease-in-out infinite musicPlayingGlow}@keyframes musicPlayingGlow{0%,to{box-shadow:0 6px 28px #d946ef80,0 2px 8px #0000002e}50%{box-shadow:0 8px 36px #d946efc7,0 2px 8px #0000002e}}@media (width<=640px){.music-btn{bottom:calc(68px + env(safe-area-inset-bottom) + .75rem);height:44px;padding:0 1.1rem;font-size:.78rem;right:1rem}}.lightbox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0f0a14e0;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.lightbox-content{background:#1a1020;border-radius:1.5rem;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 40px 80px #0009}.lightbox-image{object-fit:contain;width:100%;max-height:80vh;display:block}.lightbox-close{color:#fff;cursor:pointer;z-index:10;letter-spacing:.05em;background:#ffffff1f;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.4rem .75rem;font-size:.8rem;font-weight:600;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.lightbox-close:hover{background:#ffffff40}.lightbox-nav{color:#ffffffb3;letter-spacing:.05em;justify-content:center;align-items:center;gap:2rem;padding:1rem;font-size:.9rem;display:flex}.lightbox-nav button{color:#ffffffb3;cursor:pointer;letter-spacing:.06em;background:0 0;border:none;border-radius:.5rem;padding:.35rem .85rem;font-size:.82rem;font-weight:600;line-height:1;transition:color .2s}.lightbox-nav button:hover{color:#fff}.hero-section{text-align:center;background:linear-gradient(160deg,#fff7f0 0%,#fdf2f8 45%,#f5f0ff 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.invitation-bg{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.inv-blob{will-change:transform;border-radius:50%;position:absolute}.inv-blob--rose{filter:blur(72px);background:radial-gradient(circle,#f9a8d461 0%,#0000 68%);width:560px;height:560px;top:-160px;right:-140px}.inv-blob--gold{filter:blur(72px);background:radial-gradient(circle,#d4af3738 0%,#0000 68%);width:480px;height:480px;bottom:-150px;left:-120px}.petals-layer{pointer-events:none;position:absolute;inset:0;overflow:hidden}@media (width<=600px){.inv-blob--rose{width:300px;height:300px}.inv-blob--gold{width:260px;height:260px}}.hero-particle{pointer-events:none;-webkit-user-select:none;user-select:none;line-height:1;position:absolute}.hero-particle--heart{color:#f9a8d4}.hero-particle--cross{color:var(--gold)}.hero-particle--star{color:var(--accent-soft)}.hero-content{z-index:2;justify-content:center;align-items:center;width:100%;max-width:1080px;padding:0 2rem;display:flex;position:relative}.hero-layout{text-align:center;flex-direction:column;align-items:center;gap:2.5rem;width:100%;display:flex}.hero-photo-col{flex-shrink:0}.hero-text-col{flex-direction:column;align-items:center;gap:.75rem;display:flex}@media (width>=760px){.hero-layout{text-align:left;flex-direction:row;justify-content:center;gap:4.5rem}.hero-text-col{align-items:flex-start}.hero-photo-col .photo-frame{margin-bottom:0}}.photo-frame{cursor:pointer;border:7px solid #fff;border-radius:50%;width:220px;height:220px;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:0 16px 48px #0000001f}.photo-frame img{object-fit:cover;width:100%;height:100%;display:block}.photo-ring{pointer-events:none;border:2px dashed #d946ef40;border-radius:50%;position:absolute;inset:-12px}@media (width>=600px){.photo-frame{width:260px;height:260px}}.hero-eyebrow{color:var(--text-light);text-transform:uppercase;letter-spacing:.22em;margin:0;font-family:Inter,sans-serif;font-size:clamp(.8rem,2vw,1rem);font-weight:400}.hero-title{color:var(--text-dark);letter-spacing:.01em;background:linear-gradient(135deg, var(--text-dark) 35%, var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:.2rem 0;font-family:Dancing Script,cursive;font-size:clamp(3.4rem,10vw,7rem);font-weight:700;line-height:1.1}.hero-date{color:var(--text-light);letter-spacing:.08em;margin:0;font-size:clamp(.85rem,2.2vw,1.05rem)}.hero-ornament{align-items:center;gap:1rem;margin-top:.75rem;display:flex}.ornament-cross{color:var(--gold);font-size:1.4rem;line-height:1}.hero-underline-wrap{width:100%;max-width:440px;margin-top:-.5rem;margin-bottom:.25rem;line-height:0}.hero-underline-svg{width:100%;height:auto;display:block;overflow:visible}.scroll-indicator{color:var(--text-light);letter-spacing:.12em;text-transform:uppercase;z-index:2;flex-direction:column;align-items:center;gap:.5rem;font-size:.78rem;display:flex;position:absolute;bottom:2rem}.mouse-icon{border:2px solid var(--text-light);border-radius:11px;justify-content:center;width:22px;height:34px;padding-top:4px;display:flex}.mouse-wheel{background:var(--text-light);border-radius:2px;width:3px;height:7px}.countdown-section{z-index:10;padding:5rem 0 4rem;position:relative}.countdown-timer{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:2.5rem;display:flex}.time-box{text-align:center;background:#fff;border:1px solid #d946ef14;border-radius:1.25rem;flex-direction:column;align-items:center;gap:.4rem;min-width:96px;padding:1.5rem 1.25rem;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000000f}.time-value{color:var(--accent);min-height:1em;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1;display:block}.time-label{text-transform:uppercase;letter-spacing:.14em;color:var(--text-light);font-size:.7rem;font-weight:600}.verse-section{text-align:center;z-index:10;background:#fff;border-radius:2rem;max-width:900px;margin:0 auto 4rem;padding:4rem 2rem 3rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 16px 40px #0000000f}.verse-section:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 30%,#d4af370f 45%,#d4af371f 50%,#d4af370f 55%,#0000 70%);transition:transform;position:absolute;inset:0;transform:translate(-120%)}.verse-section:hover:after{transition:transform .9s;transform:translate(120%)}.verse-cross-icon{color:var(--gold);cursor:default;margin-bottom:1.5rem;font-size:2.5rem;display:inline-block}.verse-section>div:first-child{justify-content:center;display:flex}.bible-verse{color:var(--text-dark);max-width:620px;margin:0 auto;font-family:Playfair Display,serif;font-size:clamp(1.1rem,3vw,1.45rem);font-style:italic;line-height:1.85}.verse-ref{color:var(--gold);letter-spacing:.06em;margin-top:1.25rem;font-size:.95rem;font-weight:600;display:block}.verse-story{max-width:560px;color:var(--text-light);margin-top:2rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.8}.prayer-section{background:linear-gradient(160deg,#fffaf5 0%,#fdf2f8 60%,#f9f5ff 100%);padding:6rem 0;position:relative;overflow:hidden}.prayer-header{text-align:center;margin-bottom:3rem}.prayer-book-icon{color:var(--gold);cursor:default;margin-bottom:1rem;font-size:2.4rem;line-height:1;display:inline-block}.prayer-title{color:var(--text-dark);margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4.5vw,2.6rem)}.prayer-divider{color:var(--gold);letter-spacing:.6em;justify-content:center;align-items:center;gap:.75rem;font-size:1.1rem;display:flex}.prayer-divider:before,.prayer-divider:after{content:"";background:linear-gradient(90deg, transparent, var(--gold-light));width:60px;height:1px;display:block}.prayer-divider:after{background:linear-gradient(90deg, var(--gold-light), transparent)}.prayer-body{text-align:center;max-width:640px;margin:0 auto 3rem}.prayer-text{color:var(--text-dark);opacity:.9;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(1rem,2.5vw,1.2rem);font-style:italic;line-height:1.9}.prayer-amen{color:var(--text-dark);letter-spacing:.03em;margin-top:1rem;font-family:Playfair Display,serif;font-size:1.15rem}.prayer-amen strong{color:var(--accent);font-style:italic}.gallery-section{padding:5rem 0}.polaroid-grid{flex-wrap:wrap;justify-content:center;gap:2rem;padding:2.5rem 0 3rem;display:flex}.polaroid-card{cursor:zoom-in;-webkit-user-select:none;user-select:none;transform-origin:bottom;background:#fff;padding:12px 12px 40px;transition:box-shadow .25s;position:relative;box-shadow:0 8px 28px #00000021,0 2px 6px #00000012}.polaroid-card:hover{box-shadow:0 22px 50px #00000038,0 6px 14px #0000001a}.polaroid-photo{background:#f3f3f3;width:190px;height:190px;overflow:hidden}.polaroid-photo img{object-fit:cover;width:100%;height:100%;display:block}.polaroid-caption{color:var(--text-dark);text-align:center;white-space:nowrap;justify-content:center;align-items:center;height:28px;margin:0;padding-top:10px;font-family:Dancing Script,cursive;font-size:1rem;font-weight:600;display:flex;overflow:hidden}@media (width<=600px){.polaroid-grid{gap:1.25rem;padding:1.5rem 0 2rem}.polaroid-photo{width:140px;height:140px}.polaroid-card{padding:8px 8px 34px}.polaroid-caption{padding-top:7px;font-size:.85rem}}.details-section{padding:2rem 0 4rem}.details-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:2rem;margin-top:3rem;display:grid}.detail-card{text-align:center;background:#fff;border:1px solid #d946ef0f;border-radius:1.75rem;padding:3rem 2rem 2.5rem;transition:all .3s;box-shadow:0 8px 28px #0000000f}.icon-wrapper{background:var(--primary);width:64px;height:64px;color:var(--accent);cursor:default;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.6rem;line-height:1;transition:all .5s;display:flex}.detail-title{margin-bottom:.75rem;font-size:1.45rem}.detail-text{color:var(--text-light);justify-content:center;align-items:center;gap:.4rem;margin-bottom:.4rem;font-size:1rem;display:flex}.detail-highlight{font-weight:600;color:var(--accent)!important}.detail-meta{margin-top:.5rem}.detail-address-wrap{cursor:pointer;border-radius:.75rem;margin-top:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;transition:all .3s;display:inline-block;position:relative}.detail-address{color:var(--text-light);font-size:.9rem;line-height:1.6}.copy-badge{color:var(--text-light);white-space:nowrap;pointer-events:none;background:#fff;border-radius:1rem;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.75rem;display:flex;position:absolute;bottom:-22px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000014}.copy-badge.copied{color:#10b981;font-weight:600}.btn-outline{border:2px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:.6rem;width:100%;padding:.75rem 1.75rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:all .22s}.btn-outline:hover{background:var(--accent);color:#fff}.footer{background:linear-gradient(180deg, var(--secondary) 0%, var(--primary) 100%);text-align:center;padding:4rem 2rem 3rem}.footer-inner{max-width:520px;margin:0 auto}.footer-ornament{justify-content:center;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.footer-cross{color:#d946ef66;font-size:1.2rem}.footer-love{color:var(--text-light);margin-bottom:.1rem;font-family:Dancing Script,cursive;font-size:1.3rem}.footer-family-wrap{margin-bottom:1.5rem;display:inline-block;position:relative}.footer-underline-wrap{pointer-events:none;height:16px;position:absolute;bottom:-6px;left:0;right:0}.footer-underline-svg{width:100%;height:100%;display:block}.footer-family{color:var(--text-dark);margin-bottom:0;font-family:Dancing Script,cursive;font-size:2rem;font-weight:700}.footer-verse{color:var(--text-light);font-family:Playfair Display,serif;font-size:.9rem;font-style:italic;line-height:1.7}.footer-verse span{color:var(--gold);letter-spacing:.04em;margin-top:.5rem;font-size:.82rem;font-style:normal;font-weight:600;display:block}.footer-credits{border-top:1px solid #0000000f;flex-direction:column;align-items:center;gap:.3rem;margin-top:2rem;padding-top:1.25rem;display:flex}.footer-copyright,.footer-made-by{color:var(--text-light);font-size:.78rem}.footer-heart{color:#f472b6;font-size:.8rem}.footer-link{color:var(--accent);font-weight:600;text-decoration:none;transition:color .15s}.footer-link:hover{color:var(--gold);text-decoration:underline}.cursor-sparkle{pointer-events:none;z-index:9999;-webkit-user-select:none;user-select:none;font-size:13px;line-height:1;position:fixed}.burst-item{pointer-events:none;z-index:9998;-webkit-user-select:none;user-select:none;line-height:1;position:fixed}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.floating{animation:4s ease-in-out infinite float}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.interactive-card{transition:all .3s}.interactive-hover{cursor:pointer}*{-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}button,a{touch-action:manipulation}@supports (padding:max(0px)){.music-btn{bottom:max(1.5rem, calc(env(safe-area-inset-bottom) + 1rem));right:max(1.5rem, calc(env(safe-area-inset-right) + .5rem))}}.section-nav-short-label{display:none}.section-nav{z-index:900;pointer-events:auto;flex-direction:column;gap:.6rem;display:flex;position:fixed;top:50%;right:1.25rem;transform:translateY(-50%)}.section-nav-item{cursor:pointer;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.section-nav-label{letter-spacing:.04em;color:var(--text-dark);white-space:nowrap;pointer-events:none;background:#fff;border-radius:20px;padding:.25rem .6rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;box-shadow:0 2px 10px #0000001a}.section-nav-dot{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;color:#94a3b8b3;background:#ffffffb3;border:1.5px solid #94a3b840;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:background .25s,border-color .25s,color .25s;display:flex}.section-nav-dot.visited{color:#d946efb3;background:#f0abfc26;border-color:#d946ef4d}.section-nav-dot.active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 0 0 3px #d946ef2e}.section-toast{color:var(--text-dark);letter-spacing:.03em;z-index:950;cursor:pointer;white-space:nowrap;pointer-events:auto;background:#fff;border:1px solid #d946ef1f;border-radius:24px;padding:.55rem 1.2rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;position:fixed;top:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000001a,0 1px 4px #0000000f}.blessings-section{background:linear-gradient(160deg,#fff9fe 0%,#fdf2f8 50%,#f5f0ff 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}.blessings-floater-layer{pointer-events:none;position:absolute;inset:0;overflow:hidden}.blessing-bubble{pointer-events:none;background:#fff;border:1px solid #d946ef26;border-radius:24px;flex-direction:column;align-items:flex-start;gap:.2rem;max-width:260px;padding:.5rem .9rem;display:flex;position:absolute;bottom:2rem;box-shadow:0 4px 20px #d946ef1f}.blessing-bubble-text{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-family:Playfair Display,serif;font-size:.85rem;font-style:italic;overflow:hidden}.blessings-inner{text-align:center;z-index:1;max-width:560px;margin:0 auto;position:relative}.blessings-header{margin-bottom:2rem}.blessings-envelope{cursor:default;color:var(--gold);margin-bottom:1rem;font-size:2.8rem;line-height:1;display:inline-block}.blessings-title{color:var(--text-dark);margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:clamp(1.5rem,4vw,2rem)}.blessings-subtitle{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.6}.blessings-form-group{flex-direction:column;gap:0;margin-bottom:1rem;display:flex}.blessings-name-row{margin-bottom:.55rem;position:relative}.blessings-name-input{width:100%;color:var(--text-dark);background:#fffc;border:1.5px solid #d946ef33;border-radius:1rem;outline:none;padding:.65rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.blessings-name-input::placeholder{color:var(--text-light)}.blessings-name-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d946ef1a}.blessings-name-input.input-error{border-color:#f472b6;box-shadow:0 0 0 3px #f472b61f}.blessings-name-hint{color:#f472b6;padding:.25rem .5rem 0;font-family:Inter,sans-serif;font-size:.76rem;font-weight:500;display:block}.blessings-limit-msg{color:var(--text-light);text-align:center;margin-top:.85rem;font-size:.82rem;font-style:italic;line-height:1.5}.blessings-form{gap:.6rem;display:flex}.blessings-input{color:var(--text-dark);background:#fff;border:1.5px solid #d946ef33;border-radius:.75rem;outline:none;flex:1;padding:.85rem 1.1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.blessings-input::placeholder{color:var(--text-light)}.blessings-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d946ef1a}.blessings-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec4899,#a855f7);border:none;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:opacity .2s;display:flex;box-shadow:0 4px 16px #a855f759}.blessings-submit:disabled{opacity:.4;cursor:default}.blessings-submit.sent{background:linear-gradient(135deg,#d946ef,#ec4899)}.blessings-count{color:var(--text-light);justify-content:center;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.82rem;display:flex}.blessings-list{text-align:left;flex-direction:column;gap:.6rem;display:flex;overflow:hidden}.blessings-list-item{background:#fff;border:1px solid #d946ef14;border-radius:.75rem;align-items:flex-start;gap:.6rem;padding:.7rem 1rem;display:flex;box-shadow:0 2px 8px #0000000a}.blessings-list-icon{color:#f9a8d4;flex-shrink:0;margin-top:.1rem;font-size:.85rem}.blessings-list-text{color:var(--text-dark);font-family:Playfair Display,serif;font-size:.9rem;font-style:italic;line-height:1.5}.blessings-list-name{color:var(--accent);margin-right:.2rem;font-family:Inter,sans-serif;font-size:.8rem;font-style:normal;font-weight:600}.blessing-bubble-name{color:var(--accent);font-family:Inter,sans-serif;font-size:.65rem;font-weight:700;line-height:1.2}@media (width<=768px){.hero-title{font-size:clamp(2.6rem,11vw,4.5rem)}.details-grid{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto}.prayer-text{font-size:1.05rem}}@media (width<=640px){.container{padding:0 1.25rem}.verse-section{border-radius:1.5rem;margin:0 1rem 3rem;padding:2.5rem 1.25rem}.prayer-section{padding:3.5rem 0}.prayer-section:before,.prayer-section:after{display:none}.details-section{padding:1rem 0 3rem}.detail-card{padding:2.25rem 1.5rem 2rem}.gallery-section{padding:3.5rem 0}.photo-frame{width:190px;height:190px}.hero-eyebrow{letter-spacing:.15em;font-size:.7rem}.hero-date{font-size:.82rem}.countdown-section{padding:3rem 0 2.5rem}.countdown-timer{grid-template-columns:1fr 1fr;gap:.75rem;max-width:280px;margin:1.5rem auto 0;display:grid}.time-box{min-width:unset;border-radius:1rem;padding:1.1rem .75rem}.time-value{font-size:2rem}.section-heading{font-size:1.45rem}.prayer-title{font-size:1.7rem}.prayer-text,.prayer-amen{font-size:1rem}.music-btn-label{display:none}.waveform{margin-right:0}.music-btn{width:44px;height:44px;bottom:calc(68px + env(safe-area-inset-bottom) + .75rem);opacity:.85;border-radius:50%;justify-content:center;padding:0;right:1rem}.footer{padding:3rem 1.5rem 5rem}.footer-family{font-size:1.2rem}.section-nav{-webkit-backdrop-filter:blur(18px);padding:6px 0 calc(6px + env(safe-area-inset-bottom));background:#fffffff7;border-top:1px solid #00000012;border-radius:0;flex-direction:row;align-items:stretch;gap:0;inset:auto 0 0;transform:none;box-shadow:0 -4px 24px #0000000f}.section-nav-item{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:4px 2px 2px}.section-nav-label{display:none}.section-nav-dot{width:24px;height:24px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:#b0bec5;background:0 0;border:none}.section-nav-dot.visited{color:#d946ef8c;background:0 0;border:none}.section-nav-dot.active{width:24px;height:24px;box-shadow:none;color:var(--accent);background:#d946ef1a;border:none}.section-nav-short-label{letter-spacing:.02em;color:#b0bec5;font-family:Inter,sans-serif;font-size:8.5px;font-weight:600;line-height:1;display:block}.section-nav-item.active .section-nav-short-label{color:var(--accent)}.section-toast{max-width:85vw;padding:.45rem .9rem;font-size:.75rem}.blessings-section{padding:4rem 0 3rem}.footer{padding-bottom:calc(3rem + 70px)}.blessing-bubble{max-width:200px}.blessing-bubble-text{max-width:140px}}@media (width<=380px){.hero-title{font-size:clamp(2.2rem,13vw,3rem)}.countdown-timer{gap:.6rem;max-width:260px}.time-value{font-size:1.75rem}.time-box{padding:.9rem .6rem}.rsvp-title,.section-heading{font-size:1.3rem}}@media (hover:none){.detail-card:active{transform:scale(.98)}.verse-section:active{transform:scale(.99)}.time-box:hover{transform:none}.cursor-glow{display:none}}.app{background:linear-gradient(#fdf2f8 0%,#f3e8ff 20%,#fdf2f8 40%,#fff7ed 60%,#fdf2f8 80%,#f0e6ff 100%) 0 0/100% 300%;min-height:100vh;animation:25s ease-in-out infinite alternate bgShift}@keyframes bgShift{0%{background-position:0 0}to{background-position:0 100%}}.cursor-glow{pointer-events:none;z-index:1;will-change:left, top;mix-blend-mode:normal;background:radial-gradient(circle,#f9a8d424 0%,#d946ef12 35%,#d4af370a 55%,#0000 70%);border-radius:50%;width:380px;height:380px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}.heart-big{color:#f472b6;pointer-events:none;z-index:9997;text-shadow:0 0 30px #f472b680;filter:drop-shadow(0 0 12px #d946ef59);font-size:5rem;line-height:1;position:fixed}.heart-mini{pointer-events:none;z-index:9997;-webkit-user-select:none;user-select:none;font-size:1.3rem;line-height:1;position:fixed}.hearts-rain{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.rain-drop{color:#f9a8d459;-webkit-user-select:none;user-select:none;will-change:transform, opacity;line-height:1;animation:linear forwards rainFall;position:absolute;top:-30px}@keyframes rainFall{0%{opacity:0;transform:translateY(-30px)translate(0)rotate(0)}8%{opacity:.5}50%{opacity:.35;transform:translateY(50vh)translate(20px)rotate(25deg)}85%{opacity:.2}to{opacity:0;transform:translateY(105vh)translate(-10px)rotate(45deg)}}.verse-word{cursor:default;margin-right:.3em;display:inline-block}.verse-word:last-child{margin-right:0}.verse-word:hover{text-shadow:0 0 18px #d4af3759}.blessing-ring{pointer-events:none;z-index:9996;border:3px solid #d4af3780;border-radius:50%;width:80px;height:80px;position:fixed;transform:translate(-50%,-50%);box-shadow:0 0 20px #d4af374d,inset 0 0 20px #d4af371a}.prayer-sparkle{pointer-events:none;z-index:100;color:#d4af37;text-shadow:0 0 8px #d4af3799;font-size:15px;line-height:1;position:fixed}.prayer-section{cursor:default;-webkit-user-select:none;user-select:none}.tw-cursor{color:var(--accent);margin-left:2px;font-family:Inter,sans-serif;font-size:.85em;font-weight:300;animation:.6s step-end infinite twBlink;display:inline-block}@keyframes twBlink{50%{opacity:0}}.rsvp-section{padding:5rem 2rem}.rsvp-subtitle{text-align:center;color:var(--text-light);margin-top:.5rem;margin-bottom:1rem;font-size:1.05rem}.rsvp-count{text-align:center;color:var(--accent);background:#d946ef12;border:1px solid #d946ef2e;border-radius:2rem;margin:0 auto 2rem;padding:.35rem 1.1rem;font-size:.9rem;font-weight:600;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.rsvp-card{background:var(--white);border:1px solid #d946ef1a;border-radius:2rem;max-width:560px;margin:0 auto;padding:2.5rem 2.5rem 2rem;box-shadow:0 8px 40px #d946ef14,0 2px 12px #0000000a}.rsvp-form{flex-direction:column;gap:1.4rem;display:flex}.rsvp-field{flex-direction:column;gap:.5rem;display:flex}.rsvp-label{color:var(--text-dark);font-size:.9rem;font-weight:600}.rsvp-optional{color:var(--text-light);font-size:.85rem;font-weight:400}.rsvp-options{flex-direction:column;gap:.6rem;display:flex}.rsvp-options--compact{flex-direction:row;gap:.5rem}.rsvp-option{color:var(--text-dark);cursor:pointer;text-align:left;background:0 0;border:1.5px solid #0000001f;border-radius:.9rem;padding:.75rem 1.1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .18s,background .18s,color .18s}.rsvp-options--compact .rsvp-option{text-align:center;flex:1;padding:.6rem .5rem;font-size:.88rem}.rsvp-option:hover{border-color:var(--accent-soft);background:#d946ef0a}.rsvp-option--active{font-weight:600}.rsvp-person{flex-direction:column;gap:1rem;display:flex}.rsvp-person--primary{border-bottom:1px solid #0000000f;padding-bottom:1.25rem}.rsvp-person--guest{background:#d946ef08;border:1.5px solid #d946ef1a;border-radius:1.2rem;padding:1.1rem 1.1rem 1rem}.rsvp-person-header{justify-content:space-between;align-items:center;display:flex}.rsvp-person-label{text-transform:uppercase;letter-spacing:.07em;color:var(--accent);font-size:.8rem;font-weight:700}.rsvp-remove-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.2rem .5rem;font-family:Inter,sans-serif;font-size:.8rem;transition:color .15s,background .15s}.rsvp-remove-btn:hover{color:#dc2626;background:#dc26260f}.rsvp-add-btn{color:var(--accent);cursor:pointer;background:0 0;border:1.5px dashed #d946ef59;border-radius:.9rem;width:100%;padding:.75rem 1.1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:border-color .18s,background .18s}.rsvp-add-btn:hover{border-color:var(--accent);background:#d946ef0d}.rsvp-input{width:100%;color:var(--text-dark);background:#fafafa;border:1.5px solid #0000001a;border-radius:.9rem;outline:none;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .18s,box-shadow .18s}.rsvp-input:focus{border-color:var(--accent);background:var(--white);box-shadow:0 0 0 3px #d946ef1a}.rsvp-textarea{resize:vertical;min-height:80px}.rsvp-error{color:#dc2626;text-align:center;font-size:.88rem}.rsvp-submit{background:linear-gradient(135deg, var(--accent), #a21caf);color:var(--white);cursor:pointer;border:none;border-radius:1rem;width:100%;margin-top:.25rem;padding:.95rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:opacity .15s}.rsvp-submit:disabled{opacity:.45;cursor:not-allowed}.rsvp-loading{justify-content:center;align-items:center;display:flex}.rsvp-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 0 .5rem;display:flex}.rsvp-success-icon{margin-bottom:.25rem}.rsvp-success-title{color:var(--accent);font-family:Dancing Script,cursive;font-size:2rem}.rsvp-success-msg{color:var(--text-light);max-width:380px;font-size:1rem;line-height:1.65}@media (width<=600px){.rsvp-card{border-radius:1.4rem;padding:1.8rem 1.4rem 1.5rem}}.pg-backdrop{background:linear-gradient(145deg,#fff7f0 0%,#fdf2f8 50%,#f5f0ff 100%);justify-content:center;align-items:center;min-height:100svh;padding:1.5rem;font-family:Inter,sans-serif;display:flex}.pg-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffffe0;border:1px solid #d946ef1f;border-radius:2rem;width:100%;max-width:380px;padding:2.8rem 2.4rem 2.4rem;animation:.55s cubic-bezier(.22,.68,0,1.2) both fadeUp;box-shadow:0 12px 48px #d946ef1a,0 2px 12px #0000000a}.pg-petal{margin-bottom:.75rem;font-size:2rem}.pg-title{color:#d946ef;margin-bottom:.35rem;font-family:Dancing Script,cursive;font-size:2.1rem;line-height:1.2}.pg-sub{color:#94a3b8;margin-bottom:2rem;font-size:.88rem;line-height:1.5}.pg-input{text-align:center;letter-spacing:.12em;color:#475569;box-sizing:border-box;background:#fafafa;border:1.5px solid #0000001a;border-radius:1rem;outline:none;width:100%;margin-bottom:1rem;padding:.85rem 1.1rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .18s,box-shadow .18s}.pg-input::placeholder{letter-spacing:0;color:#b0bec5}.pg-input:focus{background:#fff;border-color:#d946ef;box-shadow:0 0 0 3px #d946ef1a}.pg-input-error{background:#dc262608;border-color:#dc262673}.pg-error{color:#dc2626;margin-bottom:.75rem;font-size:.82rem;animation:.35s shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.pg-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d946ef,#a21caf);border:none;border-radius:1rem;width:100%;padding:.88rem;font-family:Inter,sans-serif;font-size:.97rem;font-weight:600;transition:opacity .15s,transform .12s}.pg-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.pg-btn:active:not(:disabled){transform:translateY(0)scale(.98)}.pg-btn:disabled{opacity:.6;cursor:not-allowed}.pg-hint{color:#b0bec5;margin-top:1.4rem;font-size:.78rem}
