:root {
  --ink: #07111f;
  --ink-soft: #0d1b2d;
  --panel: #102238;
  --paper: #f4f7fa;
  --white: #fff;
  --muted: #66778c;
  --line: #d9e1e8;
  --blue: #169fe6;
  --cyan: #67dcff;
  --green: #7df0c1;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(1, 16, 32, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 50; width: 100%; top: 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(103,220,255,.72); border-radius: 12px 12px 5px 12px; color: var(--cyan); font-weight: 850; box-shadow: inset 0 0 24px rgba(22,159,230,.15); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.08rem; letter-spacing: .18em; }
.brand-copy small { margin-top: 6px; color: #a9bbcb; font-size: .64rem; letter-spacing: .11em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #c5d0dc; font-size: .9rem; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-cta { padding: 11px 16px; color: var(--white); border: 1px solid rgba(103,220,255,.45); border-radius: 8px; background: rgba(22,159,230,.13); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; overflow: hidden; padding: 168px 0 88px; color: var(--white); background: radial-gradient(circle at 78% 28%, rgba(18,121,188,.28), transparent 31%), linear-gradient(125deg, #07111f 0%, #0a1728 55%, #07121e 100%); }
.signal-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(104,173,215,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(104,173,215,.15) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-orb { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(103,220,255,.1); border-radius: 50%; }
.orb-one { top: 90px; right: -140px; box-shadow: 0 0 100px rgba(22,159,230,.12); }
.orb-two { width: 240px; height: 240px; right: 180px; bottom: -150px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, .72fr); gap: clamp(55px, 8vw, 110px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #aec2d4; font-size: .75rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--cyan); }
.eyebrow.dark { color: #497089; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 6.4vw, 6.1rem); line-height: .98; letter-spacing: -.058em; }
.hero h1 em { display: block; color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 700px; margin: 30px 0 0; color: #b9c8d5; font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 0 20px; border: 1px solid transparent; border-radius: 9px; font-size: .88rem; font-weight: 760; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #04111d; background: var(--cyan); }
.button-primary:hover { background: #8be5ff; }
.button-quiet { color: #d9e5ee; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
.coverage { margin: 30px 0 0; color: #8093a6; font-size: .8rem; }
.coverage span { padding: 0 7px; color: var(--blue); }

.signal-card { position: relative; overflow: hidden; padding: 24px; border: 1px solid rgba(105,211,255,.2); border-radius: var(--radius); background: linear-gradient(145deg, rgba(18,42,66,.9), rgba(8,24,40,.96)); box-shadow: var(--shadow); }
.signal-card::after { content: ""; position: absolute; right: -40px; bottom: -55px; width: 150px; height: 150px; border: 1px solid rgba(103,220,255,.1); border-radius: 50%; }
.signal-card-head { display: flex; align-items: center; justify-content: space-between; color: #7f99ad; font-size: .64rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.signal-card-head i { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-style: normal; }
.signal-card-head i::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px var(--green); }
.signal-main { padding: 42px 0 30px; }
.signal-kicker { display: block; color: #9cb0c0; font-size: .78rem; }
.signal-main strong { display: inline-block; margin-top: 8px; font-size: 5.6rem; line-height: .9; letter-spacing: -.08em; }
.signal-main b { margin-left: 9px; color: var(--cyan); font-size: 1.1rem; }
.signal-main p { margin: 20px 0 0; color: #a8bac9; font-size: .88rem; }
.signal-stats { display: grid; grid-template-columns: 1fr 1fr; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); gap: 18px; }
.signal-stats div { display: grid; }
.signal-stats strong { color: #f3fbff; font-size: 1rem; }
.signal-stats span { color: #758a9e; font-size: .68rem; }
.pulse-line { height: 44px; display: flex; align-items: end; gap: 5px; }
.pulse-line span { flex: 1; height: 10%; background: linear-gradient(to top, var(--blue), var(--cyan)); opacity: .42; }
.pulse-line span:nth-child(2) { height: 35%; }.pulse-line span:nth-child(3) { height: 68%; }.pulse-line span:nth-child(4) { height: 42%; }.pulse-line span:nth-child(5) { height: 82%; }
.signal-card > small { color: #5e7487; font-size: .62rem; }

.trust-strip { color: #96a8b9; background: #07111f; border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid span { padding: 19px; border-right: 1px solid rgba(255,255,255,.08); font-size: .7rem; font-weight: 720; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.trust-grid span:first-child { border-left: 1px solid rgba(255,255,255,.08); }

.section { padding: 110px 0; }
.section-heading h2 { max-width: 680px; margin: 0; font-size: clamp(2.2rem, 4.8vw, 4.2rem); line-height: 1.04; letter-spacing: -.045em; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .58fr); gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; }

.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-grid article { min-height: 235px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); }
.problem-grid article > span, .method-grid article > span { color: var(--blue); font-size: .7rem; font-weight: 780; letter-spacing: .14em; }
.problem-grid h3, .method-grid h3 { margin: 45px 0 12px; font-size: 1.12rem; }
.problem-grid p, .method-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.services-section { color: var(--white); background: var(--ink-soft); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.heading-row h2 { color: var(--white); }
.text-link { display: inline-flex; flex: none; align-items: center; gap: 24px; color: var(--blue); font-size: .82rem; font-weight: 760; text-decoration: none; }
.services-section .text-link { color: var(--cyan); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.service-card { position: relative; min-height: 430px; padding: 34px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.015); }
.service-card.featured { min-height: 430px; padding-top: 38px; background: linear-gradient(155deg, rgba(22,159,230,.18), rgba(10,26,43,.1)); }
.service-card .card-index, .card-index { color: #7790a5; font-size: .68rem; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { max-width: 500px; margin: 45px 0 17px; font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.08; letter-spacing: -.035em; }
.service-card p { max-width: 520px; margin: 0; color: #9fb0bf; }
.service-card ul { display: grid; gap: 9px; margin: 45px 0; padding: 0; color: #c5d1db; list-style: none; }
.service-card li { padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.09); }
.service-card > a { position: absolute; right: 34px; bottom: 30px; left: 34px; display: flex; justify-content: space-between; color: var(--cyan); font-size: .8rem; font-weight: 760; text-decoration: none; }

.programme-section { color: var(--white); background: #07111f; }
.programme-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(400px, .85fr); gap: clamp(70px, 10vw, 140px); align-items: start; }
.programme-copy { position: sticky; top: 125px; }
.programme-copy h2 { margin: 0; font-size: clamp(2.65rem, 5vw, 4.7rem); line-height: 1.02; letter-spacing: -.05em; }
.large-copy { margin: 28px 0 0; color: #a9bac8; font-size: 1.12rem; }
.programme-outcomes { display: grid; margin: 40px 0; border-top: 1px solid rgba(255,255,255,.1); }
.programme-outcomes div { display: grid; grid-template-columns: 125px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.programme-outcomes strong { color: #e8f6ff; font-size: .82rem; }
.programme-outcomes span { color: #8297a8; font-size: .78rem; }
.programme-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.programme-steps li { display: grid; grid-template-columns: 88px 1fr; gap: 28px; min-height: 205px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.12); }
.programme-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.programme-steps > li > span { color: var(--blue); font-size: .68rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.programme-steps h3 { margin: 0 0 12px; font-size: 1.55rem; }
.programme-steps p { margin: 0; color: #8ea2b2; font-size: .9rem; }

.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.method-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.outcome-band { position: relative; display: grid; grid-template-columns: .65fr repeat(3, 1fr); gap: 35px; margin-top: 80px; padding: 38px; color: var(--white); border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.outcome-band > p { margin: 2px 0 0; color: #71889a; font-size: .67rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.outcome-band div { display: grid; }
.outcome-band strong { color: var(--cyan); font-size: 1.28rem; }
.outcome-band span { margin-top: 6px; color: #9bafbf; font-size: .75rem; }
.outcome-band small { position: absolute; right: 38px; bottom: -27px; color: var(--muted); font-size: .65rem; }

.about-section { background: #eaf0f4; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .62fr); gap: clamp(70px, 10vw, 140px); align-items: center; }
.about-copy h2 { margin: 0 0 28px; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1.03; letter-spacing: -.05em; }
.about-copy > p:not(.eyebrow) { max-width: 680px; color: #526579; font-size: 1rem; }
.about-copy .text-link { margin-top: 18px; }
.credentials-card { padding: 34px; color: var(--white); border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.credential-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 35px 0; }
.credential-list span { padding: 8px 11px; color: var(--cyan); border: 1px solid rgba(103,220,255,.25); border-radius: 6px; background: rgba(22,159,230,.08); font-size: .7rem; font-weight: 780; letter-spacing: .08em; }
.credentials-card dl { margin: 0; }
.credentials-card dl > div { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.credentials-card dt { color: #748a9c; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.credentials-card dd { margin: 7px 0 0; color: #b8c6d1; font-size: .82rem; }

.final-cta { padding: 90px 0; color: var(--white); background: linear-gradient(130deg, #0b1d31, #092b45); }
.final-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 90px; align-items: end; }
.final-cta h2 { max-width: 720px; margin: 0; font-size: clamp(2.5rem, 5.4vw, 5rem); line-height: 1; letter-spacing: -.05em; }
.final-cta-inner > div:last-child p { margin: 0 0 28px; color: #a9bbc9; }

.site-footer { padding: 75px 0 22px; color: #9eafbd; background: #050c15; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .8fr; gap: 80px; }
.footer-brand { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 390px; margin: 25px 0 0; font-size: .85rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid > div:not(:first-child) strong { margin-bottom: 10px; color: #dbe5eb; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { color: inherit; font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: .68rem; }
.footer-bottom > span:last-child { display: flex; gap: 18px; }
.footer-bottom a, .footer-bottom button { padding: 0; color: inherit; border: 0; background: none; font: inherit; text-decoration: none; cursor: pointer; }
.footer-bottom a:hover, .footer-bottom button:hover { color: var(--cyan); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
.site-header.is-scrolled { position: fixed; background: rgba(7,17,31,.94); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(0,0,0,.16); }

.cookie-banner { position: fixed; z-index: 200; right: 22px; bottom: 22px; width: min(440px, calc(100% - 44px)); padding: 22px; color: var(--white); border: 1px solid rgba(103,220,255,.22); border-radius: 14px; background: #0a1828; box-shadow: 0 25px 75px rgba(0,0,0,.35); }
.cookie-banner h2 { margin: 0 0 8px; font-size: 1rem; }
.cookie-banner p { margin: 0; color: #a6b8c7; font-size: .78rem; }
.cookie-banner p a { color: var(--cyan); }
.cookie-actions { display: flex; gap: 9px; margin-top: 18px; }
.cookie-actions button { flex: 1; min-height: 42px; padding: 0 12px; color: var(--white); border: 1px solid rgba(255,255,255,.2); border-radius: 7px; background: rgba(255,255,255,.04); font-weight: 720; cursor: pointer; }
.cookie-actions button:first-child { color: var(--ink); border-color: var(--cyan); background: var(--cyan); }

/* Supporting pages */
.inner-page { background: var(--paper); }
.inner-page .site-header { position: relative; background: var(--ink); }
.page-hero { position: relative; overflow: hidden; padding: 100px 0 85px; color: var(--white); background: linear-gradient(125deg, #07111f, #0b2137); }
.page-hero::after { content: ""; position: absolute; top: -260px; right: -170px; width: 600px; height: 600px; border: 1px solid rgba(103,220,255,.1); border-radius: 50%; box-shadow: 0 0 120px rgba(22,159,230,.1); }
.page-hero .shell { position: relative; z-index: 2; }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.055em; }
.page-hero p:not(.eyebrow) { max-width: 720px; margin: 28px 0 0; color: #adbdca; font-size: 1.08rem; }
.breadcrumb { display: flex; gap: 8px; margin-top: 30px; color: #71899c; font-size: .72rem; }
.breadcrumb a { color: var(--cyan); text-decoration: none; }
.content-section { padding: 85px 0; }
.prose { max-width: 820px; }
.prose h2 { margin: 55px 0 16px; font-size: 1.65rem; letter-spacing: -.02em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 34px 0 12px; font-size: 1.05rem; }
.prose p, .prose li { color: #526579; }
.prose a { color: #057db9; }
.prose ul { padding-left: 20px; }
.prose .policy-meta { margin-bottom: 40px; padding: 16px 18px; border-left: 3px solid var(--blue); background: #e6edf2; }
.service-detail { display: grid; grid-template-columns: minmax(0, .8fr) minmax(330px, .55fr); gap: 85px; padding: 85px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.service-detail:last-child { border-bottom: 0; }
.service-detail h2 { margin: 16px 0 22px; font-size: clamp(2.2rem, 4.4vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
.service-detail .lead { color: #526579; font-size: 1.05rem; }
.scope-card { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 18px 55px rgba(18,38,58,.08); }
.scope-card h3 { margin: 0 0 20px; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.scope-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.scope-card li { padding: 0 0 12px 20px; color: #536678; border-bottom: 1px solid var(--line); font-size: .85rem; }
.scope-card li::before { content: "—"; margin-left: -20px; margin-right: 8px; color: var(--blue); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .6fr); gap: 80px; }
.booking-panel { padding: 36px; color: var(--white); border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.booking-panel h2 { margin: 0; font-size: 2rem; }
.booking-panel p { color: #a8b8c5; }
.booking-panel .button { width: 100%; margin-top: 15px; }
.contact-options { display: grid; gap: 18px; margin-top: 38px; }
.contact-options div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.contact-options strong, .contact-options span, .contact-options a { display: block; }
.contact-options strong { color: #71889b; font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.contact-options span, .contact-options a { margin-top: 6px; color: #d6e1e8; font-size: .85rem; text-decoration: none; }
.expect-list { display: grid; gap: 0; margin-top: 40px; border-top: 1px solid var(--line); }
.expect-list div { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.expect-list span { color: var(--blue); font-size: .75rem; font-weight: 760; }
.expect-list h3 { margin: 0 0 6px; font-size: 1rem; }
.expect-list p { margin: 0; color: var(--muted); font-size: .86rem; }
.career-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 55px; }
.career-card { padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.career-card h3 { margin: 0 0 12px; }
.career-card p { color: var(--muted); }
.display-small { margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.03; letter-spacing: -.05em; }
.large-body { max-width: 720px; color: #526579; font-size: 1.05rem; }
.page-hero.compact { padding-block: 72px; }
.page-hero.compact h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.associate-callout { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-top: 55px; padding: 38px; color: var(--white); border-radius: var(--radius); background: var(--ink); }
.associate-callout h2 { margin: 0 0 8px; font-size: 1.65rem; }
.associate-callout p { max-width: 720px; margin: 0; color: #9fb0bf; }
.associate-callout .button { flex: none; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 60px 0; color: var(--white); background: radial-gradient(circle at 72% 28%, rgba(22,159,230,.23), transparent 34%), var(--ink); }
.not-found .brand { margin-bottom: 90px; }
.error-code { display: block; color: var(--cyan); font-size: .75rem; font-weight: 780; letter-spacing: .2em; }
.not-found h1 { max-width: 850px; margin: 20px 0; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .98; letter-spacing: -.055em; }
.not-found p { margin: 0 0 30px; color: #9fb0bf; }

@media (max-width: 1000px) {
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .programme-grid { grid-template-columns: 1fr; }
  .programme-copy { position: static; }
  .about-grid { grid-template-columns: 1fr; }
  .credentials-card { max-width: 700px; }
  .outcome-band { grid-template-columns: 1fr 1fr; }
  .outcome-band > p { grid-column: 1 / -1; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr .8fr; gap: 35px; }
  .service-detail, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 86px; right: 20px; left: 20px; display: none; padding: 20px; align-items: stretch; flex-direction: column; gap: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: #0b1929; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .site-nav .nav-cta { margin-top: 10px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .signal-card { max-width: 580px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid span { border-bottom: 1px solid rgba(255,255,255,.08); }
  .split-heading { grid-template-columns: 1fr; gap: 30px; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.featured { min-height: 520px; }
  .method-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .career-grid { grid-template-columns: 1fr; }
  .associate-callout { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding-top: 140px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .coverage span { display: none; }
  .coverage { max-width: 320px; }
  .signal-main strong { font-size: 4.8rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid span, .trust-grid span:first-child { border-left: 0; border-right: 0; }
  .section { padding: 80px 0; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 205px; }
  .service-card { min-height: 360px; padding: 25px; }
  .service-card.featured { min-height: 560px; }
  .service-card > a { right: 25px; left: 25px; }
  .programme-outcomes div { grid-template-columns: 1fr; gap: 5px; }
  .programme-steps li { grid-template-columns: 70px 1fr; gap: 15px; }
  .outcome-band { grid-template-columns: 1fr; padding: 26px; }
  .outcome-band small { position: static; grid-column: 1; }
  .final-cta { padding: 75px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cookie-actions { flex-direction: column; }
  .page-hero { padding: 80px 0 70px; }
  .content-section { padding: 65px 0; }
  .scope-card, .booking-panel { padding: 25px; }
  .associate-callout { padding: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
