*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f0e8da;--text:#633f33;--text-light:#8b7d6b;--gold:#c47e5a;--gold-light:#d5ba98;--cream:#f5f0eb;--heading:"Playfair Display", Georgia, serif;--accent:"Great Vibes", cursive;--body:"Cormorant Garamond", Georgia, serif;--sans:"Montserrat", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}.nav{z-index:100;justify-content:space-between;align-items:center;padding:20px clamp(20px,5vw,60px);transition:background .5s,box-shadow .5s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f0e8dad9;box-shadow:0 1px #c47e5a1f}.nav-links{gap:clamp(20px,4vw,48px);list-style:none;display:flex}.nav-links a{font-family:var(--sans);letter-spacing:2px;text-transform:uppercase;color:var(--text);font-size:clamp(.65rem,1vw,.75rem);font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--gold)}.nav-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;order:-1;gap:5px;padding:8px;display:none}#theme-toggle{cursor:pointer;color:var(--text);background:0 0;border:none;align-items:center;margin-left:auto;padding:8px;display:flex}.nav-burger span{background:var(--text);width:24px;height:1.5px;transition:all .4s;display:block}.nav-burger.active span:first-child{transform:rotate(45deg)translate(4px,5px)}.nav-burger.active span:nth-child(2){opacity:0}.nav-burger.active span:nth-child(3){transform:rotate(-45deg)translate(4px,-5px)}.icon-sun,body.dark .icon-moon{display:none}body.dark .icon-sun{display:block}.mobile-menu{background:var(--cream);z-index:150;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:32px;transition:opacity .5s;display:none;position:fixed;inset:0}.mobile-menu.active{opacity:1;display:flex}.mobile-menu a{font-family:var(--heading);color:var(--text);font-size:2rem;text-decoration:none}.mobile-menu a:hover{color:var(--gold)}.mobile-menu-close{cursor:pointer;color:var(--text);background:0 0;border:none;padding:8px;transition:color .3s;position:absolute;top:24px;right:24px}.mobile-menu-close:hover{color:var(--gold)}#hero{align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;grid-template-columns:1fr 1.3fr;align-items:start;width:100%;min-height:100dvh;display:grid;position:relative}.hero-text-section{text-align:left;z-index:5;flex-direction:column;align-items:flex-start;gap:24px;padding:clamp(60px,10vh,100px) clamp(40px,7vw,100px) 0 clamp(40px,7vw,80px);display:flex}.hero-title{font-family:var(--heading);color:var(--text);letter-spacing:1px;font-size:clamp(3rem,5.5vw,5.5rem);font-weight:400;line-height:1.05}.hero-subtitle{font-family:var(--sans);letter-spacing:3px;text-transform:uppercase;color:var(--text-light);margin-top:-8px;font-size:.6rem;font-weight:400}.hero-divider{background:var(--gold-light);width:40px;height:1px}.hero-date{font-family:var(--sans);letter-spacing:3px;text-transform:uppercase;color:var(--text-light);font-size:.6rem;font-weight:500}.hero-description{font-family:var(--body);color:var(--text-light);max-width:300px;font-size:clamp(.8rem,.95vw,.95rem);font-style:italic;font-weight:300;line-height:1.8}.hero-image-section{justify-content:flex-end;align-items:center;height:100dvh;display:flex;position:relative}.hero-image-arch{outline:2px solid var(--gold-light);outline-offset:6px;border-radius:999999px 999999px 0 0;width:100%;height:100dvh;position:relative;overflow:hidden}.hero-image-arch img{object-fit:cover;width:100%;height:100%;transition:transform 12s;display:block}.hero-image-arch:hover img{transform:scale(1.02)}@media (width>=769px){.hero-image-arch{height:calc(100dvh + 140px);margin-top:-140px}}.fade-in{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transition:opacity .8s,transform .8s;transform:translate(-40px)}.fade-in-left.visible{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transition:opacity .8s,transform .8s;transform:translate(40px)}.fade-in-right.visible{opacity:1;transform:translate(0)}.fade-in-up{opacity:0;transition:opacity 1s,transform 1s;transform:translateY(40px)}.fade-in-up.visible{opacity:1;transform:translateY(0)}.fade-in-scale{opacity:0;transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94);transform:scale(.92)}.fade-in-scale.visible{opacity:1;transform:scale(1)}@media (width<=768px){.hero-content{grid-template-rows:auto 1fr;grid-template-columns:1fr;min-height:auto}.hero-image-section{grid-area:1/1;justify-content:center;height:auto;padding-top:clamp(60px,10vh,80px);padding-bottom:0;overflow:visible}.hero-image-arch{border-radius:999999px 999999px 0 0;width:clamp(220px,55vw,300px);height:clamp(280px,70vw,360px)}.hero-text-section{text-align:center;z-index:5;grid-area:2/1;align-items:center;gap:16px;padding:clamp(20px,3vh,28px) clamp(20px,5vw,40px) clamp(36px,5vh,56px)}.hero-divider{margin:0 auto}.hero-description{max-width:300px;font-size:clamp(.8rem,2.5vw,.9rem)}.hero-title{font-size:clamp(2rem,7.5vw,3.2rem)}.hero-subtitle{letter-spacing:2.5px;margin-top:-4px;font-size:.6rem}.nav-links{display:none}.nav-burger{display:flex}}#scroll-top{background:var(--cream);border:1px solid var(--gold-light);cursor:pointer;opacity:0;pointer-events:none;z-index:999;width:48px;height:48px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:24px;right:24px}#scroll-top.visible{opacity:1;pointer-events:auto}#scroll-top:hover{transform:translateY(-2px)}#schedule{box-sizing:border-box;flex-direction:column;max-width:700px;height:calc(100dvh - 60px);margin:0 auto;display:flex}#schedule .top-section{text-align:center;z-index:2;flex-shrink:0;position:relative}#schedule .month-year{font-family:var(--heading);color:var(--text-light);letter-spacing:2px;text-transform:lowercase;margin-bottom:clamp(10px,1.5vw,14px);font-size:clamp(10px,1.5vw,13px);font-weight:400}#schedule .calendar-wrapper{border:1.5px solid var(--gold-light);z-index:2;background:var(--bg);border-radius:6px;padding:clamp(8px,1.5vw,14px) clamp(12px,2vw,20px);display:inline-block;position:relative}#schedule .calendar-strip{gap:clamp(8px,1.5vw,18px);display:inline-flex}#schedule .calendar-day{flex-direction:column;justify-content:center;align-items:center;min-width:clamp(36px,5.5vw,52px);display:flex}#schedule .calendar-day-label{font-family:var(--heading);text-transform:uppercase;letter-spacing:1px;color:var(--text-light);margin-bottom:clamp(3px,.6vw,6px);font-size:clamp(8px,1.3vw,11px);font-weight:400}#schedule .calendar-number{font-family:var(--heading);color:var(--text-light);font-size:clamp(20px,3.2vw,30px);font-weight:300;line-height:1}#schedule .calendar-day.highlighted{position:relative}#schedule .circle-oval{pointer-events:none;width:clamp(58px,8.5vw,78px);height:clamp(58px,8.5vw,78px);position:absolute;top:50%;left:50%;overflow:visible;transform:translate(-50%,-50%)}#schedule .circle-oval path{stroke:var(--gold)}@keyframes draw-circle{0%{stroke-dashoffset:var(--circle-length)}to{stroke-dashoffset:0}}#schedule:has(.schedule-timeline.drawing) .circle-oval path{animation:.6s ease-out forwards draw-circle}#schedule .calendar-day.highlighted .calendar-number{color:var(--gold);font-weight:400}#schedule .schedule-section{text-align:center;z-index:1;flex:1;min-height:0;margin-top:-18px;display:flex;position:relative;overflow:visible}#schedule .schedule-timeline{width:100%;height:100%;position:relative;overflow:visible}#schedule .svg-container{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:visible}#schedule .wavy-path{fill:none;stroke:url(#lineGrad);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}#schedule .wavy-path-thin{fill:none;stroke:var(--gold);stroke-width:.8px;stroke-linecap:round;opacity:.3}@keyframes draw-line{0%{stroke-dashoffset:var(--path-length)}to{stroke-dashoffset:0}}@keyframes dot-pop{0%{opacity:0}to{opacity:1}}@keyframes item-fade{0%{opacity:0}to{opacity:1}}#schedule .schedule-timeline.drawing .wavy-path{stroke-dasharray:var(--path-length);animation-name:draw-line;animation-duration:2.5s;animation-timing-function:ease-in-out;animation-delay:.4s;animation-fill-mode:forwards}#schedule .schedule-timeline.drawing .wavy-path-thin{stroke-dasharray:var(--path-length);animation-name:draw-line;animation-duration:2.8s;animation-timing-function:ease-in-out;animation-delay:.4s;animation-fill-mode:forwards}#schedule .line-mark{fill:var(--gold);stroke:var(--bg);stroke-width:2px;opacity:0}#schedule .schedule-timeline.drawing .line-mark{animation-name:dot-pop;animation-duration:.3s;animation-timing-function:ease;animation-delay:var(--dot-delay,0s);animation-fill-mode:forwards}#schedule .schedule-item{z-index:2;opacity:0;flex-direction:column;width:fit-content;max-width:140px;padding:4px;display:flex;position:absolute}#schedule .schedule-timeline.drawing .schedule-item{animation-name:item-fade;animation-duration:.3s;animation-timing-function:ease;animation-delay:var(--dot-delay,0s);animation-fill-mode:forwards}#schedule .item-left{text-align:right;align-items:flex-end;right:calc(65% + 4px);transform:translateY(-50%)}#schedule .item-right{text-align:left;align-items:flex-start;left:calc(65% + 4px);transform:translateY(-50%)}#schedule .item-guests{top:20%}#schedule .item-ceremony{top:40%}#schedule .item-banquet{top:60%}#schedule .item-transfer{top:80%}#schedule .schedule-time{font-family:var(--accent);color:var(--gold);white-space:nowrap;margin-bottom:2px;font-size:clamp(22px,5vw,32px);line-height:1.1}#schedule .schedule-event{font-family:var(--accent);color:var(--text-light);white-space:normal;overflow-wrap:break-word;font-size:clamp(16px,3.5vw,20px);line-height:1.2}@media (width<=360px){#schedule .item-left{right:calc(65% + 4px)}#schedule .item-right{left:calc(65% + 4px)}#schedule .schedule-time{font-size:18px}#schedule .schedule-event{font-size:14px}}@media (width<=768px){#schedule .schedule-section{margin-top:-14px}}@media (width>=769px){#schedule{height:calc(100dvh - 60px)}}#location{z-index:1;flex-direction:column;justify-content:center;align-items:center;max-width:none;min-height:100dvh;display:flex;position:relative}.location-subtitle{font-family:var(--sans);letter-spacing:4px;text-transform:uppercase;color:var(--text-light);text-align:center;margin-bottom:24px;font-size:clamp(11px,1.5vw,14px);font-weight:300}.location-gallery{justify-content:center;align-items:center;gap:20px;width:100%;max-width:1100px;margin-bottom:40px;padding:0 10px;display:flex}.gallery-side{flex:none;width:clamp(200px,25vw,300px)}.gallery-center{flex:none;width:clamp(300px,35vw,420px)}.gallery-item{border-radius:3px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.gallery-side .gallery-item{height:280px}.gallery-center .gallery-item{height:420px}.gallery-item:after{content:"";background:linear-gradient(to top, color-mix(in srgb, var(--text) 10%, transparent), transparent);z-index:1;pointer-events:none;width:100%;height:30%;position:absolute;bottom:0;left:0}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .8s;display:block}.gallery-item:hover img{transform:scale(1.05)}.location-divider{justify-content:center;align-items:center;gap:15px;margin-bottom:40px;display:flex}.location-divider .divider-line{background:linear-gradient(90deg, transparent, var(--gold-light));width:80px;height:1px}.location-divider .divider-line:last-child{background:linear-gradient(90deg, var(--gold-light), transparent)}.address-section{text-align:center;max-width:600px;padding:0 20px}.address-text{font-family:var(--body);color:var(--text);margin-bottom:10px;font-size:clamp(18px,2.5vw,24px);line-height:1.8}.map-buttons{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:25px;display:flex}.map-buttons .map-btn{border:1px solid var(--gold);color:var(--gold);font-family:var(--sans);letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:2px;align-items:center;gap:10px;padding:14px 28px;font-size:11px;font-weight:400;text-decoration:none;transition:all .4s;display:inline-flex;position:relative;overflow:hidden}.map-buttons .map-btn:before{content:"";background:var(--gold);z-index:-1;width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.map-buttons .map-btn:hover{color:var(--bg)}.map-buttons .map-btn:hover:before{left:0}.map-buttons .map-btn svg{fill:currentColor;flex-shrink:0;width:14px;height:14px}.bottom-ornament{justify-content:center;align-items:center;gap:8px;margin-top:50px;display:flex}.bottom-ornament .ornament-line{background:var(--gold-light);opacity:.4;width:40px;height:1px}.bottom-ornament svg{width:20px;height:20px;fill:var(--gold-light);opacity:.5}@media (width<=900px){.location-gallery{flex-direction:column;align-items:center;gap:12px}.gallery-side,.gallery-center{width:100%;max-width:420px}.gallery-side .gallery-item{height:240px}.gallery-center .gallery-item{height:340px}.map-buttons{flex-direction:column;align-items:center}}@media (width<=768px){.location-gallery{flex-direction:column;align-items:center;gap:8px}.gallery-side,.gallery-center{width:100%;max-width:300px}.gallery-side .gallery-item{height:160px}.gallery-center .gallery-item{height:220px}.location-subtitle{letter-spacing:3px;margin-bottom:16px;font-size:10px}.location-divider{margin-bottom:24px}.address-text{font-size:17px}.bottom-ornament{margin-top:30px}.map-buttons{flex-direction:column;align-items:center}}.circles-palette{flex-wrap:wrap;justify-content:center;gap:14px 18px;max-width:520px;margin:0 auto;display:flex}.circles-card{flex-direction:column;align-items:center;gap:8px;width:calc(20% - 14.4px);min-width:70px;transition:transform .3s;display:flex}.circles-card:hover{transform:translateY(-4px)}.circles-blob{aspect-ratio:1;background:var(--color);border:2px solid #00000014;border-radius:50%;width:100%;max-width:90px;transition:box-shadow .3s,transform .3s;display:block;box-shadow:0 4px 12px #00000014}.circles-card:hover .circles-blob{transform:scale(1.06);box-shadow:0 6px 20px #00000026}.circles-name{font-family:var(--heading);color:var(--text);text-align:center;font-size:.8rem;font-weight:600;line-height:1.1}@media (width<=480px){.circles-palette{gap:10px 12px}.circles-card{min-width:58px}.circles-blob{max-width:72px}.circles-name{font-size:.7rem}}@media (width>=769px){.circles-palette{gap:14px 18px;max-width:520px}.circles-card{width:calc(20% - 14.4px);min-width:70px}}.feedback-links{flex-direction:row;justify-content:center;gap:16px;margin-top:20px;display:flex}.feedback-links .feedback-card{flex:1;max-width:360px}.feedback-card{background:var(--cream);border:1px solid var(--gold-light);border-radius:16px;align-items:center;gap:16px;padding:24px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex}.feedback-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.feedback-icon{width:36px;height:36px;color:var(--gold);background:color-mix(in srgb, var(--gold) 10%, transparent);border-radius:10px;flex-shrink:0;padding:8px;transition:background .25s,transform .25s}.feedback-card:hover .feedback-icon{background:color-mix(in srgb, var(--gold) 18%, transparent);transform:scale(1.05)}.feedback-text{color:var(--text)}.feedback-text strong{font-family:var(--heading);margin-bottom:4px;font-size:1.05rem;display:block}.feedback-text span{opacity:.7;font-size:.875rem;line-height:1.3}@media (width<=480px){.feedback-links{flex-direction:column;align-items:center}.feedback-links .feedback-card{width:100%}}.inspiration-subtitle{font-family:var(--sans);letter-spacing:3px;text-transform:uppercase;color:var(--text-light);text-align:center;margin-bottom:16px;font-size:clamp(10px,1.3vw,12px);font-weight:300}.films{flex-direction:row;justify-content:center;gap:20px;margin-top:20px;list-style:none;display:flex}.films li{flex:1;max-width:280px}.movie-card{box-sizing:border-box;background:var(--cream);border:1px solid var(--gold-light);border-radius:16px;flex-direction:column;align-items:center;gap:12px;height:100%;padding:24px;transition:transform .25s,box-shadow .25s;display:flex}.movie-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.movie-poster{aspect-ratio:3/4;object-fit:cover;border-radius:10px;width:100%;box-shadow:0 4px 16px #0000001a}.movie-info{text-align:center}.movie-info strong{font-family:var(--heading);color:var(--text);margin-bottom:2px;font-size:1rem;font-weight:600;display:block}.movie-info span{color:var(--text-light);font-size:.8rem}@media (width<=560px){.films{flex-wrap:wrap;gap:12px}.films li{flex:none;width:calc(50% - 6px);max-width:none}.movie-card{border-radius:12px;gap:8px;padding:12px}.movie-poster{border-radius:8px}}section{z-index:1;max-width:600px;margin:0 auto;padding:48px 24px;scroll-margin-top:80px;position:relative}section h2{font-family:var(--heading);text-align:center;margin-bottom:16px;padding-bottom:12px;font-size:1.5rem;font-weight:600;position:relative}@media (width>=769px){section{max-width:none;padding:64px 32px}section h2{font-size:1.75rem}}body.dark{--bg:#3b2f2f;--text:#e8ded5;--text-light:#e8ded599;--gold:#c47e5a;--gold-light:#d5ba984d;--cream:#3b2f2f}body.dark .nav.scrolled{background:#3b2f2f33}body.dark .mobile-menu{background:#3b2f2f}body.dark .nav-links a,body.dark .mobile-menu a{color:var(--text)}body.dark .circles-blob{border-color:#ffffff1f}body.dark .feedback-card{border-color:var(--gold-light)}body.dark .feedback-icon{background:color-mix(in srgb, var(--gold) 15%, transparent)}body.dark .feedback-card:hover{box-shadow:0 8px 24px #0003}body.dark .movie-card{border-color:var(--gold-light)}body.dark .movie-card:hover{box-shadow:0 8px 24px #0003}
