:root {
  --ink: #10130f;
  --muted: #5f6368;
  --soft: #8a8f98;
  --paper: #ffffff;
  --wash: #f8f5ed;
  --line: #ded6c7;
  --brass: #b4975a;
  --brass-dark: #7e6430;
  --oxblood: #541d2b;
  --green: #172018;
  --blue: #0b8fff;
  --coral: #f72563;
  --orange: #ff6a24;
  --navy: #0d2240;
  --aurafy: #5d34ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(180, 151, 90, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 151, 90, 0.08) 1px, transparent 1px),
    #fffdf8;
  background-size: 56px 56px;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  letter-spacing: 0;
}

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

img {
  display: block;
}

.site-header,
main,
footer {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 112px;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
}

.brand-b8 {
  font-family: "Manrope", "IBM Plex Sans", system-ui, sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}

.brand-holding {
  font-size: 1.08rem;
  line-height: 1;
  font-weight: 700;
}

.brand-scope {
  margin: 0;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

nav a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

nav a:hover,
nav a.active {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  min-height: 430px;
  padding: 22px 0 54px;
  border-bottom: 0;
  text-align: center;
}

.hero-copy {
  display: grid;
  justify-items: center;
}

.eyebrow,
.section-title p,
.company-content span {
  margin: 0 0 18px;
  color: var(--soft);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Manrope", "IBM Plex Sans", system-ui, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: 24px;
  font-size: 4.35rem;
  line-height: 1.04;
  font-weight: 700;
}

.hero-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.number-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.numbers article {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  column-gap: 20px;
  row-gap: 0;
  min-height: 138px;
  padding: 28px 40px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.numbers article:nth-child(2n) {
  border-right: 0;
}

.numbers article:nth-child(n + 3) {
  border-bottom: 0;
}

.number-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(180, 151, 90, 0.45);
  border-radius: 8px;
  color: var(--brass-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(248, 245, 237, 0.82)),
    var(--wash);
}

.numbers strong {
  display: block;
  align-self: end;
  color: var(--green);
  font-family: "Manrope", "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(2.05rem, 3vw, 2.75rem);
  line-height: 1;
  font-weight: 800;
}

.numbers article > span:last-child {
  align-self: start;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.operations-map {
  padding: 56px 0 70px;
  border-bottom: 0;
}

.map-heading {
  display: block;
  text-align: center;
  margin-bottom: 32px;
}

.map-heading p {
  margin: 12px 0 0;
  color: var(--soft);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.map-heading h2 {
  max-width: 1120px;
  margin-inline: auto;
  font-size: 3.1rem;
}

.map-stage {
  --mx: 50%;
  --my: 55%;
  position: relative;
  min-height: 690px;
  border: 1px solid rgba(11, 143, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 194, 82, 0.34), transparent 13rem),
    radial-gradient(circle at 18% 37%, rgba(11, 143, 255, 0.16), transparent 13rem),
    radial-gradient(circle at 82% 37%, rgba(247, 37, 99, 0.13), transparent 13rem),
    radial-gradient(circle at 73% 78%, rgba(255, 106, 36, 0.26), transparent 16rem),
    radial-gradient(circle at 27% 78%, rgba(93, 52, 255, 0.14), transparent 14rem),
    radial-gradient(circle at 50% 17%, rgba(13, 34, 64, 0.12), transparent 15rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(226, 241, 255, 0.92) 56%, rgba(255, 247, 226, 0.92) 100%);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.map-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(11, 143, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 143, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 92%);
}

.network-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.map-node {
  --node-accent: var(--blue);
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  gap: 16px;
  width: clamp(232px, 22vw, 286px);
  min-height: 132px;
  padding: 24px 22px 20px;
  border: 1px solid color-mix(in srgb, var(--node-accent) 26%, var(--line));
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(35, 58, 90, 0.12);
  text-align: center;
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.map-node small {
  display: block;
  margin-top: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.map-node:hover,
.map-node.is-active {
  transform: translate(-50%, calc(-50% - 4px));
  border-color: var(--node-accent);
  box-shadow: 0 24px 60px color-mix(in srgb, var(--node-accent) 18%, transparent);
}

.map-logo {
  width: auto;
  max-width: 196px;
  max-height: 52px;
  object-fit: contain;
}

.map-logo-bb {
  max-width: 202px;
  max-height: 50px;
}

.map-logo-shielid {
  max-width: 196px;
  max-height: 52px;
}

.map-logo-tcr {
  max-width: 178px;
  max-height: 52px;
}

.map-logo-aurafy {
  max-width: 178px;
  max-height: 50px;
  color: var(--aurafy);
}

.map-logo-oracore {
  max-width: 190px;
  max-height: 48px;
  color: var(--navy);
}

.node-bb {
  --node-accent: var(--blue);
  left: 18%;
  top: 37%;
}

.node-shielid {
  --node-accent: var(--coral);
  left: 82%;
  top: 37%;
}

.node-tcr {
  --node-accent: var(--orange);
  left: 73%;
  top: 78%;
}

.node-aurafy {
  --node-accent: var(--aurafy);
  left: 27%;
  top: 78%;
}

.node-oracore {
  --node-accent: var(--navy);
  left: 50%;
  top: 17%;
}

.companies {
  display: grid;
  grid-template-columns: 1fr;
  padding: 64px 0 0;
  border-bottom: 0;
}

.section-title {
  display: block;
  text-align: center;
  margin-bottom: 34px;
}

.section-title p {
  margin: 12px 0 0;
}

.section-title .section-note {
  max-width: 780px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
}

h2 {
  max-width: 1040px;
  margin-inline: auto;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.04;
  font-weight: 700;
}

.company {
  --accent: var(--blue);
  position: relative;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 230px;
  gap: 36px;
  align-items: center;
  min-height: 210px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.5);
}

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

.company:last-child {
  border-bottom: 1px solid var(--line);
}

.company.is-active {
  background: transparent;
}

.company.is-active::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: color-mix(in srgb, var(--accent) 8%, rgba(255, 253, 248, 0.76));
}

.company-blue {
  --accent: var(--blue);
  order: 1;
}

.company-coral {
  --accent: var(--coral);
  order: 2;
}

.company-orange {
  --accent: var(--orange);
  order: 3;
}

.company-aurafy {
  --accent: var(--aurafy);
  order: 5;
}

.company-navy {
  --accent: var(--navy);
  order: 4;
}

.company-brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 72px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.company-brand img {
  position: relative;
  z-index: 1;
  width: min(100%, 166px);
  max-height: 46px;
  object-fit: contain;
}

.tcr-brand img {
  width: min(100%, 144px);
  color: var(--ink);
}

.oracore-brand img {
  width: min(100%, 164px);
  color: var(--navy);
}

.aurafy-brand img {
  width: min(100%, 158px);
  color: var(--aurafy);
}

.company-content span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
}

h3 {
  margin-bottom: 12px;
  font-size: 2.35rem;
  line-height: 1.08;
  font-weight: 700;
}

.company-content p {
  max-width: 740px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.58;
}

.company a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.86);
  font-weight: 700;
}

