@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--primary:#2b2b2b;--secondary:#6e6e6e;--bg:#faf9f6;--accent-1:#d4a373;--accent-2:#e07a5f;--accent-3:#81b29a;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif;--transition:all .4s cubic-bezier(.25, 1, .5, 1)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}@media (pointer:fine){*{cursor:url(/cursor-brush.svg) 12 12,auto}}html,body{width:100%;overflow-x:hidden}body{font-family:var(--font-body);background-color:var(--bg);color:var(--primary);-webkit-font-smoothing:antialiased;background-image:url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 14c-2.5-3.5-8-3.5-8 1.5s8 9 8 9 8-4 8-9-5.5-5-8-1.5z' fill='%23e07a5f' opacity='0.35' transform='translate(10,20)'/%3E%3Cpath d='M20 14c-2.5-3.5-8-3.5-8 1.5s8 9 8 9 8-4 8-9-5.5-5-8-1.5z' fill='%23d4a373' opacity='0.3' transform='translate(130,90)'/%3E%3Cpath d='M20 14c-2.5-3.5-8-3.5-8 1.5s8 9 8 9 8-4 8-9-5.5-5-8-1.5z' fill='%2381b29a' opacity='0.25' transform='translate(60,150)'/%3E%3Cpolygon points='8,0 10,5.5 16,5.5 11,9 13,15 8,11 3,15 5,9 0,5.5 6,5.5' fill='%23f2cc8f' opacity='0.3' transform='translate(150,30)'/%3E%3Cpolygon points='8,0 10,5.5 16,5.5 11,9 13,15 8,11 3,15 5,9 0,5.5 6,5.5' fill='%23d4a373' opacity='0.25' transform='translate(30,100)'/%3E%3Cpolygon points='8,0 10,5.5 16,5.5 11,9 13,15 8,11 3,15 5,9 0,5.5 6,5.5' fill='%23e07a5f' opacity='0.28' transform='translate(160,160)'/%3E%3C/svg%3E");background-size:200px 200px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary);font-weight:600}p{color:var(--secondary)}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}.gallery-container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.section-padding{padding:6rem 0;position:relative}.section-padding:before{content:"";background:linear-gradient(90deg,#0000,#d4a37340,#e07a5f33,#81b29a33,#0000);border-radius:2px;height:3px;position:absolute;top:-2px;left:10%;right:10%}@media (width<=600px){.gallery-container{padding:0 1rem}.section-padding{padding:3.5rem 0}.section-header{margin-bottom:2.5rem}.section-title{font-size:2rem}.section-subtitle{letter-spacing:1px;font-size:.85rem}}.brush-stroke{z-index:0;opacity:.15;pointer-events:none;position:absolute}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent-1);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#c39260}.gift-wrap{z-index:10000;background:#f5f0eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gift-bg-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.gift-shimmer{pointer-events:none;z-index:2;background-color:#0000;background-image:radial-gradient(2px 2px at 15% 30%,#fff9,#0000),radial-gradient(2px 2px at 40% 70%,#ffffff80,#0000),radial-gradient(2px 2px at 65% 20%,#fff6,#0000),radial-gradient(2px 2px at 80% 60%,#ffffff80,#0000),radial-gradient(2px 2px at 25% 85%,#ffffff4d,#0000),radial-gradient(2px 2px at 90% 40%,#fff6,#0000),radial-gradient(2px 2px,#ffffff4d,#0000);background-position:0 0,0 0,0 0,0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat,repeat,repeat,repeat;background-size:100% 100%;background-attachment:scroll,scroll,scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box,border-box,border-box;animation:4s ease-in-out infinite alternate sparkleFloat;position:absolute;inset:0}@keyframes sparkleFloat{0%{opacity:.3;transform:translateY(0)}to{opacity:.7;transform:translateY(-8px)}}.gift-content{z-index:5;text-align:center;flex-direction:column;align-items:center;gap:.8rem;display:flex;position:absolute;bottom:10vh;right:8vw}.gift-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:4px;font-size:.85rem;font-weight:600;color:#b71c1c!important}.gift-title{font-family:var(--font-heading);color:#2b2b2b;font-size:clamp(2rem,5vw,3.5rem);font-style:italic;font-weight:700;line-height:1.1}.gift-open-btn{color:#fff;font-family:var(--font-heading);letter-spacing:2px;z-index:5;background:linear-gradient(135deg,#b71c1c,#d32f2f);border-radius:50px;margin-top:.8rem;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;animation:2.5s ease-in-out infinite btnPulse;position:relative;box-shadow:0 6px 25px #b71c1c66}.gift-open-btn:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 10px 35px #b71c1c80}@keyframes btnPulse{0%,to{box-shadow:0 6px 25px #b71c1c66}50%{box-shadow:0 6px 40px #b71c1c99}}@media (width<=600px){.gift-content{bottom:6vh;right:50%;transform:translate(50%)}.gift-title{font-size:1.8rem}.gift-open-btn{padding:.8rem 2.2rem;font-size:.95rem}}.app-container{z-index:1;position:relative}.site-footer{text-align:center;background:var(--primary);padding:3rem 2rem}.site-footer p{color:#fff9;font-family:var(--font-heading);letter-spacing:1px;font-size:1rem;font-style:italic}.app-container{transition:background-color 1.5s,color 1.5s}.celebration-mode{--primary:#fff;--secondary:#ffffffb3;--bg:#0d0d1a;--accent-1:gold;--accent-2:#ff6b6b;--accent-3:#48dbfb;background-color:#0d0d1a}.celebration-mode h1,.celebration-mode h2,.celebration-mode h3{color:gold;text-shadow:0 0 25px #ffd70040;transition:color 1.5s}.celebration-mode p{color:#ffffffb3;transition:color 1.5s}.celebration-mode .hero-section,.celebration-mode .timeline-section,.celebration-mode .cake-section,.celebration-mode .gallery-section,.celebration-mode .guestbook-section,.celebration-mode .stats-section,.celebration-mode .letter-section{background:0 0;transition:background 1.5s}.celebration-mode .hero-background{background:radial-gradient(circle at 80% 20%,#ffd70014,#0000 40%),radial-gradient(circle at 20% 80%,#48dbfb0f,#0000 40%)}.celebration-mode .timeline-content,.celebration-mode .wish-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffd70026;transition:all 1.5s;box-shadow:0 4px 30px #ffd7000d}.celebration-mode .reason-tile{border:1px solid #ffd7001a;background:#ffd7000f!important}.celebration-mode .gallery-frame{background:#ffffff0a;border:1px solid #ffd7001a;transition:all 1.5s;box-shadow:0 8px 25px #ffd7000d}.celebration-mode .lightbox-content{background:#0f0f1ef2;border:1px solid #ffd70033}.celebration-mode .hero-slideshow{border-color:#ffd70066;box-shadow:0 20px 60px #ffd7001a}.celebration-mode .hero-subtitle{color:gold}.celebration-mode .timeline-container:before{background-color:#ffd70033}.celebration-mode .timeline-marker{background-color:gold;border-color:#0d0d1a;box-shadow:0 0 0 4px #ffd7004d,0 0 15px #ffd70033}.celebration-mode .wish-card{border-left-color:gold}.celebration-mode .stat-card{background:#ffd7000f;border-color:#ffd70026}.celebration-mode .ck-sponge,.celebration-mode .ck-cream{box-shadow:0 0 30px #ffd70014}.celebration-mode .site-footer{background:#080812}.celebration-mode .player-panel{background:#141428e6;border:1px solid #ffd70026}.celebration-mode .player-track-title{color:gold}.celebration-mode .section-subtitle,.celebration-mode .candle-legend{color:#ffd700b3}.celebration-mode .slide-dot{background:gold}.celebration-mode .env-svg rect,.celebration-mode .letter-paper{filter:brightness(.7)sepia(.3)}.celebration-mode .decal-1{background-color:#ffd7004d}.celebration-mode .decal-2{border-color:#ffd70033}.loading-screen{z-index:9999;background:#faf9f6;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;display:flex;position:fixed;inset:0}.paint-splash-container{width:200px;height:200px;position:relative}.paint-blob{filter:blur(8px);border-radius:50%;width:80px;height:80px;position:absolute}.paint-blob:first-child{top:20%;left:10%}.paint-blob:nth-child(2){top:10%;right:15%}.paint-blob:nth-child(3){bottom:15%;left:25%}.paint-blob:nth-child(4){bottom:20%;right:10%}.paint-blob:nth-child(5){top:45%;left:35%}.brush-stroke-anim{transform-origin:0;background:linear-gradient(90deg,#d4a373,#e07a5f,#81b29a);border-radius:3px;width:80%;height:6px;position:absolute;bottom:30%;left:10%}.loading-text-group{text-align:center}.loading-title{font-family:var(--font-heading);color:#2b2b2b;letter-spacing:1px;font-size:1.8rem;font-weight:600}.loading-dots{justify-content:center;gap:6px;margin-top:.8rem;display:flex}.loading-dot{background:#d4a373;border-radius:50%;width:8px;height:8px}.loading-bar-track{background:#00000014;border-radius:2px;width:200px;height:3px;overflow:hidden}.loading-bar-fill{background:linear-gradient(90deg,#d4a373,#e07a5f);border-radius:2px;height:100%}.enter-btn{color:#fff;font-family:var(--font-heading);letter-spacing:2px;background:linear-gradient(135deg,#d4a373,#e07a5f);border-radius:50px;margin-top:1.5rem;padding:.9rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 6px 25px #d4a37366}.enter-btn:hover{transform:translateY(-2px);box-shadow:0 10px 35px #d4a37380}@media (width<=600px){.loading-screen{gap:1.5rem}.paint-splash-container{width:140px;height:140px}.paint-blob{width:55px;height:55px}.loading-title{font-size:1.3rem}.loading-bar-track{width:160px}}.countdown-container{gap:1.5rem;margin-top:2rem;display:flex}.countdown-item{flex-direction:column;align-items:center;display:flex}.countdown-value{font-family:var(--font-heading);color:var(--accent-2);font-size:2.5rem;font-weight:700;line-height:1}.countdown-label{text-transform:uppercase;letter-spacing:2px;color:var(--secondary);margin-top:.5rem;font-size:.8rem}@media (width<=600px){.countdown-container{justify-content:center;gap:1rem}.countdown-value{font-size:1.8rem}.countdown-label{letter-spacing:1px;font-size:.65rem}}.countdown-done{font-family:var(--font-heading);background:linear-gradient(135deg, var(--accent-2), var(--accent-1), var(--accent-3));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-style:italic;font-weight:700;animation:2s ease-in-out infinite alternate doneGlow}@keyframes doneGlow{0%{filter:brightness()}to{filter:brightness(1.3)}}.hero-section{align-items:center;min-height:100vh;padding-top:4rem;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;background:radial-gradient(circle at 80% 20%,#d4a3731a,#0000 40%),radial-gradient(circle at 20% 80%,#81b29a1a,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4rem;width:100%;display:flex}.hero-text-box{flex:1;min-width:300px}.hero-subtitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:4px;color:var(--accent-1);margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.hero-title{color:var(--primary);margin-bottom:1.5rem;font-size:clamp(3rem,5vw,5rem);line-height:1.1}.hero-description{color:var(--secondary);max-width:450px;margin-bottom:2.5rem;font-size:1.2rem}.hero-image-container{flex:1;justify-content:center;min-width:300px;display:flex;position:relative;overflow:hidden}.hero-slideshow{aspect-ratio:3/4;z-index:2;border:8px solid #fff;border-radius:200px 200px 10px 10px;width:100%;max-width:450px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-photo{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.hero-slideshow-dots{z-index:3;justify-content:center;gap:8px;margin-top:1.2rem;display:flex;position:relative}.slide-dot{background:var(--accent-1);opacity:.3;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.slide-dot.active{opacity:1;transform:scale(1.3)}.hero-decoration-element{z-index:1;position:absolute}.decal-1{background-color:var(--accent-2);opacity:.8;border-radius:50%;width:150px;height:150px;bottom:-20px;left:-20px}.decal-2{border:2px solid var(--accent-1);border-radius:10px;width:100px;height:100px;top:40px;right:-10px;transform:rotate(15deg)}@media (width<=768px){.hero-section{min-height:auto;padding-top:2rem}.hero-content{text-align:center;flex-direction:column;gap:2rem;padding:2rem 0}.hero-text-box,.hero-image-container{min-width:unset}.hero-slideshow{border-width:5px;max-width:280px}.hero-description{margin:0 auto 1.5rem;font-size:1rem}.hero-subtitle{letter-spacing:2px;font-size:.75rem}.decal-1{width:80px;height:80px;bottom:-10px;left:0}.decal-2{width:60px;height:60px;top:10px;right:0}}.stats-section{background:var(--primary);position:relative;overflow:hidden}.stats-section .section-title{color:#fff}.stats-section .section-subtitle{color:var(--accent-1)}.stats-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.stat-card{text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;flex:180px;max-width:220px;padding:2rem 1.5rem}.stat-number{font-family:var(--font-heading);color:var(--accent-1);margin-bottom:.5rem;font-size:2.8rem;font-weight:700;line-height:1.2;display:block}.stat-label{color:#fff9;letter-spacing:1px;text-transform:uppercase;font-size:.85rem;line-height:1.5;display:block}@media (width<=600px){.stat-card{flex:140px;max-width:160px;padding:1.5rem 1rem}.stat-number{font-size:2rem}}.timeline-section{position:relative}.section-header{text-align:center;margin-bottom:5rem}.section-title{color:var(--primary);margin-bottom:.5rem;font-size:3rem}.section-subtitle{color:var(--accent-1);letter-spacing:2px;text-transform:uppercase;font-size:1.1rem}.timeline-container{max-width:900px;margin:0 auto;position:relative}.timeline-container:before{content:"";background-color:#d4a3734d;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-row{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex;position:relative}.row-even{flex-direction:row}.row-odd{flex-direction:row-reverse}.timeline-space{width:45%}.timeline-content{background:#fff;border:1px solid #00000005;border-radius:10px;flex-direction:column;gap:1.5rem;width:45%;padding:2rem;display:flex;position:relative;box-shadow:0 10px 30px #00000008}.timeline-marker{background-color:var(--accent-2);border:4px solid var(--bg);border-radius:50%;width:20px;height:20px;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 0 4px #e07a5f33}.timeline-img-wrap{cursor:pointer;border-radius:5px;position:relative;overflow:hidden}.timeline-photo{border-radius:5px;width:100%;height:auto;transition:transform .4s;display:block}.timeline-img-wrap:hover .timeline-photo{transform:scale(1.03)}.timeline-img-overlay{color:#fff;font-family:var(--font-heading);letter-spacing:2px;text-transform:uppercase;opacity:0;background:#0000004d;justify-content:center;align-items:center;font-size:.9rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.timeline-img-wrap:hover .timeline-img-overlay{opacity:1}.timeline-year{color:var(--accent-3);letter-spacing:1px;text-transform:uppercase;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.timeline-title{margin-bottom:.8rem;font-size:1.5rem}.timeline-lightbox{z-index:1000;background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.timeline-lightbox-card{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:600px;display:flex;overflow:hidden}.tl-lightbox-img{object-fit:contain;background:#f5f5f5;width:100%;height:auto;max-height:65vh}.tl-lightbox-info{padding:1.5rem 2rem}.tl-lightbox-info p{line-height:1.7}.tl-lightbox-close{background:var(--accent-2);color:#fff;letter-spacing:1px;transition:var(--transition);border-radius:50px;align-self:center;margin:0 2rem 1.5rem;padding:.6rem 2rem;font-weight:500}.tl-lightbox-close:hover{background:#c96a50}@media (width<=768px){.timeline-container:before{left:20px}.timeline-row{flex-direction:column;align-items:flex-start;margin-bottom:2.5rem}.timeline-space{display:none}.timeline-content{gap:1rem;width:calc(100% - 50px);margin-left:50px;padding:1.2rem}.timeline-marker{width:16px;height:16px;left:20px}.timeline-title{font-size:1.2rem}.tl-lightbox-info{padding:1rem 1.2rem}.tl-lightbox-close{margin:0 1.2rem 1rem}}.cake-section{background:0 0;overflow:hidden}.candle-legend{color:var(--accent-1);letter-spacing:2px;text-transform:uppercase;margin-top:.8rem;font-size:.85rem;font-weight:500;display:inline-block}.cake-stage{flex-direction:column;align-items:center;padding:3rem 0;display:flex}.cake-body{flex-direction:column;align-items:center;display:flex;position:relative}.candles-row{z-index:10;justify-content:center;gap:2.8rem;margin-bottom:-3px;display:flex}.candle{cursor:pointer;flex-direction:column;justify-content:flex-end;align-items:center;height:130px;transition:transform .2s;display:flex}.candle.lit:hover{transform:scale(1.12)}.candle.blown .wax{opacity:.35}.candle.blown{cursor:default}.flame-wrap{flex-shrink:0;width:32px;height:44px;margin-bottom:-3px;position:relative}.smoke{flex-shrink:0;width:10px;height:44px;margin-bottom:-3px;position:relative}.fl-glow{background:radial-gradient(circle,#ffc83259 0%,#ffa0321a 50%,#0000 75%);border-radius:50%;width:60px;height:60px;animation:1.2s ease-in-out infinite glowBeat;position:absolute;top:-12px;left:-14px}@keyframes glowBeat{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.fl-outer{filter:blur(.8px);background:radial-gradient(at 50% 85%,#ff8c38 0%,#e06040 55%,#b4321e4d 100%);border-radius:50% 50% 45% 45%/65% 65% 35% 35%;width:28px;height:38px;position:absolute;top:2px;left:2px;box-shadow:0 0 20px 6px #ffa02840}.fl-mid{background:radial-gradient(at 50% 80%,#fc3 0%,#f93 70%,#0000 100%);border-radius:50% 50% 45% 45%/60% 60% 40% 40%;width:18px;height:28px;position:absolute;top:8px;left:7px}.fl-core{background:radial-gradient(at 50% 85%,#fffbe6 0%,#ffe066 80%,#0000 100%);border-radius:50%;width:7px;height:12px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.smoke:before,.smoke:after{content:"";border-radius:50%;animation:2.5s ease-out forwards puff;position:absolute;bottom:0;left:50%}.smoke:before{background:#a0a0a04d;width:5px;height:5px}.smoke:after{background:#8c8c8c33;width:4px;height:4px;animation-delay:.4s}@keyframes puff{0%{opacity:.5;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%,-30px)scale(2.5)}}.wick{background:linear-gradient(#666,#333);border-radius:1px;width:2.5px;height:9px}.wax{border-radius:5px 5px 3px 3px;justify-content:center;align-items:center;width:22px;height:72px;transition:opacity .4s;display:flex;position:relative;overflow:hidden;box-shadow:inset -3px 0 6px #00000014}.candle:first-child .wax{background:linear-gradient(#f4b8a0,#e07a5f)}.candle:nth-child(2) .wax{background:linear-gradient(#f5dba8,#d4a373)}.candle:nth-child(3) .wax{background:linear-gradient(#b0ddc6,#81b29a)}.candle:nth-child(4) .wax{background:linear-gradient(#f8e4b0,#f2cc8f)}.wax-shine{background:linear-gradient(#ffffff59,#ffffff0d);border-radius:2px;width:6px;height:100%;position:absolute;top:0;left:2px}.wax-num{font-family:var(--font-heading);color:#ffffffd9;writing-mode:vertical-rl;letter-spacing:2px;z-index:1;font-size:.6rem;font-weight:700}.ck-tier{position:relative}.ck-cream{z-index:2;border-radius:10px 10px 0 0;height:16px;position:relative}.ck-sponge{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.cream-1{background:linear-gradient(90deg,#f7d4c0,#f0b8a0,#f7d4c0);width:280px;box-shadow:0 4px 10px #e07a5f26}.sponge-1{background:linear-gradient(#d96b50,#c05a42);border-radius:0 0 6px 6px;width:280px;height:70px;box-shadow:inset 0 -8px 20px #0000001a,0 4px 12px #0000000d}.sponge-deco{background:repeating-linear-gradient(90deg,#0000,#0000 30px,#ffffff0a 30px 32px),linear-gradient(#ffffff0f 0%,#0000 50%);position:absolute;inset:0}.ck-label{font-family:var(--font-heading);color:#fffffff2;letter-spacing:3px;z-index:2;text-shadow:0 2px 6px #0003;font-size:1.25rem;font-weight:600}.cream-2{background:linear-gradient(90deg,#fae6c0,#f0d4a0,#fae6c0);width:340px;margin-top:-3px;box-shadow:0 4px 10px #d4a37326}.sponge-2{background:linear-gradient(#e8be78,#d4a060);border-radius:0 0 6px 6px;width:340px;height:65px;box-shadow:inset 0 -8px 20px #00000014,0 4px 12px #0000000a}.pearl-row{gap:8px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.pearl{background:radial-gradient(circle at 35% 35%,#fff,#e8ddd0);border-radius:50%;width:8px;height:8px;box-shadow:0 1px 3px #0000001a,inset 0 -1px 2px #0000000d}.cream-3{background:linear-gradient(90deg,#c0e0d0,#a0d0b8,#c0e0d0);width:400px;margin-top:-3px;box-shadow:0 4px 10px #81b29a26}.sponge-3{background:linear-gradient(#7aac90,#628e76);border-radius:0 0 8px 8px;width:400px;height:65px;box-shadow:inset 0 -8px 20px #0000001a,0 4px 12px #0000000d}.rose-row{gap:22px;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%)}.mini-rose{background:radial-gradient(circle at 40% 40%,#f5c6c0,#e8928a,#c06058);border-radius:50%;width:18px;height:18px;position:relative;box-shadow:0 2px 5px #c0605840}.mini-rose:after{content:"";background:radial-gradient(circle at 40% 40%,#fde0dc,#f0a8a0);border-radius:50%;width:7px;height:7px;position:absolute;top:5.5px;left:5.5px}.ribbon-wrap{background:linear-gradient(90deg,#ffffff14,#ffffff2e,#ffffff14);border-radius:5px;height:10px;position:absolute;bottom:10px;left:8%;right:8%}.swirl{z-index:3;border-radius:0 0 50% 50%;width:16px;position:absolute;bottom:-12px}.s1{background:#f7d4c0;height:20px;left:22px}.s2{background:#f7d4c0;height:14px;left:80px}.s3{background:#f7d4c0;height:24px;right:50px}.s4{background:#f7d4c0;height:10px;left:160px}.s5{background:#f7d4c0;height:16px;right:110px}.s6{background:#fae6c0;height:18px;left:40px}.s7{background:#fae6c0;height:22px;right:55px}.s8{background:#fae6c0;height:12px;left:170px}.s9{background:#c0e0d0;height:20px;left:30px}.s10{background:#c0e0d0;height:14px;left:140px}.s11{background:#c0e0d0;height:24px;right:70px}.s12{background:#c0e0d0;height:10px;right:170px}.sparkle{pointer-events:none;z-index:3;background:radial-gradient(circle,#ffffffe6 0%,#ffd70066 60%,#0000 100%);border-radius:50%;position:absolute}.ck-board{z-index:1;background:linear-gradient(#e8e4e0,#d5d0ca);border-radius:50%;width:450px;height:22px;margin-top:-5px;position:relative;box-shadow:0 4px 15px #00000014}.board-shine{background:linear-gradient(90deg,#0000,#fff6,#0000);border-radius:3px;height:6px;position:absolute;top:3px;left:15%;right:15%}.ck-shadow{background:radial-gradient(#0000000f 0%,#0000 70%);border-radius:50%;width:380px;height:14px;margin-top:2px}.reset-btn{background:var(--accent-1);color:#fff;letter-spacing:1px;transition:var(--transition);z-index:5;border-radius:50px;margin-top:2rem;padding:.8rem 2.5rem;font-size:.95rem;font-weight:500}.reset-btn:hover{background:#c39260;transform:translateY(-2px)}@media (width<=480px){.cream-1,.sponge-1{width:200px}.cream-2,.sponge-2{width:240px}.cream-3,.sponge-3{width:280px}.ck-board{width:320px}.ck-shadow{width:260px}.candles-row{gap:1.5rem}.wax{width:18px;height:55px}.flame-wrap{width:26px;height:36px}.fl-outer{width:22px;height:30px}.fl-mid{width:14px;height:22px}.ck-label{letter-spacing:1px;font-size:1rem}.pearl-row{gap:5px}.pearl{width:6px;height:6px}.rose-row{gap:14px}.mini-rose{width:14px;height:14px}}.letter-section{background:0 0}.letter-stage{flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.env-wrap{cursor:pointer;flex-direction:column;align-items:center;gap:1rem;width:400px;max-width:90vw;display:flex;position:relative}.env-svg{filter:drop-shadow(0 10px 30px #0000001a);border-radius:8px;width:100%;height:auto}.env-seal-wrap{z-index:5;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wax-seal{background:radial-gradient(circle at 40% 35%,#e8806a,#c0513a);border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;animation:2.5s ease-in-out infinite sealBeat;display:flex;box-shadow:0 3px 12px #c0513a73,inset 0 -2px 4px #00000026}.wax-seal span{font-family:var(--font-heading);color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:.55rem;font-weight:700}@keyframes sealBeat{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.env-tease{font-family:var(--font-heading);color:#8b6f4e;white-space:nowrap;z-index:5;font-size:.85rem;font-style:italic;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.tap-hint{text-transform:uppercase;letter-spacing:3px;color:var(--accent-1);opacity:.6;font-size:.75rem}.letter-display{flex-direction:column;align-items:center;width:100%;display:flex}.letter-paper{background:linear-gradient(#fffef9,#fdf6ec);border-radius:6px;width:100%;max-width:620px;overflow:hidden;box-shadow:0 20px 60px #00000014}.paper-bar{background:linear-gradient(90deg, var(--accent-2), var(--accent-1), var(--accent-3));height:4px}.letter-inner{padding:3rem 3.5rem}.typewriter-cursor{color:var(--accent-2);font-weight:300;animation:.6s step-end infinite cursorBlink}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.l-sign-bold{font-family:var(--font-heading);color:var(--accent-2);font-size:1.2rem}.letter-date{text-align:right;color:#c49060;letter-spacing:1px;margin-bottom:2rem;font-size:.85rem;display:block}.l-greet{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:1.5rem;font-style:italic;color:#2b2b2b!important}.l-body{text-align:left;margin-bottom:1.2rem;font-size:1.05rem;line-height:1.9;color:#4a4a4a!important}.l-sign{font-family:var(--font-heading);margin-top:2rem;font-size:1.1rem;line-height:1.8;color:#2b2b2b!important}.l-sign strong{color:var(--accent-2);font-size:1.2rem}.seal-back-btn{background:var(--accent-1);color:#fff;letter-spacing:1px;transition:var(--transition);border-radius:50px;margin-top:2rem;padding:.7rem 2rem;font-weight:500}.seal-back-btn:hover{background:#b07d50;transform:translateY(-2px)}@media (width<=480px){.env-wrap{width:300px}.letter-inner{padding:1.5rem 1.2rem}.wax-seal{width:48px;height:48px}.l-greet{font-size:1.2rem}.l-body{font-size:.95rem;line-height:1.7}.letter-paper{max-width:100%}}.gallery-section{background:0 0;transition:background 1.5s}.gallery-grid{columns:3;column-gap:1.5rem}@media (width<=900px){.gallery-grid{columns:2}}@media (width<=500px){.gallery-grid{columns:1}}.gallery-frame{break-inside:avoid;cursor:pointer;transition:var(--transition);background:#fff;border-radius:6px;width:100%;margin-bottom:1.5rem;padding:10px;display:inline-block;box-shadow:0 8px 25px #0000000a}.gallery-frame:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.gallery-photo{border-radius:3px;width:100%;height:auto;display:block}.gallery-caption{text-align:center;font-family:var(--font-heading);color:var(--secondary);padding:.8rem 0 .3rem;font-size:.95rem;font-style:italic}.lightbox-overlay{z-index:1000;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.lightbox-content{text-align:center;background:#fff;border-radius:10px;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;padding:1rem;display:flex}.lightbox-photo{object-fit:contain;border-radius:5px;max-width:100%;max-height:75vh;margin-bottom:1rem}.lightbox-caption{font-family:var(--font-heading);color:var(--primary);margin-bottom:1rem;font-size:1.2rem;font-style:italic}.lightbox-close{background:var(--accent-2);color:#fff;letter-spacing:1px;transition:var(--transition);border-radius:50px;padding:.6rem 2rem;font-weight:500}.lightbox-close:hover{background:#c96a50}.guestbook-section{background:0 0}.wishes-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:6rem;display:grid}.wish-card{border-left:4px solid var(--accent-1);transition:var(--transition);background:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;padding:2rem;display:flex;box-shadow:0 6px 20px #00000008}.wish-card:hover{border-left-color:var(--accent-2);transform:translateY(-4px);box-shadow:0 12px 30px #0000000f}.wish-message{font-family:var(--font-heading);color:var(--primary);margin-bottom:1.2rem;font-size:1.05rem;font-style:italic;line-height:1.7}.wish-footer{justify-content:space-between;align-items:center;display:flex}.wish-author{color:var(--accent-2);letter-spacing:1px;font-size:.95rem;font-weight:600}.wish-relation{text-transform:uppercase;letter-spacing:2px;color:var(--accent-3);background:#81b29a1a;border-radius:50px;padding:.3rem .8rem;font-size:.75rem}.reasons-block{padding-top:2rem}.reasons-mosaic{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.reason-tile{transition:var(--transition);border-radius:12px;flex-direction:column;justify-content:center;gap:.5rem;min-height:120px;padding:1.5rem;display:flex}.reason-tile:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 10px 25px #0000000f}.reason-num{font-family:var(--font-heading);color:var(--accent-2);opacity:.35;font-size:2rem;font-weight:700;line-height:1}.reason-txt{color:var(--primary);font-size:.92rem;line-height:1.5}@media (width<=600px){.wishes-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}.wish-card{padding:1.2rem}.wish-message{font-size:.95rem}.reasons-mosaic{grid-template-columns:repeat(2,1fr);gap:.6rem}.reason-tile{min-height:90px;padding:.8rem}.reason-num{font-size:1.5rem}.reason-txt{font-size:.82rem}}.audio-player-widget{z-index:999;flex-direction:column;align-items:flex-end;gap:.8rem;display:flex;position:fixed;bottom:2rem;right:2rem}.player-toggle{background:var(--accent-2);color:#fff;width:50px;height:50px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 6px 20px #e07a5f66}.player-toggle:hover{transform:scale(1.1)}.player-panel{text-align:center;background:#fff;border-radius:12px;flex-direction:column;gap:.6rem;min-width:220px;padding:1.5rem;display:flex;box-shadow:0 12px 40px #0000001a}.player-now-playing{text-transform:uppercase;letter-spacing:2px;color:var(--secondary);font-size:.7rem}.player-track-title{font-family:var(--font-heading);color:var(--primary);font-size:1.1rem;font-weight:600}.player-controls{justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.player-controls button{color:var(--secondary);transition:var(--transition);padding:.3rem}.player-controls button:hover{color:var(--accent-2)}.play-btn{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;background:var(--accent-2)!important;color:#fff!important}.play-btn:hover{color:#fff!important;background:#c96a50!important}@media (width<=600px){.audio-player-widget{bottom:1rem;right:1rem}.player-toggle{width:42px;height:42px}.player-panel{min-width:180px;padding:1rem}.player-track-title{font-size:.9rem}.play-btn{width:38px;height:38px}}.celebration-overlay{z-index:900;pointer-events:none;position:fixed;inset:0;overflow:hidden}.cel-flash{z-index:920;pointer-events:none;background:#fff;animation:1s ease-out forwards flashBang;position:fixed;inset:0}@keyframes flashBang{0%{opacity:.95}25%{opacity:.5}to{opacity:0}}.cel-center{z-index:910;text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cel-title{font-family:var(--font-heading);color:gold;perspective:600px;margin-bottom:.5rem;font-size:clamp(3.5rem,9vw,8rem);line-height:1.1;display:flex}.cel-letter{text-shadow:0 0 20px #ffd70066,0 0 60px #ffd70026,0 4px 8px #0000004d;display:inline-block}.cel-sub{font-family:var(--font-heading);letter-spacing:3px;font-size:clamp(1rem,2.5vw,1.8rem);font-style:italic;color:#ffffffd9!important}.cel-line{transform-origin:50%;background:linear-gradient(90deg,#0000,gold,#0000);width:120px;height:2px;margin:1rem 0}.cel-sparkle-row{justify-content:center;gap:1.5rem;margin-top:.5rem;display:flex}.cel-star{color:gold;text-shadow:0 0 10px #ffd70080;font-size:1.6rem}.firework-dot{pointer-events:none;z-index:905;border-radius:50%;position:fixed}.cel-confetti{pointer-events:none;z-index:901;position:fixed}
