/* ==========================================================================
   RefLens Ltd company pages — "Through the Lens" design system
   Docs/RefLens_Company.md §3. Loaded ONLY by templates/company_base.html;
   the product theme bundle is never loaded on company pages (§3.9 budget).
   ========================================================================== */
/* --- Fonts -----------------------------------------------------------------
   Self-hosted WOFF2, Latin subset, exactly the weights company.css uses.
   Provenance and licences: static/fonts/ui/LICENCE.md. Total 69KB, asserted
   by home_app.tests.FontBudgetTests.

   Not loaded from fonts.googleapis.com deliberately: a CDN link would send
   every visitor's IP to a third party and the privacy notice would have to
   say so. Inter is deliberately absent — the system UI stack is close enough
   that the ~50KB was not worth spending.

   font-display: swap — text renders immediately in the fallback and swaps
   when the face arrives, so a slow font never blocks reading.
   --------------------------------------------------------------------------- */
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/ui/SpaceGrotesk-600-latin.49f2dd2d2132.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/ui/SpaceGrotesk-700-latin.f9e147a59a93.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/ui/JetBrainsMono-400-latin.caf0dfde4e44.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/ui/JetBrainsMono-600-latin.075ec35bc15b.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  /* Colour */
  --ink: #0a1512;
  --paper: #f3f5f0;
  --surface: #fbfcf8;
  --accent: #59e3b1;
  --accent-deep: #138b69;
  --acid: #dfff52;
  --line: rgba(10, 21, 18, 0.14);
  --muted: #5c6964;
  --hero-bg: #07110f;
  --hero-ink: #f2f8f4;
  --hero-muted: #9eaaa5;
  --shadow: 0 24px 80px rgba(7, 17, 15, 0.13);

  /* Type. No webfont for body copy: "Inter" was declared here but never
     self-hosted, so the fallback stack is what actually rendered on every
     machine without Inter installed. Self-hosting it remains plan item U7;
     until then this stack is the honest description of what ships. */
  --font-display:
    "Space Grotesk", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  --font-mono:
    "JetBrains Mono", ui-monospace, "Cascadia Code", Consolas, monospace;

  /* Space and motion */
  --space-section: clamp(4rem, 10vh, 8rem);
  --gutter: clamp(1rem, 4vw, 3rem);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
/* --- Reset / base --------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body.company {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.company img,
.company svg {
  max-width: 100%;
  height: auto;
}
.company a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.company :focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 2px;
}
.company h1,
.company h2,
.company h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  text-wrap: balance;
}
.company h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}
.company h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
}
.company h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.company p {
  max-width: 68ch;
}
/* Skip link (§3.9 accessibility) */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--accent);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
}
.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}
/* --- Layout ---------------------------------------------------------------- */
.wrap {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

@media (min-width: 860px) {
  .split.flip {
    grid-template-columns: 7fr 5fr;
  }
}
.brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.01em;
  margin-right: auto;
}
.brand .lens {
  color: var(--accent);
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  line-height: 1;
}
.brand-mark {
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 0.4px rgba(89, 232, 174, 0.7));
}
.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-weight: 750;
  letter-spacing: 0.035em;
}
.brand-wordmark .ref {
  color: currentColor;
}

