@font-face {
  font-family: 'Instrument Serif';
  src: url('/assets/fonts/instrument-serif-regular.ttf') format('truetype');
  font-style: normal; font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('/assets/fonts/instrument-serif-italic.ttf') format('truetype');
  font-style: italic; font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('/assets/fonts/instrument-sans.ttf') format('truetype');
  font-style: normal; font-weight: 400 700; font-display: swap;
}
:root {
  --paper: #ffffff;
  --ink: #202124;
  --muted: #5c5f65;
  --line: #dedfe2;
  --soft: #f4f4f5;
  --dark: #1c1d1f;
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'Instrument Sans', Arial, sans-serif;
  --container: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 40px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; border-radius: 0; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; border: 0; }
button:disabled { cursor: wait; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 2px solid #70737b; outline-offset: 5px; }
::selection { background: #d9dbe0; color: #191a1c; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
h1 em, h2 em { font-weight: 400; }
h3 { font-weight: 500; }
svg, img, canvas { display: block; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 112px)); margin-inline: auto; }
.eyebrow, .small-label { font-size: 14px; line-height: 1.6; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.signal-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: currentColor; opacity: .7; box-shadow: 0 0 0 4px #88888818; flex-shrink: 0; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--ink); color: white; padding: 18px 23px; border: 1px solid var(--ink); font-size: 16px; font-weight: 500; line-height: 1.25; transition: background .2s, transform .2s; }
.button:hover { background: #404146; transform: translateY(-2px); }
.arrow { font-size: 23px; font-weight: 400; line-height: 1; }
.button-small { padding: 13px 18px; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 16px; font-weight: 500; line-height: 1.6; }
.text-link span { font-size: 22px; transition: transform .2s; }
.text-link:hover span { transform: translate(2px,-2px); }
.inline-link { padding: 0; background: none; text-decoration: underline; text-underline-offset: 3px; font-size: inherit; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; background: var(--ink); color: white; padding: 15px; }
.skip-link:focus { top: 10px; }

/* Navigation */
.header { border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.nav-wrap { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; white-space: nowrap; font-size: 24px; font-weight: 600; letter-spacing: -.05em; }
.brand-mark { width: 32px; height: 35px; }
.brand-dot { color: #8b8d91; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 16px; font-weight: 500; }
.desktop-nav a:hover { color: #6d7078; }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; padding: 10px; }
.menu-toggle span { height: 1px; width: 24px; background: var(--ink); display: block; transition: transform .2s; }
.menu-toggle span + span { margin-top: 7px; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span + span { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { padding: 8px 24px 26px; border-top: 1px solid var(--line); }
.mobile-nav:not([hidden]) { display: flex; flex-direction: column; }
.mobile-nav a { padding: 14px 0; font-size: 18px; }

/* Hero: a neutral point cloud with orange scan detections. */
.hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: center; padding-block: 68px; }
.hero-copy { min-width: 0; }
.hero .eyebrow { max-width: 410px; }
.hero h1 { font-size: clamp(78px,7.4vw,108px); line-height: 1; margin: 28px 0; letter-spacing: -.045em; }
.hero h1 em { white-space: nowrap; }
/* A moving point-cloud texture accents the type; the dark text stays readable. */
.headline-scan { position: relative; display: inline-block; isolation: isolate; }
.headline-scan-layer, .headline-scan-window { display: none; pointer-events: none; user-select: none; }
@supports ((background-clip: text) or (-webkit-background-clip: text)) and ((mask-image: linear-gradient(black, black)) or (-webkit-mask-image: linear-gradient(black, black))) {
  .headline-scan-layer {
    display: block; position: absolute; inset: -.12em -.07em; padding: .12em .07em;
    font: inherit; letter-spacing: inherit; line-height: inherit; white-space: inherit;
    color: transparent; -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; background-clip: text;
    -webkit-mask-size: 300% 100%; mask-size: 300% 100%;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-position: 100% 0; mask-position: 100% 0;
    animation: headline-point-sweep 12s linear infinite;
  }
  .headline-scan-points {
    background-image: radial-gradient(circle, #e99066 1.05px, transparent 1.35px);
    background-size: 3.8px 3.8px;
    -webkit-mask-image: linear-gradient(90deg, transparent 39%, #000 44%, #000 50%, transparent 53%);
    mask-image: linear-gradient(90deg, transparent 39%, #000 44%, #000 50%, transparent 53%);
  }
  .headline-scan-light {
    background-color: #d47b50;
    -webkit-mask-image: linear-gradient(90deg, transparent 47.8%, #000 49.7%, transparent 50.6%);
    mask-image: linear-gradient(90deg, transparent 47.8%, #000 49.7%, transparent 50.6%);
  }
  .headline-scan-window { display: block; position: absolute; inset: -.02em -.07em; overflow: hidden; }
  .headline-scan-beam {
    position: absolute; top: .11em; bottom: .08em; left: -50%; width: 1px;
    background: linear-gradient(transparent, #e9906670 15%, #d47b50 50%, #e9906670 85%, transparent);
    opacity: 0; animation: headline-beam-sweep 12s linear infinite;
  }
  .headline-scan-beam::before, .headline-scan-beam::after {
    content: ''; position: absolute; left: -3px; width: 7px; height: 1px; background: #d47b50;
  }
  .headline-scan-beam::before { top: 0; }
  .headline-scan-beam::after { bottom: 0; }
}
@keyframes headline-point-sweep {
  0% { -webkit-mask-position: 100% 0; mask-position: 100% 0; }
  44%, 100% { -webkit-mask-position: 0% 0; mask-position: 0% 0; }
}
@keyframes headline-beam-sweep {
  0% { left: -50%; opacity: 0; }
  1% { opacity: .8; }
  43% { opacity: .8; }
  44%, 100% { left: 150%; opacity: 0; }
}
.headline-scan.is-scan-paused .headline-scan-layer,
.headline-scan.is-scan-paused .headline-scan-beam { animation-play-state: paused; }
.hero-description { max-width: 460px; font-size: 18px; line-height: 1.75; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 32px; }
.backing { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 40px; }
.backing > span { font-size: 14px; color: var(--muted); }
.backing img { width: 184px; height: auto; }
.hero-visual { position: relative; min-width: 0; height: 610px; background: #131518; overflow: hidden; border-radius: 3px; color: #eee; }
#hero-scene { position: absolute; inset: 0; width: 100%; height: 100%; }
.visual-top, .visual-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; position: absolute; left: 26px; right: 26px; z-index: 2; font-size: 14px; line-height: 1.4; color: #d0d1d4; }
.visual-top { top: 25px; }
.visual-top > span { display: flex; align-items: center; gap: 9px; }
.tiny-cross { color: #c8cbd2; font-size: 21px; font-weight: 400; line-height: 1; }
.visual-state i { width: 6px; height: 6px; border-radius: 50%; background: #d0d1d4; }
.site-marker { position: absolute; left: 28px; right: 28px; bottom: 62px; max-width: 360px; display: flex; gap: 12px; align-items: center; z-index: 3; padding: 12px 14px; background: #202123ed; border: 1px solid #64676d; backdrop-filter: blur(10px); pointer-events: none; }
.site-marker > div { flex: 1; min-width: 0; }
.marker-dot { width: 7px; height: 7px; border-radius: 50%; background: #e4e5e8; box-shadow: 0 0 0 4px #ffffff18; }
.site-marker > div > span { display: block; font-size: 14px; color: #c3c5ca; margin-bottom: 3px; }
.site-marker strong { display: block; font-size: 16px; font-weight: 500; }
.site-marker .scan-count { flex-shrink: 0; font-size: 14px; font-variant-numeric: tabular-nums; color: #c3c5ca; }
.site-marker[data-phase="identified"], .site-marker[data-phase="complete"] { border-color: #e9906666; }
.site-marker[data-phase="identified"] .marker-dot, .site-marker[data-phase="complete"] .marker-dot { background: #e99066; box-shadow: 0 0 0 4px #e9906618; }
.site-marker[data-phase="identified"] .scan-count, .site-marker[data-phase="complete"] .scan-count { color: #e99066; }
.visual-bottom { bottom: 25px; color: #b6bac1; }
.industry-strip { padding: 30px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-strip p { font-size: 15px; color: var(--muted); line-height: 1.7; }
.industry-strip strong { font-weight: 500; color: var(--ink); }
.industry-strip > span { font-size: 18px; display: flex; align-items: center; gap: 12px; }
.industry-strip svg { width: 27px; height: 27px; stroke: currentColor; stroke-width: 1.2; fill: none; }

/* A clear problem statement and attributed industry evidence. */
.section { padding-block: 110px; }
.section h2 { font-size: clamp(48px,4.4vw,66px); line-height: 1.08; }
.section-heading .eyebrow { margin-bottom: 22px; }
.problem { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: center; }
.problem-copy > p:first-child { font-size: 23px; line-height: 1.5; letter-spacing: -.02em; margin-bottom: 22px; }
.problem-copy > p:nth-child(2) { color: var(--muted); font-size: 18px; line-height: 1.8; }
.problem-copy .text-link { margin-top: 24px; }
.evidence-section { background: var(--soft); border-block: 1px solid var(--line); padding-block: 80px; }
.evidence-heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 42px; }
.evidence-heading h2 { font-size: 58px; line-height: 1.08; margin-top: 20px; }
.evidence-heading > p { max-width: 370px; color: var(--muted); font-size: 18px; }
.evidence-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; }
.evidence-card { border-top: 1px solid #bfc1c6; padding-top: 22px; display: flex; flex-direction: column; align-items: start; }
.evidence-year { font-size: 14px; color: var(--muted); font-weight: 500; }
.evidence-value { font-family: var(--serif); font-size: 88px; letter-spacing: -.035em; line-height: 1; margin-top: 18px; white-space: nowrap; }
.evidence-value span { font-family: var(--sans); font-size: 20px; letter-spacing: 0; }
.evidence-card > p { font-size: 17px; line-height: 1.65; margin: 19px 0 23px; max-width: 350px; }
.source-link { font-size: 14px; color: #494c53; text-decoration: underline; text-underline-offset: 4px; margin-top: auto; line-height: 1.7; }
.evidence-context { border-top: 1px solid var(--line); margin-top: 35px; padding-top: 22px; font-size: 14px; line-height: 1.75; color: var(--muted); max-width: 1100px; }

/* Interactive product preview. */
.platform-section { background: var(--dark); color: #f5f5f6; padding: 90px 0 85px; }
.platform-heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 40px; }
.platform-heading .eyebrow { color: #bfc2c8; margin-bottom: 20px; }
.platform-heading h2 { font-size: 70px; line-height: 1.03; }
.platform-heading > p { color: #c2c4ca; font-size: 18px; line-height: 1.75; max-width: 380px; }
.workspace { border: 1px solid #51545b; border-radius: 5px; overflow: hidden; background: #23252a; }
.workspace-toolbar { min-height: 70px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding: 18px 25px; border-bottom: 1px solid #4a4d54; background: #27292e; }
.workspace-name { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.workspace-name strong { font-size: 17px; font-weight: 500; }
.workspace-symbol { color: #d2d5dd; font-size: 26px; }
.sample-label { font-size: 14px; padding: 4px 8px; border: 1px solid #686b73; color: #d1d3d9; border-radius: 3px; }
.workspace-view { font-size: 14px; color: #c5c8cf; display: flex; gap: 20px; align-items: center; }
.workspace-view span { font-size: 22px; }
.workspace-body { display: grid; grid-template-columns: minmax(0,1fr) 340px; }
.workspace-main { min-width: 0; min-height: 570px; position: relative; background: #121519; }
.workspace-main canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.view-tabs { position: absolute; display: flex; gap: 5px; top: 23px; left: 23px; padding: 5px; background: #2c2f34; border: 1px solid #757982; border-radius: 5px; }
.view-tabs button { background: transparent; color: #d3d5db; padding: 9px 16px; min-height: 44px; font-size: 15px; border-radius: 3px; transition: background .2s,color .2s; }
.view-tabs button.active { background: #f2f3f5; color: #22252a; }
.view-tabs button:hover:not(.active) { background: #41454c; color: white; }
.map-key { position: absolute; bottom: 24px; left: 24px; right: 20px; display: flex; flex-wrap: wrap; gap: 12px 23px; font-size: 14px; line-height: 1.4; color: #c8cbd2; }
.map-key > span { display: flex; align-items: center; gap: 8px; }
.map-key i { width: 7px; height: 7px; display: inline-block; }
.key-existing { background: #c6cbd5; }
.key-focus { background: #fff; outline: 1px solid white; outline-offset: 2px; }
.workspace-main[data-view="quantities"] .key-focus,
.workspace-main[data-view="changes"] .key-focus { background: #e99066; outline-color: #e99066; }
.insight-panel { border-left: 1px solid #4a4d54; background: #27292e; padding: 28px; min-width: 0; }
.insight-eyebrow { font-size: 14px; color: #d2d5da; display: flex; justify-content: space-between; gap: 15px; }
.insight-eyebrow span { color: #b2b6bf; }
.insight-icon { margin-top: 24px; width: 40px; height: 40px; border: 1px solid #868992; display: grid; place-items: center; color: #dadce1; font-size: 30px; }
.insight-panel h3 { font-size: 28px; line-height: 1.25; letter-spacing: -.03em; margin-top: 20px; }
.insight-panel > p:not(.insight-eyebrow) { font-size: 16px; line-height: 1.75; color: #d0d2d8; margin-top: 14px; }
.insight-record { margin-top: 22px; border-block: 1px solid #565962; padding: 17px 0; }
.record-label { font-size: 14px; line-height: 1.5; color: #c9ccd3; display: block; }
.insight-record strong { display: block; font-size: 16px; line-height: 1.5; font-weight: 500; margin-top: 8px; }
.record-detail { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; color: #c4c7d0; margin-top: 10px; }
.record-detail svg { width: 16px; height: 16px; flex-shrink: 0; color: #d8dce4; }
.insight-note { display: flex; align-items: flex-start; gap: 9px; margin-top: 21px; }
.note-dot { width: 5px; height: 5px; margin-top: 8px; background: #d7d9df; border-radius: 50%; flex-shrink: 0; }
.insight-note p { font-size: 15px; line-height: 1.65; color: #d2d4db; }
.preview-disclosure { font-size: 14px; line-height: 1.5; color: #bfc3cc; display: block; margin-top: 24px; }
.workspace-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; border-top: 1px solid #4a4d54; background: #27292e; font-size: 14px; padding: 17px 24px; color: #d1d4dc; }
.workspace-footer > span:first-child { display: flex; align-items: center; gap: 10px; }
.workspace-footer > span:last-child { color: #bfc3cd; }

/* Scope is stated as workflows being developed, rather than shipped claims. */
.solutions-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-top: 82px; }
.solutions-heading h2 { font-size: 55px; line-height: 1.08; }
.solutions-heading > p { max-width: 410px; font-size: 17px; line-height: 1.75; color: #c4c7ce; }
.capabilities { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px 45px; margin-top: 37px; }
.capabilities article { border-top: 1px solid #52555d; padding-top: 22px; }
.capability-number { font-size: 14px; color: #bbc0ca; }
.capabilities h3 { font-size: 24px; line-height: 1.35; letter-spacing: -.025em; margin: 16px 0 13px; }
.capabilities p { font-size: 17px; color: #c8cbd3; line-height: 1.75; }

/* Industry illustrations sit beside the text at large sizes, above it on phones. */
.applications .section-heading { margin-bottom: 38px; }
.applications-body { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 48px; }
.industry-tabs { display: flex; flex-direction: column; }
.industry-tabs button { background: none; border-top: 1px solid var(--line); padding: 21px 0; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 18px; line-height: 1.5; color: var(--muted); transition: color .2s; }
.industry-tabs button:last-child { border-bottom: 1px solid var(--line); }
.industry-tabs button > span:last-child { font-size: 24px; opacity: 0; transform: translate(-5px,5px); transition: all .2s; }
.industry-tabs button.active { color: var(--ink); font-weight: 500; }
.industry-tabs button.active > span:last-child { opacity: 1; transform: none; }
.industry-tabs button:hover { color: var(--ink); }
.industry-panel { min-width: 0; display: grid; grid-template-columns: 1fr; gap: 30px; }
.industry-illustration { margin: 0; background: #f7f7f7; border: 1px solid #e3e4e7; position: relative; overflow: hidden; }
.industry-image { width: 100%; height: auto; aspect-ratio: 600 / 340; max-height: 390px; object-fit: contain; }
.industry-illustration figcaption { border-top: 1px solid #dedfe3; padding: 14px 20px; font-size: 14px; line-height: 1.5; color: #535861; }
.small-label { color: var(--muted); }
.industry-copy h3 { font-family: var(--serif); font-size: 48px; line-height: 1.1; font-weight: 400; letter-spacing: -.025em; margin-top: 15px; }
.industry-copy > p { font-size: 18px; line-height: 1.8; color: var(--muted); margin-top: 19px; max-width: 760px; }
.industry-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.industry-tags span { font-size: 14px; line-height: 1.5; border: 1px solid #d1d3d8; padding: 7px 10px; color: #4e525b; }
.industry-copy .text-link { margin-top: 25px; }
.approach-section { padding-block: 84px; background: var(--soft); border-block: 1px solid var(--line); }
.approach-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 25px 60px; }
.approach-heading > .eyebrow { grid-column: 1 / -1; }
.approach-heading h2 { font-size: 60px; line-height: 1.06; }
.approach-heading > p:last-child { font-size: 18px; line-height: 1.75; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 45px; margin-top: 50px; }
.steps article { border-top: 1px solid #bfc1c7; padding-top: 18px; }
.step-number { font-size: 15px; color: #626671; display: flex; justify-content: space-between; }
.step-number > span { font-size: 23px; }
.steps h3 { font-size: 25px; line-height: 1.3; letter-spacing: -.025em; margin: 23px 0 15px; }
.steps p { font-size: 17px; line-height: 1.75; color: var(--muted); }
.step-tag { display: block; margin-top: 25px; font-size: 14px; line-height: 1.5; letter-spacing: .04em; color: #5f636d; }

/* Enquiry form and footer. */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 110px; }
.contact-copy .eyebrow { margin-bottom: 24px; }
.contact-copy h2 { font-size: 69px; line-height: 1.06; }
.contact-copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.8; color: var(--muted); max-width: 430px; margin-top: 25px; }
.contact-email { font-size: 17px; display: inline-flex; align-items: center; gap: 22px; margin-top: 26px; }
.contact-email span { font-size: 24px; }
.enquiry-form { border: 1px solid var(--line); padding: 33px; align-self: start; background: #fafafa; }
.form-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 31px; }
.form-heading h3 { font-family: var(--serif); font-size: 42px; font-weight: 400; letter-spacing: -.025em; }
.form-heading > span { font-size: 35px; color: #656972; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 0; }
.field { margin-bottom: 26px; min-width: 0; }
.field label { display: block; font-size: 15px; line-height: 1.5; font-weight: 500; margin-bottom: 8px; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field textarea, .field select { display: block; width: 100%; border: 0; border-bottom: 1px solid #bfc2c8; background: transparent; color: var(--ink); font-size: 17px; padding: 10px 0 13px; outline-offset: 4px; }
.field input::placeholder, .field textarea::placeholder { color: #626771; opacity: 1; }
.field select { padding-right: 25px; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 12 12'%3E%3Cpath d='m3 5 3 3 3-3' fill='none' stroke='%235a5e67'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right center; }
.field textarea { line-height: 1.7; resize: vertical; min-height: 130px; max-height: 400px; }
.form-submit { width: 100%; padding: 17px 20px; }
.form-privacy { font-size: 14px; color: var(--muted); line-height: 1.7; margin-top: 20px; }
.honeypot { display: none !important; }
.footer { border-top: 1px solid var(--line); padding-block: 33px 26px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-top > p { font-size: 16px; color: var(--muted); }
.back-to-top { font-size: 15px; display: flex; gap: 16px; align-items: center; }
.back-to-top span { font-size: 22px; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 33px; padding-top: 23px; color: var(--muted); font-size: 14px; }
dialog { padding: 32px; max-width: 610px; width: calc(100% - 40px); max-height: calc(100% - 50px); border: 1px solid #cbced5; background: white; color: var(--ink); box-shadow: 0 40px 100px #11111144; }
dialog::backdrop { background: #17181b99; backdrop-filter: blur(6px); }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dialog-close { background: none; width: 44px; height: 44px; font-size: 30px; }
dialog h2 { font-size: 54px; margin: 14px 0 22px; }
dialog > p { font-size: 16px; line-height: 1.8; margin-top: 18px; color: var(--muted); }
dialog p a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.dialog-done { margin-top: 25px; }
.thank-you { min-height: calc(100vh - 200px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 80px; max-width: 850px; }
.thank-you h1 { font-size: clamp(62px,8vw,108px); line-height: 1; margin: 22px 0; }
.thank-you > p:not(.eyebrow) { font-size: 18px; line-height: 1.8; max-width: 500px; color: var(--muted); }
.thank-you .button { margin-top: 30px; }

@media (min-width: 1600px) {
  :root { --container: 1360px; }
  .hero { gap: 64px; }
  .hero-visual { height: 630px; }
  .hero h1 { font-size: 116px; }
}
@media (max-width: 1190px) {
  .container { width: calc(100% - 72px); }
  .industry-strip p { flex-basis: 100%; }
  .hero { gap: 30px; }
  .hero h1 { font-size: 8.1vw; }
  .hero-visual { height: 590px; }
  .hero-actions { gap: 22px; }
  .hero-actions .text-link { font-size: 16px; }
  .desktop-nav { gap: 22px; }
  .problem { gap: 45px; }
  .workspace-body { grid-template-columns: minmax(0,1fr) 320px; }
  .workspace-view { display: none; }
  .capabilities { grid-template-columns: repeat(2,1fr); gap: 35px 40px; }
  .applications-body { grid-template-columns: 220px minmax(0,1fr); gap: 35px; }
  .contact { gap: 50px; }
  .contact-copy h2 { font-size: 61px; }
  .evidence-grid { gap: 26px; }
  .evidence-value { font-size: 76px; }
  .visual-state { display: none !important; }
}
@media (max-width: 950px) {
  .nav-wrap { min-height: 85px; }
  .brand { font-size: 23px; }
  .desktop-nav { gap: 18px; font-size: 15px; }
  .nav-demo { padding-inline: 15px; gap: 18px; font-size: 15px; }
  .hero .eyebrow { max-width: 300px; }
  .hero-visual { height: 610px; }
  .hero-description { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: start; }
  .hero h1 { font-size: 8.2vw; }
  .industry-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 35px; }
  .industry-strip p { grid-column: 1 / -1; }
  .problem { grid-template-columns: 1fr; gap: 32px; }
  .problem-copy { max-width: 680px; }
  .section { padding-block: 85px; }
  .section h2 { font-size: 58px; }
  .platform-heading h2 { font-size: 62px; }
  .platform-heading > p { max-width: 330px; }
  .workspace-body { grid-template-columns: 1fr; }
  .workspace-main { min-height: 480px; }
  .insight-panel { border-left: 0; border-top: 1px solid #4a4d54; display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; padding: 30px; }
  .insight-eyebrow { grid-column: 1 / -1; margin-bottom: 23px; }
  .insight-icon { display: none; }
  .insight-panel h3 { grid-column: 1; grid-row: 2; margin-top: 0; align-self: center; }
  .insight-panel > p:not(.insight-eyebrow) { grid-column: 1; grid-row: 3; margin-top: 15px; }
  .insight-record { grid-column: 2; grid-row: 2; margin-top: 0; }
  .insight-note { grid-column: 2; grid-row: 3; margin-top: 17px; }
  .preview-disclosure { grid-column: 1 / -1; margin-top: 25px; }
  .workspace-footer > span:last-child { display: none; }
  .evidence-heading { display: block; }
  .evidence-heading > p { margin-top: 24px; max-width: 620px; }
  .evidence-grid { grid-template-columns: 1fr; gap: 35px; }
  .evidence-card { display: grid; grid-template-columns: 220px 1fr; column-gap: 30px; }
  .evidence-year { grid-column: 1 / -1; }
  .evidence-value { grid-column: 1; grid-row: 2; font-size: 82px; }
  .evidence-card > p { grid-column: 2; grid-row: 2; margin-top: 20px; max-width: none; }
  .source-link { grid-column: 2; }
  .solutions-heading { display: block; margin-top: 60px; }
  .solutions-heading > p { margin-top: 22px; max-width: 640px; }
  .applications-body { grid-template-columns: 1fr; gap: 32px; }
  .industry-tabs { flex-direction: row; border-block: 1px solid var(--line); gap: 20px; justify-content: space-between; }
  .industry-tabs button { border: 0 !important; position: relative; font-size: 17px; flex: 1; min-width: 0; }
  .industry-tabs button.active:after { content: ''; height: 2px; background: #25262b; position: absolute; bottom: -1px; left: 0; right: 0; }
  .industry-tabs button > span:last-child { display: none; }
  .industry-image { max-height: 430px; }
  .approach-heading { gap: 24px 35px; }
  .steps { gap: 30px; }
  .steps h3 { font-size: 23px; }
  .contact-copy h2 { font-size: 56px; }
  .enquiry-form { padding: 28px; }
  .footer-top > p { display: none; }
}
@media (max-width: 850px) {
  .desktop-nav, .nav-demo { display: none; }
  .menu-toggle { display: block; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 44px); }
  .nav-wrap { min-height: 80px; }
  .desktop-nav, .nav-demo { display: none; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; gap: 37px; padding-block: 43px 36px; }
  .hero h1 { font-size: clamp(70px,15.4vw,104px); margin-block: 26px; letter-spacing: -.035em; }
  .hero .eyebrow { max-width: none; }
  .hero-description { max-width: 490px; font-size: 18px; }
  .hero-actions { flex-direction: row; align-items: center; gap: 23px; }
  .hero-actions .button { padding-inline: 20px; }
  .hero-actions .text-link { font-size: 16px; }
  .backing { margin-top: 32px; gap: 17px; }
  .backing img { width: 175px; }
  .hero-visual { height: 480px; }
  .visual-top, .visual-bottom { left: 22px; right: 22px; }
  .site-marker { left: 18px; right: 18px; bottom: 60px; padding: 12px; gap: 10px; }
  .industry-strip { gap: 24px; }
  .industry-strip > span { font-size: 16px; gap: 10px; }
  .industry-strip p { font-size: 14px; }
  .industry-strip svg { width: 23px; height: 23px; flex-shrink: 0; }
  .section { padding-block: 70px; }
  .section h2 { font-size: 49px; }
  .problem-copy > p:first-child { font-size: 22px; }
  .problem-copy > p:nth-child(2) { font-size: 17px; }
  .evidence-section { padding-block: 65px; }
  .evidence-heading h2 { font-size: 49px; }
  .evidence-heading > p { font-size: 17px; }
  .evidence-card { display: flex; }
  .evidence-value { font-size: 88px; }
  .evidence-card > p { font-size: 17px; margin-block: 20px; }
  .source-link { font-size: 14px; }
  .evidence-context { font-size: 14px; }
  .platform-section { padding-block: 65px; }
  .platform-heading { display: block; margin-bottom: 30px; }
  .platform-heading h2 { font-size: 56px; }
  .platform-heading > p { margin-top: 24px; max-width: 460px; font-size: 17px; }
  .workspace-toolbar { min-height: 67px; padding: 15px 18px; }
  .workspace-name { gap: 10px; }
  .workspace-name strong { font-size: 16px; }
  .workspace-symbol { font-size: 23px; }
  .sample-label { font-size: 14px; }
  .workspace-main { min-height: 370px; }
  .view-tabs { top: 17px; left: 16px; right: 16px; gap: 3px; }
  .view-tabs button { font-size: 14px; padding: 8px 10px; flex: 1; }
  .map-key { left: 18px; bottom: 22px; font-size: 14px; gap: 12px 18px; }
  .insight-panel { display: block; padding: 25px 22px; }
  .insight-eyebrow { margin-bottom: 20px; }
  .insight-panel h3 { font-size: 28px; }
  .insight-panel > p:not(.insight-eyebrow) { font-size: 16px; }
  .insight-record { margin-top: 23px; }
  .insight-note { margin-top: 21px; }
  .preview-disclosure { margin-top: 22px; }
  .workspace-footer { font-size: 14px; padding: 16px 18px; }
  .solutions-heading h2 { font-size: 49px; }
  .solutions-heading > p { font-size: 17px; }
  .capabilities { grid-template-columns: 1fr; gap: 28px; margin-top: 30px; }
  .capabilities h3 { font-size: 24px; margin-top: 12px; }
  .capabilities p { font-size: 17px; }
  .applications .section-heading { margin-bottom: 30px; }
  .industry-tabs { flex-direction: column; gap: 0; border: 0; }
  .industry-tabs button { font-size: 18px; padding: 16px 0; border-top: 1px solid var(--line) !important; }
  .industry-tabs button:last-child { border-bottom: 1px solid var(--line) !important; }
  .industry-tabs button.active:after { display: none; }
  .industry-tabs button > span:last-child { display: block; }
  .industry-image { aspect-ratio: 600 / 370; object-fit: contain; }
  .industry-illustration figcaption { padding: 13px 16px; font-size: 14px; }
  .industry-copy h3 { font-size: 42px; }
  .industry-copy > p { font-size: 17px; }
  .industry-tags span { font-size: 14px; }
  .approach-section { padding-block: 64px; }
  .approach-heading { grid-template-columns: 1fr; gap: 23px; }
  .approach-heading h2 { font-size: 51px; }
  .approach-heading > p:last-child { font-size: 17px; }
  .steps { grid-template-columns: 1fr; gap: 31px; margin-top: 35px; }
  .steps h3 { font-size: 25px; margin-block: 16px 12px; }
  .steps p { font-size: 17px; }
  .step-tag { margin-top: 20px; }
  .contact { grid-template-columns: 1fr; gap: 37px; padding-block: 70px; }
  .contact-copy h2 { font-size: 58px; }
  .contact-copy > p:not(.eyebrow) { font-size: 17px; }
  .contact-email { font-size: 16px; gap: 15px; }
  .enquiry-form { padding: 27px 22px; }
  .form-heading h3 { font-size: 40px; }
  .field input, .field textarea, .field select { font-size: 17px; }
  .footer-top { flex-wrap: wrap; gap: 24px; }
  .footer-top .brand { font-size: 22px; }
  .back-to-top { font-size: 14px; gap: 11px; }
  .footer-bottom > span:nth-child(2) { display: none; }
  dialog { padding: 25px; }
  dialog h2 { font-size: 48px; }
  .thank-you { padding-block: 70px; }
  .thank-you h1 { font-size: 64px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 36px); }
  .hero h1 { font-size: clamp(58px,18vw,68px); }
  .hero-actions { flex-direction: column; align-items: start; }
  .hero-visual { height: 430px; }
  .industry-strip { grid-template-columns: 1fr; gap: 21px; }
  .section h2, .evidence-heading h2 { font-size: 44px; }
  .workspace-name { gap: 10px; }
  .workspace-symbol { display: none; }
  .workspace-name strong { font-size: 16px; }
  .workspace-toolbar { padding-inline: 14px; }
  .sample-label { padding-inline: 5px; }
  .view-tabs { left: 12px; right: 12px; }
  .view-tabs button { padding-inline: 7px; }
  .workspace-main { min-height: 360px; }
  .contact-copy h2 { font-size: 52px; }
  .enquiry-form { padding-inline: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none !important; transition: none !important; }
  .headline-scan-layer, .headline-scan-window { display: none; }
  .button:hover { transform: none; }
}
@media (forced-colors: active) {
  .headline-scan-layer, .headline-scan-window { display: none; }
}
