@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400&family=Montserrat:wght@300;500&display=swap";:root{--curve-fill: #D2C2AD;--curve-height: 5.6rem;--zoom-duration: 4.5s}.cw-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.cw-wrapper .cw-carousel{position:relative;width:100%;max-width:100%;overflow:hidden;background:transparent;border-radius:2px;height:calc(100vh - 70px);max-height:980px;box-shadow:none}.cw-wrapper .cw-carousel .cw-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s cubic-bezier(.22,1,.36,1)}.cw-wrapper .cw-carousel .cw-slide .cw-img{width:100%;height:100%;object-fit:cover;transform:scale(1.25);transform-origin:center center;will-change:transform;backface-visibility:hidden;transition:transform 1s ease-out}.cw-wrapper .cw-carousel .cw-slide.is-active{opacity:1}.cw-wrapper .cw-carousel .cw-slide.is-active .cw-img{animation:zoomOut var(--zoom-duration) ease-in-out forwards}.cw-wrapper .cw-carousel .cw-slide:not(.is-active) .cw-img{transform:scale(1.25);animation:none}.cw-wrapper .cw-carousel .cw-overlay{position:absolute;inset:0;background:#00000059}.cw-wrapper .cw-carousel .cw-text{position:absolute;inset:0;color:#fff;text-align:center;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:80px;pointer-events:none;row-gap:10px;animation:textFade 1s ease both}.cw-wrapper .cw-carousel .cw-text .cw-sub{letter-spacing:8px;font-size:14px;margin-bottom:8px;opacity:.95}.cw-wrapper .cw-carousel .cw-text .cw-title{font-family:Georgia,serif;font-size:30px;margin:0;font-weight:300;letter-spacing:3px}.cw-wrapper .cw-carousel .cw-text .cw-date{margin-top:10px;font-size:14px;letter-spacing:6px}.cw-wrapper .cw-carousel .cw-curve{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;bottom:-1px}.cw-wrapper .cw-carousel .cw-curve svg{width:100%;height:100%;display:block}.cw-wrapper .cw-carousel .cw-curve svg path{fill:var(--curve-fill);filter:none}@media(max-width:380px){.cw-wrapper .cw-carousel{height:calc(100vh - 60px)}.cw-wrapper .cw-carousel .cw-curve svg{height:30px}.cw-wrapper .cw-carousel .cw-text{padding-top:60px;row-gap:8px}.cw-wrapper .cw-carousel .cw-text .cw-sub{font-size:12px;letter-spacing:5px}.cw-wrapper .cw-carousel .cw-text .cw-title{font-size:28px;letter-spacing:2px}.cw-wrapper .cw-carousel .cw-text .cw-date{font-size:12px;letter-spacing:4px}}@media(min-width:1024px){.cw-wrapper .cw-carousel{height:calc(100vh - 30px);max-height:990px}.cw-wrapper .cw-carousel .cw-text{padding-top:80px;row-gap:18px}.cw-wrapper .cw-carousel .cw-text .cw-sub{font-size:16px;letter-spacing:8px}.cw-wrapper .cw-carousel .cw-text .cw-title{font-size:48px;letter-spacing:4px}.cw-wrapper .cw-carousel .cw-text .cw-date{font-size:16px;letter-spacing:6px}.cw-wrapper .cw-carousel .cw-slide .cw-img{transform:scale(1.25)}.cw-wrapper .cw-carousel .cw-curve svg{height:60px}}@media(min-width:640px)and (max-width:1023px){.cw-wrapper .cw-carousel{height:calc(100vh - 100px);max-height:940px}.cw-wrapper .cw-carousel .cw-text{padding-top:100px;row-gap:14px}.cw-wrapper .cw-carousel .cw-text .cw-sub{font-size:18px;letter-spacing:7px}.cw-wrapper .cw-carousel .cw-text .cw-title{font-size:42px;letter-spacing:5px}.cw-wrapper .cw-carousel .cw-text .cw-date{font-size:18px;letter-spacing:5px}.cw-wrapper .cw-carousel .cw-slide .cw-img{transform:scale(1.2)}.cw-wrapper .cw-carousel .cw-curve{bottom:-1px}.cw-wrapper .cw-carousel .cw-curve svg{height:80px}}@media(orientation:landscape)and (max-height:450px){.cw-wrapper .cw-carousel{height:calc(100vh - 30px)}.cw-wrapper .cw-carousel .cw-text{padding-top:50px;row-gap:8px}.cw-wrapper .cw-carousel .cw-text .cw-sub{font-size:12px;letter-spacing:4px}.cw-wrapper .cw-carousel .cw-text .cw-title{font-size:28px}.cw-wrapper .cw-carousel .cw-text .cw-date{font-size:12px;letter-spacing:4px}.cw-wrapper .cw-carousel .cw-slide .cw-img{transform:scale(1.15);animation:none}.cw-wrapper .cw-carousel .cw-curve svg{height:30px}}@media(orientation:landscape)and (max-height:400px){.cw-wrapper .cw-carousel{height:calc(100vh - 60px)}.cw-wrapper .cw-carousel .cw-text{padding-top:40px;row-gap:6px}.cw-wrapper .cw-carousel .cw-text .cw-sub{font-size:11px;letter-spacing:4px}.cw-wrapper .cw-carousel .cw-text .cw-title{font-size:24px;letter-spacing:1.5px}.cw-wrapper .cw-carousel .cw-text .cw-date{font-size:11px;letter-spacing:3px}.cw-wrapper .cw-carousel .cw-slide .cw-img{transform:scale(1.12);animation:none}.cw-wrapper .cw-carousel .cw-curve{bottom:0}.cw-wrapper .cw-carousel .cw-curve svg{height:20px}}@keyframes zoomOut{0%{transform:scale(1.25)}to{transform:scale(1)}}@keyframes textFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}:root{--hero-gradient-top: #D2C2AD;--hero-gradient-bottom: #8D7B63;--hero-foreground: #ffffff;--hero-width: 100%;--hero-max-content-width: 820px}.hero{width:var(--hero-width);background-color:transparent;background-image:linear-gradient(180deg,var(--hero-gradient-top) 0%,var(--hero-gradient-bottom) 100%);display:flex;justify-content:center;position:relative;z-index:10;padding:1.5rem 1rem 4rem;overflow:hidden;box-sizing:border-box}.hero .hero-inner{width:100%;max-width:var(--hero-max-content-width);display:flex;flex-direction:column;align-items:center;position:relative;z-index:4}.hero .hero-inner .hero-logo{display:flex;align-items:center;justify-content:center;margin-top:8px;margin-bottom:28px;pointer-events:none}.hero .hero-inner .hero-logo .hero-logo__img{display:block;width:clamp(160px,18vw,160px);height:auto;max-width:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 6px 18px rgba(0,0,0,.12))}.hero .hero-inner .hero-quote-wrap{width:100%;max-width:720px;display:flex;flex-direction:column;align-items:center;margin:8px 0 36px;padding:0 12px;box-sizing:border-box}.hero .hero-inner .hero-quote-wrap .hero-quote{color:#ffffffe0;font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.9;text-align:center;margin:0 auto;max-width:680px;letter-spacing:.04em;opacity:.98}.hero .hero-inner .hero-floral{background:url(/assets/floral-DUx8IwuP.png) center/contain no-repeat;position:absolute;top:88%;width:120px;height:120px;opacity:.5;filter:brightness(200%) invert(1);pointer-events:none;transform:translateY(-50%)}.hero .hero-inner .hero-floral.hero-floral--left{left:2%;transform:translateY(2%) rotate(32deg)}.hero .hero-inner .hero-floral.hero-floral--right{right:2%;transform:translateY(2%) scaleX(-1) rotate(32deg)}@media(max-width:380px){.hero{padding:1.25rem 1rem 3rem!important}.hero-logo{margin-bottom:24px!important}.hero-logo__img{width:120px!important}.hero-quote{font-size:15px!important;line-height:1.7!important;letter-spacing:.03em!important}.hero-floral{top:82%!important}}@media(min-width:640px)and (max-width:1023px){.hero{padding:3.5rem 2rem 6rem}.hero-logo__img{width:180px!important}.hero-quote{font-size:17px!important;line-height:1.85!important;max-width:760px!important}.hero-floral{width:140px!important;height:140px!important;top:88%!important}}@media(min-width:1024px){.hero{padding:5.5rem 3rem 9rem}.hero-logo__img{width:220px!important}.hero-quote{font-size:18px!important;max-width:820px!important;line-height:1.9!important}.hero-floral{width:160px!important;height:160px!important;top:86%!important;opacity:.55!important}}@media(orientation:landscape)and (max-height:380px){.hero{padding:1rem 1rem 2rem}.hero-logo{margin-bottom:16px!important}.hero-logo__img{width:100px!important}.hero-quote{font-size:14px!important;line-height:1.6!important;max-width:90%!important}.hero-floral{top:75%!important}}@media(orientation:landscape)and (max-height:450px){.hero{padding:1.5rem 1.5rem 2.5rem}.hero-logo__img{width:120px!important}.hero-quote{font-size:15px!important;line-height:1.7!important}.hero-floral{top:79%!important}}.ec-wrapper{display:flex;gap:32px;max-width:920px;padding:24px 0;background:#fff;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:#222}.ec-left{flex:1 1 60%;padding:24px 32px}.ec-header{font-family:Playfair Display,serif;font-style:italic;font-weight:400;font-size:36px;margin:6px 0 10px;color:#6b6057}.ec-month{font-family:Playfair Display,serif;font-style:italic;font-size:26px;margin:6px 0 18px;color:#6b6057}.ec-weekdays{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:12px;margin-bottom:16px}.ec-weekday{text-align:center;font-size:12px;letter-spacing:2px;color:#00000080}.ec-grid{display:flex;flex-direction:column;gap:10px}.ec-week{display:grid;grid-template-columns:repeat(7,1fr)}.ec-day{min-height:42px;display:flex;align-items:center;justify-content:center}.ec-empty{color:transparent}.ec-day-number{font-size:14px;color:#000000b3}.ec-heart-svg-container{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;animation:heartSway 4.5s ease-in-out infinite;transform-origin:center bottom}.ec-heart-svg{width:44px;height:44px;opacity:.55}.ec-heart-date{position:absolute;z-index:2;font-size:14px;font-weight:600;color:#6b6057}.ec-footer{margin-top:18px;font-size:16px;color:#0000008c}.ec-right{width:280px;border-left:1px solid rgba(0,0,0,.05)}.ec-photo-wrap{width:100%;height:220px;border-radius:4px;overflow:hidden}.ec-photo-wrap img{width:100%;height:100%;object-fit:cover}@keyframes heartSway{0%{transform:rotate(0)}20%{transform:rotate(-4deg)}50%{transform:rotate(0)}80%{transform:rotate(4deg)}to{transform:rotate(0)}}@media(max-width:740px){.ec-wrapper{flex-direction:column}.ec-right{width:100%;border-left:none;border-top:1px solid rgba(0,0,0,.05)}.ec-photo-wrap{height:100%}}@media(max-width:380px){.ec-left{padding:16px 26px}.ec-header{font-size:28px}.ec-month{font-size:22px;margin-bottom:14px}.ec-day{min-height:34px}.ec-day-number,.ec-heart-date{font-size:12px}.ec-heart-svg-container{width:34px;height:34px}.ec-heart-svg{width:44px;height:44px}.ec-footer{font-size:14px}}@media(min-width:381px)and (max-width:639px){.ec-header{font-size:30px}.ec-month{font-size:24px}.ec-day{min-height:38px}}@media(min-width:640px)and (max-width:1023px){.ec-wrapper{max-width:820px;gap:24px;align-items:center}.ec-left{padding:20px 20px 20px 36px}.ec-header{font-size:34px}.ec-week{grid-template-columns:repeat(7,.8fr)}.ec-month{font-size:26px;margin-bottom:30px}.ec-right{width:300px;padding-left:0}.ec-photo-wrap{height:auto!important}.ec-footer{margin-top:20px}}@media(min-width:1024px){.ec-wrapper{max-width:100%;align-items:center}.ec-header{font-size:36px}.ec-month{font-size:28px}.ec-right{padding-left:0;width:420px}.ec-left{padding:20px 20px 20px 140px;flex:1 1 50%}.ec-week{grid-template-columns:repeat(7,.3fr)}.ec-footer{margin-top:30px}}@media(orientation:landscape)and (max-height:380px){.ec-wrapper{padding:14px;gap:16px;flex-direction:row}.ec-left{padding:14px}.ec-right{border-top:none;border-left:1px solid rgba(0,0,0,.05)}.ec-header{font-size:24px}.ec-month{font-size:20px;margin-bottom:30px}.ec-day{min-height:30px}.ec-heart-svg-container{width:30px;height:30px}.ec-heart-svg{width:26px;height:26px}.ec-footer{margin-top:20px}.ec-day-number{font-size:12px!important}}@media(orientation:landscape)and (max-height:450px){.ec-wrapper{padding:18px 0 18px 18px;max-width:100%}.ec-right{width:260px}.ec-header{font-size:26px}.ec-month{font-size:22px}.ec-photo-wrap{height:auto!important}}.countdown{position:relative;width:100%;height:50vh;min-height:420px;max-height:880px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:50px 20px}.countdown .overlay{position:absolute;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}.countdown .content{position:relative;z-index:3;text-align:center;width:100%;max-width:720px;display:flex;flex-direction:column;align-items:center}.countdown .content .title{font-family:Cormorant Garamond,serif;font-size:clamp(32px,5vw,52px);color:#fff;margin-bottom:28px;text-shadow:0 4px 12px rgba(0,0,0,.5)}.countdown .content .timer{display:flex;gap:16px;margin-bottom:24px}.countdown .content .timer .box{background:#ffffff2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;padding:14px;min-width:70px;text-align:center}.countdown .content .timer .box .box-value{font-size:28px;font-weight:600;color:#fff}.countdown .content .timer .box .box-label{font-size:12px;color:#ffffffe6}.countdown .content .btn{margin-top:16px;padding:12px 22px;background:transparent;border:1px solid rgba(255,255,255,.6);border-radius:30px;color:#fff;font-size:14px;letter-spacing:1px;cursor:pointer;transition:.2s ease}.countdown .content .btn:hover{background:#fff3}@media(max-width:380px){.countdown{height:auto;padding:32px 12px}.countdown .content .title{font-size:24px;margin-bottom:40px;letter-spacing:2px}.countdown .content .timer{gap:10px;width:100%;column-gap:16px}.countdown .content .timer .box{min-width:50px;padding:10px}.countdown .content .timer .box .box-value{font-size:20px}.countdown .content .timer .box .box-label{font-size:10px}.countdown .content .btn{padding:12px 16px;font-size:12px}}@media(max-width:480px){.countdown{height:60vh}.countdown .content .title{letter-spacing:2px}.countdown .content .timer{flex-wrap:wrap;justify-content:center}}@media(orientation:landscape)and (max-height:420px){.countdown{height:auto;padding:20px}.countdown .content .title{font-size:24px;margin-bottom:30px;letter-spacing:2px}.countdown .content .timer{gap:12px}.countdown .content .timer .box{min-width:60px;padding:8px}.countdown .content .timer .box .box-value{font-size:18px}}@media(min-width:481px)and (max-width:1023px){.countdown{height:55vh}.countdown .content{max-width:600px}.countdown .content .title{font-size:42px}.countdown .content .timer{gap:24px}.countdown .content .timer .box{min-width:72px}.countdown .content .timer .box .box-value{font-size:24px}}@media(min-width:1024px){.countdown{height:80vh;min-height:700px}.countdown .content{max-width:720px}.countdown .content .title{font-size:40px;letter-spacing:2px}.countdown .content .timer{gap:18px}}.event-wrapper{display:flex;flex-direction:column;gap:40px;padding:40px 20px;background-image:linear-gradient(180deg,#d2c2ad,#8d7b63);align-items:center}.event-wrapper .event-card{background:linear-gradient(180deg,#fff,#faf7f2);width:90%;max-width:480px;padding:36px 30px 42px;border-radius:28px;text-align:center;position:relative;box-shadow:0 8px 20px #00000014,0 18px 40px #0000000f;border:1px solid rgba(255,255,255,.6);transition:transform .35s ease,box-shadow .35s ease}.event-wrapper .event-card:hover{transform:translateY(-6px);box-shadow:0 14px 30px #0000001f,0 30px 60px #0000001f}.event-wrapper .event-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg,#e7cba0,#c79b6c);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.event-wrapper .event-card .event-icon{width:100px;height:100px;margin:0 auto 20px;border-radius:50%;background:#e4e4e4;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #0000002e}.event-wrapper .event-card .event-icon img{width:80px;height:80px;object-fit:contain}.event-wrapper .event-card .event-title{font-size:30px;font-weight:600;margin-top:40px;margin-bottom:20px;color:#3d372f;font-family:Playfair Display,serif;font-style:italic;font-weight:400}.event-wrapper .event-card .event-day{font-size:14px;letter-spacing:1px;margin-bottom:20px;font-family:Montserrat,sans-serif;color:#8a7b6a;text-transform:uppercase}.event-wrapper .event-card .event-date{font-size:22px;font-weight:600;margin-bottom:20px;color:#3d372f;font-family:Playfair Display,serif;font-style:italic;font-weight:400}.event-wrapper .event-card .event-time{font-family:Montserrat,sans-serif;font-size:14px;margin-bottom:24px;color:#5a5046}.event-wrapper .event-card .event-divider{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:20px}.event-wrapper .event-card .event-divider span{height:1px;width:80px;background:linear-gradient(to right,transparent,#d7b889,transparent)}.event-wrapper .event-card .location-dot{font-size:18px}.event-wrapper .event-card .event-location{font-family:Montserrat,sans-serif;font-size:14px;margin-bottom:28px;color:#5f564d}.event-wrapper .event-card .event-btn{padding:12px 30px;background:#3d372f;color:#fff;border:none;font-family:Montserrat,sans-serif;border-radius:999px;cursor:pointer;letter-spacing:.4px;transition:transform .25s ease,box-shadow .25s ease}.event-wrapper .event-card .event-btn:hover{transform:scale(1.06);box-shadow:0 10px 22px #0000004d}@media(max-width:380px){.event-wrapper .event-card{padding:30px 24px 36px}.event-wrapper .event-card .event-title{font-size:24px;margin-top:40px;margin-bottom:12px}.event-wrapper .event-card .event-date{margin-bottom:12px}.event-wrapper .event-card .event-time{margin-bottom:18px}.event-wrapper .event-card .event-icon{width:100px;height:100px}.event-wrapper .event-card .event-icon img{width:60px;height:60px}}@media(orientation:landscape)and (max-height:400px){.event-wrapper .event-card{padding:30px 24px 36px}.event-wrapper .event-card .event-title{font-size:24px;margin-top:40px;margin-bottom:18px}.event-wrapper .event-card .event-date,.event-wrapper .event-card .event-time{margin-bottom:18px}.event-wrapper .event-card .event-icon{width:120px;height:120px}.event-wrapper .event-card .event-icon img{width:80px;height:80px}}@media(orientation:landscape)and (max-height:450px){.event-wrapper .event-card{padding:30px 24px 36px}.event-wrapper .event-card .event-title{font-size:24px;margin-top:40px;margin-bottom:20px}.event-wrapper .event-card .event-date,.event-wrapper .event-card .event-time{margin-bottom:20px}.event-wrapper .event-card .event-icon{width:120px;height:120px}.event-wrapper .event-card .event-icon img{width:80px;height:80px}}@media(min-width:640px)and (max-width:1023px){.event-wrapper .event-card{padding:30px 24px 36px}.event-wrapper .event-card .event-title{font-size:30px;margin-top:40px;margin-bottom:20px}.event-wrapper .event-card .event-date,.event-wrapper .event-card .event-time{margin-bottom:20px}.event-wrapper .event-card .event-icon{width:120px;height:120px}.event-wrapper .event-card .event-icon img{width:80px;height:80px}}@media(min-width:1024px){.event-wrapper{flex-direction:row;justify-content:center;column-gap:80px;padding:80px}.event-wrapper .event-card{padding:30px 24px 36px}.event-wrapper .event-card .event-title{font-size:30px;margin-top:40px;margin-bottom:20px}.event-wrapper .event-card .event-date,.event-wrapper .event-card .event-time{margin-bottom:20px}.event-wrapper .event-card .event-icon{width:120px;height:120px}.event-wrapper .event-card .event-icon img{width:80px;height:80px}}@keyframes petal-fall{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}to{transform:translateY(120vh) rotate(360deg);opacity:0}}.gallery-wrapper{position:relative;min-height:100vh;padding:80px 24px;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;font-family:Playfair Display,serif;font-style:italic;font-weight:400;color:#f5f5f5}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#000000bf,#0000008c,#000000d9);z-index:1}.gallery-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:40px}.gallery-left{position:sticky;top:120px}.gallery-title{font-size:48px;font-weight:400;line-height:1.2;margin-bottom:32px}.gallery-caption{font-size:18px;font-family:Montserrat,sans-serif;color:#e6e6e6}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:180px;gap:26px}.gallery-item{overflow:hidden;border-radius:12px;transform:scale(.95);position:relative}.gallery-item:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,215,170,.22),transparent 60%);opacity:0;transition:opacity .8s ease;pointer-events:none}.gallery-item:hover:after{opacity:1}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.2s ease}.gallery-item:hover img{transform:scale(1.08)}.layout-0{grid-column:1/-1;grid-row:span 2}.layout-1,.layout-2{grid-row:span 3}.layout-3{grid-column:1/-1;grid-row:span 2}.layout-4{grid-row:span 2}@keyframes galleryFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.gallery-content{grid-template-columns:1fr}.gallery-left{position:static;margin-bottom:0;margin-left:20px}.gallery-grid{grid-auto-rows:140px}.gallery-item{transform:scale(.93)}.gallery-title{font-size:42px;max-width:100%}.gallery-caption{max-width:100%}.layout-0{margin-left:-12px;margin-right:-12px;grid-row:span 3}.layout-1,.layout-2{grid-row:span 2}.layout-3{margin-left:-12px;margin-right:-12px;grid-row:span 3}.layout-4{grid-column:1/-1;grid-row:span 3;margin-left:-12px;margin-right:-12px}}@media(max-width:639px){.gallery-wrapper{padding:60px 16px}.gallery-title{font-size:30px}.gallery-caption{font-size:16px}.gallery-left{margin-bottom:0;margin-left:10px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:100px;gap:10px}.gallery-item{transform:scale(.9)}.layout-0{margin-left:-12px;margin-right:-12px}.layout-1,.layout-2{grid-row:span 2}.layout-3{margin-left:-12px;margin-right:-12px}.layout-4{grid-column:1/-1;grid-row:span 3;margin-left:-12px;margin-right:-12px}}@media(min-width:1024px){.gallery-grid{grid-auto-rows:140px}.layout-0{margin-left:-12px;margin-right:-12px;grid-row:span 3}.layout-1,.layout-2{grid-row:span 2}.layout-3{grid-row:span 3;object-position:left 20%}.layout-4{grid-column:1/-1}.layout-4 img{object-position:center 20%}}@media(max-width:1024px){.gallery-wrapper{background-attachment:scroll;background-position:center top;will-change:background-position}}@media(max-width:380px){.layout-3 img{object-position:left 20%}}@media(max-width:450px){.layout-3 img{object-position:left 10%}}@media(prefers-reduced-motion:reduce){.gallery-item{animation:none;opacity:1}.gallery-item img{transition:none}}.ve-section{background:#f7f3ec;padding:40px 0}.ve-list-wrapper{display:flex;flex-direction:column;gap:56px;padding:0 20px}.ve-wrapper{text-align:center;padding:48px 32px;background:#fbf6ef;border-radius:24px;box-shadow:0 10px 28px #0003;position:relative;overflow:hidden}.ve-wrapper:before,.ve-wrapper:after{content:"";position:absolute;width:120px;height:120px;background-image:url(/assets/floral-DUx8IwuP.png);background-size:contain;background-repeat:no-repeat;opacity:.4;pointer-events:none;filter:sepia(1) saturate(4) hue-rotate(10deg) brightness(.6)}.ve-wrapper:before{top:-20px;left:-20px;transform:rotate(-10deg)}.ve-wrapper:after{bottom:-20px;right:-20px;transform:rotate(170deg)}.ve-title{font-family:Playfair Display,serif;font-size:32px;font-style:italic;letter-spacing:1px;color:#452829;margin-bottom:12px}.ve-subtitle{font-family:Montserrat,sans-serif;font-size:15px;line-height:1.6;color:#452829;margin-bottom:30px}.ve-video-card{width:100%;max-width:720px;margin:0 auto;position:relative;aspect-ratio:16/9;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px #00000030}.ve-video-card iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.ve-live-badge{position:absolute;top:22px;right:22px;background:#b93b2e;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;padding:6px 14px;border-radius:20px;letter-spacing:1px;pointer-events:none}@media(max-width:480px){.ve-wrapper{padding:38px 16px;border-radius:18px}.ve-title{margin-top:24px;font-size:26px}.ve-video-card{border-radius:18px}}@media(min-width:640px)and (max-width:1023px){.ve-wrapper:before,.ve-wrapper:after{width:160px;height:160px}}@media(min-width:1024px){.ve-wrapper{width:60%;margin:0 auto}}.wm-section{background:#f7f3ec;padding:40px 0}.wm-list-wrapper{display:flex;flex-direction:column;gap:56px;padding:0 20px}.wm-header{text-align:center}.wm-wrapper{text-align:center;padding:48px 32px;background:#fbf6ef;border-radius:24px;box-shadow:0 10px 28px #0003;position:relative;overflow:hidden}.wm-wrapper:before{content:"";position:absolute;width:120px;height:120px;background-image:url(/assets/floral-DUx8IwuP.png);background-size:contain;background-repeat:no-repeat;opacity:.4;pointer-events:none;filter:sepia(1) saturate(4) hue-rotate(10deg) brightness(.6)}.wm-wrapper:before{top:-20px;left:-20px;transform:rotate(-10deg)}.wm-wrapper:after{bottom:-20px;right:-20px;transform:rotate(170deg)}.wm-title{font-size:32px;letter-spacing:1px;color:#452829;margin-bottom:12px;font-family:Playfair Display,serif;font-style:italic}.wm-subtitle{font-family:Montserrat,sans-serif;font-size:15px;color:#452829;line-height:1.6;margin-bottom:30px}.wm-video-card{width:100%;max-width:720px;margin:0 auto;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px #00000030}.wm-video-card iframe{width:100%;height:405px;display:block;border:0}.wm-liwm-badge{position:absolute;top:22px;right:22px;background:#b93b2e;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;padding:6px 14px;border-radius:20px;letter-spacing:1px;pointer-events:none}@media(max-width:480px){.wm-wrapper{padding:38px 16px;border-radius:18px}.wm-title{margin-top:24px;font-size:26px}.wm-video-card{width:100%;border-radius:18px}.wm-video-card iframe{height:260px}}@media(min-width:640px)and (max-width:1023px){.wm-wrapper:before{width:160px;height:160px}}@media(min-width:1024px){.wm-wrapper{width:60%;margin:0 auto}}.ty-wrapper{position:relative;width:100%;height:100vh;overflow:hidden;text-align:center;color:#fff;font-family:Playfair Display,serif;display:flex;justify-content:center;align-items:flex-start}.ty-bg{position:absolute;inset:0;z-index:1;filter:brightness(.5)}.ty-bg-img{width:100%;height:100%;object-fit:cover;object-position:center center}.ty-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#00000026,#000000a6);z-index:2}.ty-content{position:relative;z-index:5;max-width:720px;padding:0 24px;margin-top:16vh}.ty-title{font-size:42px;font-style:italic;margin-bottom:18px}.ty-message{font-family:Montserrat,sans-serif;line-height:1.8;margin-bottom:14px;font-size:15px}.ty-names{margin-top:22px;font-size:26px;letter-spacing:1px;font-weight:500;font-style:italic}.circle{position:absolute;border-radius:50%;background:#ffffff1f;animation:floatDown 16s linear infinite;z-index:3;filter:blur(3px)}.c1{width:90px;height:90px;left:10%;top:-120px;animation-delay:0s}.c2{width:120px;height:120px;left:28%;top:-160px;animation-delay:4s}.c3{width:80px;height:80px;left:52%;top:-100px;animation-delay:8s}.c4{width:140px;height:140px;left:72%;top:-180px;animation-delay:12s}.c5{width:60px;height:60px;left:88%;top:-90px;animation-delay:6s}.c6{width:40px;height:40px;left:95%;top:-90px;animation-delay:3s}.ty-socials{margin-top:28px;display:flex;justify-content:center;gap:18px;z-index:6;position:relative}.ty-socials a{width:42px;height:42px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.ty-socials svg{width:18px;height:18px;fill:currentColor}.ty-socials a:hover{background:#ffffff2e;transform:translateY(-2px)}.ty-content{position:relative;z-index:5;max-width:720px;padding:0 24px;margin-top:16vh;opacity:0;transform:translateY(60px);transition:opacity 2s ease,transform 2s ease}.ty-content.is-visible{opacity:1;transform:translateY(0)}@keyframes floatDown{0%{transform:translateY(-120px) translate(0);opacity:0}15%{opacity:.4}50%{transform:translateY(50vh) translate(-18px);opacity:.6}to{transform:translateY(110vh) translate(18px);opacity:0}}@media(min-width:1200px){.ty-content{margin-top:14vh}}@media(min-width:768px)and (max-width:1024px){.ty-content{margin-top:18vh}.ty-title{font-size:36px}.ty-names{font-size:24px}}@media(max-width:480px){.circle{filter:blur(4px)}.ty-content{margin-top:12vh}.ty-title{font-size:32px}.ty-message{font-size:14px}.ty-names{font-size:20px}}.loader-wrapper{position:fixed;inset:0;z-index:9999;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#2f2a36,#1f1b27)}.loader-container{position:relative;width:240px;height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:verticalFloat 6s ease-in-out infinite}.loader-glow{position:absolute;inset:-45px;border-radius:50%;background:radial-gradient(circle,rgba(214,185,140,.35),rgba(214,185,140,.08),transparent 70%);animation:glowBreath 3.8s ease-in-out infinite}.loader-ring{position:absolute;border-radius:50%;border-style:solid}.ring-outer{width:220px;height:220px;border-width:1.5px;border-color:#d6b98c8c;animation:slowRotate 16s linear infinite}.ring-inner{width:175px;height:175px;border-width:1px;border-color:#d6b98c59;animation:slowRotateReverse 20s linear infinite}.petal-orbit{position:absolute;width:260px;height:260px;border-radius:50%;border:1px dashed rgba(214,185,140,.12);animation:petalSpin 24s linear infinite}.sparkle{position:absolute;width:6px;height:6px;border-radius:50%;background:#d6b98ccc;filter:blur(1px);animation:sparkleFade 4s ease-in-out infinite}.s1{top:15%;left:60%;animation-delay:0s}.s2{top:70%;left:20%;animation-delay:1.5s}.s3{top:40%;left:85%;animation-delay:3s}.loader-logo{width:70px;z-index:2}.loader-text{margin-top:28px;font-family:Playfair Display,serif;font-size:17px;letter-spacing:.6px;color:#ffffffd9;text-align:center}@keyframes slowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slowRotateReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes glowBreath{0%{opacity:.4;transform:scale(.95)}50%{opacity:.8;transform:scale(1.05)}to{opacity:.4;transform:scale(.95)}}@keyframes petalSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes sparkleFade{0%{opacity:0;transform:scale(.6)}50%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.6)}}@keyframes verticalFloat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media(max-width:480px){.loader-container{width:200px;height:200px}.ring-outer{width:190px;height:190px}.ring-inner{width:150px;height:150px}.loader-logo{width:56px}.loader-text{font-size:15px}}.rsvp-wrapper{position:relative;min-height:100vh;width:100%;padding:80px 20px;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#2f2a36,#1f1b27);overflow-x:hidden;overflow-y:auto;padding-left:calc(20px + env(safe-area-inset-left));padding-right:calc(20px + env(safe-area-inset-right))}.rsvp-floral{position:absolute;width:220px;height:220px;background-repeat:no-repeat;background-size:contain;opacity:.28;z-index:1;pointer-events:none;filter:brightness(0) invert(1)}.floral-top{top:-40px;left:-40px;background-image:url(/assets/floral-DUx8IwuP.png)}.floral-bottom{bottom:-50px;right:-50px;background-image:url(/assets/floral-DUx8IwuP.png)}.rsvp-card{position:relative;z-index:2;width:100%;max-width:460px;background:#ffffff14;border-radius:20px;padding:48px 32px;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 20px 40px #00000059}.rsvp-logo{width:80px;margin:0 auto 24px}.rsvp-title{font-family:Playfair Display,serif;font-style:italic;font-size:36px;color:#fff}.rsvp-subtitle{font-family:Montserrat,sans-serif;font-size:14px;color:#ffffffd9;margin:12px 0 32px}.rsvp-form{display:flex;flex-direction:column;gap:16px}.rsvp-field{display:flex;flex-direction:column;gap:8px;text-align:left;min-width:0}.rsvp-field label{font-family:Playfair Display,serif;font-size:14px;color:#ffffffd9;margin:0}.rsvp-form input,.rsvp-form select,.rsvp-form textarea{width:100%;max-width:100%;background:transparent;border:1px solid rgba(255,255,255,.45);border-radius:10px;padding:12px 14px;color:#fff;font-family:Montserrat,sans-serif;font-size:16px;line-height:1.4;appearance:none;-webkit-appearance:none}.rsvp-form input[type=date],.rsvp-form input[type=time]{height:48px;min-height:48px;padding:0 14px;line-height:48px;display:flex;align-items:center}.rsvp-form input[type=date]::-webkit-date-and-time-value,.rsvp-form input[type=time]::-webkit-date-and-time-value{height:48px;line-height:48px}.rsvp-form input::placeholder,.rsvp-form textarea::placeholder{color:#fff9}.rsvp-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;padding-right:44px;cursor:pointer}.rsvp-form textarea{resize:none}.rsvp-form button{margin-top:10px;padding:14px;width:100%;background:linear-gradient(135deg,#d6b98c,#b4935b);border:none;border-radius:30px;font-size:15px;font-family:Montserrat,sans-serif;color:#1f1b27;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.rsvp-form button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #d6b98c66}.thank-you .rsvp-subtitle{margin-bottom:32px}.rsvp-home-link{display:inline-block;padding:12px 32px;border-radius:30px;background:linear-gradient(135deg,#d6b98c,#b4935b);color:#1f1b27;text-decoration:none;font-family:Montserrat,sans-serif}@media(max-width:480px){.rsvp-card{padding:36px 22px}.rsvp-title{font-size:30px}.rsvp-floral{width:140px;height:140px;opacity:.18}}*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0}html,body{width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}
