/* Source: assets/css/design-system.css */
/* Closepage public design system — foundation only. */
:root {
  --cp-font: "Poppins", Arial, sans-serif;
  --cp-space-1: .25rem;
  --cp-space-2: .5rem;
  --cp-space-3: .75rem;
  --cp-space-4: 1rem;
  --cp-space-5: 1.5rem;
  --cp-space-6: 2rem;
  --cp-space-7: 3rem;
  --cp-space-8: 4.5rem;
  --cp-radius-sm: .75rem;
  --cp-radius-md: 1rem;
  --cp-radius-lg: 1.5rem;
  --cp-content: 78rem;
  --cp-readable: 46rem;
  --cp-shadow-soft: 0 18px 42px rgba(7, 26, 43, .07);
  --cp-focus: 0 0 0 4px rgba(50, 167, 244, .18);
}

html, body, button, input, textarea, select { font-family: var(--cp-font); }
.cp-readable { max-width: var(--cp-readable); }
.cp-shell { width: min(100% - 2rem, var(--cp-content)); margin-inline: auto; }
:focus-visible { outline: none; box-shadow: var(--cp-focus); }
@media (min-width: 640px) { .cp-shell { width: min(100% - 3rem, var(--cp-content)); } }
@media (min-width: 1024px) { .cp-shell { width: min(100% - 6rem, var(--cp-content)); } }


/* Source: assets/css/site.css */

