:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #7b2035;--secondary: #cf6c7d;--accent: #f5d7db;--dark: #311820;--white: #ffffff;--bg-light: #efe5db;--shadow: 0 8px 20px rgba(0, 0, 0, .08)}body{margin:0;font-family:Montserrat,serif;background:var(--bg-light);color:var(--dark);line-height:1.6}h1,h2,h3{font-family:Libre Baskerville,serif;color:var(--dark)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.navbar{position:fixed;top:0;left:0;right:0;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);z-index:1000}.navbar-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.2rem .4rem}.navbar-links a{display:block;padding:.5rem .75rem;white-space:nowrap}.navbar-inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;font-family:Playfair Display,serif}.navbar-links a{margin-left:1rem;font-weight:500;text-transform:uppercase;transition:color .3s ease}.navbar-links a.active,.navbar-links a:hover{color:var(--primary)}.hero{height:100vh;background-image:url(/gaelwedding/mariage.jpg);background-size:cover;background-position:center;position:relative}.hero:after{content:"";position:absolute;inset:0}.hero-content{position:relative;z-index:1;text-align:center;padding:10vh 2rem 4rem;color:var(--dark)}.hero-title{font-family:Sacramento,cursive;font-size:4rem;letter-spacing:.02em;margin-bottom:.5rem}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem}.hero-button{display:inline-block;padding:.8rem 2rem;background:var(--primary);color:var(--white);border-radius:9999px;font-weight:600;box-shadow:var(--shadow);transition:transform .2s ease}.hero-button:hover{transform:translateY(-3px)}.save{position:relative}.save:after{content:"";position:absolute;inset:0}.save-content{position:relative;z-index:1;text-align:center;padding:10vh 2rem 4rem;color:var(--dark)}.save-title{font-family:Sacramento,cursive;font-size:2.5rem;letter-spacing:.02em;margin-bottom:.5rem}.save-title2{font-size:1.5rem;letter-spacing:.02em;margin-bottom:.5rem}.save-subtitle{font-family:Sacramento,cursive;font-size:2rem;margin-bottom:2rem}.save-subtitle2{font-size:1rem;margin-bottom:2rem}.section{padding:4rem 2rem}.section-light{background:var(--white)}.section-dark{background:var(--secondary)}.story-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:2rem}.story-text{flex:1 1 50%}.story-text h2{font-size:2rem;margin-bottom:1rem}.story-image{flex:1 1 50%}.story-image img{width:100%;border-radius:1rem;box-shadow:var(--shadow)}.countdown{display:flex;justify-content:center;gap:2.5rem;margin-top:2rem;flex-wrap:wrap}.countdown-item{text-align:center;font-family:Playfair Display,serif}.countdown-circle{width:90px;height:90px;border-radius:50%;background:var(--secondary);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:2.4rem;font-weight:700;box-shadow:var(--shadow);margin-bottom:.5rem;position:relative}.countdown-circle:after{content:"";position:absolute;inset:6px;border-radius:50%;border:2px solid rgba(255,255,255,.6)}.countdown-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--dark)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.gallery-item{position:relative;overflow:hidden;border-radius:.75rem;box-shadow:var(--shadow)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.event-checkbox{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.95rem;cursor:pointer}.event-checkbox input[type=checkbox]{appearance:none;width:1.1rem;height:1.1rem;border:2px solid var(--primary);border-radius:.25rem;position:relative;cursor:pointer;transition:background .2s ease}.event-checkbox input[type=checkbox]:checked{background:var(--primary)}.event-checkbox input[type=checkbox]:after{content:"";position:absolute;top:.15rem;left:.32rem;width:.28rem;height:.55rem;border:solid var(--white);border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.event-checkbox input[type=checkbox]:checked:after{opacity:1}.form-card{max-width:480px;width:100%;margin:0 auto;padding:2rem;border-radius:1rem;box-shadow:var(--shadow);background:var(--white)}.form-card h3{color:var(--dark);margin-bottom:1rem}.form-card label{font-weight:600;display:block;margin-bottom:.3rem}.form-card input,.form-card textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;margin-bottom:.8rem;font-size:1rem;background-color:var(--accent);color:var(--dark)}.form-card input::placeholder,.form-card textarea::placeholder{color:var(--primary);opacity:.6}.form-card button{width:100%;background:var(--primary);color:var(--white);padding:.8rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s ease}.form-card button:hover{background:#62172d}.cagnotte-section{background:var(--bg-light);padding:4rem 2rem}.cagnotte-section .container{max-width:1200px;margin:0 auto;text-align:center}.cagnotte-section .title{font-family:Playfair Display,serif;font-size:2.5rem;color:var(--dark);margin-bottom:.5rem}.cagnotte-section .subtitle{font-size:1.1rem;color:var(--dark);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.payment-card{background:var(--white);border-radius:1rem;box-shadow:var(--shadow);padding:2rem;display:flex;flex-direction:column;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.payment-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.icon-wrapper{background:var(--secondary);color:var(--primary);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.card-title{font-size:1.3rem;font-family:Playfair Display,serif;color:var(--dark);margin-bottom:.5rem}.card-text{color:var(--dark);font-size:.95rem;margin-bottom:1.5rem}.payment-button{display:inline-block;padding:.7rem 1.6rem;background:var(--primary);color:var(--white);border-radius:9999px;font-weight:600;text-decoration:none;transition:background .2s ease}.payment-button:hover{background:#62172d}.rsvp-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem}.phone-input .PhoneInputCountry{border:1px solid #ddd;border-radius:.5rem 0 0 .5rem;padding:.4rem .6rem;background:#fff;box-shadow:var(--shadow)}.phone-input .PhoneInputInput{width:100%;padding:.75rem;border:1px solid #ddd;border-left:none;border-radius:0 .5rem .5rem 0;font-size:1rem;background:#fff;box-shadow:var(--shadow)}.phone-input:focus-within .PhoneInputInput,.phone-input:focus-within .PhoneInputCountry{outline:none;border-color:var(--primary)}.program-container{max-width:1100px;margin:0 auto;padding:1rem 0}.program-header{text-align:center;margin-bottom:2rem}.program-title{font-family:Playfair Display,serif;font-size:2.5rem;color:var(--dark);margin:.25rem 0 .5rem}.program-subtitle{color:var(--dark);opacity:.85}.program-day{margin-bottom:2rem}.program-date{display:inline-block;font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:.9rem;color:var(--primary);background:var(--secondary);padding:.35rem .75rem;border-radius:999px;box-shadow:var(--shadow);margin-bottom:.75rem}.program-card{background:var(--white);border-radius:1rem;padding:1.25rem 1.25rem 1rem;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.04);position:relative}.program-card:before{content:"";position:absolute;left:.9rem;top:1rem;bottom:1rem;width:3px;background:linear-gradient(to bottom,var(--primary),transparent);border-radius:2px;opacity:.35}.program-event{font-family:Playfair Display,serif;font-size:1.35rem;margin:0 0 .25rem;color:var(--dark)}.program-time{margin:.15rem 0 .35rem;font-weight:600;color:var(--primary)}.program-venue,.program-location,.program-description{margin:.15rem 0;color:var(--dark);opacity:.9}.program-note{margin-top:2rem;background:linear-gradient(to right,var(--secondary),#fff);border:1px solid rgba(0,0,0,.05);padding:1.25rem;border-radius:1rem;box-shadow:var(--shadow);color:var(--dark);line-height:1.7}.centered{margin-left:auto;margin-right:auto;max-width:960px;text-align:center}.program-map-link a{color:var(--primary);text-decoration:underline;display:inline-block;margin-top:.5rem}.program-map-link a:hover{text-decoration:none}.travel-container{max-width:960px;margin-left:auto;margin-right:auto;padding:1rem}.travel-section{margin-bottom:2rem;text-align:left}.travel-section .section-title{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:.5rem;color:var(--dark);border-left:4px solid var(--primary);padding-left:.5rem}.travel-section iframe{width:100%;border-radius:.5rem;box-shadow:var(--shadow)}.section-light{background:var(--bg-light)}.faq-container{max-width:960px;margin:0 auto;padding:1rem}.faq-item{text-align:left}.faq-question{font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:.5rem;color:var(--primary)}.faq-answer{font-family:Lora,serif;margin-bottom:1rem;color:var(--dark)}.faq-steps{padding-left:1.2rem;margin:.5rem 0 1rem}.faq-steps li{list-style:decimal;margin-bottom:.4rem;font-family:Lora,serif}.centered{margin-left:auto;margin-right:auto;max-width:960px}@media (max-width: 640px){.program-title{font-size:2rem}.program-card{padding:1rem}}@media (max-width: 768px){.navbar-links a{font-size:.75rem;padding:.3rem .5rem}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
