:root{font-family:Playfair Display,Georgia,serif;line-height:1.6;font-weight:400;--palette-1: #4a7c59;--palette-2: #96b894;--palette-3: #6fa287;--palette-4: #3d6e3d;--palette-5: #2a4d2a;--palette-white: #ffffff;--color-primary: var(--palette-1);--color-secondary: var(--palette-3);--color-hover: var(--palette-4);--color-accent-1: var(--palette-2);--color-accent-2: var(--palette-2);--color-background: var(--palette-white);--color-surface: var(--palette-white);--color-text-dark: #2d3436;--color-text-light: var(--palette-1);color:var(--color-text-dark);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-background)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:400;color:var(--color-text-dark)}p{font-family:Lato,Helvetica,sans-serif;color:var(--color-text-light);line-height:1.8}a{color:var(--color-text-dark);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-secondary)}button{border-radius:30px;border:2px solid var(--color-primary);padding:.8em 2em;font-size:1em;font-weight:500;font-family:Lato,sans-serif;background-color:transparent;color:var(--color-primary);cursor:pointer;transition:all .3s ease;text-transform:lowercase}button:hover{background-color:var(--color-hover);border-color:var(--color-hover);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3d6e3d66}button.primary{background-color:var(--color-secondary);border-color:var(--color-secondary);color:#fff}button.primary:hover{background-color:var(--color-hover);border-color:var(--color-hover);color:#fff}button.secondary{background-color:#fff;border-color:#fff;color:var(--color-secondary)}button.secondary:hover{background-color:var(--color-surface);border-color:var(--color-surface);color:var(--color-secondary)}button.large{font-size:1.2rem;padding:1rem 3rem}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 0;transition:all .3s ease;border-bottom:1px solid transparent}.navigation.scrolled{padding:1rem 0;border-bottom:1px solid rgba(45,52,54,.1);box-shadow:0 2px 20px #0000000d}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:400;color:var(--color-text-dark);letter-spacing:2px;transition:color .3s ease}.nav-logo:hover{color:var(--color-secondary)}.nav-links{display:flex;list-style:none;gap:3rem;margin:0;padding:0}.nav-links li{position:relative}.nav-links a{font-family:Lato,sans-serif;font-size:1rem;color:var(--color-text-light);text-transform:lowercase;transition:color .3s ease;position:relative;padding-bottom:.25rem}.nav-links a:hover{color:var(--color-text-dark)}.nav-links a.active{color:var(--color-text-dark);font-weight:500}.nav-underline{position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:var(--color-secondary)}.nav-cta button{padding:.6em 1.8em;font-size:.95rem}@media(max-width:768px){.nav-container{padding:0 1rem}.nav-links{gap:1.5rem;font-size:.9rem}.nav-logo{font-size:1.5rem}.nav-cta button{padding:.5em 1.2em;font-size:.85rem}}@media(max-width:600px){.nav-links{gap:1rem}.nav-links a{font-size:.85rem}}.home{padding-top:80px}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative;background-image:url(/images/hero-bg.jpg);background-size:cover;background-position:center 40%;background-repeat:no-repeat;overflow:hidden}@media(max-width:768px){.hero{justify-content:flex-start;padding-top:120px;background-size:auto 150%;background-position:center top}}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffffd9,#ffffffbf);z-index:0}.hero-content{max-width:800px;z-index:1}.hero-date{font-family:Lato,sans-serif;font-size:1.1rem;letter-spacing:3px;text-transform:uppercase;color:var(--color-text-light);margin-bottom:2rem}.hero-names{font-size:5rem;font-weight:300;letter-spacing:2px;margin-bottom:2rem;color:var(--color-text-dark)}.hero-divider{width:100px;height:2px;background-color:var(--color-primary);margin:0 auto 2rem}.hero-location{font-size:1.5rem;color:var(--color-text-light);margin-bottom:3rem}.hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-scroll-indicator{position:absolute;bottom:2rem;font-size:2rem;color:var(--color-text-light);cursor:pointer}.home-about{padding:8rem 2rem;background-color:var(--color-surface)}.about-content{max-width:1200px;margin:0 auto;text-align:center}.about-content h2{font-size:3rem;margin-bottom:2rem;color:var(--color-text-dark)}.about-content>p{font-size:1.2rem;max-width:700px;margin:0 auto 4rem;line-height:2}.about-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.card{padding:3rem 2rem;border-radius:20px;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.card-pink{background-color:var(--color-primary);color:#fff}.card-pink h3,.card-pink p{color:#fff}.card-green{background-color:var(--color-secondary);color:#fff}.card-green h3,.card-green p{color:#fff}.card h3{font-size:1.5rem;margin-bottom:1rem;position:relative;z-index:3;transition:opacity .5s ease}.card p{margin:.5rem 0;font-size:1.1rem;position:relative;z-index:3;transition:opacity .5s ease}.card:hover h3,.card:hover p{opacity:0}.card-image-placeholder{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;background-color:#fff3;display:flex;align-items:center;justify-content:center;font-size:3rem;overflow:hidden;position:relative;z-index:2}.card-image-placeholder span{position:relative;z-index:2}.card-full-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease;z-index:2;border-radius:20px;overflow:hidden;pointer-events:none}.card-full-image img{width:100%;height:100%;object-fit:cover}.card:hover .card-full-image{opacity:1}.cta-section{margin-top:3rem}.home-gallery{padding:8rem 2rem;background-color:var(--color-accent-2)}.gallery-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,300px);gap:2rem}.gallery-text{grid-column:1;grid-row:1 / 3;display:flex;flex-direction:column;justify-content:center;padding:3rem;background-color:var(--color-surface);border-radius:20px}.gallery-text h2{font-size:2.5rem;margin-bottom:1rem}.gallery-text p{font-size:1.1rem;margin-bottom:2rem}.gallery-placeholder{border-radius:20px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;transition:transform .3s ease;overflow:hidden}.gallery-placeholder:hover{transform:scale(1.05)}.gallery-1{grid-column:2;grid-row:1}.gallery-2{grid-column:2;grid-row:2}.gallery-3{display:none}.home-cta{padding:8rem 2rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary))}.cta-content{max-width:700px;margin:0 auto;text-align:center;padding:4rem;background-color:var(--color-surface);border-radius:30px;box-shadow:0 20px 60px #0000001a}.cta-content h2{font-size:3rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem}@media(max-width:768px){.hero-names{font-size:3rem}.about-content h2{font-size:2rem}.about-cards{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-template-rows:auto}.gallery-text{grid-column:1;grid-row:1}.gallery-1{grid-column:1;grid-row:2}.gallery-2{grid-column:1;grid-row:3}.cta-content{padding:2rem}.cta-content h2{font-size:2rem}}.event-details{padding-top:80px}.details-hero{min-height:40vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary))}.details-hero-content h1{font-size:4rem;margin-bottom:1rem}.details-hero-content p{font-size:1.3rem;color:#fff}.schedule-section{padding:8rem 2rem;background-color:var(--color-surface)}.schedule-content{max-width:1200px;margin:0 auto;text-align:center}.schedule-content h2{font-size:3rem;margin-bottom:3rem}.schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.schedule-card{padding:2.5rem 2rem;border-radius:20px;transition:transform .3s ease,box-shadow .3s ease}.schedule-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.schedule-time{font-size:2rem;font-weight:600;color:var(--color-text-dark);margin-bottom:.5rem}.schedule-card h3{font-size:1.5rem;margin-bottom:1rem}.schedule-card p{font-size:1rem;line-height:1.6}.venue-section{padding:8rem 2rem;background-color:var(--color-surface)}.venue-content{max-width:1200px;margin:0 auto}.venue-content h2{font-size:3rem;margin-bottom:3rem;text-align:center;color:var(--color-text-dark)}.venue-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;align-items:center}.venue-info{background-color:var(--color-secondary);padding:3rem;border-radius:20px;height:400px;display:flex;flex-direction:column;justify-content:center}.venue-info h3{font-size:2rem;margin-bottom:1.5rem;color:#fff}.venue-name{font-size:1.5rem;font-weight:600;color:var(--color-text-dark);margin-bottom:.5rem}.venue-info p{margin-bottom:.5rem;font-size:1.1rem;color:#fff}.venue-carousel{position:relative;height:400px;border-radius:20px;overflow:hidden}.carousel-image-container{width:100%;height:100%;position:relative}.carousel-image-container img{width:100%;height:100%;object-fit:cover;border-radius:20px}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;color:var(--color-text-dark);border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2;line-height:1;padding:0}.carousel-button:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-button.prev{left:1rem}.carousel-button.next{right:1rem}.carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:#ffffff80;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#fffc;transform:scale(1.2)}.carousel-dot.active{background:#fff;transform:scale(1.2)}.venue-details{background-color:var(--color-secondary);padding:3rem;border-radius:20px}.venue-details h3{font-size:2rem;margin-bottom:2rem;text-align:center;color:#fff}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.detail-item h4{font-size:1.3rem;margin-bottom:.5rem;color:#fff}.detail-item p{font-size:1rem;line-height:1.7;color:#fff}.travel-section{padding:8rem 2rem;background-color:var(--color-surface)}.travel-content{max-width:1200px;margin:0 auto}.travel-content h2{font-size:3rem;margin-bottom:2rem;text-align:center}.travel-intro{text-align:center;margin-bottom:3rem}.travel-intro p{font-size:1.2rem;max-width:700px;margin:0 auto}.booking-info{margin-bottom:4rem}.booking-info h3{font-size:2.5rem;margin-bottom:2rem;text-align:center}.booking-card{background-color:var(--color-surface);padding:3rem;border-radius:20px;text-align:center;max-width:700px;margin:0 auto;box-shadow:0 5px 20px #00000014}.booking-card h4{font-size:2rem;margin-bottom:1.5rem;color:var(--color-text-dark)}.booking-card p{font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.booking-requirement{color:var(--color-secondary);font-size:1.2rem;margin:1.5rem 0}.booking-card button{margin-top:1.5rem}.rates-info{margin-bottom:4rem;text-align:center}.rates-info h3{font-size:2.5rem;margin-bottom:1.5rem}.rates-placeholder{font-size:1.1rem;color:var(--color-text-light);max-width:600px;margin:0 auto}.included-section,.not-included-section{margin-bottom:4rem}.included-section h3,.not-included-section h3{font-size:2.5rem;margin-bottom:2rem;text-align:center}.cancellation-policy{margin-top:4rem;text-align:center;padding:3rem;background-color:var(--color-surface);border-radius:20px}.cancellation-policy h3{font-size:2rem;margin-bottom:1.5rem;color:var(--color-text-dark)}.policy-placeholder{font-size:1.1rem;color:var(--color-text-light)}.travel-info{margin-top:4rem}.travel-info h3{font-size:2.5rem;margin-bottom:2rem;text-align:center}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.info-card{background-color:var(--color-secondary);padding:2.5rem 2rem;border-radius:20px;transition:transform .3s ease}.info-card:hover{transform:translateY(-5px)}.info-card h4{font-size:1.5rem;margin-bottom:1rem;color:var(--color-text-dark)}.info-card p{font-size:1rem;line-height:1.7}.things-to-do{padding:8rem 2rem;background-color:var(--color-secondary)}.things-content{max-width:1200px;margin:0 auto;text-align:center}.things-content h2{font-size:3rem;margin-bottom:1.5rem}.things-content>p{font-size:1.2rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;color:#fff}.activities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.activity-card{background-color:var(--color-surface);padding:2.5rem 2rem;border-radius:20px;transition:transform .3s ease,box-shadow .3s ease}.activity-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.activity-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--color-text-dark)}.activity-card p{font-size:1rem;line-height:1.6;color:var(--color-text-dark)}@media(max-width:768px){.details-hero-content h1{font-size:2.5rem}.schedule-content h2,.venue-content h2,.travel-content h2,.things-content h2{font-size:2rem}.venue-grid{grid-template-columns:1fr}.venue-carousel,.venue-info{height:300px}.carousel-button{width:40px;height:40px;font-size:1.5rem}.carousel-button.prev{left:.5rem}.carousel-button.next{right:.5rem}.booking-card{padding:2rem 1.5rem}.booking-card h4{font-size:1.5rem}.rates-info h3,.included-section h3,.not-included-section h3,.booking-info h3{font-size:1.8rem}.cancellation-policy{padding:2rem 1.5rem}}.faq{padding-top:80px}.faq-hero{min-height:40vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--color-accent-1),var(--color-secondary))}.faq-hero-content h1{font-size:3.5rem;margin-bottom:1rem}.faq-hero-content p{font-size:1.3rem;color:#fff}.faq-content{padding:8rem 2rem;background-color:var(--color-surface)}.faq-container{max-width:900px;margin:0 auto}.faq-section{margin-bottom:4rem}.faq-section:last-child{margin-bottom:0}.faq-section-title{font-size:2rem;color:var(--color-text-dark);margin-bottom:2rem;text-align:left;font-weight:600}.faq-item{background-color:var(--color-surface);border:2px solid var(--color-secondary);border-radius:15px;margin-bottom:1.5rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 5px 20px #00000014;border-color:var(--color-accent-coral)}.faq-item.open{border-color:var(--color-accent-coral)}.faq-question{width:100%;padding:1.8rem 2rem;display:flex;justify-content:space-between;align-items:center;background:none;border:none;border-radius:15px;cursor:pointer;text-align:left;font-size:1.2rem;font-weight:500;color:var(--color-text-dark);transition:background-color .3s ease}.faq-question:hover{background-color:var(--color-secondary)}.faq-icon{font-size:1.8rem;color:var(--color-accent-coral);font-weight:300;transition:transform .3s ease;min-width:30px;text-align:center}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{overflow:hidden;padding:0 2rem}.faq-answer p{padding-bottom:1.8rem;font-size:1.05rem;line-height:1.8;color:var(--color-text-light)}.faq-cta-section{padding:8rem 2rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary))}.faq-cta-content{max-width:700px;margin:0 auto;text-align:center;padding:4rem;background-color:var(--color-surface);border-radius:30px;box-shadow:0 20px 60px #0000001a}.faq-cta-content h2{font-size:3rem;margin-bottom:1rem;color:var(--color-text-dark)}.faq-cta-content p{font-size:1.2rem;margin-bottom:2rem;color:var(--color-text-light)}.contact-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.faq-hero-content h1{font-size:2.2rem}.faq-section-title{font-size:1.5rem}.faq-question{padding:1.5rem;font-size:1.05rem}.faq-answer p{padding-bottom:1.5rem}.faq-cta-content{padding:2.5rem 2rem}.faq-cta-content h2{font-size:2rem}}.std-page{min-height:100vh;background:linear-gradient(135deg,#4a7c59,#96b894);padding:6rem 1rem 2rem;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.std-container{background:#fffffffa;border-radius:24px;max-width:750px;width:100%;padding:3.5rem 3rem;box-shadow:0 25px 80px #0003;margin:2rem auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.std-header{text-align:center;margin-bottom:2.5rem}.std-header h1{margin:0 0 1rem;font-size:2.75rem;background:linear-gradient(135deg,#4a7c59,#96b894);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-1px}.std-header h3{margin:0 0 1rem;font-size:1.25rem;color:#3d6e3d;font-weight:600}.std-header p{margin:0;color:#555;font-size:1.15rem;line-height:1.7}.std-info-box{background:linear-gradient(135deg,#4a7c591a,#96b8941a);border:2px solid rgba(74,124,89,.2);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem;text-align:center}.std-info-box h3{margin:0 0 .75rem;font-size:1.1rem;color:#4a7c59;font-weight:700}.std-info-box p{margin:0;color:#555;font-size:.95rem;line-height:1.6}.std-info-box a{color:#4a7c59;text-decoration:none;font-weight:600}.std-info-box a:hover{text-decoration:underline}.std-form{display:flex;flex-direction:column;gap:1.25rem}.std-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.std-form-group{display:flex;flex-direction:column;gap:.5rem}.std-form-group label{font-size:.95rem;font-weight:600;color:#333}.std-form-group input,.std-form-group select{padding:.95rem 1.125rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;font-family:inherit;background:#fff;width:100%;box-sizing:border-box;height:3.25rem;line-height:1.5}.std-form-group input:focus,.std-form-group select:focus{outline:none;border-color:#4a7c59;box-shadow:0 0 0 4px #4a7c591a;transform:translateY(-1px)}.std-form-group input.error{border-color:#c62828;background-color:#fff5f5}.std-form-group input.error:focus{border-color:#c62828;box-shadow:0 0 0 3px #c628281a}.std-form-group input::placeholder{color:#aaa}.std-field-error{color:#c62828;font-size:.85rem;margin-top:-.25rem;display:block}.std-error{padding:1rem 1.25rem;background-color:#ffebee;color:#c62828;border-radius:8px;font-size:.95rem;border-left:4px solid #c62828;margin-bottom:1rem}.std-submit-button{padding:1.25rem 2.5rem;background:linear-gradient(135deg,#4a7c59,#96b894);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;font-family:inherit;box-shadow:0 10px 30px #4a7c594d}.std-submit-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #4a7c5966}.std-submit-button:active:not(:disabled){transform:translateY(0)}.std-submit-button:disabled{opacity:.6;cursor:not-allowed}.std-success-page{text-align:center;padding:4rem 2rem}.std-success-icon{width:80px;height:80px;background-color:#4caf50;color:#fff;font-size:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-weight:700}.std-success-page h2{color:#4caf50;margin-bottom:1rem;font-size:2rem}.std-success-page p{color:#666;font-size:1.2rem;margin-bottom:.5rem}.std-success-subtext{color:#999!important;font-size:1rem!important;margin-top:1rem!important}@media(max-width:768px){.std-page{padding:5rem 1rem 1rem}.std-container{padding:2rem 1.5rem;margin:1rem auto}.std-header h1{font-size:1.75rem}.std-header p{font-size:1rem}.std-form-row{grid-template-columns:1fr}.std-mode-toggle button{padding:.875rem 1rem;font-size:.95rem}.std-success-page{padding:3rem 1rem}.std-success-page h2{font-size:1.5rem}}.rsvp{min-height:100vh;background:linear-gradient(135deg,#4a7c59,#96b894);padding:6rem 1rem 2rem;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rsvp-container{background:#fffffffa;border-radius:24px;max-width:750px;width:100%;padding:3.5rem 3rem;box-shadow:0 25px 80px #0003;margin:2rem auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rsvp-intro{text-align:center;margin-bottom:2.5rem}.rsvp-intro h2{margin:0 0 1rem;font-size:2.75rem;background:linear-gradient(135deg,#4a7c59,#96b894);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-1px}.rsvp-intro h3{margin:0 0 1rem;font-size:1.25rem;color:#3d6e3d;font-weight:600}.rsvp-intro p{margin:0;color:#555;font-size:1.15rem;line-height:1.7}.rsvp-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#333}.form-group input,.form-group select,.form-group textarea{padding:.95rem 1.125rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;font-family:inherit;background:#fff;width:100%;box-sizing:border-box;height:3.25rem;line-height:1.5}.form-group select{line-height:normal;padding-top:.75rem;padding-bottom:.75rem}.form-group textarea{height:auto;min-height:100px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4a7c59;box-shadow:0 0 0 4px #4a7c591a;transform:translateY(-1px)}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#c62828!important;background-color:#fff5f5!important}.form-group input.error:focus,.form-group select.error:focus,.form-group textarea.error:focus{border-color:#c62828!important;box-shadow:0 0 0 3px #c628281a!important}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.radio-group{display:flex;gap:2rem;margin-top:1rem}.radio-label{display:flex;align-items:center;cursor:pointer;font-size:1.05rem;color:var(--color-text-dark);position:relative;padding:1rem 1.5rem;background-color:var(--color-surface);border-radius:15px;flex:1;transition:all .3s ease}.radio-label:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.radio-label input[type=radio]{position:absolute;opacity:0;cursor:pointer}.radio-custom{width:22px;height:22px;border:2px solid var(--color-text-light);border-radius:50%;margin-right:1rem;position:relative;transition:all .3s ease;flex-shrink:0}.radio-label input[type=radio]:checked~.radio-custom{border-color:var(--color-secondary);background-color:var(--color-secondary)}.radio-label input[type=radio]:checked~.radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:var(--color-surface);border-radius:50%}.radio-label input[type=radio]:checked~span:not(.radio-custom){font-weight:600;color:var(--color-text-dark)}.rsvp-field-error{color:#c62828;font-size:.85rem;margin-top:-.25rem;display:block}.rsvp-error{padding:1rem 1.25rem;background-color:#ffebee;color:#c62828;border-radius:8px;font-size:.95rem;border-left:4px solid #c62828;margin-bottom:1rem}.submit-button{padding:1.25rem 2.5rem;background:linear-gradient(135deg,#4a7c59,#96b894);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;font-family:inherit;box-shadow:0 10px 30px #4a7c594d;width:100%}.submit-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #4a7c5966}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.rsvp-note{margin-top:2rem;text-align:center;color:#666;font-size:.95rem;line-height:1.6}.rsvp-note a{color:#4a7c59;text-decoration:none;font-weight:600}.rsvp-note a:hover{text-decoration:underline}.rsvp-success{min-height:100vh;background:linear-gradient(135deg,#4a7c59,#96b894);padding:6rem 1rem 2rem;display:flex;align-items:center;justify-content:center}.success-content{background:#fffffffa;border-radius:24px;max-width:650px;width:100%;padding:3.5rem 3rem;box-shadow:0 25px 80px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.success-icon{width:80px;height:80px;background-color:var(--color-secondary);color:#fff;font-size:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-weight:700}.success-content h1{color:var(--color-secondary);margin-bottom:1rem;font-size:2rem}.success-content p{color:#666;font-size:1.2rem;margin-bottom:.5rem}.success-content button{padding:1rem 2rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #4a7c594d}.success-content button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #4a7c5966}@media(max-width:768px){.rsvp{padding:5rem 1rem 1rem}.rsvp-container{padding:2rem 1.5rem;margin:1rem auto}.rsvp-intro h2{font-size:1.75rem}.rsvp-intro p{font-size:1rem}.form-row{grid-template-columns:1fr}.radio-group{flex-direction:column;gap:1rem}.success-content{padding:2.5rem 1.5rem}.success-content h1{font-size:1.5rem}.success-content p{font-size:1rem}}.app{min-height:100vh;background-color:var(--color-background)}#root{margin:0;padding:0;width:100%}
