@charset "UTF-8";.navbar{position:fixed;top:0;width:100%;z-index:1000;padding:2rem 0;background-color:transparent;transition:all .4s cubic-bezier(.22,1,.36,1)}.navbar.scrolled{padding:1rem 0;background-color:#160e0ceb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(244,208,111,.2);box-shadow:0 8px 32px #0006}.navbar__inner{max-width:1400px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:2rem;position:relative}.navbar__logo{display:flex;align-items:center;gap:.75rem}.navbar__logo-icon{width:42px;height:42px}.navbar__logo-text{font-family:Playfair Display,serif;font-weight:700;font-size:1.95rem;letter-spacing:-.02em;color:var(--champagne);transition:font-size .4s ease}.navbar.scrolled .navbar__logo-text{font-size:1.65rem}.navbar__links{display:flex;justify-content:center;gap:2.5rem;margin-left:clamp(4rem,8vw,10rem);margin-right:auto;max-width:1400px}.navbar__link{font-family:Inter,sans-serif;font-size:1.05rem;color:#f7f3e9d9;text-decoration:none;padding:.25rem 0;position:relative;cursor:pointer;transition:color .25s ease}.navbar__link:hover{color:var(--gold)}.navbar__dropdown{position:relative}.navbar__dropdown-toggle{background:none;border:none;outline:none}.navbar__dropdown-menu{position:absolute;top:140%;left:50%;transform:translate(-50%);min-width:220px;padding:.75rem .25rem;background-color:#160e0cfa;box-shadow:0 14px 40px #0000008c;border-radius:12px;opacity:0;visibility:hidden;transform-origin:top center;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.navbar__dropdown-menu a{display:block;padding:.55rem 1rem;font-size:.95rem;color:#f7f3e9e6;text-decoration:none;white-space:nowrap}.navbar__dropdown-menu a:hover{color:var(--gold);background-color:#58184566}@media(min-width:901px){.navbar__dropdown:hover .navbar__dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(4px)}}.navbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:1.75rem}.navbar__login{color:#f7f3e9d9;font-size:1.05rem;text-decoration:none;transition:color .25s ease}.navbar__login:hover{color:var(--gold)}.navbar__cta{display:inline-block;padding:.75rem 1.75rem;background-color:var(--gold);color:var(--bordeaux);font-weight:700;border-radius:10px;text-decoration:none;transition:transform .25s ease,background-color .25s ease}.navbar__cta:hover{transform:translateY(-2px);background-color:var(--gold-dark)}.navbar__hamburger{width:32px;height:22px;display:none;flex-direction:column;justify-content:space-between;background:none;border:none;cursor:pointer}.navbar__hamburger span{display:block;height:3px;background-color:var(--champagne)!important;border-radius:2px;transition:all .3s ease}.navbar__hamburger.open span:nth-child(1){transform:rotate(45deg) translateY(8px)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.navbar__mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background-color:#111111fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;padding:5rem 1.75rem 2rem;transform:translateY(-100%);transition:transform .5s cubic-bezier(.22,1,.36,1);z-index:9999;overflow-y:auto}.navbar__mobile-menu.open{transform:translateY(0)}.navbar__mobile-item{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--champagne);text-decoration:none;padding:.75rem 0;border-bottom:1px solid rgba(247,243,233,.1);display:block}.navbar__mobile-item:hover{color:var(--gold)}.navbar__mobile-dropdown{border-bottom:1px solid rgba(247,243,233,.1);padding:.75rem 0}.navbar__mobile-dropdown-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--champagne);background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%}.navbar__mobile-dropdown-title:after{content:"+";font-size:1.25rem;font-weight:400;color:#f7f3e980;transition:transform .3s ease}.navbar__mobile-dropdown-title.open:after{content:"−"}.navbar__mobile-subnav{display:none;flex-direction:column;padding:.75rem 0 .5rem 1rem;gap:.5rem}.navbar__mobile-subnav.open{display:flex}.navbar__mobile-subitem{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:400;color:#f7f3e9b3;text-decoration:none;padding:.5rem 0}.navbar__mobile-subitem:hover{color:var(--gold)}.navbar__mobile-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(244,208,111,.3),transparent);margin:1.5rem 0}.navbar__mobile-login{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;color:#f7f3e9d9;text-decoration:none;padding:.75rem 0}.navbar__mobile-login:hover{color:var(--gold)}.navbar__cta-mobile{margin-top:1rem;padding:1rem 2rem;background-color:var(--gold);color:var(--bordeaux);font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;border-radius:10px;text-decoration:none;text-align:center;display:block;transition:background-color .25s ease}.navbar__cta-mobile:hover{background-color:var(--gold-dark)}@media(max-width:1080px){.navbar__links,.navbar__actions{display:none}.navbar__hamburger{display:flex;justify-self:end}}@media(max-width:1080px){section[id^=hero],.hero,.hero-section{padding-top:100px!important}}@media(max-width:1080px){.navbar{padding:1rem 0}.navbar__inner{grid-template-columns:auto 1fr auto;padding:0 1.25rem!important}.navbar__logo-text{font-size:1.35rem!important}.navbar__logo-icon{width:32px;height:32px}.navbar__links{margin-left:0!important}}@media(max-width:375px){.navbar__logo-text{font-size:1.1rem!important}.navbar__logo-icon{width:28px;height:28px}.navbar__inner{padding:0 .75rem!important}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--gold: #f4d06f;--gold-dark: #e6b800;--champagne: #f7f3e9;--bordeaux: #581845;--bordeaux-light: #8b6f47;--text-light: #f7f3e9;--text-dark: #1b1b1b;--max-width: 1400px}html,body{font-family:Inter,sans-serif;background-color:#111;color:var(--text-light);min-height:100%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{opacity:1;transition:opacity .3s ease}body.nav-open{overflow:hidden}img{max-width:100%;display:block}:root{--gold: #f4d06f;--gold-dark: #e6b800;--champagne: #f7f3e9;--bordeaux: #581845;--bordeaux-light: #8b6f47}.hero{position:relative;height:100vh;min-height:720px;padding-top:80px;background:url(/assets/hero.png) center/cover no-repeat;display:flex;align-items:center;overflow:hidden;opacity:0;transition:opacity .4s ease}.hero--loaded{opacity:1}.hero__overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,#0000,#0003 40%,#00000080,#000000c7);pointer-events:none}.hero__content{position:relative;z-index:2;max-width:1200px;margin-left:8vw;color:var(--champagne);text-align:left}.hero__title{margin:0 0 2rem;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,4.5rem);line-height:1.1;font-weight:800;letter-spacing:-.03em;text-shadow:0 4px 20px rgba(0,0,0,.4)}.hero__title-line{display:block;opacity:0;transform:translateY(12px);animation:fadeUp 1s cubic-bezier(.25,.1,.25,1) forwards}.hero__title-line:nth-child(1){animation-delay:.15s}.hero__title-line:nth-child(2){animation-delay:.35s}.hero__subheader{font-size:clamp(1.25rem,3vw,1.75rem);line-height:1.5;font-weight:400;max-width:38ch;margin-bottom:3rem;opacity:0;transform:translateY(10px);animation:fadeUp 1s cubic-bezier(.25,.1,.25,1) .65s forwards}.hero__cta{display:inline-block;padding:1.125rem 3rem;background-color:var(--gold);color:var(--bordeaux);font-size:1.375rem;font-weight:800;border-radius:12px;text-decoration:none;transition:all .35s ease;opacity:0;transform:translateY(10px);animation:fadeUp .9s cubic-bezier(.25,.1,.25,1) .9s forwards;box-shadow:0 10px 30px #f4d06f4d}.hero__cta:hover{background-color:var(--gold-dark);transform:translateY(-3px);box-shadow:0 20px 40px #f4d06f66}.hero__credibility{margin-top:4rem;opacity:0;transform:translateY(10px);animation:fadeUp .8s cubic-bezier(.25,.1,.25,1) 1.1s forwards}.hero__credibility-item{font-size:1.125rem;font-weight:500;line-height:1.6;color:var(--champagne)}.hero__credibility-item:not(:last-child){margin-bottom:.5rem}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero__content{margin-left:6vw}}@media(max-width:768px){.hero{padding-top:70px;align-items:flex-start}.hero__content{margin-left:5vw;margin-right:5vw;margin-top:15vh;text-align:center}.hero__title,.hero__subheader,.hero__credibility{margin-left:auto;margin-right:auto}.hero__subheader{max-width:90%}}@media(max-width:480px){.hero{min-height:100vh;min-height:100dvh}.hero__content{margin-left:1.25rem;margin-right:1.25rem;margin-top:12vh}.hero__title{font-size:clamp(2.25rem,10vw,3rem)}.hero__cta{padding:1rem 2rem;font-size:1.125rem;width:100%;text-align:center}}@media(max-width:375px){.hero__content{margin-top:10vh}.hero__title{font-size:2rem;margin-bottom:1.5rem}.hero__subheader{font-size:1rem;margin-bottom:2rem}.hero__credibility{margin-top:2.5rem}.hero__credibility-item{font-size:.95rem}}
