@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@300;400;500;600&display=swap";:root{--bg: #f8f5f2;--text: #0f0f0f;--text-muted: #666666;--accent: #000000;--border: rgba(15, 15, 15, .08);--font-heading: "Outfit", sans-serif;--font-sans: "Inter", sans-serif;--nav-bg: #f8f5f2;--footer-bg: #0f0f0f;--footer-text: #f8f5f2}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.1;letter-spacing:-.02em}h1{font-size:clamp(3.5rem,10vw,5.5rem)}h2{font-size:clamp(2.5rem,6vw,3.5rem)}p{font-size:1.15rem;max-width:65ch}.section-label{font-family:var(--font-heading);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:1.5rem;display:block}header{padding:2.5rem 0;position:fixed;top:0;width:100%;z-index:1000;background:var(--bg);transition:padding .5s ease}header.scrolled{padding:1.2rem 0}nav{display:flex;align-items:center;justify-content:space-between}.nav-logo-wrapper{flex:1 1 0%;display:flex;justify-content:flex-start}.nav-links-wrapper{flex:2 1 0%;display:flex;justify-content:center}.nav-btn-wrapper{flex:1 1 0%;display:flex;justify-content:flex-end}.logo{font-family:var(--font-heading);font-size:1.25rem;font-weight:500;color:var(--text);text-decoration:none;letter-spacing:.15em;display:flex;align-items:center;transition:all .5s ease;white-space:nowrap}.logo-icon{height:28px;width:auto;margin-right:1rem;mix-blend-mode:multiply}.logo span{display:inline-block;overflow:hidden;max-width:300px;transition:max-width .6s cubic-bezier(.4,0,.2,1),opacity .4s ease,margin-left .4s ease;opacity:1}header.scrolled .logo span{max-width:0;opacity:0;margin-left:0}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-link{text-decoration:none;color:var(--text);font-size:.85rem;font-weight:400;transition:opacity .2s;white-space:nowrap;display:flex;align-items:center;gap:.4rem}.nav-link:hover{opacity:.5}.has-dropdown .nav-link:after{content:"";width:5px;height:5px;border-right:1.2px solid currentColor;border-bottom:1.2px solid currentColor;transform:rotate(45deg);margin-top:-2px;opacity:.4;transition:transform .3s ease}.has-dropdown:hover .nav-link:after{transform:rotate(-135deg);margin-top:3px}.has-dropdown{position:relative}.dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:var(--bg);min-width:240px;padding:1rem 0;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;z-index:1001;text-align:center}.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-item{padding:.75rem 1rem;text-decoration:none;color:var(--text);font-size:.85rem;font-weight:400;transition:background .2s,opacity .2s;white-space:nowrap}.dropdown-item:hover{background:#0f0f0f08;opacity:.7}.container{max-width:1600px;margin:0 auto;padding:0 4rem}section{padding:10rem 0}.card-dark{background:#0f0f0f;color:#f8f5f2;border-radius:32px;padding:5rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;margin-top:6rem}.card-image{border-radius:16px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover}footer{background:var(--footer-bg);color:var(--footer-text);padding:10rem 0 4rem;margin-top:10rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:8rem}.footer-logo{font-family:var(--font-sans);font-weight:600;text-transform:uppercase;letter-spacing:.3em;font-size:1.2rem;margin-bottom:2rem;display:block}.footer-link-group h4{font-family:var(--font-sans);text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;margin-bottom:1.5rem;opacity:.5}.footer-links{list-style:none;display:grid;gap:.8rem}.footer-links a{color:var(--footer-text);text-decoration:none;font-size:.85rem;opacity:.8}.footer-bottom{padding-top:4rem;font-size:.75rem;opacity:.5;display:flex;justify-content:space-between}.btn{display:inline-block;padding:.8rem 2.2rem;background:var(--text);color:var(--bg);text-decoration:none;border-radius:30px;font-size:.9rem;font-weight:500;text-align:center;transition:all .3s ease}.btn:hover{transform:translateY(-2px)}.btn-outline{color:var(--text);border:1px solid var(--text);background:transparent;transition:all .3s ease}.btn-outline:hover{background:var(--text);color:var(--bg);transform:translateY(-2px)}.card-dark .btn-outline{color:#f8f5f2;border:1px solid #f8f5f2;background:transparent;transition:all .3s ease}.card-dark .btn-outline:hover{background:#f8f5f2;color:#0f0f0f;transform:translateY(-2px)}.btn-dark-outline{background:#0f0f0f;color:#f8f5f2;border:1px solid #f8f5f2;transition:all .3s ease}.btn-dark-outline:hover{background:#f8f5f2;color:#0f0f0f;transform:translateY(-2px)}.muted{color:var(--text-muted)}.mt-4{margin-top:2rem}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:left}.contact-grid a{text-decoration:none;color:inherit}.contact-grid .card-dark{margin-top:0;padding:3rem;grid-template-columns:1fr;gap:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid transparent;cursor:pointer}.contact-grid a:hover .card-dark{transform:translateY(-8px);border-color:#f8f5d226;background:#151515}@media (max-width: 1200px){.nav-links-wrapper{display:none}.hero-grid,.card-dark,.footer-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}}[style*="border-radius: 50%"],.no-shrink{flex-shrink:0}img,video,iframe{max-width:100%;height:auto}.nav-burger{display:none;background:transparent;border:0;padding:0;width:32px;height:32px;cursor:pointer;position:relative;z-index:1100;-webkit-tap-highlight-color:transparent}.nav-burger span{display:block;position:absolute;left:4px;right:4px;height:1.5px;background:var(--text);transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,top .3s ease}.nav-burger span:nth-child(1){top:10px}.nav-burger span:nth-child(2){top:16px}.nav-burger span:nth-child(3){top:22px}.nav-burger.is-open span:nth-child(1){top:16px;transform:rotate(45deg)}.nav-burger.is-open span:nth-child(2){opacity:0}.nav-burger.is-open span:nth-child(3){top:16px;transform:rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:1050;display:none;opacity:0;transition:opacity .35s ease}.mobile-menu.is-open{display:flex;opacity:1}.mobile-menu-inner{margin:0 auto;padding:6.5rem 1.75rem 2rem;width:100%;max-width:560px;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;height:100dvh;overflow:hidden}.mobile-menu-links{list-style:none;display:flex;flex-direction:column;gap:.25rem;text-align:left;margin:0;padding:0}.mobile-menu-links li{text-align:left}.mobile-menu-link{display:block;font-family:var(--font-heading);font-size:clamp(1.5rem,5.5vw,2rem);font-weight:400;letter-spacing:-.01em;line-height:1.25;color:var(--text);text-decoration:none;padding:.55rem 0;text-align:left;transition:opacity .2s ease}.mobile-menu-link:hover,.mobile-menu-link:focus{opacity:.5}.mobile-menu-cta{display:block;text-align:center;padding:1rem 1.5rem;background:var(--text);color:var(--bg);border-radius:999px;font-size:.95rem;font-weight:500;letter-spacing:.01em;text-decoration:none;margin-top:auto;transition:opacity .2s ease}body.menu-open{overflow:hidden}@media (max-width: 900px){.nav-burger{display:block}.nav-btn-wrapper{display:none!important}p,a,li,span,td,th{overflow-wrap:anywhere;word-break:break-word}span[style*="font-family: var(--font-heading)"],.section-label{white-space:nowrap;word-break:keep-all;overflow-wrap:normal}h1,h2,h3,h4,h5,h6{hyphens:auto;-webkit-hyphens:auto;overflow-wrap:break-word}header{padding:1.25rem 0!important}header.scrolled{padding:1rem 0!important}.logo{font-size:1.05rem;letter-spacing:.12em}.logo-icon{height:24px;margin-right:.65rem}.logo span{display:inline-block}.container{padding:0 1.25rem!important;max-width:100%}section{padding:4rem 0!important}h1{font-size:clamp(2.4rem,9vw,3.2rem)!important;line-height:1.1}h2{font-size:clamp(1.8rem,6.5vw,2.4rem)!important;line-height:1.15}h3{font-size:clamp(1.25rem,5vw,1.5rem)!important;line-height:1.25}p{font-size:1rem!important;line-height:1.6}.section-label{font-size:.75rem;letter-spacing:.1em}[style*=grid-template-columns]{grid-template-columns:1fr!important}[style*="grid-template-columns: 80px 1fr"],[style*="grid-template-columns: 60px 1fr"],[style*="grid-template-columns: 56px 1fr"],[style*="grid-template-columns: 48px 1fr"],[style*="grid-template-columns: 40px 1fr"]{grid-template-columns:56px 1fr!important;gap:1.25rem!important}[style*="grid-template-columns: 80px 1fr"]>div:first-child[style*="width: 80px"]{width:56px!important;height:56px!important;font-size:1.4rem!important}[style*="gap: 10rem"],[style*="gap: 8rem"],[style*="gap: 6rem"],[style*="gap: 5rem"],[style*="gap: 4rem"]{gap:2rem!important}[style*="gap: 3rem"]{gap:1.75rem!important}[style*="padding-top: 14rem"]{padding-top:6.5rem!important}[style*="padding-bottom: 10rem"]{padding-bottom:4rem!important}[style*="padding-bottom: 6rem"]{padding-bottom:3rem!important}[style*="padding: 10rem 0"]{padding:4rem 0!important}[style*="padding: 6rem 0"]{padding:3rem 0!important}[style*="padding: 5rem"],[style*="padding: 4rem"]{padding:2rem!important}[style*="padding: 3rem"],[style*="padding: 2.5rem"]{padding:1.5rem!important}[style*="padding: 1.5rem"]{padding:1.25rem!important}.hero-grid,.feature-grid,.contact-grid,.footer-grid{grid-template-columns:1fr!important;gap:2rem!important}.card-dark{grid-template-columns:1fr!important;gap:2rem!important;padding:2rem!important;border-radius:24px!important;margin-top:2.5rem!important}.feature-card{height:auto!important;padding:2rem!important;border-radius:24px!important}.feature-card-header h3{font-size:1.5rem!important;text-align:left!important}.feature-card-body{max-width:100%!important}.feature-card-body p{font-size:.95rem!important}footer{padding:4rem 0 2rem!important;margin-top:4rem!important}.footer-grid{gap:2.5rem!important;margin-bottom:3rem!important}.footer-bottom{flex-direction:column;gap:.75rem;padding-top:2rem}.card-image{border-radius:24px!important}.news-grid{gap:1.25rem!important;margin-top:2rem!important}.news-card{padding:1.75rem!important;border-radius:24px!important}.news-title{font-size:1.1rem!important;margin-bottom:1rem!important}.news-excerpt{margin-bottom:1.5rem!important}img{max-width:100%;height:auto}[style*="font-size: 4.5rem"]{font-size:2.5rem!important}[style*="font-size: 2.5rem"]{font-size:1.75rem!important}[style*="font-size: 2.2rem"]{font-size:1.6rem!important}[style*="font-size: 2rem"]{font-size:1.45rem!important}[style*="font-size: 1.8rem"]{font-size:1.35rem!important}[style*="font-size: 1.6rem"]{font-size:1.05rem!important}[style*="font-size: 1.5rem"]{font-size:1.2rem!important}[style*="font-size: 1.4rem"]{font-size:1.05rem!important}[style*="font-size: 1.3rem"],[style*="font-size: 1.25rem"],[style*="font-size: 1.2rem"]{font-size:1rem!important}[style*="font-size: 1.1rem"]{font-size:.95rem!important}[style*="margin-bottom: 6rem"],[style*="margin-bottom: 4rem"]{margin-bottom:2rem!important}[style*="margin-bottom: 3rem"]{margin-bottom:1.5rem!important}[style*="margin-top: 6rem"],[style*="margin-top: 4rem"]{margin-top:2rem!important}[style*="background: rgba(15,15,15,0.02)"]{padding:1rem!important}.btn,.btn-outline,.btn-dark-outline{padding:.85rem 1.6rem!important;font-size:.9rem!important}[style*="display: flex"][style*="gap: 2rem"]{gap:1rem!important}input,textarea{font-size:16px!important;padding:1rem!important}form [style*="display: flex"][style*="align-items: center"]{flex-direction:column;align-items:stretch!important;gap:1rem!important}form button.btn{width:100%}}@media (max-width: 380px){.container{padding:0 1rem!important}.logo{font-size:.95rem}.mobile-menu-link{font-size:1.4rem;padding:.4rem 0}h1{font-size:clamp(2rem,8vw,2.6rem)!important}}.mobile-menu-inner{overflow-y:auto}.mobile-menu-links{gap:.1rem}.sub-toggle{background:transparent;border:0;width:100%;text-align:left;cursor:pointer;font-family:var(--font-heading);font-size:clamp(1.5rem,5.5vw,2rem);font-weight:400;letter-spacing:-.01em;line-height:1.25;color:var(--text);padding:.55rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;-webkit-tap-highlight-color:transparent}.sub-toggle .caret{width:10px;height:10px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-right:6px;margin-top:-4px;opacity:.55;transition:transform .3s ease;flex-shrink:0}.has-sub.is-expanded .sub-toggle .caret{transform:rotate(-135deg);margin-top:4px}.mobile-submenu{list-style:none;margin:0;padding:0 0 0 .25rem;max-height:0;overflow:hidden;transition:max-height .35s ease,padding-bottom .35s ease,opacity .25s ease;opacity:0}.has-sub.is-expanded .mobile-submenu{max-height:600px;padding-bottom:.4rem;opacity:1}.mobile-submenu li{padding:0;margin:0;list-style:none}.mobile-submenu-link{display:block;font-family:var(--font-sans);font-size:.95rem;color:var(--text);opacity:.7;text-decoration:none;padding:.45rem 0;letter-spacing:.005em}.mobile-submenu-link:hover,.mobile-submenu-link:focus{opacity:1}.section-pad{padding:clamp(3rem,8vw,8rem) 0}.section-pad-lg{padding:clamp(4rem,10vw,10rem) 0}.section-pad-hero{padding:clamp(5rem,14vw,12rem) 0 clamp(2.5rem,6vw,6rem)}.auto-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:clamp(1.25rem,3vw,2.5rem)}.auto-grid-tight{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:clamp(1rem,2.5vw,2rem)}.auto-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(1.5rem,3vw,2.5rem)}.split-2,.split-2-wide-left,.split-2-narrow-left{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,3rem);align-items:start}@media (min-width: 900px){.split-2{grid-template-columns:1fr 1fr}.split-2-wide-left{grid-template-columns:1.5fr 1fr}.split-2-narrow-left{grid-template-columns:1fr 1.5fr}}.stack-sm>*+*{margin-top:clamp(.5rem,1vw,1rem)}.stack-md>*+*{margin-top:clamp(1rem,2vw,1.5rem)}.stack-lg>*+*{margin-top:clamp(1.5rem,3vw,2.5rem)}.stack-xl>*+*{margin-top:clamp(2rem,5vw,4rem)}.pad-card{padding:clamp(1.5rem,4vw,4rem)}.pad-card-lg{padding:clamp(2rem,5vw,5rem)}.radius-card{border-radius:clamp(20px,3vw,40px)}.row-safe{display:flex;flex-wrap:wrap;gap:clamp(.75rem,2vw,1.5rem);align-items:flex-start}.row-safe>*{min-width:0}.row-safe>.no-shrink{flex-shrink:0}.bullet-row{display:flex;gap:clamp(.75rem,2vw,1.25rem);align-items:flex-start}.bullet-row>:first-child{flex-shrink:0}.text-narrow{max-width:36ch}.text-wide{max-width:65ch}.h-display{font-family:var(--font-heading);font-size:clamp(2rem,6vw,3rem);line-height:1.15}.h-large{font-family:var(--font-heading);font-size:clamp(1.5rem,4vw,2.2rem);line-height:1.2}.h-medium{font-family:var(--font-heading);font-size:clamp(1.2rem,3vw,1.6rem);line-height:1.25}.t-lead{font-size:clamp(1.05rem,2.2vw,1.4rem);line-height:1.5}.t-body{font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.65}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-card{background:#fff;border-radius:40px;padding:3rem;height:440px;display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover{transform:translateY(-10px)}.feature-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:auto}.feature-card-header .section-label{margin-bottom:0;margin-top:.5rem}.feature-card-header h3{font-size:1.75rem;text-align:right;line-height:1.2}.feature-card-body{margin-top:auto;max-width:220px}.feature-card-body p{font-size:1rem;line-height:1.7}@media (max-width: 1024px){.feature-grid{grid-template-columns:1fr}.feature-card{height:auto;padding:3.5rem 2.5rem}.feature-card-header{margin-bottom:4rem}}
