:root{--ink:#14241f;--forest:#173e31;--leaf:#2f7657;--lime:#d9ed83;--sand:#f4efe5;--cream:#fbfaf6;--white:#fff;--muted:#63716b;--line:rgba(20,36,31,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif;line-height:1.6}h1,h2,h3,.brand{font-family:'Manrope',sans-serif;letter-spacing:-.035em}img{max-width:100%}a{transition:.25s ease}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:9999;background:#fff;padding:.7rem 1rem}.skip-link:focus{top:1rem}
.site-header{position:fixed;inset:0 0 auto;z-index:1000;color:#fff;transition:.3s}.site-header.scrolled{background:rgba(251,250,246,.94);backdrop-filter:blur(16px);color:var(--ink);box-shadow:0 1px 0 var(--line)}.nav-shell{height:88px;max-width:1400px;margin:auto;padding:0 4vw;display:flex;align-items:center;gap:3rem}.brand{display:flex;align-items:center;gap:.75rem;font-weight:800;font-size:1.3rem;letter-spacing:.16em}.brand-mark{display:grid;place-items:center;width:39px;height:39px;border:1px solid currentColor;border-radius:50%;font-size:1.1rem;letter-spacing:0}.desktop-nav{display:flex;gap:2.2rem;margin-left:auto}.desktop-nav a{font-size:.82rem;font-weight:600;letter-spacing:.04em;position:relative}.desktop-nav a:after{content:'';position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--lime);transition:.25s}.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}.nav-cta{border:1px solid currentColor;border-radius:99px;padding:.7rem 1.15rem;font-size:.82rem;font-weight:700}.nav-cta i{margin-left:.4rem;font-size:.7rem}.menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid currentColor;border-radius:50%;place-content:center}.menu-toggle span{display:block;width:18px;height:1.5px;background:currentColor;margin:3px}.mobile-nav{display:none}
.prefooter{background:var(--lime);padding:7rem 7vw;display:flex;justify-content:space-between;align-items:end}.eyebrow{font-size:.7rem;letter-spacing:.18em;font-weight:800}.prefooter h2{font-size:clamp(2.6rem,6vw,6rem);line-height:1;margin:.8rem 0 0}.prefooter h2 em{font-family:Georgia,serif;font-weight:400}.circle-link{width:150px;height:150px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;gap:1rem;font-weight:700;line-height:1.25}.circle-link:hover{transform:rotate(-6deg) scale(1.04)}.site-footer{background:#0f211b;color:#dce5df;padding:5rem 7vw 2rem}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:4rem}.brand-light{color:#fff}.footer-grid p{color:#91a39a;margin-top:1.5rem}.footer-grid h3{text-transform:uppercase;font:700 .67rem 'DM Sans';letter-spacing:.16em;color:#70867b;margin-bottom:1.2rem}.footer-grid>div>a:not(.brand){display:block;color:#dce5df;margin:.55rem 0;font-size:.9rem}.socials{display:flex;gap:.7rem}.socials a{width:38px;height:38px;border:1px solid #52675d;border-radius:50%;display:grid;place-items:center}.footer-bottom{border-top:1px solid #2c4037;margin-top:4rem;padding-top:1.5rem;display:flex;justify-content:space-between;color:#70867b;font-size:.76rem}.whatsapp-float{position:fixed;right:1.5rem;bottom:1.5rem;z-index:900;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:1.5rem;box-shadow:0 10px 30px #0003}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s,transform .7s}.revealed{opacity:1;transform:none}
main .container{max-width:1240px}main h1,main h2{letter-spacing:-.045em}main h2{color:var(--ink)}main .bg-green-600{background:var(--leaf)!important}main .text-green-600,main .text-green-700,main .text-green-800{color:var(--leaf)!important}main .bg-gray-50,main .bg-gray-100{background:var(--sand)!important}main .bg-white{background:var(--white)}main .rounded-lg{border-radius:1.25rem}main .shadow-lg{box-shadow:0 18px 60px rgba(20,36,31,.09)}main input,main select,main textarea{border-radius:.75rem!important;border-color:var(--line)!important;background:#fff!important;outline:none}main input:focus,main select:focus,main textarea:focus{border-color:var(--leaf)!important;box-shadow:0 0 0 3px rgba(47,118,87,.12)!important}main button,main .bg-green-600{border-radius:999px!important}
main>section:first-child[style*="background-image"]{min-height:520px;display:flex;align-items:center;padding-top:8rem!important;padding-bottom:6rem!important}main>section:first-child[style*="background-image"]:before{content:'';position:absolute;inset:0;background:linear-gradient(100deg,rgba(11,28,22,.74),rgba(11,28,22,.16));pointer-events:none}main>section:first-child[style*="background-image"] .container{z-index:2}main>section:first-child[style*="background-image"] h1{font-size:clamp(2.8rem,6vw,5.6rem);line-height:1.02}
@media(max-width:900px){.desktop-nav,.nav-cta{display:none}.menu-toggle{display:grid}.nav-shell{height:74px;padding:0 1.2rem}.mobile-nav{display:flex;position:fixed;inset:74px 0 auto;background:var(--cream);color:var(--ink);padding:1.5rem;flex-direction:column;gap:.25rem;transform:translateY(-140%);transition:.35s;box-shadow:0 20px 40px #0002}.mobile-nav a{padding:.8rem;font:700 1.1rem Manrope}.mobile-nav .mobile-cta{background:var(--ink);color:#fff;text-align:center;border-radius:99px;margin-top:.5rem}.menu-open .mobile-nav{transform:none}.menu-open .menu-toggle span:first-child{transform:translateY(2px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-2px) rotate(-45deg)}.prefooter{padding:5rem 1.4rem;align-items:start;gap:3rem;flex-direction:column}.circle-link{width:125px;height:125px}.site-footer{padding:4rem 1.4rem 2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:1rem;flex-direction:column}.brand-word{font-size:1.05rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}
.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}.ai-chat-toggle{position:fixed;right:1.5rem;bottom:5.7rem;z-index:1100;width:56px;height:56px;border:0;border-radius:50%;background:var(--forest);color:#fff;font-size:1.25rem;box-shadow:0 12px 35px #0004;cursor:pointer;transition:.2s}.ai-chat-toggle:hover{transform:translateY(-2px);background:var(--leaf)}.ai-chat-panel{position:fixed;right:1.5rem;bottom:9.9rem;z-index:1099;width:min(390px,calc(100vw - 2rem));height:min(570px,calc(100vh - 12rem));padding:0;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 70px #07181242;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(15px) scale(.97);transform-origin:bottom right;transition:.22s}.ai-chat-panel.open{opacity:1;visibility:visible;transform:none}.ai-chat-header{padding:1rem 1.1rem;background:var(--forest);color:#fff;display:flex;align-items:center;justify-content:space-between}.ai-chat-header>div{display:grid;grid-template-columns:auto 1fr;column-gap:.55rem;align-items:center}.ai-chat-status{grid-row:1/3;width:9px;height:9px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #d9ed8326}.ai-chat-header strong{font:700 .96rem Manrope}.ai-chat-header small{color:#b8cbc1;font-size:.69rem}.ai-chat-header button{border:0;background:transparent;color:#fff;width:36px;height:36px;cursor:pointer;font-size:1rem}.ai-chat-messages{flex:1;overflow-y:auto;padding:1rem;background:#f7f5ef;display:flex;flex-direction:column;gap:.75rem}.ai-message{max-width:84%;padding:.72rem .9rem;border-radius:15px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:.88rem;line-height:1.45}.ai-message.assistant{align-self:flex-start;background:#fff;color:var(--ink);border-bottom-left-radius:4px;box-shadow:0 2px 10px #14241f0c}.ai-message.user{align-self:flex-end;background:var(--leaf);color:#fff;border-bottom-right-radius:4px}.ai-message.loading{color:var(--muted);font-style:italic}.ai-message.error{color:#8f2e26;background:#fff0ee}.ai-chat-form{display:flex;gap:.55rem;align-items:end;padding:.8rem .8rem .45rem;background:#fff;border-top:1px solid var(--line)}.ai-chat-form textarea{flex:1;resize:none;max-height:110px;border:1px solid var(--line);border-radius:14px;padding:.7rem .8rem;font:inherit;font-size:.87rem;outline:none}.ai-chat-form textarea:focus{border-color:var(--leaf);box-shadow:0 0 0 3px #2f76571f}.ai-chat-form button{flex:0 0 42px;width:42px;height:42px;border:0;border-radius:50%;background:var(--forest);color:#fff;cursor:pointer}.ai-chat-form button:disabled{opacity:.55;cursor:wait}.ai-chat-note{margin:0;padding:.25rem .8rem .65rem;text-align:center;background:#fff;color:var(--muted);font-size:.65rem}@media(max-width:600px){.ai-chat-toggle{right:1rem;bottom:5.2rem}.whatsapp-float{right:1rem;bottom:1rem}.ai-chat-panel{inset:auto .5rem 8.9rem;width:auto;height:min(560px,calc(100vh - 10rem));border-radius:18px}}

.brand-logo{width:34px;height:34px;border-radius:50%;overflow:hidden;background:#fff;display:block;flex:0 0 auto;box-shadow:0 4px 18px #0002}.brand-logo img{width:100%;height:100%;object-fit:cover;object-position:center 28%;transform:scale(1.18)}.footer-logo{width:48px;height:48px}.brand-word{white-space:nowrap;letter-spacing:.1em;font-size:1rem}@media(max-width:600px){.brand-logo{width:30px;height:30px}.brand-word{font-size:.82rem!important;letter-spacing:.08em}}
.brand-lockup{display:block;width:230px;height:58px;object-fit:contain;padding:5px 10px;border-radius:14px;background:rgba(255,255,255,.9);box-shadow:0 8px 26px rgba(4,24,19,.16);backdrop-filter:blur(12px)}.footer-lockup{width:270px;height:82px;padding:7px 13px;background:#fff}.site-header.scrolled .brand-lockup{width:215px;height:54px;box-shadow:0 4px 18px rgba(4,24,19,.1)}@media(max-width:900px){.brand-lockup{width:190px;height:50px;padding:4px 8px}.site-header.scrolled .brand-lockup{width:185px;height:48px}}@media(max-width:420px){.brand-lockup{width:165px;height:45px}.footer-lockup{width:230px;height:70px}}
.site-header .brand:has(.brand-lockup){width:286px;height:66px;padding:0 12px;overflow:hidden;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 8px 26px rgba(4,24,19,.16);backdrop-filter:blur(12px)}.site-header .brand-lockup{width:262px;height:105px;max-width:none;object-fit:contain;padding:0;border-radius:0;background:transparent;box-shadow:none;transform:translateY(-19px)}.site-header.scrolled .brand:has(.brand-lockup){width:270px;height:62px}.site-header.scrolled .brand-lockup{width:246px;height:99px;transform:translateY(-18px)}.site-footer .brand:has(.footer-lockup){display:block;width:330px;height:94px;overflow:hidden;border-radius:18px;background:#fff}.site-footer .footer-lockup{width:330px;height:132px;max-width:none;object-fit:contain;padding:0;border-radius:0;background:transparent;box-shadow:none;transform:translateY(-20px)}@media(max-width:900px){.site-header .brand:has(.brand-lockup){width:235px;height:56px;padding:0 8px}.site-header .brand-lockup,.site-header.scrolled .brand-lockup{width:219px;height:88px;transform:translateY(-16px)}.site-header.scrolled .brand:has(.brand-lockup){width:235px;height:56px}}@media(max-width:420px){.site-header .brand:has(.brand-lockup){width:205px;height:52px}.site-header .brand-lockup,.site-header.scrolled .brand-lockup{width:189px;height:76px;transform:translateY(-12px)}.site-footer .brand:has(.footer-lockup){width:270px;height:80px}.site-footer .footer-lockup{width:270px;height:108px;transform:translateY(-14px)}}
/* Brand lockup v7 */.nav-shell{gap:clamp(1rem,2vw,2.4rem)}.site-header .brand{flex:0 0 auto;gap:.7rem;letter-spacing:0}.brand-emblem{position:relative;display:block;width:58px;height:58px;overflow:hidden;border-radius:50%;background:#fff;box-shadow:0 7px 22px rgba(4,24,19,.2);border:2px solid rgba(205,150,43,.8)}.brand-emblem img{position:absolute;width:92px;height:92px;max-width:none;object-fit:cover;left:50%;top:42%;transform:translate(-50%,-50%)}.brand-type{display:flex;flex-direction:column;line-height:1;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.3)}.brand-type strong{font:500 1.55rem Georgia,serif;letter-spacing:.12em}.brand-type small{margin-top:.35rem;text-align:center;font:600 .62rem 'DM Sans',sans-serif;letter-spacing:.42em;color:#e4b44a}.site-header.scrolled .brand-type{color:#071f2f;text-shadow:none}.desktop-nav{gap:clamp(.9rem,1.7vw,2rem)}.hero-title{font-size:clamp(2.7rem,5vw,5rem)!important;line-height:1.03!important;max-width:1100px;margin-left:auto;margin-right:auto;text-wrap:balance}.footer-emblem{width:74px;height:74px}.site-footer .brand-type strong{font-size:1.8rem}.site-footer .brand-type small{font-size:.67rem}.site-footer .brand-type{color:#fff}@media(max-width:1180px){.nav-shell{gap:1.1rem}.desktop-nav{gap:1rem}.desktop-nav a{font-size:.75rem}.nav-cta{padding:.62rem .85rem}.brand-type strong{font-size:1.25rem}.brand-type small{font-size:.52rem}.brand-emblem{width:50px;height:50px}.brand-emblem img{width:80px;height:80px}}@media(max-width:900px){.brand-emblem{width:48px;height:48px}.brand-emblem img{width:76px;height:76px}.brand-type strong{font-size:1.2rem}.brand-type small{font-size:.5rem}.hero-title{font-size:clamp(2.5rem,9vw,4.3rem)!important}}@media(max-width:480px){.brand-emblem{width:42px;height:42px}.brand-emblem img{width:68px;height:68px}.brand-type strong{font-size:1rem}.brand-type small{font-size:.43rem;letter-spacing:.32em}.hero-title{font-size:2.45rem!important}}
.brand-emblem img{top:33%}

/* Chat response formatting */
.ai-message.assistant{white-space:normal}
.ai-message.assistant p{margin:0 0:.55rem}
.ai-message.assistant p:last-child{margin-bottom:0}
.ai-message.assistant ul{margin:.2rem 0 .6rem;padding-left:1.15rem}
.ai-message.assistant ul:last-child{margin-bottom:0}
.ai-message.assistant li{margin:.25rem 0}
.ai-message.assistant strong{font-weight:750;color:var(--forest)}

.hero-sound-toggle{position:absolute;right:clamp(1rem,3vw,2.25rem);bottom:clamp(1rem,3vw,2.25rem);z-index:30;display:flex;align-items:center;gap:.55rem;border:1px solid rgba(255,255,255,.38);border-radius:999px;padding:.7rem 1rem;background:rgba(5,27,21,.58);color:#fff;font:700 .78rem Manrope,sans-serif;letter-spacing:.02em;box-shadow:0 10px 30px rgba(0,0,0,.22);backdrop-filter:blur(12px);cursor:pointer;transition:transform .2s,background .2s,border-color .2s}.hero-sound-toggle:hover{transform:translateY(-2px);background:rgba(17,75,56,.82);border-color:rgba(220,239,135,.8)}.hero-sound-toggle[aria-pressed="true"]{background:rgba(35,117,83,.82);border-color:#dcef87}.hero-sound-toggle i{font-size:1rem}@media(max-width:600px){.hero-sound-toggle{bottom:1rem;right:1rem;padding:.65rem}.hero-sound-toggle span{display:none}}
/* Full official logo v9 */.site-header .nav-shell{height:128px;transition:height .3s}.site-header .brand:has(.brand-full-logo){width:126px;height:112px;display:grid;place-items:center;padding:5px;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 10px 32px rgba(4,24,19,.2);overflow:hidden}.brand-full-logo{display:block;width:108px;height:108px;object-fit:contain}.site-header.scrolled .nav-shell{height:84px}.site-header.scrolled .brand:has(.brand-full-logo){width:76px;height:70px;border-radius:14px}.site-header.scrolled .brand-full-logo{width:66px;height:66px}.site-footer .brand:has(.footer-full-logo){display:grid;width:172px;height:172px;padding:8px;border-radius:24px;background:#fff;place-items:center;overflow:hidden}.site-footer .footer-full-logo{width:154px;height:154px;object-fit:contain}@media(max-width:900px){.site-header .nav-shell{height:90px}.site-header .brand:has(.brand-full-logo){width:78px;height:76px;border-radius:14px;padding:3px}.site-header .brand-full-logo{width:70px;height:70px}.mobile-nav{inset:90px 0 auto}.site-header.scrolled .brand:has(.brand-full-logo){width:68px;height:64px}.site-header.scrolled .brand-full-logo{width:58px;height:58px}}@media(max-width:480px){.site-header .brand:has(.brand-full-logo){width:70px;height:68px}.site-header .brand-full-logo{width:62px;height:62px}.site-footer .brand:has(.footer-full-logo){width:145px;height:145px}.site-footer .footer-full-logo{width:130px;height:130px}}
/* True transparent brand v10 */.site-header .brand:has(.brand-full-logo){width:300px;height:72px;padding:3px 14px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:linear-gradient(110deg,rgba(4,24,19,.76),rgba(4,24,19,.42));box-shadow:0 12px 35px rgba(0,0,0,.18);backdrop-filter:blur(14px)}.site-header .brand-full-logo{width:270px;height:68px;object-fit:contain}.site-header.scrolled .brand:has(.brand-full-logo){width:264px;height:62px;background:rgba(255,255,255,.9);border-color:rgba(9,42,33,.08)}.site-header.scrolled .brand-full-logo{width:238px;height:58px}.site-footer .brand:has(.footer-full-logo){width:340px;height:108px;padding:8px 16px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.96)}.site-footer .footer-full-logo{width:308px;height:94px;object-fit:contain}@media(max-width:1050px) and (min-width:901px){.site-header .brand:has(.brand-full-logo){width:245px;height:64px;padding:3px 10px}.site-header .brand-full-logo{width:222px;height:58px}.desktop-nav{gap:.75rem}.desktop-nav a{font-size:.7rem}}@media(max-width:900px){.site-header .brand:has(.brand-full-logo),.site-header.scrolled .brand:has(.brand-full-logo){width:220px;height:58px;padding:2px 9px}.site-header .brand-full-logo,.site-header.scrolled .brand-full-logo{width:200px;height:54px}}@media(max-width:480px){.site-header .brand:has(.brand-full-logo),.site-header.scrolled .brand:has(.brand-full-logo){width:188px;height:52px}.site-header .brand-full-logo,.site-header.scrolled .brand-full-logo{width:170px;height:48px}.site-footer .brand:has(.footer-full-logo){width:280px;height:92px}.site-footer .footer-full-logo{width:250px;height:80px}}
/* Remove transparent canvas padding v11 */.site-header .brand-full-logo{width:270px;height:126px;max-width:none;transform:translateY(-22px)}.site-header.scrolled .brand-full-logo{width:238px;height:111px;transform:translateY(-20px)}.site-footer .footer-full-logo{width:308px;height:143px;max-width:none;transform:translateY(-25px)}@media(max-width:1050px) and (min-width:901px){.site-header .brand-full-logo{width:222px;height:103px;transform:translateY(-18px)}}@media(max-width:900px){.site-header .brand-full-logo,.site-header.scrolled .brand-full-logo{width:200px;height:93px;transform:translateY(-17px)}}@media(max-width:480px){.site-header .brand-full-logo,.site-header.scrolled .brand-full-logo{width:170px;height:79px;transform:translateY(-14px)}.site-footer .footer-full-logo{width:250px;height:116px;transform:translateY(-20px)}}
/* Mobile usability v12 */html,body{max-width:100%;overflow-x:hidden}@media(max-width:600px){.site-header{width:100vw}.site-header .nav-shell{width:100%;padding:0 14px;gap:8px}.site-header .brand:has(.brand-full-logo),.site-header.scrolled .brand:has(.brand-full-logo){width:170px;height:50px;flex:0 0 170px;border-radius:13px}.site-header .brand-full-logo,.site-header.scrolled .brand-full-logo{width:154px;height:72px;transform:translateY(-13px)}.menu-toggle{display:grid!important;flex:0 0 44px;margin-left:auto;position:relative;z-index:2;color:#fff}.site-header.scrolled .menu-toggle{color:var(--ink)}.hero-title{width:100%;max-width:100%;font-size:clamp(2rem,10vw,2.45rem)!important;line-height:1.08!important;letter-spacing:-.045em!important;overflow-wrap:break-word;text-wrap:balance}.relative.w-full,.relative.w-full>div{max-width:100vw}.mobile-nav{inset:90px 0 auto;z-index:999}}
@media(max-width:900px){.site-header .menu-toggle{display:grid!important;visibility:visible!important;opacity:1!important;position:fixed!important;top:22px;right:16px;z-index:1105;width:46px;height:46px;margin:0;border:1px solid rgba(255,255,255,.65);background:rgba(5,35,28,.72);color:#fff;backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.site-header.scrolled .menu-toggle{background:#123d31;color:#fff}.menu-toggle span{width:18px;height:2px;border-radius:2px;background:currentColor;margin:3px auto;transition:.25s}}
@media(max-width:900px){.site-header .menu-toggle{font:400 1.45rem/1 Arial,sans-serif;text-align:center;padding:0}.site-header .menu-toggle span{display:none}}
/* Clean unboxed logo placement v14 */.site-header .nav-shell{height:94px}.site-header .brand:has(.brand-full-logo),.site-header.scrolled .brand:has(.brand-full-logo){width:260px;height:70px;padding:0;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.site-header .brand-full-logo,.site-header.scrolled .brand-full-logo{width:258px;height:120px;max-width:none;object-fit:contain;transform:translateY(-21px);filter:drop-shadow(0 1px 1px rgba(255,255,255,.9)) drop-shadow(0 4px 12px rgba(0,0,0,.28))}.site-header.scrolled .brand-full-logo{filter:none}.site-header.scrolled .nav-shell{height:78px}.site-footer .brand:has(.footer-full-logo){border:0;box-shadow:none}@media(max-width:1050px) and (min-width:901px){.site-header .brand:has(.brand-full-logo),.site-header.scrolled .brand:has(.brand-full-logo){width:220px;height:62px}.site-header .brand-full-logo,.site-header.scrolled .brand-full-logo{width:218px;height:101px;transform:translateY(-18px)}}@media(max-width:900px){.site-header .nav-shell{height:82px}.site-header .brand:has(.brand-full-logo),.site-header.scrolled .brand:has(.brand-full-logo){width:190px;height:58px;padding:0;background:transparent;border:0;box-shadow:none}.site-header .brand-full-logo,.site-header.scrolled .brand-full-logo{width:188px;height:87px;transform:translateY(-15px);filter:drop-shadow(0 1px 1px rgba(255,255,255,.85)) drop-shadow(0 3px 8px rgba(0,0,0,.24))}.mobile-nav{inset:82px 0 auto}}@media(max-width:420px){.site-header .brand:has(.brand-full-logo),.site-header.scrolled .brand:has(.brand-full-logo){width:170px;height:54px}.site-header .brand-full-logo,.site-header.scrolled .brand-full-logo{width:168px;height:78px;transform:translateY(-13px)}}
/* Emblem plus live wordmark v15 */.site-header .brand:has(.brand-scene){width:auto;height:72px;padding:0;display:flex;align-items:center;gap:12px;overflow:visible;background:transparent;border:0;box-shadow:none}.brand-scene{position:relative;display:block;flex:0 0 68px;width:68px;height:68px;overflow:hidden;border-radius:50%;filter:drop-shadow(0 5px 12px rgba(0,0,0,.28))}.brand-scene img{position:absolute;width:184px;height:86px;max-width:none;object-fit:contain;left:0;top:-8px}.brand-name{display:flex;flex-direction:column;line-height:.88;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.55)}.brand-name strong{font:500 1.72rem Georgia,serif;letter-spacing:.105em;text-transform:uppercase}.brand-name small{margin-top:8px;text-align:center;font:700 .58rem 'DM Sans',sans-serif;letter-spacing:.58em;text-transform:uppercase;color:#e8bd58}.site-header.scrolled .brand-name{color:#09263b;text-shadow:none}.site-header.scrolled .brand-scene{width:58px;height:58px;flex-basis:58px}.site-header.scrolled .brand-scene img{width:158px;height:74px;top:-7px}.site-header.scrolled .brand-name strong{font-size:1.48rem}.site-footer .brand:has(.brand-scene){display:flex;width:auto;height:auto;padding:0;background:transparent;border:0;box-shadow:none;align-items:center;gap:16px}.site-footer .footer-scene{width:84px;height:84px;flex-basis:84px}.site-footer .footer-scene img{width:228px;height:106px;top:-10px}.site-footer .footer-brand-name strong{font-size:2rem}.site-footer .footer-brand-name small{font-size:.64rem}@media(max-width:1100px) and (min-width:901px){.site-header .brand:has(.brand-scene){gap:9px}.brand-scene{width:56px;height:56px;flex-basis:56px}.brand-scene img{width:152px;height:71px;top:-7px}.brand-name strong{font-size:1.35rem}.brand-name small{font-size:.48rem;letter-spacing:.48em}}@media(max-width:900px){.site-header .brand:has(.brand-scene),.site-header.scrolled .brand:has(.brand-scene){width:auto;height:60px;gap:8px}.brand-scene,.site-header.scrolled .brand-scene{width:52px;height:52px;flex-basis:52px}.brand-scene img,.site-header.scrolled .brand-scene img{width:141px;height:66px;top:-6px}.brand-name strong,.site-header.scrolled .brand-name strong{font-size:1.2rem}.brand-name small{font-size:.43rem;letter-spacing:.42em;margin-top:6px}}@media(max-width:420px){.brand-scene,.site-header.scrolled .brand-scene{width:46px;height:46px;flex-basis:46px}.brand-scene img,.site-header.scrolled .brand-scene img{width:125px;height:58px;top:-6px}.brand-name strong,.site-header.scrolled .brand-name strong{font-size:1.02rem;letter-spacing:.08em}.brand-name small{font-size:.38rem}}
/* Signature wordmark v16 */.brand-name{min-width:188px;align-items:center}.brand-name strong{font-family:'Great Vibes',cursive;font-size:2.65rem;font-weight:400;line-height:.72;letter-spacing:.025em;text-transform:none;color:#fff;text-shadow:0 2px 3px rgba(0,0,0,.75),0 0 16px rgba(0,0,0,.42)}.brand-name small{margin-top:12px;font-size:.62rem;letter-spacing:.62em;color:#f2c75e;text-shadow:0 2px 7px rgba(0,0,0,.7)}.site-header.scrolled .brand-name strong{color:#09263b;text-shadow:none}.site-header.scrolled .brand-name small{color:#a87515;text-shadow:none}.site-footer .footer-brand-name strong{font-family:'Great Vibes',cursive;font-size:3rem;text-transform:none}.site-footer .footer-brand-name small{margin-top:14px}@media(max-width:1100px) and (min-width:901px){.brand-name{min-width:155px}.brand-name strong{font-size:2.2rem}.brand-name small{font-size:.51rem}}@media(max-width:900px){.brand-name{min-width:140px}.brand-name strong,.site-header.scrolled .brand-name strong{font-size:2rem;line-height:.75}.brand-name small{font-size:.45rem;letter-spacing:.52em;margin-top:9px}}@media(max-width:420px){.brand-name{min-width:120px}.brand-name strong,.site-header.scrolled .brand-name strong{font-size:1.75rem}.brand-name small{font-size:.39rem;letter-spacing:.43em}}
