.hero{padding:0;margin-bottom:2rem;min-height:320px;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-text{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:320px;box-sizing:border-box;padding:0 1rem}.hero h1{font-size:5rem;line-height:1.1;margin:0;font-family:Playfair Display,serif;color:#a6a6a6}.date{font-size:2rem;font-style:italic;color:#a6a6a6}.hero-image{width:100%;max-width:none;height:auto;border-radius:12px;object-fit:cover;box-shadow:0 8px 24px #0000001f}.hero-slide-in{animation:heroSlideIn .9s ease}@keyframes heroSlideIn{0%{opacity:0;transform:translate(100vw)}to{opacity:1;transform:translate(0)}}.section{width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box;padding:3rem 1rem;background-color:#efefef;color:#a6a6a6;border-bottom:1px solid #eee}.section h2{font-size:2rem;color:#a6a6a6;margin-bottom:1.5rem}.schedule-item,.about-paragraph{margin-bottom:1.5rem}.about-image{display:block;width:100%;max-width:520px;margin:.8rem auto 0;border-radius:12px;object-fit:cover}.bride-quote{margin:1rem auto;padding:.75rem 1rem;max-width:720px;border-left:3px solid #c7b8a8;background:#f8f3ec;text-align:left}.bride-quote p{margin:0;font-style:italic}.bride-quote cite{display:block;margin-top:.4rem;font-style:normal;color:#7a6a5d}@media(max-width:600px){.hero,.hero-text{min-height:240px}.hero h1{font-size:3.4rem}.hero-image{max-width:100%}}:root{font-family:Playfair Display,serif,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#2c3e50;background-color:#efefef;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#efefef}#app{width:100%;max-width:none;margin:0 auto;padding:0;text-align:center}.container{width:100%;max-width:1200px;min-width:320px;margin:0 auto;position:relative;justify-content:center}.language-switcher{display:flex;justify-content:center;gap:.75rem}.section-menu{display:flex;justify-content:flex-start;flex-wrap:nowrap;gap:.75rem;width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box;padding:0 1rem;margin:1rem 0 0;overflow-x:auto}.section-menu button{background:none;border:1px solid #c4a162;padding:.45rem .9rem;cursor:pointer;font-family:inherit;font-size:.9rem;color:#c4a162;border-radius:4px;flex:0 0 140px;min-height:2.5rem;white-space:nowrap}.section-menu button.active{background-color:#c4a162;color:#efefef}.language-switcher button{background:none;border:1px solid #c4a162;padding:.3rem .6rem;cursor:pointer;font-family:inherit;font-size:.8rem;color:#c4a162;border-radius:4px;width:96px;text-align:center}.language-switcher button.active{background-color:#c4a162;color:#efefef}.hero{width:100vw;margin-left:calc(50% - 50vw);padding:0;margin-bottom:2rem;min-height:320px;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-stage{position:relative;width:100%;height:calc(100vw / 3);max-height:520px}.hero-panel{position:absolute;inset:0;display:flex;justify-content:center;align-items:center}.hero-gallery{display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:100%}.hero-gallery-image,.hero-image.hero-panel{width:100%;height:100%;object-fit:cover}.hero-enter{z-index:2;animation:heroEnter .9s ease forwards}.hero-exit{z-index:1;animation:heroExit .9s ease forwards}@keyframes heroEnter{0%{transform:translate(100vw)}to{transform:translate(0)}}@keyframes heroExit{0%{transform:translate(0)}to{transform:translate(-100vw)}}.hero h1{font-size:8rem;line-height:1.1;margin:0;font-family:Playfair Display,serif;color:#a6a6a6}.date{font-size:4rem;font-style:italic;color:#a6a6a6}.section{width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box;padding:3rem 1rem;border-bottom:1px solid #eee}.section h2{font-size:2rem;color:#8c7b6c;margin-bottom:1.5rem}.schedule-item{margin-bottom:1.5rem}.schedule-item h3{margin-bottom:.5rem;color:#a6a6a6}.rsvp-button{background-color:#8c7b6c;color:#fff;border:none;padding:.8rem 2rem;font-size:1.1rem;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.rsvp-button:hover{background-color:#7a6a5d}footer{padding:2rem 1rem;font-size:.9rem;color:#a69382}@media(max-width:1000px){.hero h1{font-size:34rem}}@media(max-width:600px){.hero h1{font-size:7rem}.hero{min-height:240px}.hero-stage{height:min(100vw,520px)}.hero-text{min-height:500px;max-width:100%}.hero-image{max-width:100%}.hero-gallery{grid-template-columns:1fr}}.hero-text.hero-panel{min-height:100%}@media(max-width:600px){.hero-text.hero-panel{min-height:240px}}.practical-content,.welcome-content{display:flex;align-items:stretch;gap:1.5rem;text-align:left}.welcome-image{width:52%;min-width:220px;max-width:460px;object-fit:cover;border-radius:12px}.welcome-text{flex:1}.welcome-text h2{margin-top:0}.practical-image{width:40%;min-width:220px;max-width:320px;object-fit:cover;border-radius:12px}.practical-text{flex:1}.practical-text h2{margin-top:0}.practical-subheading{margin-top:1.5rem;margin-bottom:.5rem;color:#a6a6a6}.section h2,.section h3{color:#a6a6a6}@media(max-width:800px){.welcome-content{flex-direction:column;align-items:center;text-align:center}.welcome-image{width:100%;max-width:520px;min-width:0}.practical-content{flex-direction:column;align-items:center;text-align:center}.practical-image{width:100%;max-width:520px;min-width:0}}
