:root{--color-primary:#121c27;--color-secondary:#0a1119;--color-text:#4b535d;--color-heading:#0a1119;--color-muted:#353e47;--color-cream:#ece6e1;--color-cream-2:#d6d1ce;--color-gray:#e7e7e7;--color-white:#fff;--color-fog:snow;--color-line:#d8d9da;--color-accent:#61ce70;--color-accent-2:#78c71b;--color-overlay:#121c2766;--color-btn-ghost:#ffffff26;--font-sans:"Roboto", system-ui, sans-serif;--font-serif:"Roboto Slab", Georgia, serif;--container:1320px;--container-wide:1850px;--header-h:96px;--radius:4px;--shadow:0 18px 50px #0a11191f}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-white);margin:0;font-size:16px;line-height:1.7}img,video{max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{color:var(--color-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--color-heading);margin:0 0 .6em;font-weight:400;line-height:1.25}p{margin:0 0 1em}ul{margin:0;padding:0}button,input,textarea{font:inherit}.skip-link{background:var(--color-white);color:var(--color-secondary);z-index:100;padding:.5rem .8rem;position:absolute;top:-3rem;left:.75rem}.skip-link:focus{top:.75rem}.container{width:min(100% - 2.5rem, var(--container));margin-inline:auto}.container--wide{width:min(100% - 2.5rem, var(--container-wide))}.eyebrow{font-family:var(--font-sans);letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.75rem;font-size:.8rem;display:inline-block}.section{padding:5.5rem 0}.section--dark{background:var(--color-secondary);color:#c7c9ca}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark .eyebrow{color:var(--color-white)}.section--cream{background:var(--color-cream)}.section--primary{background:var(--color-primary);color:#d3d5d6}.section--primary h1,.section--primary h2,.section--primary h3,.section--primary .eyebrow{color:var(--color-white)}body:not(.home){padding-top:var(--header-h)}.site-header{z-index:40;backdrop-filter:blur(16px);background:#121c27b8;position:fixed;top:0;left:0;right:0}.site-header__inner{min-height:var(--header-h);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.logo img{width:auto;height:72px;display:block}.nav{align-items:center;gap:2rem;display:flex}.nav__list{gap:2rem;list-style:none;display:flex}.nav__list a{color:var(--color-white);font-size:.95rem}.nav__list a[aria-current=page]{color:var(--color-cream)}.nav-toggle{display:none}.nav-toggle-btn{cursor:pointer;background:0 0;border:0;width:44px;height:44px;display:none}.nav-toggle-btn span{background:var(--color-white);height:2px;margin:6px 0;display:block}.btn{background:var(--color-btn-ghost);min-height:50px;color:var(--color-white);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:.75rem;padding:0 1.8rem;font-size:.95rem;display:inline-flex}.btn:hover{background:var(--color-fog);color:var(--color-secondary)}.btn--solid{background:var(--color-white);color:var(--color-secondary)}.btn--solid:hover{background:var(--color-cream)}.btn--dark{background:var(--color-secondary);color:var(--color-white)}.btn--dark:hover{background:var(--color-primary);color:var(--color-white)}.hero-video{height:100vh;min-height:100vh;color:var(--color-white);background:var(--color-secondary);place-items:center;display:grid;position:relative;overflow:hidden}.hero-video video{object-fit:cover;object-position:center;width:125%;max-width:none;height:125%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-video__overlay{background:var(--color-overlay);mix-blend-mode:multiply;position:absolute;inset:0}.hero-video__content{text-align:center;z-index:1;position:relative}.hero-video h1,.hero-video .hero-kicker{color:var(--color-white);font-family:var(--font-serif);margin:0;font-size:clamp(2.4rem,6vw,5.5rem);font-weight:400}.hero-video .scroll-hint{letter-spacing:.2em;text-transform:uppercase;color:var(--color-white);font-size:.75rem;position:absolute;bottom:2.5rem;left:1.5rem}.hero-video .scroll-hint svg{margin-top:.6rem;animation:1.6s ease-in-out infinite scroll-bounce;display:block}.hero{padding:5rem 0 3rem}.hero h1{font-size:clamp(2rem,4vw,3.4rem)}.hero--banner{min-height:420px;color:var(--color-white);align-items:end;padding:7rem 0 3.5rem;display:grid;position:relative;overflow:hidden}.hero--banner .hero__media,.hero--banner .hero__overlay{position:absolute;inset:0}.hero--banner .hero__media img{object-fit:cover;width:100%;height:100%;animation:14s ease-out both hero-zoom}.hero--banner .hero__overlay{background:var(--color-overlay)}.hero--banner .container{z-index:1;position:relative}.hero--banner h1,.hero--banner .eyebrow,.hero--banner p,.hero--banner .breadcrumbs,.hero--banner .breadcrumbs a,.hero--banner .breadcrumbs span{color:var(--color-white)}.hero--banner .breadcrumbs{margin-bottom:1rem}.split{grid-template-columns:1.1fr .9fr;align-items:center;gap:3.5rem;display:grid}.stat{margin-top:2rem}.stat strong{font-family:var(--font-serif);color:var(--color-heading);font-size:3.2rem;line-height:1;display:block}.grid{gap:1.5rem;display:grid}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--color-white);box-shadow:var(--shadow);padding:1.8rem;transition:transform .4s,box-shadow .4s}.card:hover{transform:translateY(-8px);box-shadow:0 22px 56px #0a11192e}.card--ghost{box-shadow:none;background:0 0;padding:0}.card h3{font-size:1.25rem}.feature-list{columns:3;list-style:none}.feature-list li{break-inside:avoid;padding:.55rem 0 .55rem 1.1rem;position:relative}.feature-list li:before{content:"";background:var(--color-accent-2);border-radius:50%;width:7px;height:7px;position:absolute;top:1rem;left:0}.quote{font-family:var(--font-serif);color:var(--color-heading);font-size:1.35rem}.media{overflow:hidden}.media img{object-fit:cover;width:100%;height:100%;display:block}.play-link{width:88px;height:88px;color:var(--color-white);backdrop-filter:blur(8px);background:#ffffff2e;border-radius:50%;place-items:center;display:inline-grid}.clients{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:1.25rem;display:grid}.clients img{object-fit:contain;background:var(--color-white);width:100%;height:110px;padding:.75rem}.faq details{border-bottom:1px solid var(--color-line);padding:1rem 0}.faq summary{cursor:pointer;color:var(--color-heading);font-weight:600}.breadcrumbs{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;font-size:.85rem;list-style:none;display:flex}.breadcrumbs a{color:var(--color-muted)}.check-list{margin:0 0 1rem;list-style:none}.check-list li{padding:.25rem 0 .25rem 1.2rem;position:relative}.check-list li:before{content:"";background:var(--color-accent-2);border-radius:50%;width:7px;height:7px;position:absolute;top:.75rem;left:0}.form-card{text-align:left;margin-top:1.5rem}.form{gap:1rem;display:grid;position:relative}.form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form label{color:var(--color-heading);gap:.35rem;font-weight:600;display:grid}.form input,.form textarea{border:1px solid var(--color-line);background:var(--color-white);width:100%;color:var(--color-heading);padding:.85rem 1rem}.form input:focus,.form textarea:focus{outline:2px solid var(--color-primary);outline-offset:1px}.form__error,.form__success{padding:.9rem 1rem}.form__error{color:#441414;background:#f8d7da}.form__success{color:#1c3d0b;background:#e5f6d8}.field-error{color:#8a1f1f;font-size:.85rem;font-weight:400}.site-footer{background:var(--color-secondary);color:#b5bcc2;padding:3rem 0 2rem}.site-footer a{color:var(--color-white)}.site-footer__grid{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.counters{text-align:center;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;display:grid}.counters strong{font-family:var(--font-serif);color:var(--color-white);font-size:clamp(2.2rem,4vw,3.4rem);line-height:1;animation:.8s both count-pop;display:block}.counters span{color:#c7c9ca;margin-top:.6rem;display:block}.media-stack{grid-template-columns:1.15fr .85fr;gap:.85rem;display:grid}.media-stack .media:first-child{grid-row:span 2}.offer-links{flex-wrap:wrap;gap:.85rem 1.6rem;margin:1.5rem 0 0;list-style:none;display:flex}.offer-links a{color:var(--color-heading);border-bottom:1px solid var(--color-accent-2);align-items:center;gap:.45rem;font-weight:600;transition:color .3s,transform .3s;display:inline-flex}.offer-links a:before{content:"→";color:var(--color-accent-2)}.offer-links a:hover{color:var(--color-primary);transform:translate(4px)}.contact-method h3{font-size:1.15rem}.quote-card{position:relative}.quote-card:before{content:"“";font-family:var(--font-serif);color:var(--color-accent-2);margin-bottom:.6rem;font-size:3rem;line-height:.8;display:block}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes hero-zoom{0%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes count-pop{0%{opacity:0;transform:translateY(12px)scale(.92)}to{opacity:1;transform:none}}@keyframes scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.section,.hero .container,.grid>*{animation:.75s both fade-up}.grid>:nth-child(2){animation-delay:80ms}.grid>:nth-child(3){animation-delay:.16s}.grid>:nth-child(4){animation-delay:.24s}.grid>:nth-child(n+5){animation-delay:.32s}.prose h2{margin-top:2rem;font-size:1.8rem}.prose h3{margin-top:1.6rem;font-size:1.35rem}.prose ul,.prose ol{margin-bottom:1rem;padding-left:1.2rem}.prose li{margin-bottom:.35rem}.prose ol{counter-reset:step;padding-left:0;list-style:none}.prose ol li{counter-increment:step;border-bottom:1px solid var(--color-line);padding:.85rem 0 .85rem 3.4rem;position:relative}.prose ol li:before{content:counter(step);background:var(--color-secondary);width:2.1rem;height:2.1rem;color:var(--color-white);font-family:var(--font-serif);border-radius:50%;place-items:center;font-size:.95rem;display:grid;position:absolute;top:.75rem;left:0}.home h1,.home h2{font-weight:500}.home h2{font-size:clamp(1.8rem,3.2vw,2.8rem);line-height:1.22}.home .site-header{backdrop-filter:none;background:0 0}.home .site-header.is-stuck{backdrop-filter:blur(16px);background:#121c27db}.rule{background:var(--color-line);width:min(380px,100%);height:1px;margin:1.25rem 0 2rem}.section--gray{background:var(--color-gray)}.home-intro{grid-template-columns:1fr 1fr;min-height:720px;display:grid}.home-intro__media{background:50%/cover no-repeat;min-height:520px}.home-intro__copy{padding:5.5rem 4rem 4rem 3rem;position:relative;overflow:hidden}.home-intro__copy h1{font-size:clamp(2rem,3.4vw,2.8rem);line-height:1.22}.home-deco{pointer-events:none;opacity:.12;width:220px;animation:1.2s both fade-up;position:absolute}.home-deco--tl{top:-40px;right:80px}.home-deco--br{animation-delay:.2s;bottom:40px;right:-70px}.home-stat{border-top:1px solid var(--color-line);align-items:baseline;gap:1rem;margin:2rem 0 1.5rem;padding-top:1.5rem;display:flex}.home-stat strong{font-family:var(--font-serif);color:var(--color-heading);font-size:3.2rem;font-weight:400;line-height:1}.home-stat span{max-width:16rem}.home-slider{position:relative}.home-slider__slide[hidden]{display:none}.home-slider__nav{gap:.75rem;margin-top:1.25rem;display:flex}.home-slider__nav button{width:42px;height:42px;color:var(--color-heading);cursor:pointer;background:0 0;border:0}.home-benefits{grid-template-columns:1.1fr .9fr;display:grid}.home-benefits__copy{background:var(--color-cream);padding:4.5rem 3rem;position:relative}.home-benefits__lead{border-bottom:1px solid #ccc8c5;grid-template-columns:auto 1fr;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:grid}.home-benefits__lead svg{fill:currentColor;width:48px;height:48px}.home-checks{grid-template-columns:1fr 1fr;gap:.85rem 2rem;list-style:none;display:grid}.home-check{align-items:flex-start;gap:.75rem;display:flex}.home-check i{background:var(--color-cream-2);border-radius:50%;place-items:center;width:24px;min-width:24px;height:24px;display:grid}.home-check i svg{width:11px;height:11px;fill:var(--color-secondary)}.home-benefits__media{background:50%/cover no-repeat;min-height:520px;position:relative}.home-benefits__media .play-link{margin:auto;position:absolute;inset:0}.home-pillars{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;display:grid}.home-pillar .media{aspect-ratio:3/2;margin-bottom:1.25rem}.home-sectors{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 2.5rem;list-style:none;display:grid}.home-sectors a{border-bottom:1px solid var(--color-line);align-items:center;gap:.75rem;padding:.7rem 0;display:flex}.home-sectors svg,.home-sectors i{width:18px;min-width:18px;height:18px}.home-values{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;display:grid;position:relative}.home-values article svg{width:56px;height:56px;stroke:var(--color-primary);fill:none;stroke-width:10px;margin-bottom:1rem}.home-growth{background:linear-gradient(#f2efee 0%,#0000 100%);grid-template-columns:.9fr 1.1fr;display:grid}.home-growth__media{background:50%/cover no-repeat;min-height:520px}.home-growth__copy{padding:4.5rem 3rem}.home-growth__grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;display:grid}.home-acc .faq details{border-bottom:1px solid var(--color-line)}.home-acc .faq summary{font-family:var(--font-serif);font-size:1.05rem;font-weight:400;list-style:none}.home-acc .faq summary::-webkit-details-marker{display:none}.home-parallax{padding:0;overflow:hidden}.home-parallax img{object-fit:cover;width:100%;height:280px;animation:18s ease-out both hero-zoom;display:block}.home-skills{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;display:grid}.home-skill i{background:var(--color-muted);width:45px;height:45px;color:var(--color-white);border-radius:50%;place-items:center;margin-bottom:1rem;display:grid}.home-skill i svg{fill:currentColor;width:16px;height:16px}.home-skill .rule{background:var(--color-muted);width:100%}.home-quotes{background:var(--color-gray);background-image:var(--quotes-texture);background-position:0 100%;background-repeat:no-repeat;grid-template-columns:1fr 1fr;display:grid}.home-quotes__copy{padding:5rem clamp(1.5rem,6vw,5rem)}.home-quotes__media{background:50%/cover no-repeat;min-height:520px}.home-stars{gap:.2rem;margin:.75rem 0;display:flex}.home-stars svg{width:14px;height:14px;fill:var(--color-heading)}.home-news{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.8rem;display:grid}.home-post{box-shadow:none;background:0 0;padding:0}.home-post .media{aspect-ratio:3/2;margin-bottom:1rem;position:relative}.home-post__date{background:var(--color-white);text-align:center;min-width:58px;padding:.45rem .4rem;position:absolute;bottom:1rem;left:1rem}.home-post__date strong{font-family:var(--font-serif);font-size:1.4rem;line-height:1;display:block}.home-post__meta{color:var(--color-muted);margin-bottom:.6rem;font-size:.85rem}.home-post h3{font-size:1.15rem}.home .clients{grid-template-columns:repeat(3,minmax(0,1fr))}.home-banner{min-height:320px;color:var(--color-white);background:50%/cover no-repeat;align-items:end;padding:6rem 0 3rem;display:grid}.home-banner h2{color:var(--color-white);max-width:18ch}.home-contact{color:#d3d5d6}.home-contact h2,.home-contact h3,.home-contact .form label{color:var(--color-white)}.home-contact .form input,.home-contact .form textarea{background:var(--color-secondary);color:var(--color-white);border-color:#353e47}.home-contact .check-list li:before{background:var(--color-cream)}@media (width<=960px){.split,.grid--2,.grid--3,.grid--4,.clients,.form__row,.counters,.media-stack,.home-intro,.home-benefits,.home-pillars,.home-sectors,.home-values,.home-growth,.home-growth__grid,.home-skills,.home-quotes,.home-news,.home .clients{grid-template-columns:1fr 1fr}.feature-list{columns:2}.nav-toggle-btn{display:block}.nav{inset:var(--header-h) 0 auto;background:var(--color-primary);flex-direction:column;align-items:flex-start;padding:1.5rem;display:none;position:absolute}.nav__list{flex-direction:column;gap:1rem}.nav-toggle:checked~.nav{display:flex}}@media (width<=640px){.split,.grid--2,.grid--3,.grid--4,.clients,.site-footer__grid,.form__row,.counters,.media-stack,.home-intro,.home-benefits,.home-pillars,.home-sectors,.home-values,.home-growth,.home-growth__grid,.home-skills,.home-quotes,.home-news,.home-checks,.home .clients{grid-template-columns:1fr}.home-intro__copy,.home-benefits__copy,.home-growth__copy,.home-quotes__copy{padding:3rem 1.5rem}.media-stack .media:first-child{grid-row:auto}.feature-list{columns:1}.logo img{height:56px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}
