@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap";:root{--nav-height: 80px;--nav-transition: .3s cubic-bezier(.4, 0, .2, 1);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-back: cubic-bezier(.34, 1.56, .64, 1);--ease-in-out-circ: cubic-bezier(.85, 0, .15, 1);--ease-spring: cubic-bezier(.175, .885, .32, 1.275)}.navbar{position:fixed;top:0;left:0;width:100%;height:var(--nav-height);z-index:1000;transition:background-color var(--nav-transition),backdrop-filter var(--nav-transition),box-shadow var(--nav-transition)}.navbar-solid{background-color:#faf9f7f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navbar-scrolled{box-shadow:0 1px 20px #00000014}.navbar-container{max-width:100%;margin:0 auto;padding:0 3rem;height:100%}.desktop-header{display:flex;align-items:center;justify-content:space-between;height:100%}.nav-left,.nav-right{flex:1;display:flex;align-items:center}.nav-left{gap:2.5rem;justify-content:flex-start}.nav-right{justify-content:flex-end}.nav-center{flex:0 0 auto;padding:0 3rem}.logo img{height:140px;width:auto;transition:transform .3s ease}.logo:hover img{transform:scale(1.05)}.nav-link{font-family:Lato,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#1a1a1a;text-decoration:none;padding:.5rem 0;position:relative;transition:color .3s ease;white-space:nowrap}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:currentColor;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{font-weight:600}.nav-link-light{color:#fff}.nav-cta{font-family:Lato,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#1a1a1a;text-decoration:none;padding:.875rem 1.75rem;border:1.5px solid #444;border-radius:0;transition:background-color .3s ease,color .3s ease,transform .2s ease,box-shadow .3s ease}.nav-cta:hover{background-color:#444;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.nav-cta-light{color:#fff;border-color:#fff9}.nav-cta-light:hover{background-color:#ffffff26;border-color:#fff;color:#fff}.hamburger{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1100;position:fixed;top:13px;right:1.25rem}.hamburger-line{position:absolute;width:20px;height:1.5px;background-color:#1a1a1a;transition:transform .3s ease-in-out}.hamburger-line:nth-child(1){transform:translateY(-5px) rotate(0)}.hamburger-line:nth-child(2){transform:translateY(5px) rotate(0)}.hamburger.is-active .hamburger-line:nth-child(1){transform:translateY(0) rotate(45deg)}.hamburger.is-active .hamburger-line:nth-child(2){transform:translateY(0) rotate(-45deg)}.hamburger-light .hamburger-line{background-color:#fff}.hamburger.is-active .hamburger-line{background-color:#1a1a1a}.sidebar{position:fixed;top:0;right:0;width:100vw;height:100vh;height:100dvh;background:linear-gradient(180deg,#fff,#fafafa);z-index:1001;display:none;flex-direction:column}.sidebar-open{display:flex}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.06)}.sidebar-logo-link{display:block;position:relative;z-index:10;cursor:pointer;pointer-events:auto;background:none;border:none;padding:0}.sidebar-logo-link:hover .sidebar-logo{transform:scale(1.05)}.sidebar-logo{height:140px;width:auto;transition:transform .3s ease}@media(max-width:900px){.sidebar-logo{height:120px}}.sidebar-nav{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:.5rem}.sidebar-link{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;position:relative;font-family:Lato,sans-serif;font-size:1rem;font-weight:500;width:100%;color:#222;text-decoration:none;border:none;background:none;border-radius:0;transition:background .2s}.sidebar-link:hover{background-color:#00000008}.sidebar-link:active,.sidebar-link:focus{outline:none;background:none;box-shadow:none;transform:none}.sidebar-link-icon{font-size:1.25rem;opacity:.8}.sidebar-link-text{flex:1}.sidebar-link-arrow{opacity:.3;transition:opacity .2s ease,transform .2s ease}.sidebar-link:hover .sidebar-link-arrow{opacity:.6;transform:translate(4px)}.sidebar-footer{padding:2rem;border-top:1px solid rgba(0,0,0,.06);text-align:center}.sidebar-cta{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.5rem;font-family:Lato,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.05em;color:#fff;background-color:#444;border:none;text-decoration:none;transition:background-color .3s ease}.sidebar-cta:hover{background-color:#222}.sidebar-date{margin-top:1.5rem;font-family:Playfair Display,serif;font-size:.9rem;font-style:italic;color:#888}.mobile-header{display:none;justify-content:space-between;align-items:center;height:100%}.mobile-header.sidebar-is-open .logo{opacity:0;pointer-events:none}@media(max-width:900px){:root{--nav-height: 70px}.desktop-header{display:none}.mobile-header,.hamburger{display:flex}.navbar-container{padding:0 1.25rem}.logo img{height:120px}}@media(max-width:900px){.sidebar-header{padding:0 1.25rem;height:var(--nav-height);border-bottom:none}.sidebar-nav{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:.5rem}.sidebar-link{justify-content:center;padding:1.5rem 2rem;font-size:1.5rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;border-radius:0;width:100%;text-align:center}.sidebar-link:hover{padding-left:2rem;background-color:transparent}.sidebar-link-icon,.sidebar-link-arrow{display:none}.sidebar-link-active{background-color:transparent;font-weight:600}.sidebar-link-active:after{content:"";position:absolute;bottom:1rem;left:50%;transform:translate(-50%);width:30px;height:2px;background-color:#1a1a1a}.sidebar-link{position:relative}.sidebar-footer{padding:2rem 1.5rem;border-top:none}.sidebar-cta{font-size:.85rem;padding:1.25rem 2rem;border-radius:0}.sidebar-date{margin-top:2rem;font-size:1rem}}@media(max-width:480px){.hamburger{width:48px;height:48px}.hamburger-line{width:22px}.sidebar-link{font-size:1.25rem;padding:1.5rem;min-height:60px}.sidebar-footer{padding:1.5rem}.sidebar-cta{padding:1rem 1.5rem;min-height:52px;font-size:.9rem}.sidebar-close{width:48px;height:48px}}.sidebar-header{opacity:1}.sidebar-logo-link{opacity:1!important;animation:none!important}.sidebar-open .sidebar-link{animation:slideInRight .6s var(--ease-out-expo) forwards;opacity:0}.sidebar-open .sidebar-link:nth-child(1){animation-delay:.1s}.sidebar-open .sidebar-link:nth-child(2){animation-delay:.15s}.sidebar-open .sidebar-link:nth-child(3){animation-delay:.2s}.sidebar-open .sidebar-link:nth-child(4){animation-delay:.25s}.sidebar-open .sidebar-link:nth-child(5){animation-delay:.3s}.sidebar-open .sidebar-link:nth-child(6){animation-delay:.35s}.sidebar-open .sidebar-footer{animation:fadeInUp .6s var(--ease-out-expo) .3s forwards;opacity:0}@media(max-width:900px){.sidebar-open .sidebar-header{animation:none}.sidebar-open .sidebar-link{animation:revealUp .7s var(--ease-out-expo) forwards}.sidebar-open .sidebar-link:nth-child(1){animation-delay:.1s}.sidebar-open .sidebar-link:nth-child(2){animation-delay:.15s}.sidebar-open .sidebar-link:nth-child(3){animation-delay:.2s}.sidebar-open .sidebar-link:nth-child(4){animation-delay:.25s}.sidebar-open .sidebar-link:nth-child(5){animation-delay:.3s}.sidebar-open .sidebar-link:nth-child(6){animation-delay:.35s}.sidebar-open .sidebar-footer{animation:fadeInUp .6s var(--ease-out-expo) .4s forwards}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes revealUp{0%{opacity:0;transform:translateY(60px) scale(.9);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.global-footer{background:var(--color-bg-warm);padding:40px 20px 32px;text-align:center;border-top:1px solid var(--color-border)}.footer-content{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-initials{display:flex;align-items:center;justify-content:center;gap:10px;font-family:Cormorant Garamond,Georgia,serif;font-size:24px;font-weight:300;letter-spacing:.15em;color:var(--color-text)}.footer-heart{color:var(--color-accent);opacity:.7}.footer-date{font-family:Cormorant Garamond,Georgia,serif;font-size:13px;letter-spacing:.2em;color:var(--color-text-light);text-transform:uppercase}@media(max-width:480px){.global-footer{padding:32px 16px 24px}.footer-initials{font-size:20px;gap:8px}.footer-date{font-size:11px}}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#fff;border-radius:0;box-shadow:0 4px 30px #00000026;min-width:300px;max-width:400px;pointer-events:auto;animation:toastSlideIn .4s cubic-bezier(.16,1,.3,1);border-left:4px solid #666}.toast-exit{animation:toastSlideOut .3s cubic-bezier(.16,1,.3,1) forwards}.toast-success{border-left-color:#4caf50}.toast-success .toast-icon{color:#4caf50}.toast-error{border-left-color:#e53935}.toast-error .toast-icon{color:#e53935}.toast-info{border-left-color:#2196f3}.toast-info .toast-icon{color:#2196f3}.toast-icon{flex-shrink:0}.toast-message{flex:1;font-size:14px;color:#333;line-height:1.4}.toast-close{flex-shrink:0;background:transparent;border:none;color:#999;cursor:pointer;padding:4px;transition:color .2s ease}.toast-close:hover{color:#333}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@media(max-width:480px){.toast-container{left:16px;right:16px;bottom:16px}.toast{min-width:auto;max-width:none}}.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s ease}.splash-screen.splash-exit{opacity:0;visibility:hidden}.splash-content{display:flex;flex-direction:column;align-items:center;gap:24px;animation:splashFadeIn .8s ease forwards}.splash-logo{height:clamp(280px,45vw,450px);width:auto;animation:splashLogoIn 1s cubic-bezier(.16,1,.3,1) forwards}.splash-line{width:0;height:1px;background:#222;animation:splashLineExpand .8s cubic-bezier(.16,1,.3,1) .4s forwards}.splash-date{font-size:14px;letter-spacing:4px;color:#888;opacity:0;animation:splashFadeIn .6s ease .8s forwards}@keyframes splashFadeIn{0%{opacity:0}to{opacity:1}}@keyframes splashLogoIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes splashLineExpand{0%{width:0}to{width:60px}}:root{--color-bg: #faf9f7;--color-bg-warm: #f5f3ef;--color-bg-section: #ffffff;--color-text: #1a1a1a;--color-text-light: #555555;--color-text-muted: #888888;--color-accent: #1a1a1a;--color-accent-light: #444444;--color-accent-dark: #000000;--color-border: rgba(0, 0, 0, .1);--color-border-light: rgba(0, 0, 0, .05)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:Lato,sans-serif!important;font-weight:300!important}html{scroll-behavior:smooth}html.scroll-locked,html.scroll-locked body{overflow:hidden!important}body{background-color:var(--color-bg);color:var(--color-text)}body,#root{height:100%;width:100%;font-family:Lato,sans-serif}.skip-link{position:absolute;top:-40px;left:0;background:#1a1a1a;color:#fff;padding:8px 16px;z-index:1000;transition:top .3s}.skip-link:focus{top:0}:focus-visible{outline:2px solid #c9a227;outline-offset:2px}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.2rem;color:#666}@keyframes pageEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:pageEnter .6s ease-out forwards}@keyframes sectionReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-animate{opacity:0}.section-animate.visible{animation:sectionReveal .6s ease-out forwards}.hero{position:relative;height:100vh;height:100dvh;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:100px 20px 40px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;filter:grayscale(100%)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:1}.title-container{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}.title{font-size:clamp(40px,8vw,80px);font-weight:300;margin:0;color:#fff}.subtitle-group{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;flex-shrink:0}.subtitle{font-size:clamp(16px,4vw,24px);font-weight:300;color:#fff;margin:4px 0}.rings{width:60px;height:auto}@media(max-width:768px){.hero h1{font-size:8vw}.hero p{font-size:4.5vw}.rings{width:50px}}
