:root{--background-color:#1a1a1a;--text-color:#ffffff;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box}*,body{margin:0;padding:0}body{font-family:var(--font-family);line-height:1.6;color:#553232;background-color:#ECF0E5;text-align:center;overflow-x:hidden}.navigation-container{position:relative;z-index:100}.burger-button{position:fixed;top:32px;right:20px;display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.burger-line{width:2rem;height:.25rem;background-color:#333;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.burger-line.open:first-child{transform:rotate(45deg)}.burger-line.open:nth-child(2){opacity:0;transform:translateX(20px)}.burger-line.open:nth-child(3){transform:rotate(-45deg)}.nav-menu{display:flex;flex-direction:column;background:#ECF0E5;position:fixed;top:0;right:-100%;height:100vh;width:250px;padding:5rem 1.5rem;transition:right .3s ease-in-out;box-shadow:-2px 0 10px rgba(0,0,0,.1);overflow-x:hidden;overflow-y:auto;z-index:100}.nav-menu.open{right:0}.nav-menu ul{display:flex;flex-direction:column;gap:2rem;width:100%;box-sizing:border-box;padding:0;margin-top:1rem}.nav-menu li{list-style:none;text-align:center}.nav-menu a,.nav-menu li{width:100%;display:flex;align-items:center;justify-content:center}.nav-menu a{text-decoration:none;color:#553232;font-size:1.6rem;font-weight:500;transition:color .2s;padding:8px 0;line-height:1.2}.nav-menu a:hover{color:#442626}.nav-menu a.active{font-weight:700;color:#442626;position:relative}.language-selector{position:relative;display:inline-block}.language-button{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#553232;text-decoration:none;font-size:1.6rem;transition:color .2s;padding:8px 1rem;background:none;border:none;cursor:pointer}.language-button:after{content:"▾";display:inline-block;margin-left:.5rem;transition:transform .2s ease}.language-button[aria-expanded=true]:after{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + 2px);right:0;background:white;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);overflow:hidden;width:200px;z-index:1001;border:1px solid #eaeaea;margin-top:0}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:white;color:#553232;font-size:1.6rem;text-align:left;cursor:pointer;transition:background-color .2s;border:none;border-bottom:1px solid #eaeaea}.language-option:last-child{border-bottom:none}.language-option:hover{background-color:#f5f5f5}.language-option.active{background-color:#f0f0f0;font-weight:500}.flag{display:inline-flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;margin-right:.5rem;overflow:hidden}.flag img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:767px){.language-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:300px;border-radius:8px}.language-selector-container{margin-top:2rem}.nav-menu{overflow-x:hidden}.nav-menu,.nav-menu ul{width:100%;box-sizing:border-box}.nav-menu ul{padding:0 20px}.nav-menu a.active{font-weight:700;color:#442626;background-color:transparent;border-radius:0}.nav-menu a.active:after{display:none}.language-button,.nav-menu a{max-width:100%;box-sizing:border-box;justify-content:center}}@media (min-width:768px){.burger-button{display:none}.nav-menu{position:static;height:auto;width:100%;padding:1.5rem 0;background:none;box-shadow:none;right:0;overflow:visible;display:flex}.nav-menu,.nav-menu ul{align-items:center;justify-content:center}.nav-menu ul{flex-direction:row;gap:1.5rem;width:auto;padding:0;margin-top:0;flex-wrap:nowrap;max-width:none}.nav-menu li{width:auto;height:100%;white-space:nowrap}.nav-menu a{padding:4px 0}.language-button,.nav-menu a{font-size:1.6rem;white-space:nowrap}.language-button{padding:4px 1rem}.language-selector{position:relative}.language-selector-container{margin-left:1.5rem}.nav-menu a.active:after{content:"";bottom:-2px;width:20px;height:2px;background-color:#442626}.language-dropdown,.nav-menu a.active:after{position:absolute;left:50%;transform:translateX(-50%)}.language-dropdown{top:100%;margin-top:.5rem}}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;color:#553232;margin-bottom:1.5rem;font-weight:500}h1{font-size:2.5rem;margin-bottom:.5rem}.date{font-size:1.5rem;margin-bottom:.5rem}.date,.welcome-text{font-family:Playfair Display,Georgia,serif;color:#553232}.welcome-text{font-size:1.8rem;margin-bottom:2rem;font-weight:500}.container{width:100%;margin:0 auto;padding:0 1rem}.btn{display:inline-block;width:100%;max-width:300px;padding:.75rem 1.5rem;background-color:#4A4A4A;color:white;text-decoration:none;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s;text-align:center;margin-top:1.5rem}.btn:hover{background-color:#2B2B2B}.section{padding:1.5rem 1rem;width:100%;max-width:800px;margin:0 auto;border-bottom:1px solid #eee}.section:last-of-type{border-bottom:none}.section p{margin-bottom:1rem;font-size:1rem;line-height:1.6}.section p.note{font-style:italic;margin:1.5rem 0;padding:.5rem 1rem;border-left:3px solid #ccc;background-color:transparent}.section strong{font-weight:600}.dinner-section,.dresscode-section,.location-section,.program-section,.wishlist-section{padding-top:3rem}.italic{font-style:italic;color:#666}.location-link{color:#4A4A4A;text-decoration:none;border-bottom:1px solid #4a4a4a;transition:all .2s;display:inline-block;margin-top:1rem}.location-link:hover{color:#2B2B2B;border-bottom-color:#2B2B2B}.gallery-placeholder{margin-top:2rem;padding:3rem 1rem;background-color:transparent;border-radius:8px;text-align:center}.gallery-info{max-width:600px;margin:0 auto}.gallery-info h2{margin-bottom:1rem}.gallery-info p{margin-bottom:.5rem}.qr-code-section{margin:2rem 0;padding:2rem;background:rgba(255,255,255,.1);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.qr-code-section h3{margin-bottom:1rem;color:#553232;font-size:1.5rem}.qr-code-container{display:flex;justify-content:center;margin:1.5rem 0}.qr-code-image{border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:transform .3s ease}.qr-code-image:hover{transform:scale(1.05)}.qr-code-note{color:#553232;font-size:.9rem;margin-top:1rem;opacity:.8}@media (min-width:768px){body{padding:0}h1{font-size:3.5rem}.date{font-size:2rem}.section{padding:2.5rem 0;max-width:800px}.section p{font-size:1.1rem}.btn{width:auto}}@media (min-width:1024px){.container{max-width:1200px}.section{padding:3rem 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-in}.nav-menu.navigating{transition:right .3s ease;right:-100%}.burger-button.navigating{opacity:0;transition:opacity .3s ease}.container{animation:fadeIn .5s ease}.loading-indicator{position:fixed;top:0;left:0;height:3px;background-color:#4A4A4A;z-index:1001;transition:width .3s ease-out}.loading-indicator.active{animation:loading 1s ease-in-out infinite}@keyframes loading{0%{width:0}50%{width:50%}to{width:100%}}.content-section{margin-top:.5rem}.dinner-info,.dresscode-info,.location-details,.program-timeline,.wishlist-info{margin-top:2rem}.buffet-section,.dietary-section,.dresscode-section,.drinks-section,.menu-section,.wishlist-option{margin-bottom:2.5rem}.buffet-section h3,.dietary-section h3,.dresscode-section h3,.drinks-section h3,.menu-section h3,.wishlist-option h3{margin-bottom:1rem;font-size:1.3rem}.dresscode-section ul,.location-info ul{margin-left:1.5rem;margin-bottom:1.5rem}.dresscode-section ul li,.location-info ul li{margin-bottom:.5rem;line-height:1.5}.account-info{margin-top:1rem;padding:1rem;background-color:transparent;border-radius:4px}.location-image-container{margin-bottom:2rem}.image-placeholder{height:200px;display:flex;align-items:center;justify-content:center;color:#777;font-style:italic;margin-bottom:1.5rem}.image-placeholder,.timeline-placeholder{background-color:transparent;border-radius:4px}.timeline-placeholder{padding:2rem;text-align:center;margin:2rem 0}.program-note{margin:1.5rem 0;padding:1rem;background-color:transparent;border-left:3px solid #ccc;font-style:italic}.map-container{margin:2rem auto;width:90%;max-width:1200px;align-items:center}.full-width-map-container,.map-container{overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:8px;display:flex;justify-content:center}.full-width-map-container{width:95%;max-width:1600px;margin:3rem auto}.full-width-map-container iframe{width:100%;display:block}.hero-section{display:flex;flex-direction:column;align-items:center;max-width:1200px;width:100%;margin:0 auto 2rem;overflow:hidden}.hero-image{width:100%;position:relative}.hero-content{padding:1.5rem;text-align:center;width:100%}@media (min-width:768px){.hero-section{flex-direction:row;margin-top:1rem}.hero-image{width:70%}.hero-content{width:30%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem;text-align:center}.hero-content h1{margin-bottom:1rem}}.hero-fullscreen{position:relative;height:100vh;width:100vw;margin-left:calc(-50vw + 50%);margin-top:-80px;padding-top:80px;overflow:hidden}.hero-image-container{position:relative;width:100%;height:100%}.hero-text-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;width:90%;padding:2rem;background-color:rgba(236,240,229,.7);border-radius:8px}.hero-text-overlay h1{font-size:3rem;margin-bottom:.5rem;color:#553232}.hero-text-overlay .date{font-size:2rem;color:#553232}@media (min-width:768px){.hero-text-overlay{width:auto;min-width:400px}.hero-text-overlay h1{font-size:4rem}.hero-text-overlay .date{font-size:2.5rem}}header.section{padding-top:1.5rem;padding-bottom:1rem;position:relative}.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;max-width:800px;margin:0 auto;text-align:center}.not-found-container h1{font-size:5rem;margin-bottom:1rem}.not-found-container p{font-size:1.2rem;margin-bottom:2rem}.content-row{flex-direction:column;align-items:center;margin:2rem auto;padding:0 1rem;width:90%;max-width:1400px;gap:2rem}.content-row,.image-container{display:flex;justify-content:center}.image-container{width:100%;max-width:630px;order:1}.home-image{max-width:100%;height:auto}.text-container{text-align:center;padding:1rem;order:2}.text-container h1{font-size:2.5rem;margin-bottom:.5rem}.text-container .date{font-size:1.5rem;font-weight:300}.text-container .description{font-size:1.1rem;line-height:1.6;margin-top:1.5rem;color:#553232}@media (max-width:767px){.image-container{max-width:450px;margin-bottom:1rem}.home-image{max-width:100%;height:auto;max-height:280px}.content-row{gap:1.5rem}}@media (min-width:768px){.content-row{flex-direction:row;margin-top:4rem;justify-content:center;gap:3rem}.image-container{flex:0 1 45%;order:2}.text-container{flex:0 1 55%;text-align:left;display:flex;flex-direction:column;justify-content:center;order:1}.text-container h1{font-size:3rem}.text-container .date{font-size:1.8rem}.text-container .description{font-size:1.2rem}}.program-timeline{position:relative;margin:3rem 0;padding:0}.timeline-item{display:flex;flex-direction:column;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e8f0dd;position:relative}.timeline-item:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.timeline-time{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:600;color:#553232;margin-bottom:.5rem;text-align:center;width:100%}.timeline-content{flex:1}.timeline-title{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:600;color:#553232;margin-bottom:.5rem;line-height:1.3;text-align:center}.timeline-description{font-size:1rem;color:#6B7563;line-height:1.6;margin:0;text-align:center}@media (max-width:767px){.timeline-item{margin-bottom:2.5rem;padding-bottom:1.5rem}.timeline-time{font-size:1.1rem}.timeline-title{font-size:1.3rem}.timeline-description{font-size:.95rem}}@media (min-width:768px){.timeline-time{font-size:1.3rem}.timeline-title{font-size:1.5rem}.timeline-description{font-size:1.1rem}}@media (min-width:1024px){.timeline-time{font-size:1.4rem}.timeline-title{font-size:1.6rem}.timeline-description{font-size:1.2rem}}.alcohol-info{margin-top:1.5rem;padding:1rem;background-color:#F8FAF5;border-radius:6px;border-left:3px solid #a8b59e}.alcohol-info p{margin:0;font-size:.95rem;line-height:1.6;color:#5A6B52;font-style:italic}@media (min-width:768px){.alcohol-info p{font-size:1rem}}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f7c8bed65df13031-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6af6b543dd3be231-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f7c8bed65df13031-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6af6b543dd3be231-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f7c8bed65df13031-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6af6b543dd3be231-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f7c8bed65df13031-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6af6b543dd3be231-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_e0911b{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_e0911b{--font-playfair:"Playfair Display","Playfair Display Fallback"}