@keyframes aurora {
  from {
    transform: translate3d(-4%, -2%, 0) rotate(0deg);
  }
  to {
    transform: translate3d(4%, 3%, 0) rotate(6deg);
  }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes lens-focus {
    from {
      filter: blur(6px);
      opacity: 0.4;
    }
    to {
      filter: blur(0);
      opacity: 1;
    }
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes draw {
    from {
      stroke-dashoffset: 120;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
}
/* --- Scroll reveal (§3.7) ----------------------------------------------------
   Content is fully visible without JS; the .js class (set by company.js)
   enables the entrance, and reduced-motion disables it entirely. */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity 0.5s var(--ease-out),
      transform 0.5s var(--ease-out);
  }
  .js .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
  .js .reveal:nth-child(2) {
    transition-delay: 80ms;
  }
  .js .reveal:nth-child(3) {
    transition-delay: 160ms;
  }
}
/* --- Utility ------------------------------------------------------------------ */
.muted {
  color: var(--muted);
}
.mt-2 {
  margin-top: 2rem;
}
.center {
  text-align: center;
}
/* ==========================================================================
   2026 homepage — precise technical studio direction
   ========================================================================== */
html {
  scroll-behavior: smooth;
}
.company h1,
.company h2,
.company h3 {
  letter-spacing: -0.045em;
}
.company h1 {
  font-size: clamp(3.65rem, 7.2vw, 7.4rem);
  line-height: 0.93;
}
.company h2 {
  font-size: clamp(2.4rem, 4.4vw, 4.5rem);
  line-height: 1;
}
.co-header {
  /* Base layout: the 2026 rules below only override appearance. */
  top: 0;
  z-index: 50;
  border-bottom: 1px solid;
  position: absolute;
  width: 100%;
  color: var(--hero-ink);
  /* Solid, not translucent. The header is absolutely positioned, so it never
     stays put while content scrolls beneath it — the blur and 72% alpha cost
     paint work and bought nothing. Worse, on the legal and error pages, which
     have no dark hero behind them, a dark translucent bar over a light page
     rendered as murky grey and read as a rendering fault. Solid #07110f is
     identical over the heroes (same colour) and deliberate everywhere else. */
  background: #07110f;
  border-color: rgba(255, 255, 255, 0.1);
}
.co-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-block: 0.5rem;
  min-height: 5rem;
  flex-wrap: nowrap;
}
.co-nav .brand,
.co-header .brand {
  color: var(--hero-ink);
  font-size: 1.42rem;
  letter-spacing: -0.05em;
}
.co-nav a.nav-link {
  padding: 0.35rem 0.15rem;
  text-decoration: none;
  position: relative;
  color: #b7c2bd;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  border: 0;
}
.co-nav a.nav-link::after {
  content: "";
  position: absolute;
  right: 0.15rem;
  bottom: 0.15rem;
  left: 0.15rem;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s var(--ease-out);
}
.co-nav a.nav-link:hover,
.co-nav a.nav-link[aria-current="page"] {
  color: #fff;
}
.co-nav a.nav-link:hover::after,
.co-nav a.nav-link[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}
.co-nav .btn-primary {
  margin-left: 0.4rem;
  font-size: 0.86rem;
  padding: 0.65rem 1.2rem;
}
.btn-primary,
.btn-ghost {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  padding: 0.9rem 1.25rem;
  transition:
    transform 0.25s var(--ease-out),
    background 0.25s,
    color 0.25s,
    box-shadow 0.25s;
}
.company .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  color: #06130f;
  background: var(--accent);
  box-shadow: none;
}
.company .btn-primary:hover {
  color: #06130f;
  background: #8df0cb;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(89, 227, 177, 0.18);
}
.company .btn-ghost {
  color: var(--ink);
}
.company .btn-ghost-light {
  color: var(--hero-ink);
  border-color: rgba(255, 255, 255, 0.23);
}
.company .btn-ghost-light:hover {
  color: #fff;
  border-color: var(--accent);
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: #fff;
  transition:
    transform 0.25s,
    margin 0.25s;
}
.nav-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.nav-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}
.mobile-navigation {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 1rem var(--gutter) 1.5rem;
  background: #07110f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.35);
}
.mobile-navigation a:not(.btn-primary) {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  color: #eef7f2;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-navigation a span {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}
.mobile-navigation .btn-primary {
  width: 100%;
  margin-top: 1.25rem;
}
/* Hero */
.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  padding: clamp(8.5rem, 15vh, 11rem) 0 5rem;
  color: var(--hero-ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.023) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.023) 1px, transparent 1px),
    #07110f;
  background-size: 52px 52px;
}
.home-hero::before {
  content: "";
  position: absolute;
  width: min(78vw, 1100px);
  aspect-ratio: 1;
  right: -32vw;
  top: -42%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(89, 227, 177, 0.12),
    transparent 66%
  );
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    rgba(7, 17, 15, 0) 50%,
    rgba(89, 227, 177, 0.04)
  );
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.7rem;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow > span {
  width: 30px;
  height: 1px;
  background: currentColor;
}
.eyebrow-dark {
  color: var(--accent-deep);
}
.home-hero h1 {
  max-width: 12ch;
  margin-bottom: 2rem;
  color: #f4faf6;
  font-size: clamp(3.4rem, 5.8vw, 6.4rem);
  line-height: 0.96;
}
.text-gradient {
  color: transparent;
  background: linear-gradient(
    105deg,
    #eef8f2 0%,
    var(--accent) 52%,
    var(--acid) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}
.home-hero .lead {
  max-width: 59ch;
  color: #aab6b1;
  font-size: clamp(1.06rem, 1.35vw, 1.25rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.3rem;
}
.hero-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
  margin: clamp(3rem, 7vh, 5rem) 0 0;
  padding: 1.25rem 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #aab6b1;
  font-size: 0.82rem;
}
.hero-principles span {
  margin-right: 0.45rem;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.68rem;
}
/* Shared homepage sections */
.home-section {
  position: relative;
  padding: clamp(5.5rem, 12vw, 10rem) 0;
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.45fr);
  column-gap: 4rem;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}
