@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;600;700;800;900&family=Inter:wght@200;300;400;500;600&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap";:root{--gold: #d1ac79;--gold-light: #dbb587;--gold-dark: #c19a6b;--champagne: #3A3A3A;--cream: #E8E8E8;--charcoal: #1A1A1A;--charcoal-light: #2A2A2A;--deep-navy: #0F0F0F;--pearl: #2C2C2C;--midnight: #0A0A0A;--bronze: #CD7F32;--silver: #C0C0C0;--black-pearl: #181818;--mint: var(--gold);--peach: var(--pearl);--mint-light: var(--gold-light);--peach-light: var(--charcoal-light);--mint-dark: var(--gold-dark);--peach-dark: var(--bronze);--text-dark: var(--cream);--text-medium: #C0C0C0;--text-light: #A0A0A0;--white: #FFFFFF;--off-white: var(--pearl);--black: var(--midnight)}html{scroll-behavior:smooth;scroll-snap-type:y mandatory}body{margin:0;font-family:Inter,-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;background:var(--dark-charcoal);color:var(--cream)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:400;line-height:1.2;margin:0;letter-spacing:.02em}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--charcoal)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold-light)}::selection{background:var(--gold);color:var(--midnight)}::-moz-selection{background:var(--gold);color:var(--midnight)}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #e2e8f0;margin-bottom:24px}.modal-header h2{margin:0;color:#1a202c;font-size:1.5rem;font-weight:600}.modal-close-btn{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer;padding:4px;line-height:1;border-radius:4px;transition:all .2s}.modal-close-btn:hover{background-color:#f1f5f9;color:#334155}.modal-close-btn:disabled{opacity:.5;cursor:not-allowed}.guest-form{padding:0 24px 24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;color:#374151;font-weight:500;font-size:14px}.required{color:#dc2626}.form-group input,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff9a7a;box-shadow:0 0 0 3px #ff9a7a1a}.form-group input.error,.form-group textarea.error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-group input:disabled,.form-group textarea:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.checkbox-group{margin-bottom:16px}.custom-checkbox{display:flex;align-items:center;cursor:pointer;padding:8px 0;transition:all .2s ease}.custom-checkbox:hover .checkbox-box{border-color:#ff9a7a;transform:scale(1.05)}.checkbox-box{width:22px;height:22px;border:2px solid #d1d5db;border-radius:6px;margin-right:12px;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .2s ease;position:relative}.checkbox-box.checked{background:#ff9a7a;border-color:#ff9a7a;color:#fff}.checkbox-checkmark{width:14px;height:14px;opacity:0;transform:scale(.8);transition:all .15s ease}.checkbox-box.checked .checkbox-checkmark{opacity:1;transform:scale(1)}.checkbox-label-text{color:#374151;font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none;transition:color .2s ease}.custom-checkbox:hover .checkbox-label-text{color:#ff9a7a}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-weight:400;margin-bottom:0;padding:8px 0}.checkbox-label input[type=checkbox]{width:20px;height:20px;margin-right:12px;cursor:pointer;accent-color:#ff9a7a;border-radius:4px;border:2px solid #d1d5db;transition:all .2s ease}.checkbox-label input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.checkbox-text{color:#374151;font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none}.error-text{color:#dc2626;font-size:12px;margin-top:4px;display:block}.modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:20px;border-top:1px solid #e2e8f0}.btn-secondary,.btn-primary{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;min-width:100px}.btn-secondary{background-color:#f8fafc;color:#475569;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#f1f5f9;border-color:#9ca3af}.btn-primary{background-color:#ff9a7a;color:#fff}.btn-primary:hover:not(:disabled){background-color:#ff8660}.btn-secondary:disabled,.btn-primary:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.modal-overlay{padding:10px}.modal-content{max-height:95vh}.modal-header{padding:20px 20px 0;margin-bottom:20px}.modal-header h2{font-size:1.25rem}.guest-form{padding:0 20px 20px}.modal-footer{flex-direction:column}.btn-secondary,.btn-primary{width:100%}}.admin-page{min-height:100vh;background:linear-gradient(135deg,#1a4d3e,#2d5a4d);padding:20px}.admin-container{max-width:1400px;margin:0 auto}.admin-login-form{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 30px #0000001a;max-width:400px;margin:100px auto;text-align:center}.admin-login-form h1{color:#2c3e50;margin-bottom:10px;font-size:28px}.admin-login-form p{color:#6b7280;margin-bottom:30px}.admin-login-form .form-group{margin-bottom:20px;text-align:left}.admin-login-form label{display:block;color:#374151;font-weight:500;margin-bottom:8px}.admin-login-form input[type=password]{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:border-color .2s}.admin-login-form input[type=password]:focus{outline:none;border-color:#ff9a7a;box-shadow:0 0 0 3px #ff9a7a1a}.admin-login-form button{width:100%;background:linear-gradient(135deg,#ff9a7a,#ffb299);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:opacity .2s}.admin-login-form button:hover:not(:disabled){opacity:.9}.admin-login-form button:disabled{opacity:.6;cursor:not-allowed}.admin-login-form button:not(:disabled){opacity:1}.admin-header{background:#fff;border-radius:12px;padding:30px;margin-bottom:20px;box-shadow:0 4px 15px #0000001a;text-align:center}.admin-header h1{color:#2c3e50;margin-bottom:10px;font-size:32px}.admin-header p{color:#6b7280;font-size:18px}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;padding:24px;text-align:center;box-shadow:0 4px 15px #0000001a;border-left:4px solid #ff9a7a}.stat-card.success{border-left-color:#10b981}.stat-card.danger{border-left-color:#ef4444}.stat-card.warning{border-left-color:#f59e0b}.stat-card.info{border-left-color:#52c4a0}.stat-card h3{font-size:32px;font-weight:700;margin-bottom:8px;color:#2c3e50}.stat-card p{color:#6b7280;font-size:14px;margin:0}.admin-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.admin-table{width:100%;border-collapse:collapse}.admin-table th{background:#f8fafc;padding:16px 12px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:14px}.admin-table td{padding:12px;border-bottom:1px solid #f3f4f6;font-size:14px;vertical-align:top}.admin-table tr:hover{background:#f9fafb}.admin-table tr.attending{background:#10b9810d}.admin-table tr.not-attending{background:#ef44440d}.name-cell{font-weight:600;color:#2c3e50}.email-cell{color:#6b7280}.date-cell{color:#6b7280;font-size:12px}.status{padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500;text-transform:uppercase}.status.yes{background:#dcfce7;color:#166534}.status.no{background:#fee2e2;color:#991b1b}.no-data{padding:40px;text-align:center;color:#6b7280}.error-message{background:#fee2e2;color:#991b1b;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px}@media (max-width: 768px){.admin-page{padding:10px}.admin-login-form{margin:50px auto;padding:30px 20px}.admin-stats{grid-template-columns:repeat(2,1fr);gap:15px}.admin-table-container{overflow-x:auto}.admin-table{min-width:1000px}.admin-table th,.admin-table td{padding:8px 6px;font-size:12px}}.admin-tabs{display:flex;margin-bottom:30px;background:#fff;border-radius:8px;padding:4px;box-shadow:0 2px 4px #0000001a}.tab-button{flex:1;padding:12px 24px;background:none;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;color:#6b7280}.tab-button.active{background:#ff9a7a;color:#fff;box-shadow:0 2px 4px #ff9a7a33}.tab-button:hover:not(.active){background:#f3f4f6;color:#374151}.admin-actions{display:flex;justify-content:flex-end;margin-bottom:20px;gap:12px}.btn-primary{background:#ff9a7a;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#ff8660;transform:translateY(-1px)}.code-cell code{background:#f1f5f9;padding:4px 8px;border-radius:4px;font-family:Monaco,Menlo,monospace;font-size:13px;color:#475569;border:1px solid #e2e8f0}.plus-one-name{display:block;color:#6b7280;font-size:12px;margin-top:2px}.notes-cell{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-card.purple{background:linear-gradient(135deg,#52c4a0,#40b894)}.stat-card.purple h3,.stat-card.purple p{color:#fff}@media (max-width: 768px){.admin-tabs{margin-bottom:20px}.tab-button{padding:10px 16px;font-size:14px}.admin-actions{justify-content:stretch}.btn-primary{width:100%}}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;height:100%}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:300;line-height:1.7;color:var(--cream);background:var(--midnight);overflow-x:hidden}#root{margin:0;padding:0}.App{position:relative;margin:0;padding:0}.progress-bar{position:fixed;top:0;left:0;right:0;height:1px;background:var(--gold);transform-origin:0%;z-index:1000;box-shadow:0 0 10px #d1ac794d}img{filter:grayscale(100%) contrast(1.1) brightness(.9) sepia(.1) saturate(.7);transition:filter .3s ease}.hero-section:before,.event-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 60%,rgba(0,0,0,.3) 100%);z-index:1;pointer-events:none}.navigation{position:fixed;top:0;left:0;right:0;background:var(--midnight);z-index:100}.main-content{flex:1;margin-top:80px;height:calc(100vh - 80px);overflow:hidden}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem;position:relative;z-index:2}.nav-menu.centered,.nav-menu.right-aligned{display:flex;list-style:none;gap:3rem;align-items:center;margin:0;padding:0;flex:1;justify-content:center}.nav-page-title{color:var(--gold);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400;letter-spacing:.05em;margin:0;text-transform:uppercase;position:absolute;left:50%;transform:translate(-50%);z-index:1;display:none}.layout{min-height:100vh}.layout main{padding-top:50px}.layout.homev2-layout main{padding-top:0}@media (min-width: 768px){.layout main{padding-top:75px}.layout.homev2-layout main{padding-top:0}}.nav-item{position:relative}.nav-link{color:var(--gold)!important;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:400;letter-spacing:.05em;cursor:pointer;padding:.5rem 0;transition:all .3s ease;position:relative;text-decoration:none;display:inline-block;text-transform:uppercase}.nav-link:hover{color:var(--cream)!important}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.nav-link:hover:after,.nav-item.active .nav-link:after{width:0%}.nav-item.active .nav-link{color:var(--cream)!important}.rsvp-nav-item{margin-left:1rem}.rsvp-nav-link{background:transparent;color:var(--gold)!important;padding:.5rem 0!important;border-radius:0;border:none;outline:none;outline-offset:0;transition:all .3s ease;font-weight:600}.rsvp-nav-link:hover{background:transparent;color:var(--cream)!important;transform:none;box-shadow:none}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101;order:-1}.hamburger-line{width:24px;height:2px;background:var(--gold);transition:all .3s ease;transform-origin:center}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.hamburger-menu{display:flex}.nav-container{justify-content:flex-start;gap:1rem}.nav-page-title{position:static;transform:none;flex:1;text-align:left;font-size:1.25rem;display:block}.nav-menu.centered,.nav-menu.right-aligned{position:fixed;top:80px;left:0;right:0;background:var(--midnight);flex-direction:column;gap:2rem;padding:2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-top:1px solid rgba(209,172,121,.2);justify-content:flex-start}.nav-menu.centered.mobile-menu-open,.nav-menu.right-aligned.mobile-menu-open{transform:translateY(0);opacity:1;visibility:visible}.nav-item{text-align:center}.nav-link{font-size:1.5rem;padding:1rem 0;color:var(--gold)!important}.nav-link:hover,.nav-item.active .nav-link{color:var(--cream)!important}.rsvp-nav-item{margin-left:0;margin-top:1rem;padding-top:1rem}}.rsvp-nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.rsvp-nav-link:hover:after,.nav-item.active .rsvp-nav-link:after{width:0%}.nav-item.active .rsvp-nav-link{background:transparent;color:var(--cream)!important}.hero-page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;opacity:.9;min-height:100vh;padding:50px 0 4rem;background:linear-gradient(to bottom,#0a0a0ab3 0 45%,#f9f4ec 45% 100%);gap:1.5rem;position:relative}.hero-page-fitted{height:100vh;min-height:100vh;max-height:100vh;overflow:hidden;padding:0 1rem;gap:0;background:linear-gradient(to bottom,rgba(10,10,10,.7) 0,rgba(10,10,10,.7) var(--hero-bg-breakpoint, 50%),#f9f4ec var(--hero-bg-breakpoint, 50%),#f9f4ec 100%);justify-content:center;align-items:center;display:flex;flex-direction:column}.layout.no-scroll main{padding-top:0}.layout.no-scroll .hero-page-fitted{padding-top:115px}@media (max-width: 950px) and (min-width: 769px){.hero-page-fitted{padding:0 1.5rem}.layout.no-scroll .hero-page-fitted{padding-top:75px}.title-section-fitted{padding:2.5rem 0}.photo-frame-fitted{width:min(75vw,var(--hero-photo-height, 400px) * 1.43);height:var(--hero-photo-height, 400px);max-height:58vh;max-width:80vw}}@media (min-width: 951px) and (max-width: 1199px){.photo-frame-fitted{max-height:48vh}}@media (max-width: 1200px){.hero-page .rsvp-button-section,.hero-page-fitted .rsvp-button-section,.title-section-fitted .rsvp-button-section{margin-top:8rem!important;background:#ff00001a!important}}@media (max-width: 950px) and (min-width: 769px){.title-section-fitted h1{font-size:clamp(1.2rem,3.5vw,1.6rem)}.title-section-fitted p{font-size:clamp(.85rem,2.5vw,1rem)}.title-section-fitted .rsvp-button{padding:clamp(2px,.3vw,3px) clamp(30px,8vw,50px);font-size:clamp(.75rem,1.5vw,.9rem)}.title-section-fitted .separator-section{margin:clamp(.15rem,.8vh,.3rem) 0}.title-section-fitted{justify-content:flex-start;min-height:50vh}.title-section-fitted .rsvp-button-section{margin-top:6rem!important;margin-bottom:clamp(1.5rem,4vh,2.5rem)}}@media (max-width: 768px){.hero-page-fitted{padding:0 1rem}.layout.no-scroll .hero-page-fitted{padding-top:70px}.title-section-fitted{padding:1.5rem 0;justify-content:flex-start;min-height:50vh}.photo-frame{width:85vw;max-width:400px;height:51vw;max-height:300px}}@media (max-width: 480px){.hero-page-fitted{padding:0 .8rem}.layout.no-scroll .hero-page-fitted{padding-top:70px}.title-section-fitted{padding:1.2rem 0}.photo-frame{width:88vw;max-width:320px;height:51.04vw;max-height:220px}}.hero-page:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffd70014;pointer-events:none;z-index:10;mix-blend-mode:soft-light}.layout.no-scroll{min-height:100vh}.layout.no-scroll main{min-height:100vh;padding-top:0}.photo-container{margin-bottom:0;position:relative}.photo-frame:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/imgs/border.png);background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:2}.photo-frame:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/imgs/border.png);background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:2}END COMMENTED OUT */ .photo-frame{position:relative;width:70vw;max-width:600px;height:42vw;max-height:360px;display:flex;align-items:center;justify-content:center;background-size:contain;background-repeat:no-repeat;background-position:center;padding-top:20px;margin:50px 0 0;transition:filter .3s ease;z-index:2}@media (min-width: 1200px){.photo-frame{width:min(60vw,700px);height:calc(min(60vw,700px)*.6);max-height:400px}.title-section-fitted{padding:3rem 0}}@media (min-width: 1600px){.photo-frame{width:min(55vw,800px);height:calc(min(55vw,800px)*.6);max-height:450px}.title-section-fitted{padding:3.5rem 0}}@media (min-width: 2000px){.photo-frame{width:min(50vw,900px);height:calc(min(50vw,900px)*.6);max-height:500px}.title-section-fitted{padding:4rem 0}}@media (min-width: 2200px){.photo-frame{width:min(48vw,1000px);height:calc(min(48vw,1000px)*.6);max-height:550px}.title-section-fitted{padding:4.5rem 0}}.photo-frame-fitted{width:min(75vw,var(--hero-photo-height, 350px) * 1.43);height:var(--hero-photo-height, 350px);max-width:500px;max-height:50vh;margin:0;padding:0;flex-shrink:0}@media (min-width: 1200px){.photo-frame-fitted{width:min(60vw,var(--hero-photo-height, 400px) * 1.43);height:var(--hero-photo-height, 400px);max-width:600px;max-height:40vh}}@media (min-width: 1600px){.photo-frame-fitted{width:min(55vw,var(--hero-photo-height, 450px) * 1.43);height:var(--hero-photo-height, 450px);max-width:700px;max-height:40vh}}@media (min-width: 2000px){.photo-frame-fitted{width:min(50vw,var(--hero-photo-height, 500px) * 1.43);height:var(--hero-photo-height, 500px);max-width:800px;max-height:40vh}}@media (max-width: 768px){.photo-frame-fitted{width:min(90vw,var(--hero-photo-height, 350px) * 1.43)!important;height:var(--hero-photo-height, 350px)!important;max-height:65vh!important;max-width:95vw!important}}@media (max-width: 900px) and (min-width: 769px) and (orientation: landscape){.photo-frame-fitted{max-height:60vh!important}}@media (max-width: 480px){.photo-frame-fitted{width:min(95vw,var(--hero-photo-height, 300px) * 1.43)!important;height:var(--hero-photo-height, 300px)!important;max-height:60vh!important;max-width:98vw!important}}.hero-banner-container{position:relative;width:100%;height:100%;overflow:hidden}.hero-banner-container .hero-banner-image{position:absolute!important;top:0;left:0;width:100%;height:100%;object-fit:contain;filter:none!important;clip-path:none!important;transition:opacity .5s ease-in-out!important}.hero-banner-container .hero-banner-image.visible{opacity:1!important;z-index:1}.hero-banner-container .hero-banner-image.hidden{opacity:0!important;z-index:2}.hero-banner-container .hero-banner-image.fade-out{opacity:0!important;z-index:1}.hero-banner-container .hero-banner-image.fade-in{opacity:1!important;z-index:2}.hero-border-overlay{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none;z-index:10;filter:none!important;clip-path:none!important}.photo-frame:has(.hero-banner-container):after,.photo-frame.hero-banner-frame:after{display:none}.photo-frame:hover{transform:scale(1.02);transition:transform .3s ease}.separator-section{margin:.2rem 0}.separator-image{width:40vw;max-width:400px;min-width:180px;height:auto;opacity:.8;filter:brightness(1.1)}.custom-separator{display:flex;align-items:center;justify-content:center;width:100%;max-width:400px;margin:1.5rem auto;position:relative}.separator-line{width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#d1ac79 10%,#d1ac79 90%,transparent 100%);opacity:.8}.title-section{text-align:center;color:var(--midnight);flex-shrink:0;margin-bottom:2rem;position:relative;z-index:2}.title-section-fitted{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 0;min-height:0}.title-section-fitted h1{font-size:clamp(1.4rem,3.8vw,1.8rem);margin-bottom:.2rem;line-height:.9;flex-shrink:0}.title-section-fitted p{font-size:clamp(.85rem,2.5vw,1rem);margin:.2rem 0;line-height:1.1;flex-shrink:0}.title-section-fitted .separator-section{margin:clamp(.15rem,.8vh,.3rem) 0;flex-shrink:0}.title-section-fitted .custom-separator{margin:0 auto;max-width:min(350px,80vw)}.title-section-fitted .rsvp-button-section{margin-top:auto;margin-bottom:clamp(1.5rem,4vh,2.5rem);flex-shrink:0}.title-section-fitted .rsvp-button{padding:clamp(2px,.3vw,3px) clamp(30px,8vw,50px);font-size:clamp(.75rem,1.5vw,.9rem)}@media (max-width: 768px){.title-section-fitted h1{font-size:clamp(1.4rem,3.8vw,1.8rem)}.title-section-fitted p{font-size:clamp(.85rem,2.5vw,1rem)}.title-section-fitted .separator-section{margin:.8rem 0}.title-section-fitted .custom-separator{max-width:250px}.title-section-fitted .rsvp-button-section{margin-top:6rem!important;margin-bottom:1.5rem}}@media (max-width: 480px){.title-section-fitted h1{font-size:clamp(1.8rem,6vw,2.4rem);letter-spacing:.1em}.title-section-fitted p{font-size:clamp(.9rem,3vw,1.2rem)}.title-section-fitted .separator-section{margin:.6rem 0}.title-section-fitted .custom-separator{max-width:200px}.title-section-fitted .rsvp-button{padding:10px 45px;font-size:1rem;letter-spacing:.2em}.title-section-fitted .rsvp-button-section{margin-top:1.2rem}}.title-section h1{font-family:Playfair Display,serif;font-size:4rem;font-weight:300;margin-bottom:0;letter-spacing:.2em;color:var(--midnight);text-transform:uppercase}.title-section p{font-family:Playfair Display,serif;font-size:1.7rem;font-weight:400;color:var(--midnight);letter-spacing:.15em;margin:.3rem 0 0}.rsvp-button-section{margin-top:3rem;margin-bottom:2rem;position:relative;z-index:2}.rsvp-button{display:inline-block;padding:10px 90px;background:var(--gold);border:3px solid var(--gold);outline:2px solid var(--gold);outline-offset:1.5px;color:var(--midnight);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;letter-spacing:.3em;text-decoration:none;text-transform:uppercase;transition:all .3s ease;border-radius:0}.rsvp-button:hover{background:var(--gold-dark);color:var(--midnight);transform:translateY(-2px);box-shadow:0 4px 15px #d1ac794d}@media (max-width: 768px){.hero-page{gap:.75rem;opacity:.86;padding:10px 0 0;background:linear-gradient(to bottom,#0a0a0ab3 0 40%,#f9f4ec 40% 100%)}.photo-frame{width:70vw;max-width:none;height:calc(70vw * .667);max-height:none}.photo-frame img{clip-path:inset(15% 15% 15% 15% round 8px)}.title-section h1{font-size:2.6rem}.title-section p{font-size:1.3rem}.rsvp-button{padding:12px 60px;font-size:1.2rem;outline-offset:2px}.custom-separator{max-width:280px;margin:1rem auto}}@media (max-width: 480px){.hero-page{gap:.5rem;padding:10px 0 0;opacity:.86;background:linear-gradient(to bottom,#0a0a0ab3 0% 40%,#f9f4ec 40% 100%)}.photo-frame{width:90vw;height:72vw;max-width:none}.title-section{margin-bottom:1rem}.title-section h1{font-size:2.2rem}}.hero-portrait{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(100%) contrast(1.15) brightness(.85) sepia(.15) saturate(.7);transition:filter .3s ease}.hero-portrait:hover{filter:grayscale(85%) contrast(1.25) brightness(.9) sepia(.1) saturate(.8)}.hero-image-container .corner-detail.top-left{top:-20px;left:-20px;border-right:none;border-bottom:none;border-radius:0 0 8px}.hero-image-container .corner-detail.top-left:before{top:8px;left:8px;border-right:none;border-bottom:none;border-radius:0 0 4px}.hero-image-container .corner-detail.top-left:after{top:14px;left:14px;border-right:none;border-bottom:none}.hero-image-container .corner-detail.top-right{top:-20px;right:-20px;border-left:none;border-bottom:none;border-radius:0 0 0 8px}.hero-image-container .corner-detail.top-right:before{top:8px;right:8px;border-left:none;border-bottom:none;border-radius:0 0 0 4px}.hero-image-container .corner-detail.top-right:after{top:14px;right:14px;border-left:none;border-bottom:none}.hero-image-container .corner-detail.bottom-left{bottom:-20px;left:-20px;border-right:none;border-top:none;border-radius:0 8px 0 0}.hero-image-container .corner-detail.bottom-left:before{bottom:8px;left:8px;border-right:none;border-top:none;border-radius:0 4px 0 0}.hero-image-container .corner-detail.bottom-left:after{bottom:14px;left:14px;border-right:none;border-top:none}.hero-image-container .corner-detail.bottom-right{bottom:-20px;right:-20px;border-left:none;border-top:none;border-radius:8px 0 0}.hero-image-container .corner-detail.bottom-right:before{bottom:8px;right:8px;border-left:none;border-top:none;border-radius:4px 0 0}.hero-image-container .corner-detail.bottom-right:after{bottom:14px;right:14px;border-left:none;border-top:none}.hero-text-content{text-align:center;color:var(--cream);max-width:600px}.hero-subtitle{font-family:Inter,sans-serif;font-size:1.8rem;font-weight:400;margin-bottom:2rem;color:var(--gold);letter-spacing:.2em;text-transform:uppercase;font-style:italic}.hero-date{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:300;color:var(--gold-light);letter-spacing:.1em;margin-bottom:0}@media (max-width: 768px){.hero-section{padding:0}.hero-container{gap:.2rem}.separator-image{width:50vw;max-width:250px;min-width:150px}.title-section h1{font-size:2rem}.title-section p{font-size:1.1rem}.rsvp-button{padding:10px 40px;font-size:1.1rem;font-weight:600;outline-offset:1px}}.wedding-date{font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--gold);font-weight:400;letter-spacing:.1em;margin-bottom:.5rem}.wedding-location{font-family:Inter,sans-serif;font-size:1.2rem;color:#ffffffe6;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);text-align:center;color:#fff9;font-family:Inter,sans-serif;font-size:.8rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase}.scroll-arrow{font-size:1rem;margin-bottom:.5rem;display:block;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-3px)}}.section{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;scroll-snap-align:start}.hero-floating-images{display:none}.event-card:hover .event-card-image{filter:grayscale(85%) contrast(1.25) brightness(.9) sepia(.1) saturate(.8) hue-rotate(15deg);transform:scale(1)}.event-card-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,transparent 20%,rgba(255,255,255,.02) 21%,rgba(255,255,255,.02) 34%,transparent 35%,transparent),linear-gradient(0deg,transparent 24%,rgba(255,255,255,.01) 25%,rgba(255,255,255,.01) 26%,transparent 27%,transparent 74%,rgba(255,255,255,.01) 75%,rgba(255,255,255,.01) 76%,transparent 77%,transparent),linear-gradient(90deg,transparent 24%,rgba(255,255,255,.01) 25%,rgba(255,255,255,.01) 26%,transparent 27%,transparent 74%,rgba(255,255,255,.01) 75%,rgba(255,255,255,.01) 76%,transparent 77%,transparent);opacity:.3;pointer-events:none}.event-section{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;scroll-snap-align:start}.event-container{position:relative;width:100%;height:100%}.event-card{position:relative;width:100%;height:100%;overflow:hidden}.event-card-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;filter:grayscale(100%) contrast(1.15) brightness(1) sepia(.15) saturate(.7) hue-rotate(20deg);image-rendering:auto;image-rendering:crisp-edges;image-rendering:-webkit-optimize-contrast;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.event-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a0a0a99,#0f0f0f66,#05050599);z-index:2}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.event-card-image{background-attachment:scroll;background-size:cover;background-position:center center;-webkit-transform:translateZ(0);transform:translateZ(0)}}.event-card-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;color:#fff;padding:2rem;max-width:800px;width:90%;display:flex;flex-direction:column;align-items:center;justify-content:center}.event-date-time{display:flex;justify-content:center;gap:2.5rem;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:300;text-transform:uppercase;letter-spacing:.2em;opacity:.9}.event-date,.event-time{font-weight:600;color:var(--gold)}.event-section .event-title{font-family:Playfair Display,serif!important;font-size:3.8rem!important;font-weight:300!important;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.7);letter-spacing:.01em}.event-location h3{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:400;margin-bottom:.5rem;color:var(--gold-light);text-shadow:0 1px 5px rgba(0,0,0,.7);letter-spacing:.02em}.event-location p{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:300;margin-bottom:.5rem;opacity:.9;text-shadow:0 1px 5px rgba(0,0,0,.7);color:var(--cream)}.event-location-link{display:inline-block;margin-top:.75rem;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:.95rem;font-weight:400;color:var(--gold);text-decoration:none;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--gold);padding-bottom:2px;transition:all .3s ease}.event-location-link:hover{color:var(--gold-light);border-bottom-color:var(--gold-light);transform:translateY(-1px)}.event-description{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:300;line-height:1.6;margin-bottom:1.5rem;opacity:.9;text-shadow:0 1px 5px rgba(0,0,0,.7);color:var(--cream);max-width:600px}.event-dress-code{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:var(--gold);text-transform:uppercase;letter-spacing:.1em;opacity:.8;padding-bottom:2px;display:inline-block}.info-navigation{display:flex;gap:2rem;margin-top:2rem;justify-content:center}.info-nav-link{color:#fff;text-decoration:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:300;position:relative;transition:all .3s ease;letter-spacing:.05em;text-transform:uppercase;padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.3)}.info-nav-link:hover{color:var(--gold);border-bottom-color:var(--gold)}.progress-bar{position:fixed;top:0;left:0;right:0;height:1px;background:var(--gold);transform-origin:0%;z-index:1000;box-shadow:0 0 8px #d1ac7966}.scroll-indicator{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:100}.scroll-dot{width:6px;height:6px;border-radius:0;background:#d1ac794d;border:1px solid rgba(209,172,121,.5);transition:all .3s ease;cursor:pointer;transform:rotate(45deg)}.scroll-dot.active{background:var(--gold);border-color:var(--gold);transform:rotate(45deg) scale(1.2)}.scroll-dot:hover{background:#d1ac7999;border-color:var(--gold)}.rsvp-section{min-height:100vh;position:relative;display:flex;align-items:center;background:var(--charcoal);margin:0;padding:4rem 0}.rsvp-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.rsvp-image{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.1) brightness(.8) sepia(.2) saturate(.6)}.rsvp-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#9ed5c5cc,#ffb5a799)}.rsvp-container{max-width:700px;margin:0 auto;padding:4rem 2rem;width:100%;z-index:2}.rsvp-content{background:#2a2a2af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:4rem;border-radius:24px;box-shadow:0 20px 60px #0006;border:1px solid rgba(209,172,121,.3);text-align:center}.rsvp-title{font-size:3rem;color:var(--cream);margin-bottom:1rem;font-weight:400;font-family:Playfair Display,serif;text-shadow:0 2px 10px rgba(0,0,0,.5)}.rsvp-subtitle{font-size:1.2rem;color:var(--gold-light);margin-bottom:3rem;font-weight:300;font-family:Inter,sans-serif}.code-form-container{margin:2rem 0}.code-instruction{margin-bottom:2rem;font-size:1.1rem;color:var(--cream);font-weight:300;opacity:.9}.code-input-group{display:flex;gap:1rem;margin-bottom:1rem;justify-content:center;align-items:stretch}.code-input{padding:1.2rem 1.5rem;border:2px solid rgba(209,172,121,.3);border-radius:12px;font-size:1.1rem;text-align:center;letter-spacing:2px;text-transform:uppercase;width:250px;background:var(--pearl);color:var(--cream);transition:all .3s cubic-bezier(.25,.46,.45,.94);font-weight:500}.code-submit-btn{padding:1.2rem 2rem;background:var(--gold);color:var(--midnight);border:none;border-radius:12px;font-size:1.1rem;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);font-weight:600}.code-submit-btn:hover{background:var(--gold-light);transform:translateY(-1px)}.code-error{color:#e74c3c;margin-top:1rem;font-size:.95rem;font-weight:500}.rsvp-form{text-align:left;margin-top:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;margin-bottom:2rem}.form-group label{margin-bottom:.75rem;font-weight:500;color:var(--cream);font-size:.95rem;font-family:Inter,sans-serif}.checkbox-group{display:flex;flex-direction:column;gap:1rem}.checkbox-group.multi-select{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:1rem;color:var(--cream);margin-bottom:0!important;font-weight:300!important;font-family:Inter,sans-serif}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{width:20px;height:20px;border:2px solid rgba(209,172,121,.5);border-radius:4px;margin-right:.75rem;position:relative;transition:all .3s ease;background:var(--pearl)}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:var(--gold);border-color:var(--gold)}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.form-group input,.form-group select,.form-group textarea,.form-select{padding:1.2rem;border:2px solid rgba(209,172,121,.3);border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s cubic-bezier(.25,.46,.45,.94);background:var(--pearl);color:var(--cream)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus,.form-select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 4px #d1ac7933}.form-select{width:100%;cursor:pointer}.form-group textarea{resize:vertical;min-height:120px}.rsvp-submit{width:100%;padding:1.5rem;background:var(--gold);color:var(--midnight);border:none;border-radius:12px;font-size:1.2rem;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);margin-top:2rem;font-weight:600;font-family:Inter,sans-serif}.rsvp-submit:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 25px #d1ac794d}.message{padding:1rem;border-radius:8px;margin:1rem 0;font-weight:500;text-align:center}.message.success{background-color:#d1ac7933;border:1px solid var(--gold);color:var(--cream)}.message.error{background-color:#e74c3c33;border:1px solid #e74c3c;color:#ff6b6b}.code-protection{text-align:center;padding:2rem 0}.code-form{margin-top:2rem}.code-input-group{display:flex;gap:1rem;max-width:300px;margin:0 auto}.code-input{flex:1;padding:1.2rem;border:2px solid rgba(209,172,121,.3);border-radius:12px;font-size:1.1rem;background:var(--pearl);color:var(--cream);text-align:center;letter-spacing:2px;text-transform:uppercase;transition:all .3s ease;font-weight:500}.code-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 4px #d1ac7933}.code-submit{padding:1.2rem 1.5rem;background:var(--gold);color:var(--midnight);border:none;border-radius:12px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;font-weight:600}.code-submit:hover:not(:disabled){background:var(--gold-light)}.code-submit:disabled{opacity:.6;cursor:not-allowed}nn .rsvp-success{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:var(--gold);color:var(--midnight);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 2rem;font-weight:600}.rsvp-success h3{color:var(--cream);margin-bottom:1rem;font-size:2rem;font-weight:400;font-family:Playfair Display,serif}.rsvp-success p{color:var(--gold-light);font-size:1.1rem;line-height:1.6;font-family:Inter,sans-serif;font-weight:300}.rsvp-page-header{text-align:center;margin-top:3rem}.rsvp-page-header h1{color:var(--gold);font-family:Playfair Display,serif;font-size:3rem;font-weight:300;margin-bottom:1rem;letter-spacing:.1em;text-transform:uppercase}.rsvp-page-header .separator-section{margin:0}.rsvp-page-header .separator-image{height:40px;opacity:.8;filter:brightness(0) saturate(100%) invert(74%) sepia(21%) saturate(1351%) hue-rotate(21deg) brightness(94%) contrast(87%)}.rsvp-page-header p{color:var(--cream);font-family:Inter,sans-serif;font-size:1rem;font-weight:300;letter-spacing:.05em;margin:5px}.travel-page{min-height:100vh;background:var(--midnight);color:var(--cream)}.travel-page *{color:inherit}.travel-page h1,.travel-page h2,.travel-page h3,.travel-page h4,.travel-page h5,.travel-page h6,.travel-page p{color:var(--cream)}.travel-page-content{min-height:100vh;padding:1rem 0}.travel-page-container{max-width:1200px;margin:0 auto;padding:0 2rem}.travel-page-header{text-align:center;margin-bottom:4rem}.travel-page-header h1{color:var(--gold);font-family:Playfair Display,serif;font-size:3rem;font-weight:300;margin-bottom:1rem;letter-spacing:.1em;text-transform:uppercase}.travel-page-header .separator-section{margin:1.5rem 0}.travel-page-header .separator-image{height:40px;opacity:.8;filter:brightness(0) saturate(100%) invert(74%) sepia(21%) saturate(1351%) hue-rotate(21deg) brightness(94%) contrast(87%)}.travel-page-header p{color:var(--cream);font-family:Inter,sans-serif;font-size:1rem;font-weight:300;letter-spacing:.05em;margin:0;text-transform:lowercase}.simple-rsvp{max-width:500px;margin:0 auto;padding:2rem;font-family:Inter,sans-serif}.simple-rsvp .form-group{margin-bottom:1.5rem}.simple-rsvp label{display:block;margin-bottom:.5rem;color:var(--cream);font-size:.9rem;font-weight:400}.simple-rsvp input,.simple-rsvp select{width:100%;padding:.75rem;background:var(--charcoal);border:1px solid #333;color:var(--cream);font-size:1rem;border-radius:4px;font-family:Inter,sans-serif}.simple-rsvp input:focus,.simple-rsvp select:focus{outline:none;border-color:var(--gold)}.simple-rsvp input.error{border-color:#e74c3c}.simple-rsvp .error-message{display:block;color:#e74c3c;font-size:.8rem;margin-top:.25rem}.attendance-toggle{display:flex;gap:0;border:1px solid #333;border-radius:4px;overflow:hidden}.toggle-option{flex:1;padding:.75rem 1rem;background:var(--charcoal);border:none;color:var(--cream);cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;transition:all .2s ease}.toggle-option:hover{background:#2a2a2a}.toggle-option.active{background:var(--gold);color:var(--charcoal);font-weight:500}.simple-rsvp button[type=submit]{width:100%;padding:10px 20px;background:var(--gold);border:3px solid var(--gold);outline:2px solid var(--gold);outline-offset:1.5px;color:var(--midnight);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;cursor:pointer;margin-top:1rem;border-radius:0;transition:all .3s ease}.simple-rsvp button[type=submit]:hover:not(:disabled){background:var(--gold-dark);color:var(--midnight);transform:translateY(-2px);box-shadow:0 4px 15px #d1ac794d}.simple-rsvp button[type=submit]:disabled{opacity:.6;cursor:not-allowed;transform:none}.simple-rsvp .success-message{text-align:center;color:var(--cream)}.simple-rsvp .success-message h2{color:var(--gold);margin-bottom:1rem;font-family:Playfair Display,serif}.simple-rsvp .success-message p{margin-bottom:1rem;line-height:1.6}.simple-rsvp .success-message button{background:var(--gold);border:3px solid var(--gold);outline:2px solid var(--gold);outline-offset:1.5px;color:var(--midnight);font-family:Playfair Display,serif;font-size:1rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;padding:8px 24px;cursor:pointer;border-radius:0;transition:all .3s ease}.simple-rsvp .success-message button:hover{background:var(--gold-dark);color:var(--midnight);transform:translateY(-2px);box-shadow:0 4px 15px #d1ac794d}.simple-rsvp .success-actions{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.simple-rsvp .home-button{background:var(--gold);border:3px solid var(--gold);outline:2px solid var(--gold);outline-offset:1.5px;color:var(--midnight);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;padding:10px 40px;cursor:pointer;border-radius:0;transition:all .3s ease}.simple-rsvp .home-button:hover{background:var(--gold-dark);color:var(--midnight);transform:translateY(-2px);box-shadow:0 4px 15px #d1ac794d}.simple-rsvp .auto-redirect{color:var(--cream);font-size:.9rem;opacity:.8;font-style:italic;margin:0}.simple-rsvp-section{min-height:100vh;background:var(--charcoal);padding:2rem 0;display:flex;align-items:center}.simple-rsvp-section .rsvp-container{max-width:600px;margin:0 auto;padding:0 2rem}.rsvp-form-container{background:#1a1a1af2;border:2px solid var(--gold);border-radius:0;padding:3rem;position:relative}.rsvp-form-container:before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,var(--gold) 0%,transparent 50%,var(--gold) 100%);z-index:-1;border-radius:inherit}.simple-rsvp-form{display:flex;flex-direction:column;gap:1.5rem}.simple-rsvp-form .form-group{display:flex;flex-direction:column}.simple-rsvp-form .form-group label{color:var(--gold);font-family:Playfair Display,serif;font-size:1rem;font-weight:400;margin-bottom:.5rem;letter-spacing:.05em;text-transform:uppercase}.simple-rsvp-form input,.simple-rsvp-form select{background:#e8e8e80d;border:1px solid rgba(209,172,121,.3);color:var(--cream);font-family:Inter,sans-serif;font-size:1rem;padding:.875rem 1rem;border-radius:0;transition:all .3s ease}.simple-rsvp-form input:focus,.simple-rsvp-form select:focus{outline:none;border-color:var(--gold);background:#e8e8e81a;box-shadow:0 0 0 2px #d1ac7933}.simple-rsvp-form input.error,.simple-rsvp-form select.error{border-color:#e74c3c;background:#e74c3c0d}.simple-rsvp-form input::placeholder{color:#e8e8e866;font-style:italic}.attendance-group{background:#d1ac790d;border:1px solid rgba(209,172,121,.2);padding:1.5rem;margin:.5rem 0}.checkbox-option{display:flex;align-items:center;cursor:pointer;color:var(--cream);font-family:Playfair Display,serif}.checkbox-custom{width:20px;height:20px;border:2px solid var(--gold);margin-right:1rem;position:relative;flex-shrink:0}.checkbox-option input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";position:absolute;top:-2px;left:3px;color:var(--gold);font-size:16px;font-weight:700}.attendance-note{margin:.75rem 0 0;color:var(--gold-light);font-family:Inter,sans-serif;font-size:.9rem;font-style:italic}.address-section{background:#d1ac7914;border:1px solid rgba(209,172,121,.3);padding:2rem;margin:1rem 0}.address-section h3{color:var(--gold);font-family:Playfair Display,serif;font-size:1.25rem;font-weight:400;margin:0 0 .5rem;letter-spacing:.05em;text-transform:uppercase}.address-note{color:var(--gold-light);font-family:Inter,sans-serif;font-size:.9rem;margin-bottom:1.5rem;line-height:1.4}.address-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.error-message{color:#e74c3c;font-family:Inter,sans-serif;font-size:.85rem;margin-top:.25rem;display:block}.validation-hint{color:#e74c3c;font-family:Inter,sans-serif;font-size:.9rem;text-align:center;margin-top:.75rem;font-style:italic}.submit-error{background:#e74c3c1a;border:1px solid rgba(231,76,60,.3);padding:1rem;margin:1rem 0;text-align:center}.validation-errors{background:#e74c3c1a;border:1px solid rgba(231,76,60,.3);border-radius:8px;padding:1rem;margin:1rem 0}.validation-errors h4{color:#e74c3c;font-family:Inter,sans-serif;font-size:1rem;margin-bottom:.5rem}.validation-errors ul{list-style:none;margin:0;padding:0}.validation-errors li{padding:.25rem 0}.validation-errors li:before{content:"• ";color:#e74c3c;font-weight:700;margin-right:.5rem}.rsvp-submit-button{background:var(--gold);border:3px solid var(--gold);outline:2px solid var(--gold);outline-offset:1.5px;color:var(--midnight);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;padding:10px 40px;margin-top:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.3em;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:0}.rsvp-submit-button:hover:not(:disabled){background:var(--gold-dark);color:var(--midnight);transform:translateY(-2px);box-shadow:0 4px 15px #d1ac794d}.rsvp-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.simple-rsvp-section .rsvp-success{text-align:center;background:#1a1a1af2;border:2px solid var(--gold);padding:3rem;position:relative}.simple-rsvp-section .rsvp-success:before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,var(--gold) 0%,transparent 50%,var(--gold) 100%);z-index:-1;border-radius:inherit}.simple-rsvp-section .rsvp-success h2{color:var(--gold);font-family:Playfair Display,serif;font-size:2.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:.1em}.simple-rsvp-section .rsvp-success h3{color:var(--cream);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400;margin-bottom:1rem}.simple-rsvp-section .rsvp-success p{color:var(--cream);font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:1rem}.secondary-button{background:transparent;border:1px solid var(--gold-light);color:var(--gold-light);font-family:Inter,sans-serif;font-size:.9rem;padding:.75rem 1.5rem;margin-top:2rem;cursor:pointer;transition:all .3s ease}.secondary-button:hover{border-color:var(--gold);color:var(--gold)}@media (max-width: 768px){.simple-rsvp-section{padding:4rem 0}.rsvp-form-container,.simple-rsvp-section .rsvp-success{padding:2rem;margin:0 1rem}.address-row{grid-template-columns:1fr;gap:1rem}.simple-rsvp-section .rsvp-success h2{font-size:2rem}}@media (max-width: 480px){.rsvp-form-container,.simple-rsvp-section .rsvp-success,.address-section{padding:1.5rem}}.travel-section{min-height:100vh;position:relative;padding:8rem 0;background:var(--charcoal);margin:0}.travel-page .travel-section{min-height:auto;background:var(--midnight);padding:2rem 0}.travel-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.travel-image{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.1) brightness(.8) sepia(.2) saturate(.6)}.travel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a1a1af2,#2a2a2ae6)}.travel-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.travel-content{text-align:center}.travel-page .travel-background,.travel-page .travel-overlay{display:none}.travel-title{font-size:3rem;color:var(--cream);margin-bottom:1rem;font-weight:400;font-family:Playfair Display,serif;text-shadow:0 2px 10px rgba(0,0,0,.5)}.travel-subtitle{font-size:1.2rem;color:var(--gold-light);margin-bottom:5rem;font-weight:300;font-family:Inter,sans-serif}.travel-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;margin-bottom:5rem;align-items:start}.travel-info-grid .accommodations-section{display:flex;flex-direction:column;height:100%}.travel-info-grid .accommodation-list{display:flex;flex-direction:column;flex:1}.travel-info-grid .accommodation-item{display:flex;flex-direction:column;min-height:180px;justify-content:space-between}.additional-options-section{margin-top:3rem}.additional-options-section>h3{font-size:2rem;color:var(--gold)!important;margin-bottom:3rem;text-align:center;font-weight:400;font-family:Playfair Display,serif}.additional-options-section .accommodations-section{margin-bottom:0}.additional-options-section .accommodations-section h3{display:none}.accommodations-section h3,.transportation-section h3,.apparel-section h3{font-size:2rem;color:var(--gold)!important;margin-bottom:2.5rem;text-align:left;font-weight:400;font-family:Playfair Display,serif}.accommodation-list,.transportation-list,.apparel-list{display:flex;flex-direction:column;gap:2.5rem}.accommodation-item,.transport-item,.apparel-item{padding:1.5rem 0;border-bottom:1px solid rgba(209,172,121,.2);text-align:left}.accommodation-item:last-child,.transport-item:last-child,.apparel-item:last-child{border-bottom:none}.accommodation-item h4,.transport-item h4,.apparel-item h4{font-size:1.4rem;color:var(--cream)!important;margin-bottom:.5rem;font-weight:500;font-family:Playfair Display,serif}.accommodation-item h4 a{color:var(--gold)!important;text-decoration:underline;transition:color .3s ease}.accommodation-item h4 a:hover{color:var(--gold-light)!important;text-decoration:underline}.hotel-type{color:var(--gold);font-size:.9rem;margin-bottom:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.hotel-description,.transport-details,.apparel-details{margin-bottom:2.5rem;color:var(--cream)!important;line-height:1.6;font-family:Inter,sans-serif;font-weight:300}.hotel-amenities ul{list-style:none;margin-top:.75rem;margin-bottom:2rem}.hotel-amenities li{color:var(--gold-light);position:relative;padding:.3rem 0 .3rem 1.5rem;font-family:Inter,sans-serif;font-weight:300}.hotel-amenities li:before{content:"•";color:var(--gold);margin-right:.5rem;position:absolute;left:0}.hotel-contact,.transport-tips,.apparel-tips{color:var(--cream);font-size:.95rem;font-family:Inter,sans-serif;font-weight:300;opacity:.8;margin-bottom:2rem}.general-info-section h3{font-size:2rem;color:var(--cream);margin-bottom:2.5rem;text-align:left;font-weight:400;font-family:Playfair Display,serif}.featured-hotel-section{margin-bottom:4rem;text-align:center}.featured-hotel-section .accommodation-list{max-width:600px;margin:0 auto}.featured-item{padding:2rem 0;margin-bottom:0;text-align:center}.featured-item h4{color:var(--cream)!important;font-size:1.6rem!important;margin-bottom:.5rem;font-weight:500;font-family:Playfair Display,serif}.featured-item .hotel-type{color:var(--gold);font-size:.9rem;margin-bottom:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.featured-item .hotel-description{color:var(--cream)!important;font-family:Inter,sans-serif;font-weight:300;line-height:1.6;margin-bottom:1.5rem}.featured-item .hotel-contact{color:var(--cream);font-size:.95rem;font-family:Inter,sans-serif;font-weight:300;opacity:.8}.featured-item .hotel-type{color:var(--gold-light);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.hotel-contact a{color:var(--gold);text-decoration:underline;transition:color .3s ease}.hotel-contact a:hover{color:var(--gold-light)}.hotel-contact a:visited{color:var(--gold)}.info-list{display:flex;flex-direction:column;gap:2.5rem}.info-item{padding:1.5rem 0;border-bottom:1px solid rgba(209,172,121,.2);text-align:left}.info-item:last-child{border-bottom:none}.info-item h4{font-size:1.4rem;color:var(--cream);margin-bottom:.5rem;font-weight:500;font-family:Playfair Display,serif}.info-details{margin-bottom:1rem;color:var(--gold-light);line-height:1.6;font-family:Inter,sans-serif;font-weight:300}.preferred-hotel-section{margin:4rem 0}.preferred-hotel-card{position:relative;background:linear-gradient(135deg,#1a1a1af2,#282828f2);border:2px solid var(--gold);border-radius:16px;padding:3rem;box-shadow:0 10px 30px #0000004d;overflow:hidden}.preferred-hotel-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold),var(--gold-light),var(--gold))}.hotel-badge{position:absolute;top:-1px;right:2rem;background:var(--gold);color:var(--midnight);padding:.5rem 1.5rem;border-radius:0 0 12px 12px;font-family:Inter,sans-serif;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em}.hotel-content{position:relative}.hotel-header{margin-bottom:1.5rem}.hotel-header h2{font-family:Playfair Display,serif;font-size:2.5rem;color:var(--cream);margin:0 0 .5rem;font-weight:400}.hotel-type-elegant{color:var(--gold);font-family:Inter,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.15em;font-weight:500}.hotel-description-elegant{font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7;color:var(--gold-light);margin-bottom:2.5rem;font-weight:300}.hotel-amenities-elegant h4{font-family:Playfair Display,serif;color:var(--cream);font-size:1.3rem;margin-bottom:1rem;font-weight:400}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:2.5rem}.amenity-tag{background:#d1ac791a;color:var(--gold-light);padding:.5rem 1rem;border-radius:25px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;border:1px solid rgba(209,172,121,.2);display:inline-block;text-align:center}.hotel-contact-elegant{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.contact-info{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-family:Inter,sans-serif;color:var(--gold);font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.contact-info a{color:var(--gold);text-decoration:underline;font-family:Inter,sans-serif;font-size:1rem;font-weight:300;transition:color .3s ease}.contact-info a:hover{color:var(--gold-light)}.contact-info a:visited{color:var(--gold)}.special-note{background:#d1ac790d;border-left:3px solid var(--gold);padding:1rem 1.5rem;border-radius:0 8px 8px 0}.special-note p{margin:0;color:var(--gold-light);font-family:Inter,sans-serif;font-style:italic;font-weight:300}.alternative-hotels-section{margin:6rem 0 4rem}.alternative-hotels-section h3{font-family:Playfair Display,serif;font-size:2.2rem;color:var(--cream);margin-bottom:1rem;font-weight:400;text-align:center}.section-subtitle{text-align:center;color:var(--gold-light);font-family:Inter,sans-serif;font-size:1rem;margin-bottom:3rem;font-weight:300}.hotels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.hotel-card-elegant{background:#1a1a1acc;border:1px solid rgba(209,172,121,.3);border-radius:12px;overflow:hidden;transition:all .3s ease}.hotel-card-elegant:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 8px 25px #0003}.hotel-card-simple{background:#1a1a1a99;border:1px solid rgba(209,172,121,.2);border-radius:8px;overflow:hidden;transition:all .3s ease;text-align:center}.hotel-card-simple:hover{transform:translateY(-3px);border-color:var(--gold);background:#1a1a1acc}.hotel-card-content-simple{padding:1.5rem 1rem}.hotel-card-content-simple h4{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--cream);margin:0 0 .5rem;font-weight:400}.hotel-card-content{padding:2rem}.hotel-card-header{margin-bottom:1rem}.hotel-card-header h4{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--cream);margin:0 0 .25rem;font-weight:400}.hotel-type-small{color:var(--gold);font-family:Inter,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.hotel-card-description{color:var(--gold-light);font-family:Inter,sans-serif;line-height:1.6;margin-bottom:1.5rem;font-weight:300}.hotel-card-amenities{margin-bottom:1.5rem}.amenity-dot{display:block;color:var(--gold-light);font-family:Inter,sans-serif;font-size:.9rem;margin-bottom:.5rem;position:relative;padding-left:1rem;font-weight:300}.amenity-dot:before{content:"•";color:var(--gold);position:absolute;left:0}.hotel-card-contact{display:flex;flex-direction:column;gap:.5rem;border-top:1px solid rgba(209,172,121,.2);padding-top:1.5rem}.contact-link,.website-link{color:var(--gold-light);text-decoration:none;font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;border-bottom:1px solid transparent;transition:all .3s ease}.website-link{color:var(--gold);font-weight:400;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.contact-link:hover,.website-link:hover{color:var(--cream);border-bottom-color:var(--cream)}@media (max-width: 768px){.preferred-hotel-card{padding:2rem;margin:0 -1rem}.hotel-header h2{font-size:2rem}.amenities-grid{grid-template-columns:1fr}.hotel-contact-elegant{flex-direction:column;gap:1rem}.hotels-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.alternative-hotels-section h3{font-size:1.8rem}}@media (max-width: 480px){.preferred-hotel-card{padding:1.5rem;border-radius:12px}.hotel-header h2{font-size:1.75rem}.hotel-badge{right:1rem;padding:.4rem 1rem;font-size:.8rem}.hotels-grid{grid-template-columns:1fr 1fr;gap:.75rem}.hotel-card-content-simple{padding:1rem .75rem}.hotel-card-content-simple h4{font-size:1rem}}.travel-tips{text-align:left;margin-top:3rem}.travel-tips h3{font-size:2rem;color:var(--text-dark);margin-bottom:2rem;font-weight:600;font-family:Crimson Text,serif}.tips-list{display:flex;flex-direction:column;gap:1.5rem}.tip-item{padding:1rem 0;border-bottom:1px solid rgba(44,62,80,.1)}.tip-item:last-child{border-bottom:none}.tip-item h4{font-size:1.2rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.tip-item p{color:var(--text-medium);line-height:1.6}@media (max-width: 768px){.nav-container{padding:1rem 1.5rem}.nav-menu{gap:1.5rem}.nav-link{font-size:.85rem;color:var(--gold);font-family:Playfair Display,serif;font-weight:400;letter-spacing:.05em;padding:.5rem 0;transition:all .3s ease;position:relative;text-decoration:none;display:inline-block;text-transform:uppercase}.event-section .hero-title,.event-section .event-title{font-size:3rem}.wedding-date{font-size:1.3rem}.event-card-content{padding:1.5rem;width:95%}.event-date-time{flex-direction:column;gap:1rem;font-size:.9rem}.event-location h3{font-size:1.3rem}.event-description{font-size:1.1rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.code-input-group{flex-direction:column;align-items:center;gap:1.5rem}.code-input{width:100%;max-width:300px}.travel-info-grid{grid-template-columns:1fr;gap:3rem}.travel-title,.rsvp-title{font-size:2rem}.rsvp-content{padding:3rem 2rem}.scroll-indicator{right:1rem}.rsvp-nav-item{margin-left:.5rem}.rsvp-nav-link{padding:.5rem 0!important;font-size:.85rem}}@media (max-width: 480px){.nav-container{padding:1rem}.nav-menu{flex-wrap:wrap;gap:1rem;justify-content:center}.hero-content{padding:1.5rem}.event-section .hero-title,.event-section .event-title{font-size:2.5rem;line-height:1.2}.event-card-content{padding:1rem;width:90%;max-width:100%;box-sizing:border-box}.event-description{font-size:1rem}.event-date-time{gap:.5rem;font-size:.85rem}.event-location h3{font-size:1.1rem}.event-dress-code{font-size:.9rem}.rsvp-content{padding:2rem 1.5rem}.scroll-indicator{right:.5rem}.scroll-dot{width:5px;height:5px}}.events-page{min-height:100vh;background:var(--midnight);color:var(--cream);padding:0}.events-container{width:100%;margin:0;padding:0;display:flex;flex-direction:column;gap:0}@media (max-width: 768px){.events-title{font-size:3rem}.events-subtitle{font-size:1.1rem}.events-page{padding:6rem 0 2rem}}@media (max-width: 480px){.events-title{font-size:2.5rem}.events-header{margin-bottom:4rem}.events-container{gap:3rem}}@media (prefers-color-scheme: dark){:root{--text-primary: var(--cream);--text-secondary: var(--gold-light);--background: var(--charcoal)}}.nav-link,.rsvp-button,.form-group input,.form-group select,.form-group textarea,.photo-frame,.hero-portrait,.separator-image,img,button:not([data-framer-motion]),input:not([data-framer-motion]),select:not([data-framer-motion]){transition:all .3s cubic-bezier(.25,.46,.45,.94)}.event-card,.event-card-image,.event-card-overlay,.event-card-content{transition:none!important}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.form-group input.error,.form-group textarea.error{border-color:#e74c3c;background-color:#e74c3c0d}.form-group input.valid,.form-group textarea.valid{border-color:var(--mint);background-color:#9ed5c50d}.error-message{color:#e74c3c;font-size:.875rem;margin-top:.5rem;display:block;animation:slideDown .3s ease}.success-message{color:var(--mint);font-size:.875rem;margin-top:.5rem;display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.radio-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.radio-label:hover{background-color:#d1ac791a}.radio-label input[type=radio]{display:none}.radio-custom{width:20px;height:20px;border:2px solid rgba(209,172,121,.5);border-radius:50%;margin-right:.75rem;position:relative;transition:all .3s ease}.radio-label input[type=radio]:checked+.radio-custom{border-color:var(--gold);background-color:var(--gold)}.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:#fff;border-radius:50%}.radio-label:hover .radio-custom{border-color:var(--gold)}@media (min-width: 768px){.radio-group{flex-direction:row;flex-wrap:wrap;gap:1rem}.radio-label{flex:0 0 calc(50% - .5rem)}}.form-progress{margin:1.5rem 0;padding:1rem;background:#9ed5c51a;border-radius:8px;border:1px solid rgba(158,213,197,.3)}.progress-text{font-size:.875rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:500}.progress-bar{width:100%;height:8px;background:#9ed5c533;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--mint),var(--mint-dark));border-radius:4px;transition:width .5s ease}.rsvp-submit.disabled{background:#ccc;cursor:not-allowed;opacity:.6}.rsvp-submit.disabled:hover{background:#ccc;transform:none;box-shadow:none}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.guest-lookup{text-align:center;padding:2rem}.guest-lookup h3{color:var(--gold);font-family:Playfair Display,serif;font-size:2rem;font-weight:300;margin-bottom:1rem;letter-spacing:.1em;text-transform:uppercase}.guest-lookup p{color:var(--cream);font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.guest-lookup-form{display:flex;flex-direction:column;gap:1.5rem;max-width:400px;margin:0 auto}.guest-lookup-form .form-group{display:flex;flex-direction:column;text-align:left}.guest-lookup-form .form-group label{color:var(--gold);font-family:Playfair Display,serif;font-size:1rem;font-weight:400;margin-bottom:.5rem;letter-spacing:.05em;text-transform:uppercase}.guest-lookup-form input{padding:1rem;background:#e8e8e80d;border:1px solid rgba(209,172,121,.3);color:var(--cream);font-family:Inter,sans-serif;font-size:1rem;border-radius:0;transition:all .3s ease}.guest-lookup-form input:focus{outline:none;border-color:var(--gold);background:#e8e8e81a;box-shadow:0 0 0 2px #d1ac7933}.guest-lookup-form input.error{border-color:#e74c3c;background:#e74c3c0d}.lookup-submit-button{background:transparent;border:2px solid var(--gold);color:var(--gold);font-family:Playfair Display,serif;font-size:1.1rem;font-weight:400;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.1em}.lookup-submit-button:hover:not(:disabled){background:var(--gold);color:var(--charcoal);transform:translateY(-2px);box-shadow:0 4px 8px #d1ac794d}.lookup-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.guest-lookup .error-message{color:#e74c3c;font-family:Inter,sans-serif;font-size:.9rem;text-align:center;margin-top:1rem;padding:1rem;background:#e74c3c1a;border:1px solid rgba(231,76,60,.3);border-radius:4px}.rsvp-form{padding:2rem}.rsvp-form h3{color:var(--gold);font-family:Playfair Display,serif;font-size:2rem;font-weight:300;margin-bottom:.5rem;letter-spacing:.1em;text-align:center;text-transform:uppercase}.guest-welcome{color:var(--cream);font-family:Inter,sans-serif;font-size:1.1rem;text-align:center;margin-bottom:2rem;padding:1rem;background:#d1ac790d;border:1px solid rgba(209,172,121,.2);border-radius:4px}.guest-welcome .guest-name{color:var(--gold);font-weight:500;font-family:Playfair Display,serif;font-size:1.2rem}.events-section{margin:2rem 0;padding:1.5rem;background:#d1ac790d;border:1px solid rgba(209,172,121,.2);border-radius:4px}.events-section h4{color:var(--gold);font-family:Playfair Display,serif;font-size:1.3rem;font-weight:400;margin-bottom:1rem;letter-spacing:.05em;text-transform:uppercase}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.event-option{padding:1rem;border:1px solid rgba(209,172,121,.3);border-radius:4px;background:#e8e8e805;transition:all .3s ease}.event-option:hover{background:#d1ac791a;border-color:var(--gold)}.events-selection{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.event-checkbox{display:flex;align-items:flex-start;cursor:pointer;color:var(--cream);font-family:Inter,sans-serif;padding:.5rem;border-radius:8px;transition:background-color .3s ease}.event-checkbox:hover{background:#d1ac791a}.event-checkbox input[type=checkbox]{display:none}.event-checkbox .checkbox-custom{width:20px;height:20px;border:2px solid rgba(209,172,121,.5);border-radius:4px;margin-right:1rem;margin-top:2px;position:relative;transition:all .3s ease;flex-shrink:0;cursor:pointer}.event-checkbox input[type=checkbox]:checked+.checkbox-custom{background:var(--gold);border-color:var(--gold)}.event-checkbox input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";position:absolute;top:-2px;left:3px;color:#fff;font-size:14px;font-weight:700}.event-details{flex:1;cursor:pointer;font-size:1rem;line-height:1.4}.event-title{font-weight:500;font-size:1rem;margin-bottom:.25rem;color:var(--cream)}.event-datetime{font-size:.85rem;color:var(--gold-light);opacity:.8}.plus-one-section{margin:2rem 0;padding:1.5rem;background:#d1ac790d;border:1px solid rgba(209,172,121,.2);border-radius:4px}.plus-one-section h4{color:var(--gold);font-family:Playfair Display,serif;font-size:1.3rem;font-weight:400;margin-bottom:1rem;letter-spacing:.05em;text-transform:uppercase}.plus-one-toggle{display:flex;gap:0;border:1px solid rgba(209,172,121,.3);border-radius:4px;overflow:hidden;margin-bottom:1.5rem}.plus-one-option{flex:1;padding:.75rem 1rem;background:#e8e8e805;border:none;color:var(--cream);cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;transition:all .2s ease}.plus-one-option:hover{background:#d1ac791a}.plus-one-option.active{background:var(--gold);color:var(--charcoal);font-weight:500}.plus-one-details{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.plus-one-details .form-group{display:flex;flex-direction:column}.plus-one-details .form-group label{color:var(--gold);font-family:Playfair Display,serif;font-size:.9rem;font-weight:400;margin-bottom:.5rem;letter-spacing:.05em;text-transform:uppercase}.plus-one-details input{padding:.75rem;background:#e8e8e80d;border:1px solid rgba(209,172,121,.3);color:var(--cream);font-family:Inter,sans-serif;font-size:.95rem;border-radius:0;transition:all .3s ease}.plus-one-details input:focus{outline:none;border-color:var(--gold);background:#e8e8e81a;box-shadow:0 0 0 2px #d1ac7933}.dietary-section{margin:2rem 0;padding:1.5rem;background:#d1ac790d;border:1px solid rgba(209,172,121,.2);border-radius:4px}.dietary-section h4{color:var(--gold);font-family:Playfair Display,serif;font-size:1.3rem;font-weight:400;margin-bottom:1rem;letter-spacing:.05em;text-transform:uppercase}.dietary-grid{display:grid;grid-template-columns:1fr;gap:1rem}.dietary-grid.has-plus-one{grid-template-columns:1fr 1fr}.dietary-group{display:flex;flex-direction:column}.dietary-group label{color:var(--gold-light);font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;margin-bottom:.5rem}.dietary-group textarea{padding:.75rem;background:#e8e8e80d;border:1px solid rgba(209,172,121,.3);color:var(--cream);font-family:Inter,sans-serif;font-size:.95rem;border-radius:0;min-height:80px;resize:vertical;transition:all .3s ease}.dietary-group textarea:focus{outline:none;border-color:var(--gold);background:#e8e8e81a;box-shadow:0 0 0 2px #d1ac7933}.form-actions{display:flex;gap:1rem;margin-top:2rem;justify-content:center}.back-button{background:var(--gold);border:3px solid var(--gold);outline:2px solid var(--gold);outline-offset:1.5px;color:var(--midnight);font-family:Playfair Display,serif;font-size:1rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;padding:8px 24px;cursor:pointer;transition:all .3s ease;border-radius:0}.back-button:hover{background:var(--gold-dark);color:var(--midnight);transform:translateY(-2px);box-shadow:0 4px 15px #d1ac794d}.form-submit-button{background:var(--gold);border:3px solid var(--gold);outline:2px solid var(--gold);outline-offset:1.5px;color:var(--midnight);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;padding:10px 40px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.3em;border-radius:0}.form-submit-button:hover:not(:disabled){background:var(--gold-dark);color:var(--midnight);transform:translateY(-2px);box-shadow:0 4px 15px #d1ac794d}.form-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-submit-button.has-errors{background:#e74c3ccc;border-color:#e74c3c;outline-color:#e74c3c;color:#fff}.form-submit-button.has-errors:hover:not(:disabled){background:#e74c3c;transform:none;box-shadow:0 2px 8px #e74c3c4d}.rsvp-success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:var(--gold);color:var(--charcoal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 2rem;font-weight:600}.rsvp-success-message h3{color:var(--gold);font-family:Playfair Display,serif;font-size:2.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:.1em;text-transform:uppercase}.rsvp-success-message h4{color:var(--cream);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400;margin-bottom:1rem}.rsvp-success-message p{color:var(--cream);font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:1rem;opacity:.9}.new-rsvp-button{background:transparent;border:1px solid var(--gold-light);color:var(--gold-light);font-family:Inter,sans-serif;font-size:.9rem;padding:.75rem 1.5rem;margin-top:2rem;cursor:pointer;transition:all .3s ease}.new-rsvp-button:hover{border-color:var(--gold);color:var(--gold)}@media (max-width: 768px){.events-grid,.plus-one-details,.dietary-grid.has-plus-one{grid-template-columns:1fr}.form-actions{flex-direction:column;align-items:center}.guest-lookup h3,.rsvp-form h3{font-size:1.8rem}.rsvp-success-message h3{font-size:2rem}}@media (max-width: 480px){.guest-lookup,.rsvp-form,.rsvp-success-message{padding:1.5rem}.events-section,.plus-one-section,.dietary-section{padding:1rem}.guest-lookup h3,.rsvp-form h3{font-size:1.6rem}.rsvp-success-message h3{font-size:1.8rem}.guest-lookup-form{max-width:100%}}.checkbox-group{display:flex;flex-direction:column;gap:12px;margin-top:8px}.checkbox-option{display:flex;align-items:center;cursor:pointer;padding:12px;border:2px solid rgba(209,172,121,.2);border-radius:8px;transition:all .2s;background:var(--pearl)}.checkbox-option:hover{border-color:var(--gold);background:#d1ac791a}.checkbox-option input[type=checkbox]{display:none}.checkbox-custom{width:20px;height:20px;border:2px solid #d4b08a;border-radius:4px;margin-right:12px;position:relative;flex-shrink:0}.checkbox-option input[type=checkbox]:checked+.checkbox-custom{background:#d4b08a;border-color:#d4b08a}.checkbox-option input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.checkbox-option input[type=checkbox]:checked~span{color:#2c3e50;font-weight:500}.regrets-note{font-size:14px;color:#6b7280;margin-top:8px;margin-left:32px;line-height:1.4}.attending-section{border:2px solid var(--gold);border-radius:12px;padding:24px;margin-top:20px;background:linear-gradient(135deg,#fef7f0,#fdf2e9)}.attending-section h3{color:#d4b08a;margin:0 0 20px;font-size:18px;text-align:center}button:not(.hamburger-menu):not(.hamburger-line):not(.toggle-option):not(.plus-one-option):not(.count-option){background:var(--gold)!important;border:3px solid var(--gold)!important;outline:2px solid var(--gold)!important;outline-offset:1.5px!important;color:var(--midnight)!important;font-family:Playfair Display,serif!important;font-weight:600!important;letter-spacing:.2em!important;text-transform:uppercase!important;cursor:pointer!important;transition:all .3s ease!important;border-radius:0!important}button:not(.hamburger-menu):not(.hamburger-line):not(.toggle-option):not(.plus-one-option):not(.count-option):hover:not(:disabled){background:var(--gold-dark)!important;color:var(--midnight)!important;transform:translateY(-2px)!important;box-shadow:0 4px 15px #d1ac794d!important}button:not(.hamburger-menu):not(.hamburger-line):not(.toggle-option):not(.plus-one-option):not(.count-option):disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important}.event-attendance-section{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.event-attendance-item{border:1px solid rgba(209,172,121,.1);border-radius:8px;padding:1rem;background:#1a1a1a4d}.event-header .event-name{color:var(--gold);font-size:1.1rem;font-weight:600;margin:0 0 1rem;font-family:Playfair Display,serif}.event-person{display:flex;align-items:center}.unified-events-selection{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.unified-event-item{padding:1rem 0;transition:all .3s ease}.event-header{margin-bottom:1rem}.event-name{color:var(--gold);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;margin:0;letter-spacing:.05em}.attendance-summary{display:flex;align-items:center}.count-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;font-family:Inter,sans-serif}.count-badge.none{background:#e74c3c1a;color:#e74c3c;border:1px solid rgba(231,76,60,.2)}.count-badge.one{background:#d1ac791a;color:var(--gold);border:1px solid rgba(209,172,121,.3)}.count-badge.two{background:#2ecc711a;color:#2ecc71;border:1px solid rgba(46,204,113,.2)}.event-attendees{display:flex;flex-direction:column;gap:.75rem}.event-controls{display:flex;flex-direction:column;gap:1rem}.attendee-count-selector{display:flex;flex-direction:column;gap:.75rem}.count-options{display:flex;gap:0;border:1px solid #333;border-radius:4px;overflow:hidden;width:fit-content}.count-option{flex:1;padding:.75rem 1.25rem;background:var(--charcoal);border:none;color:var(--cream);cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;transition:all .2s ease;min-width:50px;text-align:center}.count-option:hover{background:#2a2a2a}.count-option.active{background:var(--gold);color:var(--charcoal);font-weight:500}.attendee-option{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.attendee-option input[type=checkbox]{display:none}.attendee-option .checkbox-custom{width:18px;height:18px;border:2px solid rgba(209,172,121,.4);border-radius:3px;background:transparent;position:relative;transition:all .2s ease;cursor:pointer}.attendee-option input[type=checkbox]:checked+.checkbox-custom{background:var(--gold);border-color:var(--gold)}.attendee-option input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--midnight);font-size:12px;font-weight:700}.attendee-name{color:var(--cream);font-family:Inter,sans-serif;font-size:1rem;cursor:pointer;transition:color .2s ease}.attendee-option:hover .attendee-name{color:var(--gold)}.unified-dietary-section{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.form-group h3{color:var(--gold);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;text-align:left;letter-spacing:.02em}.attendance-checkbox-section{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.attendance-person{display:flex;align-items:center}.checkbox-container{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;padding-left:35px;font-size:1rem;color:var(--cream)}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;left:0;height:20px;width:20px;background-color:transparent;border:2px solid var(--gold);border-radius:3px;transition:all .3s ease}.checkbox-container:hover input~.checkmark{background-color:#d1ac791a}.checkbox-container input:checked~.checkmark{background-color:var(--gold);border-color:var(--gold)}.checkmark:after{content:"";position:absolute;display:none}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark:after{left:6px;top:2px;width:6px;height:10px;border:solid var(--midnight);border-width:0 2px 2px 0;transform:rotate(45deg)}.person-name{font-weight:500;margin-left:.5rem}.dietary-preferences-section{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.dietary-item{display:flex;flex-direction:column;gap:.5rem}.dietary-label{color:var(--gold);font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;margin:0}.dietary-person{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#1a1a1a99;border:1px solid rgba(209,172,121,.1);border-radius:6px}.unified-dietary-section:has(.dietary-person:only-child) .dietary-person{background:transparent;border:none;padding:0}.person-label{color:var(--gold);font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;margin:0;text-transform:uppercase;letter-spacing:.05em}.person-label.named-plus-one{color:var(--cream);font-weight:600;text-transform:none;letter-spacing:normal;position:relative}.person-label.named-plus-one:before{content:"🎉 ";color:var(--gold);margin-right:.25rem}@media (max-width: 768px){.unified-event-item{padding:1rem}.event-header{flex-direction:column;align-items:flex-start;gap:.5rem}.event-name{font-size:1.1rem}.count-badge{font-size:.8rem;padding:.2rem .6rem}.checkbox-container{font-size:.9rem;padding-left:32px}.checkmark{height:18px;width:18px}.checkbox-container .checkmark:after{left:5px;top:1px;width:5px;height:9px}.dietary-preferences-section{gap:.8rem}.dietary-label{font-size:.85rem}.event-attendance-section{gap:1rem}.event-attendance-item{padding:.75rem}.event-header .event-name{font-size:1rem}.event-attendees{gap:.5rem}.form-group h3{font-size:1.3rem;margin:0 0 1rem}}:root{--hero-height: 50vh;--bg-transition: 35vh;--content-padding: 2rem;--max-content-width: 1200px}.hero-page-new{min-height:100vh;display:flex;flex-direction:column;position:relative;background:var(--midnight)}.hero-image-container{height:var(--hero-height);width:100%;position:relative;background:var(--midnight);display:flex;align-items:center;justify-content:center}.hero-image-container:after{content:"";position:absolute;top:var(--bg-transition);left:0;right:0;bottom:0;background:var(--midnight);z-index:2}.hero-image{width:100%;height:100%;object-fit:contain;object-position:center;position:relative;z-index:1}.hero-content{flex:1;background:var(--cream);color:var(--midnight);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--content-padding);text-align:center;min-height:calc(100vh - var(--hero-height));position:relative;z-index:3}.hero-content h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:400;color:var(--midnight);margin-bottom:1rem;letter-spacing:.02em}.hero-content p{font-size:clamp(1.1rem,2.5vw,1.3rem);color:var(--midnight);margin-bottom:.5rem;font-weight:300}.hero-content p:last-of-type{margin-bottom:2rem}.hero-content .rsvp-button{display:inline-block;padding:.75rem 2rem;background:transparent;border:2px solid var(--gold);color:var(--gold);text-decoration:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease;position:relative;overflow:hidden}.hero-content .rsvp-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gold);transition:left .3s ease;z-index:-1}.hero-content .rsvp-button:hover{color:var(--cream);border-color:var(--gold)}.hero-content .rsvp-button:hover:before{left:0}.hero-content .separator-line{width:80px;height:1px;background:linear-gradient(90deg,transparent 0%,var(--gold) 20%,var(--gold) 80%,transparent 100%)}@media (min-width: 768px) and (max-width: 1024px){:root{--content-padding: 3rem}.hero-content{padding:var(--content-padding) 2rem;max-width:var(--max-content-width);margin:0 auto}}@media (min-width: 1025px){:root{--content-padding: 4rem}.hero-content{padding:var(--content-padding);max-width:var(--max-content-width);margin:0 auto}}@media (max-width: 767px){:root{--content-padding: 1.5rem}.hero-content{padding:var(--content-padding) 1rem}.hero-content h1{margin-bottom:.75rem}.separator-section{margin:1rem 0}.rsvp-button{padding:.65rem 1.75rem;font-size:.9rem}}@media (max-width: 480px){:root{--content-padding: 1rem}}@media (orientation: landscape) and (max-height: 600px){:root{--hero-height: 60vh;--bg-transition: 42vh}.hero-content{min-height:calc(100vh - var(--hero-height));padding:1rem}.hero-content h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem}.separator-section{margin:.75rem 0}.rsvp-button-section{margin-top:1rem}}.homev2-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:var(--cream);font-family:Playfair Display,serif;font-size:1.2rem;gap:2rem}.material-spinner{width:60px;height:60px}.material-spinner .circular{animation:material-rotate 2s linear infinite;width:60px;height:60px}.material-spinner .path{stroke-dasharray:90,150;stroke-dashoffset:0;stroke-linecap:round;stroke:#d4af37;animation:material-dash 1.5s ease-in-out infinite}@keyframes material-rotate{to{transform:rotate(360deg)}}@keyframes material-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.homev2-loading p{margin:0;opacity:.8;letter-spacing:.1em;font-weight:300}.homev2-hero-section{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;user-select:none;-webkit-user-select:none}@media (hover: none) and (pointer: coarse){.homev2-hero-section{touch-action:none;-webkit-touch-callout:none}}.homev2-container{position:relative;width:100%;height:100%}.homev2-card{position:relative;width:100%;height:100%;overflow:hidden}.homev2-card-image{position:absolute;top:0;left:0;width:100vw;height:100vh;object-fit:cover;object-position:center top;filter:none;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);will-change:opacity}.homev2-card-image.portrait-image{object-position:center top;object-fit:cover}@media (orientation: portrait){.homev2-hero-section{height:calc(100vh+80px);margin-top:0;overflow:hidden;align-items:flex-start}.homev2-container{height:100vh;min-height:100vh}.homev2-card{height:100vh}.homev2-card-image{height:100vh;top:0;width:100vw;object-fit:cover;object-position:center top}}@media (orientation: landscape) and (min-width: 900px){.homev2-card-image.portrait-image{object-position:left top;object-fit:cover;width:auto;height:100vh;left:0;top:0}}.homev2-card-image.landscape-image{object-fit:cover;object-position:center top}.homev2-portrait-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,transparent 40%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.7) 80%,rgba(0,0,0,.9) 100%);transition:opacity 1.5s ease-in-out;display:none}@media (orientation: landscape) and (min-width: 900px){.homev2-portrait-gradient{display:block}}.homev2-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a0a0a99,#0f0f0f80,#050505b3);z-index:3}.homev2-card-content{position:absolute;z-index:4;text-align:center;color:var(--cream);top:50%;right:0%;transform:translateY(-50%);width:100%;max-width:600px}.homev2-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4.25vw,4rem);font-weight:300;letter-spacing:.1em;margin-bottom:2rem;color:var(--cream);text-shadow:3px 3px 6px rgba(0,0,0,.8),1px 1px 3px rgba(0,0,0,.6)}.homev2-separator-section{margin:1.5rem 0}.homev2-date-location{display:flex;flex-direction:column;gap:.5rem;color:var(--cream);margin-bottom:3rem}.homev2-date{font-family:Playfair Display,serif;font-size:1.7rem;font-weight:800;letter-spacing:1em;color:var(--gold);text-shadow:2px 2px 4px rgba(0,0,0,.8),1px 1px 2px rgba(0,0,0,.6)}.homev2-location{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:400;letter-spacing:.1em;color:var(--gold);text-shadow:2px 2px 4px rgba(0,0,0,.8),1px 1px 2px rgba(0,0,0,.6)}.homev2-rsvp-button{background:var(--gold);border:3px solid var(--gold);outline:2px solid var(--gold);outline-offset:1.5px;color:var(--midnight);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;padding:10px 40px;cursor:pointer;border-radius:0;transition:all .3s ease}.homev2-rsvp-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #d4af374d}.homev2-rsvp-button:active{transform:translateY(0)}@media (orientation: landscape) and (min-width: 900px){.homev2-card-content{position:absolute;top:0;right:1%;bottom:0;width:45%;max-width:45%;display:flex;flex-direction:column;justify-content:center;align-items:right;text-align:center;transform:none}.homev2-title{margin-bottom:1rem}.homev2-separator-section{margin:0}.homev2-date-location{margin-bottom:1.5rem}}@media (pointer: coarse) and (orientation: portrait){.homev2-card-content{inset:55% auto auto 50%!important;transform:translate(-50%,-50%)!important;text-align:center;max-width:100%;width:85%}}@media (pointer: coarse) and (orientation: landscape){.homev2-card-content{inset:50% 1% auto auto!important;transform:translateY(-50%)!important;text-align:center;max-width:45%;width:45%}}@media (pointer: coarse) and (orientation: landscape) and (max-height: 450px){.homev2-card-content{top:50%!important;right:1%!important;max-width:42%;width:42%;margin-bottom:0!important}.homev2-title{font-size:clamp(1.5rem,4vw,2.2rem);margin-bottom:.3rem!important}.homev2-separator-section{margin:.1rem 0!important}.homev2-date-location{margin-bottom:.6rem!important;margin-top:.1rem!important;gap:.2rem!important}.homev2-date,.homev2-location{font-size:clamp(1rem,3vw,1.3rem)!important;margin-bottom:0!important}.homev2-rsvp-section{margin-bottom:0!important}.homev2-rsvp-button{padding:.6rem 1.5rem!important;font-size:.9rem!important;margin-bottom:0!important}}@media (orientation: portrait) and (max-width: 768px){.homev2-card-content{inset:55% auto auto 50%!important;transform:translate(-50%,-50%)!important;text-align:center;max-width:85%;width:85%}.homev2-title{font-size:clamp(2rem,6vw,3rem);margin-bottom:1.5rem}.homev2-date-location{margin-bottom:2rem}.homev2-rsvp-button{padding:.8rem 2rem;font-size:1.1rem}}@media (max-width: 480px){.homev2-card-content{bottom:12%;max-width:90%}.homev2-title{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:1rem}.homev2-date{font-size:clamp(1.4rem,3vw,1.5rem)}.homev2-location{font-size:clamp(1.2rem,2.5vw,1.2rem)}.homev2-date-location{margin-bottom:1.5rem}.homev2-rsvp-button{padding:.7rem 1.8rem;font-size:1rem}}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.homev2-card-image{background-attachment:scroll;background-size:cover;background-position:center center;-webkit-transform:translateZ(0);transform:translateZ(0)}}
