@charset "UTF-8";
/* ============================================================
 * OD-C26 — Oxford Dynamics 2026 design system
 * Shared base for: Careers, Defence, Commercial (and future pages)
 * Used inside a Bricks `code` element wrapped in <div class="od-c26">
 * ============================================================ */
/* Defensive scoped overrides — neutralise Automatic.css globals inside our blocks */
.od-c26 section {
  display: block;
  width: 100%;
}

.od-c26 section > div {
  display: block;
}

/* Hide old "Benefits accordion" — content merged into new "What you get" */
.od-c26-host .brxe-section.benefits-section {
  display: none !important;
}

.od-c26 {
  --bg: #000000;
  --bg-elev: #0E1117;
  --bg-elev-2: #16191F;
  --rule: rgba(255, 255, 255, 0.10);
  --rule-strong: rgba(255, 255, 255, 0.22);
  --ink: #FFFFFF;
  --ink-mid: #A8AAB0;
  --ink-quiet: #6B6E76;
  --accent: #F4DF4A;
  --accent-hover: #FFE85A;
  background: var(--bg);
  color: var(--ink);
  font-family: articulat-cf, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.od-c26 *,
.od-c26 *::before,
.od-c26 *::after {
  box-sizing: border-box;
}

.od-c26 h1, .od-c26 h2, .od-c26 h3, .od-c26 h4 {
  font-family: inherit;
  margin: 0;
  color: var(--ink);
}

.od-c26 p {
  margin: 0;
}

.od-c26 a {
  color: inherit;
}

/* ===== Hero (Careers — left-aligned variant) ===== */
.od-c26__hero {
  background: var(--bg);
  color: var(--ink);
  padding: clamp(96px, 14vh, 168px) 32px clamp(128px, 18vh, 192px);
  position: relative;
  overflow: hidden;
}

.od-c26__hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent) 50%, transparent);
  opacity: 0.35;
}

.od-c26__hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.od-c26__hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 28px;
}

.od-c26__h1 {
  display: flex;
  flex-direction: column;
  font-size: clamp(40px, 7.4vw, 96px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.026em;
  margin-bottom: 48px;
}

/* ===== Hero v2 — landing-page pattern (video bg + centered) ===== */
.od-c26__hero-v2 {
  position: relative;
  overflow: hidden;
  padding: clamp(128px, 18vh, 200px) 32px clamp(96px, 14vh, 160px);
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.od-c26__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.od-c26__hero-bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}

.od-c26__hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.55) 100%);
}

.od-c26__hero-v2-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.od-c26__hero-v2-eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: clamp(24px, 3vh, 36px);
}

/* Hero title + tagline styled to match the home page hero
   (ACSS .main-hero-heading-text + .main-hero-introtexts globals).
   Home h1 → uppercase, --primary (yellow), fluid --h1 sizing.
   Home lede → 36px, #d9d9d9, non-uppercase, max-width 550px. */
.od-c26 .od-c26__h1-v2 {
  font-size: var(--h1);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.028em;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: clamp(20px, 2.5vh, 32px);
}

.od-c26 .od-c26__h1-v2 span,
.od-c26 .od-c26__h1-v2 .od-c26__h1-accent {
  color: inherit;
  display: block;
}

.od-c26__hero-v2-tagline {
  font-size: 36px;
  color: #d9d9d9;
  max-width: 550px;
  margin: 0 auto clamp(40px, 5vh, 56px);
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.35;
  opacity: 1;
}

@media (max-width: 700px) {
  .od-c26__hero-v2-tagline {
    font-size: var(--text-l);
  }
}
.od-c26 .od-c26__hero-v2-sub {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.55;
  color: #DDE0E5;
  max-width: 760px;
  margin: 0 auto clamp(20px, 3vh, 32px);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.6);
}

.od-c26 .od-c26__hero-v2-bridge {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.55;
  color: #BFC2C8;
  font-style: italic;
  max-width: 720px;
  margin: 0 auto clamp(48px, 6vh, 72px);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.6);
}

.od-c26 .od-c26__h1-v2,
.od-c26__hero-v2-tagline,
.od-c26__hero-v2-eyebrow {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

.od-c26__hero-v2-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.od-c26__hero-v2-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, transparent, var(--accent));
  z-index: 1;
  opacity: 0.6;
}

