/* =============================================================================
   MTIS public website release
   Brand layer derived from the 2021 MTIS logo (metallic wordmark, flame "i",
   "Answering Materials Questions", red→green spectrum bar).
   Colour and typography tokens derive from the owner-approved 2021 MTIS logo.
   Self-contained: system fonts, no external libraries, no tracking.
   ============================================================================= */

:root {
  /* Brand tokens (from logo + modern technical authority direction) */
  --charcoal: #262a2e;       /* metallic lettering anchor */
  --steel: #3d4954;
  --steel-2: #22374a;        /* deep steel band */
  --paper: #f7f8f8;
  --card: #ffffff;
  --line: #d9dee2;
  --flame: #d97a1e;          /* flame accent from logo */
  --flame-ink: #a85a10;
  --muted: #5a6a76;
  --ok: #2e7d4f;
  --verify: #8a6d00;
  --verify-bg: #fff7dd;
  --verify-line: #e6d89a;
  --blocker: #8c2f2f;
  --blocker-bg: #fbeeee;
  --radius: 6px;
  --max: 1160px;
  --shadow: 0 10px 26px rgba(38, 42, 46, 0.13);
  /* Logo spectrum bar */
  --spectrum: linear-gradient(90deg, #8f1d10 0%, #e02b1d 24%, #c67a10 40%, #e6b800 52%, #4fae2a 70%, #8ed14f 86%, #6fbf7e 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  color: var(--charcoal);
  background: var(--paper);
  line-height: 1.62;
  font-size: 16.5px;
}
img { max-width: 100%; display: block; }

/* ---------- status tags ---------- */
.tag {
  display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; border-radius: 3px; padding: 2px 8px; vertical-align: middle; white-space: nowrap;
}
.tag.verify { color: var(--verify); background: var(--verify-bg); border: 1px solid var(--verify-line); }
.tag.blocker { color: var(--blocker); background: var(--blocker-bg); border: 1px solid #e3c4c4; }
.tag.future { color: #4a3d7a; background: #efecf9; border: 1px solid #d4cdec; }
.tag.ok { color: var(--ok); background: #e9f3ec; border: 1px solid #bcd8c8; }
.verify-inline { background: var(--verify-bg); color: var(--verify); border-radius: 3px; padding: 0 5px; font-weight: 600; font-size: 0.86em; }

/* ---------- header (light, carries the real logo) ---------- */
header.site { background: #fff; position: sticky; top: 0; z-index: 60; box-shadow: 0 1px 0 var(--line); }
header.site::after { content: ""; display: block; height: 4px; background: var(--spectrum); }
.nav-wrap {
  max-width: var(--max); margin: 0 auto; padding: 10px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--charcoal); min-width: 0; }
.brand img.logo { height: 52px; width: auto; }
.brand .lockup { display: none; font-size: 22px; font-weight: 800; letter-spacing: 0.05em; }

nav.main ul { display: flex; list-style: none; gap: 2px; align-items: center; flex-wrap: wrap; }
nav.main a {
  color: var(--steel); text-decoration: none; font-size: 14.5px; font-weight: 600;
  padding: 9px 11px; border-radius: 4px; display: block;
}
nav.main a:hover, nav.main a:focus-visible { background: #eef1f3; color: var(--charcoal); }
nav.main a.active { color: var(--charcoal); box-shadow: inset 0 -2.5px 0 var(--flame); border-radius: 4px 4px 0 0; }
nav.main a.cta { background: var(--flame); color: #fff; font-weight: 700; margin-left: 6px; }
nav.main a.cta:hover, nav.main a.cta:focus-visible { background: var(--flame-ink); color: #fff; }

.nav-toggle {
  display: none; background: none; border: 1px solid var(--line); color: var(--charcoal);
  font-size: 14.5px; padding: 7px 12px; border-radius: 4px; cursor: pointer;
}
@media (max-width: 1160px) {
  .nav-toggle { display: block; }
  nav.main { display: none; width: 100%; }
  nav.main.open { display: block; }
  .nav-wrap { flex-wrap: wrap; }
  nav.main ul { flex-direction: column; align-items: stretch; padding-bottom: 10px; }
  nav.main a.cta { margin-left: 0; }
}

/* ---------- hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; background: linear-gradient(160deg, var(--charcoal) 0%, var(--steel-2) 78%, #33506b 100%); }
.hero .hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.30; filter: saturate(0.85); }
.hero .hero-inner {
  position: relative; max-width: var(--max); margin: 0 auto;
  padding: 76px 22px 64px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 44px; align-items: center;
}
.hero h1 { font-size: clamp(28px, 4vw, 44px); line-height: 1.14; margin-bottom: 16px; font-weight: 800; }
.hero p.lede { font-size: 18.5px; color: #d5dfe7; max-width: 36em; margin-bottom: 26px; }
.hero .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .hero-note { margin-top: 16px; font-size: 12px; color: #9fb2c2; }
@media (max-width: 900px) { .hero .hero-inner { grid-template-columns: 1fr; padding-top: 54px; } }

.page-head { background: var(--steel-2); color: #fff; padding: 44px 22px; position: relative; overflow: hidden; }
.page-head .hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.22; }
.page-head .band-inner { position: relative; }
.page-head h1 { font-size: clamp(25px, 3.2vw, 35px); }
.page-head p { color: #c8d4de; max-width: 47em; margin-top: 10px; }
.crumbs { font-size: 12.5px; color: #9fb2c2; margin-bottom: 12px; }
.crumbs a { color: #cbd7e1; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 15.5px;
  padding: 12px 22px; border-radius: var(--radius); border: 0; cursor: pointer; font-family: inherit;
}
.btn.primary { background: var(--flame); color: #fff; }
.btn.primary:hover, .btn.primary:focus-visible { background: var(--flame-ink); }
.btn.ghost { border: 1.5px solid #8296a6; color: #e8eef3; background: transparent; }
.btn.ghost:hover { border-color: #fff; color: #fff; }
.btn.ghost.on-light { border-color: var(--steel); color: var(--steel); }
.btn.ghost.on-light:hover { border-color: var(--charcoal); color: var(--charcoal); }
.btn.wa { background: #1f7a4d; color: #fff; }
.btn.wa:hover { background: #16603b; }
.btn.small { font-size: 13.5px; padding: 8px 14px; }
.btn[disabled], .btn.disabled { opacity: 0.55; cursor: not-allowed; }

/* ---------- bands ---------- */
section.band { padding: 52px 22px; }
section.band.alt { background: #eef0f2; }
section.band.dark { background: var(--charcoal); color: #fff; }
.band-inner { max-width: var(--max); margin: 0 auto; }
.band h2 { font-size: clamp(22px, 2.8vw, 29px); margin-bottom: 8px; }
.band .band-sub { color: var(--muted); max-width: 52em; margin-bottom: 28px; }
.band.dark .band-sub { color: #bcc9d3; }
.band-head-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.spectrum-rule { height: 3px; background: var(--spectrum); border: 0; margin: 0; }

/* ---------- figures ---------- */
.img-ph {
  border: 2px dashed #a3b2be; border-radius: var(--radius);
  background: repeating-linear-gradient(45deg, rgba(160,178,190,0.10) 0 12px, rgba(160,178,190,0.24) 12px 24px);
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: var(--muted); font-size: 13px; padding: 16px; min-height: 150px;
}
.img-ph strong { display: block; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 5px; }

/* ---------- cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.card-grid.wide { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.svc-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  display: flex; flex-direction: column; text-decoration: none; color: var(--charcoal); overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.svc-card:hover, .svc-card:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--flame); }
@media (prefers-reduced-motion: reduce) { .svc-card, .svc-card:hover { transition: none; transform: none; } }
.svc-card figure.candidate, .svc-card .img-ph { height: 150px; border-radius: 0; border-width: 0 0 2px 0; }
.svc-card .card-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.svc-card h3 { font-size: 18px; }
.svc-card p { font-size: 14.5px; color: var(--muted); flex: 1; }
.svc-card .more { color: var(--flame-ink); font-weight: 700; font-size: 14px; }

.mini-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.mini {
  background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--steel);
  border-radius: 4px; padding: 15px 17px; text-decoration: none; color: var(--charcoal); font-size: 14.5px;
}
.mini:hover { border-left-color: var(--flame); }
.mini strong { display: block; margin-bottom: 4px; font-size: 15px; }
.mini span { color: var(--muted); font-size: 13.5px; display: block; }
.mini.blocked { opacity: 0.75; border-left-color: #b5a25a; background: var(--verify-bg); }

/* ---------- workflow strip ---------- */
.workflow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; counter-reset: step; }
.wf-step { background: var(--steel-2); border-radius: var(--radius); padding: 18px 15px; color: #fff; }
.wf-step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  display: block; font-size: 11.5px; letter-spacing: 0.12em; color: var(--flame); font-weight: 800; margin-bottom: 7px;
}
.wf-step h3 { font-size: 16px; margin-bottom: 5px; }
.wf-step p { font-size: 13px; color: #c5d1db; }
@media (max-width: 900px) { .workflow { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .workflow { grid-template-columns: 1fr; } }

.reveal { opacity: 1; }
.reveal-ready .reveal { opacity: 0; transform: translateY(14px); transition: opacity 480ms ease, transform 480ms ease; }
.reveal-ready .reveal.in { opacity: 1; transform: none; }

/* ---------- article / content ---------- */
article.content { max-width: 840px; margin: 0 auto; padding: 46px 22px 70px; }
article.content.wide { max-width: var(--max); }
article.content h2 { font-size: 23.5px; margin: 38px 0 12px; }
article.content h2:first-child { margin-top: 0; }
article.content h3 { font-size: 18px; margin: 24px 0 8px; }
article.content p { margin-bottom: 13px; }
article.content ul, article.content ol { margin: 0 0 15px 26px; }
article.content li { margin-bottom: 6px; }
.article-meta { font-size: 13px; color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 22px; }
.article-disclaimer {
  border-top: 1px solid var(--line); margin-top: 34px; padding-top: 16px;
  font-size: 13px; color: var(--muted);
}
.callout {
  border-left: 4px solid var(--flame); background: #f4ede4;
  padding: 15px 19px; border-radius: 0 var(--radius) var(--radius) 0; margin: 18px 0; font-size: 15px;
}
.callout.note { border-left-color: #8296a6; background: #edf0f3; }
.callout.verify { border-left-color: #b5a25a; background: var(--verify-bg); color: #4d4113; font-size: 13.5px; }
.callout.blocker { border-left-color: var(--blocker); background: var(--blocker-bg); color: #5a2323; font-size: 13.5px; }
.callout.concept { border-left-color: #2e7d6e; background: #e4f2ef; color: #1d4a44; font-size: 14px; }

.mech { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); padding: 18px 20px; margin-bottom: 13px; }
.mech h3 { margin-top: 0 !important; }
.mech .mech-row { display: grid; grid-template-columns: 1fr 3.2fr; gap: 7px 16px; font-size: 14.5px; margin-top: 9px; }
.mech .mech-row dt { font-weight: 700; color: var(--steel-2); }
.mech .mech-row dd { margin: 0; color: #3d4c58; }
@media (max-width: 640px) { .mech .mech-row { grid-template-columns: 1fr; } }

details.faq { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); margin-bottom: 10px; }
details.faq summary { cursor: pointer; font-weight: 700; padding: 13px 17px; font-size: 15.5px; }
details.faq div { padding: 0 17px 15px; color: #3d4c58; font-size: 15px; }

/* ---------- forms ---------- */
form.proto { display: grid; gap: 15px; }
form.proto fieldset { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px 18px; background: var(--card); }
form.proto legend { font-weight: 700; font-size: 14px; padding: 0 8px; color: var(--steel-2); }
form.proto label { font-weight: 600; font-size: 14px; display: block; margin: 10px 0 4px; }
form.proto input[type="text"], form.proto input[type="email"], form.proto input[type="tel"], form.proto input[type="password"],
form.proto select, form.proto textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 4px;
  font: inherit; font-size: 14.5px; background: #fff;
}
form.proto input:focus-visible, form.proto select:focus-visible, form.proto textarea:focus-visible { outline: 2px solid var(--flame); outline-offset: 1px; }
form.proto .hint { font-size: 12.5px; color: var(--muted); margin-top: 3px; }
form.proto .radio-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
form.proto .radio-row label {
  border: 1.5px solid var(--line); border-radius: 20px; padding: 7px 15px; margin: 0;
  font-weight: 600; font-size: 13.5px; cursor: pointer; background: #fff; display: inline-flex; gap: 7px; align-items: center;
}
form.proto .radio-row input { accent-color: var(--flame); }
form.proto .radio-row label:has(input:checked) { border-color: var(--flame); background: #f8f0e7; }

.wizard-steps { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 22px; counter-reset: wstep; }
.wizard-steps span {
  counter-increment: wstep; font-size: 12.5px; font-weight: 700; color: var(--muted);
  border: 1px solid var(--line); border-radius: 16px; padding: 5px 13px 5px 9px; background: #fff;
}
.wizard-steps span::before { content: counter(wstep) ". "; color: var(--flame); }
.wizard-steps span.current { border-color: var(--flame); color: var(--charcoal); background: #f8f0e7; }
.wizard-steps span.done { color: var(--ok); border-color: #bcd8c8; background: #eef6f1; }
.wizard-panel { display: none; }
.wizard-panel.current { display: block; }
.wizard-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; }

.dropzone {
  border: 2.5px dashed #a3b2be; border-radius: var(--radius); background: #eef1f3;
  padding: 42px 20px; text-align: center; color: var(--muted); position: relative;
}
.dropzone .tag { position: absolute; top: 10px; right: 10px; }
.dropzone strong { display: block; font-size: 16px; color: var(--steel-2); margin-bottom: 6px; }

.table-scroll { overflow-x: auto; border-radius: var(--radius); }
table.plain { border-collapse: collapse; width: 100%; font-size: 14px; margin: 14px 0; background: var(--card); }
table.plain th, table.plain td { border: 1px solid var(--line); padding: 8px 12px; text-align: left; vertical-align: top; }
table.plain th { background: #e8ecef; }

/* ---------- enquiry band / routes ---------- */
.enquiry-band { background: var(--charcoal); color: #fff; padding: 52px 22px; }
.enquiry-band .band-inner { display: grid; grid-template-columns: 1.35fr 1fr; gap: 36px; align-items: center; }
@media (max-width: 860px) { .enquiry-band .band-inner { grid-template-columns: 1fr; } }
.enquiry-band h2 { font-size: 25px; margin-bottom: 10px; }
.enquiry-band p { color: #c5d1db; font-size: 15px; margin-bottom: 10px; }
.contact-routes { display: grid; gap: 10px; }
.route {
  display: flex; gap: 12px; align-items: center; background: var(--steel-2);
  border: 1px solid #3a5063; border-radius: var(--radius); padding: 12px 15px; color: #e8eef3;
  text-decoration: none; font-size: 14.5px;
}
.route:hover { border-color: var(--flame); }
.route .route-icon {
  width: 36px; height: 36px; border-radius: 50%; background: #33506b; flex: 0 0 36px;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; color: #fff;
}
.route.wa .route-icon { background: #1f7a4d; }
.route strong { display: block; font-size: 14.5px; }
.route span { color: #a9bac8; font-size: 12.5px; display: block; }

/* ---------- insights cards ---------- */
.insight-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 18px; }
.insight {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 19px; display: flex; flex-direction: column; gap: 8px; text-decoration: none; color: var(--charcoal);
}
.insight:hover { border-color: var(--flame); box-shadow: var(--shadow); }
.insight .cat { font-size: 11px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: var(--flame-ink); }
.insight h3 { font-size: 16.5px; line-height: 1.35; }
.insight p { font-size: 13.5px; color: var(--muted); flex: 1; }
.insight .meta { font-size: 12px; color: var(--muted); border-top: 1px dashed var(--line); padding-top: 8px; }

/* ---------- people ---------- */
.person {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; display: flex; gap: 18px; align-items: flex-start;
}
.person .img-ph { min-height: 104px; min-width: 104px; max-width: 104px; padding: 8px; font-size: 10.5px; }
.person h3 { font-size: 17px; }
.person p { font-size: 14px; color: var(--muted); margin-top: 4px; }

/* ---------- footer ---------- */
footer.site { background: #14181c; color: #97a6b2; padding: 0; font-size: 13.5px; }
footer.site .foot-spectrum { height: 4px; background: var(--spectrum); }
footer.site .band-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 30px; padding: 40px 22px 8px; }
@media (max-width: 860px) { footer.site .band-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { footer.site .band-inner { grid-template-columns: 1fr; } }
footer.site h4 { color: #d7dfe6; font-size: 13px; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 10px; }
footer.site a { color: #bac7d1; text-decoration: none; display: block; margin-bottom: 6px; }
footer.site a:hover { color: #fff; }
footer.site .logo-chip { background: #fff; border-radius: 6px; padding: 8px 12px; display: inline-block; margin-bottom: 12px; }
footer.site .logo-chip img { height: 40px; width: auto; }
footer.site .legal {
  padding: 16px 22px 26px; border-top: 1px solid #262d33;
  font-size: 12px; color: #71828f; max-width: var(--max); margin: 0 auto;
}

.skip { position: absolute; left: -9999px; top: 0; background: var(--flame); color: #fff; padding: 10px 16px; z-index: 100; }
.skip:focus { left: 0; }

/* =============================================================================
   Owner-approved V2.1 presentation overrides
   1) Restore the stronger dark colour system (V1 direction); logo carried on a
      white chip in the dark header — proper transparent/reversed logo master
      requested from Andrew (see ANDREW_INPUT_REQUEST_LIST.md).
   2) Per-service colour system for dynamic, service-relevant card treatment.
   3) Workflow strip: restrained technical animation + renamed step.
   4) Director cards use neutral initial avatars.
   ============================================================================= */

/* ---------- dark header restored ---------- */
header.site { background: var(--charcoal); box-shadow: none; }
.brand { color: #fff; }
.brand .logo-chip-h { background: #fff; border-radius: 6px; padding: 4px 10px; display: inline-flex; align-items: center; }
.brand img.logo { height: 44px; }
.brand .lockup { color: #fff; }
nav.main a { color: #d9e2ea; }
nav.main a:hover, nav.main a:focus-visible { background: var(--steel-2); color: #fff; }
nav.main a.active { color: #fff; box-shadow: inset 0 -2.5px 0 var(--flame); }
.nav-toggle { border-color: #4a5f72; color: #fff; }
section.band.alt { background: #e7ebee; }

/* ---------- per-service colour system ---------- */
.svc-card, .mini { --svc: var(--flame); --svc-deep: #262a2e; }
[data-svc="fi"]              { --svc: #d97a1e; --svc-deep: #7a3f0a; }
[data-svc="corrosion"]       { --svc: #b3402a; --svc-deep: #5f1e12; }
[data-svc="selection"]       { --svc: #3a6ea5; --svc-deep: #1c3d61; }
[data-svc="characterisation"]{ --svc: #2e7d6e; --svc-deep: #14453c; }
[data-svc="partner"]         { --svc: #6b5b95; --svc-deep: #3a2f58; }
[data-svc="manufacturing"]   { --svc: #4a7c3f; --svc-deep: #24461d; }
[data-svc="training"]        { --svc: #b9891c; --svc-deep: #6b4d0a; }

.svc-card[data-svc] { border-top: 4px solid var(--svc); }
.svc-card[data-svc] .more { color: var(--svc); }
.svc-card[data-svc]:hover, .svc-card[data-svc]:focus-visible {
  border-color: var(--svc);
  box-shadow: 0 12px 28px rgba(38,42,46,0.16), 0 4px 14px var(--svc) inset 0 0;
  box-shadow: 0 12px 28px rgba(38,42,46,0.16);
  outline: 1px solid var(--svc);
}
/* image-free service cards: coloured glyph header instead of a blank */
.svc-glyph {
  height: 150px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--svc) 0%, var(--svc-deep) 130%);
  color: rgba(255,255,255,0.92); font-size: 40px; font-weight: 800; letter-spacing: 0.04em;
  border-bottom: 2px solid var(--svc-deep);
}
.mini[data-svc] { border-left: 4px solid var(--svc); }
.mini[data-svc]:hover { border-left-color: var(--svc-deep); background: #fff; box-shadow: var(--shadow); }
.mini[data-svc] strong { color: var(--svc-deep); }

/* ---------- workflow strip dynamics ---------- */
.workflow .wf-step { position: relative; overflow: hidden; transition: transform 200ms ease, box-shadow 200ms ease; }
.workflow .wf-step:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,0.35); }
.workflow .wf-step::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--spectrum); opacity: 0; transition: opacity 200ms ease;
}
.workflow .wf-step:hover::after { opacity: 1; }
.wf-scan { height: 3px; margin-top: 14px; border-radius: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--flame) 45%, #ffd579 50%, var(--flame) 55%, transparent 100%);
  background-size: 220% 100%; animation: wf-scan 5.5s linear infinite; }
@keyframes wf-scan { 0% { background-position: 120% 0; } 100% { background-position: -120% 0; } }
@media (prefers-reduced-motion: reduce) {
  .wf-scan { animation: none; background: var(--steel-2); }
  .workflow .wf-step, .workflow .wf-step:hover { transition: none; transform: none; }
}

/* ---------- director cards ---------- */
.person .avatar {
  width: 104px; height: 104px; min-width: 104px; border-radius: 50%;
  background: linear-gradient(135deg, var(--steel-2) 0%, var(--flame) 130%);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 40px; font-weight: 800;
}
.person .avatar-note { display: block; font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); text-align: center; margin-top: 6px; }

/* ---------- public enquiry forms ---------- */
.website-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0 18px; font-weight: 600; }
.consent-row input { width: auto !important; margin-top: 5px; flex: 0 0 auto; }
.form-review { margin: 14px 0 18px; display: grid; gap: 8px; }
.form-review div { display: grid; grid-template-columns: minmax(110px, 0.35fr) 1fr; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 7px; }
.form-review dt { font-weight: 700; }
.form-review dd { white-space: pre-wrap; overflow-wrap: anywhere; }
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 44px; align-items: start; }
.small-muted { font-size: 12.5px; color: var(--muted); }
.prepare-list { margin: 8px 0 0 22px; color: #3d4c58; font-size: 14.5px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } .form-review div { grid-template-columns: 1fr; gap: 2px; } }

/* ---------- Failure Investigator product and policy pages ---------- */
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.product-nav {
  display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 22px;
  max-width: var(--max); margin: 0 auto; border-bottom: 1px solid var(--line);
}
.product-nav a {
  color: var(--steel-2); background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 12px; text-decoration: none; font-size: 13px; font-weight: 700;
}
.product-nav a:hover, .product-nav a:focus-visible { border-color: var(--flame); color: var(--flame-ink); }

.pricing-grid, .service-level-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 24px 0;
}
.plan-card, .service-level-card {
  background: var(--card); border: 1px solid var(--line); border-top: 4px solid var(--steel);
  border-radius: var(--radius); padding: 22px 19px; display: flex; flex-direction: column; min-width: 0;
}
.plan-card.featured { border-top-color: var(--flame); box-shadow: var(--shadow); }
.plan-name { color: var(--steel-2); font-size: 19px; font-weight: 800; }
.plan-price { font-size: 29px; line-height: 1.2; font-weight: 800; margin-top: 7px; overflow-wrap: anywhere; }
.plan-term { min-height: 3em; color: var(--muted); font-size: 13px; margin-top: 4px; }
.plan-list { margin: 18px 0 20px 19px; font-size: 14px; flex: 1; }
.plan-list li { margin-bottom: 7px; }
.plan-actions { margin-top: auto; }
.service-level-card h3 { margin: 0 0 5px; }
.service-level-card .plan-price { font-size: 24px; }
.service-level-card p { font-size: 14px; }

.ai-warning {
  background: #fff3e6; border: 2px solid var(--flame); border-radius: var(--radius);
  padding: 18px 20px; margin: 20px 0; font-size: 16px;
}
.ai-warning strong { display: block; font-size: 18px; color: #713700; margin-bottom: 4px; }
.legal-status {
  border-left: 5px solid var(--blocker); background: var(--blocker-bg); color: #5a2323;
  padding: 16px 19px; border-radius: 0 var(--radius) var(--radius) 0; margin: 0 0 24px;
}
.legal-status strong { display: block; margin-bottom: 3px; }
.legal-index, .policy-links {
  background: #edf0f3; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 20px; margin: 18px 0;
}
.legal-index ul, .policy-links ul { columns: 2; margin: 8px 0 0 20px; }
.legal-index li, .policy-links li { break-inside: avoid; }
.qualification-list { columns: 2; }

@media (max-width: 980px) {
  .pricing-grid, .service-level-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .pricing-grid, .service-level-grid { grid-template-columns: 1fr; }
  .legal-index ul, .policy-links ul, .qualification-list { columns: 1; }
  .plan-term { min-height: 0; }
}
