:root {
  --ink: #07182f;
  --ink-2: #102843;
  --blue: #1769e0;
  --blue-dark: #0b4db4;
  --cyan: #55d8e6;
  --teal: #0e8793;
  --white: #ffffff;
  --paper: #f7f9fc;
  --soft: #edf3fa;
  --line: #d9e2ed;
  --muted: #5c6c80;
  --muted-dark: #aab8c9;
  --success: #1a8d68;
  --shadow: 0 22px 60px rgba(7, 24, 47, .12);
  --shadow-small: 0 10px 32px rgba(7, 24, 47, .09);
  --radius: 22px;
  --radius-small: 14px;
  --container: 1180px;
  --header-height: 78px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: rgba(85, 216, 230, .32); color: var(--ink); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(3.3rem, 8vw, 6.8rem); font-weight: 760; }
h2 { font-size: clamp(2.25rem, 5vw, 4.2rem); font-weight: 740; }
h3 { font-size: 1.35rem; font-weight: 700; }
em { color: var(--blue); font-style: normal; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: clamp(82px, 10vw, 144px) 0; }
.section--soft { background: var(--paper); }
.section--dark { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.section--dark::before { content: ""; position: absolute; inset: auto -12% -55% 42%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(23, 105, 224, .35), transparent 64%); pointer-events: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: 12px; transform: translateY(-150%); padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 8px; box-shadow: var(--shadow-small); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 18px; color: var(--blue-dark); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 2px; margin-right: 10px; vertical-align: middle; background: var(--cyan); }
.eyebrow--light { color: var(--cyan); }

