:root {
  --ink: #0b1530;
  --ink-2: #12234a;
  --indigo: #4f52a5;
  --indigo-soft: #e8e8fb;
  --teal: #28c8bb;
  --teal-dark: #087f77;
  --paper: #f5f4f0;
  --paper-2: #ebeef4;
  --white: #fff;
  --text: #17223b;
  --muted: #637087;
  --line: rgba(11, 21, 48, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 24px 70px rgba(11, 21, 48, .12);
  --radius: 22px;
  --section: clamp(76px, 8vw, 120px);
  --gutter: clamp(20px, 5.5vw, 84px);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--text); font-size: 16px; line-height: 1.62; }
body.assistant-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--teal); color: var(--ink); }

.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 11px 15px; background: #fff; color: #000; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  padding: 0 var(--gutter);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(7, 15, 35, .94);
  color: #fff;
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 164px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 33px); }
.desktop-nav a, .utility-link { color: #d7deed; text-decoration: none; font-size: .82rem; font-weight: 750; }
.desktop-nav a { position: relative; padding: 27px 0 25px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a[aria-current="page"], .utility-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 13px; background: transparent; color: #fff; cursor: pointer; }
.mobile-nav { position: absolute; top: 76px; left: 0; right: 0; display: grid; gap: 0; padding: 12px var(--gutter) 24px; border-top: 1px solid rgba(255,255,255,.08); background: var(--ink); box-shadow: var(--shadow); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; text-decoration: none; font-weight: 750; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button::after { content: "\2197"; font-size: .92em; }
.button:hover { transform: translateY(-2px); }
.button.small { min-height: 42px; padding: 0 17px; font-size: .82rem; }
.button.teal { background: var(--teal); color: #052b2a; }
.button.teal:hover, .button.teal:focus-visible { background: #48dbcf; }
.button.light { background: #fff; color: var(--ink); }
.button.dark { background: var(--ink); color: #fff; }
.button.outline { border-color: currentColor; background: transparent; color: #fff; }
.button.ink-outline { border-color: var(--line); background: transparent; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 6px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--indigo); font-weight: 850; text-decoration: none; cursor: pointer; }
.text-link::after { content: "\2192"; }

.hero, .page-hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.hero::before, .page-hero::before { content: ""; position: absolute; width: 620px; height: 620px; left: -310px; bottom: -340px; border-radius: 50%; background: rgba(79,82,165,.34); filter: blur(2px); }
.hero { min-height: 0; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr); align-items: center; gap: clamp(44px, 6vw, 96px); padding: 126px var(--gutter) 68px; }
.hero-copy, .page-hero-copy { position: relative; z-index: 2; max-width: 760px; }
.hero h1, .page-hero h1 { margin: 0; color: #fff; letter-spacing: -.052em; text-wrap: balance; }
.hero h1 { max-width: 800px; font-size: clamp(3rem, 5vw, 4.6rem); line-height: 1; }
.page-hero { min-height: 0; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); align-items: center; gap: clamp(44px, 6vw, 96px); padding: 122px var(--gutter) 62px; }
.page-hero h1 { max-width: 790px; font-size: clamp(2.65rem, 4.35vw, 4rem); line-height: 1.02; }
.hero h1 em, .page-hero h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-lede, .page-hero .lede { max-width: 690px; margin: 25px 0 0; color: #cad3e5; font-size: clamp(1.03rem, 1.5vw, 1.22rem); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; gap: 11px; align-items: center; margin-top: 27px; color: #aebbd4; font-size: .88rem; }
.hero-note span { width: 27px; height: 1px; background: var(--teal); }
.hero-visual, .page-hero-image { position: relative; z-index: 1; width: min(100%, 470px); justify-self: center; }
.hero-visual .hero-image, .page-hero-image img { display: block; width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; object-position: center 42%; box-shadow: 0 32px 90px rgba(0,0,0,.3); }
.hero-visual .hero-image { border-radius: var(--radius); }
.page-hero-image img { border-radius: var(--radius); }
.hero-card { position: absolute; left: -45px; right: 32px; bottom: 25px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: var(--shadow); }
.hero-card .card-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); font-weight: 900; }
.hero-card strong { display: block; line-height: 1.25; }
.hero-card small { display: block; margin-top: 3px; color: var(--muted); }
.ask-entry { width: min(430px, 100%); display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-top: 20px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.06); color: #fff; text-align: left; cursor: pointer; }
.ask-entry span:nth-child(2) { display: grid; }
.ask-entry small { color: #aebbd4; }
.ask-mark, .assistant-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--teal); color: #05302d; font-weight: 950; }

.eyebrow { margin: 0 0 13px; color: var(--indigo); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .page-hero .eyebrow, .dark .eyebrow, .cta-band .eyebrow { color: #6ee0d7; }
.section { padding: var(--section) var(--gutter); }
.section.white { background: #fff; }
.section.soft { background: var(--paper-2); }
.section.dark { background: var(--ink); color: #fff; }
.section-inner { width: min(100%, 1320px); margin: 0 auto; }
.section-heading { max-width: 890px; margin-bottom: clamp(38px, 5vw, 60px); }
.section-heading.split { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .66fr); gap: clamp(30px, 6vw, 90px); align-items: end; }
.section-heading h2, .story-copy h2, .cta-band h2, .contact-copy h2 { margin: 0; color: var(--ink); font-size: clamp(2.1rem, 3.65vw, 3.5rem); line-height: 1.04; letter-spacing: -.043em; text-wrap: balance; }
.dark .section-heading h2, .cta-band h2, .contact-copy h2 { color: #fff; }
.section-heading > p:last-child, .section-lede { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 1.04rem; }
.dark .section-heading > p:last-child, .dark .section-lede { color: #b8c3d9; }

.proof-bar { background: #fff; border-bottom: 1px solid var(--line); }
.proof-inner { width: min(100%, 1320px); margin: 0 auto; display: grid; grid-template-columns: minmax(210px, .65fr) minmax(0, 1.65fr); gap: 38px; align-items: center; padding: 27px var(--gutter); }
.proof-inner > p { margin: 0; color: var(--muted); font-size: .83rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.proof-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(20px, 3vw, 48px); align-items: center; }
.proof-logos img { width: 100%; max-width: 128px; max-height: 54px; object-fit: contain; justify-self: center; filter: grayscale(1) contrast(1.1); opacity: .7; }

.pain-grid, .service-grid, .sector-grid, .value-grid, .work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain-card, .service-card, .sector-card, .value-card { position: relative; overflow: hidden; min-height: 260px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.pain-card:hover, .service-card:hover, .sector-card:hover, .value-card:hover { transform: translateY(-4px); border-color: rgba(79,82,165,.38); box-shadow: var(--shadow); }
.card-number { color: var(--indigo); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--indigo-soft); color: var(--indigo); }
.card-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pain-card h3, .service-card h3, .sector-card h3, .value-card h3 { margin: 42px 0 10px; color: var(--ink); font-size: 1.34rem; line-height: 1.18; }
.service-card .card-icon + h3, .sector-card .card-icon + h3 { margin-top: 30px; }
.pain-card p, .service-card p, .sector-card p, .value-card p { margin: 0; color: var(--muted); }
.service-card a, .sector-card a, .value-card a { display: inline-flex; margin-top: 21px; color: var(--indigo); font-weight: 850; text-decoration: none; }
.service-card a::after, .sector-card a::after, .value-card a::after { content: "\2192"; margin-left: 7px; }
.service-grid.five .service-card:first-child, .service-grid.five .service-card:nth-child(2) { grid-column: span 1; }

.journey { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey article { min-height: 245px; padding: 27px clamp(20px, 3vw, 36px); border-right: 1px solid var(--line); }
.journey article:last-child { border-right: 0; }
.journey span { color: var(--indigo); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.journey h3 { margin: 52px 0 10px; color: var(--ink); font-size: 1.48rem; }
.journey p { margin: 0; color: var(--muted); }

.story-split { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: clamp(30px, 5vw, 74px); padding: clamp(42px, 5vw, 70px) var(--gutter); background: var(--ink); color: #fff; }
.story-media { position: relative; width: min(100%, 470px); aspect-ratio: 1 / 1; justify-self: center; overflow: hidden; border-radius: var(--radius); }
.story-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.story-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,15,35,.35), transparent 55%); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(18px, 3vw, 48px); }
.story-copy h2 { color: #fff; }
.story-copy p:not(.eyebrow) { margin: 24px 0; color: #bdc8dc; font-size: 1.05rem; }
.story-copy .button { align-self: flex-start; }

.service-list { border-top: 1px solid var(--line-light); }
.service-list article { display: grid; grid-template-columns: 62px minmax(190px, .72fr) minmax(300px, 1.25fr) auto; gap: 24px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line-light); }
.service-list span { color: #70e0d7; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.service-list h3 { margin: 0; color: #fff; font-size: 1.35rem; }
.service-list p { margin: 0; color: #b9c4d9; }
.service-list a { color: #fff; font-weight: 850; text-decoration: none; }

.client-logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-logo-grid figure { min-height: 146px; display: grid; place-items: center; margin: 0; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.client-logo-grid img { width: 100%; max-width: 145px; max-height: 65px; object-fit: contain; filter: grayscale(1) contrast(1.05); opacity: .78; transition: filter .2s ease, transform .2s ease; }
.client-logo-grid figure:hover img { filter: grayscale(0); transform: scale(1.04); }
.integrity-note { margin-top: 24px; color: var(--muted); font-size: .88rem; }

.work-grid { grid-template-columns: repeat(2, 1fr); }
.work-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 50px rgba(11,21,48,.07); }
.work-card img { display: block; width: min(calc(100% - 48px), 320px); aspect-ratio: 1 / 1; height: auto; margin: 24px auto 0; border-radius: 14px; object-fit: cover; object-position: center 42%; }
.work-card-content { padding: 27px; }
.work-code { color: var(--indigo); font-size: .71rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.work-card h3 { margin: 18px 0 9px; color: var(--ink); font-size: 1.48rem; line-height: 1.15; }
.work-card p { margin: 0 0 20px; color: var(--muted); }
.work-card a { color: var(--indigo); font-weight: 850; text-decoration: none; }

.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metrics div { min-height: 145px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.metrics strong { color: var(--ink); font-size: 1.25rem; }
.metrics span { color: var(--muted); font-size: .88rem; }

.steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps li { min-height: 270px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps li:last-child { border-right: 0; }
.steps span { color: var(--indigo); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.steps h3 { margin: 58px 0 10px; color: var(--ink); font-size: 1.3rem; }
.steps p { margin: 0; color: var(--muted); }

.detail-layout { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(40px, 7vw, 100px); }
.detail-sticky { align-self: start; position: sticky; top: 110px; }
.detail-sticky h2 { margin: 0; color: var(--ink); font-size: clamp(2rem, 3.3vw, 3.25rem); line-height: 1.04; letter-spacing: -.04em; }
.detail-sticky p { color: var(--muted); }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "\2713"; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: var(--ink); font-weight: 950; }
.check-list strong { display: block; color: var(--ink); font-size: 1.08rem; }
.check-list p { margin: 4px 0 0; color: var(--muted); }

.outcome-panel { padding: clamp(34px, 5vw, 64px); border-radius: var(--radius); background: #dfe2ff; }
.outcome-panel h2 { max-width: 820px; margin: 0; color: var(--ink); font-size: clamp(2.1rem, 3.8vw, 3.7rem); line-height: 1.02; letter-spacing: -.045em; }
.outcome-panel p { max-width: 680px; color: #4e5870; }

.quote-panel { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(40px, 7vw, 95px); align-items: center; }
.quote-panel img { width: min(100%, 440px); aspect-ratio: 1 / 1; height: auto; justify-self: center; object-fit: cover; object-position: center 42%; border-radius: var(--radius); }
.quote-panel blockquote { margin: 0; color: var(--ink); font-size: clamp(2rem, 3.7vw, 3.55rem); font-weight: 800; line-height: 1.04; letter-spacing: -.045em; }
.quote-panel p { color: var(--muted); }

.cta-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 38px; align-items: center; padding: clamp(64px, 7vw, 100px) var(--gutter); background: var(--indigo); color: #fff; }
.cta-band > div { max-width: 960px; }
.cta-band h2 { font-size: clamp(2.2rem, 3.6vw, 3.45rem); }
.cta-band p { max-width: 720px; margin: 17px 0 0; color: #e0e2ff; }

.contact-layout { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(430px, 1.28fr); gap: clamp(45px, 8vw, 120px); background: var(--ink); color: #fff; }
.contact-copy { position: sticky; top: 112px; align-self: start; }
.contact-copy p:not(.eyebrow) { color: #bcc7da; }
.contact-points { margin: 28px 0 0; padding: 0; list-style: none; }
.contact-points li { padding: 11px 0; border-bottom: 1px solid var(--line-light); }
.contact-points a { color: #fff; font-weight: 800; }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; padding: clamp(24px, 4vw, 42px); border-radius: var(--radius); background: #fff; color: var(--text); }
.enquiry-form label { display: flex; flex-direction: column; gap: 7px; color: #49566d; font-size: .82rem; font-weight: 800; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { min-height: 48px; width: 100%; padding: 11px 13px; border: 1px solid #c9cfdb; border-radius: 10px; background: #fff; color: var(--ink); }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--indigo); outline: 3px solid rgba(79,82,165,.14); }
.enquiry-form textarea { resize: vertical; }
.enquiry-form .wide { grid-column: 1 / -1; }
.consent { flex-direction: row !important; align-items: flex-start; font-weight: 600 !important; line-height: 1.45; }
.consent input { width: auto; min-height: auto; margin-top: 4px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.form-footer p { margin: 0; color: var(--muted); }
.hp { position: absolute !important; left: -9999px !important; }

.faq { max-width: 980px; }
.faq details { padding: 21px 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { color: var(--ink); font-size: 1.12rem; font-weight: 850; cursor: pointer; }
.faq p { max-width: 800px; color: var(--muted); }

.policy-page { background: var(--paper-2); }
.policy-header { grid-template-columns: 1fr auto; }
.policy-shell { max-width: 980px; margin: 0 auto; padding: 145px 24px 100px; }
.policy-shell > h1 { max-width: 760px; margin: 0 0 22px; color: var(--ink); font-size: clamp(2.6rem, 4.4vw, 4rem); line-height: 1.02; letter-spacing: -.048em; }
.policy-lede { max-width: 760px; margin-bottom: 55px; color: var(--muted); font-size: 1.08rem; }
.policy-shell section { display: grid; grid-template-columns: minmax(200px, .55fr) minmax(0, 1.45fr); gap: 38px; padding: 28px 0; border-top: 1px solid var(--line); }
.policy-shell h2 { margin: 0; color: var(--ink); font-size: 1.18rem; }
.policy-shell section p { margin: 0; color: #4f5b72; }

.site-footer { display: grid; grid-template-columns: minmax(250px, 1fr) repeat(3, minmax(145px, .32fr)); gap: 34px; padding: 58px var(--gutter) 38px; background: #050b1b; color: #acb7cd; }
.footer-brand img { width: 162px; }
.site-footer p { max-width: 390px; }
.site-footer nav { display: grid; align-content: start; gap: 8px; }
.site-footer nav strong { color: #fff; font-size: .82rem; }
.site-footer nav a { color: #acb7cd; font-size: .86rem; text-decoration: none; }
.site-footer nav a:hover { color: #fff; }
.site-footer small { grid-column: 1 / -1; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.1); }

.assistant-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 70; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 7px 16px 7px 8px; border: 0; border-radius: 999px; background: var(--teal); color: #062c2a; box-shadow: 0 14px 40px rgba(0,0,0,.24); cursor: pointer; }
.assistant-launcher span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 900; }
.assistant-launcher strong { font-size: .83rem; }
.assistant { position: fixed; right: 22px; bottom: 88px; z-index: 90; width: min(410px, calc(100vw - 32px)); height: min(650px, calc(100svh - 112px)); display: grid; grid-template-rows: auto 1fr auto auto auto; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: #fff; color: var(--text); box-shadow: 0 30px 100px rgba(4,10,26,.35); opacity: 0; transform: translateY(18px) scale(.98); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.assistant.open { opacity: 1; transform: none; pointer-events: auto; }
.assistant > header { display: flex; align-items: center; justify-content: space-between; padding: 15px; background: var(--ink); color: #fff; }
.assistant > header > div { display: flex; gap: 11px; align-items: center; }
.assistant > header > div > div { display: grid; }
.assistant > header small { color: #aebbd2; }
.assistant > header button { border: 0; background: transparent; color: #fff; font-size: 1.6rem; cursor: pointer; }
.messages { overflow: auto; padding: 16px; background: #f2f4f8; }
.message { max-width: 89%; margin-bottom: 11px; padding: 11px 13px; border-radius: 15px; box-shadow: 0 4px 16px rgba(11,21,48,.08); }
.message p { margin: 0; white-space: pre-wrap; }
.message small { display: block; margin-top: 7px; color: var(--muted); }
.message small a { color: var(--indigo); font-weight: 800; }
.assistant-message { background: #fff; }
.user-message { margin-left: auto; background: var(--indigo); color: #fff; }
.human-link { display: inline-flex; margin-top: 9px; color: var(--teal-dark); font-weight: 850; }
.quick-asks { display: flex; gap: 7px; overflow-x: auto; padding: 9px 13px; border-top: 1px solid var(--line); }
.quick-asks button { flex: 0 0 auto; padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: .76rem; cursor: pointer; }
.assistant form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 11px 13px; border-top: 1px solid var(--line); }
.assistant textarea { width: 100%; resize: none; padding: 10px; border: 1px solid #cbd1dc; border-radius: 10px; }
.assistant form button { border: 0; border-radius: 10px; padding: 0 15px; background: var(--teal); color: #052d2a; font-weight: 900; cursor: pointer; }
.assistant > footer { display: flex; justify-content: space-between; gap: 12px; padding: 9px 13px 12px; color: var(--muted); font-size: .68rem; }
.assistant > footer a { color: var(--indigo); font-weight: 850; }
.assistant-scrim { position: fixed; inset: 0; z-index: 80; background: rgba(4,10,26,.48); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.assistant-open .assistant-scrim { opacity: 1; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.stagger.visible > * { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(2) { transition-delay: .08s; }
.stagger.visible > *:nth-child(3) { transition-delay: .16s; }
.stagger.visible > *:nth-child(4) { transition-delay: .24s; }
.stagger.visible > *:nth-child(5) { transition-delay: .32s; }
.stagger.visible > *:nth-child(6) { transition-delay: .4s; }

@media (max-width: 1160px) {
  .desktop-nav, .utility-link { display: none; }
  .menu-button { display: block; }
  .hero, .page-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 130px; }
  .hero-copy, .page-hero-copy { max-width: 850px; }
  .hero-visual, .page-hero-image { width: min(470px, 100%); margin-left: auto; }
  .pain-grid, .service-grid, .sector-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .client-logo-grid { grid-template-columns: repeat(4, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(2) { border-right: 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .site-footer { grid-template-columns: 1fr repeat(3, minmax(140px, .45fr)); }
}

@media (max-width: 760px) {
  .site-header { min-height: 68px; padding-inline: 17px; }
  .brand img { width: 140px; }
  .header-actions .button { display: none; }
  .mobile-nav { top: 68px; padding-inline: 19px; }
  .hero, .page-hero { padding: 108px 19px 62px; gap: 48px; }
  .hero h1 { font-size: clamp(2.7rem, 11.4vw, 3.45rem); }
  .page-hero h1 { font-size: clamp(2.45rem, 10.6vw, 3.2rem); }
  .hero-lede, .page-hero .lede { font-size: 1rem; }
  .hero-visual, .page-hero-image { margin-inline: auto; }
  .hero-card { left: 12px; right: 12px; bottom: 12px; }
  .section { padding: 72px 19px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 10px; }
  .section-heading h2, .story-copy h2, .cta-band h2, .contact-copy h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .proof-inner { grid-template-columns: 1fr; gap: 17px; padding: 24px 19px; }
  .proof-logos { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .proof-logos img:nth-child(n+4) { display: none; }
  .pain-grid, .service-grid, .sector-grid, .value-grid, .work-grid { grid-template-columns: 1fr; }
  .pain-card, .service-card, .sector-card, .value-card { min-height: 225px; }
  .journey { grid-template-columns: 1fr; }
  .journey article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-split { grid-template-columns: 1fr; gap: 30px; padding: 46px 19px; }
  .story-copy { padding: 0; }
  .service-list article { grid-template-columns: 36px 1fr; gap: 12px; }
  .service-list p, .service-list a { grid-column: 2; }
  .client-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .client-logo-grid figure { min-height: 116px; padding: 16px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 220px; border-right: 0; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-sticky { position: static; }
  .quote-panel { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; padding: 62px 19px; }
  .cta-band .button { justify-self: start; }
  .enquiry-form { grid-template-columns: 1fr; padding: 21px; }
  .enquiry-form .wide { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .policy-shell { padding: 118px 19px 78px; }
  .policy-shell section { grid-template-columns: 1fr; gap: 8px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 50px 19px 28px; }
  .site-footer > div { grid-column: 1 / -1; }
  .site-footer nav:last-of-type { grid-column: 1 / -1; }
  .assistant { inset: 10px; width: auto; height: calc(100svh - 20px); }
  .assistant-launcher { right: 13px; bottom: 13px; padding-right: 8px; }
  .assistant-launcher strong { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .stagger > *, .assistant, .assistant-scrim { opacity: 1; transform: none; transition: none; }
  .button:hover, .pain-card:hover, .service-card:hover, .sector-card:hover, .value-card:hover { transform: none; }
}
