/* R-Ignite editorial system — inspired by premium logistics/editorial web design. */
:root {
  --uc-black: #060606;
  --uc-ink: #111111;
  --uc-paper: #f7f6f2;
  --uc-white: #ffffff;
  --uc-red: #ff3b16;
  --uc-blue: #3030ff;
  --uc-burgundy: #97143a;
  --uc-grey: #aaa9a4;
  --uc-line: rgba(17, 17, 17, 0.18);
  --uc-line-dark: rgba(255, 255, 255, 0.2);
  --uc-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --uc-body: "Helvetica Neue", Arial, sans-serif;
  --uc-mono: "Courier New", Courier, monospace;
  --uc-pad: clamp(1.25rem, 3.2vw, 3.8rem);
  --uc-max: 1440px;
}

html {
  background: var(--uc-black);
  scroll-padding-top: 124px;
}

body {
  color: var(--uc-ink);
  background: var(--uc-paper);
  font-family: var(--uc-body);
  font-size: 15px;
  overflow-x: clip;
  overscroll-behavior-x: none;
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

body::before {
  content: "R-IGNITE / DATA · SOFTWARE · EMERGING SYSTEMS";
  position: fixed;
  inset: 0 0 auto;
  z-index: 1300;
  height: 24px;
  padding: 0 var(--uc-pad);
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.64);
  background: #000;
  border-bottom: 1px solid var(--uc-line-dark);
  font-family: var(--uc-mono);
  font-size: 9px;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

p {
  color: inherit;
  line-height: 1.55;
}

a {
  min-width: 0;
  min-height: 0;
}

nav {
  position: fixed !important;
  inset: 24px 0 auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
  top: 24px;
  height: 88px;
  padding: 0 var(--uc-pad);
  color: #fff;
  background: rgba(4, 4, 4, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background-color .25s ease, border-color .25s ease;
}

nav.scrolled {
  color: #fff;
  background: rgba(4, 4, 4, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

nav::before,
nav::after {
  display: none !important;
}

.nav-progress {
  position: absolute;
  inset: auto 0 -1px;
  height: 2px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, var(--uc-red), var(--uc-burgundy) 56%, var(--uc-blue));
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.logo,
.footer-logo {
  flex: 0 0 auto;
  padding: 5px 8px;
  background: #fff !important;
  border-radius: 2px;
  overflow: hidden;
}

.logo img {
  width: clamp(148px, 14vw, 182px);
  height: auto;
  filter: none;
  object-fit: contain;
}

.nav-links {
  gap: clamp(1rem, 2.2vw, 2.5rem);
}

.nav-links a {
  color: rgba(255, 255, 255, 0.72);
  border: 0;
  font-family: var(--uc-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color .2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #fff;
  border: 0;
}

.nav-links a.active::before {
  content: "•";
  margin-right: 0.45rem;
  color: var(--uc-red);
}

.nav-cta,
.btn-primary,
.btn-outline,
.btn-dark,
.btn-submit {
  min-width: 0;
  min-height: 44px;
  border-radius: 999px;
  font-family: var(--uc-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-cta {
  padding: 0 1.55rem;
  color: #111;
  background: #fff;
  border: 1px solid #fff;
}

.nav-cta:hover {
  color: #fff;
  background: var(--uc-red);
  border-color: var(--uc-red);
  box-shadow: none;
}

.mobile-nav {
  z-index: 1400;
  padding: 7rem var(--uc-pad) 3rem;
  color: #fff;
  background: var(--uc-black);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mobile-nav > a,
.mobile-nav-bottom a {
  color: #fff;
  font-family: var(--uc-display);
  font-size: clamp(2.6rem, 12vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
  text-transform: uppercase;
}

.close-btn {
  color: #fff;
}

.hamburger {
  color: #fff;
}

/* Homepage hero */
.hero {
  --hero-progress: 0;
  min-height: 100svh;
  padding: clamp(9rem, 15vh, 11rem) var(--uc-pad) 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 77% 48%, transparent 0 13rem, rgba(255, 59, 22, 0.8) 13.15rem 13.3rem, transparent 13.6rem),
    radial-gradient(circle at 77% 48%, transparent 0 16.8rem, rgba(48, 48, 255, 0.75) 17rem 17.25rem, transparent 17.55rem),
    radial-gradient(circle at 77% 48%, rgba(48, 48, 255, 0.22), transparent 18rem),
    linear-gradient(110deg, #050505 0%, #080808 56%, #120605 100%) !important;
  border: 0;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  width: min(56vw, 800px);
  aspect-ratio: 1;
  right: -8vw;
  top: 13%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 44%, transparent 0 47%, rgba(255, 255, 255, 0.08) 47.3% 47.6%, transparent 48%),
    repeating-radial-gradient(circle, transparent 0 18px, rgba(255, 255, 255, 0.08) 19px 20px),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(255, 255, 255, 0.07) 19px 20px),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.07) 19px 20px);
  mask-image: radial-gradient(circle, #000 0 64%, transparent 72%);
  animation: uc-orbit 28s linear infinite;
  will-change: transform;
}

.hero::after {
  content: "ABUJA  /  LAGOS  /  AFRICA  /  GLOBAL";
  position: absolute;
  top: 32%;
  right: var(--uc-pad);
  width: min(30vw, 380px);
  padding-top: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  border-top: 1px solid var(--uc-line-dark);
  font-family: var(--uc-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-align: right;
}

@keyframes uc-orbit {
  to { transform: rotate(360deg); }
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--uc-max);
  min-height: calc(100svh - 12rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  align-items: end;
  gap: 2rem;
}

.hero-copy {
  align-self: center;
  padding-top: 3rem;
}

.hero-kicker,
.section-label,
.hero-panel-label,
.pillar-number,
.service-stage,
.info-num,
.founder-title,
.tag,
.service-capability,
.detail-label {
  font-family: var(--uc-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-kicker {
  margin-bottom: 1.2rem;
  color: #fff;
  font-weight: 700;
}

.hero-copy h1 {
  max-width: 8.2ch;
  margin: 0;
  color: #fff;
  font-family: var(--uc-display);
  font-size: clamp(4.35rem, 9vw, 10rem);
  font-weight: 800;
  letter-spacing: -0.085em;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-copy h1 em {
  display: block;
  color: #fff;
  font-style: normal;
}

.hero-meta {
  max-width: 42ch;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
  line-height: 1.35;
}

.hero-actions {
  margin-top: 1.5rem;
  gap: 0.6rem;
}

.hero .btn-primary {
  padding: 0 1.4rem;
  color: #111;
  background: #fff;
  border: 1px solid #fff;
}

.hero .btn-outline {
  padding: 0 1.4rem;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.hero .btn-primary:hover,
.hero .btn-outline:hover {
  color: #fff;
  background: var(--uc-red);
  border-color: var(--uc-red);
  box-shadow: none;
  transform: none;
}

.btn-primary,
.btn-outline,
.btn-dark,
.btn-submit,
.nav-cta,
.service-card,
.pillar-card,
.founder-card {
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.16,1,.3,1);
}

.hero-panel {
  display: block !important;
  align-self: end;
  max-width: 390px;
  margin: 0 0 8rem auto;
  padding: 1.2rem 0 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--uc-line-dark);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-panel p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px;
  line-height: 1.4;
}

.hero-panel-grid {
  display: block !important;
  margin-top: 1rem;
}

.hero-panel-item strong,
.hero-panel-item span {
  color: #fff !important;
}

.hero-systems-rail {
  position: absolute;
  inset: auto 0 0;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--uc-line-dark);
}

.hero-systems-rail article {
  min-height: 94px;
  padding: 1rem 1.1rem;
  background: rgba(0, 0, 0, 0.36);
  border-right: 1px solid var(--uc-line-dark);
}

.hero-systems-rail article:last-child {
  border-right: 0;
}

.hero-systems-rail span,
.hero-systems-rail em {
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--uc-mono);
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
}

.hero-systems-rail strong {
  margin: 0.55rem 0 0.2rem;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.hero-discovery {
  display: none;
}

/* Signature particle identity */
.hero-particle-stage {
  position: relative;
  align-self: center;
  width: min(100%, 620px);
  min-height: clamp(310px, 36vw, 455px);
  margin: 1rem 0 7.5rem auto;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid var(--uc-line-dark);
  border-bottom: 1px solid var(--uc-line-dark);
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px) 0 0 / 28px 28px,
    radial-gradient(circle at 58% 48%, rgba(48,48,255,.18), transparent 56%);
  transform: translate3d(0, calc(var(--hero-progress) * 34px), 0) scale(calc(1 - var(--hero-progress) * .035));
  opacity: calc(1 - var(--hero-progress) * .28);
  transition: border-color .3s ease;
}

.hero-particle-stage:hover {
  border-color: rgba(255,255,255,.4);
}

.particle-fallback,
#particleLogo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.particle-fallback {
  width: 82%;
  height: auto;
  inset: 50% auto auto 50%;
  opacity: .18;
  filter: brightness(0) invert(1);
  transform: translate(-50%, -50%);
}

#particleLogo {
  z-index: 1;
  cursor: crosshair;
  touch-action: pan-y;
}

.particle-ready .particle-fallback {
  opacity: .06;
}

.particle-caption {
  position: absolute;
  inset: auto 1rem 1rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
  color: rgba(255,255,255,.52);
  font-family: var(--uc-mono);
  font-size: 8px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.particle-caption strong {
  color: #fff;
  font-size: inherit;
}

/* Scroll-controlled capability story */
.system-story {
  padding: clamp(5rem, 9vw, 9rem) var(--uc-pad);
  background: #eceae4;
}

.system-story-header,
.system-story-layout {
  width: 100%;
  max-width: var(--uc-max);
  margin-inline: auto;
}

.system-story-header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 2rem;
  align-items: end;
  padding-bottom: clamp(3rem, 6vw, 6rem);
  border-bottom: 1px solid var(--uc-line);
}

.system-story-header .section-label {
  grid-column: 1 / -1;
}

.system-story-header h2 {
  max-width: 10ch;
  font-family: var(--uc-display);
  font-size: clamp(3.4rem, 7.6vw, 8.5rem);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .82;
  text-transform: uppercase;
}

.system-story-header p {
  max-width: 44ch;
  color: #444;
}

.system-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: stretch;
}

.system-visual-column {
  min-width: 0;
  height: 100%;
}

.system-visual {
  position: sticky;
  top: 136px;
  min-height: min(68vh, 660px);
  margin-top: clamp(4rem, 8vw, 8rem);
  padding: clamp(1rem, 2vw, 1.6rem);
  display: grid;
  grid-template-rows: auto minmax(330px, 1fr) auto;
  color: #fff;
  background:
    radial-gradient(circle at 50% 48%, rgba(48,48,255,.22), transparent 38%),
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 24px 24px,
    #070707;
  border: 1px solid rgba(255,255,255,.16);
  overflow: hidden;
}

.system-visual-topline {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--uc-line-dark);
  color: rgba(255,255,255,.5);
  font-family: var(--uc-mono);
  font-size: 8px;
  letter-spacing: .08em;
}

.system-state {
  color: var(--uc-red);
}

.system-diagram {
  position: relative;
  min-height: 350px;
}

.system-connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.system-line {
  fill: none;
  stroke: rgba(255,255,255,.55);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset .65s cubic-bezier(.16,1,.3,1), stroke .3s ease;
}

.system-visual[data-stage="0"] .line-stage-0,
.system-visual[data-stage="1"] .line-stage-0,
.system-visual[data-stage="1"] .line-stage-1,
.system-visual[data-stage="2"] .system-line {
  stroke-dashoffset: 0;
}

.system-visual[data-stage="1"] .line-stage-1,
.system-visual[data-stage="2"] .line-stage-2 {
  stroke: var(--uc-red);
}

.system-node {
  position: absolute;
  z-index: 2;
  width: clamp(92px, 12vw, 132px);
  min-height: 74px;
  padding: .65rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: rgba(255,255,255,.46);
  background: rgba(6,6,6,.86);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  cursor: pointer;
  opacity: .38;
  transform: translate(-50%, -50%) scale(.94);
  transition: opacity .4s ease, transform .5s cubic-bezier(.16,1,.3,1), color .3s ease, border-color .3s ease, background .3s ease;
}

.system-node span,
.system-node em {
  font-family: var(--uc-mono);
  font-size: 7px;
  font-style: normal;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.system-node strong {
  margin-block: .28rem;
  font-size: 11px;
  text-transform: uppercase;
}

.system-node:hover,
.system-node:focus-visible,
.system-node.is-active {
  color: #fff;
  border-color: var(--uc-red);
  background: rgba(151,20,58,.22);
  transform: translate(-50%, -50%) scale(1);
}

.node-data { left: 16%; top: 21%; }
.node-field { left: 16%; top: 79%; }
.node-core { left: 50%; top: 50%; }
.node-product { left: 84%; top: 23%; }
.node-edge { left: 84%; top: 77%; }

.system-visual[data-stage="0"] .node-data,
.system-visual[data-stage="0"] .node-field,
.system-visual[data-stage="0"] .node-core,
.system-visual[data-stage="1"] .node-data,
.system-visual[data-stage="1"] .node-field,
.system-visual[data-stage="1"] .node-core,
.system-visual[data-stage="1"] .node-product,
.system-visual[data-stage="2"] .system-node {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.system-readout {
  position: relative;
  z-index: 3;
  min-height: 116px;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: minmax(100px, .3fr) minmax(150px, .7fr) minmax(180px, 1fr);
  gap: 1rem;
  align-items: start;
  border-top: 1px solid var(--uc-line-dark);
}

.system-readout-label {
  color: var(--uc-red);
  font-family: var(--uc-mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.system-readout strong {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

.system-readout p {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.45;
}

.system-steps {
  display: grid;
  gap: 18vh;
  padding: 10vh 0 26vh;
}

.story-step {
  width: 100%;
  min-height: 58vh;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  color: var(--uc-ink);
  background: transparent;
  border: 0;
  border-left: 2px solid rgba(17,17,17,.18);
  cursor: pointer;
  opacity: .42;
  transition: opacity .45s ease, background .45s ease, border-color .45s ease, transform .45s cubic-bezier(.16,1,.3,1);
}

.story-step:hover,
.story-step:focus-visible,
.story-step.is-active {
  opacity: 1;
  background: rgba(255,255,255,.48);
  border-left-color: var(--uc-red);
  transform: translateX(.5rem);
}

.story-step span,
.story-step em {
  color: #666;
  font-family: var(--uc-mono);
  font-size: 9px;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.story-step strong {
  max-width: 11ch;
  margin: 2rem 0 1.2rem;
  font-family: var(--uc-display);
  font-size: clamp(2.3rem, 4.3vw, 4.8rem);
  line-height: .88;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.story-step-copy {
  display: block;
  max-width: 38ch;
  margin-bottom: 1.7rem;
  color: #484848;
  line-height: 1.55;
}

/* Supporting interaction family */
.pillar-card.interactive-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shift-x: 0px;
  --shift-y: 0px;
  --glow-x: 50%;
  --glow-y: 50%;
  position: relative;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  will-change: transform;
}

.pillar-card.interactive-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

.interactive-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(260px circle at var(--glow-x) var(--glow-y), rgba(48,48,255,.25), transparent 64%);
  transition: opacity .3s ease;
}

.interactive-card:hover::before,
.interactive-card:focus-within::before,
.interactive-card.is-tapped::before {
  opacity: 1;
}

.interactive-card > * {
  position: relative;
  z-index: 1;
}

.interactive-card .pillar-number {
  transform: translate3d(var(--shift-x), var(--shift-y), 18px);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
}

.pillar-link,
.hero-actions a,
.closing-card .btn-primary,
.nav-cta {
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .2s cubic-bezier(.16,1,.3,1);
}

.pillar-link::after,
.hero-actions a::after,
.closing-card .btn-primary::after,
.nav-cta::after {
  display: inline-block;
  margin-left: .45rem;
  transition: transform .25s cubic-bezier(.16,1,.3,1);
}

.hero-actions a::after,
.closing-card .btn-primary::after,
.nav-cta::after {
  content: "↗";
}

.pillar-link:hover::after,
.hero-actions a:hover::after,
.closing-card .btn-primary:hover::after,
.nav-cta:hover::after {
  transform: translate(.2rem, -.2rem);
}

.pillar-link:active,
.hero-actions a:active,
.closing-card .btn-primary:active,
.nav-cta:active,
.story-step:active,
.system-node:active {
  transform: scale(.98);
}

/* Editorial content sections */
.section-shell,
.about-main,
.team-intro,
.founders,
.simple-main,
.services-intro,
.services-flow,
.services-cta,
.stages-section,
.outcomes,
.timeline-section,
.market-section,
.strategy-main,
.positioning,
.revenue {
  padding: clamp(5rem, 9vw, 9rem) var(--uc-pad);
  background: var(--uc-paper) !important;
}

.section-inner,
.about-inner,
.team-intro-inner,
.founders-grid,
.simple-inner,
.services-intro-inner,
.services-flow-inner,
.services-cta-card,
.stages-inner,
.outcomes-inner,
.timeline-inner,
.market-inner,
.strategy-inner,
.positioning-inner,
.revenue-inner,
.contact-layout {
  width: 100%;
  max-width: var(--uc-max);
  margin: 0 auto;
}

.section-header {
  margin-bottom: clamp(3rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 3rem;
  align-items: end;
}

.section-label {
  display: block;
  margin-bottom: 1rem;
  color: var(--uc-burgundy);
}

.section-title,
.founders-heading,
.services-cta-card h2,
.simple-card h2,
.overview-grid h2,
.closing-card h2,
.form-title {
  color: var(--uc-ink);
  font-family: var(--uc-display);
  font-size: clamp(3rem, 7vw, 7.6rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.83;
  text-transform: uppercase;
}

.section-copy {
  max-width: 46ch;
  color: #444;
  font-size: 15px;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--uc-line);
}

.pillar-card {
  min-height: 350px;
  padding: clamp(1.5rem, 3vw, 3.2rem);
  display: flex;
  flex-direction: column;
  color: var(--uc-ink);
  background: var(--uc-paper) !important;
  border: 0;
  border-right: 1px solid var(--uc-line);
  border-bottom: 1px solid var(--uc-line);
  border-radius: 0 !important;
  clip-path: none !important;
  box-shadow: none;
}

.pillar-card:nth-child(2n) {
  border-right: 0;
}

.pillar-card:hover {
  color: #fff;
  background: var(--uc-black) !important;
  transform: none;
}

.pillar-card:hover p,
.pillar-card:hover .pillar-number,
.pillar-card:hover .pillar-link {
  color: #fff;
}

.pillar-number {
  color: #666;
}

.pillar-card h3 {
  max-width: 13ch;
  margin: 2.5rem 0 1.25rem;
  font-family: var(--uc-display);
  font-size: clamp(2rem, 4vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--uc-ink) !important;
}

.pillar-card p {
  max-width: 48ch;
  color: #555 !important;
}

.pillar-link {
  margin-top: auto;
  padding-top: 2rem;
  color: var(--uc-ink) !important;
  font-family: var(--uc-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.pillar-link::after {
  content: " ↗";
}

.signal-band {
  padding: clamp(5rem, 8vw, 8rem) var(--uc-pad);
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px) 0 0 / 42px 42px,
    radial-gradient(circle at 78% 30%, rgba(48,48,255,.38), transparent 28rem),
    var(--uc-black);
}

.signal-band .section-label {
  color: var(--uc-red) !important;
}

.pillar-card:hover h3,
.pillar-card:hover p,
.pillar-card:hover .pillar-number,
.pillar-card:hover .pillar-link {
  color: #fff !important;
}

.signal-band-inner {
  max-width: var(--uc-max);
  margin: 0 auto;
}

.signal-band h2 {
  max-width: 10ch;
  margin-bottom: 4rem;
  color: #fff;
  font-family: var(--uc-display);
  font-size: clamp(3.7rem, 8vw, 9rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  text-transform: uppercase;
}

.signal-band-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--uc-line-dark);
}

.signal-band article {
  min-height: 230px;
  padding: 1.5rem;
  border-right: 1px solid var(--uc-line-dark);
}

.signal-band article:last-child {
  border-right: 0;
}

.signal-band strong {
  display: block;
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, 2.5vw, 2.7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.signal-band p {
  max-width: 34ch;
  color: rgba(255,255,255,.62);
}

.closing-card,
.services-cta-card {
  padding: clamp(2.2rem, 5vw, 5rem);
  color: #fff;
  background: var(--uc-red) !important;
  border: 0;
  border-radius: 0 !important;
  clip-path: none !important;
  box-shadow: none;
}

.closing-card h2,
.services-cta-card h2,
.closing-card p,
.services-cta-card p,
.closing-card .section-label,
.services-cta-card .section-label {
  color: #fff;
}

.closing-card h2,
.services-cta-card h2 {
  max-width: 10ch;
}

.closing-card h2 em,
.services-cta-card h2 em {
  font-style: normal;
}

.closing-card .btn-primary,
.services-cta-card .btn-primary {
  padding: 0 1.6rem;
  color: #111;
  background: #fff;
  border: 1px solid #fff;
}

/* Inner-page mastheads */
.page-hero,
body:not(.contact-page) .page-hero {
  position: relative;
  min-height: min(82svh, 850px);
  padding: clamp(11rem, 19vh, 14rem) var(--uc-pad) 4rem;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background:
    radial-gradient(circle at 82% 45%, transparent 0 11rem, rgba(255,59,22,.7) 11.1rem 11.25rem, transparent 11.5rem),
    radial-gradient(circle at 82% 45%, rgba(48,48,255,.34), transparent 16rem),
    linear-gradient(115deg, #050505 0%, #080808 65%, #170806 100%) !important;
  overflow: hidden;
  border: 0;
}

.page-hero::before {
  content: "";
  position: absolute;
  width: min(52vw, 650px);
  aspect-ratio: 1;
  right: -9vw;
  top: 15%;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 16px, rgba(255,255,255,.08) 17px 18px),
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(255,255,255,.07) 17px 18px);
  mask-image: radial-gradient(circle, #000, transparent 70%);
  animation: uc-orbit 32s linear infinite reverse;
}

.page-hero::after {
  content: "R-IGNITE SOLUTIONS / ABUJA, NIGERIA";
  position: absolute;
  top: 9rem;
  right: var(--uc-pad);
  color: rgba(255,255,255,.48);
  font-family: var(--uc-mono);
  font-size: 9px;
  letter-spacing: .12em;
}

.page-title {
  position: relative;
  z-index: 2;
  max-width: 11ch;
  margin: 0;
  color: #fff;
  font-family: var(--uc-display);
  font-size: clamp(4.2rem, 10vw, 10.5rem);
  font-weight: 800;
  letter-spacing: -0.09em;
  line-height: 0.78;
  text-transform: uppercase;
}

.page-title .accent,
.page-title em.accent {
  color: #fff;
  font-style: normal;
}

.page-title .accent::after,
.page-title em.accent::after {
  content: "_";
  color: var(--uc-red);
}

.surface-card,
.section-block,
.vision-card,
.industries-copy,
.trust-copy,
.founder-card,
.simple-card,
.market-card,
.pos-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.overview-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  border-top: 1px solid var(--uc-line);
}

.section-block {
  min-height: 380px;
  padding: 2rem 2rem 2rem 0;
  border-right: 1px solid var(--uc-line);
}

.section-block + .section-block {
  padding-left: clamp(2rem, 5vw, 5rem);
  border-right: 0;
}

.section-block h2 {
  max-width: 10ch;
}

.section-block p + p {
  margin-top: 1.3rem;
}

.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  background: var(--uc-black);
}

.vision-card {
  min-height: 420px;
  padding: clamp(2rem, 4vw, 4rem);
  color: #fff;
  border-right: 1px solid var(--uc-line-dark);
}

.vision-card:last-child {
  border-right: 0;
}

.vision-card strong {
  font-family: var(--uc-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vision-card h3 {
  max-width: 17ch;
  margin-top: 7rem;
  color: #fff;
  font-family: var(--uc-display);
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .92;
  text-transform: uppercase;
}

.industries-grid,
.trust-copy {
  margin-top: 0;
  border: 1px solid var(--uc-line);
  border-top: 0;
}

.industries-copy,
.trust-copy {
  padding: clamp(2rem, 5vw, 5rem);
}

.tag-list,
.service-capabilities {
  margin-top: 2rem;
  gap: .5rem;
}

.tag,
.service-capability {
  padding: .8rem 1rem;
  color: var(--uc-ink);
  background: transparent;
  border: 1px solid var(--uc-line);
  border-radius: 999px;
}

/* Services */
.services-intro {
  padding-bottom: 2rem;
}

.services-intro-inner {
  min-height: 0;
}

.services-flow {
  padding-top: 1rem;
}

.service-full {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 0;
  padding: 0;
  color: var(--uc-ink);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--uc-line);
  border-radius: 0;
}

.service-left,
.service-right {
  padding: clamp(2rem, 4vw, 4rem);
}

.service-left {
  padding-left: 0;
  border-right: 1px solid var(--uc-line);
}

.service-number {
  margin: 2rem 0;
  color: var(--uc-red);
  font-family: var(--uc-display);
  font-size: clamp(5rem, 11vw, 11rem);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .75;
}

.service-outcome,
.service-right > p,
.service-card p {
  color: #555;
}

.service-outcome {
  padding: 1.2rem 0 !important;
  background: transparent !important;
  border-top: 1px solid var(--uc-line);
  border-radius: 0 !important;
}

.service-right h3 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  color: var(--uc-ink);
  font-family: var(--uc-display);
  font-size: clamp(2.7rem, 6vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .86;
  text-transform: uppercase;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 3rem;
  border-top: 1px solid var(--uc-line);
}

.service-card {
  padding: 1.5rem 1.5rem 1.5rem 0;
  background: transparent !important;
  border-right: 1px solid var(--uc-line);
  border-radius: 0 !important;
  clip-path: none !important;
}

.service-card + .service-card {
  padding-left: 1.5rem;
  border-right: 0;
}

.service-card strong,
.delivery-note strong {
  font-family: var(--uc-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.delivery-note {
  background: transparent !important;
  border-radius: 0 !important;
  clip-path: none !important;
}

/* Team */
.team-intro {
  padding-bottom: 1rem;
}

.founders {
  padding-top: 2rem;
}

.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--uc-line);
  border: 1px solid var(--uc-line);
}

.founder-card {
  padding: clamp(1.5rem, 3vw, 3rem);
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: start;
  background: var(--uc-paper);
  border-radius: 0 !important;
  clip-path: none !important;
}

.founder-image {
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ddd;
  border-radius: 0;
  filter: grayscale(1) contrast(1.1);
}

.founder-body {
  padding: 2rem 0 0 !important;
  color: var(--uc-ink) !important;
}

.founder-role {
  color: var(--uc-burgundy) !important;
  font-family: var(--uc-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.founder-name {
  margin-top: 1.5rem;
  color: var(--uc-ink);
  font-family: var(--uc-display);
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .85;
  text-transform: uppercase;
  color: var(--uc-ink) !important;
}

.founder-bio {
  margin-top: 1.5rem;
  color: #555 !important;
}

.founder-focus {
  margin-top: 1.5rem;
}

.founder-focus span {
  color: var(--uc-ink) !important;
  background: transparent !important;
  border: 1px solid var(--uc-line) !important;
  border-radius: 999px !important;
}

.founder-contact {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--uc-line);
}

.founder-contact a {
  color: var(--uc-ink) !important;
  font-family: var(--uc-mono);
  font-size: 10px;
}

/* Simple and strategic pages */
.simple-card {
  min-height: 440px;
  padding: 0;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 4rem;
  border-top: 1px solid var(--uc-line);
}

.simple-card h2,
.simple-card p {
  padding-top: 2rem;
}

.simple-copy {
  padding: 0 0 4rem;
}

.simple-copy p + p {
  margin-top: 1rem;
}

.editorial-list {
  margin-top: 3rem;
  border-top: 1px solid var(--uc-line);
}

.editorial-list span {
  min-height: 58px;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--uc-line);
  font-family: var(--uc-mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.editorial-list span::before {
  content: "↳";
  margin-right: .85rem;
  color: var(--uc-red);
}

.text-link {
  margin-top: 2rem;
  padding-bottom: .35rem;
  color: var(--uc-ink);
  border-bottom: 1px solid currentColor;
  font-family: var(--uc-mono);
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.simple-card ul,
.simple-card .tag-list {
  margin-top: 2rem;
}

.simple-list li {
  border-color: var(--uc-line);
}

.stages-grid,
.outcomes-grid,
.timeline,
.market-grid,
.strategy-grid,
.pos-grid,
.rev-grid {
  gap: 1px;
  background: var(--uc-line);
  border: 1px solid var(--uc-line);
}

.stage-card,
.outcome-card,
.timeline-item,
.market-card,
.strategy-card,
.pos-card,
.rev-card {
  color: var(--uc-ink);
  background: var(--uc-paper);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Contact */
.contact-layout {
  padding: clamp(5rem, 9vw, 9rem) var(--uc-pad);
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 0;
  align-items: start;
}

.contact-info {
  position: sticky;
  top: 8rem;
}

.info-panel,
.form-wrap {
  padding: clamp(2rem, 4vw, 4rem);
  overflow: visible;
  border: 0;
  border-radius: 0;
  clip-path: none;
  box-shadow: none;
}

.info-panel {
  color: #fff;
  background: var(--uc-black);
}

.info-panel::before,
.form-wrap::before {
  display: none;
}

.info-item {
  border-color: var(--uc-line-dark);
}

.info-item h4 {
  color: #fff;
  font-family: var(--uc-display);
  font-size: 1.35rem;
  font-weight: 800;
  text-transform: uppercase;
}

.info-item a,
.info-item p,
.response-sub {
  color: rgba(255,255,255,.65);
}

.location-badge,
.response-badge {
  border: 1px solid var(--uc-line-dark);
  border-radius: 0;
  background: transparent;
}

.form-wrap {
  background: #fff;
  border: 1px solid var(--uc-line);
}

.form-title {
  font-size: clamp(3rem, 6vw, 6.5rem);
}

.form-sub {
  max-width: 55ch;
  color: #555;
}

.form-group label {
  color: #222;
  font-family: var(--uc-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-group input,
.form-group textarea {
  padding: 1rem 0;
  color: var(--uc-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--uc-line);
  border-radius: 0;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--uc-blue);
  box-shadow: none;
}

.btn-submit {
  margin-top: 1rem;
  color: #fff;
  background: var(--uc-black);
  border-radius: 999px;
}

.btn-submit:hover:not(:disabled) {
  background: var(--uc-red);
  box-shadow: none;
  transform: none;
}

/* Footer */
footer {
  padding: clamp(4rem, 7vw, 7rem) var(--uc-pad) 1.5rem;
  color: #fff;
  background: var(--uc-black);
  border: 0;
}

.footer-inner {
  max-width: var(--uc-max);
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: 5rem;
}

.footer-logo img {
  width: min(230px, 100%);
  height: auto;
  filter: none;
  object-fit: contain;
}

.footer-tagline {
  max-width: 12ch;
  margin-top: 2rem;
  color: #fff;
  font-family: var(--uc-display);
  font-size: clamp(2rem, 4vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .86;
  text-transform: uppercase;
}

.footer-columns {
  gap: 2rem;
}

.footer-column h3 {
  color: rgba(255,255,255,.42);
  font-family: var(--uc-mono);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-column a {
  color: #fff;
  font-size: 12px;
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 4rem;
  padding-top: 1rem;
  border-color: var(--uc-line-dark);
}

.footer-copy {
  color: rgba(255,255,255,.46);
  font-family: var(--uc-mono);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ri-chatbot-launcher,
.ri-chatbot-send {
  background: var(--uc-blue);
}

.ri-chatbot-launcher {
  border-radius: 0;
  font-family: var(--uc-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.reveal {
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.16,1,.3,1);
}

@media (max-width: 1180px) {
  .nav-links {
    gap: clamp(.8rem, 1.5vw, 1.25rem);
  }

  .nav-links a {
    font-size: 9px;
  }

  .nav-cta {
    padding-inline: 1.15rem;
  }
}

@media (max-width: 980px) {
  .hero-inner,
  .overview-grid,
  .service-full,
  .simple-card,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    align-self: center;
  }

  .hero-panel {
    display: none !important;
  }

  .hero-particle-stage {
    width: min(88vw, 660px);
    min-height: 320px;
    margin: 1rem 0 9rem;
  }

  .hero::before {
    right: -28vw;
    opacity: .7;
  }

  .section-header {
    grid-template-columns: 1fr;
  }

  .section-block {
    min-height: 0;
    padding: 2rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--uc-line);
  }

  .section-block + .section-block {
    padding-left: 0;
  }

  .service-left {
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--uc-line);
  }

  .contact-info {
    position: static;
  }

  .system-story-header,
  .system-story-layout {
    grid-template-columns: 1fr;
  }

  .system-story-header h2 {
    max-width: 12ch;
  }

  .system-visual {
    position: relative;
    top: auto;
    min-height: 620px;
    margin-top: 3rem;
  }

  .system-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    padding: 1px 0 0;
    background: var(--uc-line);
  }

  .story-step {
    min-height: 340px;
    padding: 1.4rem;
    justify-content: flex-start;
    background: #eceae4;
    border: 0;
    border-top: 2px solid transparent;
    opacity: 1;
  }

  .story-step:hover,
  .story-step:focus-visible,
  .story-step.is-active {
    background: #fff;
    border-top-color: var(--uc-red);
    transform: none;
  }

  .story-step strong {
    margin-top: 3rem;
    font-size: clamp(2rem, 5vw, 3.4rem);
  }
}

@media (max-width: 920px) {
  nav {
    padding-inline: var(--uc-pad);
  }

  .hamburger {
    display: flex;
  }

  .mobile-nav > a,
  .mobile-nav-bottom a {
    width: fit-content;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 102px;
  }

  body::before {
    height: 20px;
    overflow: hidden;
  }

  nav {
    top: 20px;
    height: 72px;
  }

  .logo img {
    width: 132px;
  }

  .logo {
    padding: 4px 6px;
  }

  .hero {
    min-height: 100svh;
    padding: 8.5rem var(--uc-pad) 1rem;
  }

  .hero-inner {
    min-height: calc(100svh - 10rem);
    align-items: start;
  }

  .hero-particle-stage {
    min-height: 265px;
    margin-bottom: 8.5rem;
  }

  .hero-copy h1,
  .page-title {
    max-width: 9ch;
    font-size: clamp(3.35rem, 17vw, 6.2rem);
    line-height: .82;
  }

  .hero::after,
  .page-hero::after {
    display: none;
  }

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

  .hero-systems-rail article {
    min-height: 72px;
    padding: .8rem;
  }

  .page-hero,
  body:not(.contact-page) .page-hero {
    min-height: 78svh;
    padding: 9rem var(--uc-pad) 3rem;
  }

  .pillars-grid,
  .vision-grid,
  .founders-grid,
  .signal-band-grid,
  .service-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .pillar-card {
    min-height: 300px;
    border-right: 0;
  }

  .vision-card,
  .signal-band article {
    border-right: 0;
    border-bottom: 1px solid var(--uc-line-dark);
  }

  .signal-band article:last-child {
    border-bottom: 0;
  }

  .vision-card h3 {
    margin-top: 4rem;
  }

  .service-card,
  .service-card + .service-card {
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--uc-line);
  }

  .contact-layout {
    padding: 4rem var(--uc-pad);
  }

  .info-panel,
  .form-wrap {
    padding: 1.5rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions a,
  .btn-primary,
  .btn-outline,
  .btn-dark,
  .btn-submit {
    justify-content: center;
  }

  .footer-inner,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    gap: 3rem;
  }

  .system-story {
    padding-block: 4.5rem;
  }

  .system-story-header {
    gap: 1.4rem;
  }

  .system-story-header h2 {
    font-size: clamp(3rem, 13vw, 5.5rem);
  }

  .system-visual {
    min-height: 540px;
    grid-template-rows: auto minmax(300px, 1fr) auto;
  }

  .system-node {
    width: 98px;
    min-height: 68px;
  }

  .system-readout {
    grid-template-columns: 1fr 1.5fr;
  }

  .system-readout p {
    grid-column: 1 / -1;
  }

  .system-steps {
    grid-template-columns: 1fr;
  }

  .story-step {
    min-height: 0;
    padding: 2rem 1.4rem;
  }

  .story-step strong {
    max-width: 13ch;
    margin-top: 2rem;
  }
}

@media (max-width: 520px) {
  :root {
    --uc-pad: 1rem;
  }

  body::before {
    font-size: 8px;
    letter-spacing: .08em;
  }

  .mobile-nav {
    justify-content: flex-start;
    gap: .25rem;
    padding-top: 6rem;
  }

  .mobile-nav > a,
  .mobile-nav-bottom a {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .hero {
    padding-top: 7.5rem;
    padding-bottom: 10.5rem;
  }

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

  .hero-copy {
    padding-top: 0;
  }

  .hero-particle-stage {
    width: 100%;
    min-height: 220px;
    margin: 2rem 0 8.5rem;
  }

  .particle-caption {
    align-items: flex-end;
  }

  .particle-caption span {
    max-width: 12ch;
  }

  .hero-copy h1,
  .page-title {
    font-size: clamp(3rem, 16.5vw, 4.75rem);
  }

  .hero-meta {
    margin-top: 1.4rem;
    font-size: 13px;
  }

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

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

  .hero-systems-rail article {
    min-height: 66px;
  }

  .hero-systems-rail strong {
    margin-top: .3rem;
    font-size: 11px;
  }

  .hero-systems-rail em {
    display: none;
  }

  .page-hero,
  body:not(.contact-page) .page-hero {
    min-height: 68svh;
    padding-top: 7.5rem;
  }

  .contact-layout {
    padding-block: 3rem;
  }

  .info-panel,
  .form-wrap {
    padding: 1.1rem;
  }

  .form-title {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .system-visual {
    min-height: 500px;
    padding: .75rem;
  }

  .system-diagram {
    min-height: 292px;
  }

  .system-node {
    width: 82px;
    min-height: 62px;
    padding: .45rem;
  }

  .system-node strong {
    font-size: 9px;
  }

  .system-node em {
    display: none;
  }

  .node-data,
  .node-field { left: 14%; }

  .node-product,
  .node-edge { left: 86%; }

  footer {
    padding-top: 3.5rem;
  }

  .footer-columns {
    gap: 1.6rem;
  }

  .footer-logo img {
    width: min(205px, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .hero::before,
  .page-hero::before {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-particle-stage,
  .interactive-card,
  .story-step,
  .system-node,
  .system-line {
    transform: none;
    transition: none;
  }

  .hero-particle-stage {
    opacity: 1;
  }

  #particleLogo {
    display: none;
  }

  .particle-fallback,
  .particle-ready .particle-fallback {
    opacity: .42;
  }

  .system-node {
    transform: translate(-50%, -50%);
  }
}

@media (max-height: 700px) and (min-width: 981px) {
  .system-visual {
    position: relative;
    top: auto;
    min-height: 620px;
  }

  .system-steps {
    gap: 4rem;
    padding-block: 4rem;
  }

  .story-step {
    min-height: 420px;
  }
}

@media (pointer: coarse) {
  .interactive-card {
    transform: none !important;
  }

  .interactive-card:active::before {
    opacity: 1;
  }
}
