html,body,#root{height:100%;margin:0;padding:0}body{font-family:Arial,sans-serif;background-color:#faf9f7;color:#1c1c1c}a{text-decoration:none;color:inherit}.app-root{height:100%;display:flex;flex-direction:column}nav{flex-shrink:0}.page-container{flex:1;overflow:hidden;display:flex}nav{display:flex;justify-content:center;gap:2rem;padding:1.5rem 0;background-color:#dfe8d8}nav a{font-weight:700}nav a:hover{color:#3caea3}.home-section{height:100%;width:100%;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:12vh;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);overflow:hidden}.home-section h1{font-size:4rem;margin-bottom:1rem}.home-section p{font-size:1.2rem;margin:.5rem 0}.home-overlay{position:absolute;inset:0;background:#00000040;z-index:1}.home-section>*{position:relative;z-index:4}.gallery-section{width:100%;padding:4rem 2rem;text-align:center;background-color:#faf9f7;overflow-y:auto}.gallery-section h2{font-size:3rem;margin-bottom:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-item img:hover{transform:scale(1.05);box-shadow:0 8px 16px #00000026}.rsvp-section{width:100%;padding:4rem 2rem;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto}.rsvp-card{max-width:400px;width:100%;text-align:center;background-color:#cfe8f3;padding:3rem 2rem;border-radius:12px;box-shadow:0 8px 16px #0000001a}.rsvp-card h1{font-size:2.5rem;margin-bottom:1rem}.rsvp-card p{margin-bottom:2rem;font-size:1.1rem}.rsvp-card input{width:100%;padding:.6rem 1rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:8px}.rsvp-card button{padding:.6rem 1.2rem;border:none;border-radius:8px;background-color:#3caea3;color:#fff;font-weight:700;cursor:pointer;transition:background-color .3s ease}.rsvp-card button:hover{background-color:#32928f}.rsvp-card .error{color:#d9534f;margin-top:1rem}.rsvp-form-section{width:100%;padding:4rem 2rem;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto}.rsvp-form-card{max-width:500px;width:100%;background-color:#faf9f7;padding:3rem 2rem;border-radius:12px;box-shadow:0 8px 16px #0000001a}.rsvp-form-card h1{font-size:2.5rem;margin-bottom:1rem}.rsvp-form-card p{margin-bottom:1rem;font-size:1.1rem}.rsvp-form-card form{display:flex;flex-direction:column;gap:1rem}.rsvp-form-card input,.rsvp-form-card select{padding:.6rem 1rem;border:1px solid #ccc;border-radius:8px}.rsvp-form-card button{padding:.6rem 1.2rem;border:none;border-radius:8px;background-color:#3caea3;color:#fff;font-weight:700;cursor:pointer;transition:background-color .3s ease}.rsvp-form-card button:hover{background-color:#32928f}@media(max-width:600px){.home-section h1{font-size:3rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.rsvp-card,.rsvp-form-card{padding:2rem 1rem}}