@media (max-width: 700px) {
  .od-c26__hero-v2 {
    min-height: 88vh;
    padding: 96px 24px 80px;
  }
}
/* Below-hero section: paragraphs + CTAs moved out of the hero.
   Solid dark ground (no video), so the hero-scoped text-shadows on
   .od-c26__hero-v2-sub / -bridge would read as fuzzy — kill them here.
   Bracket the section with pin lines matching the .od-c26__banner-head
   pattern used further down the page. */
.od-c26__hero-below {
  position: relative;
  padding: clamp(56px, 8vh, 96px) 24px clamp(48px, 6vh, 72px);
  background: var(--bg);
  color: var(--ink);
}

.od-c26__hero-below-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.od-c26__hero-below-head {
  border-top: 1px solid var(--rule-strong);
  padding-top: 20px;
  margin-bottom: clamp(36px, 5vh, 56px);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
  text-align: left;
}

.od-c26__hero-below-foot {
  display: none;
}

/* Parallax photo bands between sections. Classic background-attachment:fixed
   parallax on desktop; iOS Safari + Firefox mobile don't support fixed on
   background-attachment reliably, so drop to scroll under 700px. */
.od-c26__parallax {
  position: relative;
  height: clamp(140px, 22vh, 240px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: var(--bg);
}

.od-c26__parallax::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}

@media (max-width: 700px) {
  .od-c26__parallax {
    background-attachment: scroll;
    height: clamp(100px, 15vh, 160px);
  }
}
.od-c26__hero-below-inner .od-c26__hero-v2-sub,
.od-c26__hero-below-inner .od-c26__hero-v2-bridge {
  text-shadow: none;
}

.od-c26__hero-below-inner .od-c26__hero-v2-sub {
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.55;
  color: #DDE0E5;
  max-width: 780px;
}

.od-c26__hero-below-inner .od-c26__hero-v2-bridge {
  margin-bottom: clamp(28px, 4vh, 40px);
}

.od-c26__hero-below-inner .od-c26__hero-v2-cta {
  margin-top: clamp(24px, 3vh, 36px);
  justify-content: center;
}

/* Section heading inside the centred hero-below column — __h2 caps its
 * width at 24ch, so it needs auto margins to stay centred. */
.od-c26__hero-below-inner .od-c26__hero-below-h2 {
  margin-inline: auto;
  margin-bottom: clamp(28px, 4vh, 44px);
}

/* Body copy is centred display text here; keep it centred in its column */
.od-c26__hero-below-inner .od-c26__hero-v2-sub {
  margin-inline: auto;
}

.od-c26__h1 span {
  display: block;
  color: var(--ink);
}

.od-c26__h1 span:last-child {
  color: var(--accent);
}

.od-c26__h1--white span:last-child {
  color: var(--ink);
}

.od-c26 .od-c26__hero-sub {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--ink-mid);
  max-width: 720px;
  margin-bottom: clamp(72px, 9vh, 112px);
}

.od-c26 .od-c26__hero-sub + .od-c26__hero-bridge {
  margin-top: -56px;
  margin-bottom: clamp(72px, 9vh, 112px);
}

.od-c26 .od-c26__hero-bridge {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.55;
  color: var(--ink-quiet);
  max-width: 720px;
  font-style: italic;
}

.od-c26 .od-c26__hero-tagline {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--accent);
  font-weight: 500;
  max-width: 720px;
  margin-bottom: clamp(56px, 7vh, 80px);
}

.od-c26__hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ===== Brand two-tone CTA ===== */
.od-c26 .od-c26__cta {
  display: inline-flex;
  align-items: stretch;
  height: 56px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.od-c26 .od-c26__cta:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.od-c26 .od-c26__cta-label {
  display: flex;
  align-items: center;
  padding: 0 26px;
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #000;
  transition: background 0.4s ease, color 0.4s ease;
}

.od-c26 .od-c26__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #000;
  transition: background 0.4s ease, border-color 0.4s ease;
}

.od-c26 .od-c26__cta-icon svg {
  width: 7px;
  height: 12px;
  display: block;
}

.od-c26 .od-c26__cta-icon svg path {
  fill: currentColor;
}

.od-c26 .od-c26__cta-primary:hover .od-c26__cta-label {
  background: transparent;
  color: var(--ink);
}

.od-c26 .od-c26__cta-primary:hover .od-c26__cta-icon {
  background: var(--accent);
  border-color: var(--accent);
}