.section-heading .eyebrow {
  grid-column: 1 / -1;
}
.section-heading h2,
.process-intro h2,
.studio-copy h2 {
  max-width: 18ch;
}
.section-heading > p:last-child {
  color: var(--muted);
  margin-bottom: 0.6rem;
}
/* Service cards */
.home-services {
  background: var(--paper);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-card {
  position: relative;
  display: flex;
  min-height: 465px;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--ink) !important;
  text-decoration: none !important;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.26);
  transition:
    color 0.35s,
    background 0.35s,
    transform 0.35s var(--ease-out);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--ink);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.45s var(--ease-out);
}
.service-card:hover {
  z-index: 2;
  color: #f3faf6 !important;
  transform: translateY(-8px);
}
.service-card:hover::before {
  transform: scaleY(1);
}
.service-card-top {
  display: flex;
  justify-content: space-between;
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.7rem;
}
.service-card-top i {
  font-size: 1.15rem;
  font-style: normal;
  transition: transform 0.3s;
}
.service-card:hover .service-card-top i {
  transform: translate(4px, -4px);
}
.service-symbol {
  position: relative;
  width: 76px;
  height: 76px;
  margin: clamp(3.5rem, 6vw, 5.5rem) 0 2.4rem;
}
.symbol-ai b {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid var(--accent-deep);
  border-radius: 50%;
}
.symbol-ai b:nth-child(1) {
  top: 2px;
  left: 26px;
}
.symbol-ai b:nth-child(2) {
  bottom: 4px;
  left: 4px;
}
.symbol-ai b:nth-child(3) {
  right: 4px;
  bottom: 4px;
}
.symbol-ai::before,
.symbol-ai::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 42px;
  top: 42px;
  left: 17px;
  background: var(--accent-deep);
  transform: rotate(59deg);
}
.symbol-ai::after {
  transform: rotate(-59deg);
}
.symbol-data {
  display: flex;
  align-items: end;
  gap: 7px;
}
.symbol-data b {
  width: 10px;
  height: 30%;
  background: var(--accent-deep);
}
.symbol-data b:nth-child(2) {
  height: 65%;
}
.symbol-data b:nth-child(3) {
  height: 43%;
}
.symbol-data b:nth-child(4) {
  height: 100%;
}
.symbol-code {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 2rem;
}
.symbol-code i {
  width: 1px;
  height: 70px;
  background: var(--accent-deep);
  transform: rotate(25deg);
}
.service-card:hover .service-symbol b,
.service-card:hover .service-symbol i,
.service-card:hover .symbol-ai::before,
.service-card:hover .symbol-ai::after {
  border-color: var(--accent);
  background-color: var(--accent);
  color: var(--accent);
}
.service-card:hover .symbol-code {
  color: var(--accent);
}
.service-card h3 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}
.service-card p {
  color: var(--muted);
  font-size: 0.96rem;
  transition: color 0.3s;
}
.service-card:hover p {
  color: #9fada7;
}
.service-card small {
  margin-top: auto;
  color: #7b8782;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}
/* Process */
.process-section {
  overflow: hidden;
  background: #e8ece5;
}
.process-section::after {
  content: "04";
  position: absolute;
  right: -0.04em;
  bottom: -0.22em;
  color: rgba(10, 21, 18, 0.035);
  font-family: var(--font-display);
  font-size: min(38vw, 34rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.process-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(4rem, 9vw, 9rem);
}
.process-intro {
  position: sticky;
  top: 8rem;
  align-self: start;
}
.process-intro > p:not(.eyebrow) {
  max-width: 50ch;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
  color: var(--ink) !important;
  font-weight: 600;
  text-decoration: none !important;
}
.text-link span {
  transition: transform 0.25s;
}
.text-link:hover span {
  transform: translateX(5px);
}
.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.process-list li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1.25rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--line);
}
.process-list > li > span {
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.76rem;
}
.process-list h3 {
  margin-bottom: 0.45rem;
  font-size: 1.45rem;
}
.process-list p {
  margin: 0;
  color: var(--muted);
}
/* Evidence feature */
.evidence-section {
  overflow: hidden;
  color: var(--hero-ink);
  background: #07110f;
}
.evidence-grid {
  display: grid;
  grid-template-columns: minmax(400px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(4rem, 10vw, 10rem);
  align-items: center;
}
.evidence-copy h2 {
  max-width: 13ch;
  color: #f4faf6;
}
.lead-small {
  color: #9eaaa5;
  font-size: 1.12rem;
}
.evidence-points {
  display: grid;
  gap: 1.2rem;
  margin-top: 3rem;
}
.evidence-points > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.3rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.evidence-points strong {
  color: #e9f2ed;
  font-size: 0.92rem;
}
.evidence-points p {
  margin: 0;
  color: #82908a;
  font-size: 0.9rem;
}
/* Studio / founder */
.studio-section {
  background: #f7f8f4;
}
.studio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(350px, 0.8fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.studio-copy > p:not(.eyebrow) {
  max-width: 59ch;
  color: var(--muted);
  font-size: 1.08rem;
}
.studio-note {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  padding: clamp(2rem, 4vw, 3.5rem);
  color: #eef7f2;
  background: var(--ink);
}
.studio-note::after {
  content: "R";
  position: absolute;
  right: -0.05em;
  bottom: -0.35em;
  color: rgba(89, 227, 177, 0.07);
  font-family: var(--font-display);
  font-size: 19rem;
  font-weight: 700;
  line-height: 1;
}
.note-index {
  position: relative;
  z-index: 2;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
}
.studio-note h3 {
  position: relative;
  z-index: 2;
  margin-top: 6rem;
  font-size: 2.4rem;
}
.studio-note p {
  position: relative;
  z-index: 2;
  color: #9caaa4;
}
.studio-note a {
  position: absolute;
  z-index: 3;
  right: 2.5rem;
  bottom: 2.4rem;
  left: 2.5rem;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  color: #eef7f2;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-decoration: none;
  font-size: 0.9rem;
}
/* CTA */
.home-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 8rem) 0;
  color: #07110f;
  background: var(--accent);
}
.home-cta::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  top: -260px;
  border: 1px solid rgba(7, 17, 15, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(7, 17, 15, 0.025),
    0 0 0 140px rgba(7, 17, 15, 0.025);
}
.cta-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}
.home-cta .eyebrow {
  color: #0e5c47;
}
.home-cta h2 {
  max-width: 12ch;
  margin-bottom: 0;
}
.home-cta p {
  max-width: 54ch;
}
.company .btn-primary-light {
  margin-top: 1.5rem;
  color: #fff;
  background: #07110f;
}
.company .btn-primary-light:hover {
  color: #fff;
  background: #142a24;
  box-shadow: 0 12px 36px rgba(7, 17, 15, 0.18);
}
/* Footer */
.co-footer {
  font-size: 0.88rem;
  padding: clamp(4rem, 8vw, 6rem) 0 2rem;
  color: #8e9a95;
  border: 0;
  background: #050c0a;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr 0.65fr 1fr;
  gap: 2rem;
}
.footer-brand .brand {
  color: #f2f8f4;
  font-size: 1.6rem;
}
.footer-brand .brand-mark {
  width: 3.15rem;
  height: 3.15rem;
}
.footer-brand p {
  color: #65716c;
}
.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.footer-links > span,
.footer-contact > span {
  margin-bottom: 0.6rem;
  color: #59655f;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.footer-links a,
.footer-contact a {
  width: fit-content;
  color: #bbc5c0;
  text-decoration: none;
  font-size: 0.86rem;
}
.footer-links a:hover,
.footer-contact a:hover {
  color: var(--accent);
}
.footer-legal {
  grid-column: 1 / 4;
  margin-top: 3rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.7rem;
}
.footer-copy {
  align-self: end;
  margin: 3rem 0 0;
  padding-top: 1.3rem;
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.7rem;
}
/* Motion */
@keyframes status-pulse {
  50% {
    opacity: 0.35;
    box-shadow: 0 0 3px var(--accent);
  }
}

@keyframes scan {
  from {
    transform: translateY(-120px);
  }
  to {
    transform: translateY(440px);
  }
}

@keyframes bar-shift {
  to {
    height: 40%;
    opacity: 0.6;
  }
}

@keyframes connector-pulse {
  0%,
  100% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.85;
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes radar {
  to {
    transform: rotate(360deg);
  }
}

@keyframes node-pulse {
  50% {
    opacity: 0.4;
    transform: scale(0.75);
  }
}

@keyframes hero-radar-sweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hero-node-pulse {
  50% {
    opacity: 0.42;
    transform: scale(0.7);
    box-shadow: 0 0 3px rgba(89, 227, 177, 0.35);
  }
} /* Responsive */
@media (max-width: 1040px) {
  .co-nav a.nav-link,
  .co-nav > .btn-primary {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero h1 {
    max-width: 10ch;
  }

  .hero-radar {
    width: min(100%, 680px);
    min-height: 560px;
    margin-inline: auto;
  }

  .section-heading,
  .process-layout,
  .evidence-grid,
  .studio-grid,
  .cta-layout {
    grid-template-columns: 1fr;
  }

  .process-intro {
    position: static;
  }

  .evidence-visual {
    width: min(100%, 650px);
  }

  .evidence-copy h2 {
    max-width: 16ch;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr 0.7fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
    margin-top: 1rem;
  }

  .footer-legal {
    grid-column: 1 / 3;
  }
}

@media (max-width: 760px) {
  .company h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }
  .company h2 {
    font-size: clamp(2.2rem, 11vw, 3.35rem);
  }
  .co-nav {
    min-height: 4.4rem;
  }
  .home-hero {
    padding-top: 7.5rem;
  }
  .hero-principles {
    gap: 0.75rem 1.15rem;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 400px;
  }
  .section-heading {
    gap: 1rem;
  }
  .process-list li {
    grid-template-columns: 45px 1fr;
  }
  .evidence-points > div {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
  .studio-note {
    min-height: 430px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand,
  .footer-contact,
  .footer-legal {
    grid-column: 1 / -1;
  }
  .footer-legal {
    margin-top: 1.5rem;
  }
  .footer-copy {
    align-self: end;
    margin-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* ==========================================================================
   2026 Services page — capability map and delivery system
   ========================================================================== */
.services-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(8.5rem, 14vh, 10.5rem) 0 0;
  color: var(--hero-ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #07110f;
  background-size: 52px 52px;
}
.services-hero::before {
  content: "";
  position: absolute;
  width: min(84vw, 1160px);
  aspect-ratio: 1;
  top: -54%;
  right: -30%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(89, 227, 177, 0.14),
    rgba(89, 227, 177, 0.025) 45%,
    transparent 68%
  );
  pointer-events: none;
}
.services-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
  min-height: clamp(530px, 62vh, 690px);
  padding-bottom: clamp(4rem, 8vh, 7rem);
}
.services-hero-copy {
  position: relative;
  z-index: 3;
}
.services-hero-index {
  margin: 0 0 1.1rem;
  color: rgba(158, 170, 165, 0.58);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
}
.services-hero h1 {
  max-width: 11ch;
  margin-bottom: 2rem;
  color: #f4faf6;
  font-size: clamp(3.3rem, 5.4vw, 6.1rem);
  line-height: 0.96;
}
.services-hero .lead {
  max-width: 57ch;
  color: #aab6b1;
  font-size: clamp(1.05rem, 1.35vw, 1.23rem);
}
.services-index {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-inline: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 15, 0.55);
  backdrop-filter: blur(12px);
}
.services-index a {
  position: relative;
  display: grid;
  min-height: 142px;
  padding: 1.6rem 2rem;
  color: #eaf4ee;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    color 0.3s,
    background 0.3s;
}
.services-index a:last-child {
  border-right: 0;
}
.services-index a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(89, 227, 177, 0.08);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s var(--ease-out);
}
.services-index a:hover::before {
  transform: scaleY(1);
}
.services-index span,
.services-index small {
  position: relative;
  color: #71817a;
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.12em;
}
.services-index strong {
  position: relative;
  margin-top: auto;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.025em;
}
.services-index small {
  color: #9daba5;
}
.services-index a > i {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  color: var(--accent);
  font-style: normal;
  transition: transform 0.25s;
}
.services-index a:hover > i {
  transform: translateY(5px);
}
/* Detailed capability sections */
.service-detail {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 12vw, 11rem) 0;
  border-bottom: 1px solid var(--line);
}
.service-detail::after {
  content: "";
  position: absolute;
  width: 34vw;
  aspect-ratio: 1;
  right: -15vw;
  bottom: -55%;
  border: 1px solid rgba(19, 139, 105, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(19, 139, 105, 0.025),
    0 0 0 104px rgba(19, 139, 105, 0.018);
  pointer-events: none;
}
.service-detail-data {
  background: #e8ece5;
}
.service-detail-engineering {
  color: #edf7f1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    #0a1814;
  background-size: 52px 52px;
  border-color: rgba(255, 255, 255, 0.1);
}
.service-detail-engineering::after {
  border-color: rgba(89, 227, 177, 0.12);
  box-shadow:
    0 0 0 52px rgba(89, 227, 177, 0.025),
    0 0 0 104px rgba(89, 227, 177, 0.015);
}
.service-detail-software {
  background: var(--surface);
}
.service-detail-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.service-detail-copy {
  position: sticky;
  top: 7rem;
  min-height: 520px;
}
.service-detail-copy h2 {
  max-width: 12ch;
}
.service-detail-lead {
  max-width: 34ch;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}
.service-detail-engineering .service-detail-lead {
  color: #9baba4;
}
.service-output {
  border-top: 1px solid var(--line);
}
.service-detail-engineering .service-output {
  border-color: rgba(255, 255, 255, 0.14);
}
.service-output-head {
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 0 1rem;
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}
.service-detail-engineering .service-output-head {
  color: var(--accent);
}
.service-output-head small {
  color: var(--muted);
  font-size: inherit;
}
.service-output ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
}
.service-detail-engineering .service-output ol {
  border-color: rgba(255, 255, 255, 0.14);
}
.service-output li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 92px;
  padding: 1.15rem 1rem 1.15rem 0;
  border-top: 1px solid var(--line);
  transition:
    padding 0.3s var(--ease-out),
    background 0.3s;
}
.service-detail-engineering .service-output li {
  border-color: rgba(255, 255, 255, 0.14);
}
.service-output li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(89, 227, 177, 0.08);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease-out);
}
.service-output li:hover {
  padding-left: 1rem;
}
.service-output li:hover::before {
  transform: scaleX(1);
}
.service-output li > span {
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}
.service-detail-engineering .service-output li > span {
  color: var(--accent);
}
.service-output li p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.03rem, 1.4vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
}
.service-detail-engineering .service-output li p {
  color: #e3eee8;
}
/* Engagement */
.engagement-section {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 12vw, 11rem) 0;
  color: #eef7f2;
  background: #07110f;
}
.engagement-section::before {
  content: "05";
  position: absolute;
  right: -0.05em;
  bottom: -0.25em;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--font-display);
  font-size: min(37vw, 34rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.engagement-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
  gap: clamp(4rem, 9vw, 9rem);
  align-items: start;
}
.engagement-intro {
  position: sticky;
  top: 7rem;
}
.engagement-intro h2 {
  max-width: 12ch;
  color: #f0f8f3;
}
.engagement-intro > p:last-child {
  max-width: 46ch;
  color: #98a69f;
}
.engagement-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: engagement;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.engagement-steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.5rem;
  min-height: 190px;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.engagement-steps li > span {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.7rem;
}
.engagement-steps small {
  display: block;
  margin-bottom: 1.2rem;
  color: #718079;
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.16em;
}
.engagement-steps h3 {
  color: #edf7f1;
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
}
.engagement-steps p {
  max-width: 48ch;
  margin: 0;
  color: #98a69f;
}
/* Final services CTA */
.services-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 11vw, 9rem) 0;
  color: #eff8f3;
  background: #0c211b;
}
.services-cta::before {
  content: "";
  position: absolute;
  width: 620px;
  aspect-ratio: 1;
  top: 50%;
  left: 15%;
  border: 1px solid rgba(89, 227, 177, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(89, 227, 177, 0.025),
    0 0 0 160px rgba(89, 227, 177, 0.015);
  transform: translate(-50%, -50%);
}
.services-cta-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 4rem;
  align-items: end;
}
.services-cta h2 {
  max-width: 12ch;
  margin-bottom: 0;
  color: #eff8f3;
}
.services-cta-action p {
  color: #9caaa3;
}
.services-cta-action .btn-primary {
  margin-top: 1rem;
}

