@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Source+Sans+3:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Source+Sans+3:wght@400;600&display=swap";:root{font-family:var(--font-serif, "Cormorant Garamond", serif);color:#092b3a;line-height:1.6;font-weight:400;background-color:#e6eef1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:#e6eef1;font-family:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}ul{list-style:none;padding:0;margin:0}p{margin:0}:root{--font-serif: "Cormorant Garamond", serif;--font-sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-marine: #244b88;--color-deep: #173564;--color-ivory: #ffffff;--color-text: #244b88;--color-gold: #ab9c7c;--color-sand: #a99d80;--shadow-soft: 0 18px 40px rgba(17, 34, 63, .18)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-serif);background:#fff;color:var(--color-text)}.page{font-family:var(--font-serif);color:var(--color-text);background:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[data-section]{scroll-margin-top:5rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:background-color .3s ease,box-shadow .3s ease}.navbar__inner{max-width:72rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.navbar__logo{font-family:var(--font-serif);font-size:1.6rem;font-weight:500;letter-spacing:.15em;color:#fff;text-decoration:none;transition:color .3s ease}.navbar__link{font-family:var(--font-serif);font-size:1rem;letter-spacing:.08em;color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.4);padding:.5rem 1.2rem;border-radius:20px;cursor:pointer;transition:background .3s ease,border-color .3s ease,color .3s ease}.navbar__link:hover{background:#ffffff40}.navbar--scrolled{background:var(--color-marine);box-shadow:0 2px 20px #11223f26}.navbar--scrolled .navbar__logo{color:var(--color-gold)}.navbar--scrolled .navbar__link{background:var(--color-gold);border-color:var(--color-gold);color:#fff}.navbar--scrolled .navbar__link:hover{background:#b5a684;border-color:#b5a684}@media(max-width:540px){.navbar{padding:.75rem 1.2rem}.navbar__logo{font-size:1.3rem}.navbar__link{font-size:.9rem;padding:.4rem 1rem}}.hero{position:relative;min-height:92vh;display:grid;place-items:center;background:#1a3a4a;overflow:hidden;color:#fff;text-align:center;isolation:isolate}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero__overlay{padding:clamp(2rem,5vw,4rem)}.hero__title-image{width:clamp(22rem,68vw,60rem);height:auto;max-width:100%;display:block;margin:0 auto;font-size:0;line-height:0;color:transparent}@media(max-width:560px){.hero__title-image{transform:translate(-.5%)}}.merci{background:var(--color-ivory);padding:clamp(4rem,8vw,7rem) clamp(1.5rem,6vw,5rem)}.merci__inner{max-width:64rem;margin:0 auto;display:grid;gap:clamp(2.5rem,5vw,4rem)}.merci__heading{margin:0;text-align:center;font-family:var(--font-serif);font-weight:500;font-size:clamp(3rem,7vw,5rem);letter-spacing:.18em;text-transform:uppercase;color:var(--color-marine)}.merci__photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem);align-items:start}.merci__photo{margin:0;border-radius:10px;overflow:hidden;box-shadow:var(--shadow-soft);aspect-ratio:4 / 5;background:#f4f5f8}.merci__photo img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:720px){.merci__photos{grid-template-columns:1fr;gap:1.6rem}.merci__photo{aspect-ratio:auto}.merci__photo img{height:auto}}.registry{background:var(--color-marine);padding:clamp(3.5rem,6vw,5rem) clamp(1.5rem,6vw,5rem)}.registry__inner{max-width:60rem;margin:0 auto;display:grid;gap:clamp(2rem,5vw,3.5rem);align-items:center;justify-items:center}.registry__copy{display:flex;flex-direction:column;gap:2rem;text-align:center;align-items:center;color:var(--color-gold)}.registry__copy h2{margin:0;font-family:var(--font-serif);font-size:clamp(2.4rem,5vw,3.6rem);letter-spacing:.12em;color:var(--color-gold)}.registry__super-btn-wrapper{position:relative;display:inline-block;padding:4px;border-radius:50px;background:linear-gradient(90deg,var(--color-gold),#f0e6c8,var(--color-gold),#c4b38a,var(--color-gold));background-size:400% 100%;animation:shimmer-border 2.5s ease-in-out infinite,glow-pulse 2s ease-in-out infinite;box-shadow:0 0 20px #ab9c7c80,0 0 40px #ab9c7c4d}@keyframes shimmer-border{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px #ab9c7c80,0 0 40px #ab9c7c4d}50%{box-shadow:0 0 30px #ab9c7cb3,0 0 60px #ab9c7c66,0 0 80px #ab9c7c33}}.registry__super-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.4rem 3rem;background:var(--color-marine);color:var(--color-gold);font-family:var(--font-serif);font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600;letter-spacing:.12em;text-decoration:none;border-radius:50px;transition:all .4s cubic-bezier(.4,0,.2,1)}.registry__super-btn-text{white-space:nowrap}.registry__super-btn-wrapper:hover{transform:translateY(-3px) scale(1.05);animation:shimmer-border 1s ease-in-out infinite,glow-pulse-hover .8s ease-in-out infinite}@keyframes glow-pulse-hover{0%,to{box-shadow:0 0 30px #ab9c7ccc,0 0 60px #ab9c7c80}50%{box-shadow:0 0 40px #ab9c7c,0 0 80px #ab9c7c99,0 0 100px #ab9c7c4d}}.registry__super-btn-wrapper:active{transform:translateY(-1px) scale(1.02)}.footer{padding:2.6rem 1.5rem 3rem;text-align:center;font-size:.95rem;color:#092b3aa8}.footer p{margin:0}
