:root{
  --ink:#071530;--muted:#5a667c;--line:#e7edf5;--blue:#1e6cff;--cyan:#34c8ff;--violet:#8659ff;--pink:#d857ff;
  --shadow:0 22px 60px rgba(28,72,130,.14);--radius:26px;--max:1440px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f8fbff;overflow-x:hidden}.page-shell{max-width:1600px;margin:auto;background:white;box-shadow:0 0 80px rgba(29,75,130,.07)}a{color:inherit;text-decoration:none}.section-pad{padding:72px clamp(28px,6vw,88px)}
.site-header{position:sticky;top:0;z-index:100;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:24px;padding:16px clamp(28px,6vw,88px);background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(222,230,241,.7)}.brand img{display:block;width:150px;height:48px;object-fit:contain;object-position:left center}.desktop-nav{display:flex;justify-content:center;gap:34px;font-size:14px}.desktop-nav a{padding:10px 0;position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--blue);transition:.25s}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:100%}.menu-btn{display:none;border:0;background:none;font-size:28px}.pill{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:999px;padding:16px 24px;font-weight:700;transition:.25s ease}.pill:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(51,92,255,.22)}.pill.primary{color:#fff;background:linear-gradient(90deg,#091b44 0%,#1f6cff 65%,#7948ff 100%)}.pill.compact{padding:12px 20px;font-size:14px}.pill.outline{border:1px solid #9eacc1;background:#fff;padding:13px 22px;font-size:14px}
.hero{position:relative;min-height:700px;display:grid;grid-template-columns:.86fr 1.14fr;gap:40px;align-items:center;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 36%,rgba(246,250,255,.7) 58%,#eef6ff 100%)}.hero-copy{z-index:3;max-width:610px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.28em;color:#59657c;margin:0 0 22px}.hero h1{font-size:clamp(54px,6.4vw,92px);line-height:.92;letter-spacing:-.055em;margin:0 0 28px}.hero h1 span,.why-card h2 span{background:linear-gradient(90deg,#2bbcff,#2465ff 50%,#b65cff);-webkit-background-clip:text;color:transparent}.hero-lead{font-size:20px;line-height:1.55;color:#3e4a60;max-width:560px}.hero-actions{display:flex;gap:18px;align-items:center;margin-top:34px}.watch-link{display:flex;align-items:center;gap:12px}.watch-link .play{width:48px;height:48px;border-radius:50%;border:1px solid #b7c4d6;display:grid;place-items:center;color:#2b65ff}.watch-link small{display:block;color:#657086;margin-top:2px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:54px}.metric{padding-right:18px;border-right:1px solid #e3e9f1}.metric:last-child{border-right:0}.metric strong{display:block;font-size:28px;color:#2472ff}.metric span{font-size:12px;color:#566176}.hero-visual{position:relative;height:590px;border-radius:42px 0 0 42px;overflow:hidden;box-shadow:var(--shadow)}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.03);transition:transform .2s ease-out}.hero-visual:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.7),transparent 20%,transparent 78%,rgba(255,255,255,.12))}.hero-shine{position:absolute;z-index:2;inset:-30%;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.18) 48%,transparent 54%);transform:translateX(-50%);animation:shine 8s ease-in-out infinite}.hand-note{position:absolute;z-index:3;top:80px;right:35px;font-family:Georgia,serif;font-style:italic;font-size:21px;line-height:1.6;transform:rotate(-6deg);color:#19304f}.floating-card{position:absolute;z-index:3;right:22px;bottom:28px;background:rgba(255,255,255,.82);backdrop-filter:blur(10px);padding:18px 20px;border-radius:18px;font-size:11px;letter-spacing:.22em;line-height:1.7;box-shadow:0 15px 45px rgba(21,56,99,.18)}.hero-glow{position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(80px);opacity:.20;pointer-events:none}.glow-a{background:#49cfff;left:-130px;top:-160px}.glow-b{background:#b55fff;left:42%;bottom:-230px}
.solutions{display:grid;grid-template-columns:2.05fr 1fr;gap:56px;align-items:start;background:linear-gradient(180deg,#fff,#fbfdff)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{min-height:255px;padding:24px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.9);transition:.3s;box-shadow:0 8px 20px rgba(48,86,125,.04)}.service-card:hover{transform:translateY(-9px);box-shadow:var(--shadow);border-color:#d8e2f0}.service-card .icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;font-size:26px;margin-bottom:20px}.blue{background:#e9f2ff;color:#256fff}.purple{background:#f0e8ff;color:#7b47ff}.mint{background:#e5fbf4;color:#19b888}.amber{background:#fff3e1;color:#f18c18}.service-card h3{font-size:20px;margin:0 0 10px}.service-card p{font-size:14px;line-height:1.6;color:#59667a;min-height:70px}.service-card a{font-size:14px;color:#1668ff;font-weight:700}.why-card h2,.industry-copy h2,.cta-copy h2{font-size:clamp(38px,4.5vw,62px);line-height:.98;letter-spacing:-.045em;margin:0 0 22px}.why-card>p:not(.eyebrow),.industry-copy>p,.cta-copy>p{color:#5b677b;line-height:1.65;font-size:17px}.why-card ul{padding:0;margin:22px 0 0;list-style:none}.why-card li{margin:13px 0;padding-left:28px;position:relative}.why-card li:before{content:"✓";position:absolute;left:0;color:#176dff;background:#dff6ff;border-radius:50%;width:18px;height:18px;display:grid;place-items:center;font-weight:900;font-size:12px}
.trust-strip{display:flex;align-items:center;gap:52px;padding:24px clamp(28px,6vw,88px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.trust-label{font-size:10px;letter-spacing:.23em;color:#6c7789;line-height:1.45}.logos{display:flex;flex:1;justify-content:space-around;align-items:center;gap:36px;flex-wrap:wrap}.logos span{font-size:22px;font-weight:800;color:#26344a;letter-spacing:-.03em}
.industries{display:grid;grid-template-columns:.75fr 1.25fr;gap:58px;align-items:center}.industry-copy{max-width:470px}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.industry-card{position:relative;height:270px;border-radius:18px;overflow:hidden;background:#0c1b35;box-shadow:0 12px 30px rgba(15,43,82,.14);transition:.3s}.industry-card:hover{transform:translateY(-8px) scale(1.01)}.industry-card img{width:100%;height:100%;object-fit:cover}.industry-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(3,15,34,.88))}.industry-card div{position:absolute;z-index:2;left:16px;right:16px;bottom:16px;color:white}.industry-card strong{display:block;font-size:17px}.industry-card small{font-size:10px;color:#e7edf8}
.cta{display:grid;grid-template-columns:.73fr 1.27fr;gap:42px;align-items:center;background:linear-gradient(90deg,#fbfdff,#f4f8ff)}.cta-copy{max-width:470px}.social-proof{font-size:12px!important;display:flex;gap:12px;align-items:center;margin-top:20px}.avatars{color:#3e6cff;letter-spacing:-2px}.cta-visual{height:360px;border-radius:28px;overflow:hidden;position:relative;box-shadow:var(--shadow)}.cta-visual>img{width:100%;height:100%;object-fit:cover}.cta-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,51,108,.1),rgba(64,65,202,.2))}.cta-overlay{position:absolute;z-index:2;left:34px;right:34px;top:28px;display:flex;justify-content:space-between;align-items:flex-start;color:white;font-size:30px;font-family:Georgia,serif;font-style:italic}.cta-overlay img{width:132px;height:58px;object-fit:contain;filter:brightness(0) invert(1)}.cta-overlay em{font-size:20px}.resource-band{padding:16px 0;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.resource-band>div{display:flex;gap:70px;white-space:nowrap;animation:marquee 22s linear infinite;width:max-content;padding-left:100%}.resource-band span{font-weight:800;color:#607086;letter-spacing:.06em}
.site-footer{display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:30px;padding:30px clamp(28px,6vw,88px);background:white}.footer-brand img{width:140px}.site-footer nav{display:flex;gap:28px;font-size:13px}.footer-right{display:flex;align-items:center;gap:18px;color:#37455b}.footer-right small{margin-left:12px;color:#7b8799}.cursor-glow{position:fixed;z-index:9999;pointer-events:none;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(74,184,255,.13),rgba(130,82,255,.06) 45%,transparent 72%);transform:translate(-50%,-50%);opacity:0;transition:opacity .3s}
.reveal{opacity:0;transform:translateY(30px);transition:opacity .75s ease var(--delay,0s),transform .75s cubic-bezier(.2,.8,.2,1) var(--delay,0s)}.reveal.right{transform:translateX(35px)}.reveal.visible{opacity:1;transform:none}
@keyframes shine{0%,25%{transform:translateX(-65%)}55%,100%{transform:translateX(75%)}}@keyframes marquee{to{transform:translateX(-50%)}}
@media (max-width:1100px){.desktop-nav{display:none}.menu-btn{display:block;justify-self:end}.site-header{grid-template-columns:1fr auto auto}.hero{grid-template-columns:1fr;min-height:auto;padding-top:46px}.hero-visual{height:520px;border-radius:30px}.solutions{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.industries,.cta{grid-template-columns:1fr}.industry-grid{grid-template-columns:repeat(2,1fr)}.site-footer{grid-template-columns:1fr;text-align:center}.site-footer nav,.footer-right{justify-content:center;flex-wrap:wrap}.brand{justify-self:start}.footer-brand{justify-self:center}}
@media (max-width:700px){.section-pad{padding:54px 20px}.site-header{padding:12px 20px}.brand img{width:118px;height:42px}.pill.compact{display:none}.hero h1{font-size:52px}.hero-lead{font-size:17px}.hero-actions{flex-direction:column;align-items:flex-start}.metrics{grid-template-columns:1fr;gap:12px}.metric{border-right:0;border-bottom:1px solid var(--line);padding:0 0 12px}.hero-visual{height:390px}.hand-note{font-size:16px;top:35px}.floating-card{font-size:9px}.service-grid{grid-template-columns:1fr}.industry-grid{grid-template-columns:1fr 1fr}.industry-card{height:210px}.trust-strip{align-items:flex-start;flex-direction:column;gap:20px}.logos{justify-content:flex-start}.logos span{font-size:18px}.cta-visual{height:270px}.cta-overlay{font-size:22px}.site-footer nav{gap:16px}.footer-right small{width:100%;margin:0}.cursor-glow{display:none}}


/* HERO V2 */
.site-header{transition:box-shadow .25s ease,background .25s ease}.site-header.scrolled{background:rgba(255,255,255,.93);box-shadow:0 10px 30px rgba(24,62,111,.08)}
.hero{min-height:730px;gap:56px;background:radial-gradient(circle at 8% 14%,rgba(92,205,255,.13),transparent 25%),radial-gradient(circle at 50% 90%,rgba(165,92,255,.09),transparent 24%),linear-gradient(90deg,#fff 0%,#fff 39%,#f8fbff 64%,#eef6ff 100%)}
.hero-copy{padding-top:6px}.hero h1{max-width:660px}.hero-lead{max-width:590px}.hero-actions{margin-top:36px}.watch-link{border:0;background:transparent;padding:0;cursor:pointer;color:var(--ink);font:inherit;text-align:left}.watch-link .play{position:relative;background:rgba(255,255,255,.75);box-shadow:0 10px 30px rgba(43,101,255,.10);transition:.25s}.watch-link:hover .play{transform:scale(1.08);border-color:#6793ff;box-shadow:0 12px 32px rgba(43,101,255,.18)}
.hero-visual{height:620px;border-radius:46px 0 0 46px;box-shadow:0 34px 80px rgba(28,72,130,.18)}.hero-visual>img{filter:saturate(1.06) contrast(1.03)}.hero-visual:after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:radial-gradient(circle at 58% 18%,rgba(255,255,255,.24),transparent 22%),linear-gradient(180deg,transparent 72%,rgba(13,37,75,.08))}
.hero-visual .hand-note{z-index:4;text-shadow:0 2px 14px rgba(255,255,255,.85)}.hero-visual .floating-card{z-index:4;border:1px solid rgba(255,255,255,.68);box-shadow:0 18px 50px rgba(20,56,98,.20)}
.metric strong{font-size:30px}.metrics{max-width:620px}

/* Story modal */
.story-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:26px;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.story-modal.open{opacity:1;visibility:visible}.story-backdrop{position:absolute;inset:0;background:rgba(4,11,29,.72);backdrop-filter:blur(14px)}.story-panel{position:relative;z-index:1;width:min(1120px,94vw);border-radius:32px;overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.35);transform:translateY(24px) scale(.985);transition:transform .4s cubic-bezier(.2,.8,.2,1)}.story-modal.open .story-panel{transform:none}.story-close{position:absolute;right:18px;top:18px;z-index:5;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(4,12,31,.42);backdrop-filter:blur(10px);color:#fff;font-size:28px;line-height:1;cursor:pointer}.story-stage{position:relative;min-height:610px;display:flex;align-items:flex-end;overflow:hidden;background:#0d1a37}.story-skyline{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(10,20,48,.62),rgba(25,43,87,.10)),url('assets/hero-london-v2.jpg');background-size:cover;background-position:center 48%;transform:scale(1.04);animation:storyDrift 12s ease-in-out infinite alternate}.story-skyline:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,19,44,.03),rgba(9,17,40,.28) 52%,rgba(5,11,27,.92) 100%),radial-gradient(circle at 70% 26%,rgba(78,184,255,.24),transparent 22%),radial-gradient(circle at 55% 75%,rgba(158,83,255,.24),transparent 28%)}.story-film-grain{position:absolute;inset:0;opacity:.12;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.story-content{position:relative;z-index:2;width:min(760px,88%);padding:64px;color:#fff}.story-logo{width:148px;height:58px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);margin-bottom:30px}.story-kicker{font-size:11px;letter-spacing:.32em;font-weight:800;color:#b8c8e6}.story-content h2{font-size:clamp(52px,7vw,92px);line-height:.88;letter-spacing:-.055em;margin:12px 0 22px}.story-content h2 span{background:linear-gradient(90deg,#54d7ff,#5188ff 46%,#d47bff);-webkit-background-clip:text;color:transparent}.story-copy{font-size:18px;line-height:1.6;color:#e7edf8;max-width:690px}.story-flow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:28px 0 30px}.story-flow span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(9px);font-size:12px;font-weight:700}.story-flow i{font-style:normal;color:#7ccfff}.story-status{display:inline-flex;align-items:center;gap:9px;font-size:12px;letter-spacing:.06em;color:#d8e3f6}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#67dcff;box-shadow:0 0 0 0 rgba(103,220,255,.65);animation:pulse 1.8s infinite}
body.modal-open{overflow:hidden}@keyframes storyDrift{to{transform:scale(1.08) translate3d(-12px,-8px,0)}}@keyframes pulse{70%{box-shadow:0 0 0 10px rgba(103,220,255,0)}100%{box-shadow:0 0 0 0 rgba(103,220,255,0)}}
@media(max-width:700px){.hero{gap:30px}.hero-visual{height:430px;border-radius:28px}.story-modal{padding:12px}.story-stage{min-height:620px}.story-content{padding:44px 26px;width:100%}.story-copy{font-size:16px}.story-flow{gap:7px}.story-flow span{font-size:10px;padding:8px 10px}.story-close{right:12px;top:12px}}


/* Responsive hero: a single composition, with real HTML over clean artwork. */
html{scroll-padding-top:100px}
.hero{display:flex;position:relative;min-height:680px;padding:64px clamp(28px,5vw,80px);isolation:isolate;background:#fff;overflow:hidden}
.hero-copy{position:relative;z-index:3;width:48%;max-width:650px;padding:0}
.hero h1{font-size:clamp(52px,5.2vw,78px);line-height:1.01;letter-spacing:-.055em}
.hero-lead{max-width:470px;font-size:18px}
.hero-actions{gap:22px;flex-wrap:wrap}.hero-actions .pill{font-size:14px;padding:16px 22px}
.hero-visual{position:absolute;inset:0 0 0 30%;height:auto;margin:0;border-radius:0;box-shadow:none;z-index:0}
.hero-visual>img{display:block;width:100%;height:100%;object-fit:cover;object-position:62% center;transform:none;filter:none}
.hero-visual:before{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 8%,rgba(255,255,255,.6) 21%,transparent 43%);z-index:1}
.hero-visual:after{background:linear-gradient(0deg,rgba(255,255,255,.35),transparent 20%);pointer-events:none}
.hero-shine,.hero-glow{display:none}.hero-visual.reveal{opacity:1;transform:none}
.hand-note{display:flex;flex-direction:column;top:48px;right:30px;font-size:20px;line-height:1.35}
.floating-card{right:24px;bottom:24px;font-size:10px}
.metrics{gap:16px;margin-top:40px;max-width:470px}.metric{padding-right:10px}.metric strong{font-size:28px}
.section-pad:not(.hero){padding:60px clamp(28px,5vw,80px)}
.service-card{padding:20px 16px}.service-card h3{font-size:18px}.solutions{gap:32px;grid-template-columns:2.15fr 1fr}.why-card h2{font-size:clamp(32px,3.4vw,50px)}
.brand img{width:72px;height:72px}.site-header{padding-top:8px;padding-bottom:8px;grid-template-columns:140px 1fr auto}.footer-brand img{width:84px;height:84px}
.contact-details{display:flex;gap:16px;flex-wrap:wrap;font-size:14px;margin-top:22px;color:#2361c8}
:focus-visible{outline:3px solid #8659ff;outline-offset:5px}
.story-panel{max-height:92dvh;overflow:auto}.story-modal:not(.open){display:none}
@media(max-width:1100px){
.site-header{grid-template-columns:1fr auto auto}.desktop-nav.is-open{display:flex;position:absolute;top:100%;left:20px;right:20px;flex-direction:column;background:#fff;padding:22px;border-radius:18px;box-shadow:var(--shadow);gap:12px}
.hero{min-height:640px;padding:48px 32px}.hero-copy{width:54%}.hero h1{font-size:58px}.hero-visual{inset:0 0 0 24%}.hand-note{font-size:16px;right:18px}.hero-lead{font-size:17px}.solutions{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
.hero{display:flex;flex-direction:column;align-items:stretch;padding:36px 20px 0;min-height:0;gap:28px}.hero-copy{width:100%;max-width:none}.hero h1{font-size:clamp(44px,9vw,64px);margin-bottom:20px}.eyebrow{font-size:10px;letter-spacing:.2em}.hero-lead{max-width:520px}.hero-actions{flex-direction:row;align-items:center;gap:18px;margin-top:24px}.metrics{grid-template-columns:repeat(3,1fr);margin-top:30px;max-width:100%;gap:12px}.metric{border-bottom:0;border-right:1px solid var(--line)}.metric:last-child{border:0}.metric strong{font-size:24px}.metric span{font-size:10px}
.hero-visual{position:relative;inset:auto;width:calc(100% + 40px);margin:0 -20px;height:auto;aspect-ratio:3/2;flex:none}.hero-visual>img{object-position:center}.hero-visual:before{background:linear-gradient(180deg,#fff,rgba(255,255,255,.3) 12%,transparent 30%)}.hand-note{top:24px;right:18px;font-size:14px}.floating-card{font-size:7px;padding:12px;right:14px;bottom:14px}
.section-pad:not(.hero){padding:42px 20px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{min-height:240px}.service-card p{min-height:0}.industry-grid{gap:10px}.industry-card strong{font-size:14px}.industry-card div{left:12px;right:10px}.site-header{padding:8px 20px}.brand img{width:58px;height:58px}.story-stage{min-height:540px}.story-content{padding:52px 22px 28px}.story-content h2{font-size:52px}.story-logo{margin-bottom:12px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}.resource-band>div{padding-left:20px;white-space:normal;flex-wrap:wrap;width:auto;gap:20px}.cursor-glow{display:none}}

/* Step 2 — service cards and accessible, native disclosure panels. */
.solutions .service-grid{align-items:start;gap:16px}
.solutions .service-card{position:relative;min-width:0;padding:24px 18px;border-radius:20px;border:1px solid #e4eaf5;background:linear-gradient(155deg,#fff 55%,#f7faff);box-shadow:0 8px 28px rgba(36,73,130,.045);transition:transform .25s,box-shadow .25s,border-color .25s}
.solutions .service-card:hover{transform:translateY(-5px);border-color:#cbdcf9;box-shadow:0 18px 38px rgba(36,73,130,.1)}
.solutions .icon{width:54px;height:54px;border-radius:16px;box-shadow:inset 0 1px 0 #ffffffaa;margin-bottom:22px}
.solutions .icon svg{width:28px;height:28px}
.solutions .service-card h3{font-size:18px;line-height:1.3;letter-spacing:-.025em;min-height:47px}
.solutions .service-card p{min-height:0;font-size:13px;line-height:1.7;margin:12px 0 20px}
.solutions .service-card .service-benefit{font-size:14px;line-height:1.5;color:#253853;font-weight:650;min-height:63px;margin-bottom:12px}
.service-details{border-top:1px solid #e7edf5;margin-top:22px}
.service-details summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:18px 0 0;color:#1668ff;font-size:13px;font-weight:700}
.service-details summary::-webkit-details-marker{display:none}.service-details summary>span[aria-hidden]{font-size:21px;line-height:1;transition:transform .2s}.service-details[open] summary>span[aria-hidden]{transform:rotate(45deg)}
.service-expanded{padding-top:18px}.service-expanded h4{font-size:12px;color:#253853;margin:8px 0 12px}.service-expanded ul{margin:0 0 22px;padding-left:17px;color:#59667a;font-size:13px;line-height:1.65}.service-expanded li{margin-bottom:9px}.service-expanded li::marker{color:#4b87ff}.solutions .service-expanded p{font-size:12px}.service-enquire{display:inline-flex;gap:12px;padding:10px 0;font-size:13px!important}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@media(min-width:1101px) and (max-width:1300px){.solutions .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:950px){.solutions .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.solutions .service-grid{grid-template-columns:1fr}.solutions .service-card{padding:24px}.solutions .service-card h3,.solutions .service-card .service-benefit{min-height:0}.solutions .service-card h3{font-size:21px}.solutions .service-card p{font-size:14px}.solutions .icon{margin-bottom:18px}}

/* Step 3 — platform strip. Brand names are platform examples. */
.platform-strip{display:grid;grid-template-columns:190px minmax(0,1fr);gap:34px;padding:32px clamp(28px,5vw,80px);align-items:center;background:linear-gradient(105deg,#fbfdff,#fff 60%)}
.platform-intro{border-right:1px solid #e2eaf6;padding-right:24px}
.platform-intro .eyebrow{font-size:9px;letter-spacing:.18em;line-height:1.7;margin:0 0 9px;color:#697991}
.platform-intro h2{font-size:21px;letter-spacing:-.035em;line-height:1.2;margin:0;font-weight:650;color:#23324c}
.platform-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:start}
.platform-list li{min-width:0;text-align:center;padding:7px 0}
.platform-name{display:block;font-size:clamp(17px,1.65vw,23px);font-weight:700;letter-spacing:-.045em;line-height:1.5;color:#3d4b62}
.platform-purpose{display:block;font-size:10px;color:#63728a;line-height:1.5;margin-top:4px}
.platform-note{font-size:11px;line-height:1.6;color:#63728a;margin:17px 0 0;text-align:center}
@media(max-width:1100px){.platform-strip{grid-template-columns:170px minmax(0,1fr);gap:24px}.platform-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 20px}.platform-name{font-size:21px}}
@media(max-width:600px){.platform-strip{grid-template-columns:minmax(0,1fr);gap:22px;padding:30px 20px}.platform-intro{border:0;padding:0;text-align:center}.platform-intro h2 br{display:none}.platform-intro h2 br:after{content:' '}.platform-intro h2{font-size:24px}.platform-list{gap:17px 12px}.platform-name{font-size:19px}.platform-purpose{font-size:9px}.platform-note{max-width:310px;margin:18px auto 0}}

/* Step 4 — industry cards with native keyboard-accessible details. */
.industries .industry-grid{align-items:start;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.industries .industry-help{font-size:12px;line-height:1.6;color:#63728a;margin-top:20px;max-width:320px}
.industry-tile{min-width:0;border-radius:18px;overflow:hidden;background:#fff;border:1px solid #e4eaf5;box-shadow:0 12px 30px rgba(15,43,82,.08)}
.industry-tile summary{position:relative;display:block;list-style:none;cursor:pointer;height:280px;background:#0c1b35;color:white;isolation:isolate;overflow:hidden}
.industry-tile summary::-webkit-details-marker{display:none}
.industry-tile summary>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.industry-tile summary:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,15,34,.03) 15%,rgba(3,15,34,.4) 46%,rgba(3,15,34,.95) 100%);z-index:1;pointer-events:none}
.industry-caption{position:absolute;left:14px;right:14px;bottom:16px;z-index:2}
.industry-caption strong{display:block;font-size:17px;line-height:1.25;letter-spacing:-.025em}
.industry-caption small{display:block;font-size:10px;line-height:1.6;color:#e4edfb;margin-top:8px}
.industry-discover{display:flex;justify-content:space-between;align-items:center;gap:7px;margin-top:18px;padding-top:12px;border-top:1px solid #ffffff42;font-size:10px;color:#fff;line-height:1.5}
.industry-toggle{font-size:22px;line-height:1;transition:transform .2s}
.industry-tile[open] .industry-toggle{transform:rotate(45deg)}
.industry-tile summary:hover>img{transform:scale(1.035)}
.industry-tile summary:focus-visible{outline:3px solid #75cfff;outline-offset:-5px}
.industry-detail{padding:20px 15px 22px}
.industry-detail h3{font-size:13px;line-height:1.5;margin:0 0 12px;color:#253853}
.industry-detail ul{padding-left:16px;margin:0 0 18px;font-size:12px;color:#59667a;line-height:1.7}
.industry-detail li{margin-bottom:10px}.industry-detail li::marker{color:#2878ff}
.industry-detail p{font-size:12px;color:#59667a;line-height:1.7;margin:0 0 16px}
.industry-detail a{display:inline-block;color:#1668ff;font-size:12px;font-weight:700;line-height:1.7}
@media(min-width:1101px) and (max-width:1300px){.industries{grid-template-columns:.8fr 1.2fr;gap:32px}.industries .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1100px){.industries .industry-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.industry-tile summary{height:270px}}
@media(max-width:850px){.industries .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.industries .industry-grid{gap:12px}.industry-tile summary{height:245px}.industry-caption{left:12px;right:12px}.industry-caption strong{font-size:16px}.industry-caption small{font-size:10px}.industry-discover{font-size:10px}.industry-detail{padding:16px 12px}.industry-detail a{font-size:12px}}
@media(max-width:340px){.industries .industry-grid{grid-template-columns:1fr}}

/* Contact artwork repair — clean photograph and a single full-colour logo. */
#contact .cta-visual{height:auto;aspect-ratio:16/10;min-width:0;isolation:isolate;background:#18284a}
#contact .cta-visual>img{display:block;width:100%;height:100%;object-fit:cover;object-position:62% center;filter:none}
#contact .cta-visual:after{background:linear-gradient(0deg,rgba(4,15,36,.62),transparent 48%);z-index:1;pointer-events:none}
.contact-art-brand{position:absolute;top:22px;left:22px;z-index:2;padding:7px;background:#fff;border-radius:14px;box-shadow:0 8px 28px rgba(5,17,39,.16)}
.contact-art-brand img{display:block;width:110px;height:110px;object-fit:contain;filter:none}
.contact-art-caption{position:absolute;left:28px;bottom:24px;z-index:2;color:#fff;font-family:Georgia,serif;font-style:italic;font-size:32px;line-height:1.15;margin:0;text-shadow:0 2px 15px rgba(0,0,0,.3)}
.contact-art-caption span{font-size:23px}
@media(max-width:700px){#contact .cta-visual{aspect-ratio:4/3}.contact-art-brand{top:16px;left:16px;padding:5px;border-radius:10px}.contact-art-brand img{width:82px;height:82px}.contact-art-caption{left:20px;bottom:18px;font-size:27px}.contact-art-caption span{font-size:20px}}

/* Contact logo experiment — true alpha transparency over the photograph. */
#contact .contact-art-brand{background:transparent;padding:0;border-radius:0;box-shadow:none;top:18px;left:22px}
#contact .contact-art-brand img{width:150px;height:auto;filter:drop-shadow(0 1px 2px rgba(255,255,255,.45)) drop-shadow(0 4px 9px rgba(7,21,48,.16))}
@media(max-width:700px){#contact .contact-art-brand{top:12px;left:14px}#contact .contact-art-brand img{width:115px;height:auto}}

/* Consultation request flow and final footer. */
.consultation{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;background:#fbfdff;border-top:1px solid var(--line)}
.consultation-intro h2{font-size:clamp(36px,4vw,52px);letter-spacing:-.045em;line-height:1.05;margin:0 0 24px}.consultation-intro>p,.consultation-intro li{color:#53647c;line-height:1.7}.consultation-intro ol{padding-left:22px;margin:28px 0}.consultation-intro li{padding-left:6px;margin:15px 0}
.consultation-form{background:#fff;border:1px solid var(--line);padding:30px;border-radius:24px;box-shadow:0 12px 36px #17395e08;min-width:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
.consultation-form label{display:block;font-size:13px;font-weight:650;color:#253853;margin-bottom:18px}.consultation-form input,.consultation-form textarea,.consultation-form select{display:block;width:100%;min-width:0;border:1px solid #c9d4e4;background:#fbfdff;border-radius:10px;padding:12px;margin-top:8px;font:inherit;font-size:16px;font-weight:400;color:#172945}.consultation-form textarea{resize:vertical}.consultation-form button{font:inherit;cursor:pointer;border:0}.consultation-form .outline{border:1px solid #9eacc1}.form-note{font-size:12px!important;line-height:1.7;color:#596b83}.enquiry-review{margin-top:28px;border-top:1px solid var(--line);padding-top:22px}.enquiry-review h3{font-size:21px}.enquiry-review p{font-size:14px;line-height:1.6}.enquiry-actions{display:flex;flex-wrap:wrap;gap:12px}.enquiry-actions .pill{font-size:13px}#enquiryStatus{color:#185d50}
.finished-footer{grid-template-columns:1fr 1fr 1fr;gap:32px;padding:42px clamp(28px,5vw,80px);align-items:start}.finished-footer .footer-brand{display:inline-block}.finished-footer .footer-brand img{width:90px;height:90px;object-fit:contain}.footer-identity p{font-size:14px;color:#63728a;line-height:1.7}.finished-footer nav{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.footer-contact{display:flex;flex-direction:column;gap:15px;font-size:14px;overflow-wrap:anywhere}.footer-contact .eyebrow{font-size:10px;margin:0}.footer-top{color:#2769cc;font-size:12px}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;gap:24px;color:#63728a;font-size:12px}.footer-bottom details{max-width:480px}.footer-bottom summary{cursor:pointer}.footer-bottom p{line-height:1.7}.skip-link{position:absolute;left:16px;top:-100px;background:#fff;padding:12px;z-index:200}.skip-link:focus{top:8px}
@media(max-width:900px){.consultation{grid-template-columns:1fr;gap:24px}.finished-footer{grid-template-columns:1fr 1fr;text-align:left}.footer-identity{grid-column:1/-1}.finished-footer nav{justify-content:flex-start}.footer-bottom{flex-direction:column}}
@media(max-width:500px){.consultation-form{padding:22px 18px}.form-grid{grid-template-columns:1fr}.finished-footer{padding:32px 20px;gap:26px}.footer-contact{font-size:12px}.finished-footer nav{font-size:12px}.contact-details{overflow-wrap:anywhere}.enquiry-actions .pill{width:100%}}
/* Progressive enhancement: content remains visible when scripts are disabled. */
.reveal{opacity:1;transform:none}.reveal.right{transform:none}

.form-honeypot{display:none!important}#sendEnquiry:disabled{opacity:.65;cursor:wait;transform:none}.consultation-form .form-note a{color:#1668ff;text-decoration:underline;text-underline-offset:3px}

/* Finished story film: preserve the complete 16:9 frame and native controls. */
#storyModal{padding:20px;background:transparent}
#storyModal .story-panel{width:min(1120px,100%);max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow:auto;border-radius:24px;background:#08152d;color:#fff}
.story-heading{padding:22px 76px 18px 26px}
.story-heading .story-kicker{margin:0 0 8px;font-size:10px;color:#a8c0e9}
.story-heading h2{margin:0;font-size:25px;letter-spacing:-.03em;line-height:1.2}
#storyVideo{display:block;width:100%;height:auto;aspect-ratio:16/9;max-height:calc(100vh - 220px);max-height:calc(100dvh - 220px);object-fit:contain;background:#000}
#storyModal .story-close{top:18px;right:18px;backdrop-filter:none}
.story-player-footer{padding:18px 26px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.story-player-footer>p{flex-basis:100%;margin:0;color:#c8d9f4;font-size:13px;line-height:1.5}
.story-player-footer>p:empty{display:none}
.story-player-footer>a:not(.pill){font-size:12px;color:#c8d9f4;text-decoration:underline;text-underline-offset:3px}
.story-player-footer .pill{padding:12px 18px;font-size:13px}
@media(max-width:600px){#storyModal{padding:10px}#storyModal .story-panel{border-radius:18px;max-height:calc(100vh - 20px);max-height:calc(100dvh - 20px)}.story-heading{padding:20px 64px 18px 18px}.story-heading h2{font-size:21px}.story-player-footer{padding:16px 18px}.story-player-footer .pill{width:100%}#storyVideo{max-height:calc(100vh - 240px);max-height:calc(100dvh - 240px)}}
@media(max-height:500px) and (orientation:landscape){#storyModal{padding:8px}#storyModal .story-panel{max-height:calc(100dvh - 16px)}.story-heading{padding:10px 68px 10px 18px}.story-heading .story-kicker{display:none}.story-heading h2{font-size:18px}#storyVideo{max-height:calc(100dvh - 130px)}.story-player-footer{padding:8px 18px}.story-player-footer .pill{width:auto;padding:8px 12px}#storyModal .story-close{top:5px;right:10px;width:34px;height:34px}}
