:root{--ink-950:#08151f;--ink-900:#0d202c;--ink-800:#173241;--ink-700:#294956;--slate-600:#5a6f78;--slate-500:#758890;--cream-50:#fcfcf8;--cream-100:#f5f3ea;--cream-200:#ebe7da;--white:#ffffff;--teal-700:#08756f;--teal-600:#0b8f86;--teal-500:#13aa9e;--teal-100:#dff5f1;--amber-600:#b97716;--amber-500:#dc941f;--amber-100:#fff0cf;--wine-700:#6f2134;--wine-500:#a34259;--violet-700:#493d9a;--violet-500:#6b60d8;--line:rgba(13,32,44,0.12);--line-dark:rgba(255,255,255,0.14);--shadow-small:0 12px 30px rgba(8,21,31,0.08);--shadow-large:0 30px 80px rgba(8,21,31,0.14);--radius-small:12px;--radius-medium:20px;--radius-large:32px;--container:1180px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{max-width:100%;overflow-x:clip}body{margin:0;background:var(--cream-50);color:var(--ink-900);font-family:Inter,Aptos,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,svg{max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink-950);font-family:Arial Nova,Aptos,Segoe UI,Arial,sans-serif;letter-spacing:-.035em;line-height:1.08}h1{font-size:clamp(3rem,7vw,6.6rem)}h2{font-size:clamp(2rem,4vw,4.15rem)}h3{font-size:1.25rem}:focus-visible{outline:3px solid var(--amber-500);outline-offset:4px}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding-block:clamp(72px,9vw,128px)}.section--soft{background:var(--cream-100)}.scroll-reveal{opacity:0;transform:translateY(28px);transition:opacity .62s ease,transform .62s ease;transition-delay:var(--reveal-delay,0s);will-change:opacity,transform}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.skip-link{position:fixed;top:12px;left:12px;z-index:1000;padding:10px 14px;transform:translateY(-160%);border-radius:8px;background:var(--white);box-shadow:var(--shadow-small);color:var(--ink-950);font-weight:800}.skip-link:focus{transform:translateY(0)}.eyebrow{gap:8px;margin-bottom:18px;color:var(--teal-700);font-size:.76rem;font-weight:850;letter-spacing:.16em;line-height:1.3;text-transform:uppercase}.button,.eyebrow{display:inline-flex;align-items:center}.button{min-height:52px;justify-content:center;gap:10px;padding:13px 22px;border:1px solid var(--ink-900);border-radius:999px;background:var(--ink-900);color:var(--white);font-size:.92rem;font-weight:800;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px);background:var(--teal-700);border-color:var(--teal-700);box-shadow:0 12px 28px rgba(8,117,111,.2)}.button--small{min-height:42px;padding:10px 17px;font-size:.84rem}.button--ghost{border-color:var(--line);background:transparent;color:var(--ink-900)}.button--ghost:hover{border-color:var(--ink-900);box-shadow:var(--shadow-small)}.button--ghost:hover,.button--light{background:var(--white);color:var(--ink-900)}.button--light{border-color:var(--white)}.button--light:hover{border-color:var(--amber-100);background:var(--amber-100);color:var(--ink-950)}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--ink-900);font-size:.94rem;font-weight:850}.text-link svg{transition:transform .18s ease}.text-link:hover svg{transform:translateX(4px)}.section-heading{max-width:760px;margin-bottom:52px}.section-heading h2{margin-bottom:20px;font-size:clamp(2.2rem,5vw,4.5rem)}.section-heading__copy{max-width:680px;margin-bottom:0;color:var(--slate-600);font-size:clamp(1rem,1.6vw,1.16rem)}.section-heading--center{margin-inline:auto;text-align:center}.section-heading--center .section-heading__copy{margin-inline:auto}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:52px}.section-heading-row .section-heading{margin-bottom:0}.site-header{position:fixed;top:0;right:0;left:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.14);background:transparent;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.site-header--scrolled{border-bottom-color:rgba(13,32,44,.08);background:rgba(252,252,248,.92);box-shadow:0 12px 36px rgba(8,21,31,.08)}.site-header__inner{display:flex;min-height:78px;align-items:center;gap:28px}.logo{display:inline-flex;flex-shrink:0;align-items:center;width:98px;height:37px}.logo__image{width:100%;height:100%;object-fit:contain;object-position:left center}.logo--compact{width:90px;height:34px}.logo--light{width:112px;height:44px}.desktop-nav{display:flex;flex:1 1;align-items:center;justify-content:center;gap:26px}.desktop-nav a{position:relative;padding-block:28px;color:var(--slate-600);font-size:.86rem;font-weight:750;transition:color .16s ease}.site-header:not(.site-header--scrolled) .desktop-nav a{color:rgba(255,255,255,.74)}.desktop-nav a.is-active,.desktop-nav a:hover{color:var(--ink-950)}.site-header:not(.site-header--scrolled) .desktop-nav a.is-active,.site-header:not(.site-header--scrolled) .desktop-nav a:hover{color:var(--white)}.desktop-nav a.is-active:after{position:absolute;right:0;bottom:19px;left:0;height:2px;border-radius:999px;background:var(--teal-600);content:""}.site-header:not(.site-header--scrolled) .desktop-nav a.is-active:after{background:var(--white)}.site-header:not(.site-header--scrolled) .header-cta{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.12);color:var(--white);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header:not(.site-header--scrolled) .header-cta:hover{border-color:rgba(255,255,255,.76);background:rgba(255,255,255,.2)}.menu-toggle{display:none;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--white)}.site-header:not(.site-header--scrolled) .menu-toggle{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.12);color:var(--white);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-nav{position:fixed;top:0;right:0;z-index:120;display:flex;width:min(88vw,390px);height:100dvh;flex-direction:column;gap:4px;padding:24px;transform:translateX(105%);background:var(--cream-50);box-shadow:-20px 0 60px rgba(8,21,31,.18);transition:transform .26s ease}.mobile-nav.is-open{transform:translateX(0)}.mobile-nav__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}.mobile-nav>a:not(.button){padding:14px 4px;border-bottom:1px solid var(--line);color:var(--slate-600);font-size:1.08rem;font-weight:800}.mobile-nav>a.is-active{color:var(--teal-700)}.mobile-nav .button{margin-top:24px}.menu-backdrop{position:fixed;inset:0;z-index:110;border:0;background:rgba(8,21,31,.52);opacity:0;pointer-events:none;transition:opacity .22s ease}.menu-backdrop.is-visible{opacity:1;pointer-events:auto}.hero{position:relative;min-height:calc(100svh - 78px);overflow:hidden;background:radial-gradient(circle at 75% 25%,rgba(19,170,158,.14),transparent 30%),radial-gradient(circle at 14% 82%,rgba(220,148,31,.1),transparent 26%),var(--cream-50)}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(13,32,44,.035) 1px,transparent 0),linear-gradient(90deg,rgba(13,32,44,.035) 1px,transparent 0);background-size:72px 72px;-webkit-mask-image:linear-gradient(180deg,black,transparent 90%);mask-image:linear-gradient(180deg,black,transparent 90%)}.hero-carousel{display:grid;height:max(760px,100svh);min-height:760px;isolation:isolate;background:var(--ink-950)}.hero-carousel__media{position:absolute;inset:0;z-index:-2}.hero-carousel__media img{object-fit:cover;object-position:center;opacity:0;transform:scale(1.03);transition:opacity .7s ease,transform .9s ease}.hero-carousel__media img.is-active{opacity:1;transform:scale(1)}.hero-carousel__overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(8,21,31,.88),rgba(8,21,31,.58) 48%,rgba(8,21,31,.2)),linear-gradient(0deg,rgba(8,21,31,.5),transparent 38%)}.hero-carousel__inner{display:flex;height:100%;min-height:760px;flex-direction:column;justify-content:center;padding-block:calc(78px + clamp(48px, 7vw, 86px)) clamp(56px,7vw,86px)}.hero-carousel__copy{max-width:760px}.hero-carousel .eyebrow,.hero-carousel .hero__lead,.hero-carousel h1{color:var(--white)}.hero-carousel h1{min-height:2.2em;margin-bottom:28px;font-size:clamp(3rem,5.8vw,5.6rem);text-wrap:balance}.hero-carousel h1 span{color:#68d8ce}.hero-carousel .hero__lead{max-width:680px;min-height:4.95em;color:rgba(255,255,255,.82)}.button--glass{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.1);color:var(--white);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.button--glass:hover{border-color:rgba(255,255,255,.78);background:rgba(255,255,255,.18);color:var(--white)}.hero__proof--light{min-height:44px;color:rgba(255,255,255,.72)}.hero__proof--light svg{color:#68d8ce}.hero-carousel__controls{display:flex;align-items:center;gap:14px;margin-top:clamp(28px,5vw,52px)}.hero-carousel__controls>button{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:50%;background:rgba(255,255,255,.1);color:var(--white);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:border-color .18s ease,background .18s ease,transform .18s ease}.hero-carousel__controls>button:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.72);background:rgba(255,255,255,.18)}.hero-carousel__controls svg{width:20px;height:20px}.hero-carousel__dots{display:flex;align-items:center;gap:8px}.hero-carousel__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.42);transition:width .18s ease,background .18s ease}.hero-carousel__dots button.is-active{width:30px;border-radius:999px;background:var(--white)}.hero__inner{position:relative;z-index:1;display:grid;min-height:calc(100svh - 78px);grid-template-columns:minmax(0,1.02fr) minmax(460px,.98fr);align-items:center;gap:clamp(48px,7vw,96px);padding-block:72px}.hero__copy{max-width:710px}.hero__copy h1{max-width:790px;margin-bottom:28px;font-size:clamp(3.2rem,6.7vw,6.7rem)}.hero__copy h1 span{color:var(--teal-700)}.hero__lead{max-width:650px;margin-bottom:34px;color:var(--slate-600);font-size:clamp(1.05rem,1.7vw,1.23rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.hero__proof{display:flex;flex-wrap:wrap;gap:18px;color:var(--slate-600);font-size:.83rem;font-weight:750}.hero__proof span{display:inline-flex;align-items:center;gap:7px}.hero__proof svg{color:var(--teal-600)}.hero-visual{position:relative;min-height:600px}@keyframes hero-card-float{0%,to{translate:0 0}50%{translate:0 -10px}}.hero-visual__halo{position:absolute;inset:8% 4% 4%;border-radius:50%;background:radial-gradient(circle,rgba(19,170,158,.2),transparent 64%);filter:blur(18px)}.hero-product{position:absolute;display:flex;min-height:182px;flex-direction:column;justify-content:space-between;overflow:hidden;padding:24px;border:1px solid rgba(255,255,255,.46);border-radius:26px;box-shadow:var(--shadow-large);transition:transform .22s ease,box-shadow .22s ease;animation:hero-card-float 8s ease-in-out infinite}.hero-product:hover{z-index:4;transform:translateY(-8px) rotate(0);box-shadow:0 36px 90px rgba(8,21,31,.2)}.hero-product small{font-size:.68rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.hero-product strong{position:relative;z-index:2;font-size:clamp(1.55rem,3vw,2.25rem);letter-spacing:-.04em}.hero-product--asante{top:18px;left:2%;width:57%;transform:rotate(-4deg);background:linear-gradient(145deg,rgba(111,33,52,.92),rgba(29,19,23,.96)),var(--wine-700);color:var(--white)}.hero-product--wellnest{top:150px;right:0;width:54%;transform:rotate(3deg);background:linear-gradient(145deg,rgba(223,245,241,.96),rgba(255,255,255,.98)),var(--teal-100);color:var(--ink-900);animation-delay:1.2s}.hero-product--nexora{bottom:24px;left:12%;width:58%;transform:rotate(-1.5deg);background:linear-gradient(145deg,rgba(73,61,154,.96),rgba(13,32,44,.98)),var(--violet-700);color:var(--white);animation-delay:2.4s}.hero-product--asante strong,.hero-product--nexora strong{color:var(--white)}.heritage-rhythm{position:absolute;right:-12px;bottom:-14px;display:flex;gap:8px;transform:rotate(-12deg)}.heritage-rhythm i{display:block;width:20px;height:88px;border:6px double rgba(255,201,104,.55);border-radius:5px}.wellness-pulse{display:flex;align-items:flex-end;gap:6px}.wellness-pulse i{display:block;width:32px;height:32px;border-radius:50%;background:var(--teal-100)}.wellness-pulse i:nth-child(2){width:44px;height:44px;background:var(--teal-600);box-shadow:0 0 0 8px rgba(11,143,134,.12)}.nexora-path{display:flex;align-items:center;gap:7px}.nexora-path i{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(255,255,255,.36);border-radius:50%;font-size:.7rem;font-style:normal;font-weight:850}.nexora-path b{width:30px;height:1px;background:rgba(255,255,255,.38)}.hero-visual__centre{position:absolute;top:44%;left:39%;z-index:5;display:grid;width:142px;height:142px;place-items:center;padding:18px;border:8px solid var(--cream-50);border-radius:50%;background:var(--ink-950);box-shadow:var(--shadow-large);color:var(--white);text-align:center}.hero-visual__centre span{align-self:end;font-size:1.9rem;font-weight:950;letter-spacing:-.08em}.hero-visual__centre small{align-self:start;color:rgba(255,255,255,.66);font-size:.59rem;line-height:1.35}.intro-section{background:var(--white)}.three-pillars{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.three-pillars article{min-height:290px;padding:40px 36px;border-right:1px solid var(--line)}.three-pillars article:last-child{border-right:0}.three-pillars svg{width:28px;height:28px;margin-bottom:48px;color:var(--teal-700)}.three-pillars h3{margin-bottom:14px;font-size:1.35rem}.three-pillars p{margin-bottom:0;color:var(--slate-600);font-size:.95rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-large);background:var(--white);box-shadow:0 18px 48px rgba(8,21,31,.06);transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-large)}.product-card__visual{padding:18px;background:var(--cream-100)}.product-card__body{padding:28px}.product-card__meta{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--slate-600);font-size:.69rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.product-card h3{margin-bottom:14px;font-size:1.85rem}.product-card__body>p{min-height:106px;margin-bottom:24px;color:var(--slate-600);font-size:.92rem}.product-card__links{display:flex;flex-wrap:wrap;gap:14px 20px}.product-card__links a{gap:8px;color:var(--ink-900);font-size:.88rem}.play-store-link,.product-card__links a{display:inline-flex;align-items:center;font-weight:850}.play-store-link{min-height:48px;gap:10px;padding:8px 15px;border:1px solid rgb(255 255 255/.16);border-radius:8px;background:#101820;box-shadow:0 14px 30px rgb(8 21 31/.14);color:white;font-size:1rem;line-height:1;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.play-store-link--compact{min-height:40px;padding:6px 12px;font-size:.86rem}.play-store-link span{display:grid;gap:2px}.play-store-link small{color:rgb(255 255 255/.68);font-size:.58em;font-weight:750;letter-spacing:.03em}.play-store-link img{flex:0 0 auto}.play-store-link:hover{transform:translateY(-2px);background:#0a1219;box-shadow:0 18px 38px rgb(8 21 31/.2)}.product-card__links a svg{transition:transform .18s ease}.product-card__links a:not(.play-store-link):hover svg{transform:translate(3px,-3px)}.product-visual{position:relative;min-height:330px;overflow:hidden;padding:18px;border-radius:22px}.product-visual--large{min-height:560px;padding:28px;border-radius:32px;box-shadow:var(--shadow-large)}.product-visual--asante{background:radial-gradient(circle at 84% 16%,rgba(255,201,104,.32),transparent 28%),linear-gradient(145deg,#3d1721,#7d2940);color:var(--white)}.product-visual--wellnest{background:radial-gradient(circle at 10% 15%,rgba(255,255,255,.86),transparent 34%),linear-gradient(145deg,#d9f4ee,#93d8cd);color:var(--ink-900)}.product-visual--nexora{background:radial-gradient(circle at 86% 10%,rgba(122,111,235,.5),transparent 30%),linear-gradient(145deg,#15133b,#342d83);color:var(--white)}.mock-topbar{display:flex;min-height:44px;align-items:center;gap:10px;margin-bottom:18px;padding:8px 10px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:rgba(255,255,255,.11);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mock-topbar>svg:last-child{margin-left:auto}.mock-app-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:9px;background:rgba(255,255,255,.9);color:var(--ink-900);font-size:.72rem;font-weight:950}.mock-topbar strong{font-size:.76rem;letter-spacing:-.01em}.mock-feature{display:flex;min-height:148px;flex-direction:column;justify-content:flex-end;margin-bottom:12px;padding:18px;border-radius:18px}.mock-feature--heritage{background:linear-gradient(90deg,rgba(12,7,8,.72),rgba(12,7,8,.12)),repeating-linear-gradient(135deg,rgba(255,207,117,.28) 0 9px,transparent 9px 18px),#b26b2f}.mock-feature span{margin-bottom:6px;color:rgba(255,255,255,.72);font-size:.6rem;letter-spacing:.08em;text-transform:uppercase}.mock-feature strong{margin-bottom:7px;color:var(--white);font-size:1.05rem}.mock-feature small{color:rgba(255,255,255,.82);font-size:.65rem}.mock-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mock-mini-grid>div{display:flex;min-height:84px;flex-direction:column;justify-content:space-between;padding:12px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.08)}.mock-mini-grid svg{width:17px}.mock-mini-grid strong{font-size:.68rem}.mock-chat{display:flex;min-height:132px;align-items:flex-start;gap:12px;margin-bottom:12px;padding:18px;border:1px solid rgba(8,117,111,.1);border-radius:20px;background:rgba(255,255,255,.68);box-shadow:0 12px 30px rgba(8,117,111,.09)}.mock-chat__avatar{display:grid;width:36px;height:36px;flex-shrink:0;place-items:center;border-radius:50%;background:var(--teal-600);color:var(--white)}.mock-chat p{max-width:190px;margin:4px 0 0;color:var(--ink-800);font-size:.88rem;font-weight:750}.mock-moods{display:flex;gap:7px;margin-bottom:12px}.mock-moods span{flex:1 1;padding:7px 5px;border:1px solid rgba(8,117,111,.13);border-radius:999px;background:rgba(255,255,255,.52);color:var(--slate-600);font-size:.6rem;font-weight:750;text-align:center}.mock-moods span.is-selected{background:var(--teal-700);color:var(--white)}.mock-routine{display:flex;align-items:center;gap:10px;padding:14px;border-radius:16px;background:rgba(255,255,255,.72)}.mock-routine>svg:first-child{color:var(--teal-700)}.mock-routine>svg:last-child{margin-left:auto;color:var(--teal-700)}.mock-routine div{display:flex;flex-direction:column}.mock-routine strong{font-size:.68rem}.mock-routine small{color:var(--slate-600);font-size:.57rem}.mock-project-title{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:17px;background:rgba(255,255,255,.08)}.mock-project-title>svg{width:30px;height:30px;color:#aaa2ff}.mock-project-title div{display:flex;flex-direction:column}.mock-project-title small{color:rgba(255,255,255,.58);font-size:.49rem;letter-spacing:.11em}.mock-project-title strong{color:var(--white);font-size:.78rem}.mock-stages{display:grid;gap:8px;margin-bottom:14px}.mock-stages>div{display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.55)}.mock-stages b,.mock-stages svg{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;font-size:.58rem}.mock-stages .is-complete{color:#b9f5d1}.mock-stages .is-complete svg{padding:4px;background:rgba(68,214,125,.18)}.mock-stages .is-current{border-color:rgba(170,162,255,.65);background:rgba(126,114,245,.23);color:var(--white)}.mock-stages .is-current b{background:#9f96ff;color:var(--ink-950)}.mock-stages span{font-size:.64rem;font-weight:750}.mock-backing{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border-radius:12px;background:rgba(8,7,38,.34)}.mock-backing span{color:rgba(255,255,255,.65);font-size:.58rem}.mock-backing strong{color:#b9f5d1;font-size:.78rem}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:34px}.service-grid--full{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:0}.service-card{position:relative;min-height:246px;overflow:hidden;padding:28px;border:1px solid var(--line);border-radius:var(--radius-medium);background:var(--white);transition:border-color .18s ease,transform .18s ease}.service-card:before{position:absolute;top:0;right:28px;left:28px;height:3px;transform:scaleX(0);transform-origin:left;border-radius:999px;background:linear-gradient(90deg,var(--teal-600),var(--amber-500));content:"";transition:transform .18s ease}.service-card:hover{transform:translateY(-4px);border-color:rgba(8,117,111,.42)}.service-card:hover:before{transform:scaleX(1)}.service-card__top{display:flex;align-items:flex-start;justify-content:space-between}.service-card__top small{color:var(--slate-500);font-size:.67rem;font-weight:850}.service-card__icon{display:grid;width:46px;height:46px;margin-bottom:36px;place-items:center;border-radius:14px;background:var(--teal-100);color:var(--teal-700)}.service-card__icon svg{width:22px;height:22px}.service-card h3{margin-bottom:12px}.service-card p{margin-bottom:0;color:var(--slate-600);font-size:.9rem}.process-section{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(rgb(8 21 31/.78),rgb(8 21 31/.9)),url(/images/home/service-process-background.webp) 50% /cover fixed;color:var(--white)}.process-section:before{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 20% 18%,rgb(19 170 158/.22),transparent 34%),radial-gradient(circle at 82% 78%,rgb(220 148 31/.16),transparent 32%);content:""}.process-section .eyebrow{color:#68d8ce}.process-section h2{color:var(--white)}.process-section .section-heading__copy{color:rgba(255,255,255,.62)}.process-list{display:grid;grid-template-columns:repeat(6,1fr);margin:0;padding:0;list-style:none}.process-list li{position:relative;display:flex;min-height:190px;flex-direction:column;padding:26px 22px;border-top:1px solid rgb(255 255 255/.18);border-bottom:1px solid rgb(255 255 255/.18);border-left:1px solid rgb(255 255 255/.18);background:rgb(8 21 31/.38);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.process-list li:last-child{border-right:1px solid rgb(255 255 255/.18)}.process-list span{margin-bottom:auto;color:#68d8ce;font-size:.69rem;font-weight:850}.process-list strong{margin-bottom:7px;color:var(--white);font-size:1rem}.process-list small{color:rgba(255,255,255,.5);font-size:.67rem;line-height:1.45}.talent-preview{background:linear-gradient(135deg,rgba(255,240,207,.66),transparent 50%),var(--cream-50)}.talent-preview__grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(60px,10vw,130px)}.talent-orbit{position:relative;min-height:470px;--talent-orbit-radius:min(190px,36vw);border:1px dashed rgba(13,32,44,.18);border-radius:50%}@keyframes talent-ring-spin{to{transform:rotate(1turn)}}@keyframes talent-centre-glow{0%,to{box-shadow:var(--shadow-large),0 0 0 0 rgba(220,148,31,.22),0 0 44px rgba(19,170,158,.2)}50%{box-shadow:var(--shadow-large),0 0 0 18px rgba(220,148,31,.08),0 0 72px rgba(19,170,158,.32)}}@keyframes talent-orbit-one{0%{transform:translate(-50%,-50%) rotate(-90deg) translateX(var(--talent-orbit-radius)) rotate(90deg)}to{transform:translate(-50%,-50%) rotate(270deg) translateX(var(--talent-orbit-radius)) rotate(-270deg)}}@keyframes talent-orbit-two{0%{transform:translate(-50%,-50%) rotate(0deg) translateX(var(--talent-orbit-radius)) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn) translateX(var(--talent-orbit-radius)) rotate(-1turn)}}@keyframes talent-orbit-three{0%{transform:translate(-50%,-50%) rotate(90deg) translateX(var(--talent-orbit-radius)) rotate(-90deg)}to{transform:translate(-50%,-50%) rotate(450deg) translateX(var(--talent-orbit-radius)) rotate(-450deg)}}@keyframes talent-orbit-four{0%{transform:translate(-50%,-50%) rotate(180deg) translateX(var(--talent-orbit-radius)) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(540deg) translateX(var(--talent-orbit-radius)) rotate(-540deg)}}.talent-orbit:before{position:absolute;inset:16%;border:1px solid rgba(13,32,44,.09);border-radius:50%;content:"";animation:talent-ring-spin 26s linear infinite}.talent-orbit__centre{position:absolute;top:50%;left:50%;display:grid;width:190px;height:190px;place-items:center;padding:32px;transform:translate(-50%,-50%);border-radius:50%;background:var(--ink-950);box-shadow:var(--shadow-large);color:var(--white);text-align:center;animation:talent-centre-glow 4.8s ease-in-out infinite}.talent-orbit__centre svg{color:var(--amber-500)}.talent-orbit__centre strong{color:var(--white);line-height:1.25}.talent-orbit__item{position:absolute;top:50%;left:50%;display:grid;min-width:100px;min-height:46px;place-items:center;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:var(--white);box-shadow:var(--shadow-small);font-size:.75rem;font-weight:850;will-change:transform}.talent-orbit__item--one{animation:talent-orbit-one 22s linear infinite}.talent-orbit__item--two{animation:talent-orbit-two 22s linear infinite}.talent-orbit__item--three{animation:talent-orbit-three 22s linear infinite}.talent-orbit__item--four{animation:talent-orbit-four 22s linear infinite}.talent-preview__copy h2{margin-bottom:24px;font-size:clamp(2.4rem,4.7vw,4.8rem)}.talent-preview__copy>p:not(.eyebrow){max-width:650px;margin-bottom:28px;color:var(--slate-600);font-size:1.05rem}.cta-section{padding-block:clamp(50px,7vw,90px);background:var(--cream-50)}.cta-band{position:relative;display:flex;min-height:340px;align-items:flex-end;justify-content:space-between;gap:44px;overflow:hidden;padding:clamp(36px,6vw,76px);border-radius:var(--radius-large);background:radial-gradient(circle at 82% 15%,rgba(19,170,158,.22),transparent 26%),var(--ink-950);color:var(--white)}.cta-band__pattern{position:absolute;top:-110px;right:-90px;width:400px;height:400px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018)}.cta-band__copy{position:relative;z-index:1;max-width:700px}.cta-band__copy>svg{margin-bottom:28px;color:#68d8ce}.cta-band h2{margin-bottom:18px;color:var(--white);font-size:clamp(2.2rem,5vw,4.7rem)}.cta-band p{max-width:620px;margin-bottom:0;color:rgba(255,255,255,.62);font-size:1rem}.cta-band>.button{position:relative;z-index:1;flex-shrink:0}.site-footer{padding-block:76px 28px;background:#061018;color:rgba(255,255,255,.65)}.footer-lead{display:flex;align-items:center;padding-bottom:34px;border-bottom:1px solid var(--line-dark)}.footer-lead--compact{justify-content:flex-start}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:50px;padding-block:42px 50px}.footer-grid h2{margin-bottom:22px;color:var(--white);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.footer-grid p{max-width:360px;margin-bottom:0;font-size:.86rem}.footer-grid a{display:flex;width:fit-content;align-items:center;gap:5px;margin-bottom:10px;font-size:.84rem;transition:color .16s ease}.footer-grid a:hover{color:var(--white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:25px;border-top:1px solid var(--line-dark)}.footer-bottom p{margin:0;font-size:.72rem}.page-hero{position:relative;min-height:530px;overflow:hidden;background:radial-gradient(circle at 82% 25%,rgba(19,170,158,.17),transparent 28%),linear-gradient(145deg,var(--cream-50),var(--cream-100))}.page-hero__grid{background-image:linear-gradient(rgba(13,32,44,.04) 1px,transparent 0),linear-gradient(90deg,rgba(13,32,44,.04) 1px,transparent 0);background-size:64px 64px;-webkit-mask-image:linear-gradient(90deg,black,transparent 85%);mask-image:linear-gradient(90deg,black,transparent 85%)}.page-hero__grid,.page-hero__media{position:absolute;inset:0}.page-hero__media img{object-fit:cover;object-position:center}.page-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,21,31,.9),rgba(8,21,31,.62) 50%,rgba(8,21,31,.22)),linear-gradient(0deg,rgba(8,21,31,.48),transparent 44%)}.page-hero--image{min-height:max(640px,72svh);background:var(--ink-950)}.page-hero--image .page-hero__content{padding-block:calc(78px + clamp(66px, 9vw, 120px)) clamp(80px,8vw,120px)}.page-hero--image .eyebrow,.page-hero--image .page-hero__content>p:last-child,.page-hero--image h1{color:var(--white)}.page-hero--image .page-hero__content>p:last-child{color:rgba(255,255,255,.82)}.page-hero--image .page-hero__grid{opacity:.35;-webkit-mask-image:linear-gradient(90deg,black,transparent 70%);mask-image:linear-gradient(90deg,black,transparent 70%)}.page-hero__content{position:relative;z-index:2;padding-block:clamp(104px,13vw,170px) 82px}.page-hero h1{max-width:1000px;margin-bottom:24px;font-size:clamp(3.2rem,7.5vw,7.3rem)}.page-hero__content>p:last-child{max-width:710px;margin-bottom:0;color:var(--slate-600);font-size:clamp(1.02rem,1.6vw,1.2rem)}.page-hero__orb{position:absolute;right:-100px;bottom:-170px;width:440px;height:440px;border:1px solid rgba(13,32,44,.08);border-radius:50%;box-shadow:0 0 0 70px rgba(13,32,44,.024),0 0 0 140px rgba(13,32,44,.016)}.page-hero--warm{background:radial-gradient(circle at 80% 18%,rgba(220,148,31,.22),transparent 28%),linear-gradient(145deg,#fffaf0,var(--cream-100))}.page-hero--calm{background:radial-gradient(circle at 82% 20%,rgba(19,170,158,.22),transparent 30%),linear-gradient(145deg,#f5fffc,#e6f5f1)}.page-hero--technical{background:radial-gradient(circle at 84% 18%,rgba(107,96,216,.18),transparent 28%),linear-gradient(145deg,var(--cream-50),#f0effd)}.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(60px,10vw,150px)}.story-grid h2{max-width:560px;margin-bottom:0;font-size:clamp(2.4rem,5vw,4.9rem)}.story-copy{max-width:620px;padding-top:38px}.story-copy p{margin-bottom:22px;color:var(--slate-600);font-size:1.06rem}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.mission-grid article{min-height:340px;padding:clamp(32px,5vw,56px);border-radius:var(--radius-large);background:var(--white)}.mission-grid article:last-child{background:var(--ink-950)}.mission-grid span{display:block;margin-bottom:80px;color:var(--teal-700);font-size:.7rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.mission-grid article:last-child span{color:#68d8ce}.mission-grid h3{margin-bottom:0;font-size:clamp(1.65rem,3vw,2.7rem);line-height:1.2}.mission-grid article:last-child h3{color:var(--white)}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.value-grid article{min-height:300px;padding:30px;border:1px solid var(--line);border-radius:var(--radius-medium)}.value-grid svg{margin-bottom:70px;color:var(--teal-700)}.value-grid h3{margin-bottom:12px}.value-grid p{margin-bottom:0;color:var(--slate-600);font-size:.88rem}.team-model{background:var(--ink-950);color:var(--white)}.team-model__grid{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:clamp(60px,10vw,140px)}.team-model .eyebrow{color:#68d8ce}.team-model h2{margin-bottom:22px;color:var(--white)}.team-model p:not(.eyebrow){max-width:650px;margin-bottom:0;color:rgba(255,255,255,.62)}.team-stack{display:grid;gap:10px}.team-stack span{padding:19px 22px;border:1px solid var(--line-dark);border-radius:12px;background:rgba(255,255,255,.05);color:var(--white);font-size:.86rem;font-weight:750}.team-stack span:nth-child(2n){transform:translateX(24px);border-color:rgba(104,216,206,.3)}.portfolio-proof h2{max-width:1000px;margin-bottom:56px}.portfolio-proof__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.portfolio-proof__grid p{margin:0;padding:30px 32px 0 0;color:var(--slate-600);font-size:.9rem}.portfolio-proof__grid strong{display:block;margin-bottom:10px;color:var(--ink-900);font-size:1rem}.product-detail__hero{position:relative;overflow:hidden;padding-block:clamp(76px,10vw,130px);background:var(--cream-100)}.product-detail__hero--image{min-height:max(680px,78svh);padding-block:calc(78px + clamp(76px, 9vw, 130px)) clamp(90px,8vw,130px);background:var(--ink-950)}.product-detail__hero-media{position:absolute;inset:0}.product-detail__hero-media img{object-fit:cover;object-position:center}.product-detail__hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,21,31,.92),rgba(8,21,31,.68) 43%,rgba(8,21,31,.28)),linear-gradient(0deg,rgba(8,21,31,.58),transparent 48%)}.product-detail__hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(52px,8vw,110px)}.product-detail__hero--image .product-detail__hero-grid{grid-template-columns:minmax(0,720px)}.product-detail__copy{max-width:560px}.product-detail__hero--image .product-detail__copy{max-width:720px}.back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:54px;color:var(--slate-600);font-size:.8rem;font-weight:750}.product-detail__hero--image .back-link{color:rgba(255,255,255,.72)}.product-detail__copy h1{margin-bottom:13px;font-size:clamp(4rem,7vw,7rem)}.product-detail__hero--image .product-detail__copy h1{color:var(--white)}.product-detail__copy h2{margin-bottom:24px;color:var(--teal-700);font-size:clamp(1.35rem,2.5vw,2.2rem)}.product-detail__copy>p:not(.eyebrow){margin-bottom:28px;color:var(--slate-600);font-size:1.02rem}.product-detail__hero--image .product-detail__copy>p:not(.eyebrow){color:rgba(255,255,255,.8)}.status-pill{display:inline-flex;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.58);font-size:.68rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.product-detail__hero--image .status-pill{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.12);color:var(--white);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.product-detail--asante .eyebrow,.product-detail--asante .product-detail__copy h2{color:var(--wine-500)}.product-detail--asante .product-detail__hero--image .eyebrow,.product-detail--asante .product-detail__hero--image .product-detail__copy h2{color:var(--amber-100)}.product-detail--nexora .eyebrow,.product-detail--nexora .product-detail__copy h2{color:var(--violet-700)}.product-detail--wellnest .product-detail__hero--image .eyebrow,.product-detail--wellnest .product-detail__hero--image .product-detail__copy h2{color:var(--teal-100)}.product-detail--nexora .product-detail__hero--image .eyebrow,.product-detail--nexora .product-detail__hero--image .product-detail__copy h2{color:#d8d5ff}.feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-list article{min-height:230px;padding:30px;border:1px solid var(--line);border-radius:var(--radius-medium)}.feature-list span{display:grid;width:42px;height:42px;margin-bottom:56px;place-items:center;border-radius:50%;background:var(--teal-100);color:var(--teal-700)}.feature-list svg{width:18px}.feature-list p{margin-bottom:0;font-size:1rem;font-weight:750}.product-context-grid{display:grid;grid-template-columns:1fr .85fr;gap:clamp(60px,10vw,140px)}.product-context-grid h2{margin-bottom:36px;font-size:clamp(2rem,4vw,3.8rem)}.journey-list{margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.journey-list li{display:flex;align-items:center;gap:22px;padding:19px 0;border-bottom:1px solid var(--line)}.journey-list span{color:var(--teal-700);font-size:.7rem;font-weight:850}.journey-list strong{font-size:1rem}.audience-panel{padding:clamp(32px,5vw,56px);border-radius:var(--radius-large);background:var(--ink-950);color:var(--white)}.audience-panel .eyebrow{color:#68d8ce}.audience-panel h2{color:var(--white)}.audience-panel ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.audience-panel li{padding:13px 15px;border:1px solid var(--line-dark);border-radius:10px;color:rgba(255,255,255,.75);font-size:.88rem}.product-access-section{padding-block:80px;background:var(--white)}.product-access{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px}.product-access h2{max-width:760px;margin-bottom:16px;font-size:clamp(2rem,4vw,3.6rem)}.product-access p:not(.eyebrow){max-width:620px;margin-bottom:0;color:var(--slate-600);font-size:.96rem}.product-access__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.next-product{padding-block:60px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.next-product a{display:flex;align-items:center;justify-content:space-between;gap:30px}.next-product a>span{color:var(--slate-600);font-size:.76rem;font-weight:750}.next-product strong{display:flex;align-items:center;gap:14px;font-size:clamp(1.6rem,4vw,3.6rem)}.client-fit-grid{display:grid;grid-template-columns:1fr .9fr;align-items:start;gap:clamp(60px,10vw,140px)}.client-fit-grid h2{margin-bottom:22px;font-size:clamp(2.3rem,4.8vw,4.5rem)}.client-fit-grid>div>p:not(.eyebrow){margin-bottom:26px;color:var(--slate-600)}.fit-list{display:grid;gap:0;margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.fit-list li{display:flex;gap:14px;padding:20px 0;border-bottom:1px solid var(--line);color:var(--ink-800);font-size:.93rem;font-weight:700}.fit-list svg{width:20px;flex-shrink:0;color:var(--teal-700)}.service-outcomes{background:var(--white)}.outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.outcome-grid article{min-height:270px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--cream-50)}.outcome-grid span{display:block;margin-bottom:68px;color:var(--teal-700);font-size:.68rem;font-weight:900}.outcome-grid h3{margin-bottom:12px;font-size:1.35rem}.outcome-grid p{margin-bottom:0;color:var(--slate-600);font-size:.88rem}.process-detail{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0;padding:0;list-style:none}.process-detail li{position:relative;isolation:isolate;overflow:hidden;min-height:230px;padding:30px;border:1px solid rgb(255 255 255/.16);border-radius:8px;background-position:50%;background-size:108%;box-shadow:0 18px 42px rgb(15 23 42/.12);color:white;transition:background-size .7s ease,border-color .26s ease,box-shadow .26s ease,transform .26s ease}.process-detail li:nth-child(2){--reveal-delay:70ms}.process-detail li:nth-child(3){--reveal-delay:140ms}.process-detail li:nth-child(4){--reveal-delay:210ms}.process-detail li:nth-child(5){--reveal-delay:280ms}.process-detail li:nth-child(6){--reveal-delay:350ms}.process-detail li:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgb(10 20 34/.24),rgb(10 20 34/.84)),linear-gradient(90deg,rgb(10 20 34/.78),rgb(10 20 34/.24));content:"";transition:opacity .26s ease}.process-detail li:after{position:absolute;inset:-1px;z-index:-1;transform:translateX(-115%) skewX(-12deg);background:linear-gradient(90deg,transparent,rgb(255 255 255/.16),transparent);content:"";transition:transform .72s ease}.process-detail li:hover{transform:translateY(-6px);border-color:rgb(255 255 255/.34);background-size:116%;box-shadow:0 24px 58px rgb(15 23 42/.18)}.process-detail li:hover:before{opacity:.92}.process-detail li:hover:after{transform:translateX(115%) skewX(-12deg)}.process-detail span{display:block;margin-bottom:70px;color:rgb(255 255 255/.76);font-size:.7rem;font-weight:900}.process-detail h3{margin-bottom:8px;color:white}.process-detail p{margin-bottom:0;color:rgb(255 255 255/.78);font-size:.86rem}.service-faq__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(48px,8vw,110px)}.service-faq__grid>div:first-child>svg{width:44px;height:44px;margin-bottom:24px;color:var(--teal-700)}.service-faq h2{margin-bottom:18px;font-size:clamp(2.2rem,4.5vw,4rem)}.service-faq__grid>div:first-child>p:not(.eyebrow){color:var(--slate-600)}.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid var(--line);border-radius:var(--radius-small);background:var(--white)}.faq-list summary{padding:20px 22px;color:var(--ink-950);font-weight:850;list-style-position:inside;cursor:pointer}.faq-list details p{margin:0;padding:0 22px 22px;color:var(--slate-600);font-size:.9rem}.collaboration-note{padding-top:0}.collaboration-note__inner{display:flex;align-items:center;gap:28px;padding:42px;border-radius:var(--radius-large);background:var(--teal-100)}.collaboration-note__inner>svg{width:44px;height:44px;flex-shrink:0;color:var(--teal-700)}.collaboration-note h2{margin-bottom:8px;font-size:clamp(1.6rem,3vw,2.8rem)}.collaboration-note p{max-width:780px;margin-bottom:0;color:var(--slate-600)}.talent-belief-grid{display:grid;grid-template-columns:1fr .9fr;gap:clamp(60px,10vw,140px)}.talent-belief-grid h2{margin-bottom:0;font-size:clamp(2.4rem,5vw,4.8rem)}.talent-belief-grid>div:last-child{padding-top:42px;color:var(--slate-600);font-size:1.04rem}.talent-pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.talent-pillar-grid article{min-height:320px;padding:30px;border:1px solid var(--line);border-radius:var(--radius-medium);background:var(--white)}.talent-pillar-grid small{display:block;margin-bottom:60px;color:var(--slate-500);font-weight:850}.talent-pillar-grid svg{margin-bottom:24px;color:var(--amber-600)}.talent-pillar-grid h3{margin-bottom:12px;font-size:1.5rem}.talent-pillar-grid p{margin-bottom:0;color:var(--slate-600);font-size:.88rem}.opportunity-panel{display:grid;grid-template-columns:auto 1fr 1fr;align-items:start;gap:36px;padding:clamp(34px,6vw,68px);border-radius:var(--radius-large);background:var(--ink-950);color:var(--white)}.opportunity-panel__icon{display:grid;width:66px;height:66px;place-items:center;border-radius:50%;background:rgba(104,216,206,.14);color:#68d8ce}.opportunity-panel .eyebrow{color:#68d8ce}.opportunity-panel h2{margin-bottom:0;color:var(--white);font-size:clamp(1.8rem,3vw,3.1rem)}.opportunity-panel ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.opportunity-panel li{display:flex;align-items:flex-start;gap:9px;color:rgba(255,255,255,.72);font-size:.84rem}.opportunity-panel li svg{width:17px;flex-shrink:0;color:#68d8ce}.talent-status{border-top:1px solid var(--line)}.talent-status__grid{display:flex;align-items:flex-end;justify-content:space-between;gap:50px}.talent-status__grid>div{max-width:780px}.talent-status h2{margin-bottom:18px;font-size:clamp(2rem,4vw,3.8rem)}.talent-status p:not(.eyebrow){margin-bottom:0;color:var(--slate-600)}.home-insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-insight-grid article{min-height:310px;padding:30px;border:1px solid var(--line);border-radius:var(--radius-medium);background:var(--white);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.home-insight-grid article:hover{transform:translateY(-4px);border-color:rgba(8,117,111,.35);box-shadow:var(--shadow-small)}.home-insight-grid svg{width:30px;height:30px;margin-bottom:48px;color:var(--teal-700)}.home-insight-grid span{display:block;margin-bottom:14px;color:var(--teal-700);font-size:.66rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.home-insight-grid h3{margin-bottom:14px;font-size:clamp(1.35rem,2.1vw,1.8rem)}.home-insight-grid p{margin-bottom:0;color:var(--slate-600);font-size:.9rem}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.insight-grid article{display:flex;min-height:430px;flex-direction:column;padding:34px;border:1px solid var(--line);border-radius:var(--radius-large);background:var(--white)}.insight-grid article>span{margin-bottom:80px;color:var(--teal-700);font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.insight-grid h2{margin-bottom:18px;font-size:clamp(1.65rem,2.7vw,2.45rem)}.insight-grid p{margin-bottom:30px;color:var(--slate-600);font-size:.9rem}.insight-grid small{margin-top:auto;color:var(--slate-500);font-size:.66rem;font-weight:750}.coming-soon{max-width:800px;text-align:center}.coming-soon>svg{width:46px;height:46px;margin-bottom:26px;color:var(--teal-700)}.coming-soon h2{margin-bottom:20px;font-size:clamp(2.3rem,5vw,4.6rem)}.coming-soon>p:not(.eyebrow){max-width:650px;margin:0 auto 28px;color:var(--slate-600)}.contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(50px,9vw,120px)}.contact-details>h2{margin-bottom:20px;font-size:clamp(2.2rem,4.5vw,4rem)}.contact-details>p:not(.eyebrow){margin-bottom:38px;color:var(--slate-600)}.contact-detail-row,.contact-details>a{display:flex;align-items:center;gap:14px;padding:18px 0;border-top:1px solid var(--line)}.contact-detail-row:last-of-type{border-bottom:1px solid var(--line)}.contact-detail-row>span,.contact-details>a>span{display:grid;width:42px;height:42px;flex-shrink:0;place-items:center;border-radius:50%;background:var(--teal-100);color:var(--teal-700)}.contact-details span svg{width:18px}.contact-detail-row>div,.contact-details>a>div{display:flex;min-width:0;flex-direction:column}.contact-details small{color:var(--slate-500);font-size:.67rem}.contact-details strong{overflow-wrap:anywhere;font-size:.88rem}.privacy-note{display:flex;gap:12px;margin-top:30px;padding:18px;border-radius:14px;background:var(--cream-100)}.privacy-note svg{width:19px;flex-shrink:0;color:var(--teal-700)}.privacy-note p{margin-bottom:0;color:var(--slate-600);font-size:.77rem}.contact-form{padding:clamp(28px,5vw,52px);border:1px solid var(--line);border-radius:var(--radius-large);background:var(--white);box-shadow:var(--shadow-small)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.contact-form label>span{color:var(--ink-800);font-size:.75rem;font-weight:850}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--cream-50);color:var(--ink-900);outline:none;transition:border-color .16s ease,box-shadow .16s ease}.contact-form input,.contact-form select{min-height:52px;padding:11px 14px}.contact-form textarea{min-height:170px;resize:vertical;padding:14px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--teal-600);box-shadow:0 0 0 4px rgba(11,143,134,.12)}.contact-form ::placeholder{color:#93a1a6}.contact-form .button{margin-top:5px}.form-note{margin:14px 0 0;color:var(--slate-500);font-size:.7rem}.legal-copy{max-width:820px}.legal-updated{margin-bottom:36px;color:var(--slate-500);font-size:.82rem;font-weight:750}.legal-copy h2{margin:42px 0 12px;font-size:1.5rem}.legal-copy p{color:var(--slate-600)}.legal-copy a{color:var(--teal-700);font-weight:750;text-decoration:underline;text-underline-offset:3px}.not-found{display:grid;min-height:70vh;place-items:center;padding-block:100px;text-align:center}.not-found__inner{max-width:700px}.not-found h1{margin-bottom:20px;font-size:clamp(2.8rem,6vw,5.8rem)}.not-found p:not(.eyebrow){max-width:560px;margin:0 auto 30px;color:var(--slate-600)}@media (max-width:1080px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:grid;margin-left:auto}.mobile-nav .menu-toggle{margin-left:0}.hero__inner{grid-template-columns:1fr .85fr;gap:34px}.hero-visual{min-height:520px}.product-card__body>p{min-height:auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.outcome-grid,.service-grid--full{grid-template-columns:repeat(2,1fr)}.process-list{grid-template-columns:repeat(3,1fr)}.process-section{background-attachment:scroll}.process-list li:nth-child(n+4){border-top:0}.talent-pillar-grid,.value-grid{grid-template-columns:repeat(2,1fr)}.opportunity-panel{grid-template-columns:auto 1fr}.opportunity-panel ul{grid-column:2}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media (max-width:820px){.container{width:min(calc(100% - 32px),var(--container))}.page-hero{min-height:450px}.hero__inner{grid-template-columns:1fr;padding-block:72px 40px}.hero,.hero__inner{min-height:auto}.hero-carousel{height:max(780px,100svh);min-height:780px}.hero-carousel__inner{height:100%;min-height:780px;justify-content:center;padding-block:126px 70px}.hero-carousel h1{min-height:2.25em}.hero-visual{width:min(100%,600px);min-height:540px;margin-inline:auto}.three-pillars{grid-template-columns:1fr}.three-pillars article{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.three-pillars article:last-child{border-bottom:0}.three-pillars svg{margin-bottom:32px}.service-grid{grid-template-columns:repeat(2,1fr)}.home-insight-grid,.talent-preview__grid{grid-template-columns:1fr}.talent-orbit{width:min(100%,500px);margin-inline:auto}.cta-band{min-height:400px;flex-direction:column;align-items:flex-start;justify-content:flex-end}.client-fit-grid,.contact-grid,.product-access,.product-context-grid,.product-detail__hero-grid,.service-faq__grid,.story-grid,.talent-belief-grid,.team-model__grid{grid-template-columns:1fr}.story-copy,.talent-belief-grid>div:last-child{padding-top:0}.product-access__actions{justify-content:flex-start}.product-detail__hero-grid{align-items:stretch}.feature-list{grid-template-columns:1fr}.feature-list article{min-height:auto}.feature-list span{margin-bottom:30px}.insight-grid{grid-template-columns:1fr}.insight-grid article{min-height:330px}.next-product a{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.container{width:min(calc(100% - 24px),var(--container))}.section{padding-block:70px}.section-heading-row{align-items:flex-start;flex-direction:column}.site-header__inner{min-height:68px}.logo{width:86px;height:32px}.logo--compact{width:82px;height:31px}.logo--light{width:100px;height:39px}.hero__copy h1{font-size:clamp(3rem,15vw,4.6rem)}.hero-carousel{height:830px;min-height:830px}.hero-carousel__inner{min-height:830px;justify-content:center;padding-block:112px 52px}.hero-carousel h1{min-height:3.45em;font-size:clamp(2.35rem,10.5vw,3.75rem)}.hero-carousel .hero__lead{min-height:8.4em}.process-detail{grid-template-columns:1fr}.process-detail li{min-height:220px}.hero__actions{align-items:stretch;flex-direction:column}.hero__actions .button{width:100%}.hero-visual{display:grid;min-height:auto;gap:12px}.hero-product{position:relative;inset:auto;width:100%;min-height:160px;transform:none}.hero-visual__centre{display:none}.product-grid{grid-template-columns:1fr}.product-card:last-child{display:block;grid-column:auto}.service-grid,.service-grid--full{grid-template-columns:1fr}.process-list{grid-template-columns:repeat(2,1fr)}.process-list li{border-top:1px solid rgb(255 255 255/.18)}.process-list li:nth-child(n+3){border-top:0}.process-list li:last-child{border-right:0}.talent-orbit{min-height:350px}.talent-orbit__centre{width:150px;height:150px;padding:24px}.talent-orbit__item{min-width:82px;min-height:40px;font-size:.65rem}.cta-band{min-height:430px;padding:30px 24px;border-radius:24px}.cta-band>.button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 24px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.page-hero{min-height:410px}.page-hero__content{padding-block:88px 62px}.page-hero h1{font-size:clamp(3rem,14vw,4.8rem)}.mission-grid{grid-template-columns:1fr}.mission-grid article{min-height:300px}.mission-grid span{margin-bottom:54px}.value-grid{grid-template-columns:1fr}.value-grid article{min-height:auto}.value-grid svg{margin-bottom:44px}.team-stack span:nth-child(2n){transform:none}.portfolio-proof__grid{grid-template-columns:1fr}.product-visual--large{min-height:430px;padding:18px;border-radius:22px}.feature-list{grid-template-columns:1fr}.process-detail{grid-template-columns:repeat(2,1fr)}.process-detail li{min-height:210px;padding:22px}.process-detail span{margin-bottom:54px}.collaboration-note__inner{align-items:flex-start;flex-direction:column;padding:28px}.talent-pillar-grid{grid-template-columns:1fr}.talent-pillar-grid article{min-height:auto}.talent-pillar-grid small{margin-bottom:40px}.opportunity-panel{grid-template-columns:1fr}.opportunity-panel ul{grid-column:auto}.talent-status__grid{align-items:flex-start;flex-direction:column}.form-row{grid-template-columns:1fr;gap:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.scroll-reveal{opacity:1!important;transform:none!important}}