@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Montserrat:wght@300;400&display=swap";:root{--text-main: #222;--text-light: #555;--bg-main: #ffffff;--accent: #000000;--font-serif: "Times New Roman", serif;--font-body: "Georgia", serif}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100%;color:var(--text-main);font-family:var(--font-body);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}#root{width:100%}.page-container{width:100%;padding:0 20px}@media(min-width:900px){.page-container{max-width:1100px;margin:0 auto}}h1,h2,h3{font-family:var(--font-serif);color:var(--text-main);letter-spacing:.5px}p{color:var(--text-light);line-height:1.6;font-size:1.1rem}a{color:var(--text-main);text-decoration:none}a:hover{color:var(--accent)}button{border-radius:999px;border:1px solid var(--accent);background-color:var(--accent);color:#fff;padding:.7em 1.6em;font-size:1rem;font-family:var(--font-body);cursor:pointer;transition:.3s ease}button:hover{background-color:#fff;color:var(--accent);border-color:var(--accent)}button:focus{outline:none}.nav{background:#fff;color:#000;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;font-family:Montserrat,sans-serif;position:fixed;top:0;width:100%;z-index:100;transition:background .3s ease,box-shadow .3s ease}.nav.scrolled{background:#ffffffd9;box-shadow:0 2px 10px #0000000d}.nav-left{display:flex;align-items:center}.nav-logo{width:60px;height:auto}.nav-links{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#000;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:400;cursor:pointer;letter-spacing:.03em;padding:.5rem 1rem;transition:all .3s ease;position:relative;border-radius:0}.nav-link:after{content:"";display:block;width:0%;height:2px;background:#000;transition:width .3s ease;position:absolute;bottom:0;left:0}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:18px;cursor:pointer;z-index:110}.hamburger span{display:block;height:3px;background:#000;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);background:#fff}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);background:#fff}@media(max-width:768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;left:0;height:0;width:100%;background:#000;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;transition:height .4s ease;z-index:105}.nav-links.open{height:100vh}.nav-link{width:80%;text-align:center;padding:1.5rem 0;font-size:1.5rem;font-weight:600;color:#fff;border-bottom:2px solid #fff;letter-spacing:.03em;font-family:Playfair Display,serif;transition:background .3s ease,color .3s ease;border-radius:0}.nav-link:hover{background:#ffffff1a;color:#fff}.nav-link:after{display:none}}body{margin:0;padding-top:70px}.welcome{background:#fff;color:#000;padding:2rem;max-width:1200px;margin:0 auto;overflow:hidden}.welcome-sub{text-align:center;font-family:Montserrat,sans-serif;letter-spacing:.25em;text-transform:uppercase;margin-bottom:2.5rem;font-size:.85rem;margin-top:45px}.image-row{display:flex;justify-content:center;align-items:center;gap:2.5rem;margin-bottom:2.5rem;position:relative}.img-side{width:320px;height:auto;object-fit:cover;flex-shrink:0}.img-center{width:440px;height:auto;object-fit:cover;flex-shrink:0}.text-row{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.names{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:400;text-align:center}.date{font-family:Montserrat,sans-serif;font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;justify-self:end}.spacer{width:1px}@media(max-width:768px){.welcome{padding:3rem 1.5rem}.image-row{gap:1.5rem}.img-center{width:280px}.img-side{width:200px}.text-row{grid-template-columns:1fr;text-align:center;row-gap:.75rem}.names{font-size:2rem}.date{justify-self:center}.spacer{display:none}}@media(max-width:480px){.img-center{width:250px}.img-side{width:190px}.welcome-sub{font-size:.75rem}.names{font-size:1.8rem}}.countdown{background:#000;color:#fff;padding:4rem 2rem;text-align:center}.countdown-sub{font-family:Montserrat,sans-serif;letter-spacing:.25em;text-transform:uppercase;font-size:1.1rem;margin-bottom:2rem}.time-grid{display:flex;justify-content:center;gap:2.5rem;margin-bottom:2.5rem}.time-grid div{text-align:center}.time-grid span{font-family:Playfair Display,serif;font-size:2.6rem;display:block}.time-grid small{font-family:Montserrat,sans-serif;letter-spacing:.15em;text-transform:uppercase;font-size:.65rem}.countdown-ended{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:2rem}.calendar-text{font-family:Montserrat,sans-serif;font-size:.9rem;margin-bottom:1rem}.calendar-btn{display:inline-block;padding:.75rem 2rem;border:1px solid #fff;color:#fff;text-decoration:none;font-family:Montserrat,sans-serif;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;transition:background .3s ease,color .3s ease}.calendar-btn:hover{background:#fff;color:#000}@media(max-width:768px){.time-grid{gap:1.5rem}.time-grid span{font-size:2rem}}.calendar-options{margin-top:1rem;display:flex;justify-content:center;gap:1rem}.calendar-options a{padding:.6rem 1.4rem;border:1px solid #fff;color:#fff;text-decoration:none;font-family:Montserrat,sans-serif;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;transition:background .3s ease,color .3s ease}.calendar-options a:hover{background:#fff;color:#000}.location{background:#fff;color:#000;padding:4rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.location-sub{font-family:Montserrat,sans-serif;letter-spacing:.25em;text-transform:uppercase;font-size:.85rem;margin-bottom:1.5rem}.location-heading{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:400;margin-bottom:1.5rem}.location-text{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.8;max-width:600px;margin:0 auto 2.5rem}.map-wrapper{display:flex;justify-content:center}.map-wrapper iframe{width:250px;height:250px;border-radius:2px}@media(max-width:768px){.location{padding:3rem 1.5rem}.location-heading{font-size:1.8rem}.location-text{font-size:.9rem}.map-wrapper iframe{width:90%;max-width:320px;height:260px}}.order-day{background:#000;color:#fff;padding:6rem 2rem;text-align:center;font-smoothing:antialiased}.order-sub{font-family:Montserrat,sans-serif;letter-spacing:.3em;text-transform:uppercase;font-size:.85rem;margin-bottom:1rem;color:#a2a2a28a}.order-heading{font-family:Playfair Display,serif;font-size:2.6rem;font-weight:400;margin-bottom:3rem;letter-spacing:.05em;position:relative;color:#e7e5e5}.order-heading:after{content:"";display:block;width:60px;height:2px;background:#fff;margin:1rem auto 0}.schedule-item img{width:65px;height:65px;object-fit:contain;margin-bottom:1rem;opacity:.9}.schedule{display:flex;flex-direction:column;gap:5rem;align-items:center;position:relative}.schedule:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:2px;height:100%;opacity:.2}.schedule-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.schedule-item:not(:last-child):after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:2px;height:4.2rem;background:#fff;opacity:.2}.time{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:.5rem;letter-spacing:.03em}.event{font-family:Montserrat,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.12em;color:#eee;text-align:center;max-width:260px}@media(max-width:768px){.order-day{padding:4rem 1.5rem}.order-heading{font-size:2.2rem}.time{font-size:1.6rem}.event{font-size:.9rem;max-width:200px}}.registry{background:#fff;color:#000;padding:6rem 2rem;text-align:center}.registry-sub{font-family:Montserrat,sans-serif;letter-spacing:.25em;text-transform:uppercase;font-size:.85rem;margin-bottom:1rem;color:#555}.registry-heading{font-family:Playfair Display,serif;font-size:2.6rem;font-weight:400;margin-bottom:2rem;letter-spacing:.05em;position:relative}.registry-heading:after{content:"";display:block;width:60px;height:2px;background:#000;margin:1rem auto 0}.registry-text{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.8;max-width:600px;margin:0 auto 3rem}.registry-btn{display:inline-block;padding:.8rem 2rem;border:1px solid #000;color:#000;text-decoration:none;font-family:Montserrat,sans-serif;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;transition:all .3s ease;border-radius:0;background-color:transparent}.registry-btn:hover{background:#000;color:#fff}@media(max-width:768px){.registry{padding:4rem 1.5rem}.registry-heading{font-size:2.2rem}.registry-text{font-size:.9rem}.registry-btn{font-size:.8rem;padding:.7rem 1.8rem}}.faq{background:#000;color:#fff;padding:6rem 2rem;text-align:center}.faq-sub{font-family:Montserrat,sans-serif;letter-spacing:.25em;text-transform:uppercase;font-size:.85rem;margin-bottom:1rem;color:#ccc}.faq-heading{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:400;margin-bottom:3rem;letter-spacing:.05em;position:relative;color:#fff}.faq-heading:after{content:"";display:block;width:70px;height:2px;background:#fff;margin:1rem auto 0}.faq-list{display:flex;flex-direction:column;gap:1.8rem;max-width:750px;margin:0 auto}.faq-item{background:#111;border-radius:10px;padding:1.8rem 2rem;transition:all .3s ease;box-shadow:0 6px 12px #ffffff0d}.faq-item:hover{box-shadow:0 10px 20px #ffffff26;background:#1a1a1a}.faq-item .question{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:500;margin:0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#fff}.faq-item .arrow{transition:transform .3s ease;margin-left:1rem;font-size:1.2rem;color:#fff}.faq-item .arrow.open{transform:rotate(90deg)}.faq-item .answer{font-family:Montserrat,sans-serif;font-size:1.05rem;line-height:1.8;color:#000;background:#fff;padding:1rem 1.5rem;border-radius:8px;margin-top:.5rem;text-align:center;box-shadow:0 4px 10px #0000001a}@media(max-width:768px){.faq{padding:4rem 1.5rem}.faq-heading{font-size:2.4rem}.faq-item .question{font-size:1.3rem}.faq-item .arrow{font-size:1rem}.faq-item .answer{font-size:.95rem}}.fund-card{display:flex;flex-direction:row;background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #00000014;margin:20px 0;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;height:250px}.fund-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001f}.fund-card-image-container{flex:0 0 40%;height:100%;overflow:hidden}.fund-card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .6s ease;filter:grayscale(0%)}.fund-card:hover .fund-card-image{transform:scale(1.05);filter:grayscale(0%)}.fund-card-content{flex:1;padding:25px;display:flex;flex-direction:column;justify-content:center}.fund-card-title{font-size:24px;font-weight:600;color:#000;font-family:Playfair Display,serif;margin-bottom:12px}.fund-card-description{font-size:15px;color:#444;line-height:1.6;margin-bottom:20px;font-family:Montserrat,sans-serif}.fund-card-paypal{margin-top:auto;display:flex;justify-content:center}.fund-card-paypal iframe,.fund-card-paypal input[type=image]{width:150px;max-width:80%;height:auto;border:none;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.fund-card-paypal iframe:hover,.fund-card-paypal input[type=image]:hover{transform:scale(1.05)}@media(max-width:768px){.fund-card{flex-direction:row;height:auto}.fund-card-image-container{flex:0 0 35%;height:auto}.fund-card-image{height:100%}.fund-card-content{flex:1;padding:15px;display:flex;flex-direction:column;justify-content:flex-start}.fund-card-paypal iframe,.fund-card-paypal input[type=image]{width:120px;max-width:100%;height:auto;margin-top:15px}}.registry-page{background-color:#fff;color:#000;font-family:Montserrat,sans-serif;min-height:100vh}.registry-hero{text-align:center;padding:60px 0 10px}.registry-hero h1{font-family:Didot,serif;font-size:60px;margin-bottom:16px;color:#000;margin-top:70px}.registry-hero p{font-size:18px;color:#555;max-width:700px;margin:0 auto}.registry-funds{text-align:center;padding:40px 20px}.funds-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:30px}@media(max-width:768px){.registry-hero{padding-top:20px}.registry-hero h1{font-size:70px}.registry-hero p{font-size:16px}.registry-funds h2{font-size:26px}.funds-grid{flex-direction:column;gap:20px}}.rsvp .hero-title{font-family:Pinyon Script,cursive;font-size:130px;font-weight:400;margin:0 0 20px;color:#efeace;text-align:center}body{padding-top:0}.rsvp .hero-subtitle{font-family:Quattrocento,serif;font-size:30px;letter-spacing:4px;margin-bottom:50px;color:#efeace;text-align:center}.rsvp .hero-button{padding:20px 40px;font-size:24px;border:2px solid #EFEACE;background-color:transparent;color:#efeace;cursor:pointer;box-shadow:0 4px 15px #0000004d;transition:all .3s ease;border-radius:0}.rsvp .hero-button:hover{background-color:#efeace26}.rsvp .hero-footer{width:100%;max-width:90%;display:flex;justify-content:space-between;padding-top:100px;font-family:Roboto Mono,monospace;font-size:20px;color:#efeace;opacity:.9}.rsvp .hero-name{display:flex;justify-content:center;align-items:center;gap:2vw;width:100%;text-align:center}.rsvp .hero-first,.rsvp .hero-last{font-family:Pinyon Script,cursive;font-weight:400;color:#efeace;font-size:10vw;line-height:1}.rsvp .hero-amp{font-family:Quattrocento,serif;font-size:5vw;color:#efeace;line-height:1}@media(max-width:768px){.rsvp .hero-title{font-size:90px}.rsvp .hero-subtitle{font-size:14px;letter-spacing:2px;margin-bottom:38px}.rsvp .hero-button{font-size:20px;padding:14px 28px}.rsvp .hero-footer{flex-direction:column;align-items:center;gap:12px;font-size:14px;padding-top:40px;text-align:center}.rsvp .hero-first,.rsvp .hero-last{font-size:12.5vw}.rsvp .hero-amp{font-size:7vw}.rsvp .hero-name{padding-bottom:2px}}.rsvp-page{font-family:Playfair Display,serif;background-color:#000;color:#fff;min-height:100vh;padding:60px 20px;display:flex;flex-direction:column;align-items:center}.rsvp-header{text-align:center;margin-bottom:50px}.rsvp-header img{max-width:120px;margin-bottom:20px}.rsvp-header h1{font-size:48px;font-weight:700;margin:0 0 10px;color:#fff}.rsvp-header p{font-size:18px;color:#fff;line-height:1.6;max-width:600px;margin:0 auto;opacity:.9}.rsvp-form-container{max-width:600px;width:100%;background-color:#fff;padding:40px 30px;box-shadow:0 10px 30px #0000004d;border-radius:12px;color:#000}.rsvp-form-header{font-family:Playfair Display,serif;font-size:23px;font-weight:400;text-align:center;color:#000;margin-bottom:25px;line-height:1.4;font-style:italic}.rsvp-label{display:block;font-weight:600;margin:25px 0 10px;font-size:18px}.rsvp-input,.rsvp-textarea{width:100%;padding:14px;border-radius:8px;border:1px solid #000;font-size:18px;margin-bottom:10px;box-sizing:border-box;font-family:Playfair Display,serif;color:#000}.rsvp-textarea::placeholder{font-size:14px;color:#888}.rsvp-option-group{margin-bottom:20px}.rsvp-option{display:block;margin-bottom:8px;font-size:16px}.rsvp-submit-button{width:100%;padding:16px;background-color:#000;color:#fff;border:none;border-radius:24px;font-size:18px;font-weight:600;cursor:pointer;margin-top:30px;transition:all .3s ease}.rsvp-submit-button:hover{background-color:#fff;color:#000;border:2px solid #000}@media(max-width:768px){.rsvp-page{padding:30px 15px}.rsvp-header h1{font-size:36px}.rsvp-header p{font-size:16px}.rsvp-form-container{padding:30px 20px}.rsvp-label,.rsvp-option,.rsvp-input,.rsvp-textarea{font-size:16px}.rsvp-submit-button{font-size:16px;padding:14px}}.thanks .hero-subtitle{font-family:Quattrocento,serif;font-size:25px;letter-spacing:4px;margin-bottom:10px;color:#efeace;text-align:center}.thanks .hero-amp{font-family:Times New Roman,serif;font-size:22px;color:#efeace;margin-bottom:40px}.thanks .hero-button{font-size:18px;border:2px solid #EFEACE;background-color:transparent;color:#efeace;cursor:pointer;border-radius:0;box-shadow:0 4px 15px #0000004d;transition:all .3s ease;margin:40px 0 0}.thanks .hero-button:hover{background-color:#efeace26}.thanks .hero-footer{padding:0 20px;display:flex;justify-content:center;font-family:Roboto Mono,monospace;font-size:20px;color:#efeace;opacity:.9;border:2px solid #EFEACE;margin-top:200px}.thanks .hero-name{display:flex;justify-content:center;align-items:center;gap:2vw;width:100%;text-align:center}.thanks img{opacity:0;transition:opacity .6s ease}.thanks .hero-first,.thanks .hero-last{font-family:Pinyon Script,cursive;font-weight:400;color:#efeace;font-size:21vw;line-height:1}.thanks .image-group img{opacity:0;transform:translateY(10px);transition:opacity 1.6s ease,transform 1.6s ease}.thanks .image-group.visible img{opacity:1;transform:translateY(0)}.thankyou-background{position:fixed;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}
