:root {
  --bg: #090203;
  --bg-soft: #150507;
  --panel: rgba(70, 10, 17, 0.42);
  --panel-strong: rgba(72, 8, 15, 0.72);
  --text: #ffffff;
  --muted: rgba(236, 224, 226, 0.76);
  --soft: rgba(236, 224, 226, 0.58);
  --red: #b90f1f;
  --red-bright: #ff3045;
  --red-soft: #ff5a5f;
  --line: rgba(255, 86, 92, 0.16);
  --max: 1180px;
  --shadow: 0 22px 58px rgba(40, 0, 6, 0.32);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.58;
  letter-spacing: 0;
}

body.no-scroll {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  min-height: 118px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  color: #ffffff;
  background: rgba(18, 4, 7, 0.18);
  border-bottom: 1px solid rgba(255, 80, 76, 0.18);
  transition: min-height 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  min-height: 86px;
  background: rgba(18, 4, 7, 0.94);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.brand {
  display: inline-flex;
  flex: 0 1 280px;
  min-width: 220px;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  place-items: center;
}

.brand-mark img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.32));
}

.brand-word {
  display: grid;
  gap: 0;
}

.brand-word strong {
  color: #ffffff;
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  line-height: 0.92;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.brand-word span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 760;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2.4vw, 34px);
  font-size: 0.95rem;
  font-weight: 780;
}

.primary-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--red-bright);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.primary-nav a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px 0;
  border-radius: 999px;
  background: var(--red-soft);
}

main {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(180deg, #090203 0, #080102 38%, #090203 100%),
    radial-gradient(circle at 52% 18%, rgba(120, 8, 16, 0.1), transparent 42%),
    var(--bg);
  background-size: 144px 144px, 144px 144px, auto, auto, auto;
}

.company-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 720px);
  align-content: center;
  justify-content: start;
  gap: 26px;
  width: 100%;
  min-height: min(760px, 92vh);
  padding: 150px max(48px, calc((100% - var(--max)) / 2)) 96px;
  background:
    linear-gradient(180deg, rgba(9, 2, 3, 0) 58%, rgba(9, 2, 3, 0.72) 86%, #090203 100%),
    linear-gradient(90deg, rgba(9, 2, 3, 0.92) 0%, rgba(9, 2, 3, 0.72) 35%, rgba(9, 2, 3, 0.32) 68%, rgba(9, 2, 3, 0.5) 100%),
    linear-gradient(180deg, rgba(9, 2, 3, 0.22) 0%, rgba(9, 2, 3, 0.82) 100%),
    url("assets/home-hero-red-tech.png") center / cover no-repeat;
  border-bottom: 0;
}

.company-hero::before,
.company-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.company-hero::before {
  background:
    linear-gradient(115deg, transparent 0 45%, rgba(255, 48, 69, 0.2) 50%, transparent 56%),
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(255, 255, 255, 0.035) 80px, transparent 82px);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-18%);
}

.company-hero::after {
  background:
    radial-gradient(circle at 68% 43%, rgba(255, 48, 69, 0.18), transparent 16%),
    linear-gradient(180deg, transparent 72%, rgba(9, 2, 3, 0.68) 100%);
  opacity: 0.78;
}

.is-loaded .company-hero::before {
  animation: hero-scan 5.8s ease-out 0.25s both;
}

.company-hero-copy,
.contact-card {
  position: relative;
  z-index: 1;
}

.company-hero-copy {
  opacity: 0;
  transform: translateY(22px);
}

.is-loaded .company-hero-copy {
  animation: hero-copy-in 900ms cubic-bezier(0.2, 0.72, 0.18, 1) 180ms forwards;
}

.hero-dynamics {
  position: absolute;
  right: max(54px, calc((100% - var(--max)) / 2 + 40px));
  top: 34%;
  z-index: 1;
  width: min(34vw, 430px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px) scale(0.96);
}

.is-loaded .hero-dynamics {
  animation: hero-dynamics-in 1100ms cubic-bezier(0.2, 0.72, 0.18, 1) 420ms forwards;
}

.hero-orbit,
.hero-core,
.data-node {
  position: absolute;
  display: block;
}

.hero-orbit {
  inset: 12%;
  border: 1px solid rgba(255, 72, 86, 0.3);
  border-radius: 50%;
  box-shadow: inset 0 0 28px rgba(255, 48, 69, 0.08), 0 0 34px rgba(255, 48, 69, 0.1);
}

