:root{--navy:#071B3A;--navy2:#0d2a52;--sage:#8AA78B;--sage2:#b8c9b8;--paper:#f7f8f5;--white:#fff;--ink:#111820;--muted:#66717b;--line:#cfd6d0;--radius:8px;--shadow:0 20px 60px rgba(7,27,58,.10);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding-bottom:58px;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.025;background-image:radial-gradient(#071B3A .6px,transparent .6px);background-size:8px 8px;z-index:-1}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.inner{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.site-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--line)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;object-fit:contain}.brand-name{font-size:.86rem;font-weight:800;letter-spacing:.16em;color:var(--navy)}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:.83rem;font-weight:650;color:var(--navy)}.desktop-nav a:not(.nav-cta){opacity:.78}.nav-cta{border:1px solid var(--navy);border-radius:5px;padding:9px 16px}.nav-install{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--sage);border-radius:5px;padding:9px 14px;background:var(--sage);color:var(--navy);font-weight:750}.nav-install[hidden]{display:none}.menu-toggle,.mobile-nav{display:none}.hero{background:var(--navy);color:#fff;min-height:650px;display:flex;align-items:center;overflow:hidden;padding-top:var(--header-h)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center}.eyebrow{display:block;font-size:.72rem;letter-spacing:.19em;font-weight:800;text-transform:uppercase;color:var(--sage)}.hero h1{font-size:clamp(3.2rem,7vw,6.5rem);line-height:.94;letter-spacing:-.055em;max-width:760px;margin:20px 0 28px;font-weight:750}.hero-copy{font-size:1.15rem;line-height:1.65;max-width:620px;color:#d7dee8}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:5px;padding:12px 19px;font-weight:750;transition:.2s transform,.2s box-shadow,.2s background}.button:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.button-sage{background:var(--sage);color:var(--navy)}.button-dark{background:var(--navy);color:#fff}.text-link{background:none;border:0;padding:0;color:var(--navy);font-weight:750}.text-link.light{color:#fff}.hero-visual{min-height:430px;position:relative;display:grid;place-items:center;isolation:isolate}.hero-visual:before,.hero-visual:after{content:"";position:absolute;border:1px solid rgba(138,167,139,.35);border-radius:50%;pointer-events:none}.hero-visual:before{width:430px;height:430px;box-shadow:0 0 0 55px rgba(138,167,139,.035),0 0 0 110px rgba(138,167,139,.02)}.hero-visual:after{width:300px;height:300px;border-color:rgba(255,255,255,.08)}.hero-brain-core{position:relative;z-index:3;width:235px;height:235px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,rgba(138,167,139,.12),rgba(7,27,58,.15) 62%,transparent 70%)}.hero-brain{display:block;width:235px;height:235px;object-fit:contain;filter:drop-shadow(0 16px 28px rgba(0,0,0,.25))}.orbit-system{position:absolute;left:50%;top:50%;width:430px;height:430px;transform:translate(-50%,-50%);border:1px solid rgba(138,167,139,.22);border-radius:50%;animation:orbit-system-spin 18s linear infinite;z-index:4;pointer-events:none}.orbit-system:before{content:"";position:absolute;inset:55px;border:1px dashed rgba(255,255,255,.08);border-radius:50%}.orbit-item{position:absolute;left:50%;top:50%;width:0;height:0}.orbit-item-one{transform:rotate(0deg) translateY(-215px)}.orbit-item-two{transform:rotate(120deg) translateY(-215px)}.orbit-item-three{transform:rotate(240deg) translateY(-215px)}.orb-label{display:block;transform:translate(-50%,-50%) rotate(0deg);border:1px solid rgba(255,255,255,.28);border-radius:99px;padding:8px 13px;font-size:.62rem;letter-spacing:.14em;color:#e4ebe6;background:rgba(7,27,58,.82);backdrop-filter:blur(7px);white-space:nowrap;box-shadow:0 8px 22px rgba(0,0,0,.16);pointer-events:none}.hero-visual:after{width:300px;height:300px;border-color:rgba(255,255,255,.08)}@keyframes orbit-system-spin{from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}
/* Keep each orbit label horizontal while its parent orbit rotates. The second and third labels need their initial counter-rotation offset (120°/240°). */
.orbit-item-one .orb-label{animation:orbit-label-one 18s linear infinite}
.orbit-item-two .orb-label{animation:orbit-label-two 18s linear infinite}
.orbit-item-three .orb-label{animation:orbit-label-three 18s linear infinite}
@keyframes orbit-label-one{from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(-360deg)}}
@keyframes orbit-label-two{from{transform:translate(-50%,-50%) rotate(-120deg)}to{transform:translate(-50%,-50%) rotate(-480deg)}}
@keyframes orbit-label-three{from{transform:translate(-50%,-50%) rotate(-240deg)}to{transform:translate(-50%,-50%) rotate(-600deg)}}.section{padding:110px 0}.section-intro{max-width:760px}.section-intro h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1.03;letter-spacing:-.04em;margin:14px 0 18px;color:var(--navy)}.section-intro p{color:var(--muted);font-size:1.05rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.carousel-controls{display:flex;gap:8px}.carousel-btn{width:44px;height:44px;border:1px solid var(--line);background:transparent;border-radius:50%;color:var(--navy)}.carousel-btn:hover{background:var(--navy);color:#fff}.carousel-viewport{overflow:hidden;margin-top:42px}.service-track{display:flex;gap:14px;transition:transform .55s cubic-bezier(.22,.61,.36,1)}.service-card{flex:0 0 calc(25% - 11px);min-height:300px;border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:rgba(255,255,255,.55);display:flex;flex-direction:column;transition:.3s transform,.3s background,.3s border-color}.service-card:hover,.service-card.active{transform:translateY(-6px);background:#fff;border-color:var(--sage)}.service-number{font-size:.72rem;color:var(--sage);font-weight:800;letter-spacing:.15em}.service-card h3{color:var(--navy);font-size:1.35rem;line-height:1.15;margin:55px 0 12px}.service-card p{color:var(--muted);margin:0 0 24px}.service-card .text-link{margin-top:auto;text-align:left}.detail-wrap{margin-top:36px}.service-detail{border:1px solid var(--line);border-radius:var(--radius);background:#fff;display:grid;grid-template-columns:1.2fr .8fr;min-height:330px;overflow:hidden}.detail-copy{padding:44px}.detail-copy h2{color:var(--navy);font-size:2.6rem;line-height:1.05;margin:10px 0 14px}.lead{font-size:1.05rem;color:var(--muted);max-width:650px}.detail-points{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;padding:0;list-style:none;color:var(--navy);font-weight:650;margin:22px 0}.detail-points li:before{content:"— ";color:var(--sage)}.detail-visual{background:var(--navy);display:grid;place-items:center;position:relative}.detail-visual:before{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(138,167,139,.5);border-radius:50%}.detail-monogram{font-size:5rem;font-weight:800;color:var(--sage);letter-spacing:-.08em}.approach{background:#fff}.approach-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:55px}.approach-step{border-top:1px solid var(--line);padding:25px 25px 15px 0;min-height:230px}.approach-step:not(:first-child){padding-left:25px;border-left:1px solid var(--line)}.step-no{font-size:.72rem;color:var(--sage);font-weight:800}.approach-step h3{font-size:1.4rem;color:var(--navy);margin:35px 0 10px}.approach-step p{color:var(--muted)}.insights{background:var(--paper)}.insight-grid,.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:45px}.insight-card,.case-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;min-height:290px;display:flex;flex-direction:column}.insight-cat,.case-cat{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:800}.insight-card h3,.case-card h3{font-size:1.45rem;line-height:1.2;color:var(--navy);margin:45px 0 12px}.insight-card p,.case-card p{color:var(--muted)}.insight-card .text-link{margin-top:auto;text-align:left}.cases{background:var(--navy);color:#fff}.cases .section-intro h2{color:#fff}.cases .section-intro p{color:#bfcbd9}.case-card{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.18)}.case-card h3{color:#fff}.case-card p{color:#bdc8d5}.contact{background:#dfe7df}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.contact-copy h2{font-size:clamp(2.5rem,5vw,4.6rem);line-height:1;letter-spacing:-.045em;color:var(--navy);margin:16px 0}.contact-copy p{color:#51605b;max-width:510px}.contact-form{border:1px solid rgba(7,27,58,.18);border-radius:var(--radius);padding:30px;background:rgba(255,255,255,.55)}.contact-form label{display:block;color:var(--navy);font-weight:700;font-size:.82rem;margin-bottom:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form input:not([type=checkbox]),.contact-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #b7c2b9;border-radius:4px;background:#fff;padding:12px 13px;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(7,27,58,.08)}.consent{font-size:.72rem;font-weight:500!important;color:#53615a!important}.consent input{margin-right:7px}.form-status{margin-top:14px}.form-message{padding:14px;border-radius:5px}.form-message.success{background:#e6f0e7;color:#234b2b}.form-message.error{background:#f7e7e7;color:#6b2424}.footer{background:rgba(255,255,255,.97);padding:14px 0;position:fixed;left:0;right:0;bottom:0;z-index:95;border-top:1px solid var(--line);box-shadow:0 -4px 18px rgba(7,27,58,.06)}.fixed-footer{min-height:58px}.footer-grid{display:flex;justify-content:space-between;gap:30px}.footer-brand .brand-mark{width:34px;height:34px}.footer p{color:var(--muted);font-size:.85rem}.footer-links{display:flex;gap:25px;font-size:.8rem;color:var(--navy);font-weight:700}.footer-bottom{border-top:1px solid var(--line);padding-top:18px;margin-top:35px;font-size:.7rem;color:var(--muted)}.cookie-banner{position:fixed;z-index:50;left:18px;right:18px;bottom:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px}.cookie-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-inner p{margin:0;font-size:.8rem;color:var(--muted)}.cookie-actions{display:flex;align-items:center;gap:12px;flex:none}.cookie-secondary{border:0;background:none;color:var(--navy);font-weight:750}.reveal{opacity:0;transform:translateY(18px);animation:reveal .8s .05s forwards}.reveal-delay-1{animation-delay:.15s}.reveal-delay-2{animation-delay:.25s}.reveal-delay-3{animation-delay:.35s}@keyframes reveal{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}@media(max-width:900px){.desktop-nav{display:none}.site-header > .nav-install.pwa-install{display:none}.menu-toggle{display:block;background:none;border:1px solid var(--navy);border-radius:5px;padding:8px 13px;color:var(--navy);font-weight:750}.mobile-nav{display:none;position:absolute;left:24px;right:24px;top:70px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:8px;z-index:30}.mobile-nav.open{display:grid}.mobile-nav a{padding:12px;border-bottom:1px solid var(--line);font-weight:700;color:var(--navy)}.mobile-nav a:last-child{border:0}.mobile-nav-cta{background:var(--navy);color:#fff!important;border-radius:4px;margin-top:5px}.mobile-nav .nav-install{width:100%;margin-top:6px}.mobile-nav .nav-install[hidden]{display:none}.hero{min-height:auto;padding:80px 0}.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:330px;order:-1}.hero-visual:before{width:280px;height:280px}.hero-brain-core{width:170px;height:170px}.hero-brain{width:170px;height:170px}.hero-visual:before{width:300px;height:300px}.hero-visual:after{width:220px;height:220px}.orbit-system{width:310px;height:310px}.orbit-item-one{transform:rotate(0deg) translateY(-155px)}.orbit-item-two{transform:rotate(120deg) translateY(-155px)}.orbit-item-three{transform:rotate(240deg) translateY(-155px)}.service-card{flex-basis:72%}.approach-grid{grid-template-columns:1fr 1fr}.approach-step:not(:first-child){border-left:0;padding-left:0}.approach-step:nth-child(odd){border-right:1px solid var(--line);padding-right:22px}.insight-grid,.case-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:35px}.footer-grid{flex-direction:column}.section{padding:80px 0}.cookie-inner{align-items:flex-start;flex-direction:column}.cookie-actions{width:100%}}
@media(max-width:600px){.inner{width:min(calc(100% - 32px),var(--max))}.site-header{height:70px}.brand-mark{width:36px;height:36px}.hero{padding:calc(var(--header-h) + 60px) 0 60px}.hero h1{font-size:3.3rem}.hero-copy{font-size:1rem}.hero-actions{align-items:flex-start;flex-direction:column}.section-head{align-items:flex-start}.section-intro h2{font-size:2.4rem}.service-card{flex-basis:86%;min-height:280px}.service-detail{grid-template-columns:1fr}.detail-copy{padding:28px}.detail-copy h2{font-size:2.1rem}.detail-visual{min-height:190px}.detail-points{grid-template-columns:1fr}.approach-grid{grid-template-columns:1fr}.approach-step:nth-child(odd){border-right:0;padding-right:0}.form-row{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.cookie-actions{flex-direction:column;align-items:stretch}.cookie-actions .button,.cookie-secondary{width:100%}}

/* Fixed chrome + refined brand treatment */
:root{--header-h:78px;--footer-h:68px}
html{scroll-padding-top:calc(var(--header-h) + 18px);scroll-behavior:smooth}
body{padding-top:var(--header-h);padding-bottom:var(--footer-h)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 5px 22px rgba(7,27,58,.06)}
.site-header.inner{width:100%;max-width:none;padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2))}
.brand{display:flex;align-items:center;gap:11px;color:var(--navy)}
.brand-mark{width:46px;height:46px;object-fit:contain;display:block}
.brand-lockup{display:flex;flex-direction:column;line-height:1;letter-spacing:.18em;font-family:Georgia,serif;font-weight:700}
.brand-lockup small{font-family:inherit;font-size:.42em;letter-spacing:.34em;color:var(--sage);margin-top:6px;font-weight:600}
.desktop-nav a{position:relative}
.desktop-nav a:not(.nav-cta):after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:1px;background:var(--sage);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}
.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform:scaleX(1)}
.footer{position:fixed;left:0;right:0;bottom:0;z-index:1000;height:var(--footer-h);padding:0;background:rgba(7,27,58,.98);color:#fff;border-top:1px solid rgba(255,255,255,.16);box-shadow:0 -6px 22px rgba(7,27,58,.10);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.footer-grid{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-brand{color:#fff!important}.footer-brand .brand-mark{width:38px;height:38px}.footer-brand .brand-name{color:#fff}
.footer-grid>div:first-child{display:flex;align-items:center;gap:14px}.footer-grid>div:first-child p{margin:0;color:#b9c6d5;font-size:.72rem}
.footer-links{align-items:center;color:#fff}.footer-links a{color:#dbe3ea!important;font-size:.72rem}
.footer-bottom{position:absolute;right:20px;bottom:4px;border:0;padding:0;margin:0;color:#8292a4;font-size:.55rem}
.cookie-banner{bottom:calc(var(--footer-h) + 18px)}
@media(max-width:900px){:root{--header-h:70px;--footer-h:62px}.site-header{height:var(--header-h)}.site-header.inner{padding-left:16px;padding-right:16px}.brand-mark{width:40px;height:40px}.brand-lockup{font-size:.95rem}.mobile-nav{position:fixed;left:16px;right:16px;top:calc(var(--header-h) + 8px);max-height:calc(100vh - var(--header-h) - var(--footer-h) - 24px);overflow:auto}.footer-grid{padding:0 16px}.footer-grid>div:first-child p,.footer-bottom{display:none}.footer-links{width:100%;justify-content:space-between;gap:8px}.footer-links a{padding:10px 7px}.cookie-banner{bottom:calc(var(--footer-h) + 12px)}}
@media(max-width:600px){.brand-lockup{font-size:.82rem}.brand-lockup small{font-size:.43em;margin-top:5px}.footer{height:var(--footer-h)}.footer-brand{display:none!important}.footer-grid{justify-content:center}.footer-links{justify-content:space-around}.footer-links a{font-size:.68rem}.cookie-banner{bottom:calc(var(--footer-h) + 10px)}}

/* Final fixed footer correction */
body{padding-bottom:calc(var(--footer-h) + env(safe-area-inset-bottom));}
.footer{position:fixed;left:0;right:0;bottom:0;width:100%;height:var(--footer-h);padding:0;background:rgba(7,27,58,.98);color:#fff;border-top:1px solid rgba(255,255,255,.16);box-shadow:0 -6px 22px rgba(7,27,58,.10);z-index:1000;overflow:hidden;}
.footer-grid{height:100%;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:28px;}
.footer-identity{display:flex;align-items:center;gap:14px;min-width:0;}
.footer-identity p{margin:0;color:#b9c6d5;font-size:.72rem;white-space:nowrap;}
.footer-brand{color:#fff!important;flex:none;}
.footer-brand .brand-mark{width:38px;height:38px;}
.footer-brand .brand-name{color:#fff;}
.footer-links{display:flex;align-items:center;gap:22px;white-space:nowrap;}
.footer-links a{color:#dbe3ea!important;font-size:.72rem;}
.footer-copyright{color:#8292a4;font-size:.62rem;white-space:nowrap;}
@media(max-width:900px){
  .footer-grid{padding:0 16px;grid-template-columns:1fr auto;gap:12px;}
  .footer-identity p,.footer-copyright{display:none;}
  .footer-links{width:100%;justify-content:space-between;gap:8px;}
  .footer-links a{padding:10px 7px;font-size:.68rem;}
}
@media(max-width:600px){
  .footer{height:var(--footer-h);}
  .footer-grid{display:block;padding:0 10px;}
  .footer-brand{display:none;}
  .footer-links{height:100%;justify-content:space-around;}
}

/* v3 brand, mobile-first hero and dynamic service graphics */
.brand-image-only{display:flex;align-items:center}.brand-image-only .brand-mark{width:190px;height:auto;max-height:54px;object-fit:contain}.footer-brand{display:flex;align-items:center}.footer-logo-image{width:220px;height:auto;max-height:40px;object-fit:contain;display:block}
.hero{min-height:560px;padding-top:var(--header-h);background:linear-gradient(120deg,#071B3A 0%,#0B284C 62%,#102E4D 100%)}
.hero-grid{grid-template-columns:1.05fr .95fr;gap:64px}.hero h1{font-size:clamp(3rem,6vw,5.5rem);max-width:720px}.hero-visual{min-height:400px;display:grid;place-items:center;position:relative}.hero-visual:before{content:"";position:absolute;width:min(36vw,430px);aspect-ratio:1;border:1px solid rgba(138,167,139,.22);border-radius:50%}.hero-visual-card{width:min(100%,520px);aspect-ratio:1.2;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.045);display:grid;place-items:center;box-shadow:0 28px 80px rgba(0,0,0,.22);backdrop-filter:blur(8px)}.hero-ai{width:86%;height:auto;display:block}.service-graphic{width:100%;height:auto;display:block}.detail-visual{overflow:hidden;min-height:330px}.detail-visual .service-graphic{width:100%;height:100%;object-fit:cover}.detail-monogram{display:none}
@media(max-width:900px){.brand-image-only .brand-mark{width:170px}.hero{padding:88px 0 72px}.hero-grid{grid-template-columns:1fr;gap:42px}.hero-content{max-width:760px}.hero-visual{order:2;min-height:300px}.hero-visual:before{width:290px}.hero-visual-card{width:min(100%,430px)}.hero-ai{width:88%}.footer-logo-image{width:180px}}
@media(max-width:600px){.brand-image-only .brand-mark{width:150px}.hero{padding:78px 0 56px}.hero-grid{gap:34px}.hero h1{font-size:clamp(2.6rem,13vw,3.5rem);line-height:.98}.hero-copy{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch;gap:18px}.hero-actions .button{width:100%}.hero-actions .text-link{align-self:flex-start}.hero-visual{min-height:240px}.hero-visual:before{width:230px}.hero-visual-card{width:100%;border-radius:14px}.hero-ai{width:94%}.service-detail{grid-template-columns:1fr}.detail-visual{min-height:220px;order:-1}.detail-visual .service-graphic{height:220px;object-fit:cover}.footer-logo-image{width:160px}}

/* v4: simplified professional hero and properly sized responsive brand assets */
.brand-image-only .brand-mark{
  width:230px;
  height:auto;
  max-height:58px;
  object-fit:contain;
}
.footer-logo-image{
  width:175px;
  height:auto;
  max-height:42px;
  object-fit:contain;
}
.hero{
  min-height:0;
  padding:96px 0 88px;
  background:
    radial-gradient(circle at 78% 28%, rgba(138,167,139,.10), transparent 30%),
    linear-gradient(120deg,#071B3A 0%,#0b284c 100%);
}
.hero-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:72px;
  align-items:center;
}
.hero h1{
  max-width:760px;
  font-size:clamp(3.1rem,6vw,5.8rem);
}
.hero-visual{
  min-height:0;
  display:block;
}
.hero-visual:before,
.hero-visual:after{
  display:none;
}
.hero-visual-card{
  width:100%;
  max-width:500px;
  aspect-ratio:auto;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  padding:30px;
  display:block;
  box-shadow:0 24px 60px rgba(0,0,0,.18);
  backdrop-filter:blur(8px);
}
.hero-ai-panel{
  width:100%;
}
.hero-ai-mark{
  width:72px;
  height:72px;
  border:1px solid rgba(138,167,139,.65);
  border-radius:10px;
  display:grid;
  place-items:center;
  color:var(--sage2);
  font:700 1.65rem/1 Georgia,serif;
  letter-spacing:.06em;
  margin-bottom:22px;
}
.hero-ai-title{
  color:#fff;
  font:400 clamp(1.35rem,2.2vw,1.8rem)/1.2 Georgia,serif;
  max-width:350px;
  margin-bottom:28px;
}
.hero-capabilities{
  border-top:1px solid rgba(255,255,255,.14);
}
.hero-capability{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:14px;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.hero-cap-no{
  color:var(--sage);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.12em;
  padding-top:2px;
}
.hero-cap-copy strong{
  display:block;
  color:#fff;
  font-size:.92rem;
  margin-bottom:3px;
}
.hero-cap-copy p{
  margin:0;
  color:#bdc9d5;
  font-size:.78rem;
  line-height:1.5;
}
.hero-ai{
  display:none;
}
@media(max-width:900px){
  .brand-image-only .brand-mark{
    width:220px;
    max-width:calc(100vw - 92px);
    max-height:54px;
  }
  .hero{
    padding:62px 0 64px;
  }
  .hero-grid{
    grid-template-columns:1fr;
    gap:42px;
  }
  .hero-content{
    max-width:760px;
  }
  .hero-visual{
    order:2;
  }
  .hero-visual-card{
    max-width:none;
  }
}
@media(max-width:600px){
  .brand-image-only .brand-mark{
    width:210px;
    max-width:calc(100vw - 78px);
    max-height:50px;
  }
  .hero{
    padding:46px 0 50px;
  }
  .hero-grid{
    gap:30px;
  }
  .hero h1{
    font-size:clamp(2.55rem,12.5vw,3.5rem);
    line-height:1;
  }
  .hero-copy{
    font-size:.98rem;
  }
  .hero-actions{
    margin-top:28px;
  }
  .hero-visual-card{
    padding:22px;
    border-radius:10px;
  }
  .hero-ai-mark{
    width:58px;
    height:58px;
    font-size:1.35rem;
    margin-bottom:18px;
  }
  .hero-ai-title{
    font-size:1.3rem;
    margin-bottom:20px;
  }
  .hero-capability{
    padding:15px 0;
  }
  .hero-cap-copy p{
    font-size:.75rem;
  }
  .footer-logo-image{
    width:150px;
    max-height:36px;
  }
}

/* v5: three dedicated logo treatments, simple full-screen hero, richer approach, infinite services carousel */
.desktop-brand-logo{display:flex!important}
.mobile-brand-logo{display:none!important}
.navbar-logo-image{display:block;width:230px;height:auto;max-height:54px;object-fit:contain}
.mobile-logo-image{display:block;width:46px;height:46px;object-fit:contain}
.footer-logo-image{display:block;width:150px;height:auto;max-height:30px;object-fit:contain}

.hero-simple{
  min-height:calc(100svh - var(--header-h) - var(--footer-h));
  display:flex;
  align-items:center;
  background:linear-gradient(135deg,#071B3A 0%,#0a2548 58%,#0d2a52 100%);
  padding:64px 0;
}
.hero-simple .hero-content-centered{
  text-align:left;
}
.hero-simple .hero-content-centered::after{
  content:"";
  display:block;
  width:96px;
  height:2px;
  margin-top:42px;
  background:var(--sage);
}
.hero-simple .hero-content-centered .eyebrow{color:var(--sage2)}
.hero-simple h1{
  max-width:900px;
  margin:18px 0 24px;
  color:#fff;
  font-size:clamp(3.8rem,8vw,7.4rem);
  line-height:.96;
  letter-spacing:-.055em;
}
.hero-simple .hero-copy{
  max-width:720px;
  color:#c7d1dc;
  font-size:clamp(1rem,1.5vw,1.2rem);
}
.hero-simple .hero-actions{margin-top:34px}

/* Keep the focus card's full border intact while giving it a subtle visual emphasis. */
.service-card{border:1px solid var(--line);border-top:1px solid var(--line);}
.service-card.active{
  background:#edf3ee;
  border:1px solid var(--line);
  border-top:1px solid var(--line);
  box-shadow:inset 0 3px 0 var(--sage), 0 12px 28px rgba(7,27,58,.08);
  transform:translateY(-4px);
}
.service-card.active:hover{border-color:var(--line);border-top-color:var(--line)}

.approach-value-wrap{margin-top:78px}
.approach-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.approach-value{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:var(--paper);min-height:190px}
.value-no{display:block;color:var(--sage);font-size:.7rem;font-weight:800;letter-spacing:.15em}
.approach-value h3{color:var(--navy);font-size:1.25rem;margin:30px 0 10px}
.approach-value p{color:var(--muted);margin:0}

@media(max-width:900px){
  .desktop-brand-logo{display:none!important}
  .mobile-brand-logo{display:flex!important}
  .navbar-logo-image{display:none}
  .mobile-logo-image{width:48px;height:48px}
  .footer-logo-image{width:150px;max-height:30px}
  .hero-simple{min-height:calc(100svh - var(--header-h) - var(--footer-h));padding:46px 0}
  .hero-simple h1{font-size:clamp(3.1rem,11vw,5.4rem)}
  .hero-simple .hero-copy{max-width:650px}
  .approach-value-grid{grid-template-columns:1fr}
}

@media(max-width:600px){
  .mobile-logo-image{width:50px;height:50px}
  .site-header.inner{padding-left:14px;padding-right:14px}
  .hero-simple{min-height:calc(100svh - var(--header-h) - var(--footer-h));padding:34px 0 40px}
  .hero-simple .hero-content-centered{width:min(calc(100% - 32px),var(--max))}
  .hero-simple h1{font-size:clamp(2.9rem,14vw,4.2rem);line-height:.94;margin-top:16px}
  .hero-simple .hero-copy{font-size:1rem;line-height:1.55}
  .hero-simple .hero-actions{margin-top:28px;gap:18px}
  .hero-simple .hero-actions .button{width:100%}
  .hero-simple .hero-actions .text-link{align-self:flex-start}
  .hero-simple .hero-content-centered::after{margin-top:32px}
  .approach-value-wrap{margin-top:58px}
  .approach-value{min-height:0}
  .footer-logo-image{width:130px;max-height:28px}
}

/* v6 refinements: stronger footer contrast, mobile wordmark, cleaner hero */
.mobile-brand-lockup{display:flex;align-items:center;gap:10px}
.mobile-brand-copy{display:flex;flex-direction:column;line-height:1;gap:4px}
.mobile-brand-euripides{font-family:Georgia,"Times New Roman",serif;font-size:1rem;font-weight:700;letter-spacing:.10em;color:var(--navy)}
.mobile-brand-consultancy{font-size:.56rem;font-weight:750;letter-spacing:.22em;color:var(--sage)}
.footer-logo-image{width:210px;height:auto;max-height:42px;object-fit:contain;display:block}
.hero-simple .hero-content-centered::after{display:none!important}
.hero-simple .hero-content-centered .eyebrow{letter-spacing:.16em}
@media(max-width:900px){
  .mobile-logo-image{width:44px;height:44px;flex:none}
  .mobile-brand-euripides{font-size:.98rem}
  .mobile-brand-consultancy{font-size:.54rem}
  .footer-logo-image{width:190px;max-height:38px}
}
@media(max-width:600px){
  .mobile-logo-image{width:44px;height:44px}
  .mobile-brand-lockup{gap:9px}
  .mobile-brand-euripides{font-size:.95rem;letter-spacing:.08em}
  .mobile-brand-consultancy{font-size:.52rem;letter-spacing:.18em}
  .hero-simple h1{letter-spacing:-.012em;line-height:.98}
  .hero-simple .hero-content-centered .eyebrow{letter-spacing:.12em;line-height:1.45}
  .footer-logo-image{width:170px;max-height:34px}
}

/* v7: AI-first messaging, legal modal and mobile PWA install action */
.footer-links .footer-legal-button{background:none;border:0;color:#dbe3ea;font:inherit;font-size:.72rem;padding:0;cursor:pointer}
.footer-links .footer-legal-button:hover{color:#fff;text-decoration:underline}
.legal-modal{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;padding:24px;background:rgba(3,12,28,.72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.legal-modal[hidden]{display:none}
.legal-dialog{position:relative;width:min(860px,calc(100vw - 32px));max-height:min(82vh,760px);overflow:auto;background:#fff;color:#182536;border:1px solid rgba(7,27,58,.18);border-radius:12px;padding:36px;box-shadow:0 30px 90px rgba(0,0,0,.28)}
.legal-dialog h2{font-size:clamp(2rem,4vw,3rem);margin:.35rem 0 1rem;color:#071B3A}
.legal-dialog>p{color:#5c6a78;max-width:720px}
.legal-close{position:absolute;top:18px;right:18px;border:1px solid #cbd4dc;background:#fff;color:#071B3A;border-radius:50%;width:38px;height:38px;cursor:pointer;font-size:1.1rem}
.legal-sections{display:grid;gap:22px;margin-top:26px}
.legal-section{border-top:1px solid #dfe5e9;padding-top:18px}
.legal-section h3{margin:0 0 8px;color:#071B3A}
.legal-section p{margin:0;color:#536170;line-height:1.7}
.legal-updated{font-size:.75rem!important;color:#84909b!important;margin-top:24px!important}
body.modal-open{overflow:hidden}
@media(max-width:600px){
  .legal-modal{padding:12px}
  .legal-dialog{width:100%;max-height:calc(100vh - 24px);padding:28px 20px 24px;border-radius:10px}
  .legal-dialog h2{font-size:2rem;padding-right:34px}
  .footer-links .footer-legal-button{padding:10px 7px;font-size:.68rem}
  .mobile-nav .pwa-install{display:block;width:100%;margin-top:4px}
}


/* v9 refinements */
.carousel-viewport{
  position:relative;
  overflow:hidden;
  padding-left:0 !important;
  padding-right:0 !important;
}
.carousel-viewport .service-track{
  width:100%;
}
.carousel-viewport .carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:20;
  box-shadow:0 6px 18px rgba(7,27,58,.10);
  background:rgba(255,255,255,.94);
}
.carousel-viewport .carousel-btn-prev{left:8px}
.carousel-viewport .carousel-btn-next{right:8px}

.service-card.active{
  border:1px solid var(--line) !important;
  border-top:2px solid var(--sage) !important;
  background:#f2f6f2 !important;
  box-shadow:0 10px 24px rgba(7,27,58,.08);
}
.service-card.active:hover{
  border:1px solid var(--line) !important;
  border-top:2px solid var(--sage) !important;
  background:#f2f6f2 !important;
}

.service-detail{
  width:min(92%, 980px);
  margin-left:auto;
  margin-right:auto;
}

.mobile-footer-icons{display:none}
@media(max-width:900px){
  .carousel-viewport{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .carousel-viewport .carousel-btn-prev{left:5px}
  .carousel-viewport .carousel-btn-next{right:5px}
}
@media(max-width:600px){
  .footer-links-desktop{display:none !important}
  .mobile-footer-icons{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:space-evenly;
    gap:12px;
  }
  .mobile-footer-icon{
    width:44px;
    height:44px;
    flex:0 0 44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.25);
    border-radius:10px;
    background:rgba(255,255,255,.04);
    color:#fff !important;
    text-decoration:none;
    font-size:20px;
    line-height:1;
    font-weight:700;
    cursor:pointer;
  }
  .mobile-footer-info{
    font-family:Georgia,serif;
    font-size:17px;
  }
  .carousel-viewport .carousel-btn{
    width:38px;
    height:38px;
    background:rgba(255,255,255,.96);
  }
  .carousel-viewport .carousel-btn-prev{left:4px}
  .carousel-viewport .carousel-btn-next{right:4px}
  .service-track{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .service-detail{
    width:94% !important;
    max-width:none !important;
  }
}

/* v10 refinements */
.mobile-footer-icons{display:none!important;align-items:center!important;justify-content:space-evenly!important;gap:18px!important;height:100%!important;margin:0!important;padding:0!important}
.mobile-footer-icon{width:36px!important;height:36px!important;flex:0 0 36px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:0!important;outline:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;text-decoration:none!important;font-size:20px!important;line-height:1!important;font-weight:600!important}
.mobile-footer-icon:hover,.mobile-footer-icon:focus,.mobile-footer-icon:focus-visible{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;transform:none!important}
.mobile-footer-info{font-family:Georgia,serif!important;font-size:18px!important;font-weight:700!important}
@media(min-width:601px){.mobile-footer-icons{display:none!important}}
.carousel-viewport{position:relative!important;display:block!important;width:min(1180px,calc(100% - 32px))!important;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important;padding-left:0!important;padding-right:0!important}
.carousel-viewport .service-track{width:100%!important;margin:0!important}
.carousel-viewport>.carousel-btn{position:absolute!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;z-index:30!important;margin:0!important}
.carousel-viewport>.carousel-btn-prev{left:10px!important;right:auto!important}
.carousel-viewport>.carousel-btn-next{right:10px!important;left:auto!important}
.services-section .section-head,section#services .section-head,#services .section-head{width:min(1180px,calc(100% - 32px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}
.services-section .section-intro,section#services .section-intro,#services .section-intro{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
@media(max-width:600px){
.mobile-footer-icons{display:flex!important}
.carousel-viewport{width:100%!important}
.carousel-viewport>.carousel-btn-prev{left:4px!important}
.carousel-viewport>.carousel-btn-next{right:4px!important}
.services-section .section-head,section#services .section-head,#services .section-head{width:calc(100% - 32px)!important}
}

/* v11: responsive Insights article reader */
body.modal-open{overflow:hidden}
.insight-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(7,27,58,.68);backdrop-filter:blur(5px)}
.insight-modal[hidden]{display:none}
#insight-article-content{width:min(920px,100%);max-height:calc(100vh - 48px);overflow:auto}
.insight-article-dialog{position:relative;background:#fff;color:#071b3a;border:1px solid rgba(7,27,58,.14);border-radius:8px;padding:42px 48px 48px;box-shadow:0 24px 80px rgba(0,0,0,.24)}
.article-close{position:absolute;top:16px;right:18px;border:0;background:transparent;color:#071b3a;cursor:pointer;font:inherit;padding:6px}
.article-lead{font-size:1.16rem;line-height:1.65;max-width:780px}
.article-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}
.article-stat{border:1px solid rgba(7,27,58,.13);border-top:2px solid #8aa78b;border-radius:6px;padding:16px;background:#f4f7f4}
.article-stat-value{display:block;font-size:1.6rem;line-height:1.1;margin-bottom:7px}
.article-stat-text{display:block;font-size:.9rem;line-height:1.45}
.insight-article-dialog p{line-height:1.75;max-width:780px}
.article-cta{margin-top:28px;padding:20px 22px;background:#edf3ee;border-left:3px solid #8aa78b;font-weight:600}
.article-sources{margin-top:28px;padding-top:18px;border-top:1px solid rgba(7,27,58,.12);font-size:.82rem;line-height:1.6}
.article-sources a{color:#173f72}
@media(max-width:700px){
.insight-modal{padding:0;align-items:stretch}
#insight-article-content{width:100%;max-height:100vh}
.insight-article-dialog{min-height:100vh;border-radius:0;border:0;padding:52px 22px 34px}
.article-stats{grid-template-columns:1fr;gap:9px;margin:22px 0}
.article-stat{padding:13px 15px}
.article-lead{font-size:1.05rem}
.insight-article-dialog p{line-height:1.68}
}

/* v12: keep mobile footer height unchanged and centre icon row within it */
@media (max-width:600px){
  footer,
  .site-footer,
  .footer{
    min-height:0 !important;
  }
  .mobile-footer-icons{
    position:absolute !important;
    inset:0 !important;
    height:100% !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-evenly !important;
  }
  .mobile-footer-icon{
    margin:0 !important;
    padding:0 !important;
    height:32px !important;
    width:32px !important;
    flex:0 0 32px !important;
  }
}