.company a::after {
  content: "↗";
  margin-left: 8px;
  color: var(--accent);
}

.company a:hover {
  border-color: var(--accent);
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 26px 0 34px;
  color: var(--muted);
}

footer span:first-child,
footer > span {
  color: var(--ink);
  font-weight: 700;
}

footer small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: right;
}

@media (max-width: 900px) {
  .site-header,
  main,
  footer {
    width: min(100% - 40px, 1240px);
  }

  .hero,
  .section-title,
  .map-heading,
  .company {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 28px;
    padding: 24px 0 44px;
  }

  h1 {
    max-width: 760px;
    font-size: 3rem;
  }

  h2,
  .map-heading h2 {
    font-size: 2.7rem;
  }

  h3 {
    font-size: 2.05rem;
  }

  .numbers {
    grid-template-columns: 1fr;
  }

  .numbers article {
    min-height: 118px;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .operations-map {
    display: none;
  }

  .company {
    gap: 18px;
  }

  .company a {
    justify-self: stretch;
  }

}

@media (max-width: 560px) {
  .site-header {
    min-height: 72px;
    justify-content: center;
  }

  .brand {
    margin-inline: auto;
  }

  nav {
    display: none;
  }

  h1 {
    max-width: 360px;
    margin-inline: auto;
    font-size: 2.25rem;
    line-height: 1.04;
  }

  h2,
  .map-heading h2 {
    max-width: 360px;
    font-size: 1.85rem;
    line-height: 1.08;
  }

  h3 {
    font-size: 1.72rem;
  }

  .hero {
    padding: 18px 0 40px;
    gap: 22px;
    text-align: center;
  }

  .hero-copy p:not(.eyebrow) {
    margin-inline: auto;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .numbers strong {
    font-size: 1.95rem;
  }

  .numbers article {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    padding: 24px 0;
    text-align: center;
  }

  .number-icon {
    grid-row: auto;
  }

  .operations-map {
    display: none;
  }

  .section-title,
  .map-heading {
    text-align: center;
  }

  .section-title p,
  .map-heading p {
    margin: 0 0 12px;
  }

  .companies {
    padding: 66px 0;
  }

  .company {
    justify-items: center;
    text-align: center;
  }

  .company-brand {
    justify-content: center;
  }

  .company-content p {
    margin-inline: auto;
  }

  .company a {
    max-width: 270px;
    justify-self: center;
  }

  footer {
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}