.orbit-one {
  animation: orbit-spin 18s linear infinite;
}

.orbit-two {
  inset: 24%;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.28);
  animation: orbit-spin 12s linear reverse infinite;
}

.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3045;
  box-shadow: 0 0 20px rgba(255, 48, 69, 0.8);
}

.hero-orbit::before {
  top: 12%;
  left: 17%;
}

.hero-orbit::after {
  right: 13%;
  bottom: 20%;
}

.hero-core {
  inset: 41%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 48, 69, 0.18);
  box-shadow: 0 0 36px rgba(255, 48, 69, 0.34);
  transform: rotate(45deg);
  animation: core-pulse 2.8s ease-in-out infinite;
}

.data-node {
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 90, 95, 0.88), transparent);
  opacity: 0.78;
  animation: data-drift 4s ease-in-out infinite;
}

.node-one {
  top: 24%;
  left: 6%;
}

.node-two {
  top: 52%;
  right: 1%;
  animation-delay: -1.2s;
}

.node-three {
  bottom: 22%;
  left: 18%;
  animation-delay: -2.1s;
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--red-soft);
  font-size: 0.78rem;
  font-weight: 880;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.company-hero h1,
.about-panel h1,
.about-panel h2 {
  margin: 0;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ff3b4f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-hero h1 {
  max-width: 900px;
  margin: 18px 0 28px;
  font-size: clamp(54px, 5.4vw, 86px);
  line-height: 1.02;
  font-weight: 820;
}

.company-hero-copy > p:not(.section-kicker) {
  max-width: 780px;
  margin: 0;
  color: rgba(245, 232, 235, 0.82);
  font-size: 1.16rem;
  line-height: 1.86;
}

.contact-section {
  width: 100%;
  margin: 0;
  padding: 72px max(48px, calc((100% - var(--max)) / 2));
  border-top: 1px solid rgba(255, 80, 76, 0.1);
  background:
    linear-gradient(90deg, rgba(75, 8, 15, 0.5), rgba(9, 2, 3, 0.86)),
    radial-gradient(circle at 18% 42%, rgba(255, 48, 69, 0.14), transparent 34%);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 48px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.contact-copy > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--red-soft);
  font-size: 0.82rem;
  font-weight: 850;
}

.contact-card h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.04;
}

.contact-card p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.contact-links {
  display: grid;
  gap: 12px;
  justify-self: end;
  width: min(100%, 420px);
}

.contact-card a {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 72, 86, 0.36);
  border-radius: 8px;
  background: rgba(9, 2, 3, 0.36);
  color: #ffffff;
  text-align: center;
  font-weight: 780;
}

.contact-person {
  flex-direction: column;
}

.contact-person span {
  color: var(--red-soft);
  font-size: 0.82rem;
  font-weight: 850;
}

.contact-person strong {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 820;
}

.about-content {
  display: grid;
  width: min(var(--max), calc(100% - 96px));
  margin: -54px auto 0;
  padding: 0 0 120px;
  gap: 72px;
}

.document-content {
  grid-template-columns: minmax(0, 1fr);
}

.company-snapshot {
  padding: 26px;
  border: 1px solid rgba(255, 86, 92, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(38, 5, 9, 0.72), rgba(10, 2, 3, 0.9)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 4px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(7px);
}

.company-snapshot dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 20px;
  margin: 0;
}

.company-snapshot div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.company-snapshot div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.company-snapshot dt {
  margin-bottom: 6px;
  color: var(--red-soft);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.company-snapshot dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.56;
  font-weight: 680;
}

.about-sections {
  display: grid;
  gap: 96px;
}

.about-panel {
  scroll-margin-top: 120px;
}

.about-panel h1 {
  max-width: 880px;
  margin: 0 0 26px;
  font-size: clamp(42px, 4.3vw, 72px);
  line-height: 1.06;
  font-weight: 780;
}

.about-panel h2 {
  max-width: 860px;
  margin: 0 0 24px;
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.08;
  font-weight: 780;
}

.about-panel p {
  max-width: 1180px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.88;
}

.about-panel p:last-child {
  margin-bottom: 0;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 42px;
  align-items: stretch;
}

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

.visual-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 80, 76, 0.18);
  border-radius: 8px;
  background: rgba(32, 4, 8, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  isolation: isolate;
}

