:root{color:#16201c;background:#f7f3eb;font-family:Lato,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink: #16201c;--muted: #69736d;--paper: #f7f3eb;--cream: #fffaf0;--line: rgba(22, 32, 28, .14);--green: #0c6b52;--red: #c73d35;--gold: #c79637;--blue: #245c86;--brand: #1b4b3d;--shadow: 0 24px 70px rgba(31, 45, 39, .16);--header-height: 96px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}main{overflow:hidden}.site-header{position:sticky;z-index:20;top:0;left:0;display:grid;width:100%;min-height:var(--header-height);grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(20px,4vw,52px);padding:0 clamp(28px,4.8vw,86px);border-bottom:1px solid #dde2dc;background:#fffffff5;color:var(--ink);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-panel{position:absolute;top:calc(100% + 10px);right:clamp(18px,4.8vw,86px);width:min(420px,100%);border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 22px 50px #00000038;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand{display:inline-flex;align-items:center;min-width:0}.brand-mark{display:grid;width:52px;height:52px;place-items:center;border-radius:7px;background:var(--brand);color:#fff;font-size:1.45rem;font-weight:700;letter-spacing:0}nav,.header-actions{display:flex;align-items:center}nav{justify-content:flex-end;gap:clamp(12px,2vw,32px)}nav a,.language-button,.icon-button{min-height:42px;border-radius:0;color:#262b2f;font-size:clamp(.88rem,1vw,1.02rem);font-weight:700}nav a{display:inline-flex;align-items:center;padding:34px 0;border-bottom:2px solid transparent}.header-actions{justify-content:flex-end;gap:8px}.language-button,.icon-button{border:0;background:transparent;cursor:pointer}.language-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1;padding:0 14px;white-space:nowrap}.language-button span{display:inline-flex;align-items:center;font-size:1.22rem;line-height:1}.icon-button{display:grid;width:42px;place-items:center}nav a:hover,nav a.active,.language-button:hover,.icon-button:hover{background:transparent;color:var(--brand)}nav a:hover,nav a.active{border-bottom-color:var(--brand)}.panel-links,.menu-panel{display:grid}.panel-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.panel-links a,.menu-panel a{border-radius:8px;color:var(--ink);font-weight:700}.panel-links a{padding:12px;background:#f7f3eb}.menu-panel{padding:8px}.menu-panel a{padding:16px}.panel-links a:hover,.menu-panel a:hover{background:#eef1f6;color:var(--brand)}.hero{position:relative;min-height:92vh;display:grid;align-items:center;padding:92px max(24px,calc((100vw - 1120px)/2)) 92px;color:#fff}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover}.hero-shade{background:linear-gradient(90deg,#0a100eeb,#0a100ead 42%,#0a100e33),linear-gradient(0deg,#0a100eb8,#0a100e0d 42%)}.hero-content{position:relative;z-index:1;width:min(680px,100%)}.eyebrow,.section-kicker,.venture-label{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:var(--brand);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Playfair Display,Georgia,serif}h1{max-width:680px;margin-bottom:22px;font-size:clamp(3.6rem,8vw,7.4rem);line-height:.9}.hero-copy{max-width:620px;color:#fffaf0e0;font-size:clamp(1.08rem,2vw,1.35rem);line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.primary-action,.secondary-action,.text-link{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;border-radius:8px;font-weight:700}.primary-action{padding:14px 18px;background:#fffaf0;color:#16201c}.primary-action.dark{background:#16201c;color:#fffaf0}.secondary-action{padding:13px 17px;border:1px solid rgba(255,250,240,.4);color:#fffaf0}.intro-band,.pillars,.portfolio,.capabilities,.contact{padding-inline:max(24px,calc((100vw - 1120px)/2))}.intro-band{display:grid;grid-template-columns:1.15fr .85fr;gap:42px;padding-block:76px;background:#fffaf0;border-bottom:1px solid var(--line)}.intro-band h2,.section-heading h2,.capabilities h2,.contact h2{margin-bottom:0;color:var(--ink);font-size:clamp(2rem,4vw,4.2rem);line-height:1}.intro-band>p,.section-heading>p,.capabilities p{color:var(--muted);font-size:1.05rem;line-height:1.8}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.pillar{min-height:280px;padding:36px;background:var(--paper)}.icon-shell{display:grid;width:48px;height:48px;place-items:center;border-radius:8px;background:#e7f0e7;color:var(--green)}.pillar:nth-child(2) .icon-shell{background:#f6e6e0;color:var(--red)}.pillar:nth-child(3) .icon-shell{background:#e2edf4;color:var(--blue)}.pillar h3{margin:22px 0 10px;font-size:1.35rem}.pillar p{margin:0;color:var(--muted);line-height:1.7}.portfolio{padding-block:88px;background:var(--paper)}.section-heading{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:end;margin-bottom:44px}.section-heading .section-kicker{grid-column:1 / -1;margin-bottom:-22px}.venture-list{display:grid;gap:22px}.venture{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fffaf0;box-shadow:var(--shadow)}.venture-media{min-height:420px;background:#dfe6df}.venture-media img{width:100%;height:100%;object-fit:cover}.venture-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,58px)}.venture-label{margin-bottom:16px}.venture.consulting .venture-label{color:var(--blue)}.venture.education .venture-label{color:var(--green)}.venture.delivery .venture-label{color:var(--red)}.venture h3{margin-bottom:0;color:var(--ink);font-size:clamp(2rem,3.6vw,3.7rem);line-height:1}.venture-name,.ecosystem-title{display:flex;align-items:center;gap:14px;margin-bottom:14px;min-width:0}.ecosystem-title{margin-bottom:12px}.ecosystem-title h2{margin:0}.company-logo{display:grid;min-width:56px;max-width:56px;width:56px;min-height:56px;max-height:56px;height:56px;flex:0 0 56px;place-items:center;overflow:hidden;border-radius:8px;background:var(--brand);color:#fff;font-size:1.5rem;font-weight:700;line-height:1}.company-logo.blue{background:#1f5fbf}.company-logo.green{background:#79bf58}.company-logo.logo-image{background:transparent}.company-logo img{display:block;width:100%;height:100%;object-fit:contain}.venture p{color:var(--muted);font-size:1.03rem;line-height:1.75}.venture ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:22px 0 0;list-style:none}.venture li{padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#ffffffad;color:#37443d;font-size:.88rem;font-weight:700}.text-link{justify-content:flex-start;width:fit-content;margin-top:26px;color:var(--ink)}.capabilities{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:start;padding-block:82px;background:#123429;color:#fffaf0}.capabilities h2{color:#fffaf0}.capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.capability-grid span{display:flex;min-height:72px;align-items:center;gap:12px;padding:18px;border:1px solid rgba(255,250,240,.16);border-radius:8px;background:#ffffff0f;color:#fffaf0e6;font-weight:700}.contact{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-block:72px;background:#fffaf0}.contact h2{max-width:720px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px clamp(28px,4.8vw,86px);border-top:1px solid var(--line);background:#fff;color:var(--muted)}.site-footer .brand-mark{width:40px;height:40px;font-size:1.08rem}.site-footer p{margin:0;font-size:.92rem;line-height:1.5;text-align:right}.page-hero,.page-section,.product-showcase{padding-inline:max(24px,calc((100vw - 1120px)/2))}.page-hero{padding-block:94px 72px;background:#fff;border-bottom:1px solid var(--line)}.page-hero h1{max-width:930px;color:var(--ink);font-size:clamp(2.8rem,6vw,6.4rem);line-height:.96}.page-hero>p:last-child{max-width:760px;color:var(--muted);font-size:clamp(1.05rem,1.8vw,1.28rem);line-height:1.75}.page-section{padding-block:78px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;background:var(--paper)}.service-card,.principle{border:1px solid var(--line);border-radius:8px;background:#fffaf0;padding:clamp(26px,4vw,44px)}.service-card h2,.principle h2,.ecosystem-row h2{margin-bottom:12px;color:var(--ink);font-size:clamp(1.6rem,3vw,2.7rem);line-height:1.05}.service-card p,.principle p,.ecosystem-row p{color:var(--muted);line-height:1.75}.ecosystem-list{display:grid;gap:22px;background:var(--paper)}.ecosystem-row{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,.58fr);gap:clamp(24px,5vw,56px);align-items:center;border-bottom:1px solid var(--line);padding-bottom:34px}.ecosystem-row img{width:100%;aspect-ratio:16 / 10;border-radius:8px;object-fit:cover}.principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;background:var(--paper)}.principle span{display:block;margin-bottom:28px;color:var(--brand);font-size:.88rem;font-weight:700}.product-showcase{padding-block:78px;background:#fffaf0;border-top:1px solid var(--line)}.product-showcase:nth-of-type(2n){background:var(--paper)}.product-showcase-heading{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;align-items:end;margin-bottom:34px}.product-showcase-heading .section-kicker{grid-column:1 / -1;margin-bottom:-16px}.product-showcase-heading h2{margin:0;color:var(--ink);font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,4.2rem);line-height:1}.product-showcase-heading p{margin:0;color:var(--muted);font-size:1.04rem;line-height:1.75}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 16px 46px #1f2d2714}.product-media{display:grid;min-height:270px;place-items:center;background:linear-gradient(135deg,#eef5ef,#f8fbf7)}.product-media img{width:min(220px,58%);height:auto;max-height:190px;object-fit:contain}.product-logo-text{display:grid;width:min(260px,70%);aspect-ratio:1;place-items:center;border-radius:24px;background:var(--brand);color:#fff;font-size:clamp(1.6rem,3vw,2.7rem);font-weight:700;line-height:1.05;padding:24px;text-align:center}.product-card-content{padding:clamp(24px,4vw,38px)}.product-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px}.product-meta span,.product-meta strong{display:inline-flex;min-height:30px;align-items:center;border-radius:8px;padding:6px 10px;font-size:.78rem;font-weight:700}.product-meta span{background:#1b4b3d1a;color:var(--brand)}.product-meta strong{background:#f3ead7;color:#7a5720}.product-card h3{margin-bottom:12px;color:var(--ink);font-size:clamp(1.8rem,3vw,3rem);line-height:1}.product-card p{color:var(--muted);line-height:1.72}.product-card ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:20px 0 0;list-style:none}.product-card li{border:1px solid var(--line);border-radius:8px;padding:8px 10px;color:#37443d;font-size:.86rem;font-weight:700}@media(max-width:1040px){.site-header{grid-template-columns:auto auto;justify-content:space-between}nav{display:none}}@media(max-width:860px){.hero{min-height:88vh}.intro-band,.section-heading,.capabilities,.contact,.pillars,.venture{grid-template-columns:1fr}.venture-media{min-height:280px}.contact{display:grid}.service-grid,.ecosystem-row,.principles,.product-showcase-heading,.product-grid{grid-template-columns:1fr}}@media(max-width:560px){.site-header{min-height:82px;padding-inline:20px;gap:12px}.brand-mark{width:46px;height:46px}.company-logo{min-width:48px;max-width:48px;width:48px;min-height:48px;max-height:48px;height:48px;flex-basis:48px;font-size:1.3rem}.header-actions{gap:6px}.language-button{padding:0 10px;font-size:.82rem}.icon-button{width:38px}.hero{min-height:94vh;padding-bottom:64px}h1{font-size:3.35rem}.intro-band,.portfolio,.capabilities,.contact,.page-section{padding-block:58px}.page-hero{padding-block:62px 54px}.pillar{min-height:auto;padding:28px 24px}.capability-grid{grid-template-columns:1fr}.hero-actions,.primary-action,.secondary-action{width:100%}.site-footer{align-items:flex-start;flex-direction:column}.site-footer p{text-align:left}}
