:root{--cream: #faf5ef;--cream-mid: #f3e9db;--cream-dark: #e8d9c4;--gold: #c4a35a;--gold-dark: #9a7c3f;--gold-light: #dfc98e;--rose: #e8b4b8;--rose-dark: #c9888e;--text-dark: #3d2b1f;--text-medium: #6b5044;--text-light: #a08878;--white: #ffffff;--font-script: "Dancing Script", cursive;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Raleway", sans-serif;--shadow-soft: 0 4px 24px rgba(61, 43, 31, .08);--shadow-card: 0 8px 40px rgba(61, 43, 31, .12);--radius: 4px;--transition: .35s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{background-color:var(--cream);color:var(--text-dark);font-family:var(--font-sans);font-weight:300;line-height:1.75;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);border:none;background:none}.section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-wrapper{background:var(--cream)}.section-wrapper--alt{background:var(--cream-mid)}.section__header{text-align:center;margin-bottom:4rem}.section__eyebrow{display:block;font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section__title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);font-weight:400;color:var(--text-dark);line-height:1.2}.section__title em{font-style:italic;color:var(--gold)}.gold-line{width:60px;height:1px;background:var(--gold);margin:1.25rem auto 0}.divider{text-align:center;color:var(--gold-light);font-size:1.1rem;letter-spacing:.5em;margin:1rem 0}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up.delay-1{transition-delay:.1s}.fade-up.delay-2{transition-delay:.2s}.fade-up.delay-3{transition-delay:.3s}.fade-up.delay-4{transition-delay:.4s}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;transition:background var(--transition),box-shadow var(--transition),padding var(--transition)}.header--scrolled{box-shadow:0 1px 20px #3d2b1f14;padding:.85rem 2rem}.header--scrolled:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#faf5eff7;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:-1}.header__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__logo{font-family:var(--font-script);font-size:1.8rem;color:var(--gold);letter-spacing:.05em;white-space:nowrap;transition:opacity var(--transition)}.header__logo:hover{opacity:.75}.header__nav{display:flex;align-items:center;gap:2rem;transition:opacity var(--transition)}.header__nav-link{font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-medium);transition:color var(--transition);position:relative}.header__nav-link:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:var(--gold);transform:scaleX(0);transition:transform var(--transition)}.header__nav-link:hover{color:var(--gold)}.header__nav-link:hover:after{transform:scaleX(1)}.header__lang{display:flex;align-items:center;gap:.5rem}.lang-btn{display:flex;align-items:center;justify-content:center;width:28px;height:20px;border-radius:2px;background:none;padding:0;transition:transform var(--transition)}.lang-btn:hover{transform:scale(1.08)}.lang-btn--flag{overflow:hidden;border-radius:2px}.lang-btn__flag{width:28px;height:20px;object-fit:cover;display:block;border-radius:2px;filter:saturate(.3) sepia(.45) brightness(1.05);opacity:.7;transition:filter var(--transition),opacity var(--transition)}.lang-btn--flag:hover .lang-btn__flag,.lang-btn--flag.active .lang-btn__flag{filter:saturate(.9) sepia(.05) brightness(1);opacity:1}.lang-btn--text{font-family:var(--font-sans);font-size:.6rem;font-weight:600;letter-spacing:.08em;color:var(--text-medium);border:1.5px solid var(--text-medium);opacity:.6;transition:color var(--transition),border-color var(--transition),opacity var(--transition),transform var(--transition)}.lang-btn--text:hover,.lang-btn--text.active{border-color:var(--gold);color:var(--gold);opacity:1}.header__hamburger{display:none;flex-direction:column;gap:5px;padding:4px;background:none;border:none;cursor:pointer}.header__hamburger span{display:block;width:22px;height:1.5px;background:var(--text-dark);transition:all var(--transition)}.header__hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background-color:#2a1a12}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center top;opacity:.55}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#faf5ef0d,#28190f33 40%,#28190f8c)}.hero__content{position:relative;z-index:2;text-align:center;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:0}.hero__subtitle{font-family:var(--font-sans);font-size:.75rem;font-weight:400;letter-spacing:.35em;text-transform:uppercase;color:var(--cream-dark);margin-bottom:1.5rem;animation:fadeInDown 1s ease both}.hero__names{display:flex;flex-direction:column;align-items:center;margin-top:1.2rem;margin-bottom:.5rem;animation:fadeInUp 1s ease .2s both}.hero__name{font-family:var(--font-script);font-size:clamp(4rem,12vw,8rem);color:var(--white);line-height:1.05;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero__and{font-family:var(--font-script);font-size:clamp(1.3rem,3.2vw,2.2rem);color:var(--gold-light);line-height:1;margin:.1rem 0}.hero__date{font-family:var(--font-serif);font-size:clamp(1.25rem,4vw,2rem);font-weight:300;letter-spacing:.4em;color:var(--cream-dark);margin-top:1rem;animation:fadeInUp 1s ease .4s both}.hero__divider{color:var(--gold-light);font-size:1rem;letter-spacing:.5em;margin:.75rem 0;animation:fadeIn 1s ease .5s both}.hero__countdown{display:flex;gap:clamp(1.5rem,4vw,3.5rem);margin-top:2.5rem;animation:fadeInUp 1s ease .6s both}.countdown__unit{display:flex;flex-direction:column;align-items:center;gap:.3rem}.countdown__number{font-family:var(--font-serif);font-size:clamp(2.2rem,6vw,3.5rem);font-weight:300;color:var(--white);line-height:1;min-width:2ch;text-align:center}.countdown__label{font-family:var(--font-sans);font-size:.6rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light)}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:bounce 2s ease-in-out 1.5s infinite}.hero__scroll span{display:block;width:1px;height:48px;background:linear-gradient(to bottom,transparent,var(--gold-light))}.story__events{display:flex;flex-direction:column;gap:5rem}.story__event{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story__event--reverse{direction:rtl}.story__event--reverse>*{direction:ltr}.story__event--center{grid-template-columns:1fr;text-align:center;max-width:640px;margin:0 auto}.story__text{display:flex;flex-direction:column;gap:1rem}.story__year{font-family:var(--font-script);font-size:4rem;color:var(--gold-light);line-height:1}.story__year--date{font-size:2.4rem;letter-spacing:.05em}.story__event-title{font-family:var(--font-serif);font-size:1.75rem;font-weight:400;color:var(--text-dark)}.story__event-body{font-family:var(--font-sans);font-size:.95rem;font-weight:300;color:var(--text-medium);line-height:1.85}.story__photo-wrap{position:relative}.story__photo-frame{width:100%;aspect-ratio:3 / 4;border-radius:50% 50% 8px 8px/30% 30% 8px 8px;overflow:hidden;border:2px solid var(--gold-light);box-shadow:var(--shadow-card)}.story__photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .6s ease}.story__photo-frame:hover img{transform:scale(1.04)}.story__deco{width:120px;height:120px;border-radius:50%;border:2px solid var(--gold-light);display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:var(--gold-light);margin:0 auto}.details__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.details__card{background:var(--white);border-top:3px solid var(--gold);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-soft);border-radius:0 0 var(--radius) var(--radius);display:flex;flex-direction:column;align-items:center;gap:.75rem}.details__card-icon{margin-bottom:.5rem;display:flex;justify-content:center}.detail-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;position:relative}.detail-svg{width:30px;height:36px;color:var(--gold-dark);opacity:.8}.detail-svg--wide{width:42px;height:38px}.detail-icon--calendar{flex-direction:column}.detail-icon--calendar .detail-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cal-day{position:absolute;bottom:5px;left:50%;transform:translate(-50%);font-family:var(--font-serif);font-size:.9rem;font-weight:600;color:var(--gold-dark);line-height:1;opacity:.85}.details__card-label{font-family:var(--font-sans);font-size:.65rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gold)}.details__card-value{font-family:var(--font-serif);font-size:1.4rem;font-weight:500;color:var(--text-dark);line-height:1.3}.details__card-sub{font-family:var(--font-sans);font-size:.85rem;font-weight:300;color:var(--text-light)}.schedule__timeline{position:relative;max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:0}.schedule__timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,var(--gold-light),transparent);transform:translate(-50%)}.schedule__item{display:grid;grid-template-columns:1fr 40px 1fr;align-items:center;gap:1.5rem;padding:1.75rem 0}.schedule__item:nth-child(odd) .schedule__time{text-align:right}.schedule__item:nth-child(odd) .schedule__info{text-align:left}.schedule__item:nth-child(2n) .schedule__time{text-align:left;grid-column:3;grid-row:1}.schedule__item:nth-child(2n) .schedule__info{text-align:right;grid-column:1;grid-row:1}.schedule__item:nth-child(2n) .schedule__dot{grid-column:2;grid-row:1}.schedule__dot{width:12px;height:12px;border-radius:50%;background:var(--gold);border:2px solid var(--cream);box-shadow:0 0 0 3px var(--gold-light);margin:0 auto;grid-column:2}.schedule__time{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;color:var(--gold)}.schedule__label{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:var(--text-dark)}.schedule__desc{font-family:var(--font-sans);font-size:.8rem;font-weight:300;color:var(--text-light);margin-top:.2rem}.gallery__grid{columns:3;column-gap:1rem}.gallery__item{break-inside:avoid;margin-bottom:1rem;overflow:hidden;border-radius:4px;position:relative;box-shadow:var(--shadow-soft)}.gallery__item img{width:100%;display:block;transition:transform .6s ease}.gallery__item:hover img{transform:scale(1.04)}.gallery__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 60%,rgba(61,43,31,.25));opacity:0;transition:opacity var(--transition)}.gallery__item:hover:after{opacity:1}.contact__intro{text-align:center;max-width:560px;margin:0 auto 3.5rem}.contact__rsvp-date{display:inline-block;font-family:var(--font-serif);font-size:1rem;color:var(--gold);border:1px solid var(--gold-light);padding:.4rem 1.25rem;letter-spacing:.1em;margin-top:1.25rem}.contact__text{font-family:var(--font-sans);font-size:.9rem;font-weight:300;color:var(--text-medium);margin-top:.75rem;line-height:1.8}.contact__cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:700px;margin:0 auto}.contact__card{background:var(--white);border-radius:var(--radius);padding:2rem 1.75rem;text-align:center;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;align-items:center;gap:1rem}.contact__card-name{font-family:var(--font-script);font-size:2rem;color:var(--text-dark)}.contact__card-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid var(--gold-light)}.contact__btns{display:flex;flex-direction:column;gap:.6rem;width:100%}.contact__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;border-radius:2px;transition:all var(--transition);text-decoration:none;border:1.5px solid transparent}.contact__btn--whatsapp{background:transparent;border-color:#25d366;color:#1a9e4e}.contact__btn--whatsapp:hover{background:#25d366;color:#fff}.contact__btn--messenger{background:transparent;border-color:var(--gold);color:var(--gold-dark)}.contact__btn--messenger:hover{background:var(--gold);color:var(--white)}.contact__btn-icon{font-size:1rem}.map__container{height:450px;width:100%;border-radius:4px;overflow:hidden;box-shadow:var(--shadow-card);border:1px solid var(--cream-dark)}.map__container iframe{display:block}.map__directions{display:block;text-align:center;margin-top:1.25rem;font-family:var(--font-sans);font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--transition);width:fit-content;margin-left:auto;margin-right:auto}.map__directions:hover{border-color:var(--gold)}.footer{background:var(--text-dark);color:var(--cream-dark);text-align:center;padding:3.5rem 2rem}.footer__names{font-family:var(--font-script);font-size:2.8rem;color:var(--gold-light);display:block;margin-bottom:.5rem}.footer__date{font-family:var(--font-serif);font-size:1rem;font-weight:300;letter-spacing:.3em;color:var(--text-light)}.footer__love{display:block;font-family:var(--font-sans);font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--text-light);margin-top:1.5rem;opacity:.6}.details__calendar{text-align:center;margin-top:2.5rem}.calendar__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.75rem;font-family:var(--font-sans);font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dark);border:1.5px solid var(--gold);border-radius:2px;text-decoration:none;transition:all var(--transition)}.calendar__btn:hover{background:var(--gold);color:var(--white)}.travel__intro{text-align:center;font-family:var(--font-serif);font-size:1.15rem;font-weight:300;font-style:italic;color:var(--text-medium);max-width:640px;margin:0 auto 3.5rem;line-height:1.8}.travel__block{margin-bottom:3.5rem}.travel__block-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.travel__block-sub{font-family:var(--font-sans);font-size:.85rem;font-weight:300;color:var(--text-light);text-align:center;margin-bottom:2rem}.travel__options{display:flex;flex-direction:column;gap:1.25rem}.travel__option{display:flex;gap:1rem;align-items:center;background:var(--white);padding:.85rem 1.25rem;border-radius:var(--radius);box-shadow:var(--shadow-soft);border-left:3px solid var(--gold-light)}.travel__option-icon{font-size:1.75rem;line-height:1;flex-shrink:0;margin-top:.1rem}.travel__option-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:var(--text-dark);margin-bottom:.4rem}.travel__option-body{font-family:var(--font-sans);font-size:.88rem;font-weight:300;color:var(--text-medium);line-height:1.75}.travel__option-link{display:inline-block;margin-top:.5rem;font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.1em;color:var(--gold-dark);text-decoration:none;border-bottom:1px solid var(--gold-light);transition:border-color var(--transition),color var(--transition)}.travel__option-link:hover{color:var(--gold);border-color:var(--gold)}.travel__info-card{background:var(--white);border-top:3px solid var(--gold);padding:1.75rem 2rem;border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow-soft);margin-bottom:1.5rem}.travel__info-card-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:500;color:var(--text-dark);margin-bottom:.6rem}.travel__info-card-body{font-family:var(--font-sans);font-size:.88rem;font-weight:300;color:var(--text-medium);line-height:1.8}.travel__tip{font-family:var(--font-serif);font-size:.9rem;font-style:italic;color:var(--gold-dark);margin-top:.75rem}.travel__explore-header{margin-bottom:2rem}.places__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.place__card{background:var(--white);border-radius:var(--radius);padding:1rem;text-align:center;box-shadow:var(--shadow-soft);transition:transform var(--transition),box-shadow var(--transition)}.place__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.place__icon{display:block;font-size:1.6rem;margin-bottom:.4rem}.place__name{font-family:var(--font-serif);font-size:1.05rem;font-weight:500;color:var(--text-dark);margin-bottom:.5rem}.place__desc{font-family:var(--font-sans);font-size:.8rem;font-weight:300;color:var(--text-medium);line-height:1.7}.places__grid--2col{grid-template-columns:repeat(2,1fr)}.place__card--wide .place__desc{font-size:.85rem}.faq__list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq__item{border-bottom:1px solid var(--cream-dark)}.faq__item:first-child{border-top:1px solid var(--cream-dark)}.faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem .5rem;text-align:left;background:none;border:none;cursor:pointer;font-family:var(--font-serif);font-size:1.05rem;font-weight:400;color:var(--text-dark);transition:color var(--transition)}.faq__question:hover,.faq__item--open .faq__question{color:var(--gold-dark)}.faq__icon{font-size:1.4rem;font-weight:300;color:var(--gold);flex-shrink:0;line-height:1;transition:transform var(--transition)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq__item--open .faq__answer{max-height:300px}.faq__answer p{padding:0 .5rem 1.25rem;font-family:var(--font-sans);font-size:.9rem;font-weight:300;color:var(--text-medium);line-height:1.85}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#140c08f2;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.lightbox__img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:2px;box-shadow:0 8px 60px #00000080}.lightbox__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:1px solid rgba(255,255,255,.3);color:var(--cream-dark);width:40px;height:40px;border-radius:50%;font-size:1rem;cursor:pointer;transition:all var(--transition);display:flex;align-items:center;justify-content:center}.lightbox__close:hover{background:#ffffff1a}.lightbox__prev,.lightbox__next{position:absolute;top:50%;transform:translateY(-50%);background:none;border:1px solid rgba(255,255,255,.25);color:var(--cream-dark);width:48px;height:48px;border-radius:50%;font-size:1.75rem;line-height:1;cursor:pointer;transition:all var(--transition);display:flex;align-items:center;justify-content:center}.lightbox__prev{left:1.5rem}.lightbox__next{right:1.5rem}.lightbox__prev:hover,.lightbox__next:hover{background:#ffffff1a}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}@media (min-width: 901px){.header__nav{opacity:0;pointer-events:none}.header--scrolled .header__nav{opacity:1;pointer-events:auto}}@media (max-width: 900px){.details__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.places__grid{grid-template-columns:repeat(2,1fr)}.story__event{grid-template-columns:1fr;gap:2rem}.story__event--reverse{direction:ltr}.gallery__grid{columns:2}.contact__cards{grid-template-columns:1fr;max-width:360px}.header{padding:.85rem 1.25rem}.header__inner{gap:.5rem}.header__logo{font-size:1.5rem;flex-shrink:0}.header__lang{gap:.35rem;flex-shrink:0}.lang-btn,.lang-btn__flag{width:24px;height:17px}.lang-btn--text{width:24px;height:17px;font-size:.52rem;letter-spacing:.04em}.header__hamburger{display:flex;flex-shrink:0;z-index:101;position:relative}.header__nav{position:fixed;top:0;left:0;right:0;bottom:0;background:#faf5ef;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translate(100%);transition:transform var(--transition);z-index:90;opacity:1!important;pointer-events:none}.header__nav.open{transform:translate(0);pointer-events:auto}.header__nav-link{font-size:1rem}}@media (max-width: 640px){.section{padding:4rem 1.25rem}.header{padding:.75rem 1rem}.header__logo{font-size:1.35rem}.header__lang{gap:.3rem}.lang-btn,.lang-btn__flag{width:22px;height:16px}.lang-btn--text{width:22px;height:16px;font-size:.48rem}.hero__countdown{gap:1.25rem}.schedule__timeline:before{display:none}.schedule__item{grid-template-columns:1fr;gap:.25rem;padding:1.25rem 0;border-bottom:1px solid var(--cream-dark)}.schedule__item:nth-child(2n) .schedule__time,.schedule__item:nth-child(2n) .schedule__info,.schedule__item:nth-child(2n) .schedule__dot{grid-column:1;grid-row:auto}.schedule__item:nth-child(odd) .schedule__time{text-align:left}.schedule__dot{display:none}.schedule__time{font-size:1.1rem}.gallery__grid{columns:1}.places__grid,.places__grid--2col{grid-template-columns:1fr}.travel__option{flex-direction:column;gap:.75rem}.map__container{height:320px}.story__photo-frame{max-width:280px;margin:0 auto}}