/* Outline CTA */
.od-c26 .od-c26__cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  padding: 0 28px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  white-space: nowrap;
}

.od-c26 .od-c26__cta-outline:hover {
  background: var(--ink);
  color: #000;
  border-color: var(--ink);
}

.od-c26 .od-c26__cta-outline:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.od-c26 .od-c26__cta-outline svg {
  width: 7px;
  height: 12px;
  display: block;
  fill: var(--accent);
  transition: fill 0.4s ease;
}

.od-c26 .od-c26__cta-outline:hover svg {
  fill: #000;
}

/* ===== Sections ===== */
.od-c26__sec {
  background: var(--bg);
  color: var(--ink);
  padding: clamp(80px, 11vh, 128px) 32px;
}

.od-c26__sec-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.od-c26__sec-head {
  border-top: 1px solid var(--rule-strong);
  padding-top: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}

.od-c26__eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
}

.od-c26__eyebrow--muted {
  color: var(--ink-quiet);
  font-weight: 600;
}

.od-c26__eyebrow--accent {
  color: var(--accent);
}

.od-c26 .od-c26__h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.04;
  margin-bottom: 24px;
  max-width: 24ch;
  text-transform: uppercase;
}

.od-c26 .od-c26__lede {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: var(--ink-mid);
  max-width: 820px;
  margin-bottom: 48px;
}

/* Pools list */
.od-c26__pools {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--rule);
}

.od-c26__pool {
  border-bottom: 1px solid var(--rule);
  padding: 32px 0;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 24px;
  align-items: start;
}

.od-c26__pool-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 11px;
}

.od-c26__pool-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.005em;
  color: var(--ink);
}

.od-c26__pool-body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-mid);
  max-width: 820px;
}

/* Card grids */
.od-c26__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.od-c26__grid--three {
  grid-template-columns: 1fr 1fr 1fr;
}

.od-c26__grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.od-c26__cell {
  padding: 32px 28px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--bg);
}

.od-c26__cell-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.005em;
  color: var(--ink);
}

.od-c26__cell-subtitle {
  font-size: 14px;
  color: var(--ink-mid);
  margin-bottom: 16px;
  font-style: italic;
}

.od-c26__cell-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-mid);
}

.od-c26__cell-list {
  margin: 12px 0 16px;
  padding: 0;
  list-style: none;
}

.od-c26__cell-list li {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-mid);
  padding: 4px 0 4px 16px;
  position: relative;
}

.od-c26__cell-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 1px;
  background: var(--accent);
}

.od-c26__cell-foot {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-quiet);
  margin-top: 16px;
  font-weight: 600;
}

.od-c26__cell-foot strong {
  color: var(--ink);
  font-weight: 700;
}

/* Sector grid (SECTION 4): alternate white cells for visual lift.
   :nth-child(odd) hits cells 1,3,5 -> diagonal on the 3x2 grid.
   Overrides the ink/rule custom properties so descendants invert automatically. */
.od-c26__grid--three .od-c26__cell:nth-child(odd) {
  --ink: #0B0E15;
  --ink-mid: #585A61;
  --ink-quiet: #787980;
  --rule: rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  color: var(--ink);
}

/* Role cards */
.od-c26__roles {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}

.od-c26__role {
  background: var(--bg-elev);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.od-c26__role-copy {
  flex: 1 1 360px;
  min-width: 0;
}

.od-c26__role-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.005em;
  color: var(--ink);
}

.od-c26__role-body {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.55;
  max-width: 720px;
}

/* ===== Stats strip (proof points) ===== */
.od-c26__stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.od-c26__stat {
  padding: 36px 28px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.od-c26__stat-figure {
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--accent);
  line-height: 1;
}

.od-c26__stat-label {
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink-mid);
}

/* ===== Credential band (Track record) =====
 * Four facts separated by thin vertical dividers — deliberately no card
 * borders: the band should read as a quiet statement, not a feature grid.
 * `.od-c26 <class>` specificity beats the Bricks .brxe-block flex defaults
 * (same trick as the normalisation block at the bottom of this file). */
.od-c26 .od-c26__creds {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: clamp(40px, 6vh, 64px);
  padding: clamp(24px, 3.5vh, 40px) 0;
}

.od-c26 .od-c26__cred {
  display: block;
  padding: 4px clamp(20px, 2.5vw, 40px);
  border-left: 1px solid var(--rule);
}