.visual-frame::before,
.visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.visual-frame::before {
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 42%, rgba(5, 1, 2, 0.78) 100%),
    linear-gradient(90deg, rgba(255, 48, 69, 0.14), transparent 44%);
}

.visual-frame::after {
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
}

.visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.visual-frame figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(9, 2, 3, 0.74);
  backdrop-filter: blur(10px);
}

.visual-frame figcaption span {
  color: var(--red-soft);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.visual-frame figcaption strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  line-height: 1.42;
}

.operator-visual {
  min-height: 520px;
}

.wide-visual {
  aspect-ratio: 16 / 7;
  margin: 34px 0 30px;
}

.vision-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 16px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.vision-list li,
.why-copy p {
  min-height: 116px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.036) 0 1px, transparent 1px 4px),
    var(--panel);
  font-weight: 680;
}

.milestones-panel {
  padding-top: 10px;
}

.milestones-panel .section-kicker {
  text-align: center;
}

.milestones-panel h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: currentColor;
  font-size: 1.18rem;
  font-weight: 760;
  line-height: 1.72;
  text-align: center;
}

.timeline-list {
  position: relative;
  display: grid;
  max-width: 100%;
  margin-top: 58px;
}

.timeline-list::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 48, 69, 0), #7f0814 8%, var(--red-bright) 92%, rgba(255, 48, 69, 0));
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 84px minmax(260px, 1fr);
  align-items: center;
  min-height: 300px;
}

.timeline-year {
  color: var(--red-soft);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  font-weight: 850;
}

.timeline-card {
  position: relative;
  max-width: 520px;
  min-height: 126px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #a90d1a;
  color: #ffffff;
  box-shadow: 0 22px 55px rgba(65, 0, 8, 0.36);
}

.timeline-card::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: translateY(-50%);
}

.timeline-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.24rem;
  line-height: 1.36;
}

.timeline-card p {
  position: relative;
  margin: 16px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.66;
}

.timeline-card p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.timeline-dot {
  position: relative;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  justify-self: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 3px rgba(255, 48, 69, 0.42);
}

.timeline-dot::before,
.timeline-dot::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  border: 2px solid #ffffff;
  border-right: 0;
  border-left: 0;
  border-radius: 50%;
}

.timeline-dot::before {
  transform: translateY(-4px);
}

.timeline-dot::after {
  transform: translateY(4px);
}

.timeline-item.is-left .timeline-year {
  grid-column: 1;
  justify-self: end;
  margin-right: 36px;
}

.timeline-item.is-left .timeline-dot {
  grid-column: 2;
}

.timeline-item.is-left .timeline-card {
  grid-column: 3;
  justify-self: start;
  margin-left: 36px;
}

.timeline-item.is-left .timeline-card::before {
  left: -16px;
  border-right: 16px solid #a90d1a;
}

.timeline-item.is-right .timeline-card {
  grid-column: 1;
  justify-self: end;
  margin-right: 36px;
}

.timeline-item.is-right .timeline-card::before {
  right: -16px;
  border-left: 16px solid #a90d1a;
}

.timeline-item.is-right .timeline-dot {
  grid-column: 2;
}

.timeline-item.is-right .timeline-year {
  grid-column: 3;
  justify-self: start;
  margin-left: 36px;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.network-visual {
  min-height: 560px;
}

.network-visual img {
  object-position: 50% 50%;
}

.why-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  gap: 18px;
  align-content: stretch;
}

.why-copy p {
  max-width: none;
  margin: 0;
  min-height: 154px;
}

.single-document {
  width: min(920px, calc(100% - 96px));
  padding-top: 190px;
}

.single-document .about-sections {
  max-width: 920px;
}

.site-footer {
  padding: 34px max(48px, calc((100% - var(--max)) / 2));
  background: var(--bg);
  border-top: 1px solid rgba(255, 80, 76, 0.16);
}

.site-footer p,
.site-footer a {
  margin: 0;
  color: rgba(236, 224, 226, 0.64);
  font-size: 0.9rem;
}

.footer-columns {
  display: flex;
  gap: 22px;
}

.footer-columns div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}