@keyframes system-orbit {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes system-orbit-reverse {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes system-sweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes motif-pulse {
  50% {
    border-color: var(--accent);
    box-shadow: 0 0 28px rgba(89, 227, 177, 0.17);
    transform: scale(0.88);
  }
}

@keyframes data-bars {
  to {
    transform: scaleY(0.55);
    opacity: 0.5;
  }
}

@keyframes pipeline-flow {
  to {
    left: calc(100% - 5px);
  }
}

@media (max-width: 1040px) {
  .services-hero-layout,
  .service-detail-grid,
  .engagement-layout,
  .services-cta-layout {
    grid-template-columns: 1fr;
  }
  .services-hero-layout {
    min-height: auto;
  }
  .services-index {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: var(--gutter);
  }
  .services-index a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .service-detail-copy,
  .engagement-intro {
    position: static;
  }
  .service-detail-copy {
    min-height: 420px;
  }
  .service-output {
    width: min(100%, 760px);
  }
  .engagement-steps {
    width: min(100%, 760px);
  }
}

@media (max-width: 760px) {
  .services-hero {
    padding-top: 7.5rem;
  }
  .services-hero h1 {
    font-size: clamp(3.05rem, 15vw, 4.6rem);
  }
  .services-index {
    grid-template-columns: 1fr;
  }
  .services-index a {
    min-height: 112px;
    border-right: 0;
  }
  .service-detail {
    padding-block: 6rem;
  }
  .service-detail-grid {
    gap: 3rem;
  }
  .service-detail-copy {
    min-height: 390px;
  }
  .service-detail-copy h2,
  .engagement-intro h2 {
    max-width: none;
  }
  .service-output li {
    grid-template-columns: 34px 1fr;
    gap: 0.7rem;
  }
  .service-output li:hover {
    padding-left: 0;
  }
  .engagement-steps li {
    grid-template-columns: 38px 1fr;
    gap: 0.75rem;
    min-height: 0;
  }
  .services-cta-layout {
    gap: 2rem;
  }
}
/* ==========================================================================
   2026 About page — company identity, founder evidence, refined-lens principle
   ========================================================================== */
.about-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(8.5rem, 14vh, 10.5rem) 0 0;
  color: var(--hero-ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #07110f;
  background-size: 52px 52px;
}
.about-hero::before {
  content: "";
  position: absolute;
  width: min(85vw, 1160px);
  aspect-ratio: 1;
  top: -53%;
  right: -32%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(89, 227, 177, 0.14),
    rgba(89, 227, 177, 0.025) 46%,
    transparent 69%
  );
  pointer-events: none;
}
.about-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
  min-height: clamp(530px, 62vh, 690px);
  padding-bottom: clamp(4rem, 8vh, 7rem);
}
.about-hero-copy {
  position: relative;
  z-index: 3;
}
.about-hero-index {
  margin: 0 0 1.1rem;
  color: rgba(158, 170, 165, 0.58);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
}
.about-hero h1 {
  max-width: 10ch;
  margin-bottom: 2rem;
  color: #f4faf6;
  font-size: clamp(3.6rem, 6.3vw, 7rem);
  line-height: 0.92;
}
.about-hero .lead {
  max-width: 56ch;
  color: #aab6b1;
  font-size: clamp(1.05rem, 1.35vw, 1.23rem);
}
.about-index {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-inline: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 15, 0.56);
  backdrop-filter: blur(12px);
}
.about-index a {
  position: relative;
  display: grid;
  min-height: 142px;
  padding: 1.6rem 2rem;
  color: #eaf4ee;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    color 0.3s,
    background 0.3s;
}
.about-index a:last-child {
  border-right: 0;
}
.about-index a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(89, 227, 177, 0.08);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s var(--ease-out);
}
.about-index a:hover::before {
  transform: scaleY(1);
}
.about-index span,
.about-index small {
  position: relative;
  color: #71817a;
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.12em;
}
.about-index strong {
  position: relative;
  margin-top: auto;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.025em;
}
.about-index small {
  color: #9daba5;
}
.about-index a > i {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  color: var(--accent);
  font-style: normal;
  transition: transform 0.25s;
}
.about-index a:hover > i {
  transform: translateY(5px);
}
/* Company identity */
.about-company-section {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 12vw, 11rem) 0;
  background: var(--paper);
}
.about-company-section::after {
  content: "01";
  position: absolute;
  right: -0.04em;
  bottom: -0.22em;
  color: rgba(10, 21, 18, 0.028);
  font-family: var(--font-display);
  font-size: min(37vw, 34rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.about-company-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.about-company-heading h2 {
  max-width: 11ch;
}
.about-company-story > p {
  margin-top: 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.45;
}
.about-company-story > p:first-child {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.04em;
}
.about-principles {
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
}
.about-principles > div {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr 22px;
  gap: 1rem;
  align-items: center;
  min-height: 80px;
  border-bottom: 1px solid var(--line);
}
.about-principles span {
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.63rem;
}
.about-principles strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
}
.about-principles i {
  width: 8px;
  height: 8px;
  border: 1px solid var(--accent-deep);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(19, 139, 105, 0.06);
}
.about-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(5rem, 9vw, 8rem);
  padding-inline: var(--gutter);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.about-facts > div {
  min-height: 128px;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.about-facts span {
  display: block;
  margin-bottom: 2rem;
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.14em;
}
.about-facts strong {
  font-family: var(--font-display);
  font-size: 1rem;
}
/* Founder profile */
.about-founder-section {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 12vw, 11rem) 0;
  color: #edf7f1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    #0a1814;
  background-size: 52px 52px;
}
.founder-intro-layout {
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.founder-intro-copy h2 {
  max-width: 10ch;
  color: #edf7f1;
}
.founder-role {
  margin: 0 0 1rem;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.founder-intro-copy .lead-small {
  max-width: 45ch;
  color: #a6b3ad;
  font-size: clamp(1.08rem, 1.8vw, 1.4rem);
}
.founder-disclosure {
  max-width: 52ch;
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  color: #7f8e87;
  font-size: 0.83rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.founder-focus {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: clamp(5rem, 9vw, 8rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.founder-focus > span {
  color: #71817a;
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.14em;
}
.founder-focus > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.founder-focus strong {
  padding: 0.55rem 0.85rem;
  color: #cdd9d3;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
/* Qualifications */
.about-qualifications-section {
  padding: clamp(6rem, 12vw, 11rem) 0;
  background: #e8ece5;
}
.about-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 1.5rem 5rem;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}
.about-section-heading .eyebrow {
  grid-column: 1 / -1;
}
.about-section-heading h2 {
  max-width: 15ch;
  margin-bottom: 0;
}
.about-section-heading > p:last-child {
  color: var(--muted);
}
.qualification-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.qualification-card {
  position: relative;
  min-height: 285px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.26);
  transition:
    color 0.35s,
    background 0.35s,
    transform 0.35s var(--ease-out);
}
.qualification-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--ink);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.42s var(--ease-out);
}
.qualification-card:hover {
  z-index: 2;
  color: #eef7f2;
  transform: translateY(-6px);
}
.qualification-card:hover::before {
  transform: scaleY(1);
}
.qualification-card dt {
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.qualification-card dt span {
  display: block;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.13em;
}
.qualification-card dd {
  margin: 1.2rem 0 0;
  color: var(--muted);
}
.qualification-card:hover dd {
  color: #9fada7;
}
/* Published research */
.about-research-section {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 12vw, 11rem) 0;
  color: #eef7f2;
  background: #0c211b;
}
.about-research-section::before {
  content: "";
  position: absolute;
  width: 720px;
  aspect-ratio: 1;
  top: 50%;
  right: -260px;
  border: 1px solid rgba(89, 227, 177, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(89, 227, 177, 0.025),
    0 0 0 160px rgba(89, 227, 177, 0.015);
  transform: translateY(-50%);
}
.about-research-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.research-journal {
  margin: 0 0 1.2rem;
  color: #718c81;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.13em;
}
.research-copy h2 {
  max-width: 12ch;
  color: #eef7f2;
}
.research-copy > p:not(.eyebrow, .research-journal) {
  max-width: 58ch;
  color: #9fada7;
}
.research-copy a {
  color: var(--accent);
}
.research-link {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.research-evidence {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}
.research-metric {
  min-height: 230px;
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.research-metric span,
.research-metric small {
  display: block;
  color: #789087;
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
}
.research-metric strong {
  display: block;
  margin: 2.5rem 0 0.5rem;
  color: #eef7f2;
  font-family: var(--font-display);
  font-size: clamp(3.3rem, 6vw, 5.5rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}
/* Prior technical experience */
.about-experience-section {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 12vw, 10rem) 0;
  background: var(--paper);
}
.about-experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.about-experience-layout h2 {
  max-width: 10ch;
}
.about-experience-copy > p {
  margin-top: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}
.about-experience-copy > p:first-child {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.035em;
}
/* About CTA */
.about-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 11vw, 9rem) 0;
  color: #eff8f3;
  background: #07110f;
}
.about-cta::before {
  content: "";
  position: absolute;
  width: 620px;
  aspect-ratio: 1;
  top: 50%;
  left: 15%;
  border: 1px solid rgba(89, 227, 177, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(89, 227, 177, 0.025),
    0 0 0 160px rgba(89, 227, 177, 0.015);
  transform: translate(-50%, -50%);
}
.about-cta-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 4rem;
  align-items: end;
}
.about-cta h2 {
  max-width: 12ch;
  margin-bottom: 0;
  color: #eff8f3;
}
.about-cta-action p {
  color: #9caaa3;
}
.about-cta-action .btn-primary {
  margin-top: 1rem;
}

@keyframes research-signal {
  to {
    height: 35%;
    opacity: 0.45;
  }
}

@media (max-width: 1040px) {
  .about-hero-layout,
  .about-company-layout,
  .founder-intro-layout,
  .about-section-heading,
  .about-research-layout,
  .about-experience-layout,
  .about-cta-layout {
    grid-template-columns: 1fr;
  }
  .about-hero-layout {
    min-height: auto;
  }
  .about-index {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: var(--gutter);
  }
  .about-index a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .about-facts {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-section-heading .eyebrow {
    grid-column: auto;
  }
  .qualification-grid {
    width: min(100%, 840px);
  }
  .research-evidence {
    width: min(100%, 720px);
  }
}

@media (max-width: 760px) {
  .about-hero {
    padding-top: 7.5rem;
  }
  .about-hero h1 {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }
  .about-index {
    grid-template-columns: 1fr;
  }
  .about-index a {
    min-height: 112px;
    border-right: 0;
  }
  .about-company-section,
  .about-founder-section,
  .about-qualifications-section,
  .about-research-section,
  .about-experience-section {
    padding-block: 6rem;
  }
  .about-company-story > p:first-child {
    font-size: 1.65rem;
  }
  .about-facts {
    grid-template-columns: 1fr;
  }
  .about-facts > div {
    min-height: 112px;
  }
  .founder-focus {
    grid-template-columns: 1fr;
  }
  .qualification-grid {
    grid-template-columns: 1fr;
  }
  .qualification-card {
    min-height: 250px;
  }
  .research-evidence {
    grid-template-columns: 1fr;
  }
  .research-metric {
    min-height: 200px;
  }
  .about-cta-layout {
    gap: 2rem;
  }
}

/* ==========================================================================
   Shared page furniture (2026-07-28 content programme)

   One vocabulary reused across Home, Services, About, Founder, Founder work,
   Contact and the legal/error pages. Contact, Privacy, Terms and 404 used to
   fall back to the pre-redesign stylesheet, so the pages a prospect reaches
   by clicking the primary call to action were the plainest on the site.

   Section backgrounds alternate dark and light, so components that appear on
   both carry a scoped override rather than a second class name.
   ========================================================================== */

/* --- Hero ornament ---------------------------------------------------------
   Replaces the "radar/scope" widget captioned SYSTEM ACTIVE. Concentric rings
   only: unmistakably ornamental, and it asserts nothing. */
.hero-mark {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(280px, 40vh, 460px);
}

.hero-mark-ring,
.hero-mark-core {
  position: absolute;
  border-radius: 50%;
}

.hero-mark-ring {
  border: 1px solid rgba(89, 227, 177, 0.22);
}

.hero-mark-ring:nth-child(1) {
  width: clamp(170px, 22vw, 300px);
  aspect-ratio: 1;
}

.hero-mark-ring:nth-child(2) {
  width: clamp(250px, 32vw, 420px);
  aspect-ratio: 1;
  border-color: rgba(89, 227, 177, 0.14);
}

.hero-mark-ring:nth-child(3) {
  width: clamp(330px, 42vw, 545px);
  aspect-ratio: 1;
  border-color: rgba(89, 227, 177, 0.07);
}

.hero-mark-core {
  width: clamp(74px, 9vw, 118px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(89, 227, 177, 0.3), transparent 68%);
}

/* --- Side panel (dark heroes) --------------------------------------------- */
.side-panel {
  padding: clamp(1.75rem, 3vw, 2.6rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.side-panel-head {
  margin: 0 0 1.5rem;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.side-panel > p {
  color: var(--hero-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.side-panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: panel;
}

.side-panel-list li {
  padding: 0.95rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.side-panel-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.side-panel-list strong {
  display: block;
  color: var(--hero-ink);
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
}

.side-panel-list span {
  display: block;
  margin-top: 0.3rem;
  color: var(--hero-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.side-panel-plain li {
  color: var(--hero-ink);
  font-size: 0.95rem;
  line-height: 1.55;
}

.side-panel-numbered li {
  counter-increment: panel;
}

.side-panel-numbered strong::before {
  content: "0" counter(panel);
  margin-right: 0.8rem;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 400;
}

.side-panel-foot {
  margin: 1.5rem 0 0;
  padding-top: 1.2rem;
  color: var(--hero-muted);
  font-size: 0.83rem;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.side-panel-notice {
  border-left: 3px solid var(--accent);
}

/* --- Handover card (homepage evidence section, light background) ---------- */
.handover-card {
  padding: clamp(1.75rem, 3vw, 2.75rem);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
}

.handover-head {
  margin: 0 0 1.5rem;
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.handover-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.handover-list li {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.handover-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.handover-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.handover-list span {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.handover-foot {
  margin: 1.5rem 0 0;
  padding-top: 1.2rem;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  border-top: 1px solid var(--line);
}

/* --- Service situation / verification blocks ------------------------------ */
.service-situation,
.service-check {
  margin-top: 2rem;
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--line);
}

.situation-label,
.check-label {
  margin: 0 0 0.6rem;
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-situation > p:not(.situation-label),
.service-check > p:not(.check-label) {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.service-detail-engineering .situation-label,
.service-detail-engineering .check-label {
  color: var(--accent);
}

.service-detail-engineering .service-situation,
.service-detail-engineering .service-check {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.service-detail-engineering .service-situation > p:not(.situation-label),
.service-detail-engineering .service-check > p:not(.check-label),
.service-detail-engineering .platform-status,
.service-detail-engineering .demonstrates {
  color: #a9b8b2;
}

.service-detail-engineering .text-link {
  color: var(--hero-ink) !important;
}

/* --- Platform status / demonstrates (founder work) ------------------------ */
.platform-status,
.demonstrates {
  max-width: 62ch;
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.platform-status strong,
.demonstrates strong {
  color: var(--ink);
}

.service-detail-engineering .platform-status strong,
.service-detail-engineering .demonstrates strong {
  color: var(--hero-ink);
}

/* --- Engagement step artefacts -------------------------------------------- */
.step-artefact {
  margin-top: 0.7rem;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  line-height: 1.5;
}

/* --- Card grids (ways to start, contact subjects, 404) -------------------- */
.ways-grid .service-card {
  min-height: 250px;
}

.foundations-section {
  padding: clamp(5.5rem, 12vw, 10rem) 0;
  background: var(--paper);
}

/* .founder-focus was authored for a dark section; on light backgrounds the
   chips need the ink/line tokens instead of the white-alpha ones. */
.foundations-section .founder-focus {
  margin-top: 0;
  border-top-color: var(--line);
}

.foundations-section .founder-focus > span {
  color: var(--muted);
}

.foundations-section .founder-focus strong {
  color: var(--ink);
  border-color: var(--line);
}

/* --- Fit strip ------------------------------------------------------------ */
.fit-strip {
  max-width: 80ch;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.fit-strip p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.fit-strip strong {
  color: var(--ink);
}

.fit-not {
  color: var(--muted);
}

/* --- Founder portrait ----------------------------------------------------- */
.founder-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
  min-height: clamp(530px, 62vh, 690px);
  padding-bottom: clamp(4rem, 8vh, 7rem);
}

.founder-portrait {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 5;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-portrait-empty span {
  color: rgba(242, 248, 244, 0.16);
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.founder-sub {
  max-width: 56ch;
  margin-top: 1.2rem;
  color: var(--hero-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.founder-proof {
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.founder-proof li {
  padding: 0.7rem 0 0.7rem 1.6rem;
  color: #cdd9d3;
  font-size: 0.95rem;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.founder-proof li:first-child {
  border-top: 0;
}

.founder-proof li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin: 0.55rem 0 0 -1.6rem;
  background: var(--accent);
  border-radius: 50%;
}

.about-founder-section .text-link {
  color: var(--hero-ink) !important;
}

/* --- Definition lists (why-this-combination, shared approach) ------------- */
.combination-list {
  margin: 2.5rem 0 0;
}

.combination-list > div {
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
}

.combination-list dt {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
}

.combination-list dd {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

/* --- Experience / process lists ------------------------------------------- */
.experience-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: exp;
  border-top: 1px solid var(--line);
}

.experience-list li {
  padding: clamp(1.5rem, 3vw, 2.2rem) 0;
  counter-increment: exp;
  border-bottom: 1px solid var(--line);
}

.experience-list h3 {
  position: relative;
  margin: 0 0 0.5rem;
  padding-left: 3.2rem;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.experience-list h3::before {
  content: "0" counter(exp);
  position: absolute;
  left: 0;
  top: 0.35em;
  color: var(--accent-deep);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 400;
}

.experience-list p {
  max-width: 74ch;
  margin: 0;
  padding-left: 3.2rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.about-experience-section .founder-disclosure {
  color: var(--muted);
  border-top-color: var(--line);
}

/* --- Contact details ------------------------------------------------------ */
.detail-list {
  margin: clamp(3rem, 6vw, 4.5rem) 0 0;
  border-top: 1px solid var(--line);
}

.detail-list > div {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  gap: 1.5rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--line);
}

.detail-list dt {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.detail-list dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.detail-note {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.85rem;
}

/* --- Legal and error pages ------------------------------------------------ */
.legal-section {
  padding: clamp(8.5rem, 16vh, 11rem) 0 clamp(5rem, 10vw, 8rem);
  background: var(--paper);
}

.legal-wrap {
  max-width: 68ch;
}

.legal-section h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.4rem);
  margin-bottom: 1.5rem;
}

.legal-meta {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: 1.5rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  border-bottom: 1px solid var(--line);
}

.legal-wrap h2 {
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 1rem;
  font-size: clamp(1.4rem, 2.6vw, 1.95rem);
}

.legal-wrap h3 {
  margin: 2rem 0 0.6rem;
  font-size: 1.08rem;
}

.legal-wrap p,
.legal-wrap li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.legal-wrap ul {
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
}

.legal-wrap li {
  margin-bottom: 0.5rem;
}

.legal-section .lead {
  max-width: 62ch;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.5;
}

/* --- Small helpers -------------------------------------------------------- */
.card-sublink {
  color: var(--accent-deep);
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .founder-hero-layout,
  .side-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .founder-portrait {
    max-width: 320px;
  }
}

@media (max-width: 760px) {
  .hero-mark {
    min-height: 210px;
  }

  .detail-list > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.4rem;
  }

  .experience-list h3,
  .experience-list p {
    padding-left: 2.4rem;
  }

  .foundations-section .founder-focus {
    grid-template-columns: minmax(0, 1fr);
  }
}
