:root {
  --red: #9f1118;
  --red-dark: #750a0e;
  --red-soft: #f8e8e8;
  --ink: #141414;
  --muted: #626262;
  --line: #dedede;
  --panel: #ffffff;
  --panel-alt: #fbfbfb;
  --content: 1348px;
  --radius: 8px;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.045);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font: inherit; }

svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-shell {
  width: 100%;
  min-height: 100vh;
  background: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 68px;
  padding: 10px clamp(18px, 3.4vw, 50px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 220px;
}

.brand-mark {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-word {
  width: 164px;
  height: 28px;
  object-fit: contain;
  object-position: left center;
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 34px);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 15px 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width .2s ease;
}

.main-nav a:is(:hover, :focus-visible)::after,
.main-nav a.is-active::after { width: 100%; }

.header-cta,
.button,
.subscribe-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 3px;
  border: 1px solid var(--red);
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.header-cta,
.button-primary,
.subscribe-form button {
  background: linear-gradient(180deg, #ba121c, #8b0c12);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
}

.button-outline {
  min-width: 210px;
  background: #fff;
  color: var(--red);
}

.button:is(:hover, :focus-visible),
.header-cta:is(:hover, :focus-visible),
.subscribe-form button:is(:hover, :focus-visible) {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(117, 10, 14, .14);
}

.button.small {
  min-height: 27px;
  padding: 5px 17px;
  font-size: 12px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 38px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

main > section,
.intro-band,
.phase-banner,
.site-footer {
  width: min(100%, var(--content));
  margin-inline: auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(410px, 44%) 1fr;
  min-height: 252px;
  overflow: hidden;
  padding: 28px clamp(22px, 3.4vw, 40px) 14px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 10px;
  font-size: clamp(34px, 3.15vw, 45px);
  line-height: .99;
  letter-spacing: .01em;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  max-width: 610px;
}

.hero p {
  margin-bottom: 14px;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .02em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.hero-actions .button { min-width: 196px; }

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-list svg { width: 18px; height: 18px; color: #737373; }

.trust-list .icon-image { width: 25px; height: 25px; object-fit: contain; flex: 0 0 25px; }

.hero-art {
  position: absolute;
  inset: 0 0 0 auto;
  width: 63%;
  pointer-events: none;
}

.hero-art img {
  position: absolute;
  right: 44px;
  top: 34px;
  width: min(520px, 48vw);
  height: auto;
  opacity: .9;
}

.tech-grid {
  position: absolute;
  inset: 0;
  background-image: url("../imgs/spider-web-background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(640px, 88%) auto;
  opacity: .38;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(430px, .95fr) 1.45fr;
  gap: 24px;
  padding: 16px clamp(22px, 3.4vw, 40px);
  border-bottom: 1px solid var(--line);
}

.intro-copy h2,
.section-heading h2,
.work-panel h2,
.capability-panel h2,
.notice-card h2,
.contact-panel h2,
.insights h2 {
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: .015em;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

.intro-copy p {
  max-width: 630px;
  margin: 0;
  color: #444;
  font-size: 13px;
  line-height: 1.22;
}

.value-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: center;
}

.value-points article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 70px;
  padding: 0 22px;
  border-left: 1px solid var(--line);
}

.value-points svg { width: 32px; height: 32px; color: #111; }

.value-points .icon-image { width: 50px; height: 50px; object-fit: contain; }

.value-points strong,
.division-card strong,
.steps strong,
.capability-grid strong,
.stat-row span,
.footer-links h3,
.stay-informed h3,
.follow h3 {
  display: block;
  font-size: 13px;
  font-weight: 900;
}

.value-points span,
.division-card em,
.steps span,
.stat-row em,
.site-footer p,
.stay-informed p {
  display: block;
  color: #4a4a4a;
  font-style: normal;
  font-size: 12px;
  line-height: 1.18;
}

.section {
  padding: 10px clamp(18px, 3.1vw, 36px) 7px;
}

.block-border { border-bottom: 1px solid var(--line); }

.section-heading.compact h2 { margin: 0 0 8px; }

.division-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px 14px;
}

.division-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.division-card:hover,
.division-card:focus-visible {
  border-color: rgba(159,17,24,.55);
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(0,0,0,.075);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
}

.card-icon svg { width: 36px; height: 36px; stroke-width: 1.45; }

.division-card strong { margin-bottom: 2px; font-size: 13px; }
.division-card em { min-height: 27px; }
.division-card b { color: var(--red); font-size: 12px; }

.dual-section {
  display: grid;
  grid-template-columns: minmax(490px, .82fr) 1fr;
  gap: 12px;
  padding: 8px clamp(18px, 3.1vw, 36px) 10px;
  border-bottom: 1px solid var(--line);
}

.work-panel h2,
.capability-panel h2 { margin-bottom: 8px; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.steps article {
  position: relative;
  min-height: 75px;
  padding: 12px 10px 10px 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  box-shadow: var(--shadow);
}

.steps article::after {
  content: "›";
  position: absolute;
  right: -9px;
  top: 31px;
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.steps article:last-child::after { display: none; }

.steps b {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 11px;
}

.steps strong { margin-bottom: 7px; font-size: 11px; }
.steps span { font-size: 11px; }

.capability-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.capability-grid article {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 75px;
  padding: 9px 6px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.capability-grid article:first-child { border-left: 0; }
.capability-grid svg { width: 34px; height: 34px; color: var(--red); stroke-width: 1.5; }
.capability-grid strong { font-size: 11px; line-height: 1.05; }

.notice-row {
  display: grid;
  grid-template-columns: 1fr 1.58fr;
  gap: 0;
  padding: 10px clamp(18px, 3.1vw, 36px);
  border-bottom: 1px solid var(--line);
}

.notice-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 80px;
  padding: 10px 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.notice-card:first-child { border-radius: 4px 0 0 4px; }
.notice-card:last-child { border-left: 0; border-radius: 0 4px 4px 0; }
.notice-card h2 { margin-bottom: 3px; }
.notice-card p { margin-bottom: 8px; color: #3f3f3f; font-size: 13px; }

.notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--red-soft);
  color: var(--red);
}
.notice-icon svg { width: 35px; height: 35px; stroke-width: 1.5; }

.lower-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 18px;
  padding: 10px clamp(18px, 3.1vw, 36px) 8px;
}

.left-column { min-width: 0; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.stat-row article {
  position: relative;
  min-height: 65px;
  padding: 12px 20px 10px 78px;
  border-left: 1px solid var(--line);
}

.stat-row article:first-child { border-left: 0; }
.stat-row svg { position: absolute; left: 22px; top: 15px; width: 40px; height: 40px; color: #111; stroke-width: 1.35; }
.stat-row span { font-size: 12px; }
.stat-row strong { display: block; font-size: 26px; line-height: .9; font-family: "Arial Black", Arial, Helvetica, sans-serif; }
.stat-row em { max-width: 190px; }

.insights h2 { margin-bottom: 7px; }

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.insight-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  box-shadow: var(--shadow);
}

.insight-card img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.insight-card div { padding: 10px 12px 11px; }
.insight-card span { display: block; color: #515151; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.insight-card h3 { margin: 3px 0 4px; font-size: 13px; line-height: 1.08; font-weight: 900; }
.insight-card a { color: var(--red); font-size: 12px; font-weight: 900; }

.contact-panel {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  align-content: start;
  padding-top: 28px;
  border-left: 1px solid var(--line);
  padding-left: 24px;
}

.contact-panel h2 { margin-bottom: 6px; }
.contact-panel p { color: #333; font-size: 14px; line-height: 1.2; }
.contact-panel form { min-width: 0; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
}

label span,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

select,
textarea,
input[type="email"] {
  width: 100%;
  min-height: 31px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #333;
  padding: 7px 10px;
  font-size: 12px;
}

textarea { resize: vertical; min-height: 62px; }
.wide { grid-row: span 2; }

fieldset {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 31px;
  margin: 0;
  padding: 0 0 0 4px;
  border: 0;
  color: #333;
  font-size: 12px;
}

legend {
  float: left;
  margin-right: 6px;
  font-weight: 700;
}

.radio,
.consent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #333;
  font-size: 12px;
}

.consent { margin-top: 12px; }
.consent input,
.radio input { width: 13px; height: 13px; accent-color: var(--red); }
.submit-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 13px; }
.form-message { margin: 0; color: var(--red); font-size: 12px; font-weight: 800; }

.phase-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 30px;
  padding: 5px 16px;
  background: #fbeaea;
  color: var(--red);
  border-top: 1px solid #efd0d0;
  border-bottom: 1px solid #efd0d0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
}
.phase-banner svg { width: 23px; height: 23px; }

.site-footer {
  display: grid;
  grid-template-columns: 1.45fr 1.18fr .82fr .82fr 1.28fr .78fr;
  gap: 22px;
  padding: 12px clamp(22px, 3.4vw, 40px) 10px;
  background: #fff;
}

.footer-brand,
.footer-links,
.stay-informed,
.follow {
  min-height: 78px;
  padding-right: 22px;
  border-right: 1px solid var(--line);
}
.follow { border-right: 0; padding-right: 0; }
.footer-logo .brand-mark { width: 40px; height: 40px; }
.footer-logo .brand-word { width: 170px; height: 30px; }
.footer-brand p { margin: 5px 0 0 28px; }
.footer-links h3,
.stay-informed h3,
.follow h3 { margin: 0 0 6px; }
.footer-links a { display: block; color: #303030; font-size: 12px; line-height: 1.25; }
.footer-links div { columns: 2; column-gap: 24px; }
.stay-informed p { max-width: 225px; margin-bottom: 8px; }
.subscribe-form { display: flex; gap: 0; }
.subscribe-form input { min-height: 29px; border-radius: 3px 0 0 3px; }
.subscribe-form button { min-height: 29px; padding: 5px 18px; border-radius: 0 3px 3px 0; font-size: 12px; }
.socials { display: flex; gap: 18px; align-items: center; margin-top: 20px; }
.socials a { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; color: #111; font-weight: 900; font-size: 18px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto auto; }
  .nav-toggle { display: block; grid-column: 2; grid-row: 1; }
  .header-cta { display: none; }
  .main-nav {
    display: none;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 24px;
    padding: 8px 0 4px;
  }
  .site-header.nav-open .main-nav { display: flex; }
  .division-grid { grid-template-columns: repeat(3, 1fr); }
  .capability-grid { grid-template-columns: repeat(4, 1fr); }
  .lower-grid, .contact-panel { grid-template-columns: 1fr; }
  .contact-panel { border-left: 0; padding-left: 0; padding-top: 6px; }
  .site-footer { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .hero, .intro-band, .dual-section, .notice-row { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 24px; }
  .hero-art { opacity: .01; width: 100%; }
  .value-points, .steps, .stat-row, .insight-grid, .form-grid { grid-template-columns: 1fr; }
  .value-points article { border-left: 0; border-top: 1px solid var(--line); padding: 12px 0; }
  .division-grid { grid-template-columns: 1fr; }
  .notice-card, .notice-card:first-child, .notice-card:last-child { border-radius: 4px; border: 1px solid var(--line); }
  .notice-card:last-child { border-top: 0; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-links, .stay-informed, .follow { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
  h1 { font-size: 34px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .site-header { padding-inline: 14px; }
  .brand { min-width: 0; }
  .brand-word { width: 140px; }
  .hero p { font-size: 15px; }
  .trust-list { gap: 11px; }
  .hero-actions .button, .button-outline { width: 100%; min-width: 0; }
  .notice-card { grid-template-columns: 64px 1fr; padding-inline: 12px; }
}