:root{--sky:#32A7F4;--sky-deep:#0879C9;--ink:#071A2B;--soft:#EDF8FF;--muted:#5E7182;--line:rgba(7,26,43,.12);--white:#fff;--radius:22px;--ease:cubic-bezier(.2,.76,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:"Poppins",Arial,sans-serif;font-size:16px;overflow-x:hidden}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{border:0}img{max-width:100%;height:auto}.container-xxl{max-width:1440px;padding-left:clamp(20px,4vw,64px);padding-right:clamp(20px,4vw,64px)}.skip-link{position:absolute;left:12px;top:-60px;padding:12px 16px;border-radius:10px;background:var(--ink);color:#fff;z-index:9999}.skip-link:focus{top:12px}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:var(--sky-deep);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";display:inline-block;width:22px;height:1px;background:currentColor}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:0 21px;border:1px solid transparent;border-radius:999px;font-size:13px;font-weight:700;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),color .25s var(--ease)}.button span{font-size:18px;line-height:1;transition:transform .25s var(--ease)}.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(7,26,43,.14)}.button:hover span{transform:translate(2px,-2px)}.button--primary{background:var(--sky);color:#fff}.button--primary:hover{background:var(--sky-deep);color:#fff}.button--glass{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.1);color:#fff;backdrop-filter:blur(12px)}.button--glass:hover{background:#fff;color:var(--ink)}.button--outline{border-color:var(--line);color:var(--ink);background:#fff}.button--outline:hover{border-color:var(--sky);color:var(--sky-deep)}.button--white{background:#fff;color:var(--ink)}.button--white:hover{color:var(--sky-deep)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.84);border-bottom:1px solid transparent;backdrop-filter:blur(18px);transition:box-shadow .25s ease,border-color .25s ease}.site-header.is-scrolled{border-color:var(--line);box-shadow:0 10px 28px rgba(7,26,43,.06)}.site-header>.container-fluid{height:88px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:19px;font-weight:800;letter-spacing:-.055em;flex-shrink:0}.brand img{display:block;width:34px;height:34px;object-fit:contain}.brand>span>span{color:var(--sky-deep)}.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto;margin-right:26px}.desktop-nav a{position:relative;color:#315064;font-size:13px;font-weight:600}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:4px;background:var(--sky);transform:scaleX(0);transform-origin:right;transition:transform .25s var(--ease)}.desktop-nav a:hover{color:var(--ink)}.desktop-nav a:hover:after{transform:scaleX(1);transform-origin:left}.nav-actions{display:flex;align-items:center;gap:13px}.header-cta{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:13px;font-weight:700}.header-cta span{color:var(--sky-deep);font-size:18px}.menu-toggle{display:none;width:44px;height:44px;padding:0;background:transparent;cursor:pointer}.menu-toggle i{display:block;width:24px;height:2px;margin:6px auto;background:var(--ink);transition:transform .25s ease}.mobile-menu{position:fixed;inset:88px 0 auto;background:#fff;z-index:99;max-height:0;overflow:hidden;opacity:0;border-bottom:1px solid var(--line);transition:max-height .35s var(--ease),opacity .25s ease}.mobile-menu.is-open{max-height:460px;opacity:1}.mobile-menu__inner{display:grid;gap:5px;padding:22px max(20px,4vw) 26px}.mobile-menu a:not(.button){display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);font-size:17px;font-weight:700}.mobile-menu .button{margin-top:15px}.hero-home{position:relative;isolation:isolate;min-height:790px;display:flex;align-items:flex-end;padding:150px 0 70px;overflow:hidden;background:#081a2a;color:#fff}.hero-home__media,.hero-home__media video,.hero-home__veil{position:absolute;inset:0;width:100%;height:100%}.hero-home__media{z-index:-2}.hero-home__media video{object-fit:cover;filter:saturate(1.08) brightness(.9)}.hero-home__veil{background:linear-gradient(180deg,rgba(1,19,35,.18) 0%,rgba(1,19,35,.1) 27%,rgba(1,19,35,.82) 100%),linear-gradient(90deg,rgba(1,14,26,.75) 0%,rgba(1,14,26,.28) 48%,rgba(1,14,26,.2) 100%)}.hero-home:after{content:"";position:absolute;inset:0;z-index:-1;opacity:.25;background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);background-size:clamp(65px,10vw,140px) clamp(65px,10vw,140px);mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.95) 80%)}.hero-home__content{width:100%}.hero-kicker{display:flex;align-items:center;gap:10px;margin-bottom:26px;color:rgba(255,255,255,.8);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hero-kicker__dot{width:9px;height:9px;border-radius:50%;background:#8fdbff;box-shadow:0 0 0 7px rgba(143,219,255,.16)}.display-hero{max-width:1020px;margin:0;font-size:clamp(54px,8.5vw,136px);line-height:.87;font-weight:800;letter-spacing:-.085em}.display-hero span,.display-hero em{display:block}.display-hero em{font-style:normal;color:#a9e3ff}.hero-home__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-top:42px;max-width:1000px}.hero-home__bottom>p{max-width:460px;margin:0;color:rgba(255,255,255,.83);font-size:16px;line-height:1.8}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-stats{display:flex;align-items:center;gap:13px;margin-top:82px;color:rgba(255,255,255,.65);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hero-stats i{display:block;width:24px;height:1px;background:rgba(255,255,255,.45)}.hero-scroll{position:absolute;right:clamp(20px,4vw,64px);bottom:71px;display:flex;flex-direction:column;align-items:center;gap:10px;color:rgba(255,255,255,.58);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;writing-mode:vertical-rl}.hero-scroll b{display:block;width:1px;height:42px;background:linear-gradient(transparent,#fff);animation:scrollline 1.8s ease infinite}@keyframes scrollline{0%{transform:scaleY(.35);transform-origin:top;opacity:.5}50%{transform:scaleY(1);transform-origin:top;opacity:1}51%{transform-origin:bottom}100%{transform:scaleY(.35);transform-origin:bottom;opacity:.5}}.section{padding:clamp(82px,10vw,150px) 0}.section--soft{background:var(--soft)}.section--services{background:#fff}.section-heading{display:flex;justify-content:space-between;gap:50px;margin-bottom:56px}.grid-heading>div{max-width:710px}.section-heading h2,.split-layout h2,.page-hero h1,.contact-hero h1,.blog-hero h1{margin:0;font-size:clamp(34px,4.5vw,68px);line-height:1.04;font-weight:800;letter-spacing:-.07em}.section-heading>p,.grid-heading>div+ p,.grid-heading--work>div+div>p{max-width:366px;margin:30px 0 0;color:var(--muted);font-size:15px;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.service-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:474px;padding:24px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transform-style:preserve-3d;will-change:transform;transition:box-shadow .35s var(--ease),border-color .35s ease}.service-card:hover{border-color:rgba(50,167,244,.5);box-shadow:0 32px 60px rgba(8,121,201,.16)}.service-card__top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:3;color:#4e6c80;font-size:11px;font-weight:800;letter-spacing:.13em}.arrow-circle{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;background:#eef8ff;color:var(--sky-deep);font-size:20px;transition:transform .35s var(--ease),background .35s ease}.service-card:hover .arrow-circle{transform:translate(4px,-4px) rotate(8deg);background:var(--sky);color:#fff}.service-card__art{position:absolute;top:79px;left:20px;right:20px;height:178px;border-radius:16px;overflow:hidden;background:linear-gradient(145deg,#eaf8ff,#d9f2ff)}.service-card__art:before,.service-card__art:after{content:"";position:absolute;border-radius:50%;background:linear-gradient(145deg,#6bc9ff,#1288dd);filter:drop-shadow(0 18px 18px rgba(10,130,215,.25));transition:transform .7s var(--ease)}.service-card__art i,.service-card__art b,.service-card__art em{position:absolute;display:block;transition:transform .7s var(--ease)}.service-card--orb .service-card__art:before{width:133px;height:133px;left:26px;top:25px}.service-card--orb .service-card__art:after{width:73px;height:73px;right:24px;bottom:18px;background:#fff;border:10px solid #a9e6ff}.service-card--orb .service-card__art i{left:35px;top:35px;width:112px;height:112px;border:1px solid rgba(255,255,255,.8);border-radius:50%}.service-card--grid .service-card__art{background:linear-gradient(145deg,#e9f8ff,#caebff)}.service-card--grid .service-card__art:before{width:130%;height:130%;left:-25%;top:-42%;border-radius:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.9) 0 1px,transparent 1px 32px),repeating-linear-gradient(0deg,rgba(255,255,255,.9) 0 1px,transparent 1px 32px)}.service-card--grid .service-card__art:after{width:110px;height:74px;right:23px;bottom:22px;border-radius:10px;background:#0879c9;box-shadow:20px -20px 0 #a7e5ff}.service-card--commerce .service-card__art{background:linear-gradient(135deg,#d6f3ff,#f1fbff)}.service-card--commerce .service-card__art:before{width:125px;height:125px;left:31px;top:23px;border-radius:18px;background:#fff;transform:rotate(-9deg)}.service-card--commerce .service-card__art:after{width:72px;height:72px;right:26px;top:47px;background:#50b8f8}.service-card--commerce .service-card__art i{width:93px;height:14px;left:47px;top:61px;border-radius:20px;background:#c7ebff;box-shadow:0 27px #d9f3ff,0 54px #e8f8ff}.service-card--wave .service-card__art{background:#0e8bd7}.service-card--wave .service-card__art:before{width:220px;height:220px;left:-52px;top:39px;background:#8bdbff}.service-card--wave .service-card__art:after{width:185px;height:185px;right:-46px;top:-39px;background:#e2f7ff}.service-card--wave .service-card__art i{left:20px;right:20px;bottom:27px;height:1px;background:rgba(255,255,255,.65);box-shadow:0 -28px rgba(255,255,255,.45),0 -56px rgba(255,255,255,.25)}.service-card:hover .service-card__art:before{transform:translate(13px,-8px) rotate(12deg)}.service-card:hover .service-card__art:after{transform:translate(-14px,9px) rotate(-10deg)}.service-card:hover .service-card__art i{transform:translate(10px,-4px)}.service-card__copy{position:relative;z-index:3;margin-top:auto}.service-card__copy p{margin:0 0 10px;color:var(--sky-deep);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.service-card__copy h3{margin:0 0 13px;font-size:23px;line-height:1.12;font-weight:800;letter-spacing:-.05em}.service-card__copy>span{display:block;color:var(--muted);font-size:12.5px;line-height:1.7}.split-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(60px,12vw,180px)}.split-layout__sticky{position:sticky;top:130px;align-self:start}.split-layout h2 span{color:var(--sky-deep)}.split-layout__sticky>p:not(.eyebrow){max-width:400px;margin:24px 0;color:var(--muted);line-height:1.8}.text-arrow{display:inline-flex;align-items:center;gap:12px;color:var(--ink);font-size:13px;font-weight:800}.text-arrow span{font-size:19px;color:var(--sky-deep);transition:transform .2s ease}.text-arrow:hover span{transform:translate(2px,-2px)}.process-list{border-top:1px solid var(--line)}.process-item{display:grid;grid-template-columns:58px 1fr 35px;gap:22px;padding:30px 0;border-bottom:1px solid var(--line)}.process-item>span{color:var(--sky-deep);font-size:11px;font-weight:800;letter-spacing:.12em}.process-item h3{margin:0 0 8px;font-size:25px;letter-spacing:-.05em}.process-item p{max-width:400px;margin:0;color:var(--muted);font-size:14px;line-height:1.75}.process-item>i{font-style:normal;color:var(--sky-deep);font-size:22px}.section--works{background:var(--ink);color:#fff}.section--works .eyebrow{color:#86d6ff}.section--works .section-heading h2{max-width:700px}.grid-heading--work>div+div>p{color:rgba(255,255,255,.68)}.section--works .text-arrow{margin-top:25px;color:#fff}.works-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.work-card{display:flex;flex-direction:column;min-height:435px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);background:#0d273c;transform-style:preserve-3d;transition:box-shadow .35s var(--ease),border-color .35s ease}.work-card:hover{border-color:rgba(119,211,255,.75);box-shadow:0 30px 55px rgba(0,0,0,.24)}.work-card--wide{grid-column:span 7}.work-card--tall{grid-column:span 5}.work-card--standard{grid-column:span 6}.work-card__visual,.showcase-card__visual{position:relative;display:block;min-height:244px;overflow:hidden}.work-card__visual>span,.showcase-card__visual>span{position:absolute;z-index:3;left:20px;top:19px;color:rgba(255,255,255,.75);font-size:10px;font-weight:800;letter-spacing:.12em}.visual-1{background:radial-gradient(circle at 70% 15%,#97e3ff 0 1%,transparent 19%),linear-gradient(135deg,#175d88,#0b263f 72%)}.visual-1 .visual-screen{position:absolute;left:13%;right:11%;top:26%;bottom:-20px;border:1px solid rgba(255,255,255,.48);border-radius:14px 14px 0 0;background:linear-gradient(180deg,rgba(255,255,255,.24),rgba(255,255,255,.07));box-shadow:0 -20px 35px rgba(143,222,255,.18)}.visual-1 .visual-shape{position:absolute;left:22%;top:44%;width:39%;height:22px;border-radius:20px;background:#a9e6ff;box-shadow:0 38px 0 rgba(169,230,255,.6),200px 20px 0 rgba(255,255,255,.54)}.visual-2{background:linear-gradient(155deg,#1d82bb,#07314e)}.visual-2:before{content:"";position:absolute;inset:18% 21% -20% 21%;border-radius:42px 42px 0 0;background:#dff6ff;transform:rotate(7deg);box-shadow:0 0 0 10px rgba(255,255,255,.1)}.visual-2 .visual-screen{position:absolute;left:29%;top:31%;width:42%;height:170px;border-radius:25px;background:#075b92;box-shadow:inset 0 0 0 7px #b9edff}.visual-2 .visual-shape{position:absolute;left:38%;top:44%;width:23%;height:23%;border-radius:50%;background:#97e4ff;box-shadow:0 68px 0 -5px rgba(151,228,255,.7)}.visual-3{background:linear-gradient(135deg,#123d5e,#0b1e33)}.visual-3 .visual-screen{position:absolute;left:19%;top:25%;width:62%;height:150px;border-radius:18px;background:#ebfaff;transform:rotate(-7deg);box-shadow:20px 25px 0 rgba(68,165,218,.65)}.visual-3 .visual-shape{position:absolute;left:28%;top:43%;width:33%;height:19px;border-radius:15px;background:#31a6f4;box-shadow:0 35px 0 #b4e8ff,125px 28px 0 #7fd1ff}.visual-4{background:radial-gradient(circle at 76% 23%,#a4e9ff 0 4%,transparent 5%),linear-gradient(135deg,#185c86,#0c2943)}.visual-4 .visual-screen{position:absolute;left:16%;top:25%;width:68%;height:150px;border-radius:14px;background:rgba(235,250,255,.95);box-shadow:inset 0 0 0 1px #94defd}.visual-4 .visual-shape{position:absolute;left:28%;top:43%;width:15px;height:15px;border-radius:50%;background:#258bd0;box-shadow:42px 0 #66c6fa,84px 0 #a1e5ff,0 45px #77cfff,42px 45px #2486c3,84px 45px #b1ecff}.work-card:hover .visual-shape{animation:visualFloat 2.1s ease-in-out infinite alternate}@keyframes visualFloat{to{transform:translate(8px,-7px)}}.work-card__copy{padding:25px 25px 28px}.work-card__copy p{margin:0 0 8px;color:#8edcff;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.work-card__copy h3{margin:0 0 8px;font-size:25px;letter-spacing:-.05em}.work-card__copy>span{display:block;color:rgba(255,255,255,.66);font-size:12.5px;line-height:1.7}.section--insights{background:#fff}.section-heading--simple{align-items:flex-end}.section-heading--simple h2{max-width:690px}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.insight-card{border-top:1px solid var(--line)}.insight-card__link{display:block;padding-top:15px}.insight-card__image{position:relative;height:208px;margin-bottom:20px;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#e5f7ff,#beeaff)}.insight-card__image:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(8,121,201,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(8,121,201,.13) 1px,transparent 1px);background-size:28px 28px}.insight-card__image span{position:absolute;z-index:2;left:15px;top:15px;color:var(--sky-deep);font-size:10px;font-weight:800;letter-spacing:.12em}.insight-orb{position:absolute;right:12%;bottom:-32px;width:156px;height:156px;border-radius:50%;background:linear-gradient(145deg,#3aa7ee,#8fe1ff);box-shadow:-35px -21px 0 rgba(255,255,255,.72)}.insight-card p{margin:0 0 9px;color:#6d8290;font-size:11px;font-weight:700}.insight-card h3{margin:0 0 10px;font-size:22px;line-height:1.17;letter-spacing:-.05em}.insight-card span{display:block;color:var(--muted);font-size:13px;line-height:1.7}.insight-card b{display:block;margin-top:18px;color:var(--sky-deep);font-size:12px}.cta-band{padding:0;background:#fff}.cta-band__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:45px;padding:clamp(48px,7vw,92px);border-radius:30px 30px 0 0;background:linear-gradient(115deg,var(--sky-deep),var(--sky));color:#fff}.cta-band .eyebrow{color:#d4f3ff}.cta-band h2{max-width:770px;margin:0;font-size:clamp(38px,5vw,72px);line-height:1.02;letter-spacing:-.07em}.cta-band p:not(.eyebrow){max-width:540px;margin:22px 0 0;color:rgba(255,255,255,.8);line-height:1.75}.site-footer{background:var(--ink);padding:70px 0 28px;color:#fff}.footer-grid{display:grid;grid-template-columns:1.7fr .75fr 1fr;gap:45px}.brand--footer{color:#fff}.footer-brand p{max-width:275px;margin:17px 0 0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.75}.footer-grid>div:not(.footer-brand){display:grid;align-content:start;gap:12px}.footer-label{margin:4px 0 7px;color:#93deff;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.footer-grid a,.footer-grid span{color:rgba(255,255,255,.76);font-size:13px}.footer-grid a:hover{color:#9ee4ff}.footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:68px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.52);font-size:11px}.footer-bottom>div{display:flex;gap:18px}.footer-bottom a:hover{color:#fff}.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:95;display:flex;align-items:center;gap:8px;padding:0 16px 0 13px;height:49px;border-radius:999px;background:#25D366;color:#fff;box-shadow:0 12px 35px rgba(9,88,51,.24);font-size:12px;font-weight:800;transition:transform .25s var(--ease),box-shadow .25s ease}.whatsapp-float:hover{transform:translateY(-3px);color:#fff;box-shadow:0 18px 38px rgba(9,88,51,.32)}.whatsapp-float svg{width:24px;fill:currentColor}.wa-pulse{position:absolute;width:100%;height:100%;border:1px solid #25d366;border-radius:999px;animation:pulse 2.4s ease infinite;pointer-events:none}@keyframes pulse{0%{transform:scale(1);opacity:.6}65%,100%{transform:scale(1.45);opacity:0}}.whatsapp-float--setup{background:var(--sky-deep)}
/* services and pages */.service-hero{position:relative;padding:150px 0 92px;overflow:hidden;background:linear-gradient(145deg,#f5fcff,#d9f3ff)}.service-hero:after{content:"";position:absolute;right:-6%;bottom:-34%;width:48vw;height:48vw;border:1px solid rgba(8,121,201,.16);border-radius:50%;box-shadow:0 0 0 66px rgba(8,121,201,.05),0 0 0 132px rgba(8,121,201,.035)}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:48px;color:#6f8595;font-size:11px;font-weight:700}.breadcrumb a{color:var(--sky-deep)}.service-hero__layout{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .72fr;gap:70px;align-items:center}.service-hero h1{max-width:730px;margin:0 0 23px;font-size:clamp(42px,5.2vw,76px);line-height:1.01;letter-spacing:-.075em}.service-hero .lead{max-width:550px;margin:0 0 29px;color:var(--muted);font-size:16px;line-height:1.8}.service-hero__art{position:relative;height:365px}.service-hero__art>span{position:absolute;right:20px;top:16px;color:rgba(8,121,201,.22);font-size:clamp(110px,16vw,230px);font-weight:800;line-height:.8;letter-spacing:-.1em}.service-hero__art>div{position:absolute;left:12%;top:21%;width:57%;aspect-ratio:1;border-radius:27px;background:linear-gradient(145deg,#77ceff,#128bd5);transform:rotate(12deg);box-shadow:35px 35px 0 rgba(255,255,255,.67)}.service-hero__art>i{position:absolute;left:27%;top:37%;width:37%;aspect-ratio:1;border:12px solid rgba(255,255,255,.8);border-radius:50%}.service-hero__art>b{position:absolute;right:5%;bottom:17%;width:24%;aspect-ratio:1;border-radius:50%;background:#fff;box-shadow:0 0 0 12px rgba(98,199,251,.35)}.service-hero--wave .service-hero__art>div{border-radius:50%;transform:rotate(0)}.service-hero--grid .service-hero__art>div{border-radius:0;background:repeating-linear-gradient(90deg,#51baff 0 1px,#187abe 1px 37px),repeating-linear-gradient(0deg,#51baff 0 1px,#187abe 1px 37px)}.service-detail__grid{display:grid;grid-template-columns:.85fr 1fr;gap:clamp(60px,12vw,190px)}.service-detail h2{max-width:450px;margin:0;font-size:clamp(35px,4vw,58px);line-height:1.05;letter-spacing:-.065em}.service-detail__grid>div+div>p{margin:0;color:var(--muted);font-size:16px;line-height:1.9}.capability-note{display:grid;gap:8px;margin-top:32px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.capability-note span{color:var(--sky-deep);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.capability-note b{font-size:17px;letter-spacing:-.04em}.deliverable-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line)}.deliverable-grid article{min-height:240px;padding:26px;background:var(--soft)}.deliverable-grid span{display:block;color:var(--sky-deep);font-size:11px;font-weight:800;letter-spacing:.12em}.deliverable-grid h3{margin:64px 0 11px;font-size:20px;line-height:1.17;letter-spacing:-.045em}.deliverable-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.service-next{display:grid;grid-template-columns:.8fr 1fr;gap:65px}.service-next h2{margin:0;font-size:clamp(36px,4.2vw,60px);line-height:1.05;letter-spacing:-.07em}.service-next h2 span{color:var(--sky-deep)}.service-next__links{border-top:1px solid var(--line)}.service-next__links a{display:grid;grid-template-columns:48px 1fr 30px;gap:15px;padding:18px 0;border-bottom:1px solid var(--line);font-size:15px;font-weight:700;transition:color .2s ease}.service-next__links a:hover{color:var(--sky-deep)}.service-next__links span{font-size:10px;color:var(--sky-deep);letter-spacing:.1em}.service-next__links b{font-size:18px}.page-hero{padding:150px 0 80px;background:var(--soft)}.page-hero h1{max-width:960px}.page-hero>div>p:last-child{max-width:640px;margin:28px 0 0;color:var(--muted);line-height:1.8}.page-hero--work{background:linear-gradient(135deg,#071a2b,#124968);color:#fff}.page-hero--work .eyebrow{color:#92dcff}.page-hero--work>div>p:last-child{color:rgba(255,255,255,.7)}.works-showcase{display:grid;gap:22px}.showcase-card{display:grid;grid-template-columns:1.12fr .88fr;min-height:480px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff}.showcase-card:nth-child(even){grid-template-columns:.88fr 1.12fr}.showcase-card:nth-child(even) .showcase-card__visual{order:2}.showcase-card__visual{min-height:100%;padding:0}.showcase-card__copy{align-self:center;padding:clamp(32px,6vw,80px)}.showcase-card__copy>p:first-child{margin:0 0 9px;color:var(--sky-deep);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.showcase-card__copy h2{margin:0 0 15px;font-size:clamp(30px,3vw,48px);line-height:1.06;letter-spacing:-.065em}.showcase-card__copy>p:not(:first-child){margin:0;color:var(--muted);font-size:14px;line-height:1.8}.showcase-card__copy a{display:inline-flex;gap:10px;margin-top:25px;color:var(--sky-deep);font-size:13px;font-weight:800}.cta-band--small .cta-band__inner{border-radius:0}.about-story{display:grid;grid-template-columns:.85fr 1fr;gap:clamp(60px,12vw,190px)}.about-story h2{margin:0;max-width:490px;font-size:clamp(36px,4.5vw,64px);line-height:1.06;letter-spacing:-.075em}.about-story>div+div p{margin:0 0 18px;color:var(--muted);font-size:16px;line-height:1.9}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.principles-grid article{padding:28px;border-radius:18px;background:#fff}.principles-grid span{color:var(--sky-deep);font-size:11px;font-weight:800}.principles-grid h3{margin:64px 0 11px;font-size:23px;letter-spacing:-.05em}.principles-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}.about-contact{display:flex;align-items:flex-end;justify-content:space-between;gap:35px}.about-contact h2{max-width:650px;margin:0;font-size:clamp(36px,4.5vw,68px);line-height:1.05;letter-spacing:-.075em}.contact-hero{padding:150px 0 70px;background:linear-gradient(135deg,#f4fcff,#d7f1ff)}.contact-hero h1{max-width:850px}.contact-hero>div>p:last-child{max-width:610px;margin:25px 0 0;color:var(--muted);line-height:1.8}.section--contact{padding-top:70px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.contact-details,.contact-form-wrap{padding:clamp(28px,5vw,54px);border:1px solid var(--line);border-radius:22px;background:#fff}.contact-details{background:var(--ink);color:#fff}.contact-details .eyebrow{color:#a2e5ff}.contact-details h2,.contact-form-wrap h2{margin:0 0 34px;font-size:clamp(30px,3.4vw,48px);letter-spacing:-.06em}.contact-line{display:grid;grid-template-columns:1fr auto;gap:12px;padding:17px 0;border-top:1px solid rgba(255,255,255,.16)}.contact-line span{grid-column:1/-1;color:rgba(255,255,255,.55);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.contact-line b{font-size:14px}.contact-line i{font-style:normal;color:#93ddff;font-size:19px}.contact-wa{margin-top:45px;padding-top:22px;border-top:1px solid rgba(255,255,255,.16)}.contact-wa>span{color:#9ae1ff;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.contact-wa p{margin:11px 0 0;color:rgba(255,255,255,.67);font-size:13px;line-height:1.7}.contact-form-wrap{background:var(--soft)}.contact-form-wrap form{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form-wrap label{display:grid;gap:7px;color:#38556b;font-size:11px;font-weight:800;letter-spacing:.04em}.contact-form-wrap input,.contact-form-wrap textarea,.contact-form-wrap select{width:100%;padding:13px 14px;border:1px solid rgba(7,26,43,.15);border-radius:10px;outline:0;background:#fff;color:var(--ink);font-size:13px;letter-spacing:normal;transition:border-color .2s ease,box-shadow .2s ease}.contact-form-wrap input:focus,.contact-form-wrap textarea:focus,.contact-form-wrap select:focus{border-color:var(--sky);box-shadow:0 0 0 3px rgba(50,167,244,.15)}.form-note{margin:0;color:#6b8291;font-size:11px;line-height:1.6}.blog-hero{padding:150px 0 66px;background:var(--soft)}.blog-hero h1{max-width:860px}.blog-hero>div>p:not(.eyebrow){max-width:610px;margin:25px 0;color:var(--muted);line-height:1.8}.blog-search{display:flex;max-width:530px;margin-top:31px;border:1px solid rgba(7,26,43,.14);border-radius:13px;overflow:hidden;background:#fff}.blog-search input{flex:1;min-width:0;padding:14px 16px;border:0;outline:0;font-size:13px}.blog-search button{padding:0 19px;background:var(--sky);color:#fff;font-size:12px;font-weight:800}.blog-toolbar{display:flex;justify-content:space-between;margin-bottom:24px;color:#607989;font-size:12px}.blog-toolbar a{color:var(--sky-deep);font-weight:700}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .25s var(--ease),box-shadow .25s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(7,26,43,.1)}.blog-card__image{position:relative;height:200px;overflow:hidden}.blog-card__image>span{position:absolute;z-index:3;left:15px;top:14px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.12em}.blog-card__image i,.blog-card__image b{position:absolute;display:block;border-radius:50%}.blog-card__image--1{background:linear-gradient(135deg,#0b5f92,#08304c)}.blog-card__image--1 i{width:190px;height:190px;right:-43px;bottom:-60px;background:#93e0ff}.blog-card__image--1 b{width:92px;height:92px;left:25%;top:28%;border:1px solid #b5ecff}.blog-card__image--2{background:linear-gradient(135deg,#37a8ed,#0e73b3)}.blog-card__image--2 i{width:135px;height:135px;left:19%;top:31px;background:#fff;opacity:.87}.blog-card__image--2 b{width:160px;height:160px;right:-55px;bottom:-72px;border:16px solid #a7e4ff}.blog-card__image--3{background:linear-gradient(135deg,#d0f1ff,#73cafa)}.blog-card__image--3 i{width:76%;height:1px;left:12%;top:46%;background:#fff;box-shadow:0 -34px rgba(255,255,255,.6),0 34px rgba(255,255,255,.6)}.blog-card__image--3 b{width:72px;height:72px;right:18%;top:25%;background:#0879c9}.blog-card__copy{padding:21px}.blog-card__copy p{margin:0 0 10px;color:#6b8190;font-size:11px;font-weight:700}.blog-card__copy p i{margin:0 5px;font-style:normal}.blog-card__copy h2{margin:0 0 10px;font-size:23px;line-height:1.18;letter-spacing:-.05em}.blog-card__copy>span{display:block;color:var(--muted);font-size:12.5px;line-height:1.72}.blog-card__copy strong{display:block;margin-top:19px;color:var(--sky-deep);font-size:12px}.blog-card__copy strong em{font-size:17px;font-style:normal}.empty-state{padding:70px 25px;text-align:center;border:1px dashed var(--line);border-radius:18px}.empty-state .eyebrow{justify-content:center}.empty-state h2{margin:0 0 22px;font-size:32px;letter-spacing:-.06em}.article-hero{padding:150px 0 62px;background:linear-gradient(145deg,#f4fcff,#e6f7ff)}.article-hero .breadcrumb{margin-bottom:43px}.article-hero .eyebrow{margin-bottom:17px}.article-hero h1{max-width:960px;margin:0;font-size:clamp(40px,5.6vw,78px);line-height:1.05;letter-spacing:-.075em}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:28px;color:#5e7484;font-size:12px;font-weight:600}.article-meta i{width:3px;height:3px;border-radius:50%;background:var(--sky-deep)}.article-layout{display:grid;grid-template-columns:140px minmax(0,760px);gap:50px;padding-top:clamp(60px,8vw,100px);padding-bottom:clamp(80px,10vw,140px)}.article-share{position:sticky;top:120px;align-self:start;display:grid;gap:10px;color:#6d8290;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.article-share button{width:max-content;padding:0;background:transparent;color:var(--sky-deep);font-size:11px;font-weight:800;cursor:pointer}.article-content{font-size:16px;line-height:1.9;color:#314e61}.article-lead{margin:0 0 32px;color:var(--ink);font-size:20px;line-height:1.7;letter-spacing:-.02em}.article-content h2{margin:42px 0 13px;color:var(--ink);font-size:30px;line-height:1.2;letter-spacing:-.055em}.article-content p{margin:0 0 20px}.article-content hr{margin:48px 0;border:0;border-top:1px solid var(--line)}.article-end{padding:28px;border-radius:16px;background:var(--soft)}.article-end p{margin:0 0 16px;color:var(--ink);font-size:18px;font-weight:700;line-height:1.5}.legal-page{padding:150px 0 100px}.legal-page>.container{max-width:900px}.legal-page h1{margin:0 0 18px;font-size:clamp(45px,5vw,72px);letter-spacing:-.075em}.legal-lead{max-width:650px;color:var(--muted);line-height:1.8}.legal-page h2{margin:45px 0 12px;font-size:28px;letter-spacing:-.05em}.legal-page p{max-width:760px;color:#456174;line-height:1.9}.legal-page a{color:var(--sky-deep);font-weight:700}.simple-page{padding:180px 0 120px}.simple-page>.container{max-width:960px}.simple-page h1{margin:0 0 15px;font-size:60px;letter-spacing:-.07em}.simple-page p:not(.eyebrow){color:var(--muted);margin-bottom:23px}
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}
@media(max-width:1100px){.services-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:415px}.deliverable-grid{grid-template-columns:repeat(3,1fr)}.deliverable-grid article:last-child{grid-column:span 2}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.service-hero__layout{grid-template-columns:1fr .6fr}.service-next{grid-template-columns:1fr}.works-grid .work-card--wide{grid-column:span 6}.work-card--tall{grid-column:span 6}.work-card--standard{grid-column:span 6}}
@media(max-width:820px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.site-header>.container-fluid{height:78px}.mobile-menu{inset:78px 0 auto}.hero-home{min-height:720px;padding-top:134px;padding-bottom:48px}.display-hero{font-size:clamp(52px,11.8vw,96px)}.hero-home__bottom{display:block;margin-top:30px}.hero-actions{margin-top:24px}.hero-stats{margin-top:55px;flex-wrap:wrap}.hero-scroll{display:none}.section-heading,.section-heading--simple,.cta-band__inner,.about-contact{align-items:flex-start;flex-direction:column}.section-heading{gap:12px;margin-bottom:38px}.section-heading>p,.grid-heading>div+ p,.grid-heading--work>div+div>p{margin:0}.split-layout,.service-detail__grid,.about-story,.contact-grid{grid-template-columns:1fr;gap:42px}.split-layout__sticky{position:static}.works-grid,.work-card--wide,.work-card--tall,.work-card--standard{grid-template-columns:1fr}.work-card--wide,.work-card--tall,.work-card--standard{grid-column:span 12}.insight-grid,.blog-grid,.principles-grid{grid-template-columns:1fr}.cta-band__inner{padding:45px 25px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.service-hero{padding-top:125px}.service-hero__layout{grid-template-columns:1fr}.service-hero__art{height:260px;max-width:390px}.deliverable-grid{grid-template-columns:repeat(2,1fr)}.deliverable-grid article:last-child{grid-column:auto}.showcase-card,.showcase-card:nth-child(even){grid-template-columns:1fr}.showcase-card:nth-child(even) .showcase-card__visual{order:0}.showcase-card__visual{min-height:270px}.article-layout{grid-template-columns:1fr}.article-share{position:static;display:flex;align-items:center;gap:13px}.article-share button{width:auto}.form-row{grid-template-columns:1fr}.contact-hero,.blog-hero,.page-hero,.article-hero{padding-top:125px}.section--contact{padding-top:42px}}
@media(max-width:520px){.hero-home{min-height:650px}.display-hero{font-size:clamp(48px,14vw,69px);line-height:.91}.hero-stats{gap:9px;margin-top:39px;font-size:9px}.hero-stats i{width:14px}.services-grid{grid-template-columns:1fr}.service-card{min-height:395px}.section{padding:74px 0}.section-heading h2,.split-layout h2,.page-hero h1,.contact-hero h1,.blog-hero h1{font-size:clamp(35px,10vw,50px)}.deliverable-grid{grid-template-columns:1fr}.deliverable-grid article{min-height:175px}.deliverable-grid h3{margin-top:35px}.process-item{grid-template-columns:38px 1fr 22px;gap:12px}.process-item h3{font-size:20px}.work-card{min-height:390px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;margin-top:42px}.footer-bottom>div{flex-wrap:wrap}.whatsapp-float{right:15px;bottom:15px}.whatsapp-float span:last-child{display:none}.whatsapp-float{width:52px;padding:0;justify-content:center}.service-hero h1{font-size:40px}.service-hero__art{height:210px}.service-next h2{font-size:37px}.article-hero h1{font-size:39px}.article-content{font-size:15px}.article-lead{font-size:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-reveal]{opacity:1;transform:none}}
/* Approved Closepage logo and downloadable brand assets */
.brand--image{gap:0}.brand--image img{display:block;width:clamp(220px,20vw,290px);height:auto;max-width:none;object-fit:contain;object-position:left center}.brand--footer img{display:block;width:245px;height:auto;max-width:none;object-fit:contain;object-position:left center}.brand-assets-hero{padding:158px 0 76px;background:linear-gradient(145deg,#f9fdff 0%,#e8f7ff 100%);overflow:hidden;position:relative}.brand-assets-hero:after{content:"";position:absolute;right:-120px;bottom:-180px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(50,167,244,.18),rgba(50,167,244,0) 70%);pointer-events:none}.brand-assets-hero .container-fluid{position:relative;z-index:1}.brand-assets-hero h1{max-width:840px;margin:0;font-size:clamp(45px,6vw,84px);line-height:.99;font-weight:800;letter-spacing:-.078em}.brand-assets-hero h1 span{color:var(--sky-deep)}.brand-assets-hero>div>p:not(.eyebrow){max-width:640px;margin:24px 0 0;color:var(--muted);line-height:1.85}.brand-assets-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}.brand-assets-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.brand-asset-card{display:flex;flex-direction:column;min-height:430px;padding:17px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(7,26,43,.035);transition:transform .25s var(--ease),box-shadow .25s ease,border-color .25s ease}.brand-asset-card:hover{transform:translateY(-5px);border-color:rgba(50,167,244,.4);box-shadow:0 22px 48px rgba(8,121,201,.12)}.brand-asset-card__preview{display:grid;place-items:center;min-height:205px;padding:26px;border-radius:14px;background:linear-gradient(145deg,#f9fdff,#e2f5ff);overflow:hidden}.brand-asset-card__preview img{max-height:170px;width:auto;object-fit:contain}.brand-asset-card__preview--full img{width:100%;max-height:165px;object-fit:contain}.brand-asset-card>div:not(.brand-asset-card__preview){padding:20px 5px 12px}.brand-asset-card p{margin:0 0 8px;color:var(--sky-deep);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.brand-asset-card h3{margin:0 0 9px;font-size:22px;letter-spacing:-.05em}.brand-asset-card span{display:block;color:var(--muted);font-size:12.5px;line-height:1.7}.brand-asset-card>a{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding:14px 5px 2px;color:var(--sky-deep);font-size:12px;font-weight:800}.brand-asset-card>a span{font-size:17px;line-height:1;color:inherit}.brand-use-note{display:flex;gap:18px;margin-top:24px;padding:23px 26px;border-radius:16px;background:var(--soft)}.brand-use-note b{flex:0 0 auto;color:var(--sky-deep);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.brand-use-note p{max-width:780px;margin:0;color:#426276;font-size:13px;line-height:1.75}
@media(max-width:820px){.brand-assets-grid{grid-template-columns:1fr}.brand-asset-card{min-height:0}.brand-use-note{flex-direction:column;gap:9px}.brand--image img{width:min(235px,58vw);height:auto;max-width:none}.brand--footer img{width:210px;height:auto;max-width:none}}
@media(max-width:520px){.brand-assets-hero{padding-top:126px}.brand-assets-hero h1{font-size:clamp(40px,12vw,58px)}.brand-assets-hero__actions .button{width:100%}.brand--image img{width:min(200px,64vw);height:auto;max-width:none}}

/* Rich blog article content: CMS images, tables, callouts and responsive columns */
.article-featured-media{margin:0 0 36px;overflow:hidden;border-radius:20px;background:#e7f7ff;box-shadow:0 18px 46px rgba(7,26,43,.10)}
.article-featured-media img{display:block;width:100%;height:auto;aspect-ratio:16/8;object-fit:cover}
.article-content a{color:var(--sky-deep);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.article-content h3{margin:30px 0 12px;color:var(--ink);font-size:23px;line-height:1.25;letter-spacing:-.045em}
.article-content h4{margin:24px 0 10px;color:var(--ink);font-size:18px;line-height:1.35;letter-spacing:-.025em}
.article-content ul,.article-content ol{margin:0 0 23px;padding-left:1.4em}
.article-content li{margin:7px 0;padding-left:4px}
.article-content blockquote{margin:32px 0;padding:7px 0 7px 25px;border-left:4px solid var(--sky);color:var(--ink);font-size:20px;font-weight:600;line-height:1.65;letter-spacing:-.02em}
.article-content figure.article-image{margin:34px 0;overflow:hidden;border-radius:18px;background:#edf8ff}
.article-content figure.article-image img{display:block;width:100%;height:auto;max-height:680px;object-fit:cover}
.article-content figure.article-image figcaption{padding:11px 15px 13px;color:#6d8290;font-size:12px;line-height:1.65;text-align:center}
.article-content .article-table-wrap{width:100%;margin:32px 0;overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:#fff}
.article-content table{width:100%;min-width:560px;border-collapse:collapse;font-size:14px;line-height:1.6}
.article-content th,.article-content td{padding:13px 15px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:top;text-align:left}
.article-content th{background:#eaf8ff;color:var(--ink);font-weight:800}
.article-content tr:last-child td{border-bottom:0}.article-content th:last-child,.article-content td:last-child{border-right:0}
.article-content .article-columns{display:grid;gap:18px;margin:34px 0}
.article-content .article-columns--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.article-content .article-columns--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.article-content .article-column{padding:23px;border:1px solid var(--line);border-radius:15px;background:#f8fcff}
.article-content .article-column h3{margin-top:0}.article-content .article-column p:last-child{margin-bottom:0}
.article-content .article-callout{margin:32px 0;padding:23px 24px;border:1px solid rgba(50,167,244,.32);border-radius:15px;background:linear-gradient(135deg,#f3fbff,#e3f6ff)}
.article-content .article-callout strong{display:block;margin-bottom:7px;color:var(--sky-deep);font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.article-content .article-callout p:last-child{margin-bottom:0}
.article-content pre.article-code{margin:32px 0;padding:19px 21px;overflow:auto;border-radius:15px;background:#071a2b;color:#d9f4ff;font:13px/1.75 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre-wrap}
.article-content :not(pre)>code{padding:2px 6px;border-radius:5px;background:#e8f7ff;color:#0b6fae;font: .88em ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
@media(max-width:700px){.article-featured-media{margin-bottom:28px;border-radius:15px}.article-featured-media img{aspect-ratio:4/3}.article-content .article-columns--2,.article-content .article-columns--3{grid-template-columns:1fr}.article-content blockquote{padding-left:18px;font-size:18px}.article-content table{min-width:470px;font-size:13px}.article-content th,.article-content td{padding:11px 12px}}

/* Contact form submission states */
.contact-form-intro{max-width:590px;margin:-20px 0 25px;color:var(--muted);font-size:14px;line-height:1.75}.contact-form-wrap .button[disabled]{cursor:not-allowed;opacity:.58;box-shadow:none;transform:none}.form-botcheck{position:absolute!important;inline-size:1px!important;block-size:1px!important;opacity:0!important;pointer-events:none!important}.form-status{display:none;margin:0;padding:12px 14px;border-radius:10px;font-size:12px;font-weight:700;line-height:1.6}.form-status--success{display:block;background:#e7fff2;color:#086a3c}.form-status--error{display:block;background:#fff0f0;color:#b32929}.form-status--warning{display:block;background:#fff7de;color:#8a5c00}

/* Foundation utilities, focus treatment, and consolidated responsive work-card rules. */
.container-fluid{width:100%;margin-right:auto;margin-left:auto}.d-flex{display:flex}.align-items-center{align-items:center}.justify-content-between{justify-content:space-between}.gap-3{gap:1rem}
:focus-visible{outline:3px solid rgba(50,167,244,.8);outline-offset:3px}.desktop-nav a[aria-current="page"]{color:var(--ink)}.desktop-nav a[aria-current="page"]:after{transform:scaleX(1);transform-origin:left}.menu-is-open{overflow:hidden}.mobile-menu[aria-hidden="true"]{visibility:hidden}.mobile-menu.is-open{visibility:visible}.form-note a{color:var(--sky-deep);font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media (max-width:680px){
  .works-grid{gap:12px!important}
  .work-card,.work-card--wide,.work-card--tall,.work-card--standard{min-height:auto!important;grid-column:span 12!important;border-radius:20px}
  .work-card__visual{height:158px!important;min-height:158px!important}
  .work-card__visual>span{left:14px!important;top:12px!important;font-size:8px!important;letter-spacing:.11em!important}
  .work-card__copy{padding:16px 16px 18px!important}
  .work-card__copy p{margin-bottom:6px!important;font-size:8.5px!important}
  .work-card__copy h3{margin-bottom:8px!important;font-size:17px!important;line-height:1.2!important}
  .work-card__copy>span{display:-webkit-box;overflow:hidden;font-size:11.5px!important;line-height:1.58!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}
  .work-card .visual-screen,.work-card .visual-shape{transform:scale(.82);transform-origin:center top}
  .work-card .visual-3 .visual-screen{transform:rotate(-7deg) scale(.82)}
  .work-card .visual-2:before{inset:18% 24% -8% 24%!important}
  .work-card .visual-1 .visual-screen{bottom:-8px!important}
}
.blog-card__image--with-photo{background:#d9f2ff}.blog-card__image--with-photo:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(7,26,43,.02),rgba(7,26,43,.48))}.blog-card__image--with-photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s var(--ease)}.blog-card:hover .blog-card__image--with-photo img{transform:scale(1.04)}

/* Growth content system: services, case studies, resources, use cases, and proof */
.proof-strip{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid var(--line);background:#fff}
.proof-strip__inner{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,2fr);gap:40px;align-items:center;padding-top:24px;padding-bottom:24px}
.proof-strip p{margin:0 0 5px;color:var(--ink);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.proof-strip span{display:block;color:var(--muted);font-size:12px;line-height:1.55}.proof-strip ul{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin:0;padding:0;list-style:none}.proof-strip li{padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:#315064;font-size:11px;font-weight:700}
.section--why{background:#fff}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.why-grid article,.audience-grid article{padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff}.why-grid span,.audience-grid b{display:block;margin-bottom:28px;color:var(--sky-deep);font-size:11px;font-weight:800;letter-spacing:.12em}.why-grid h3,.audience-grid h3{margin:0 0 10px;font-size:24px;line-height:1.12;letter-spacing:-.05em}.why-grid p,.audience-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.testimonial-grid figure{margin:0;padding:28px;border-radius:18px;background:#fff}.testimonial-grid blockquote{margin:0 0 24px;color:var(--ink);font-size:19px;line-height:1.55;letter-spacing:-.025em}.testimonial-grid figcaption{display:grid;gap:3px;color:var(--muted);font-size:12px}.testimonial-grid figcaption strong{color:var(--ink)}
.services-grid--overview{grid-template-columns:repeat(4,minmax(0,1fr))}.engagement-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.engagement-card{display:flex;flex-direction:column;min-height:270px;padding:26px;border:1px solid var(--line);border-radius:18px;background:#fff}.engagement-card>span{display:block;margin-bottom:24px;color:var(--sky-deep);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.engagement-card h3,.engagement-card h2{margin:0 0 11px;color:var(--ink);font-size:25px;line-height:1.12;letter-spacing:-.05em}.engagement-card>p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.engagement-card a{margin-top:auto;padding-top:20px;color:var(--sky-deep);font-size:12px;font-weight:800}.engagement-grid--full{grid-template-columns:repeat(2,1fr)}.engagement-card--full{min-height:0}.engagement-card--full>div{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.engagement-card--full>div strong{display:block;margin-bottom:5px;color:#38566a;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.engagement-card--full ul{display:grid;gap:8px;margin:20px 0 0;padding:0;list-style:none;color:#405d70;font-size:13px;line-height:1.55}.engagement-card--full li:before{content:'↗';margin-right:8px;color:var(--sky-deep)}
.page-hero--services,.page-hero--engagements,.page-hero--usecases,.page-hero--resources{background:linear-gradient(145deg,#f4fcff,#e6f7ff)}
.case-hero{padding:150px 0 64px;background:#0b263f;color:#fff}.case-hero .breadcrumb{margin-bottom:40px}.case-hero .eyebrow{color:#93ddff}.case-hero h1{max-width:980px;margin:0;font-size:clamp(48px,6vw,84px);line-height:1.02;letter-spacing:-.075em}.case-hero__lead{max-width:720px;margin:24px 0 0;color:rgba(255,255,255,.73);font-size:18px;line-height:1.75}.case-disclosure{max-width:720px;margin:30px 0 0;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.78);font-size:12px;line-height:1.65}.case-overview-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:clamp(35px,8vw,120px);align-items:start}.case-overview-grid h2{max-width:550px;margin:0 0 18px;color:var(--ink);font-size:clamp(34px,4vw,54px);line-height:1.04;letter-spacing:-.07em}.case-overview-grid article>p:last-child{max-width:720px;margin:0;color:var(--muted);font-size:16px;line-height:1.9}.case-summary-card{display:grid;gap:7px;padding:24px;border-radius:16px;background:var(--soft)}.case-summary-card span{color:#5d788a;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.case-summary-card strong{margin-bottom:16px;color:var(--ink);font-size:16px;line-height:1.4}.case-approach{display:grid;gap:0;border-top:1px solid var(--line)}.case-approach article{display:grid;grid-template-columns:60px minmax(0,1fr);gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.case-approach article>span{color:var(--sky-deep);font-size:12px;font-weight:800}.case-approach h3{margin:0 0 8px;color:var(--ink);font-size:24px;letter-spacing:-.045em}.case-approach p{max-width:690px;margin:0;color:var(--muted);font-size:14px;line-height:1.8}.section--ink{background:#0b263f;color:#fff}.section--ink .eyebrow{color:#93ddff}.section--ink h2{color:#fff}.section--ink .section-heading>p{color:rgba(255,255,255,.68)}.outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.outcome-grid article{display:flex;gap:14px;padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:16px}.outcome-grid b{color:#8fdbff;font-size:20px}.outcome-grid p{margin:0;color:rgba(255,255,255,.82);font-size:15px;line-height:1.6}.outcome-grid--light article{border-color:var(--line);background:#fff}.outcome-grid--light p{color:var(--ink)}.outcome-grid--light b{color:var(--sky-deep)}
.fit-grid,.related-work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fit-grid article{display:flex;gap:13px;padding:23px;border:1px solid var(--line);border-radius:16px;background:#fff}.fit-grid b{color:var(--sky-deep);font-size:18px}.fit-grid p{margin:0;color:#36566a;font-size:14px;line-height:1.72}.related-work-card{display:block;min-height:220px;padding:25px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .25s var(--ease),box-shadow .25s ease}.related-work-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(7,26,43,.08)}.related-work-card>span{display:block;margin-bottom:22px;color:var(--sky-deep);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.related-work-card h3{margin:0 0 10px;color:var(--ink);font-size:23px;line-height:1.15;letter-spacing:-.05em}.related-work-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.related-work-card b{display:block;margin-top:20px;color:var(--sky-deep);font-size:12px}.faq-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(40px,9vw,150px);align-items:start}.faq-wrap h2{margin:0;color:var(--ink);font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.07em}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:20px;padding:20px 0;color:var(--ink);font-size:16px;font-weight:700;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary b{color:var(--sky-deep);font-size:20px;font-weight:400}.faq-list details[open] summary b{transform:rotate(45deg)}.faq-list p{max-width:720px;margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.8}
.next-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.next-step-grid article{min-height:140px;padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff}.next-step-grid span{display:block;margin-bottom:21px;color:var(--sky-deep);font-size:11px;font-weight:800;letter-spacing:.1em}.next-step-grid p{margin:0;color:var(--ink);font-size:15px;line-height:1.55}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.about-process{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.about-process article{padding:20px;border-top:1px solid rgba(255,255,255,.22)}.about-process span{display:block;margin-bottom:28px;color:#93ddff;font-size:11px;font-weight:800}.about-process h3{margin:0;color:#fff;font-size:19px;letter-spacing:-.04em}
.usecase-grid,.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.usecase-card,.resource-card{display:flex;min-height:265px;padding:26px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .25s var(--ease),box-shadow .25s ease}.usecase-card{flex-direction:column}.usecase-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(7,26,43,.08)}.usecase-card>p,.resource-card>p{margin:0 0 22px;color:var(--sky-deep);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.usecase-card h2,.resource-card h2{margin:0;color:var(--ink);font-size:25px;line-height:1.17;letter-spacing:-.05em}.usecase-card>span{margin-top:auto;color:var(--sky-deep);font-size:12px;font-weight:800}.resource-card{flex-direction:column}.resource-card>span{margin-top:12px;color:var(--muted);font-size:13px;line-height:1.72}.resource-card a{margin-top:auto;padding-top:20px}
.topic-filter{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 30px}.topic-filter a{padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:#405f73;font-size:11px;font-weight:700}.topic-filter a:hover,.topic-filter a.active{border-color:var(--sky);background:#eaf8ff;color:var(--sky-deep)}.featured-insight{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;margin-bottom:45px;border:1px solid var(--line);border-radius:22px;background:#fff}.featured-insight__image{position:relative;min-height:360px;overflow:hidden;background:#0b263f}.featured-insight__image img{width:100%;height:100%;object-fit:cover}.featured-insight__image>span{position:absolute;left:20px;top:20px;padding:7px 10px;border-radius:999px;background:rgba(7,26,43,.75);color:#fff;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.featured-insight__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,6vw,70px)}.featured-insight__copy>p{margin:0 0 13px;color:#5e7484;font-size:11px;font-weight:700}.featured-insight__copy h2{margin:0 0 14px;color:var(--ink);font-size:clamp(32px,4vw,54px);line-height:1.05;letter-spacing:-.065em}.featured-insight__copy>span{color:var(--muted);font-size:14px;line-height:1.78}.featured-insight__copy a{margin-top:23px}
.footer-newsletter{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;margin-top:65px;padding:32px 0;border-top:1px solid rgba(255,255,255,.15)}.footer-newsletter h2{max-width:480px;margin:0 0 8px;color:#fff;font-size:30px;line-height:1.12;letter-spacing:-.05em}.footer-newsletter>div>p:last-child{max-width:480px;margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.65}.footer-newsletter form{align-self:center;display:grid;grid-template-columns:1fr auto;gap:10px}.footer-newsletter input{min-width:0;min-height:48px;padding:0 14px;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;outline:0}.footer-newsletter input::placeholder{color:rgba(255,255,255,.5)}.footer-newsletter button{min-height:48px;padding:0 18px;border-radius:10px;background:#fff;color:var(--ink);font-size:12px;font-weight:800}.footer-newsletter__status,.footer-newsletter small{grid-column:1/-1;margin:0;color:rgba(255,255,255,.68);font-size:11px;line-height:1.55}
@media(max-width:1100px){.services-grid--overview{grid-template-columns:repeat(2,1fr)}.engagement-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.testimonial-grid,.outcome-grid,.fit-grid,.related-work-grid{grid-template-columns:repeat(2,1fr)}.audience-grid{grid-template-columns:repeat(2,1fr)}.about-process{grid-template-columns:repeat(3,1fr)}.usecase-grid,.resource-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.proof-strip__inner{grid-template-columns:1fr;gap:15px}.proof-strip ul{justify-content:flex-start}.case-overview-grid,.faq-wrap{grid-template-columns:1fr;gap:34px}.featured-insight{grid-template-columns:1fr}.featured-insight__image{min-height:260px}.footer-newsletter{grid-template-columns:1fr;gap:22px}.next-step-grid{grid-template-columns:1fr}.engagement-grid--full{grid-template-columns:1fr}.about-process{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.why-grid,.testimonial-grid,.outcome-grid,.fit-grid,.related-work-grid,.engagement-grid,.services-grid--overview,.audience-grid,.usecase-grid,.resource-grid{grid-template-columns:1fr}.case-hero{padding:126px 0 48px}.case-hero h1{font-size:42px}.case-hero__lead{font-size:16px}.case-approach article{grid-template-columns:38px 1fr}.footer-newsletter form{grid-template-columns:1fr}.footer-newsletter button{width:100%}.about-process{grid-template-columns:1fr}.proof-strip li{font-size:10px}}

/* Content clusters and transparent case-study workflow. */
.case-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.case-workflow article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.case-workflow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: #e9f8ff;
  color: var(--sky-deep);
  font-size: 11px;
  font-weight: 800;
}

.case-workflow h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
  letter-spacing: -0.04em;
}

.case-workflow p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.article-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.article-topics a {
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid rgba(7, 121, 201, 0.2);
  border-radius: 999px;
  color: var(--sky-deep);
  font-size: 11px;
  font-weight: 700;
}

.article-topics a:hover {
  border-color: var(--sky);
  background: #effaff;
}

@media (max-width: 820px) {
  .case-workflow {
    grid-template-columns: 1fr;
  }
}

/* Public experience refinement v4: hierarchy, imagery, animation, and responsive composition. */
:root {
  --surface: #ffffff;
  --surface-soft: #f4fbff;
  --surface-blue: #e9f8ff;
  --shadow-soft: 0 22px 54px rgba(7, 26, 43, 0.09);
}

/* Slightly quieter masthead so the navigation does not compete with page content. */
.site-header > .container-fluid {
  height: 80px;
}

.brand--image img {
  width: clamp(182px, 16vw, 236px);
}

.desktop-nav {
  gap: 23px;
  margin-right: 22px;
}

.desktop-nav a,
.header-cta {
  font-size: 12px;
}

.header-cta {
  gap: 8px;
}

.brand--footer img {
  width: 208px;
}

.site-footer .footer-brand p {
  max-width: 250px;
  font-size: 12px;
}

/* Always give the hero a full-bleed visual field before video playback begins. */
.hero-home {
  width: 100%;
  min-height: max(760px, 100svh);
  padding-top: clamp(144px, 15vh, 172px);
  padding-bottom: clamp(58px, 8vh, 82px);
  background-color: #081a2a;
  background-image:
    linear-gradient(90deg, rgba(2, 17, 31, 0.9) 0%, rgba(2, 17, 31, 0.46) 54%, rgba(2, 17, 31, 0.18) 100%),
    url('../media/hero-poster.jpg');
  background-position: center;
  background-size: cover;
}

.hero-home__media,
.hero-home__media video,
.hero-home__veil {
  width: 100%;
  height: 100%;
}

.hero-home__content.container-fluid {
  width: 100%;
  max-width: none;
  padding-right: clamp(24px, 6vw, 88px);
  padding-left: clamp(24px, 6vw, 88px);
}

.hero-home__content > * {
  position: relative;
  z-index: 1;
}

.hero-home__bottom {
  max-width: 1080px;
}

.hero-home__bottom > p {
  max-width: 500px;
}

/* Reveal groups receive a measured stagger instead of a uniform movement. */
[data-reveal] {
  transition-delay: var(--reveal-delay, 0ms);
}

/* Homepage proof strip: restore visual balance without diluting the proof content. */
.proof-strip {
  position: relative;
  overflow: hidden;
  border-top: 0;
  background: linear-gradient(135deg, #f8fdff 0%, #edf9ff 100%);
}

.proof-strip::after {
  position: absolute;
  inset: auto -7% -190px auto;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50, 167, 244, 0.17), rgba(50, 167, 244, 0) 70%);
  content: '';
  pointer-events: none;
}

.proof-strip__inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(240px, 0.95fr) minmax(145px, 0.45fr) minmax(0, 1.6fr);
  gap: clamp(24px, 4vw, 58px);
  min-height: 148px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.proof-strip__copy p {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.13em;
}

.proof-strip__copy span {
  max-width: 350px;
  color: #4c6d81;
  font-size: 13px;
}

.proof-strip__visual {
  position: relative;
  min-height: 82px;
  overflow: hidden;
  border: 1px solid rgba(50, 167, 244, 0.28);
  border-radius: 16px;
  background:
    linear-gradient(rgba(50, 167, 244, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50, 167, 244, 0.12) 1px, transparent 1px),
    linear-gradient(145deg, #137fc3, #0b3555);
  background-size: 20px 20px, 20px 20px, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.proof-strip__visual i,
.proof-strip__visual b,
.proof-strip__visual em {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.proof-strip__visual i {
  top: 22px;
  left: 17%;
  width: 40%;
  height: 15px;
  background: #bcecff;
  box-shadow: 27px 28px 0 rgba(188, 236, 255, 0.66);
  animation: proof-flow 4.2s ease-in-out infinite;
}

.proof-strip__visual b {
  top: 14px;
  right: 17%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.56);
}

.proof-strip__visual em {
  right: 24%;
  bottom: -15px;
  width: 70px;
  height: 70px;
  background: rgba(141, 221, 255, 0.26);
}

.proof-strip ul {
  justify-content: flex-start;
  gap: 9px;
}

.proof-strip li {
  padding: 9px 13px;
  border-color: rgba(7, 121, 201, 0.16);
  background: rgba(255, 255, 255, 0.74);
  color: #31566e;
  transition: transform 0.25s var(--ease), background 0.25s ease, border-color 0.25s ease;
}

.proof-strip li:hover {
  transform: translateY(-3px);
  border-color: rgba(50, 167, 244, 0.55);
  background: #fff;
}

/* Services: visual engagement cards make the starting models easier to scan. */
.section--engagements {
  position: relative;
  overflow: hidden;
}

.engagement-heading {
  align-items: end;
}

.engagement-heading__aside {
  max-width: 410px;
}

.engagement-heading__aside p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

.engagement-grid--visual {
  gap: 18px;
}

.engagement-card--visual {
  min-height: 372px;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(7, 26, 43, 0.035);
  transition: transform 0.32s var(--ease), box-shadow 0.32s ease, border-color 0.32s ease;
}

.engagement-card--visual:hover {
  transform: translateY(-7px);
  border-color: rgba(50, 167, 244, 0.44);
  box-shadow: var(--shadow-soft);
}

.engagement-card__visual {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  background: linear-gradient(140deg, #0e3e61, #0b2136);
}

.engagement-card__visual::before,
.engagement-card__visual::after,
.engagement-card__visual i,
.engagement-card__visual b,
.engagement-card__visual em {
  position: absolute;
  display: block;
  content: '';
}

.engagement-card__visual > span {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 19px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 999px;
  background: rgba(8, 26, 43, 0.36);
  color: #d9f4ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.engagement-card__visual::before {
  inset: 25% 14% -42% 40%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 26px 26px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.21), rgba(255, 255, 255, 0.03));
}

.engagement-card__visual::after {
  top: -34px;
  right: -25px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(171, 233, 255, 0.62), rgba(171, 233, 255, 0) 68%);
}

.engagement-card__visual i {
  top: 54px;
  left: 20%;
  width: 37%;
  height: 12px;
  border-radius: 999px;
  background: #aee8ff;
  box-shadow: 0 24px 0 rgba(174, 232, 255, 0.6);
}

.engagement-card__visual b {
  right: 18%;
  bottom: 22px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #4bbdff;
  transform: rotate(12deg);
}

.engagement-card__visual em {
  bottom: -21px;
  left: 8%;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(67, 175, 235, 0.32);
}

.engagement-card__visual--2 {
  background: linear-gradient(135deg, #146c9e, #0c314d);
}

.engagement-card__visual--2::before {
  inset: 21% 22% -35% 22%;
  border-radius: 38px 38px 0 0;
  transform: rotate(7deg);
}

.engagement-card__visual--2 i { left: 30%; width: 40%; }
.engagement-card__visual--2 b { right: 22%; border-radius: 50%; }

.engagement-card__visual--3 {
  background: linear-gradient(135deg, #103650, #091d31);
}

.engagement-card__visual--3::before {
  inset: 29% 14% -29% 14%;
  border-radius: 16px 16px 0 0;
}

.engagement-card__visual--3 i { top: 50px; left: 26%; width: 29%; }
.engagement-card__visual--3 b { right: 16%; bottom: 29px; width: 44px; height: 44px; }

.engagement-card__visual--4 {
  background: linear-gradient(135deg, #187db8, #0b2c45);
}

.engagement-card__visual--4::before {
  inset: 25% 27% -40% 27%;
  border-radius: 36px 36px 0 0;
}

.engagement-card__visual--4 i { left: 21%; width: 35%; }
.engagement-card__visual--4 b { right: 25%; bottom: 20px; background: #b8edff; }

.engagement-card__body {
  padding: 22px 24px 8px;
}

.engagement-card--visual h3 {
  font-size: 24px;
}

.engagement-card--visual > a {
  margin: auto 24px 22px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

/* Contact: turn process and FAQ into editorial, not utility, sections. */
.contact-expectations {
  background:
    radial-gradient(circle at 84% 14%, rgba(58, 178, 244, 0.14), transparent 28%),
    var(--soft);
}

.contact-expectations__heading {
  align-items: end;
}

.contact-expectations__heading > p {
  max-width: 390px;
  margin: 0;
}

.next-step-grid {
  gap: 18px;
}

.next-step-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  min-height: 172px;
  overflow: hidden;
  border: 1px solid rgba(7, 121, 201, 0.16);
  border-radius: 18px;
  background: #fff;
  transition: transform 0.3s var(--ease), box-shadow 0.3s ease, border-color 0.3s ease;
}

.next-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(50, 167, 244, 0.5);
  box-shadow: 0 18px 40px rgba(7, 26, 43, 0.08);
}

.next-step-card__visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #105d8b, #0a2c45);
}

.next-step-card__visual::before,
.next-step-card__visual i,
.next-step-card__visual b,
.next-step-card__visual em {
  position: absolute;
  display: block;
  content: '';
}

.next-step-card__visual::before {
  top: 28px;
  left: 31px;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
}

.next-step-card__visual i {
  top: 48px;
  left: 43px;
  width: 34px;
  height: 9px;
  border-radius: 999px;
  background: #bdeeff;
  box-shadow: 0 17px 0 rgba(189, 238, 255, 0.63);
}

.next-step-card__visual b {
  right: -27px;
  bottom: -31px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(85, 194, 250, 0.3);
}

.next-step-card__visual em {
  top: 16px;
  right: 18px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #b8edff;
}

.next-step-card__visual--2 { background: linear-gradient(145deg, #087fc6, #0b3150); }
.next-step-card__visual--2::before { border-radius: 50%; }
.next-step-card__visual--3 { background: linear-gradient(145deg, #0c405f, #071a2b); }
.next-step-card__visual--3::before { transform: rotate(12deg); }

.next-step-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 22px;
}

.next-step-card__copy span {
  margin-bottom: 14px;
  color: var(--sky-deep);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.next-step-card__copy p {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.62;
}

.section--faq {
  padding-top: clamp(80px, 10vw, 130px);
}

.faq-wrap__intro {
  padding-top: 8px;
}

.faq-wrap__intro > p:not(.eyebrow) {
  max-width: 385px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

.faq-visual {
  position: relative;
  min-height: 174px;
  max-width: 368px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(50, 167, 244, 0.25);
  border-radius: 18px;
  background:
    linear-gradient(rgba(50, 167, 244, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50, 167, 244, 0.11) 1px, transparent 1px),
    linear-gradient(145deg, #e9f8ff, #d7f2ff);
  background-size: 28px 28px, 28px 28px, auto;
}

.faq-visual i,
.faq-visual b,
.faq-visual em {
  position: absolute;
  display: block;
}

.faq-visual i {
  top: 35px;
  left: 35px;
  width: 180px;
  height: 95px;
  border: 1px solid rgba(7, 121, 201, 0.28);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 28px rgba(7, 121, 201, 0.1);
}

.faq-visual i::before,
.faq-visual i::after {
  position: absolute;
  left: 25px;
  display: block;
  height: 11px;
  border-radius: 99px;
  background: #77cdf9;
  content: '';
}

.faq-visual i::before { top: 26px; width: 91px; }
.faq-visual i::after { top: 50px; width: 124px; background: #c1eaff; }

.faq-visual b {
  right: 41px;
  bottom: 27px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #1d9ee8;
  box-shadow: 0 0 0 16px rgba(29, 158, 232, 0.12);
}

.faq-visual em {
  top: 25px;
  right: 35px;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: #0b76b7;
  transform: rotate(16deg);
}

.faq-list {
  border-top-color: rgba(7, 121, 201, 0.18);
}

.faq-list details {
  transition: background 0.22s ease, border-color 0.22s ease;
}

.faq-list details[open] {
  border-color: rgba(50, 167, 244, 0.42);
  background: #f8fcff;
}

.faq-list summary {
  padding: 23px 20px;
}

.faq-list details p {
  padding: 0 20px 22px;
}

/* Insights: search, topic navigation, and featured content get an intentional editorial rhythm. */
.blog-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(73, 187, 244, 0.22), transparent 22%),
    linear-gradient(145deg, #f6fcff, #e6f7ff);
}

.blog-hero::after {
  position: absolute;
  right: 7%;
  bottom: -88px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(50, 167, 244, 0.18);
  border-radius: 50%;
  content: '';
}

.blog-hero > .container-fluid {
  position: relative;
  z-index: 1;
}

.blog-search-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 800px;
  margin-top: 33px;
}

.blog-search {
  flex: 1;
  max-width: none;
  margin: 0;
  border: 1px solid rgba(7, 121, 201, 0.2);
  border-radius: 15px;
  box-shadow: 0 12px 26px rgba(7, 26, 43, 0.045);
}

.blog-search:focus-within {
  border-color: rgba(50, 167, 244, 0.72);
  box-shadow: 0 0 0 4px rgba(50, 167, 244, 0.12), 0 14px 30px rgba(7, 26, 43, 0.06);
}

.blog-search__icon {
  display: grid;
  place-items: center;
  width: 48px;
  color: var(--sky-deep);
  font-size: 28px;
  line-height: 1;
  transform: rotate(-20deg);
}

.blog-search input {
  padding: 15px 8px 15px 0;
  font-size: 13px;
}

.blog-search button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  margin: 4px;
  padding: 0 16px;
  border-radius: 10px;
}

.blog-search button span {
  font-size: 15px;
}

.blog-search-wrap > p {
  max-width: 190px;
  margin: 0;
  color: #607b8d;
  font-size: 11px;
  line-height: 1.6;
}

.topic-filter-wrap {
  display: grid;
  grid-template-columns: minmax(190px, 0.6fr) minmax(0, 1.4fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 42px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.topic-filter-wrap > div > span {
  display: block;
  margin-bottom: 6px;
  color: var(--sky-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topic-filter-wrap > div > p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.64;
}

.topic-filter {
  justify-content: flex-start;
  margin: 0;
  gap: 8px;
}

.topic-filter a {
  min-height: 35px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-color: rgba(7, 121, 201, 0.16);
  background: #f8fcff;
  transition: transform 0.2s var(--ease), border-color 0.2s ease, background 0.2s ease;
}

.topic-filter a:hover {
  transform: translateY(-2px);
}

.featured-insight {
  position: relative;
  min-height: 410px;
  margin-bottom: 52px;
  border-color: rgba(7, 121, 201, 0.18);
  box-shadow: 0 18px 45px rgba(7, 26, 43, 0.065);
}

.featured-insight__image::after {
  position: absolute;
  right: -30px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  content: '';
}

.featured-insight__image img {
  transition: transform 0.65s var(--ease), filter 0.4s ease;
}

.featured-insight:hover .featured-insight__image img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.featured-insight__copy {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #f8fdff);
}

.featured-insight__copy::after {
  position: absolute;
  top: 0;
  right: -54px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50, 167, 244, 0.15), rgba(50, 167, 244, 0) 70%);
  content: '';
  pointer-events: none;
}

.featured-insight__copy > * {
  position: relative;
  z-index: 1;
}

/* About: a clearer audience hierarchy and a process that explains itself. */
.section--audience {
  overflow: hidden;
}

.about-audience__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.62fr);
  gap: clamp(40px, 9vw, 140px);
  align-items: end;
  margin-bottom: 52px;
}

.about-audience__heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.07em;
}

.about-audience__aside > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

.about-audience__visual {
  position: relative;
  height: 92px;
  margin-top: 19px;
  overflow: hidden;
  border: 1px solid rgba(50, 167, 244, 0.22);
  border-radius: 16px;
  background: linear-gradient(135deg, #e9f8ff, #fbfeff);
}

.about-audience__visual i,
.about-audience__visual b,
.about-audience__visual em {
  position: absolute;
  display: block;
}

.about-audience__visual i {
  left: 22px;
  bottom: 18px;
  width: 56%;
  height: 13px;
  border-radius: 999px;
  background: #8fdbff;
  box-shadow: 28px -23px 0 #45b8f5;
}

.about-audience__visual b {
  top: 13px;
  right: 38px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(40, 158, 222, 0.15);
  box-shadow: 0 0 0 16px rgba(40, 158, 222, 0.07);
}

.about-audience__visual em {
  top: 23px;
  left: 38%;
  width: 19px;
  height: 19px;
  border-radius: 5px;
  background: #0b72b4;
  transform: rotate(45deg);
}

.audience-grid {
  gap: 14px;
}

.audience-grid article {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  gap: 15px;
  min-height: 190px;
  padding: 24px;
  transition: transform 0.28s var(--ease), box-shadow 0.28s ease, border-color 0.28s ease;
}

.audience-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(50, 167, 244, 0.45);
  box-shadow: 0 17px 34px rgba(7, 26, 43, 0.065);
}

.audience-grid b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 50%;
  background: var(--surface-blue);
  color: var(--sky-deep);
  font-size: 10px;
  letter-spacing: 0.02em;
}

.audience-grid h3 {
  font-size: 21px;
}

.section--engagement-process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 6%, rgba(112, 210, 255, 0.2), transparent 20%),
    #0b263f;
}

.about-process {
  position: relative;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-process article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  min-height: 183px;
  padding: 24px 17px 25px;
  border-top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.28s ease;
}

.about-process article:last-child {
  border-right: 0;
}

.about-process article:hover {
  background: rgba(255, 255, 255, 0.055);
}

.about-process span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin: 0;
  border: 1px solid rgba(143, 219, 255, 0.45);
  border-radius: 50%;
  color: #a6e4ff;
  font-size: 9px;
}

.about-process h3 {
  margin: 1px 0 9px;
  font-size: 20px;
}

.about-process p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.67;
}

/* Legal pages: readable measure, sticky context, and a calmer reading surface. */
.legal-page {
  padding: 138px 0 108px;
  background: linear-gradient(180deg, #f9fdff 0, #fff 35%);
}

.legal-shell {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 130px);
  max-width: 1240px;
}

.legal-aside {
  position: sticky;
  top: 112px;
  align-self: start;
  padding-top: 9px;
}

.legal-aside > p:not(.eyebrow) {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.legal-aside nav {
  display: grid;
  gap: 3px;
  padding-left: 13px;
  border-left: 1px solid rgba(7, 121, 201, 0.22);
}

.legal-aside nav a {
  padding: 8px 9px;
  border-radius: 8px;
  color: #516f81;
  font-size: 12px;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease;
}

.legal-aside nav a:hover {
  background: #eaf8ff;
  color: var(--sky-deep);
}

.legal-content {
  max-width: 780px;
}

.legal-content header {
  padding-bottom: 37px;
  border-bottom: 1px solid var(--line);
}

.legal-content h1 {
  max-width: 730px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.99;
  letter-spacing: -0.074em;
}

.legal-lead {
  max-width: 655px;
  margin: 0;
  color: #5e7788;
  font-size: 16px;
  line-height: 1.82;
}

.legal-content__body {
  display: grid;
  gap: 38px;
  padding-top: 43px;
}

.legal-content__body section {
  scroll-margin-top: 116px;
}

.legal-content h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -0.052em;
}

.legal-content p {
  max-width: 710px;
  margin: 0;
  color: #456174;
  font-size: 15px;
  line-height: 1.9;
}

.legal-content a {
  color: var(--sky-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes proof-flow {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}

@media (max-width: 1100px) {
  .proof-strip__inner { grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr); }
  .proof-strip__visual { display: none; }
  .engagement-heading { align-items: start; }
  .about-audience__heading { grid-template-columns: 1fr 0.72fr; gap: 45px; }
  .about-process { grid-template-columns: repeat(3, 1fr); }
  .about-process article:nth-child(3) { border-right: 0; }
}

@media (max-width: 820px) {
  .site-header > .container-fluid { height: 74px; }
  .brand--image img { width: min(184px, 53vw); }
  .hero-home { min-height: max(690px, 100svh); padding-top: 124px; }
  .hero-home__content.container-fluid { padding-right: 20px; padding-left: 20px; }
  .proof-strip__inner,
  .topic-filter-wrap,
  .about-audience__heading,
  .legal-shell { grid-template-columns: 1fr; }
  .proof-strip__visual { display: block; max-width: 260px; }
  .engagement-heading__aside { max-width: 520px; }
  .contact-expectations__heading { align-items: start; }
  .blog-search-wrap { align-items: stretch; flex-direction: column; max-width: 620px; }
  .blog-search-wrap > p { max-width: 440px; }
  .topic-filter-wrap { gap: 16px; }
  .about-audience__aside { max-width: 520px; }
  .about-process { grid-template-columns: repeat(2, 1fr); }
  .about-process article:nth-child(3) { border-right: 1px solid rgba(255, 255, 255, 0.14); }
  .about-process article:nth-child(even) { border-right: 0; }
  .legal-aside { position: static; display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
  .legal-aside .eyebrow, .legal-aside > p:not(.eyebrow) { grid-column: 1 / -1; margin: 0; }
  .legal-aside nav { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-left: 0; border-left: 0; }
}

@media (max-width: 600px) {
  .hero-home { min-height: 650px; padding-bottom: 44px; }
  .hero-home__bottom > p { font-size: 14px; }
  .proof-strip__inner { padding-top: 24px; padding-bottom: 24px; }
  .engagement-card--visual { min-height: 354px; }
  .next-step-card { grid-template-columns: 96px minmax(0, 1fr); }
  .next-step-card__copy { padding: 21px 17px; }
  .next-step-card__visual::before { left: 21px; }
  .next-step-card__visual i { left: 32px; }
  .faq-list summary, .faq-list details p { padding-right: 14px; padding-left: 14px; }
  .blog-search { width: 100%; }
  .blog-search__icon { width: 38px; font-size: 24px; }
  .blog-search button { padding: 0 12px; }
  .blog-search button span { display: none; }
  .topic-filter-wrap { margin-bottom: 30px; padding: 18px; }
  .featured-insight { min-height: 0; border-radius: 18px; }
  .featured-insight__image { min-height: 230px; }
  .about-audience__heading { margin-bottom: 33px; }
  .audience-grid article { min-height: 0; }
  .about-process { grid-template-columns: 1fr; }
  .about-process article, .about-process article:nth-child(3) { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .about-process article:last-child { border-bottom: 0; }
  .legal-page { padding-top: 112px; }
  .legal-aside nav { grid-template-columns: 1fr; }
  .legal-content h1 { font-size: clamp(40px, 12vw, 56px); }
  .legal-content p { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .proof-strip__visual i,
  .engagement-card--visual,
  .next-step-card,
  .featured-insight__image img,
  .audience-grid article,
  .about-process article,
  .topic-filter a { animation: none !important; transition: none !important; }
}

/* Footer integration + context-specific illustration system. */
.site-footer {
  padding-top: 58px;
}

.footer-grid.footer-grid--integrated {
  grid-template-columns: minmax(220px, 0.95fr) minmax(150px, 0.55fr) minmax(480px, 1.5fr);
  gap: clamp(28px, 4.6vw, 72px);
  align-items: start;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-contact-newsletter {
  display: grid;
  grid-template-columns: minmax(145px, 0.56fr) minmax(250px, 1fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
}

.footer-contact-newsletter .footer-contact {
  padding-right: clamp(16px, 2vw, 28px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-contact b {
  color: #9ee4ff;
  font-size: 15px;
  line-height: 1;
}

.footer-newsletter.footer-newsletter--inline {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.footer-newsletter--inline h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.footer-newsletter--inline > div > p:last-child {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.62;
}

.footer-newsletter--inline form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 16px;
}

.footer-newsletter__field {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-newsletter--inline input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0 13px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.footer-newsletter--inline input:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(143, 219, 255, 0.9);
}

.footer-newsletter--inline button {
  min-width: 104px;
  min-height: 44px;
  padding: 0 13px;
  border-radius: 8px;
  background: #fff;
  color: #082239;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.footer-newsletter--inline button:hover {
  background: #bcecff;
}

.footer-newsletter--inline .footer-newsletter__status,
.footer-newsletter--inline small {
  grid-column: auto;
  margin: 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 10px;
  line-height: 1.52;
}

.site-footer .footer-bottom {
  margin-top: 45px;
}

/* Context illustrations: human activity keeps the visual language warm without replacing editable content. */
.proof-strip__visual--illustrated,
.about-audience__visual--illustrated,
.faq-visual--illustrated,
.engagement-card__visual--illustrated {
  isolation: isolate;
}

.proof-strip__visual--illustrated {
  display: grid;
  place-items: center;
  min-height: 104px;
  overflow: visible;
  background: transparent;
}

.proof-strip__visual--illustrated img {
  display: block;
  width: min(100%, 246px);
  max-height: 116px;
  object-fit: contain;
  filter: drop-shadow(0 14px 17px rgba(9, 78, 117, 0.12));
  transform: translateY(4px);
}

.about-audience__visual--illustrated {
  display: grid;
  place-items: end center;
  height: 160px;
  margin-top: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(76, 188, 246, 0.19), transparent 32%),
    linear-gradient(140deg, #f8fdff, #e3f5ff);
}

.about-audience__visual--illustrated img {
  width: min(100%, 286px);
  max-height: 153px;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(9, 78, 117, 0.1));
}

.faq-visual--illustrated {
  display: grid;
  place-items: end center;
  min-height: 222px;
  max-width: 390px;
  background:
    radial-gradient(circle at 20% 24%, rgba(50, 167, 244, 0.17), transparent 26%),
    linear-gradient(145deg, #f5fcff, #d9f2ff);
}

.faq-visual--illustrated img {
  width: min(100%, 310px);
  max-height: 214px;
  object-fit: contain;
  filter: drop-shadow(0 15px 21px rgba(9, 78, 117, 0.14));
}

.engagement-card__visual--illustrated {
  display: grid;
  place-items: end center;
  min-height: 165px;
  background:
    radial-gradient(circle at 78% 15%, rgba(155, 227, 255, 0.78), transparent 30%),
    linear-gradient(145deg, #eaf8ff, #cdeeff);
}

.engagement-card__visual--illustrated::before,
.engagement-card__visual--illustrated::after,
.engagement-card__visual--illustrated i,
.engagement-card__visual--illustrated b,
.engagement-card__visual--illustrated em {
  display: none;
}

.engagement-card__visual--illustrated > span {
  z-index: 2;
  border-color: rgba(8, 70, 112, 0.13);
  background: rgba(255, 255, 255, 0.82);
  color: #1479b7;
}

.engagement-card__visual--illustrated img {
  width: min(94%, 230px);
  max-height: 155px;
  object-fit: contain;
  filter: drop-shadow(0 12px 17px rgba(9, 78, 117, 0.12));
  transition: transform 0.35s var(--ease);
}

.engagement-card--visual:hover .engagement-card__visual--illustrated img {
  transform: translateY(-4px) scale(1.025);
}

@media (max-width: 980px) {
  .footer-grid.footer-grid--integrated {
    grid-template-columns: minmax(205px, 0.8fr) minmax(150px, 0.55fr) minmax(330px, 1.2fr);
    gap: 30px;
  }

  .footer-contact-newsletter {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-contact-newsletter .footer-contact {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 700px) {
  .site-footer {
    padding-top: 46px;
  }

  .footer-grid.footer-grid--integrated {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  .footer-links .footer-label {
    grid-column: 1 / -1;
  }

  .footer-contact-newsletter {
    grid-template-columns: 1fr;
  }

  .footer-contact-newsletter .footer-contact {
    padding-bottom: 22px;
  }

  .footer-newsletter__field {
    max-width: 420px;
  }

  .proof-strip__visual--illustrated {
    min-height: 92px;
  }

  .about-audience__visual--illustrated {
    height: 148px;
  }
}

@media (max-width: 440px) {
  .footer-newsletter__field {
    display: grid;
    gap: 0;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .footer-newsletter--inline input,
  .footer-newsletter--inline button {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.08);
  }

  .footer-newsletter--inline button {
    margin-top: 8px;
    background: #fff;
  }
}

/* Legacy stylesheet. Public page refinements live in assets/css/public-system.css. */


/* Source: assets/css/public-system.css */
/*
 * Closepage public-system.css
 * Canonical public layout layer for v9+. New public visual changes belong here,
 * not in the legacy stylesheet. This prevents late-stage breakpoint overrides.
 */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Global rhythm */
.section { padding: clamp(64px, 7.5vw, 112px) 0; }
.section-heading { gap: clamp(24px, 3vw, 36px); margin-bottom: clamp(30px, 4vw, 44px); }
.section-heading > p,
.grid-heading > div + p,
.grid-heading--work > div + div > p { margin-top: 16px; }
.split-layout,
.faq-wrap,
.case-overview-grid,
.featured-insight,
.service-overview,
.audience-layout,
.contact-layout { gap: clamp(28px, 4vw, 56px); }

/* Navigation orientation */
.desktop-nav a.is-active { color: var(--ink); }
.desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.mobile-menu a.is-active { color: var(--sky-deep); }

/* Homepage proof strip */
.proof-strip__inner {
  grid-template-columns: minmax(240px, .9fr) minmax(0, 1.55fr);
  min-height: 0;
  padding-block: 26px;
}
.proof-strip__visual,
.proof-strip__visual--illustrated { display: none; }
.proof-strip ul { justify-content: flex-start; }
.proof-strip li { padding: 9px 13px; }

/* Consistent contextual artwork */
.work-card__visual--asset,
.showcase-card__visual--asset {
  display: grid;
  place-items: center;
  isolation: isolate;
  background: linear-gradient(145deg, #eaf8ff, #d0efff);
}
.work-card__visual--asset > span,
.showcase-card__visual--asset > span {
  z-index: 2;
  border: 1px solid rgba(8, 79, 121, .14);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, .82);
  color: #126fa8;
}
.work-card__visual-image,
.showcase-card__visual-image {
  display: block;
  width: min(92%, 520px);
  height: min(88%, 300px);
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(8, 83, 128, .12));
  transition: transform .35s var(--ease);
}
.work-card:hover .work-card__visual-image,
.showcase-card:hover .showcase-card__visual-image { transform: translateY(-4px) scale(1.018); }

.service-hero__art--asset {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(8, 121, 201, .14);
  border-radius: 24px;
  background: linear-gradient(145deg, #f1fbff, #d9f2ff);
}
.service-hero__art--asset > span {
  z-index: 2;
  right: 18px;
  top: 16px;
  color: rgba(8, 121, 201, .24);
}
.service-hero__art--asset img {
  width: min(100%, 350px);
  max-height: 95%;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(8, 83, 128, .12));
}

.case-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
}
.case-hero__visual {
  display: grid;
  place-items: center;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(90, 191, 242, .22), rgba(255, 255, 255, .05));
}
.case-hero__visual img {
  width: min(94%, 390px);
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .18));
}

/* Search and insight discovery */
.blog-search-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .34fr);
  align-items: center;
  gap: 18px 24px;
  max-width: 890px;
  margin-top: 34px;
}
.blog-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 64px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 121, 201, .2);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 30px rgba(7, 26, 43, .055);
  transition: border-color .22s ease, box-shadow .22s ease;
}
.blog-search:focus-within { border-color: rgba(50, 167, 244, .78); box-shadow: var(--cp-focus), 0 16px 34px rgba(7, 26, 43, .075); }
.blog-search__field { display: flex; align-items: center; min-width: 0; height: 100%; padding-left: 19px; }
.blog-search__icon { display: block; flex: 0 0 auto; width: 20px; height: 20px; margin-right: 12px; fill: none; stroke: var(--sky-deep); stroke-linecap: round; stroke-width: 2; transform: none; }
.blog-search input { width: 100%; min-width: 0; height: 62px; padding: 0 10px 0 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }
.blog-search input::placeholder { color: #78909f; opacity: 1; }
.blog-search button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 126px; min-height: 52px; margin: 5px; padding: 0 18px; border-radius: 12px; background: var(--sky); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .01em; cursor: pointer; }
.blog-search button:hover { background: var(--sky-deep); box-shadow: 0 9px 18px rgba(8, 121, 201, .23); }
.blog-search__hint { max-width: 245px; margin: 0; padding-left: 18px; border-left: 2px solid rgba(50, 167, 244, .45); color: #56778d; font-size: 12px; line-height: 1.65; }

/* Article reading surface */
.article-hero { padding: 132px 0 40px; }
.article-hero h1 { max-width: 980px; }
.article-layout { align-items: start; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(32px, 4vw, 64px); max-width: 1280px; padding-top: 24px; padding-bottom: clamp(72px, 8vw, 120px); }
.article-content { min-width: 0; }
.article-featured-media { margin: 0 0 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--soft); box-shadow: var(--cp-shadow-soft); }
.article-featured-media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.article-lead { max-width: 58ch; margin-bottom: 28px; }
.article-content p, .article-content ul, .article-content ol, .article-content blockquote, .article-content table { max-width: 62ch; }
.article-content table { width: 100%; }
.article-content h2, .article-content h3 { max-width: 24ch; scroll-margin-top: 116px; }
.article-aside { position: sticky; top: 104px; align-self: start; display: grid; gap: 16px; }
.article-toc, .article-share, .article-aside__cta { border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(7, 26, 43, .04); }
.article-toc, .article-share { padding: 22px; }
.article-aside__label { margin: 0 0 13px; color: var(--sky-deep); font-size: 10px; font-weight: 800; letter-spacing: .115em; line-height: 1.3; text-transform: uppercase; }
.article-toc ol { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.article-toc a { display: block; padding: 8px 0; color: #416276; font-size: 12px; font-weight: 600; line-height: 1.55; transition: color .2s ease, transform .2s ease, background .2s ease; }
.article-toc a:hover, .article-toc a.is-active { color: var(--sky-deep); transform: translateX(3px); }
.article-toc a.is-active { font-weight: 800; }
.article-toc__level--3 a { padding-left: 13px; color: #668396; font-size: 11px; }
.article-share { position: static; display: block; color: inherit; font-size: inherit; font-weight: inherit; letter-spacing: normal; text-transform: none; }
.article-share__actions { display: flex; flex-wrap: wrap; gap: 9px; }
.article-share__button { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid #d5e6ef; border-radius: 11px; background: #f9fdff; color: #315b72; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s var(--ease); }
.article-share__button:hover, .article-share__button.is-copied { border-color: rgba(50, 167, 244, .6); background: #eaf8ff; color: #0875b4; transform: translateY(-1px); }
.article-share__button svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.article-share__status { min-height: 17px; margin: 10px 0 0; color: #4d7187; font-size: 10px; line-height: 1.5; }
.article-aside__cta { padding: 24px 22px; border-color: rgba(50, 167, 244, .32); background: linear-gradient(145deg, #f4fcff, #e8f7ff); }
.article-aside__cta h2 { margin: 0 0 10px; color: var(--ink); font-size: 18px; line-height: 1.28; letter-spacing: -.042em; }
.article-aside__cta > p:not(.article-aside__label) { margin: 0; color: #56768a; font-size: 12px; line-height: 1.65; }
.article-aside__cta .text-arrow { display: inline-flex; margin-top: 17px; color: var(--sky-deep); font-size: 12px; font-weight: 800; }

/* Footer delivery state */
.footer-contact-newsletter { align-items: start; }
.footer-newsletter__heading { display: flex; align-items: center; gap: 10px; }
.footer-newsletter__mode { display: inline-flex; align-items: center; min-height: 22px; padding: 0 8px; border: 1px solid rgba(255, 255, 255, .26); border-radius: 999px; color: #bcecff; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer-newsletter__status[data-state='error'] { color: #ffd3d3; }
.footer-newsletter__status[data-state='success'] { color: #bff5d3; }

@media (max-width: 1080px) {
  .case-hero__layout { grid-template-columns: 1fr .7fr; gap: 34px; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 288px; gap: 28px; }
}
@media (max-width: 980px) {
  .section { padding: 56px 0; }
  .section-heading { margin-bottom: 32px; }
  .proof-strip__inner { grid-template-columns: 1fr; }
  .case-hero__layout { grid-template-columns: 1fr; }
  .case-hero__visual { min-height: 220px; max-width: 500px; }
  .article-hero { padding: 122px 0 32px; }
  .article-layout { grid-template-columns: 1fr; gap: 28px; padding-top: 18px; }
  .article-content p, .article-content ul, .article-content ol, .article-content blockquote, .article-content table, .article-content h2, .article-content h3, .article-lead { max-width: none; }
  .article-aside { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
}
@media (max-width: 760px) {
  .blog-search-wrap { grid-template-columns: 1fr; max-width: 700px; }
  .blog-search { grid-template-columns: 1fr; min-height: 0; overflow: visible; padding: 5px; }
  .blog-search__field { min-height: 55px; padding-left: 13px; }
  .blog-search input { height: 55px; font-size: 13px; }
  .blog-search button { width: 100%; min-height: 48px; margin: 0; }
  .blog-search__hint { max-width: 520px; padding-left: 14px; font-size: 11px; }
  .article-layout { padding-bottom: 68px; }
  .article-featured-media { margin-bottom: 24px; border-radius: 18px; }
  .article-featured-media img { aspect-ratio: 16 / 11; }
  .article-aside { grid-template-columns: 1fr; }
  .service-hero__art--asset { max-width: 380px; }
}
@media (max-width: 520px) {
  .article-share__actions { gap: 8px; }
  .work-card__visual-image { width: min(94%, 300px); }
  .showcase-card__visual-image { width: min(94%, 360px); }
}


/* v9.1 Layout corrections: centered article reading surface and proportional service scope. */
.article-layout.article-layout--reading {
  width: min(calc(100% - clamp(32px, 7vw, 128px)), 1260px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 760px) minmax(280px, 312px);
  justify-content: center;
  gap: clamp(38px, 5vw, 72px);
  padding-inline: 0;
}
.article-layout.article-layout--reading .article-content {
  width: 100%;
  max-width: 760px;
  justify-self: center;
}
.article-layout.article-layout--reading .article-aside {
  width: 100%;
}
.article-layout.article-layout--reading .article-featured-media img {
  aspect-ratio: auto;
  object-fit: contain;
}
.article-layout.article-layout--reading .article-content > *:not(.article-featured-media) {
  max-width: 680px;
  margin-inline: auto;
}
.article-layout.article-layout--reading .article-content > .article-lead,
.article-layout.article-layout--reading .article-content > .article-end {
  max-width: 680px;
}
.article-layout.article-layout--reading .article-content > .article-table-wrap,
.article-layout.article-layout--reading .article-content > .article-columns,
.article-layout.article-layout--reading .article-content > figure.article-image {
  max-width: 760px;
}
.article-layout.article-layout--reading .article-content > hr {
  max-width: 680px;
}

.deliverable-grid {
  gap: 16px;
  background: transparent;
}
.deliverable-grid article {
  min-height: 232px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.deliverable-grid--count-1 { grid-template-columns: minmax(0, 1fr); }
.deliverable-grid--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.deliverable-grid--count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.deliverable-grid--count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.deliverable-grid--count-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.deliverable-grid--count-4 article:last-child,
.deliverable-grid--count-5 article:last-child {
  grid-column: auto;
}
.deliverable-grid h3 {
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .article-layout.article-layout--reading {
    width: min(calc(100% - 64px), 1120px);
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 32px;
  }
  .deliverable-grid--count-4,
  .deliverable-grid--count-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .article-layout.article-layout--reading {
    width: min(calc(100% - 40px), 760px);
    grid-template-columns: 1fr;
    padding-top: 24px;
  }
  .article-layout.article-layout--reading .article-content > *:not(.article-featured-media),
  .article-layout.article-layout--reading .article-content > .article-lead,
  .article-layout.article-layout--reading .article-content > .article-end,
  .article-layout.article-layout--reading .article-content > hr {
    max-width: none;
  }
  .deliverable-grid--count-3,
  .deliverable-grid--count-4,
  .deliverable-grid--count-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .article-layout.article-layout--reading { width: min(calc(100% - 32px), 760px); }
  .deliverable-grid--count-2,
  .deliverable-grid--count-3,
  .deliverable-grid--count-4,
  .deliverable-grid--count-5 { grid-template-columns: 1fr; }
  .deliverable-grid article { min-height: 0; }
  .deliverable-grid h3 { margin-top: 32px; }
}


/* Sprint 1–4: consolidated public experience layer. */
:root {
  --cp-radius: 14px;
  --cp-radius-lg: 22px;
  --cp-focus: 0 0 0 4px rgba(50, 167, 244, .22);
  --cp-shadow-soft: 0 18px 42px rgba(7, 26, 43, .08);
  --cp-shadow-hover: 0 22px 46px rgba(7, 26, 43, .12);
}

/* Content is visible without JavaScript. The optional reveal state activates only after site.js loads. */
[data-reveal] { opacity: 1; transform: none; }
.has-reveal [data-reveal] { opacity: 0; transform: translateY(10px); transition: opacity .42s var(--ease), transform .42s var(--ease); }
.has-reveal [data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .has-reveal [data-reveal], .has-reveal [data-reveal].is-visible { opacity: 1; transform: none; transition: none; }
}

/* CTA hierarchy: one visual primary language, smaller utility variants, and clear focus. */
.button { min-height: 48px; padding-inline: 19px; border-radius: var(--cp-radius); box-shadow: none; }
.button:focus-visible, .header-cta:focus-visible, .menu-toggle:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 0; box-shadow: var(--cp-focus); }
.button--primary { background: var(--sky); }
.button--primary:hover { background: var(--sky-deep); box-shadow: var(--cp-shadow-hover); }
.button--header { min-height: 44px; padding-inline: 15px; font-size: 12px; }
.hero-home .button { min-height: 52px; }
.text-arrow { font-weight: 800; }

/* Mobile navigation has a true modal layer, close state, and outside-click affordance. */
.mobile-menu-backdrop { position: fixed; inset: 74px 0 0; z-index: 98; background: rgba(3, 18, 31, .42); opacity: 0; transition: opacity .22s ease; }
.mobile-menu-backdrop.is-open { opacity: 1; }
.menu-toggle.is-open i:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle.is-open i:last-child { transform: translateY(-4px) rotate(-45deg); }
.menu-is-open { overflow: hidden; }

/* Image strategy: documentary-style people-in-action assets with fixed aspect ratios. */
.hero-home { background-image: linear-gradient(90deg, rgba(2,17,31,.94) 0%, rgba(2,17,31,.6) 55%, rgba(2,17,31,.35) 100%), url('../img/people/hero-digital-team-wide.webp'); }
.hero-home__people { position: absolute; right: clamp(20px, 5vw, 80px); bottom: 0; z-index: -1; display: block; width: min(40vw, 520px); margin: 0; overflow: hidden; border-radius: 28px 28px 0 0; box-shadow: 0 26px 60px rgba(0,0,0,.22); }
.hero-home__people::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 23, 40, .58), transparent 52%); pointer-events: none; }
.hero-home__people img { display: block; width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; object-position: 54% center; }
.hero-home__media video { opacity: .33; }
.service-card__art--photo { background: #dff4ff; }
.service-card__art--photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.96) contrast(1.02); transition: transform .45s var(--ease); }
.service-card:hover .service-card__art--photo img { transform: scale(1.045); }
.work-card__visual--asset, .showcase-card__visual--asset { overflow: hidden; background: #dff4ff; }
.work-card__visual-image, .showcase-card__visual-image { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; object-position: center; filter: none; }
.work-card__visual--asset > span, .showcase-card__visual--asset > span { position: absolute; top: 14px; left: 14px; z-index: 3; }
.service-hero__art--asset img, .case-hero__visual img { width: 100%; height: 100%; max-height: none; object-fit: cover; filter: none; }
.about-audience__visual--illustrated, .faq-visual--illustrated, .engagement-card__visual--illustrated { background: #dff4ff; }
.about-audience__visual--illustrated img, .faq-visual--illustrated img, .engagement-card__visual--illustrated img { width: 100%; height: 100%; max-height: none; object-fit: cover; filter: none; }

/* Form progression, explicit field-level errors, and response expectations close to submit. */
.form-field { display: grid; gap: 8px; }
.field-error { min-height: 16px; color: #b42318; font-size: 11px; line-height: 1.4; }
.form-field.has-error input, .form-field.has-error textarea, .form-field.has-error select { border-color: #d92d20; box-shadow: 0 0 0 3px rgba(217, 45, 32, .11); }
.project-context { margin: 8px 0 4px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-context summary { display: flex; align-items: center; justify-content: space-between; min-height: 56px; cursor: pointer; color: var(--ink); font-size: 13px; font-weight: 800; list-style: none; }
.project-context summary::-webkit-details-marker { display: none; }
.project-context summary span { color: var(--muted); font-size: 11px; font-weight: 600; }
.project-context[open] summary { color: var(--sky-deep); }
.project-context__body { padding: 0 0 18px; }
.project-context__body > p { max-width: 58ch; margin: 0 0 15px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.form-submit-row { display: flex; align-items: center; gap: 16px; margin-top: 8px; }
.form-submit-row > p { max-width: 310px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.next-step-card__visual--photo { overflow: hidden; background: #dff4ff; }
.next-step-card__visual--photo img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Dedicated thank-you conversion end state. */
.thank-you-hero { padding: 154px 0 76px; background: linear-gradient(135deg, #edf9ff, #fff); }
.thank-you-hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr); align-items: center; gap: clamp(32px, 6vw, 88px); }
.thank-you-hero h1 { max-width: 800px; margin: 0; color: var(--ink); font-size: clamp(42px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.07em; }
.thank-you-hero h1 + p { max-width: 590px; margin: 24px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.thank-you-hero__image { margin: 0; overflow: hidden; border-radius: var(--cp-radius-lg); box-shadow: var(--cp-shadow-soft); }
.thank-you-hero__image img { display: block; width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.thank-you-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.thank-you-steps li { display: grid; gap: 20px; min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: var(--cp-radius); background: #fff; }
.thank-you-steps span { color: var(--sky-deep); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.thank-you-steps h3 { margin: 0 0 10px; color: var(--ink); font-size: 19px; letter-spacing: -.04em; }
.thank-you-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }

/* Useful performance containment outside the first-read surface. */
@supports (content-visibility: auto) {
  main > .section:not(:first-of-type), main > .cta-band { content-visibility: auto; contain-intrinsic-size: auto 680px; }
}

@media (max-width: 820px) {
  .desktop-nav, .button--header { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { inset: 74px 0 auto; z-index: 99; max-height: min(75svh, 520px); transform: translateY(-110%); opacity: 0; transition: transform .28s var(--ease), opacity .22s ease; }
  .mobile-menu.is-open { transform: translateY(0); opacity: 1; }
  .hero-home__people { right: 20px; width: min(48vw, 360px); opacity: .9; }
  .hero-home__content { position: relative; z-index: 1; }
  .thank-you-hero { padding-top: 122px; }
  .thank-you-hero__grid { grid-template-columns: 1fr; }
  .thank-you-hero__image { max-width: 560px; }
  .thank-you-steps { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero-home__people { display: none; }
  .hero-home { background-position: 64% center; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .form-submit-row > p { max-width: none; }
  .thank-you-hero h1 { font-size: clamp(38px, 11vw, 54px); }
}


/* v10.0.2 recovery: one stable hero image layer, no stacked photo/video/card layers. */
.hero-home.hero-home--photo {
  background-color: #081a2a;
  background-image: none;
}
.hero-home--photo .hero-home__media > picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hero-home--photo .hero-home__media-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 70% center;
  filter: saturate(.98) contrast(1.01) brightness(.84);
}
.hero-home--photo .hero-home__veil {
  background:
    linear-gradient(180deg, rgba(1, 19, 35, .16) 0%, rgba(1, 19, 35, .12) 30%, rgba(1, 19, 35, .84) 100%),
    linear-gradient(90deg, rgba(1, 14, 26, .88) 0%, rgba(1, 14, 26, .52) 48%, rgba(1, 14, 26, .14) 100%);
}

/* Destination-specific focal points for editorial images. */
.service-card--orb .service-card__art--photo img { object-position: center 52%; }
.service-card--grid .service-card__art--photo img { object-position: 67% 52%; }
.service-card--commerce .service-card__art--photo img { object-position: 67% 54%; }
.service-card--wave .service-card__art--photo img { object-position: 64% 51%; }
.service-hero__art--asset img[src*="detail-mobile-product"] { object-position: center 52%; }
.service-hero__art--asset img[src*="detail-web-platform"] { object-position: 66% center; }
.service-hero__art--asset img[src*="detail-ecommerce-solution"],
.service-hero__art--asset img[src*="detail-operations-integration"] { object-position: 48% 50%; }
.work-card__visual-image[src*="case-team-review"],
.showcase-card__visual-image[src*="case-team-review"],
.case-hero__visual img[src*="case-team-review"] { object-position: center 47%; }
.work-card__visual-image[src*="case-customer-review"],
.showcase-card__visual-image[src*="case-customer-review"],
.case-hero__visual img[src*="case-customer-review"] { object-position: 68% 51%; }
.work-card__visual-image[src*="case-dashboard-review"],
.showcase-card__visual-image[src*="case-dashboard-review"],
.case-hero__visual img[src*="case-dashboard-review"] { object-position: 67% 51%; }
.about-audience__visual--illustrated img,
.thank-you-hero__image img { object-position: center 42%; }
.next-step-card__visual--photo img[src*="contact-step-discovery"] { object-position: 44% 49%; }
.next-step-card__visual--photo img[src*="contact-step-scope"] { object-position: 52% 50%; }
.next-step-card__visual--photo img[src*="contact-step-handoff"] { object-position: 50% 51%; }
.next-step-card__visual--photo img[src*="contact-support-adviser"] { object-position: 48% 50%; }

@media (max-width: 820px) {
  .hero-home--photo .hero-home__media-image { object-position: 67% center; }
}
@media (max-width: 600px) {
  .hero-home--photo .hero-home__media-image { object-position: 61% center; }
}


/* v10.0.4 visual collision patch: real photo cards, no decorative overlays on people imagery. */
.service-card {
  justify-content: flex-start;
  gap: 0;
}
.service-card .service-card__art--photo {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0;
  aspect-ratio: 16 / 8.7;
  margin: 18px 0 22px;
  border-radius: 18px;
  background: #e8f7ff;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(8, 121, 201, .06);
}
.service-card .service-card__art--photo::before,
.service-card .service-card__art--photo::after,
.service-card .service-card__art--photo i,
.service-card .service-card__art--photo b,
.service-card .service-card__art--photo em,
.service-card:hover .service-card__art--photo::before,
.service-card:hover .service-card__art--photo::after,
.service-card:hover .service-card__art--photo i {
  content: none !important;
  display: none !important;
  transform: none !important;
}
.service-card .service-card__art--photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: saturate(.98) contrast(1.01);
}
.service-card__copy { margin-top: 0; }
.services-grid .service-card { min-height: 470px; }
.services-grid--overview .service-card { min-height: 492px; }
.service-card--orb .service-card__art--photo img { object-position: 47% 49%; }
.service-card--grid .service-card__art--photo img { object-position: 50% 50%; }
.service-card--commerce .service-card__art--photo img { object-position: 50% 51%; }
.service-card--wave .service-card__art--photo img { object-position: 52% 52%; }

.work-card__visual--asset::before,
.work-card__visual--asset::after,
.showcase-card__visual--asset::before,
.showcase-card__visual--asset::after,
.work-card__visual--asset .visual-screen,
.work-card__visual--asset .visual-shape,
.showcase-card__visual--asset .visual-screen,
.showcase-card__visual--asset .visual-shape {
  content: none !important;
  display: none !important;
}
.work-card__visual--asset,
.showcase-card__visual--asset {
  isolation: isolate;
}
.work-card__visual-image,
.showcase-card__visual-image {
  position: relative;
  z-index: 1;
  transform: none !important;
}
.work-card:hover .work-card__visual-image,
.showcase-card:hover .showcase-card__visual-image {
  transform: scale(1.025) !important;
}

.engagement-card__visual--illustrated::before,
.engagement-card__visual--illustrated::after,
.engagement-card__visual--illustrated i,
.engagement-card__visual--illustrated b,
.engagement-card__visual--illustrated em {
  content: none !important;
  display: none !important;
}
.engagement-card__visual--illustrated img,
.about-audience__visual--illustrated img,
.faq-visual--illustrated img,
.next-step-card__visual--photo img,
.thank-you-hero__image img,
.case-hero__visual img,
.service-hero__art--asset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}
.engagement-card__visual--illustrated img { object-position: 50% 50%; }
.engagement-card:nth-child(1) .engagement-card__visual--illustrated img { object-position: 43% 50%; }
.engagement-card:nth-child(2) .engagement-card__visual--illustrated img { object-position: 48% 50%; }
.engagement-card:nth-child(3) .engagement-card__visual--illustrated img { object-position: 50% 51%; }
.engagement-card:nth-child(4) .engagement-card__visual--illustrated img { object-position: 48% 48%; }

.service-hero__art--asset {
  height: clamp(300px, 34vw, 420px);
  overflow: hidden;
  border-radius: 28px;
  background: #e7f7ff;
  box-shadow: 0 26px 60px rgba(7, 26, 43, .12);
}
.service-hero__art--asset > span {
  z-index: 2;
  top: 18px;
  right: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(8, 121, 201, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--sky-deep);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
}
.service-hero__art--asset > div,
.service-hero__art--asset > i,
.service-hero__art--asset > b { display: none !important; }
.service-hero__art--asset img[src*="detail-mobile-product"] { object-position: 48% 45%; }
.service-hero__art--asset img[src*="detail-web-platform"] { object-position: 49% 50%; }
.service-hero__art--asset img[src*="detail-ecommerce-solution"] { object-position: 50% 52%; }
.service-hero__art--asset img[src*="detail-operations-integration"] { object-position: 48% 50%; }

.hero-home--photo .hero-home__media-image { object-position: 52% center; }
.hero-home--photo .hero-home__veil {
  background:
    linear-gradient(180deg, rgba(1, 19, 35, .10) 0%, rgba(1, 19, 35, .08) 30%, rgba(1, 19, 35, .82) 100%),
    linear-gradient(90deg, rgba(1, 14, 26, .88) 0%, rgba(1, 14, 26, .54) 48%, rgba(1, 14, 26, .18) 100%);
}

.about-audience__visual--illustrated,
.faq-visual--illustrated,
.next-step-card__visual--photo,
.thank-you-hero__image {
  overflow: hidden;
  background: #e7f7ff;
}
.about-audience__visual--illustrated::before,
.about-audience__visual--illustrated::after,
.faq-visual--illustrated::before,
.faq-visual--illustrated::after,
.next-step-card__visual--photo::before,
.next-step-card__visual--photo::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 1180px) {
  .services-grid .service-card,
  .services-grid--overview .service-card { min-height: 452px; }
}
@media (max-width: 760px) {
  .service-card .service-card__art--photo { aspect-ratio: 16 / 9.4; margin-block: 16px 20px; }
  .services-grid .service-card,
  .services-grid--overview .service-card { min-height: 0; }
  .service-hero__art--asset { height: 270px; max-width: none; }
  .hero-home--photo .hero-home__media-image { object-position: 58% center; }
}
@media (max-width: 520px) {
  .service-card { padding: 20px; }
  .service-card .service-card__art--photo { border-radius: 15px; }
  .hero-home--photo .hero-home__media-image { object-position: 60% center; }
}


/* v10.0.6 proportional image refinement + technology hero video */
.hero-home.hero-home--video {
  min-height: 800px;
  background: #071827;
}
.hero-home--video .hero-home__media {
  z-index: -2;
}
.hero-home--video .hero-home__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) brightness(.68) contrast(1.04);
}
.hero-home--video .hero-home__veil {
  background:
    linear-gradient(180deg, rgba(2, 12, 21, .18) 0%, rgba(2, 12, 21, .12) 24%, rgba(2, 12, 21, .82) 100%),
    linear-gradient(100deg, rgba(2, 12, 21, .84) 0%, rgba(2, 12, 21, .38) 52%, rgba(2, 12, 21, .16) 100%);
}
.hero-home--video .hero-home__content {
  max-width: 1440px;
}

.services-grid--overview {
  gap: 20px;
  align-items: stretch;
}
.services-grid--overview .service-card {
  min-height: 534px;
}
.services-grid--overview .service-card .service-card__art--photo {
  aspect-ratio: 4 / 3;
  margin-block: 18px 20px;
}
.services-grid--overview .service-card .service-card__copy h3 {
  min-height: 72px;
}
.services-grid--overview .service-card .service-card__copy span {
  display: block;
  min-height: 92px;
}
.services-grid--overview .service-card--grid .service-card__art--photo img { object-position: 55% 50%; }
.services-grid--overview .service-card--commerce .service-card__art--photo img { object-position: 53% 50%; }

.work-card__visual--asset,
.showcase-card__visual--asset {
  background: #dff4ff;
}
.work-card--wide .work-card__visual--asset,
.work-card--standard .work-card__visual--asset {
  min-height: 264px;
  aspect-ratio: 16 / 10;
}
.work-card--tall .work-card__visual--asset {
  min-height: 314px;
  aspect-ratio: 4 / 3;
}
.showcase-card__visual--asset {
  min-height: 100%;
}
.showcase-card--wide .showcase-card__visual--asset,
.showcase-card--tall .showcase-card__visual--asset {
  aspect-ratio: 4 / 3;
}
.work-card__visual-image[src*="work-retail-ecosystem-review"],
.showcase-card__visual-image[src*="work-retail-ecosystem-review"],
.case-hero__visual img[src*="work-retail-ecosystem-review"] {
  object-position: 50% 46%;
}
.work-card__visual-image[src*="work-service-portal-review"],
.showcase-card__visual-image[src*="work-service-portal-review"],
.case-hero__visual img[src*="work-service-portal-review"] {
  object-position: 56% 50%;
}
.work-card__copy,
.showcase-card__copy {
  padding-block: 26px 30px;
}

.engagement-grid--visual {
  gap: 20px;
  align-items: stretch;
}
.engagement-card--visual {
  min-height: 446px;
}
.engagement-card__visual--illustrated {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid var(--line);
}
.engagement-card__body {
  padding: 24px 24px 10px;
}
.engagement-card--visual h3 {
  min-height: 56px;
}
.engagement-card--visual > a {
  margin: auto 24px 24px;
}

.about-audience__heading {
  align-items: stretch;
}
.about-audience__aside {
  display: flex;
  flex-direction: column;
}
.about-audience__visual--illustrated {
  height: clamp(238px, 24vw, 320px);
  margin-top: 20px;
  border-radius: 22px;
  border: 1px solid rgba(50, 167, 244, 0.18);
  box-shadow: 0 20px 44px rgba(7, 26, 43, 0.08);
}
.about-audience__visual--illustrated img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

@media (max-width: 1180px) {
  .services-grid--overview .service-card { min-height: 0; }
  .services-grid--overview .service-card .service-card__copy h3,
  .services-grid--overview .service-card .service-card__copy span,
  .engagement-card--visual h3 { min-height: 0; }
}
@media (max-width: 980px) {
  .hero-home.hero-home--video { min-height: 720px; }
  .services-grid--overview .service-card .service-card__art--photo,
  .engagement-card__visual--illustrated { aspect-ratio: 16 / 10; }
  .work-card--wide .work-card__visual--asset,
  .work-card--standard .work-card__visual--asset,
  .work-card--tall .work-card__visual--asset { aspect-ratio: 16 / 10; min-height: 0; }
  .showcase-card--wide .showcase-card__visual--asset,
  .showcase-card--tall .showcase-card__visual--asset { aspect-ratio: 16 / 10; }
  .about-audience__visual--illustrated { height: 260px; }
}
@media (max-width: 760px) {
  .hero-home.hero-home--video { min-height: 680px; }
  .hero-home--video .hero-home__media video { object-position: 60% center; }
  .services-grid--overview { gap: 18px; }
  .engagement-grid--visual { gap: 18px; }
  .about-audience__heading { gap: 28px; }
  .about-audience__visual--illustrated { height: 240px; }
}
@media (max-width: 520px) {
  .hero-home.hero-home--video { min-height: 620px; }
  .hero-home--video .hero-home__media video { object-position: 64% center; }
  .services-grid--overview .service-card .service-card__art--photo,
  .engagement-card__visual--illustrated,
  .about-audience__visual--illustrated { border-radius: 18px; }
}


/* v10.0.7 — audience copy, precise engagement visuals, and always-on footer newsletter */
.about-audience__heading {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
  align-items: end;
}
.about-audience__aside--copy {
  display: grid;
  gap: 18px;
  align-self: end;
  max-width: 440px;
  padding: 26px 0 2px 28px;
  border-left: 2px solid rgba(50, 167, 244, .72);
}
.about-audience__aside--copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.about-audience__aside--copy .about-audience__lead {
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: -.025em;
}
.about-audience__signal {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.about-audience__signal span {
  color: var(--sky-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.about-audience__signal strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -.02em;
}

.engagement-grid--visual {
  gap: 20px;
}
.engagement-card--visual {
  min-height: 424px;
}
.engagement-card__visual--illustrated {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dff4ff;
}
.engagement-card__visual--illustrated img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  filter: saturate(.98) contrast(1.01);
  transform: none;
}
.engagement-card--visual:hover .engagement-card__visual--illustrated img {
  transform: scale(1.018);
}
.engagement-card:nth-child(1) .engagement-card__visual--illustrated img { object-position: 50% 47%; }
.engagement-card:nth-child(2) .engagement-card__visual--illustrated img { object-position: 54% 50%; }
.engagement-card:nth-child(3) .engagement-card__visual--illustrated img { object-position: 50% 50%; }
.engagement-card:nth-child(4) .engagement-card__visual--illustrated img { object-position: 56% 49%; }
.engagement-card__visual--illustrated > span {
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-color: rgba(255,255,255,.46);
  background: rgba(5,31,51,.62);
  color: #fff;
  backdrop-filter: blur(8px);
}
.engagement-card__body {
  padding: 22px 24px 9px;
}
.engagement-card--visual h3 {
  min-height: 54px;
  font-size: 23px;
}
.engagement-card--visual > a {
  margin: auto 24px 22px;
}

.footer-newsletter.footer-newsletter--inline {
  display: block !important;
  visibility: visible !important;
}
.footer-newsletter--inline form {
  display: grid !important;
}
.footer-newsletter__field {
  min-height: 48px;
}
.footer-newsletter--inline input,
.footer-newsletter--inline button {
  min-height: 46px;
}
.footer-newsletter--inline button {
  min-width: 112px;
  background: var(--sky);
  color: #fff;
}
.footer-newsletter--inline button:hover {
  background: #9ee4ff;
  color: #082239;
}

@media (max-width: 980px) {
  .about-audience__heading { grid-template-columns: 1fr; gap: 28px; }
  .about-audience__aside--copy { max-width: 680px; padding-left: 24px; }
  .engagement-card--visual { min-height: 0; }
  .engagement-card--visual h3 { min-height: 0; }
}
@media (max-width: 700px) {
  .about-audience__aside--copy { padding: 20px 0 0 20px; }
  .about-audience__aside--copy .about-audience__lead { font-size: 16px; }
  .engagement-card__visual--illustrated { aspect-ratio: 16 / 10; }
}
@media (max-width: 440px) {
  .footer-newsletter--inline button { background: var(--sky); color: #fff; }
}

/* v10.2.3 — curated insight topic filter
   Reduces visible topic chips to a focused primary set and keeps secondary topics behind an accessible disclosure. */
.topic-filter-wrap {
  align-items: start;
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(22px, 2.4vw, 30px);
  border-color: rgba(7, 121, 201, .14);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(7, 26, 43, .045);
}

.topic-filter-wrap > div > span {
  margin-bottom: 10px;
  letter-spacing: .14em;
}

.topic-filter-wrap > div > p {
  max-width: 355px;
  font-size: 13px;
  line-height: 1.72;
}

.topic-filter.topic-filter--curated {
  position: relative;
  gap: 10px;
  align-content: start;
  max-height: none;
}

.topic-filter.topic-filter--curated a,
.topic-filter__toggle {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(7, 121, 201, .18);
  border-radius: 999px;
  background: #f8fcff;
  color: #284e67;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.01em;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(7, 26, 43, .035);
  transition: transform .2s var(--ease), border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.topic-filter.topic-filter--curated a:hover,
.topic-filter__toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(50, 167, 244, .55);
  background: #effaff;
  color: var(--sky-deep);
  box-shadow: 0 10px 24px rgba(7, 121, 201, .085);
}

.topic-filter.topic-filter--curated a.active,
.topic-filter.topic-filter--curated a[aria-current='page'] {
  border-color: rgba(50, 167, 244, .95);
  background: #eaf8ff;
  color: var(--sky-deep);
  box-shadow: 0 10px 24px rgba(8, 121, 201, .11);
}

.topic-filter__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.topic-filter__toggle::after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform .2s ease;
}

.topic-filter.is-expanded .topic-filter__toggle::after {
  transform: rotate(225deg) translateY(-1px);
}

.topic-filter.topic-filter--curated:not(.is-expanded) [data-topic-extra='true']:not(.topic-filter__active-extra) {
  display: none;
}

.topic-filter__secondary-label {
  flex-basis: 100%;
  margin: 4px 0 -1px;
  color: #6c8798;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.topic-filter.topic-filter--curated:not(.is-expanded) .topic-filter__secondary-label {
  display: none;
}

@media (max-width: 820px) {
  .topic-filter-wrap {
    gap: 18px;
    padding: 20px;
  }

  .topic-filter-wrap > div > p {
    max-width: 520px;
  }

  .topic-filter.topic-filter--curated {
    flex-wrap: nowrap;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .topic-filter.topic-filter--curated::-webkit-scrollbar {
    display: none;
  }

  .topic-filter.topic-filter--curated.is-expanded {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .topic-filter.topic-filter--curated a,
  .topic-filter__toggle {
    min-height: 38px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 11px;
  }
}

@media (max-width: 520px) {
  .topic-filter-wrap {
    border-radius: 18px;
  }

  .topic-filter.topic-filter--curated a,
  .topic-filter__toggle {
    min-height: 36px;
  }
}

/* v10.2.4 — refined article share card UI */
.article-share {
  padding: clamp(22px, 2.4vw, 28px) !important;
  border-color: rgba(12, 63, 94, .11) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 96% 4%, rgba(50, 167, 244, .11), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  box-shadow: 0 18px 45px rgba(7, 26, 43, .055) !important;
}
.article-share .article-aside__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--sky-deep);
  letter-spacing: .12em;
}
.article-share .article-aside__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sky), var(--sky-deep));
  box-shadow: 0 0 0 5px rgba(50, 167, 244, .11);
}
.article-share__actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
}
.article-share__button {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 56px !important;
  padding: 0 16px !important;
  gap: 11px !important;
  border: 1px solid rgba(50, 167, 244, .20) !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%) !important;
  color: #294f66 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 8px 18px rgba(7, 26, 43, .025) !important;
  transform: translateY(0);
  transition: transform .2s var(--ease), box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease !important;
}
.article-share__button svg {
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  color: currentColor !important;
}
.article-share__button span,
.article-share__button [data-copy-label] {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-share__button:hover,
.article-share__button:focus-visible,
.article-share__button.is-copied {
  border-color: rgba(8, 121, 201, .42) !important;
  background: linear-gradient(180deg, #f2fbff 0%, #e9f7ff 100%) !important;
  color: var(--sky-deep) !important;
  box-shadow: 0 14px 28px rgba(8, 121, 201, .12) !important;
  transform: translateY(-2px) !important;
}
.article-share__button:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 4px rgba(50, 167, 244, .18), 0 14px 28px rgba(8, 121, 201, .12) !important;
}
.article-share__button--copy {
  color: var(--sky-deep) !important;
  border-color: rgba(8, 121, 201, .24) !important;
}
.article-share__button--copy.is-copied {
  color: #076d9e !important;
}
.article-share__status {
  min-height: 18px !important;
  margin: 12px 0 0 !important;
  color: #55788e !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}
@media (max-width: 1160px) and (min-width: 981px) {
  .article-share__actions { grid-template-columns: 1fr !important; }
}
@media (max-width: 980px) {
  .article-share { max-width: none; }
  .article-share__actions { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 520px) {
  .article-share { padding: 20px !important; }
  .article-share__actions { grid-template-columns: 1fr !important; }
  .article-share__button { min-height: 52px !important; padding-inline: 15px !important; }
}

/* v10.2.6 — Geo-aware investment range field. */
.contact-form-wrap .form-field {
  display: grid;
  gap: 7px;
  color: #38556b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}
.form-field__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.form-field__head > span {
  text-transform: none;
}
.form-field__head small,
.field-hint {
  color: #6b8291;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: none;
}
.form-field__head small {
  padding: 3px 8px;
  border: 1px solid rgba(8, 121, 201, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--sky-deep, #0879c9);
  white-space: nowrap;
}
.investment-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(82px, .25fr);
  gap: 8px;
}
.investment-picker select[data-pricing-currency-select] {
  padding-right: 28px;
  font-weight: 800;
  color: var(--sky-deep, #0879c9);
  text-align: center;
}
.form-field--investment .field-error:not(:empty) {
  margin-top: 2px;
}
@media (max-width: 620px) {
  .form-field__head {
    display: grid;
    gap: 6px;
  }
  .form-field__head small {
    width: fit-content;
  }
  .investment-picker {
    grid-template-columns: 1fr;
  }
  .investment-picker select[data-pricing-currency-select] {
    text-align: left;
  }
}

/* v10.2.7 — Contact investment range UI refinement.
   Makes geo-currency investment selection read as one proportional field,
   aligned with timeline and other contact controls. */
.form-row--qualification {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}
.form-row--qualification > .form-field {
  min-width: 0;
}
.contact-form-wrap :is(input, select) {
  min-height: 56px;
}
.contact-form-wrap textarea {
  min-height: 154px;
}
.form-row--qualification .form-field > select {
  min-height: 58px;
  border-radius: 12px;
}
.form-field--investment .form-field__head {
  align-items: center;
  min-height: 20px;
}
.form-field--investment .form-field__head small {
  flex: 0 1 auto;
  max-width: 52%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-field--investment .investment-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  gap: 0;
  min-height: 58px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(7, 26, 43, .15);
  border-radius: 12px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-field--investment .investment-picker:focus-within {
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(50, 167, 244, .15);
}
.form-field--investment .investment-picker select {
  min-width: 0;
  min-height: 56px;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.form-field--investment .investment-picker select:focus {
  border-color: transparent;
  box-shadow: none;
}
.form-field--investment .investment-picker select[data-pricing-range-select] {
  padding-inline: 18px 42px;
}
.form-field--investment .investment-picker select[data-pricing-currency-select] {
  min-width: 94px;
  padding-inline: 15px 30px;
  border-left: 1px solid rgba(7, 26, 43, .1);
  background-color: rgba(244, 252, 255, .72);
  color: var(--sky-deep, #0879c9);
  font-weight: 800;
  text-align: left;
}
.form-field--investment .investment-picker select[data-pricing-currency-select]:hover {
  background-color: rgba(232, 247, 255, .9);
}
.form-field--investment.has-error .investment-picker {
  border-color: #d92d20;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, .11);
}
.form-field--investment.has-error .investment-picker select {
  border-color: transparent;
  box-shadow: none;
}
.form-field--investment.has-error .investment-picker select[data-pricing-currency-select] {
  border-left-color: rgba(7, 26, 43, .1);
}
.form-field--investment .field-hint {
  margin-top: -1px;
}
.form-field--investment .field-error:not(:empty) {
  margin-top: 0;
}
@media (max-width: 760px) {
  .form-row--qualification {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .form-field--investment .form-field__head {
    align-items: flex-start;
  }
  .form-field--investment .form-field__head small {
    max-width: 100%;
  }
  .form-field--investment .investment-picker {
    grid-template-columns: 1fr;
  }
  .form-field--investment .investment-picker select[data-pricing-currency-select] {
    min-width: 0;
    border-top: 1px solid rgba(7, 26, 43, .1);
    border-left: 0;
  }
}

/* v10.2.8 — Contact form compact sizing. */
.contact-form-wrap {
  --cp-contact-control-height: 52px;
}
.contact-form-wrap .form-row {
  gap: 12px;
}
.contact-form-wrap :is(input, select) {
  min-height: var(--cp-contact-control-height) !important;
  padding: 11px 14px !important;
  font-size: 12.5px !important;
}
.contact-form-wrap textarea {
  min-height: 138px !important;
  padding: 13px 14px !important;
  font-size: 12.5px !important;
}
.contact-form-wrap label,
.contact-form-wrap .form-field {
  gap: 6px !important;
  font-size: 10.5px !important;
}
.form-field__head {
  min-height: 18px;
}
.form-field__head small,
.field-hint,
.field-error {
  font-size: 10px !important;
}
.form-submit-row {
  margin-top: 4px;
}
@media (max-width: 640px) {
  .contact-form-wrap {
    --cp-contact-control-height: 50px;
  }
}


/* v10.2.9 — Mobile discovery checkbox alignment.
   Prevents the global compact input sizing rule from enlarging checkbox controls. */
.contact-form-wrap .form-field--checkbox {
  display: inline-flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  color: #38556b;
  font-size: 12.5px !important;
  font-weight: 800;
  letter-spacing: normal !important;
  line-height: 1.45;
  text-transform: none;
  cursor: pointer;
}
.contact-form-wrap .form-field--checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  inline-size: 18px !important;
  block-size: 18px !important;
  min-inline-size: 18px !important;
  min-block-size: 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 18px;
  border: 1.5px solid rgba(7, 26, 43, .24);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
  transform: translateY(1px);
}
.contact-form-wrap .form-field--checkbox input[type="checkbox"]:checked {
  border-color: var(--sky-deep, #0879c9);
  background-color: var(--sky-deep, #0879c9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 7.15 5.55 9.7 11 4.3' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
.contact-form-wrap .form-field--checkbox input[type="checkbox"]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(50, 167, 244, .18);
}
.contact-form-wrap .form-field--checkbox span {
  display: inline-block;
  min-width: 0;
  color: #38556b;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.45;
}
@media (max-width: 640px) {
  .contact-form-wrap .form-field--checkbox {
    display: flex !important;
    width: 100%;
    gap: 9px !important;
    margin-top: 6px;
    font-size: 12px !important;
  }
  .contact-form-wrap .form-field--checkbox span {
    font-size: 12px;
  }
}

/* v10.2.10 — Article CTA and mobile visual polish. */
.article-end {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid rgba(50, 167, 244, .12);
  border-radius: 22px;
  background: linear-gradient(135deg, #effaff 0%, #e7f7ff 100%);
}
.article-end p {
  max-width: 540px;
  margin-bottom: 0;
}
.article-end .button,
.article-end .button:visited,
.article-content .article-end .button,
.article-content .article-end .button:visited {
  width: fit-content;
  min-width: 210px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--sky-deep) 0%, var(--sky) 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  text-shadow: none;
  box-shadow: 0 16px 32px rgba(8, 121, 201, .22);
}
.article-end .button span,
.article-content .article-end .button span {
  color: currentColor !important;
  font-size: 18px;
  text-decoration: none !important;
}
.article-end .button:hover,
.article-end .button:focus-visible,
.article-content .article-end .button:hover,
.article-content .article-end .button:focus-visible {
  color: #fff !important;
  background: linear-gradient(135deg, #076aa5 0%, #0879c9 100%);
  box-shadow: 0 20px 40px rgba(8, 121, 201, .26), var(--cp-focus);
}
.article-end .button:focus-visible,
.article-content .article-end .button:focus-visible {
  outline: 0;
}
@media (max-width: 600px) {
  .article-end {
    gap: 20px;
    padding: 28px 24px;
    border-radius: 20px;
  }
  .article-end p {
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.28;
    letter-spacing: -.055em;
  }
  .article-end .button,
  .article-content .article-end .button {
    width: 100%;
    max-width: 298px;
    min-width: 0;
    min-height: 52px;
    justify-self: start;
    padding: 0 20px;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    width: 50px;
    height: 50px;
    padding: 0;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(9, 88, 51, .22);
  }
  .whatsapp-float svg { width: 23px; }
  .whatsapp-float span:last-child { display: none; }
}


/* Source: assets/css/reliability.css */
/* v10.1.0 consolidated public bundle — applied after legacy layers. */
:root {
  --cta-primary: var(--sky-deep, #0879C9);
  --cta-primary-hover: #0569ae;
}
.button--primary,
.header-cta--primary,
.footer-newsletter__field button,
.blog-search button {
  background: var(--cta-primary);
  color: #fff;
}
.button--primary:hover,
.footer-newsletter__field button:hover,
.blog-search button:hover {
  background: var(--cta-primary-hover);
  color: #fff;
}
.button--primary:focus-visible,
.footer-newsletter__field button:focus-visible,
.blog-search button:focus-visible {
  outline: 3px solid rgba(7, 121, 201, .32);
  outline-offset: 3px;
}
/* Small labels remain legible at common desktop zoom levels. */
.eyebrow,
.footer-label,
.service-card__top,
.work-card__visual > span,
.showcase-card__visual > span,
.engagement-card__visual > span,
.contact-line span,
.field > span {
  font-size: max(12px, .74rem);
}
/* CMS-controlled focal points work across every editorial photo surface. */
.service-card__art--photo img,
.service-card__art--photo picture,
.service-hero__art--asset img,
.service-hero__art--asset picture,
.work-card__visual-image,
.work-card__visual picture,
.showcase-card__visual-image,
.showcase-card__visual picture,
.case-hero__visual img,
.case-hero__visual picture,
.engagement-card__visual--illustrated img,
.engagement-card__visual--illustrated picture {
  object-position: var(--media-focal-x, 50%) var(--media-focal-y, 50%);
}
.service-card__art--photo picture,
.work-card__visual picture,
.showcase-card__visual picture,
.case-hero__visual picture,
.engagement-card__visual--illustrated picture,
.service-hero__art--asset picture {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-newsletter__mode {
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.55;
}
.footer-newsletter__mode--notice { color: #b7e9ff; }
@media (max-width: 600px) {
  .eyebrow,
  .footer-label,
  .service-card__top,
  .work-card__visual > span,
  .showcase-card__visual > span,
  .engagement-card__visual > span { font-size: 12px; }
}


/* v10.1.1 fixes — engagement imagery, selected work motion, newsletter cleanup */
.footer-newsletter__heading {
  display: block;
  margin-bottom: 10px;
}
.footer-newsletter__heading h2 {
  margin-bottom: 0;
}
.footer-newsletter__mode {
  display: block;
  min-height: 0;
  margin: 14px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
  text-transform: none;
  max-width: 540px;
}
.footer-newsletter__mode--notice {
  color: #b7e9ff;
}
.footer-newsletter__field {
  align-items: stretch;
}
.footer-newsletter--inline input,
.footer-newsletter--inline button {
  min-height: 56px;
}
.footer-newsletter--inline input {
  font-size: 16px;
}
.footer-newsletter--inline button {
  min-width: 158px;
  padding-inline: 22px;
}

.engagement-card__visual--illustrated {
  border-bottom: 1px solid rgba(7, 26, 43, .08);
}
.engagement-card__visual--illustrated picture {
  display: block;
  width: 100%;
  height: 100%;
}
.engagement-card__visual--illustrated img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.engagement-card:nth-child(1) .engagement-card__visual--illustrated img { object-position: 51% 44%; }
.engagement-card:nth-child(2) .engagement-card__visual--illustrated img { object-position: 52% 47%; }
.engagement-card:nth-child(3) .engagement-card__visual--illustrated img { object-position: 50% 48%; }
.engagement-card:nth-child(4) .engagement-card__visual--illustrated img { object-position: 55% 46%; }

.work-card__visual--asset,
.showcase-card__visual--asset {
  isolation: isolate;
}
.work-card__visual--asset::after,
.showcase-card__visual--asset::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.0) 12%, rgba(255,255,255,.18) 34%, rgba(255,255,255,.0) 56%);
  transform: translateX(-130%);
  transition: transform .8s ease;
  pointer-events: none;
  z-index: 2;
}
.work-card__visual picture,
.showcase-card__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.work-card__visual-image,
.showcase-card__visual-image {
  transform: scale(1.01);
  transition: transform .7s cubic-bezier(.2,.65,.2,1), filter .45s ease;
}
.work-card:hover .work-card__visual-image,
.showcase-card:hover .showcase-card__visual-image {
  transform: scale(1.075) translateY(-2px);
  filter: saturate(1.05) contrast(1.03);
}
.work-card:hover .work-card__visual--asset::after,
.showcase-card:hover .showcase-card__visual--asset::after {
  transform: translateX(130%);
}
.work-card__visual--asset > span,
.showcase-card__visual--asset > span {
  transition: transform .35s ease, background-color .35s ease, color .35s ease;
}
.work-card:hover .work-card__visual--asset > span,
.showcase-card:hover .showcase-card__visual--asset > span {
  transform: translateY(-2px);
}
.work-card__copy strong em,
.showcase-card__copy a span {
  display: inline-block;
  transition: transform .3s ease;
}
.work-card:hover .work-card__copy strong em,
.showcase-card:hover .showcase-card__copy a span {
  transform: translateX(3px);
}

@media (max-width: 640px) {
  .footer-newsletter--inline button {
    min-width: 100%;
  }
  .footer-newsletter__mode {
    font-size: 12px;
    line-height: 1.65;
  }
}


/* v10.1.3 — private blog preview is a focused single-column reading surface. */
.preview-page .article-hero {
  padding-top: 166px;
  padding-bottom: 42px;
  background:
    radial-gradient(circle at 88% 0%, rgba(50, 167, 244, .16), transparent 31%),
    linear-gradient(145deg, #f5fcff, #e7f6fd);
}
.preview-hero__access {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
}
.preview-hero__badge,
.preview-hero__expires {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.preview-hero__badge {
  background: var(--sky-deep);
  color: #fff;
}
.preview-hero__expires {
  border: 1px solid rgba(8, 121, 201, .18);
  background: rgba(255, 255, 255, .78);
  color: #476b80;
}
.preview-page .article-hero h1 {
  max-width: 920px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.04;
}
.preview-reading {
  width: min(calc(100% - clamp(32px, 8vw, 128px)), 820px);
  margin-inline: auto;
  padding-top: clamp(34px, 5vw, 64px);
  padding-bottom: clamp(76px, 9vw, 130px);
}
.preview-reading__notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 28px;
  padding: 15px 17px;
  border: 1px solid rgba(8, 121, 201, .18);
  border-radius: 15px;
  background: #f5fcff;
  color: #55758a;
  font-size: 12px;
  line-height: 1.6;
}
.preview-reading__notice strong {
  color: var(--sky-deep);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.preview-reading__content {
  max-width: 760px;
  margin-inline: auto;
}
.preview-reading__content > *:not(.article-featured-media) {
  max-width: 680px;
  margin-inline: auto;
}
.preview-reading__content .article-featured-media {
  margin-bottom: 30px;
}
.preview-reading__content .article-featured-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.preview-reading__content .article-lead {
  max-width: 680px;
}
.preview-page .site-footer { margin-top: 0; }
@media (max-width: 760px) {
  .preview-page .article-hero { padding-top: 126px; }
  .preview-reading { width: min(calc(100% - 40px), 760px); padding-top: 28px; }
  .preview-reading__notice { grid-template-columns: 1fr; gap: 5px; }
}
@media (max-width: 520px) {
  .preview-page .article-hero h1 { font-size: clamp(36px, 10vw, 52px); }
  .preview-hero__access { gap: 7px; }
  .preview-hero__badge, .preview-hero__expires { font-size: 9px; }
  .preview-reading { width: min(calc(100% - 32px), 760px); }
}


/* v10.1.4 rich-editor output: safe typography and alignment controls. */
.article-content font[size="1"], .article-content font[size="2"] { font-size: .86em; }
.article-content font[size="3"] { font-size: 1em; }
.article-content font[size="4"] { font-size: 1.12em; }
.article-content font[size="5"] { font-size: 1.24em; }
.article-content font[size="6"], .article-content font[size="7"] { font-size: 1.38em; }
.article-content font[face="Georgia"] { font-family: Georgia, 'Times New Roman', serif; }
.article-content font[face="monospace"] { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.article-content [align="left"] { text-align: left; }
.article-content [align="center"] { text-align: center; }
.article-content [align="right"] { text-align: right; }
.article-content [align="justify"] { text-align: justify; }


/* v10.2.11 — Footer social media icons. */
.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 13px;
  background: rgba(255, 255, 255, .045);
  color: rgba(255, 255, 255, .78);
  transition: transform .22s var(--ease), background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}
.footer-social a:hover,
.footer-social a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(147, 222, 255, .5);
  background: rgba(147, 222, 255, .12);
  color: #93deff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
}
.footer-social a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(147, 222, 255, .24), 0 12px 26px rgba(0, 0, 0, .16);
}
.footer-social svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
@media (max-width: 520px) {
  .footer-social {
    gap: 8px;
    margin-top: 16px;
  }
  .footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  .footer-social svg {
    width: 17px;
    height: 17px;
  }
}

/* v10.2.12 — Professional footer brand description. */
.footer-brand__description {
  max-width: 360px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.78;
  letter-spacing: -.01em;
}
.footer-brand .footer-brand__description + .footer-social {
  margin-top: 17px;
}
@media (max-width: 700px) {
  .footer-brand__description {
    max-width: 520px;
    font-size: 13px;
    line-height: 1.72;
  }
}
@media (max-width: 520px) {
  .footer-brand__description {
    max-width: 100%;
    margin-top: 15px;
    font-size: 12.5px;
    line-height: 1.68;
  }
}

/* v10.2.13 — Footer social icons mobile scale refinement. */
@media (max-width: 640px) {
  .site-footer .footer-social {
    gap: 6px;
    margin-top: 12px;
  }

  .site-footer .footer-social a {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    border-radius: 10px;
  }

  .site-footer .footer-social svg {
    width: 14px !important;
    height: 14px !important;
  }
}

@media (max-width: 380px) {
  .site-footer .footer-social {
    gap: 5px;
  }

  .site-footer .footer-social a {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    border-radius: 9px;
  }

  .site-footer .footer-social svg {
    width: 13px !important;
    height: 13px !important;
  }
}

/* v10.2.14 — Iconify-referenced footer social icons and article CTA label visibility. */
.footer-social {
  align-items: center;
}
.footer-social__link,
.site-footer .footer-social__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  aspect-ratio: 1 / 1;
  line-height: 1 !important;
  text-decoration: none !important;
}
.footer-social__icon,
.site-footer .footer-social__icon {
  display: block !important;
  flex: 0 0 auto !important;
  fill: currentColor !important;
  stroke: none !important;
  pointer-events: none;
}
.footer-social__link[data-iconify-icon]::after,
.footer-social__link[data-iconify-icon]::before {
  content: none !important;
}
@media (max-width: 640px) {
  .site-footer .footer-social {
    gap: 7px !important;
    margin-top: 13px !important;
  }
  .site-footer .footer-social__link {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    padding: 0 !important;
    border-radius: 10px !important;
  }
  .site-footer .footer-social__icon {
    width: 15px !important;
    min-width: 15px !important;
    max-width: 15px !important;
    height: 15px !important;
    min-height: 15px !important;
    max-height: 15px !important;
  }
}
@media (max-width: 380px) {
  .site-footer .footer-social { gap: 6px !important; }
  .site-footer .footer-social__link {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    border-radius: 9px !important;
  }
  .site-footer .footer-social__icon {
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
  }
}
.article-content .article-end a.article-end__button,
.article-content .article-end a.article-end__button:link,
.article-content .article-end a.article-end__button:visited,
.article-content .article-end a.button.button--primary,
.article-content .article-end a.button.button--primary:link,
.article-content .article-end a.button.button--primary:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
  text-shadow: none !important;
}
.article-content .article-end a.article-end__button .button__label,
.article-content .article-end a.article-end__button .button__icon,
.article-content .article-end a.button.button--primary .button__label,
.article-content .article-end a.button.button--primary .button__icon {
  display: inline-block !important;
  position: relative !important;
  z-index: 2 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
}
.article-content .article-end a.article-end__button .button__label,
.article-content .article-end a.button.button--primary .button__label {
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
}
.article-content .article-end a.article-end__button .button__icon,
.article-content .article-end a.button.button--primary .button__icon {
  font-size: 18px !important;
  line-height: 1 !important;
}
@media (max-width: 600px) {
  .article-content .article-end a.article-end__button,
  .article-content .article-end a.button.button--primary {
    width: auto !important;
    min-width: 208px !important;
    max-width: 100% !important;
    min-height: 50px !important;
    padding-inline: 22px !important;
  }
}

/* v10.2.15 — Desktop form compactness and qualification alignment.
   Reduces oversized desktop contact/footer controls and aligns investment + timeline fields. */
@media (min-width: 761px) {
  .contact-form-wrap {
    --cp-contact-control-height: 46px;
  }

  .contact-form-wrap .form-row {
    gap: 14px !important;
  }

  .contact-form-wrap :is(input:not([type="checkbox"]), select) {
    min-height: var(--cp-contact-control-height) !important;
    height: var(--cp-contact-control-height) !important;
    padding-block: 8px !important;
    padding-inline: 14px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .contact-form-wrap textarea {
    min-height: 118px !important;
    padding: 11px 14px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  .contact-form-wrap label,
  .contact-form-wrap .form-field {
    gap: 5px !important;
    font-size: 10.5px !important;
  }

  .form-row--qualification {
    align-items: start !important;
    gap: 14px !important;
  }

  .form-row--qualification .form-field__head {
    display: flex;
    align-items: center !important;
    min-height: 24px !important;
    height: 24px !important;
    margin: 0 !important;
  }

  .form-row--qualification .form-field__head > span {
    line-height: 1.2;
  }

  .form-field--investment .form-field__head small {
    max-width: 48%;
    padding: 2px 7px !important;
    font-size: 9.5px !important;
    line-height: 1.25 !important;
  }

  .form-field--investment .investment-picker,
  .form-row--qualification .form-field > select {
    min-height: 46px !important;
    height: 46px !important;
    border-radius: 11px !important;
  }

  .form-field--investment .investment-picker select {
    min-height: 44px !important;
    height: 44px !important;
    padding-block: 8px !important;
    font-size: 12px !important;
  }

  .form-field--investment .investment-picker select[data-pricing-range-select] {
    padding-inline: 14px 34px !important;
  }

  .form-field--investment .investment-picker select[data-pricing-currency-select] {
    min-width: 84px !important;
    padding-inline: 12px 26px !important;
  }

  .form-field--investment .field-hint,
  .form-field--investment .field-error:not(:empty) {
    margin-top: 0 !important;
  }

  .field-hint,
  .field-error {
    line-height: 1.35 !important;
  }
}

/* v10.2.15 — Footer newsletter field desktop scale alignment. */
@media (min-width: 761px) {
  .site-footer .footer-newsletter--inline form {
    gap: 7px !important;
    margin-top: 13px !important;
  }

  .site-footer .footer-newsletter__field {
    min-height: 44px !important;
    max-width: 440px;
    border-radius: 10px !important;
  }

  .site-footer .footer-newsletter--inline input,
  .site-footer .footer-newsletter--inline button {
    min-height: 42px !important;
    height: 42px !important;
  }

  .site-footer .footer-newsletter--inline input {
    padding-inline: 13px !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  .site-footer .footer-newsletter--inline button {
    min-width: 132px !important;
    padding-inline: 16px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }
}

/* v10.2.16 — Contact page final UI polish.
   Compact desktop controls, strict qualification alignment, softer errors,
   clearer optional-details copy, and smaller footer waitlist controls. */
@media (min-width: 761px) {
  .contact-form-wrap {
    --cp-contact-control-height: 42px;
  }

  .contact-form-wrap form {
    gap: 14px !important;
  }

  .contact-form-wrap .form-row {
    gap: 12px !important;
  }

  .contact-form-wrap :is(input:not([type="checkbox"]), select) {
    min-height: var(--cp-contact-control-height) !important;
    height: var(--cp-contact-control-height) !important;
    padding-block: 7px !important;
    padding-inline: 12px !important;
    border-radius: 10px !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  .contact-form-wrap textarea {
    min-height: 108px !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    font-size: 12.5px !important;
    line-height: 1.52 !important;
  }

  .contact-form-wrap label,
  .contact-form-wrap .form-field {
    gap: 5px !important;
    font-size: 10.5px !important;
    line-height: 1.25 !important;
  }

  .form-row--qualification {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 12px !important;
  }

  .form-row--qualification > .form-field {
    display: grid !important;
    grid-template-rows: 22px var(--cp-contact-control-height) auto auto !important;
    align-content: start !important;
  }

  .form-row--qualification .form-field__head,
  .form-field--timeline .form-field__head {
    min-height: 22px !important;
    height: 22px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .form-row--qualification .form-field__head > span,
  .form-field--timeline .form-field__head > span {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
  }

  .form-field--investment .form-field__head small {
    max-width: 46% !important;
    padding: 2px 7px !important;
    font-size: 9.2px !important;
    line-height: 1.2 !important;
  }

  .form-field--investment .investment-picker,
  .form-field--timeline > select {
    min-height: var(--cp-contact-control-height) !important;
    height: var(--cp-contact-control-height) !important;
    border-radius: 10px !important;
  }

  .form-field--investment .investment-picker {
    grid-template-columns: minmax(0, 1fr) 78px !important;
  }

  .form-field--investment .investment-picker select {
    min-height: 40px !important;
    height: 40px !important;
    padding-block: 7px !important;
    font-size: 12.5px !important;
  }

  .form-field--investment .investment-picker select[data-pricing-range-select] {
    padding-inline: 12px 34px !important;
  }

  .form-field--investment .investment-picker select[data-pricing-currency-select] {
    min-width: 78px !important;
    padding-inline: 10px 24px !important;
    font-size: 11.5px !important;
  }

  .contact-form-wrap .field-hint,
  .contact-form-wrap .field-error {
    min-height: 14px !important;
    font-size: 9.8px !important;
    line-height: 1.35 !important;
  }

  .project-context {
    margin: 4px 0 2px !important;
  }

  .project-context summary {
    min-height: 44px !important;
    font-size: 11.5px !important;
  }

  .project-context summary span {
    font-size: 10px !important;
  }

  .project-context__body {
    padding-bottom: 14px !important;
  }

  .project-context__body > p {
    margin-bottom: 12px !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
  }

  .form-submit-row {
    gap: 13px !important;
    margin-top: 2px !important;
  }

  .form-submit-row .button {
    min-height: 44px !important;
    padding-inline: 18px !important;
    border-radius: 12px !important;
    font-size: 12.5px !important;
  }

  .form-submit-row > p,
  .form-note {
    font-size: 10.5px !important;
    line-height: 1.5 !important;
  }
}

.contact-form-wrap .form-field.has-error input,
.contact-form-wrap .form-field.has-error textarea,
.contact-form-wrap .form-field.has-error select,
.contact-form-wrap .form-field--investment.has-error .investment-picker {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, .075) !important;
}

.contact-form-wrap .form-field--investment.has-error .investment-picker select {
  box-shadow: none !important;
}

@media (min-width: 761px) {
  .site-footer .footer-newsletter--inline form {
    gap: 6px !important;
    margin-top: 10px !important;
  }

  .site-footer .footer-newsletter__field {
    min-height: 38px !important;
    max-width: 370px !important;
    border-radius: 9px !important;
  }

  .site-footer .footer-newsletter--inline input,
  .site-footer .footer-newsletter--inline button {
    min-height: 36px !important;
    height: 36px !important;
  }

  .site-footer .footer-newsletter--inline input {
    padding-inline: 12px !important;
    font-size: 11.5px !important;
    line-height: 1.35 !important;
  }

  .site-footer .footer-newsletter--inline button {
    min-width: 112px !important;
    padding-inline: 13px !important;
    border-radius: 8px !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
  }

  .site-footer .footer-newsletter__status,
  .site-footer .footer-newsletter--inline small {
    font-size: 10px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 760px) {
  .form-row--qualification {
    grid-template-columns: 1fr !important;
  }

  .form-field--timeline .form-field__head {
    min-height: auto !important;
    height: auto !important;
  }
}