.site-header { position: sticky; z-index: 100; top: 0; min-height: var(--header-height); border-bottom: 1px solid rgba(217, 226, 237, .72); background: rgba(255, 255, 255, .9); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(7, 24, 47, .08); }
.nav-shell { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 1.35rem; font-weight: 790; letter-spacing: -.04em; text-decoration: none; }
.brand img { flex: 0 0 auto; }
.site-nav { display: flex; align-items: center; gap: 36px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { position: relative; color: var(--ink-2); font-size: .94rem; font-weight: 650; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 2px; transform: scaleX(0); background: var(--blue); transition: transform .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 21px; border: 1px solid var(--blue); border-radius: 12px; background: var(--blue); color: var(--white); font-weight: 760; line-height: 1.2; text-decoration: none; cursor: pointer; box-shadow: 0 10px 22px rgba(23, 105, 224, .18); transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button svg, .text-link svg, .service-card a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); border-color: var(--blue-dark); box-shadow: 0 14px 28px rgba(23, 105, 224, .24); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(85, 216, 230, .75); outline-offset: 3px; }
.button--small { min-height: 44px; padding: 10px 16px; font-size: .9rem; }
.button--outline { background: transparent; color: var(--blue-dark); box-shadow: none; }
.button--outline:hover { color: var(--white); }
.button--light { border-color: var(--white); background: var(--white); color: var(--ink); box-shadow: none; }
.button--light:hover { border-color: var(--cyan); background: var(--cyan); color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.button-row--center { justify-content: center; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 760; text-decoration: none; }
.text-link:hover svg, .service-card a:hover svg { transform: translateX(4px); }
.text-link svg, .service-card a svg { transition: transform .2s ease; }

.hero { min-height: calc(100vh - var(--header-height)); display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(132deg, #fff 0%, #f7faff 48%, #eef5fd 100%); }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; top: -300px; right: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(85, 216, 230, .28), transparent 68%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(46px, 7vw, 100px); align-items: center; padding-top: 70px; padding-bottom: 82px; }
.hero h1 { max-width: 800px; margin-bottom: 28px; }
.hero-lead { max-width: 720px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 30px 0 0; list-style: none; color: var(--muted); font-size: .91rem; font-weight: 650; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points svg { width: 18px; height: 18px; fill: none; stroke: var(--success); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hero-visual { min-height: 550px; display: grid; place-items: center; position: relative; }
.status-panel { position: relative; z-index: 2; width: min(100%, 490px); padding: 22px; border: 1px solid rgba(255,255,255,.72); border-radius: 26px; background: rgba(255,255,255,.82); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.status-panel__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .84rem; font-weight: 700; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(26,141,104,.12); }
.status-live { padding: 5px 9px; border-radius: 999px; background: #e6f8f1; color: #126c51; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.metric-card { padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.metric-card span { display: block; color: var(--muted); font-size: .75rem; }
.metric-card strong { display: block; margin: 4px 0 11px; font-size: .95rem; }
.meter { display: block; height: 5px; border-radius: 999px; background: linear-gradient(90deg, var(--blue) var(--w), var(--soft) var(--w)); }
.meter--90 { --w: 90%; }.meter--82 { --w: 82%; }.meter--75 { --w: 75%; }.meter--86 { --w: 86%; }
.status-line { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 14px 4px; border-top: 1px solid var(--line); }
.status-line > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--soft); color: var(--blue); }
.status-line svg, .icon-box svg, .value-cards svg, .boundaries svg, .expect-list svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.status-line strong, .status-line small { display: block; }
.status-line strong { font-size: .9rem; }.status-line small { color: var(--muted); font-size: .72rem; }.status-line b { color: #a8b5c4; font-size: .75rem; }
.signal-orbit { position: absolute; border: 1px solid rgba(23,105,224,.16); border-radius: 50%; }
.signal-orbit--one { width: 470px; height: 470px; }
.signal-orbit--two { width: 590px; height: 590px; border-color: rgba(85,216,230,.22); }
.signal-orbit::after { content: ""; position: absolute; width: 12px; height: 12px; top: 12%; left: 18%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 8px rgba(85,216,230,.13); }

.trust-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-row { min-height: 86px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 26px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trust-row span:not(:last-child)::after { content: "·"; margin-left: clamp(18px, 3vw, 46px); color: var(--cyan); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #bfd2e8; box-shadow: var(--shadow-small); }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--soft); color: var(--blue); }
.icon-box--large { width: 64px; height: 64px; border-radius: 18px; }
.icon-box--large svg { width: 30px; height: 30px; }
.card-number { position: absolute; top: 24px; right: 24px; color: #a7b4c5; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.service-card h3 { margin: 34px 0 14px; }.service-card p:not(.card-number) { color: var(--muted); font-size: .94rem; }.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--blue-dark); font-size: .9rem; font-weight: 770; text-decoration: none; }
.section-action { display: flex; justify-content: center; margin-top: 42px; }
.split-feature { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.split-feature h2 { color: var(--white); }
.lead-light { max-width: 600px; margin-bottom: 32px; color: var(--muted-dark); font-size: 1.13rem; }
.process-list { padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.process-list span { color: var(--cyan); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.process-list h3 { margin-bottom: 7px; color: var(--white); font-size: 1.25rem; }
.process-list p { margin: 0; color: var(--muted-dark); font-size: .94rem; }
.value-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.value-intro { position: sticky; top: 120px; }.value-intro p:last-child { color: var(--muted); }
.value-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.value-cards article { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--paper); }
.value-cards article > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 12px; background: var(--white); color: var(--blue); box-shadow: 0 6px 18px rgba(7,24,47,.06); }
.value-cards h3 { margin-bottom: 11px; }.value-cards p { margin: 0; color: var(--muted); font-size: .93rem; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: clamp(34px, 6vw, 66px); border: 1px solid #ccdaea; border-radius: 28px; background: linear-gradient(120deg, #fff 0%, #f1f6fc 100%); box-shadow: var(--shadow-small); }
.cta-panel h2 { max-width: 800px; margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.5rem); }.cta-panel p:last-child { margin-bottom: 0; color: var(--muted); }

.page-hero { padding: clamp(96px, 13vw, 170px) 0 clamp(80px, 10vw, 130px); background: linear-gradient(145deg, #f9fbfe 0%, #eef4fb 100%); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.page-hero h1 { margin-bottom: 0; font-size: clamp(3.3rem, 7vw, 6rem); }
.page-hero-lead { margin-bottom: 6px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.service-detail-wrap { padding-top: 40px; }
.service-detail { display: grid; grid-template-columns: 90px .88fr 1.12fr; gap: clamp(30px, 5vw, 70px); padding: 82px 0; border-bottom: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 0; }
.service-detail__number { color: #a9b6c6; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.service-detail__heading h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.service-detail__heading .icon-box { margin-bottom: 34px; }
.service-detail__content { padding-top: 34px; color: var(--muted); }
.check-list { padding: 0; margin: 25px 0 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid var(--line); color: var(--ink-2); }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 18px; width: 11px; height: 6px; border-left: 2px solid var(--success); border-bottom: 2px solid var(--success); transform: rotate(-45deg); }
.scope-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }.scope-grid h2 { margin: 0; }.scope-grid > div:last-child { color: var(--muted-dark); }
.story-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.story-stat { padding: 36px; border-radius: var(--radius); background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.story-stat strong { display: block; margin-bottom: 8px; color: var(--cyan); font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }.story-stat span { color: var(--muted-dark); }
.story-copy h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }.story-copy p:not(.eyebrow) { color: var(--muted); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-grid article { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); }
.principle-grid article > span { color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }.principle-grid h3 { margin-top: 50px; }.principle-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.expect-list { display: grid; gap: 14px; }.expect-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-small); background: rgba(255,255,255,.04); }
.expect-list > div > svg { width: 26px; height: 26px; color: var(--cyan); }.expect-list strong, .expect-list span { display: block; }.expect-list strong { color: var(--white); }.expect-list span { color: var(--muted-dark); font-size: .9rem; }.expect-list p { margin: 0; }
.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }.audience-card { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }.audience-card h3 { font-size: 1.5rem; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 34px; align-items: stretch; }
.contact-primary, .contact-aside { padding: clamp(30px, 5vw, 58px); border-radius: var(--radius); }
.contact-primary { border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-small); }.contact-primary h2 { overflow-wrap: anywhere; font-size: clamp(2rem, 5vw, 4rem); }.contact-primary h2 a { color: var(--ink); text-decoration: none; }.contact-primary > p:not(.eyebrow,.copy-status) { max-width: 680px; color: var(--muted); }
.contact-aside { background: var(--ink); color: var(--white); }.contact-aside h3 { font-size: 2rem; }.contact-aside p { color: var(--muted-dark); }.contact-aside hr { margin: 38px 0; border: 0; border-top: 1px solid rgba(255,255,255,.15); }
.copy-status { min-height: 26px; margin: 12px 0 0; color: var(--success); font-size: .9rem; }
.enquiry-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }.enquiry-grid > div > p:last-child { color: var(--muted); }
.enquiry-list { padding: 0; margin: 0; list-style: none; }.enquiry-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }.enquiry-list li:first-child { border-top: 1px solid var(--line); }.enquiry-list span { color: var(--blue); font-size: .76rem; font-weight: 800; }.enquiry-list h3 { margin-bottom: 6px; }.enquiry-list p { margin: 0; color: var(--muted); }
.boundaries { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.boundaries > div { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-small); }.boundaries > div > span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 12px; background: var(--soft); color: var(--blue); }.boundaries p { margin: 0; color: var(--muted); }

.legal-hero { padding: 110px 0 80px; background: var(--paper); border-bottom: 1px solid var(--line); }.legal-hero h1 { margin-bottom: 20px; font-size: clamp(3rem, 7vw, 5.4rem); }.legal-hero p:not(.eyebrow,.legal-date) { max-width: 700px; color: var(--muted); font-size: 1.15rem; }.legal-date { margin-top: 28px; color: var(--muted); font-size: .85rem; font-weight: 700; }
.legal-section { padding-top: 72px; }.legal-content h2 { margin: 54px 0 16px; padding-top: 10px; font-size: 1.65rem; letter-spacing: -.025em; }.legal-content h2:first-child { margin-top: 0; }.legal-content p, .legal-content li { color: #44576d; }.legal-content a { color: var(--blue-dark); }.legal-content ul { padding-left: 24px; }
.error-page { min-height: 70vh; display: grid; place-items: center; padding: 90px 0; text-align: center; }.error-code { margin-bottom: 4px; color: #d6e1ee; font-size: clamp(6rem, 22vw, 13rem); font-weight: 850; line-height: .8; letter-spacing: -.08em; }.error-page h1 { font-size: clamp(2.6rem, 7vw, 5rem); }

.site-footer { padding: 74px 0 26px; background: #04101f; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr .65fr; gap: 70px; padding-bottom: 58px; }
.brand--footer { color: var(--white); }.footer-intro > p { max-width: 570px; margin: 22px 0 14px; color: var(--muted-dark); }.footer-email { color: var(--cyan); font-weight: 720; }
.site-footer h2 { margin-bottom: 18px; color: var(--white); font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; }.footer-links { padding: 0; margin: 0; list-style: none; }.footer-links li { margin: 10px 0; }.footer-links a { color: var(--muted-dark); text-decoration: none; }.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); color: #8999ac; font-size: .82rem; }.footer-bottom p { margin: 0; }

[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal].is-visible { animation: reveal-rise .6s ease both; }
@keyframes reveal-rise { from { opacity: .82; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@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; animation: none !important; } }
@media (max-width: 1020px) {
  .menu-toggle { display: flex; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }.nav-links { display: grid; gap: 0; margin-bottom: 14px; }.nav-links a { padding: 14px 8px; border-bottom: 1px solid var(--line); }.nav-links a::after { display: none; }.site-nav .button { width: 100%; }
  .hero-grid, .page-hero-grid, .section-heading, .split-feature, .value-grid, .scope-grid, .story-grid, .audience-grid, .contact-grid, .enquiry-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 84px; }.hero-copy { position: relative; z-index: 3; }.hero-visual { min-height: 500px; }.page-hero-grid { gap: 32px; }.section-heading { gap: 22px; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-detail { grid-template-columns: 55px 1fr; }.service-detail__content { grid-column: 2; padding-top: 0; }
  .value-intro { position: static; }.scope-grid, .story-grid, .audience-grid, .enquiry-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1.4fr .6fr .6fr; gap: 38px; }
}
@media (max-width: 700px) {
  :root { --header-height: 70px; }
  body { font-size: 16px; }.container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }.brand { font-size: 1.22rem; }.brand img { width: 38px; height: 38px; }
  .hero { min-height: auto; }.hero-grid { gap: 22px; padding-top: 64px; padding-bottom: 70px; }.hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }.hero-visual { min-height: 410px; }.status-panel { padding: 16px; }.signal-orbit--one { width: 360px; height: 360px; }.signal-orbit--two { width: 430px; height: 430px; }.metric-card { padding: 12px; }.status-line { grid-template-columns: 38px 1fr; }.status-line b { display: none; }
  .trust-row { justify-content: flex-start; padding: 20px 0; }.trust-row span:not(:last-child)::after { margin-left: 14px; }
  .service-grid, .value-cards, .principle-grid, .boundaries { grid-template-columns: 1fr; }.service-card { min-height: 330px; }.page-hero { padding: 80px 0 72px; }.page-hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .service-detail { grid-template-columns: 1fr; gap: 20px; padding: 62px 0; }.service-detail__number, .service-detail__content { grid-column: 1; }.service-detail__content { padding-top: 0; }.service-detail__heading .icon-box { margin-bottom: 24px; }
  .cta-panel { grid-template-columns: 1fr; padding: 30px 24px; }.cta-panel .button { width: 100%; }
  .button-row { align-items: stretch; }.button-row .button { flex: 1 1 auto; }
  .story-stat { padding: 28px; }.principle-grid article { min-height: 240px; }.contact-primary, .contact-aside { padding: 28px 22px; }.contact-primary h2 { font-size: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-intro { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }.site-footer { padding-top: 60px; }
}
@media (max-width: 430px) { .metric-grid { grid-template-columns: 1fr 1fr; }.hero-visual { min-height: 390px; }.status-panel { transform: scale(.94); }.footer-grid { grid-template-columns: 1fr; }.footer-intro { grid-column: auto; } }