.od-c26 .od-c26__cred:first-child {
  border-left: none;
  padding-left: 0;
}

.od-c26__cred-lead {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.1;
}

.od-c26__cred-desc {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-mid);
}

@media (max-width: 1100px) {
  .od-c26 .od-c26__creds {
    grid-template-columns: 1fr 1fr;
    row-gap: 28px;
  }
  .od-c26 .od-c26__cred:nth-child(odd) {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 620px) {
  .od-c26 .od-c26__creds {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .od-c26 .od-c26__cred {
    border-left: none;
    border-top: 1px solid var(--rule);
    padding: 16px 0;
  }
  .od-c26 .od-c26__cred:first-child {
    border-top: none;
    padding-top: 0;
  }
}
/* ===== Quote block ===== */
.od-c26__quote {
  padding: clamp(48px, 6vh, 80px) 32px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.od-c26__quote::before {
  content: "“";
  font-size: 96px;
  line-height: 0.8;
  color: var(--accent);
  display: block;
  margin-bottom: 24px;
  font-family: Georgia, serif;
}

.od-c26__quote-text {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin-bottom: 28px;
}

.od-c26__quote-attr {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-quiet);
  font-weight: 600;
}

.od-c26__quote--placeholder .od-c26__quote-text {
  color: var(--ink-quiet);
  font-style: italic;
}

.od-c26__quotes-stack {
  display: grid;
  gap: 8px;
}

.od-c26__quotes-stack .od-c26__quote {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid var(--rule);
}

.od-c26__quotes-stack .od-c26__quote:first-child {
  border-top: 0;
}

/* ===== Process strip ===== */
.od-c26__process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.od-c26__process-step {
  padding: 36px 28px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.od-c26__process-num {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 28px;
}

.od-c26__process-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.005em;
  color: var(--ink);
}

.od-c26__process-body {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-mid);
}

/* ===== Use case table (programme type / outcome) ===== */
.od-c26__table {
  border-top: 1px solid var(--rule-strong);
}

.od-c26__table-head {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}

.od-c26__table-head span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-quiet);
}

.od-c26__row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}

.od-c26__row-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.od-c26__row-body {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-mid);
}

/* ===== Banner statement (single bold callout) ===== */
.od-c26__banner {
  background: var(--bg);
  padding: clamp(80px, 11vh, 128px) 32px;
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
}

.od-c26__banner-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.od-c26__banner-text {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ink);
  max-width: 980px;
  margin-bottom: 20px;
}

.od-c26__banner-sub {
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--ink-mid);
  line-height: 1.55;
  max-width: 720px;
}

/* ===== Products link strip (simple horizontal links, kept for backwards compat) ===== */
.od-c26__products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.od-c26__product-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 24px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--bg);
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.4s ease;
}

.od-c26__product-link:hover {
  background: var(--bg-elev);
}

.od-c26__product-link svg {
  width: 7px;
  height: 12px;
  flex-shrink: 0;
  fill: var(--accent);
  transition: transform 0.3s ease;
}

.od-c26__product-link:hover svg {
  transform: translateX(3px);
}

/* ===== Product tiles — horizontal row, image-backed cards matching the tech page grid ===== */
.od-c26__tiles {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.od-c26__tile {
  position: relative;
  aspect-ratio: 1/1.15;
  border-radius: 4px;
  overflow: hidden;
  background: #111;
  text-decoration: none;
  color: inherit;
  display: block;
  isolation: isolate;
}

.od-c26__tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.6s ease;
}

.od-c26__tile:hover .od-c26__tile-img {
  transform: scale(1.04);
}

.od-c26__tile-title {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #fff;
  margin: 0;
}

.od-c26__tile-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 20px 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.88) 100%);
}

.od-c26__tile-desc {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.od-c26__tile-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: stretch;
  height: 36px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.od-c26__tile-cta-label {
  display: flex;
  align-items: center;
  padding: 0 14px;
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #000;
  transition: background 0.4s ease, color 0.4s ease;
}

.od-c26__tile-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  background: #000;
  border: 1px solid #000;
  color: var(--accent);
  transition: background 0.4s ease, border-color 0.4s ease;
}

.od-c26__tile-cta-icon svg {
  width: 6px;
  height: 11px;
}

.od-c26__tile-cta-icon svg path {
  fill: currentColor;
}

.od-c26__tile:hover .od-c26__tile-cta-label {
  background: transparent;
  color: #fff;
}

