:root {
  --argos: #f36f32;
  --argos-bright: #ff9a5c;
  --argos-deep: #151d35;
  --argos-wash: #fff0e8;
}
.argos-page em {
  color: var(--argos-bright);
}
.argos-page .atlas-kicker,
.argos-page .atlas-eyebrow {
  color: var(--argos-bright);
}
.argos-page .button-small {
  background: var(--argos-bright);
}
.argos-hero {
  position: relative;
  overflow: hidden;
  min-height: 850px;
  padding: 170px 0 52px;
  background: radial-gradient(
    circle at 77% 50%,
    #223252 0,
    #11182c 38%,
    #080d18 75%
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.argos-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
}
.argos-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 70px;
  align-items: center;
}
.argos-copy h1 {
  font-size: clamp(58px, 6.6vw, 96px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  margin: 0 0 30px;
}
.argos-button {
  background: var(--argos-bright);
}
.tactical-stage {
  position: relative;
  aspect-ratio: 1.35;
  background: linear-gradient(145deg, #1d3150, #101a30);
  border: 1px solid rgba(255, 154, 92, 0.25);
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
}
.tactical-stage > .concept-label {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 18px;
  color: rgba(255, 255, 255, 0.42);
}
.pitch-markings {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255, 255, 255, 0.23);
}
.pitch-markings:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
}
.pitch-markings:after {
  content: "";
  position: absolute;
  width: 22%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pitch-markings i {
  position: absolute;
  left: 0;
  width: 17%;
  height: 42%;
  top: 29%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
}
.pitch-markings i:nth-child(2) {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0;
}
.pitch-markings i:nth-child(3) {
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.player {
  position: absolute;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--argos-bright);
  color: #11182c;
  font-size: 11px;
  font-weight: 800;
  border: 4px solid rgba(17, 24, 44, 0.8);
}
.player.rival {
  background: #eef2f6;
}
.p1 {
  left: 20%;
  top: 66%;
}
.p2 {
  left: 46%;
  top: 74%;
}
.p3 {
  left: 75%;
  top: 42%;
}
.p4 {
  left: 50%;
  top: 36%;
}
.p5 {
  left: 73%;
  top: 70%;
}
.ball {
  position: absolute;
  z-index: 4;
  left: 22%;
  top: 69%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  transform: translate(24px, -5px);
}
.tactical-stage svg {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}
.route,
.pass {
  fill: none;
  stroke: var(--argos-bright);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 8 9;
  animation: route 2.8s var(--qf-ease-standard) infinite;
}
.r2 {
  animation-delay: 0.45s;
}
.pass {
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 4 8;
  animation-delay: 0.9s;
}
.play-card {
  position: absolute;
  z-index: 4;
  left: 18px;
  top: 18px;
  padding: 13px 15px;
  background: rgba(8, 13, 24, 0.86);
  border-left: 3px solid var(--argos);
  display: flex;
  flex-direction: column;
}
.play-card span,
.play-card small {
  font-size: 8px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.52);
  text-transform: uppercase;
}
.play-card b {
  font-size: 12px;
  margin: 6px 0;
}
.argos-fragment .fragment-arrow,
.argos-page .role-list span:before {
  color: var(--argos);
}
.argos-fragment .connected-side {
  border-color: var(--argos);
}
.argos-flow-section {
  background: linear-gradient(135deg, #090e1a, var(--argos-deep));
}
.argos-flow-section .atlas-heading {
  color: #fff;
}
.argos-flow-section .atlas-heading > p {
  color: rgba(255, 255, 255, 0.62);
}
.argos-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.argos-flow li {
  position: relative;
  min-height: 310px;
  padding: 28px 23px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 0;
}
.argos-flow li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.argos-flow li:after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 53px;
  z-index: 2;
  color: var(--argos-bright);
  background: var(--argos-deep);
  padding: 2px;
}
.argos-flow li:last-child:after {
  display: none;
}
.argos-flow span {
  font-size: 9px;
  letter-spacing: 0.13em;
  color: var(--argos-bright);
}
.argos-flow h3 {
  font-size: 25px;
  margin: 70px 0 18px;
}
.argos-flow p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
}
.argos-flow .conceptual {
  background: rgba(255, 255, 255, 0.025);
}
.argos-page .capability-grid article > span,
.argos-page .benefit-grid article > span {
  color: var(--argos);
}
.argos-page .capability-grid .conceptual-card {
  background: var(--argos-wash);
}
.argos-showcase {
  background: #e9ebef;
}
.showcase-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 18px;
}
.showcase-grid article {
  background: #fff;
  padding: 18px;
  outline: none;
}
.showcase-grid article:focus {
  box-shadow: 0 0 0 3px var(--argos);
}
.showcase-pitch {
  grid-row: span 2;
}
.showcase-grid h3 {
  font-size: 20px;
  margin: 24px 6px 8px;
}
.showcase-grid p {
  font-size: 13px;
  color: var(--qf-color-stone);
  margin: 0 6px 10px;
}
.mini-field {
  height: 390px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  background: #203b55;
  border: 18px solid #182c42;
}
.mini-field:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(
    90deg,
    transparent 49.8%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 50.2%
  );
}
.mini-field:after {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spot {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--argos-bright);
  border: 3px solid #192b40;
}
.spot.away {
  background: #fff;
}
.spot.a {
  left: 18%;
  top: 65%;
}
.spot.b {
  left: 44%;
  top: 61%;
}
.spot.c {
  left: 72%;
  top: 30%;
}
.spot.d {
  left: 52%;
  top: 32%;
}
.spot.e {
  left: 75%;
  top: 62%;
}
.mini-route {
  position: absolute;
  z-index: 2;
  width: 38%;
  height: 28%;
  border-top: 2px dashed var(--argos-bright);
  border-radius: 50%;
  transform: rotate(-26deg);
}
.mini-route.one {
  left: 20%;
  top: 48%;
}
.mini-route.two {
  left: 50%;
  top: 42%;
  transform: rotate(-46deg);
}
.plan-stack,
.abp-field {
  height: 185px;
  margin-top: 15px;
  background: var(--argos-deep);
}
.plan-stack {
  padding: 22px;
}
.plan-stack i {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-style: normal;
  font-size: 11px;
  color: #fff;
}
.plan-stack b {
  color: var(--argos-bright);
  font-size: 9px;
}
.abp-field {
  position: relative;
  overflow: hidden;
  background: #203b55;
  border: 14px solid #182c42;
}
.abp-field:before {
  content: "";
  position: absolute;
  inset: 10% 60% 10% -1px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.abp-field i {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--argos-bright);
  z-index: 2;
}
.abp-field i:nth-child(1) {
  left: 12%;
  top: 18%;
}
.abp-field i:nth-child(2) {
  left: 30%;
  top: 42%;
}
.abp-field i:nth-child(3) {
  left: 52%;
  top: 30%;
  background: #fff;
}
.abp-field i:nth-child(4) {
  left: 60%;
  top: 55%;
  background: #fff;
}
.abp-field i:nth-child(5) {
  left: 72%;
  top: 27%;
  background: #fff;
}
.argos-benefits {
  background: linear-gradient(135deg, #090e1a, var(--argos-deep));
}
.argos-quickfoot {
  background: #090e1a;
}
.argos-quickfoot a {
  color: var(--argos-bright);
}
.argos-contact {
  background: linear-gradient(135deg, #2d1b1f, #11182c);
}
.argos-page :focus-visible {
  outline-color: var(--argos-bright);
}
@keyframes route {
  0% {
    stroke-dashoffset: 55;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .route,
  .pass {
    animation: none;
  }
}
@media (max-width: 900px) {
  .argos-hero {
    padding-top: 145px;
  }
  .argos-hero-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .tactical-stage {
    width: min(100%, 690px);
    margin: auto;
  }
  .argos-flow {
    grid-template-columns: 1fr;
  }
  .argos-flow li {
    min-height: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
    padding: 25px;
  }
  .argos-flow li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .argos-flow li:after {
    content: "↓";
    right: auto;
    left: 43px;
    top: auto;
    bottom: -12px;
  }
  .argos-flow h3 {
    margin: 26px 0 12px;
  }
  .showcase-grid {
    grid-template-columns: 1fr;
  }
  .showcase-pitch {
    grid-row: auto;
  }
}
@media (max-width: 560px) {
  .argos-hero {
    min-height: auto;
    padding: 130px 0 35px;
  }
  .argos-copy h1 {
    font-size: 50px;
  }
  .tactical-stage {
    aspect-ratio: 0.92;
  }
  .play-card {
    left: 10px;
    top: 10px;
  }
  .player {
    width: 28px;
    height: 28px;
  }
  .mini-field {
    height: 250px;
    border-width: 10px;
  }
  .architecture-note {
    flex-direction: column;
    gap: 9px;
  }
  .showcase-grid article {
    padding: 12px;
  }
  .argos-contact h2 {
    font-size: 42px;
  }
}