.footer-columns h3 {
  margin: 0 6px 0 0;
  color: #ffffff;
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.72, 0.18, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item.reveal {
  transition-delay: 70ms;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-dynamics-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes hero-scan {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }

  18%,
  62% {
    opacity: 0.42;
  }

  100% {
    opacity: 0;
    transform: translateX(18%);
  }
}

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

@keyframes core-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: rotate(45deg) scale(0.92);
  }

  50% {
    opacity: 1;
    transform: rotate(45deg) scale(1.08);
  }
}

@keyframes data-drift {
  0%,
  100% {
    transform: translateX(-10px);
    opacity: 0.28;
  }

  50% {
    transform: translateX(14px);
    opacity: 0.9;
  }
}

@media (max-width: 1100px) {
  .site-header {
    padding: 18px 24px;
  }

  .primary-nav {
    gap: 16px;
    font-size: 0.88rem;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 70px;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-mark img {
    width: 48px;
    height: 48px;
  }

  .brand-word strong {
    font-size: 2.1rem;
  }

  .brand-word span {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .primary-nav {
    position: fixed;
    top: 70px;
    right: 16px;
    left: 16px;
    display: none;
    max-height: calc(100vh - 92px);
    overflow: auto;
    padding: 16px;
    align-items: stretch;
    justify-content: start;
    flex-direction: column;
    gap: 4px;
    border: 1px solid rgba(255, 80, 76, 0.18);
    border-radius: 8px;
    background: rgba(18, 4, 7, 0.98);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    min-height: 44px;
    padding: 0 6px;
  }

  .company-hero {
    min-height: 720px;
    padding: 124px 16px 100px;
    background-position: 58% center;
  }

  .company-hero h1 {
    font-size: 42px;
    line-height: 1.12;
  }

  .company-hero-copy > p:not(.section-kicker) {
    font-size: 1rem;
    line-height: 1.72;
  }

  .hero-dynamics {
    right: -86px;
    top: 26%;
    width: 280px;
    opacity: 0.32;
  }

  .data-node {
    display: none;
  }

  .contact-section {
    padding: 48px 16px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-links {
    justify-self: stretch;
    width: 100%;
  }

  .about-content,
  .single-document {
    width: min(100% - 32px, var(--max));
  }

  .about-content {
    margin-top: -32px;
    gap: 56px;
    padding-bottom: 86px;
  }

  .single-document {
    margin-top: 0;
    padding-top: 124px;
  }

  .company-snapshot dl,
  .feature-split,
  .vision-list,
  .why-layout,
  .why-copy {
    grid-template-columns: 1fr;
  }

  .feature-split,
  .why-layout {
    gap: 24px;
  }

  .operator-visual,
  .network-visual {
    min-height: 420px;
  }

  .wide-visual {
    aspect-ratio: 1.28;
    margin: 28px 0 24px;
  }

  .visual-frame figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }

  .about-sections {
    gap: 68px;
  }

  .about-panel h1 {
    font-size: 2.35rem;
  }

  .about-panel h2 {
    font-size: 2.05rem;
  }

  .timeline-list {
    gap: 26px;
    margin-top: 38px;
    padding-left: 28px;
    width: 100%;
  }

  .timeline-list::before {
    left: 16px;
  }

  .timeline-item,
  .timeline-item.is-left,
  .timeline-item.is-right {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 0;
  }

  .timeline-item.is-left .timeline-dot,
  .timeline-item.is-right .timeline-dot {
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: start;
  }

  .timeline-item.is-left .timeline-year,
  .timeline-item.is-right .timeline-year {
    grid-column: 2;
    justify-self: start;
    margin: 0 0 14px;
    font-size: 2rem;
  }

  .timeline-item.is-left .timeline-card,
  .timeline-item.is-right .timeline-card {
    grid-column: 2;
    justify-self: stretch;
    max-width: none;
    margin: 0;
    padding: 22px 20px;
  }

  .timeline-item.is-left .timeline-card::before,
  .timeline-item.is-right .timeline-card::before {
    right: auto;
    left: -14px;
    border-right: 14px solid #a90d1a;
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .company-hero h1 {
    font-size: 38px;
  }

  .operator-visual,
  .network-visual {
    min-height: 360px;
  }

  .wide-visual {
    aspect-ratio: 1;
  }

  .visual-frame figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    border-width: 1px 0 0;
    border-radius: 0;
    background: rgba(9, 2, 3, 0.92);
  }

  .footer-columns div {
    display: grid;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .company-hero-copy,
  .hero-dynamics,
  .reveal {
    opacity: 1;
    transform: none;
  }
}
