:root{--background: rgb(149, 161, 108);--text: #121212;--muted: #6b7280;--brand: #ffffff;--brand-contrast: #ffffff;--surface: #7e5223}*{box-sizing:border-box}*::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}html{overflow-x:hidden}html,body,#root{height:100vh;width:100vw;background:var(--background)}#home-container{background-color:#000}body{background:none;height:100vh;width:100vw;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--text)}#mainSvg{width:100%;height:100vh}#scrollElement{position:absolute;height:10000px;width:100%;top:0;z-index:4;opacity:.5}.header{position:sticky;top:0;background:var(--bg);border-bottom:1px solid #e5e7eb;z-index:10}.hamburger-btn{position:fixed;top:1rem;left:1rem;z-index:1000;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:8px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.hamburger-btn:hover{background:#ffffff1a}.hamburger-line{display:block;width:24px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger-line.open{background:#121212}.hamburger-line.open:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998}.drawer{position:fixed;top:0;left:0;height:100vh;width:100vw;max-width:320px;background:#f5f5f5;z-index:999;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 16px #0003;overflow-y:auto}.drawer.open{transform:translate(0)}.drawer-content{display:flex;flex-direction:column;padding:5rem 1.5rem 2rem;gap:.5rem}.drawer-link{text-decoration:none;color:#121212;padding:1rem 1.25rem;border-radius:12px;font-size:1.5rem;font-weight:500;transition:all .2s ease;position:relative;width:fit-content}.drawer-link:after{content:"";position:absolute;bottom:.5rem;left:1.25rem;width:0;height:3px;background:#95a16c;border-radius:2px;transition:width .3s ease}.drawer-link:not(.active):hover:after{width:calc(100% - 2.5rem)}.drawer-link:hover{background:transparent}.drawer-link.active{background:transparent;color:#121212;font-weight:600;text-decoration:underline;text-decoration-color:#95a16c;text-decoration-thickness:3px;text-underline-offset:4px}@media (max-width: 767px){.drawer{max-width:66.67vw}}button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:10px;padding:.75rem 1rem;font-weight:600;cursor:pointer;background:var(--brand)}.login-modal{position:relative;z-index:100}.login-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.login-modal-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem}.login-modal-panel{background:var(--background);border-radius:16px;padding:2rem;width:100%;max-width:360px;box-shadow:0 25px 50px -12px #0006}.login-modal-title{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;text-align:center;color:var(--text)}.login-modal-form{display:flex;flex-direction:column;gap:1rem}.login-modal-form label{display:flex;flex-direction:column;gap:.5rem}.login-modal-form input{padding:.75rem 1rem;border:1px solid var(--muted);border-radius:8px;font-size:1rem;background:#fff}.login-modal-form input:focus{outline:2px solid var(--surface);outline-offset:1px}.login-modal-form button{margin-top:.5rem}.login-modal-form button:disabled{opacity:.5;cursor:not-allowed}.login-modal-error{color:#dc2626;margin:0;text-align:center;font-size:.875rem}.rsvp-modal{position:relative;z-index:50}.rsvp-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.rsvp-modal-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.rsvp-modal-panel{position:relative;background:var(--background);border-radius:16px;padding:2rem;width:100%;min-height:580px;box-shadow:0 25px 50px -12px #0006;margin:auto;overflow:hidden}.rsvp-modal-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/forest.svg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.15;pointer-events:none}.rsvp-modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;padding:0;font-size:1.5rem;line-height:1;background:transparent;color:var(--muted);border-radius:50%;z-index:1}.rsvp-modal-close:hover{background:#0000001a;color:var(--text)}.rsvp-modal-title{position:relative;z-index:1;font-size:1.5rem;font-weight:700;margin:0 0 .5rem;text-align:center;color:var(--text)}.rsvp-modal-form{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:320px;margin:0 auto}.rsvp-modal-form label{display:flex;flex-direction:column;gap:.5rem;width:100%}.rsvp-modal-form input,.rsvp-modal-form textarea{padding:.75rem 1rem;border:1px solid #a67c52;border-radius:8px;font-size:1rem;font-family:inherit;background:#f5e6d3;color:#4a3728;resize:vertical}.rsvp-modal-form input::placeholder,.rsvp-modal-form textarea::placeholder{color:#9a7b5a}.rsvp-modal-form input:focus,.rsvp-modal-form textarea:focus{outline:2px solid #8b5a2b;outline-offset:1px}.rsvp-modal-form input[type=checkbox]{width:auto;padding:0}.rsvp-modal-form button[type=submit]{margin-top:.5rem;width:100%;background:#8b5a2b;color:#f5e6d3}.rsvp-modal-form button[type=submit]:hover{background:#6b4423}.rsvp-modal-form button:disabled{opacity:.5;cursor:not-allowed}.rsvp-modal-success{color:#5ef627;margin:0;text-align:center;font-size:.875rem}.rsvp-modal-error{color:#dc2626;margin:0;text-align:center;font-size:.875rem}.rsvp-field-error{color:#dc2626;font-size:.75rem;margin-top:.25rem}.rsvp-input-error{border-color:#dc2626!important;background-color:#fef2f2!important}.rsvp-input-error:focus{outline-color:#dc2626!important}.rsvp-attending-error .rsvp-checkbox{border-color:#dc2626!important}.rsvp-textarea{padding:.75rem 1rem;border:1px solid #a67c52;border-radius:8px;font-size:1rem;font-family:inherit;background:#f5e6d3;color:#4a3728;resize:vertical;width:100%}.rsvp-textarea::placeholder{color:#9a7b5a}.rsvp-textarea:focus{outline:2px solid #8b5a2b;outline-offset:1px}.rsvp-attending-field{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.rsvp-attending-field>span{font-weight:500}.rsvp-attending-options{display:flex;justify-content:center;gap:1.5rem}.rsvp-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem}.rsvp-checkbox{width:1.25rem;height:1.25rem;border:2px solid #a67c52;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#f5e6d3;cursor:pointer;transition:all .15s ease}.rsvp-checkbox[data-checked]{background:#8b5a2b;border-color:#8b5a2b}.rsvp-checkbox-icon{width:.75rem;height:.75rem;stroke:#fff;opacity:0;transition:opacity .15s ease}.rsvp-checkbox[data-checked] .rsvp-checkbox-icon{opacity:1}.rsvp-checkbox:focus{outline:2px solid #8b5a2b;outline-offset:2px}.music-player-btn{position:fixed;bottom:1.5rem;left:1.5rem;z-index:50;display:flex;align-items:center;justify-content:center;gap:.5rem;height:48px;padding:0 1rem;background:#000000b3;color:#fff;border:none;border-radius:12px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.music-player-btn:hover{background:#000000d9;transform:scale(1.05)}.music-player-btn svg{flex-shrink:0}.music-player-label{font-size:.875rem;font-weight:500;white-space:nowrap}.animation-control-btn{position:fixed;bottom:calc(2.25rem + 48px);left:1.5rem;z-index:50;display:flex;align-items:center;justify-content:center;gap:.5rem;height:48px;padding:0 1rem;background:#000000b3;color:#fff;border:none;border-radius:12px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.animation-control-btn:hover:not(:disabled){background:#000000d9;transform:scale(1.05)}.animation-control-btn:disabled{opacity:.5;cursor:not-allowed}.animation-control-btn svg{flex-shrink:0}.animation-control-label{font-size:.875rem;font-weight:500;white-space:nowrap}.cls-1{fill:url(#gradient_17)}.cls-2{mask:url(#mask-1)}.cls-3{fill:url(#gradient_2)}.cls-3,.cls-4{mix-blend-mode:multiply}.cls-5{mask:url(#mask)}.cls-6{fill:none}.cls-7{mask:url(#mask-2)}.cls-8{filter:url(#luminosity-noclip-3)}.cls-9{fill:url(#New_Gradient_Swatch_3)}.cls-10{fill:#f47a66}.cls-11{fill:#e1f5ff}.cls-4{fill:url(#gradient_2-2)}.cls-12{fill:#6ba3c6}.cls-13{fill:url(#gradient_17-2)}.cls-14{fill:#3cbedc}.cls-15{fill:#f7ac5e}.cls-16{mask:url(#mask-3)}.cls-17{filter:url(#luminosity-noclip)}.faqs-container{max-width:700px;margin:0 auto;padding:2rem 1.5rem;background:var(--background);min-height:100vh}.faqs-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:2rem;color:#2c2c2c}.faqs-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{border-bottom:1px solid #e0d6c8}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;background:transparent;border:none;cursor:pointer;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500;color:#2c2c2c;text-align:left}.faq-question:hover{color:#5a7a6b}.faq-chevron{flex-shrink:0;transition:transform .2s ease}.faq-chevron.open{transform:rotate(180deg)}.faq-answer{padding:0 0 1rem;font-family:EB Garamond,serif;font-size:1.1rem;line-height:1.7;color:#4a4a4a}