.od-c26__tile:hover .od-c26__tile-cta-icon {
  background: var(--accent);
  border-color: var(--accent);
  color: #000;
}

@media (max-width: 1100px) {
  .od-c26__tiles {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .od-c26__tiles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .od-c26__tiles {
    grid-template-columns: 1fr;
  }
}
/* ===== Bottom CTA section ===== */
.od-c26__bottom {
  background: var(--bg);
  padding: clamp(96px, 12vh, 144px) 32px;
  border-top: 1px solid var(--rule-strong);
  text-align: left;
}

.od-c26__bottom-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.od-c26__bottom-title {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.04;
  text-transform: uppercase;
  margin-bottom: clamp(40px, 5vh, 56px);
  max-width: 18ch;
}

.od-c26__bottom-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: clamp(32px, 4vh, 48px);
}

.od-c26__bottom-secondary {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

/* The two links live inside a nested <p>, so the flex gap above never
 * reaches them — flex the <p> too or the anchors render touching. */
.od-c26__bottom-secondary p {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.od-c26__bottom-secondary a {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-mid);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 4px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.od-c26__bottom-secondary a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.od-c26__bottom-contact {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--ink-quiet);
}

.od-c26__bottom-contact a {
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
  transition: color 0.3s ease;
}

.od-c26__bottom-contact a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .od-c26__grid--four,
  .od-c26__process,
  .od-c26__stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 880px) {
  .od-c26__grid, .od-c26__grid--three, .od-c26__grid--four,
  .od-c26__process {
    grid-template-columns: 1fr;
  }
  .od-c26__stats {
    grid-template-columns: 1fr 1fr;
  }
  .od-c26__cell {
    padding: 28px 24px;
  }
  .od-c26 .od-c26__h2 {
    max-width: none;
  }
  .od-c26__table-head, .od-c26__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .od-c26__bottom-title {
    max-width: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .od-c26 .od-c26__cta-label,
  .od-c26 .od-c26__cta-icon,
  .od-c26 .od-c26__cta-outline,
  .od-c26 .od-c26__cta-outline svg,
  .od-c26 .od-c26__product-link,
  .od-c26 .od-c26__product-link svg {
    transition: none;
  }
}
/* ============================================================
 * Bricks-native OD-C26 normalisation (pages rebuilt with native
 * elements, e.g. /commercial2 — sections carry the .od-c26 class).
 * Bricks wrapper elements (.brxe-block, .brxe-text) default to
 * display:flex / flex-direction:column / align-items:flex-start
 * plus an ACSS default gap. That shrink-wraps children and
 * left-packs layouts this system centres, and stacks the
 * two-eyebrow header rows. Neutralise inside .od-c26 only —
 * raw-HTML (code element) pages never match these selectors
 * because their wrappers aren't flexed to begin with.
 * ============================================================ */
.od-c26 :is(.od-c26__hero-v2-inner, .od-c26__banner-inner, .od-c26__sec-inner,
.od-c26__bottom-inner, .od-c26__cell, .od-c26__process-step,
.od-c26__hero-bg, .od-c26__hero-below-inner) {
  display: block;
}

.od-c26 :is(.od-c26__sec-head, .od-c26__banner-head) {
  flex-direction: row;
}

/* These grids draw shared 1px borders — any framework gap breaks the lattice */
.od-c26 :is(.od-c26__grid, .od-c26__process, .od-c26__stats) {
  gap: 0;
}

/* Two-tone CTA: label and icon boxes must sit flush — kill framework gap */
.od-c26 .od-c26__cta {
  gap: 0;
}

/* Bricks' rich-text wrapper (.brxe-text ul) re-indents lists at higher
 * specificity than the bare class — restore the design's flush lists */
.od-c26 ul.od-c26__cell-list {
  padding: 0;
  margin: 12px 0 16px;
  list-style: none;
}

/* Bricks' video element forces a 16:9 aspect-ratio; the hero video must
 * fill the full hero height and let object-fit crop */
.od-c26 .od-c26__hero-bg .brxe-video,
.od-c26 .od-c26__hero-bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

/* Bricks emits #brxe-<id> element styles for svg elements — ID specificity
 * beats any class selector, so the arrow dimensions need !important */
.od-c26 .od-c26__cta-icon svg,
.od-c26 .od-c26__cta-outline svg {
  width: 7px !important;
  height: 12px !important;
}