@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:400;line-height:1.6;color:#211f1d;background:#faf8f5}.page-content{margin-top:0}h1,h2,h3,h4,h5,h6{font-family:Dancing Script,Arial,serif;font-weight:500;line-height:1.2;color:#722f37}h1{font-size:6rem;font-weight:300}@media (max-width: 768px){h1{font-size:6rem}}h2{font-size:6rem;font-weight:300}@media (max-width: 768px){h2{font-size:5rem}}h3{font-size:5rem}@media (max-width: 768px){h3{font-size:3.5rem}}h4{font-size:3.5rem}h5{font-size:2rem}h6{font-size:1.5rem}p{margin-bottom:1.5rem}p:last-child{margin-bottom:0}a{color:#722f37;text-decoration:none;transition:color .3s ease}a:hover{color:#b7553d}.text-script{font-family:Dancing Script,Arial,serif}.text-serif{font-family:Cormorant Garamond,Georgia,serif}.text-sans{font-family:Josefin Sans,Helvetica Neue,sans-serif}.text-center{text-align:center}.text-uppercase{text-transform:uppercase;letter-spacing:.1em}.text-burgundy{color:#722f37}.text-rust{color:#b7553d}.text-sage{color:#87a878}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container-narrow{max-width:800px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-sm{padding:4rem 0}.decorative-line{width:60px;height:2px;background:linear-gradient(90deg,#722f37,#b7553d);margin:1.5rem auto;border-radius:2px}img{max-width:100%;height:auto;display:block}::selection{background:#f0d4d4;color:#722f37}.skip-link{position:absolute;top:-100%;left:1.5rem;background:#722f37;color:#fff;padding:1rem 1.5rem;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;border-radius:4px;z-index:10000;text-decoration:none}.skip-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-block;padding:1rem 3rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:4px;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.btn:focus-visible{outline:2px solid #722F37;outline-offset:2px}.btn--primary{background:#b7553d;color:#fff;border-color:#b7553d}.btn--primary:hover{background:#722f37;border-color:#722f37;color:#f5f0e8;transform:translateY(-2px);box-shadow:0 4px 12px #00000014;transition:all .5s ease}.btn--outline{background:transparent;color:#b7553d;border-color:#b7553d}.btn--outline:hover{background:#b7553d;color:#fff}.btn--burgundy{background:#722f37;color:#fff;border-color:#722f37}.btn--burgundy:hover{background:#5a252c;border-color:#5a252c;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.btn--sage{background:#87a878;color:#fff;border-color:#87a878}.btn--sage:hover{background:#6b8a5e;border-color:#6b8a5e}.btn--secondary{background:#fff;color:#722f37;border-color:#722f37}.btn--secondary:hover{background:#722f37;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.main-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#faf8f5f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 2rem;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.main-header.scrolled{padding:.5rem 2rem;box-shadow:0 4px 12px #00000014}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.site-logo{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.site-logo:hover{opacity:.8}.site-logo img{max-height:80px;width:auto}.site-name{font-family:Dancing Script,Arial,serif;font-size:3.5rem;font-weight:300;color:#722f37;text-decoration:none;transition:color .3s ease}.site-name:hover{color:#b7553d}.nav{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.nav{display:none}}.nav__link{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#211f1d;text-decoration:none;padding:.5rem 0;position:relative;transition:color .3s ease;display:flex;align-items:center;column-gap:.5rem}.nav__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#b7553d,#722f37);transition:width .3s ease}.nav__link:hover,.nav__link.active{color:#b7553d}.nav__link:hover:after,.nav__link.active:after{width:100%}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}@media (max-width: 768px){.nav-toggle{display:flex}}.nav-toggle span{width:24px;height:2px;background:#b7553d;transition:all .3s ease}.nav-toggle--active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle--active span:nth-child(2){opacity:0}.nav-toggle--active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-mobile{display:none;position:fixed;top:60px;left:0;right:0;background:#faf8f5;padding:2rem;box-shadow:0 8px 24px #0000001f}.nav-mobile--open{display:block;z-index:10}.nav-mobile .nav__link{display:block;padding:1rem 0;border-bottom:1px solid #d4cdc4}.nav-mobile .nav__link:last-child{border-bottom:none}.nav-mobile .nav__link:after{display:none}footer{background:linear-gradient(180deg,#b7553d,#5a252c);color:#faf8f5;padding:6rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#87a878,#d4856e,#d4a5a5,#87a878)}.footer__content{max-width:800px;margin:0 auto}.footer__names{font-family:Dancing Script,Arial,serif;font-size:5rem;font-weight:300;color:#faf8f5;margin-bottom:1rem}@media (max-width: 768px){.footer__names{font-size:3.5rem}}.footer__date{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1.5rem;text-transform:uppercase;letter-spacing:.2em;color:#d4856e;margin-bottom:2rem}.footer__divider{width:60px;height:1px;background:#faf8f54d;margin:2rem auto}.footer__text{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;line-height:1.8;color:#faf8f5cc;margin-bottom:1.5rem}.footer__text p{margin-bottom:1rem}.footer__text p:last-child{margin-bottom:0}.footer__links{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.footer__links a{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;color:#faf8f5;text-decoration:none;padding:.5rem;transition:color .3s ease}.footer__links a:hover{color:#d4856e}.footer__social{display:flex;justify-content:center;gap:1.5rem;margin:2rem 0}.footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(250,248,245,.3);border-radius:50%;color:#faf8f5;transition:all .3s ease}.footer__social a:hover{background:#faf8f5;color:#722f37;border-color:#faf8f5}.footer__social a svg{width:18px;height:18px;fill:currentColor}.copyright{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:#faf8f5bf;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(250,248,245,.1)}.footer__flourish{margin-bottom:1.5rem}.footer__flourish svg{width:80px;height:auto;fill:#faf8f54d}.footer__leaves{position:absolute;bottom:0;pointer-events:none;opacity:.1}.footer__leaves--left{left:-20px;width:150px}.footer__leaves--left svg{fill:#faf8f5}.footer__leaves--right{right:-20px;width:150px;transform:scaleX(-1)}.footer__leaves--right svg{fill:#faf8f5}.hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background-color:#faf8f5;background-size:cover;background-position:center;background-repeat:no-repeat}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#faf8f5a6,#f5e6e68c,#f0d4d499);pointer-events:none}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__background img{width:100%;height:100%;object-fit:cover;opacity:.3}.hero__background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#faf8f5b3,#faf8f580,#faf8f5cc)}.hero__content{position:relative;z-index:1;max-width:800px;padding:0 4rem 3rem}.hero__content img{max-width:300px}.hero__content h1{font-family:Cormorant Garamond,Georgia,serif;color:#211f1d}@media (max-width: 768px){.hero__content{margin-top:2rem}}.hero__flourish{margin-bottom:2rem}.hero__flourish svg{width:300px;height:auto;fill:#87a878;opacity:.8}.hero__names{font-size:6rem;font-weight:300;font-family:Cormorant Garamond,Georgia,serif;color:#211f1d;line-height:1.1;margin-bottom:1rem;position:relative}@media (max-width: 768px){.hero__names{font-size:3.5rem}}.hero__tagline{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:#9a918a;margin-bottom:3rem}.hero__date{font-family:Dancing Script,Arial,serif;font-size:2rem;color:#5a252c;margin-bottom:.5rem}@media (max-width: 768px){.hero__date{font-size:2rem}}.hero__venue{font-family:Dancing Script,Arial,serif;font-size:2rem;color:#211f1d;margin-bottom:3rem;display:flex;justify-content:center;align-items:center}.hero__venue i{padding-right:.5rem}.hero__divider{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:2rem 0}.hero__divider:before,.hero__divider:after{content:"";width:60px;height:1px;background:linear-gradient(90deg,transparent,#211f1d,transparent)}.hero__divider .leaf-icon{width:24px;height:24px;fill:#211f1d}.hero__cta{margin-top:3rem}.hero__corner-decoration{position:absolute;pointer-events:none;opacity:.6}.hero__corner-decoration svg{width:100%;height:100%;fill:#87a878}.hero__corner-decoration--top-left{top:0;left:0;width:200px;height:200px;transform:rotate(0)}@media (max-width: 768px){.hero__corner-decoration--top-left{width:120px;height:120px}}.hero__corner-decoration--top-right{top:0;right:0;width:200px;height:200px;transform:scaleX(-1)}@media (max-width: 768px){.hero__corner-decoration--top-right{width:120px;height:120px}}.hero__corner-decoration--bottom-left{bottom:0;left:0;width:180px;height:180px;transform:scaleY(-1)}@media (max-width: 768px){.hero__corner-decoration--bottom-left{width:100px;height:100px}}.hero__corner-decoration--bottom-right{bottom:0;right:0;width:180px;height:180px;transform:scale(-1)}@media (max-width: 768px){.hero__corner-decoration--bottom-right{width:100px;height:100px}}.hero__scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#9a918a;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;animation:bounce 2s infinite}.hero__scroll-indicator .arrow{width:20px;height:20px;border-right:2px solid #9a918a;border-bottom:2px solid #9a918a;transform:rotate(45deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.info-section{padding:6rem 2rem;background:#faf8f5;text-align:center}.info-section__content{max-width:800px;margin:0 auto}.info-section__title{font-family:Dancing Script,Arial,serif;font-size:5rem;color:#722f37;margin-bottom:1.5rem}.info-section__subtitle{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1.5rem;text-transform:uppercase;letter-spacing:.2em;color:#6b6158;margin-bottom:3rem}.event-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.event-card{background:#fff;border-radius:16px;padding:3rem;text-align:center;box-shadow:0 4px 20px #722f371a;border:1px solid rgba(212,205,196,.3);transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.event-card__icon{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#b7553d1f;border-radius:50%}.event-card__icon svg{width:28px;height:28px;fill:#b7553d}.event-card__title{font-family:Dancing Script,Arial,serif;font-size:3.5rem;color:#722f37;margin-bottom:.5rem}.event-card__time{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;color:#b7553d;margin-bottom:1rem}.event-card__description{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:#6b6158;line-height:1.8}.countdown-section{padding:6rem 2rem;background:linear-gradient(135deg,#b7553d,#5a252c);color:#faf8f5;text-align:center;position:relative;overflow:hidden}.countdown-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 10% 20%,rgba(212,165,165,.1) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(135,168,120,.1) 0%,transparent 40%);pointer-events:none}.countdown-section__content{position:relative;z-index:1;max-width:800px;margin:0 auto}.countdown-section__title{font-family:Dancing Script,Arial,serif;font-size:3.5rem;color:#f0d4d4;margin-bottom:2rem}.countdown{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.countdown__item{text-align:center;min-width:80px}.countdown__number{font-family:Dancing Script,Arial,serif;font-size:5rem;font-weight:300;color:#faf8f5;line-height:1;margin-bottom:.5rem}@media (max-width: 480px){.countdown__number{font-size:6rem}}.countdown__label{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.2em;color:#f0d4d4}.timeline-section{padding:6rem 2rem;background:#faf8f5;overflow:hidden}.timeline-section__content{max-width:1200px;margin:0 auto}.timeline-section__title{font-family:Dancing Script,Arial,serif;font-size:5rem;color:#722f37;text-align:center;margin-bottom:1rem}.timeline-section__subtitle{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1.5rem;text-transform:uppercase;letter-spacing:.2em;color:#6b6158;text-align:center;margin-bottom:4rem}.timeline{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:3rem 0;max-width:1000px;margin:0 auto}@media (max-width: 768px){.timeline{flex-direction:column;align-items:center;gap:3rem;padding:2rem 0}}.timeline__line{position:absolute;top:calc(3rem + 35px);left:10%;right:10%;height:3px;background:linear-gradient(90deg,#b7553d,#722f37,#b7553d);border-radius:2px}@media (max-width: 768px){.timeline__line{top:35px;left:50%;right:auto;width:3px;height:calc(100% - 70px);background:linear-gradient(180deg,#b7553d,#722f37,#b7553d);transform:translate(-50%)}}.timeline__event{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;flex:1;max-width:200px;padding:0 1rem}@media (max-width: 768px){.timeline__event{flex-direction:row;text-align:left;max-width:100%;width:100%;padding:0;gap:2rem}}.timeline__marker{width:70px;height:70px;border-radius:50%;background:#fff;border:3px solid #b7553d;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #00000014;color:#b7553d;transition:all .3s ease}.timeline__marker svg{width:32px;height:32px;fill:#b7553d;transition:fill .3s ease}.timeline__marker i{font-size:28px;transition:color .3s ease}.timeline__marker img{width:32px;height:32px;object-fit:contain}.timeline__marker:hover{background:#b7553d;transform:scale(1.1);color:#faf8f5}.timeline__marker:hover svg{fill:#faf8f5}.timeline__marker:hover i{color:#faf8f5}@media (max-width: 768px){.timeline__marker{width:60px;height:60px;min-width:60px;margin-bottom:0}.timeline__marker svg{width:26px;height:26px}.timeline__marker i{font-size:24px}.timeline__marker img{width:26px;height:26px}}.timeline__time{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600;color:#b7553d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}@media (max-width: 768px){.timeline__time{order:-1;margin-bottom:0;min-width:80px}}.timeline__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#722f37;margin-bottom:.5rem}@media (max-width: 768px){.timeline__title{font-size:1.2rem;margin-bottom:2px}}.timeline__description{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#6b6158;line-height:1.6}@media (max-width: 768px){.timeline__description{font-size:.9rem}}@media (max-width: 768px){.timeline__event{display:grid;grid-template-columns:80px 60px 1fr;grid-template-rows:auto auto;align-items:center;gap:1rem 1.5rem}.timeline__time{grid-column:1;grid-row:1/3;text-align:right}.timeline__marker{grid-column:2;grid-row:1/3}.timeline__title{grid-column:3;grid-row:1;align-self:end}.timeline__description{grid-column:3;grid-row:2;align-self:start}}.story-section{padding:6rem 2rem;background:#f5f0e8}.story-section__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media (max-width: 768px){.story-section__content{grid-template-columns:1fr;gap:3rem}}.story-section__image{position:relative}.story-section__image img{width:100%;border-radius:16px;box-shadow:0 8px 24px #0000001f}.story-section__image:before{content:"";position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:2px solid #87a878;border-radius:16px;z-index:-1}.story-section__text h2{font-family:Dancing Script,Arial,serif;font-size:6rem;color:#722f37;margin-bottom:1.5rem}.story-section__text p{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:#211f1d;line-height:1.8;margin-bottom:1.5rem}.story-section__text p:first-of-type:first-letter{font-family:Dancing Script,Arial,serif;font-size:5rem;float:left;line-height:.8;padding-right:1rem;color:#722f37}.gallery-section{padding:6rem 2rem;background:#faf8f5}.gallery-section__title{text-align:center;font-family:Dancing Script,Arial,serif;font-size:5rem;color:#722f37;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.gallery-item{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:1}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#722f3700;transition:background .3s ease}.gallery-item:hover:after{background:#722f3733}.rsvp-section{padding:6rem 2rem;background:linear-gradient(180deg,#f5f0e8,#f5e6e6);text-align:center}.rsvp-section__content{max-width:800px;margin:0 auto}.rsvp-section__title{font-family:Dancing Script,Arial,serif;font-size:6rem;color:#722f37;margin-bottom:1rem}.rsvp-section__subtitle{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#6b6158;margin-bottom:3rem}.venue-section{padding:6rem 2rem;background:#fff}.venue-section__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 768px){.venue-section__content{grid-template-columns:1fr}}.venue-section__info h2{font-family:Dancing Script,Arial,serif;font-size:5rem;color:#722f37;margin-bottom:1.5rem}.venue-section__info h3{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;color:#b7553d;margin-bottom:1rem;margin-top:2rem}.venue-section__info p{color:#6b6158;line-height:1.8}.venue-section__info address{font-style:normal;color:#211f1d;line-height:1.8}.venue-section__image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.venue-section__image img{width:100%;height:100%;min-height:400px;object-fit:cover;display:block;transition:transform .5s ease}.venue-section__image:hover img{transform:scale(1.03)}.venue-section__image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 60%,rgba(90,37,44,.4) 100%);pointer-events:none;z-index:1}.image-text-section{padding:6rem 2rem;background:#f5f0e8}.image-text-section__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media (max-width: 768px){.image-text-section__content{grid-template-columns:1fr;gap:3rem}}.image-text-section__image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.image-text-section__image img{width:100%;height:100%;min-height:400px;object-fit:cover;display:block;transition:transform .5s ease}.image-text-section__image:hover img{transform:scale(1.03)}.image-text-section__image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 60%,rgba(90,37,44,.4) 100%);pointer-events:none;z-index:1}.image-text-section__text h2{font-family:Dancing Script,Arial,serif;font-size:5rem;color:#722f37;margin-bottom:1.5rem}.image-text-section__text h3{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;color:#b7553d;margin-bottom:1rem;margin-top:2rem}.image-text-section__text p{font-family:Cormorant Garamond,Georgia,serif;color:#6b6158;line-height:1.8;margin-bottom:1.5rem}.image-text-section__text address{font-style:normal;color:#211f1d;line-height:1.8}.image-text-section__link{position:absolute;bottom:2rem;right:2rem;display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;color:#b7553d;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;border-radius:8px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;z-index:2}.image-text-section__link i{font-size:1.2em}.image-text-section__link:hover{background:#b7553d;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.venue-section__directions{position:absolute;bottom:2rem;right:2rem;display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;color:#b7553d;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;border-radius:8px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;z-index:2}.venue-section__directions i{font-size:1.2em}.venue-section__directions:hover{background:#b7553d;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.flourish{display:flex;align-items:center;justify-content:center;margin:2rem 0}.flourish svg{width:120px;height:auto;fill:#87a878}.flourish--burgundy svg{fill:#722f37}.flourish--rust svg{fill:#b7553d}.flourish--light svg{fill:#d4cdc4}.flourish--sm svg{width:80px}.flourish--lg svg{width:160px}.section-divider{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:3rem 0}.section-divider:before,.section-divider:after{content:"";flex:1;max-width:200px;height:1px;background:linear-gradient(90deg,transparent,#d4cdc4,transparent)}.section-divider .icon{width:30px;height:30px}.section-divider .icon svg{width:100%;height:100%;fill:#87a878}.leaf-decoration{position:absolute;pointer-events:none}.leaf-decoration svg{fill:#87a878;opacity:.6}.leaf-cluster{position:absolute;pointer-events:none}.leaf-cluster--top-left{top:0;left:0}.leaf-cluster--top-left svg{fill:#87a878}.leaf-cluster--top-right{top:0;right:0;transform:scaleX(-1)}.leaf-cluster--bottom-left{bottom:0;left:0;transform:scaleY(-1)}.leaf-cluster--bottom-right{bottom:0;right:0;transform:scale(-1)}.decorative-border{position:relative}.decorative-border:before,.decorative-border:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:200px;height:40px;background-repeat:no-repeat;background-position:center;background-size:contain}.decorative-border--top:before{top:-20px}.decorative-border--bottom:after{bottom:-20px;transform:translate(-50%) rotate(180deg)}.decorative-frame{position:relative;padding:3rem}.decorative-frame:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid #d4cdc4;border-radius:8px;pointer-events:none}.decorative-frame .corner{position:absolute;width:40px;height:40px}.decorative-frame .corner svg{width:100%;height:100%;fill:#87a878}.decorative-frame .corner--top-left{top:-10px;left:-10px}.decorative-frame .corner--top-right{top:-10px;right:-10px;transform:scaleX(-1)}.decorative-frame .corner--bottom-left{bottom:-10px;left:-10px;transform:scaleY(-1)}.decorative-frame .corner--bottom-right{bottom:-10px;right:-10px;transform:scale(-1)}.organic-bg{position:relative}.organic-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(ellipse at 20% 30%,rgba(135,168,120,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(212,165,165,.08) 0%,transparent 50%),radial-gradient(ellipse at 60% 20%,rgba(183,85,61,.05) 0%,transparent 40%);pointer-events:none}.watercolor-bg{position:relative;overflow:hidden}.watercolor-bg:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 30% 30%,rgba(245,230,230,.4) 0%,transparent 40%),radial-gradient(ellipse at 70% 60%,rgba(197,213,181,.3) 0%,transparent 35%),radial-gradient(ellipse at 50% 80%,rgba(240,212,212,.3) 0%,transparent 30%);filter:blur(40px);pointer-events:none}.text-with-flourish{position:relative;display:inline-block}.text-with-flourish:before,.text-with-flourish:after{content:"~";font-family:Dancing Script,Arial,serif;font-size:1.2em;color:#87a878;margin:0 1rem}.text-underline-flourish{position:relative;display:inline-block}.text-underline-flourish:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60%;height:20px;background-repeat:no-repeat;background-position:center;background-size:contain}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes sway{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.floating-leaf{animation:float 6s ease-in-out infinite}.floating-leaf:nth-child(2){animation-delay:-2s}.floating-leaf:nth-child(3){animation-delay:-4s}.swaying-branch{animation:sway 8s ease-in-out infinite;transform-origin:bottom center}main{padding-top:80px}.umb-block-grid{display:grid;gap:2rem}.umb-block-grid__layout-container{max-width:1200px;margin:0 auto;padding:0 2rem}.umb-block-grid__layout-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #722f371a;transition:box-shadow .3s ease}.umb-block-grid__layout-item:hover{box-shadow:0 4px 12px #00000014}.umb-block-grid__layout-item--full-width{grid-column:1/-1;border-radius:0;box-shadow:none}.umb-block-grid__layout-item--full-width:hover{box-shadow:none}.umb-block-grid__area{padding:2rem}.block-richtext{padding:3rem}.block-richtext h2,.block-richtext h3,.block-richtext h4,.block-richtext p{margin-bottom:1.5rem}.block-richtext p:last-child{margin-bottom:0}.block-richtext ul,.block-richtext ol{margin-bottom:1.5rem;padding-left:2rem}.block-richtext ul li,.block-richtext ol li{margin-bottom:.5rem}.block-richtext blockquote{margin:2rem 0;padding:1.5rem 2rem;border-left:4px solid #722F37;background:#f5e6e6;font-family:Dancing Script,Arial,serif;font-size:2rem;color:#722f37}.block-richtext a{color:#722f37;text-decoration:underline;text-decoration-color:#b7553d;text-underline-offset:3px;transition:all .3s ease}.block-richtext a:hover{color:#b7553d;text-decoration-color:#722f37}.block-richtext img{border-radius:8px;margin:1.5rem 0}.block-image img{width:100%;height:auto;display:block}.block-image figcaption{padding:1rem 1.5rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;color:#6b6158;text-align:center;background:#faf8f5}.block-hero{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem;background:linear-gradient(135deg,#faf8f5,#f5e6e6);position:relative}.block-hero__content{max-width:800px}.block-hero__title{font-family:Dancing Script,Arial,serif;font-size:5rem;font-weight:300;color:#722f37;margin-bottom:1.5rem}.block-hero__subtitle{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;color:#6b6158}.block-feature{padding:3rem;text-align:center}.block-feature__icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#f5e6e6;border-radius:50%}.block-feature__icon svg{width:36px;height:36px;fill:#722f37}.block-feature__title{font-family:Dancing Script,Arial,serif;font-size:3.5rem;color:#722f37;margin-bottom:1rem}.block-feature__text{font-family:Cormorant Garamond,Georgia,serif;color:#6b6158;line-height:1.8}.block-quote{padding:4rem;background:linear-gradient(135deg,#722f37,#5a252c);color:#faf8f5;text-align:center;position:relative}.block-quote:before{content:'"';font-family:Dancing Script,Arial,serif;font-size:8rem;position:absolute;top:0;left:2rem;color:#faf8f51a;line-height:1}.block-quote__text{font-family:Dancing Script,Arial,serif;font-size:3.5rem;line-height:1.8;margin-bottom:1.5rem;position:relative}.block-quote__attribution{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;color:#f0d4d4}.block-two-column{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.block-two-column{grid-template-columns:1fr}}.block-spacer--sm{height:2rem}.block-spacer--md{height:4rem}.block-spacer--lg{height:6rem}.form-group{margin-bottom:1.5rem}.form-group--inline{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 500px){.form-group--inline{grid-template-columns:1fr}}.form-label{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:#211f1d;margin-bottom:.5rem;font-weight:500}.form-label--required:after{content:" *";color:#722f37}.form-input,.form-textarea,.form-select{width:100%;padding:1rem;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1.2rem;color:#211f1d;background:#fff;border:2px solid #d4cdc4;border-radius:8px;transition:all .15s ease}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#9a918a}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:#722f37;box-shadow:0 0 0 3px #722f3733;outline:2px solid transparent}.form-input:focus-visible,.form-textarea:focus-visible,.form-select:focus-visible{border-color:#722f37;box-shadow:0 0 0 3px #722f374d;outline:2px solid #722F37;outline-offset:1px}.form-input--error,.form-textarea--error,.form-select--error{border-color:#b7553d;background:#b7553d0d}.form-input--error:focus,.form-textarea--error:focus,.form-select--error:focus{box-shadow:0 0 0 3px #b7553d1a}.form-textarea{min-height:100px;resize:vertical}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23722F37' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem;cursor:pointer}.form-error{display:block;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:.9rem;color:#b7553d;margin-top:.5rem;padding-left:.5rem}.form-error:empty{display:none}.form-hint{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:.9rem;color:#6b6158;margin-top:.5rem}.input-validation-error{border-color:#8b3d47}.rsvp-page-background{min-height:100vh;padding:2rem;display:flex;justify-content:center;align-items:flex-start}@media (max-width: 480px){.rsvp-page-background{padding:1rem}}.rsvp-page-background{position:relative;background:linear-gradient(135deg,#f5f0e8,#faf8f5,#f5e6e6);background-attachment:fixed}.rsvp-page-background:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 300px 400px at 5% 10%,rgba(135,168,120,.15) 0%,transparent 60%),radial-gradient(ellipse 200px 250px at 10% 25%,rgba(197,213,181,.12) 0%,transparent 50%),radial-gradient(ellipse 250px 300px at 95% 5%,rgba(212,165,165,.18) 0%,transparent 55%),radial-gradient(ellipse 180px 200px at 90% 15%,rgba(245,230,230,.2) 0%,transparent 45%),radial-gradient(ellipse 280px 350px at 8% 90%,rgba(168,196,154,.12) 0%,transparent 50%),radial-gradient(ellipse 350px 400px at 92% 85%,rgba(240,212,212,.15) 0%,transparent 55%),radial-gradient(ellipse 200px 280px at 88% 75%,rgba(212,133,110,.08) 0%,transparent 45%),radial-gradient(ellipse 400px 300px at 50% 50%,rgba(250,248,245,.5) 0%,transparent 60%);pointer-events:none;z-index:0}.rsvp-page-background:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 100px,rgba(212,205,196,.02) 100px,rgba(212,205,196,.02) 101px),repeating-linear-gradient(-45deg,transparent,transparent 100px,rgba(212,205,196,.02) 100px,rgba(212,205,196,.02) 101px);pointer-events:none;z-index:0}.rsvp-page-background>*{position:relative;z-index:1}.rsvp-container{max-width:650px;width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000001f;overflow:hidden}.rsvp-header{background:linear-gradient(135deg,#b7553d,#5a252c);color:#fff;padding:3rem 2rem 2rem;text-align:center;position:relative;z-index:1}@media (max-width: 480px){.rsvp-header{padding:2rem 1.5rem 1.5rem}}.rsvp-header__flourish{margin-top:1.5rem;color:#faf8f566}.rsvp-header__flourish svg{width:80px;height:20px;display:block;margin:0 auto}.rsvp-header__guest{font-family:Dancing Script,Arial,serif;font-size:1.5rem;margin-top:1rem}.rsvp-form{padding:3rem 2rem}@media (max-width: 768px){.rsvp-form{padding:2rem 1.5rem}}.attendance-choice{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}@media (max-width: 400px){.attendance-choice{grid-template-columns:1fr}}.attendance-option input{position:absolute;opacity:0;pointer-events:none}.attendance-option input:checked+label{border-color:#b7553d;background:#b7553d0d}.attendance-option input:checked+label .attendance-option__icon{background:#b7553d;color:#fff}.attendance-option input:focus+label{box-shadow:0 0 0 3px #b7553d33}.attendance-option label{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;border:2px solid #d4cdc4;border-radius:8px;cursor:pointer;transition:all .15s ease;text-align:center}.attendance-option label:hover{border-color:#d4856e;background:#b7553d05}.attendance-option__icon{width:50px;height:50px;border-radius:50%;background:#faf8f5;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:24px;transition:all .15s ease}.attendance-option__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:#211f1d;margin-bottom:.5rem}.attendance-option__subtitle{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:.9rem;color:#6b6158}.guest-attendance-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.guest-choice{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border:2px solid #d4cdc4;border-radius:8px;background:#fff;transition:border-color .15s ease}@media (max-width: 480px){.guest-choice{flex-direction:column;align-items:stretch;padding:1.5rem;gap:.5rem}}.guest-choice[data-chosen=true]{border-color:#87a878;background:#87a87808}.guest-choice[data-chosen=false]{border-color:#d4cdc4;background:#d4cdc408}.guest-choice__label{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:.9rem;color:#6b6158;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.guest-choice__name{font-family:Dancing Script,Arial,serif;font-size:1.5rem;color:#722f37;white-space:nowrap;margin-right:auto}@media (max-width: 480px){.guest-choice__name{margin-right:0;text-align:center;font-size:2rem;margin-bottom:.5rem}}.guest-choice__buttons{display:flex;gap:.5rem;flex-shrink:0}@media (max-width: 480px){.guest-choice__buttons{flex-direction:column;gap:.5rem}}.guest-choice__icon{width:16px;height:16px;flex-shrink:0}.guest-choice__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;padding:.5rem 1.5rem;border:2px solid #d4cdc4;border-radius:8px;background:#fff;cursor:pointer;transition:all .15s ease;overflow:hidden}@media (max-width: 480px){.guest-choice__btn{padding:1rem 1.5rem;font-size:1.2rem;justify-content:center;width:100%}}.guest-choice__btn:not(.guest-choice__btn--active):hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.guest-choice__btn:focus-visible{outline:2px solid #722F37;outline-offset:2px}.guest-choice__btn:disabled{opacity:.5;cursor:default}.guest-choice__btn--accept:not(.guest-choice__btn--active):hover:not(:disabled){border-color:#87a878;background:#87a8780d}.guest-choice__btn--decline:not(.guest-choice__btn--active):hover:not(:disabled){border-color:#d4856e;background:#b7553d08}.guest-choice__btn--accept.guest-choice__btn--active{border-color:#87a878;background:#87a878;color:#fff}.guest-choice__btn--decline.guest-choice__btn--active{border-color:#b7553d;background:#b7553d;color:#fff}.guest-choice__btn-text{white-space:nowrap}.meal-course{margin-bottom:2rem}.meal-course:last-child{margin-bottom:0}.meal-course__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:#722f37;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #d4cdc4}.meal-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.meal-option input{position:absolute;opacity:0;pointer-events:none}.meal-option input:checked+label{border-color:#87a878;background:#87a8781a}.meal-option input:checked+label:before{background:#87a878;border-color:#87a878}.meal-option label{display:block;border:2px solid #d4cdc4;border-radius:8px;cursor:pointer;transition:all .15s ease;position:relative;padding:1rem 1rem 1rem 3rem}.meal-option label:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid #d4cdc4;border-radius:50%;transition:all .15s ease}.meal-option label:after{content:"✓";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease}.meal-option label:hover{border-color:#a8c49a}.meal-option input:checked+label:after{opacity:1}.meal-option__name{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;color:#211f1d}.meal-option__description{display:block;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:.9rem;color:#6b6158;margin-top:2px}.toggle-option{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#faf8f5;border-radius:8px}.toggle-option__label{flex:1}.toggle-option__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;color:#211f1d;display:block}.toggle-option__description{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:.9rem;color:#6b6158;display:block;margin-top:2px}.toggle-option--card{border:2px solid #d4cdc4;background:#fff;transition:all .15s ease}.toggle-option--card:has(input:checked){border-color:#87a878;background:#87a8780d}.toggle-switch{position:relative;width:50px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch input:checked+.toggle-switch__slider{background:#87a878}.toggle-switch input:checked+.toggle-switch__slider:before{transform:translate(22px)}.toggle-switch input:focus+.toggle-switch__slider{box-shadow:0 0 0 3px #87a8784d}.toggle-switch input:focus-visible+.toggle-switch__slider{box-shadow:0 0 0 3px #87a87866;outline:2px solid #87a878;outline-offset:2px}.toggle-switch__slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#d4cdc4;border-radius:28px;transition:all .15s ease}.toggle-switch__slider:before{content:"";position:absolute;height:22px;width:22px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:all .15s ease;box-shadow:0 2px 4px #0000000d}.rsvp-error{text-align:center;padding:3rem;background:#b7553d1a;border-radius:8px;margin-bottom:2rem}.rsvp-error__icon{font-size:40px;margin-bottom:1rem}.rsvp-error__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:#b7553d;margin-bottom:.5rem}.rsvp-error__message{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#6b6158}.rsvp-not-found{text-align:center}.rsvp-not-found__header{display:flex;flex-direction:column;align-items:center}.rsvp-not-found__content{display:inline-flex;flex-direction:column;align-items:center;align-self:flex-start;border-radius:16px;background-color:#fff;margin:4rem auto;padding:2rem;width:500px}@media (max-width: 768px){.rsvp-not-found__content{width:100%}}.rsvp-not-found__title{font-size:3.5rem;margin:2rem 0 1rem}.rsvp-not-found__subtitle{font-size:1.2rem;color:#b7553d;display:flex;align-items:center;column-gap:1rem;margin-top:1rem}.rsvp-not-found__flourish{width:150px;color:#722f37}.rsvp-not-found .details{margin:2rem}.rsvp-not-found .login-form{width:100%}.rsvp-not-found__forgot{width:100%;margin-top:2rem;padding-top:2rem;border-top:1px solid #d4cdc4;text-align:center}.forgot-password-section{margin-top:1.5rem;padding:1.5rem;background:#faf8f5;border-radius:8px;text-align:left}.forgot-password-section__text{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#6b6158;margin-bottom:1.5rem;text-align:center}.link-button{background:none;border:none;padding:0;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#722f37;text-decoration:underline;cursor:pointer;transition:color .15s ease}.link-button:hover{color:#b7553d}.link-button:focus{outline:2px solid #722F37;outline-offset:2px}.form-message{padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;text-align:center}.form-message--success{background:#87a87826;color:#6b8a5e;border:1px solid rgba(135,168,120,.3)}.form-message--error{background:#b7553d1a;color:#b7553d;border:1px solid rgba(183,85,61,.2)}.rsvp-dashboard{width:100%;margin-top:5rem;margin-bottom:3rem}@media (min-width: 768px){.rsvp-dashboard{width:700px}}.rsvp-dashboard .rsvp-header{padding:2rem;text-align:center}.rsvp-dashboard .rsvp-header__guest{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#f5f0e8;margin:0;padding:0;border:none}@media (min-width: 768px){.rsvp-dashboard .rsvp-header__guest{font-size:2rem}}.rsvp-dashboard-form{padding:2rem}@media (max-width: 768px){.rsvp-dashboard-form{padding:1.5rem}}.dashboard-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #d4cdc4}.dashboard-section:last-of-type{border-bottom:none;margin-bottom:2rem;padding-bottom:0}.dashboard-section__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#722f37;margin-bottom:1rem}.dashboard-section__description{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#6b6158;margin-bottom:1.5rem}.dashboard-section__hint{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:.9rem;color:#6b6158;margin-top:1.5rem;text-align:center}.dashboard-section--attending-only{animation:slideDown .3s ease}.dashboard-section--visible{opacity:1}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.rsvp-notice{padding:1.5rem 2rem;margin:0;font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;text-align:center}.rsvp-notice--closed{background:#b7553d1a;color:#b7553d}.rsvp-notice p{margin:0}.meal-coming-soon{text-align:center;padding:3rem;background:#faf8f5;border-radius:8px}.meal-coming-soon__message{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:#211f1d;margin-bottom:1rem}.meal-coming-soon__note{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#6b6158;margin:0}.dashboard-actions{text-align:center;padding-top:2rem;border-top:1px solid #d4cdc4}.dashboard-actions__hint{font-family:Josefin Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#6b6158;margin-top:1rem;min-height:1.5em}.dashboard-actions__hint--success{color:#6b8a5e}.dashboard-actions__hint--error{color:#b7553d}.rsvp-declined-message{text-align:center;padding:3rem 2rem;background:#faf8f5;margin:2rem;border-radius:8px}.rsvp-declined-message__text{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:#211f1d;margin:0}.btn--large{padding:1.5rem 4rem;font-size:1.2rem}.member-meal-accordion{margin-bottom:1rem;border:1px solid #d4cdc4;border-radius:8px;overflow:hidden;background:#fff}.member-meal-accordion:last-child{margin-bottom:0}.member-meal-accordion__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem 2rem;background:#faf8f5;border:none;font:inherit;cursor:pointer;transition:background .15s ease}.member-meal-accordion__header:hover{background:#f5f1eb}.member-meal-accordion__header:focus-visible{outline:2px solid #722F37;outline-offset:-2px}.member-meal-accordion__name{font-family:Dancing Script,Arial,serif;font-size:1.5rem;color:#722f37;margin:0}.member-meal-accordion__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#722f37;transition:transform .15s ease}.member-meal-accordion__icon:before{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-4px}.member-meal-accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.member-meal-accordion__inner{padding:2rem;border-top:1px solid #d4cdc4}.member-meal-accordion--open .member-meal-accordion__icon{transform:rotate(180deg)}.member-meal-accordion--open .member-meal-accordion__content{max-height:1000px;transition:max-height .4s ease-in}.member-meal-accordion .meal-course{margin-bottom:2rem}.member-meal-accordion .meal-course:last-child{margin-bottom:0}.member-meal-accordion .meal-course__title{font-size:1rem;margin-bottom:1rem;color:#722f37}.member-meal-accordion .meal-options{display:flex;flex-direction:column;gap:.5rem}.member-meal-accordion .meal-option label{display:flex;align-items:center;padding:1rem 1.5rem 1rem 3rem;border:1px solid #d4cdc4;border-radius:4px;background:#fff}.member-meal-accordion .meal-option label:before{left:1rem;width:16px;height:16px}.member-meal-accordion .meal-option label:after{left:1rem;width:16px;height:16px;font-size:10px}.member-meal-accordion .meal-option input:checked+label{border-color:#87a878;background:#87a87814}.member-meal-accordion .meal-option__name{font-size:1rem}
