.akp-section,
.market-section {
  scroll-margin-top: 88px;
}

/* The V3 mega-menu no longer needs the repeated generic briefing label. */
.mega-links::before {
  display: none;
  content: none;
}

.akp-section {
  position: relative;
  color: #eef8fb;
  background:
    radial-gradient(circle at 14% 12%, rgba(48, 190, 233, .16), transparent 31%),
    linear-gradient(145deg, #020b15 0%, #041a2d 54%, #020914 100%);
}

.akp-section::before,
.market-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.akp-section::before {
  opacity: .4;
  background-image:
    linear-gradient(rgba(110, 213, 244, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 213, 244, .055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.akp-shell,
.market-shell {
  position: relative;
  z-index: 1;
}

.akp-heading {
  display: grid;
  grid-template-columns: minmax(180px, .3fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 112px);
  align-items: end;
  margin-block-end: clamp(42px, 6vw, 82px);
}

.akp-heading > div {
  min-width: 0;
}

.akp-heading > div:first-child {
  display: grid;
  gap: 1rem;
  align-self: start;
}

.akp-heading > div:first-child > span,
.akp-specification-head > span {
  color: #71dcfa;
  direction: ltr;
  font: 600 .68rem/1.4 "Inter Tight", sans-serif;
  letter-spacing: .18em;
  text-align: right;
}

.akp-heading .section-kicker {
  margin: 0;
  color: #9bb5c0;
}

.akp-heading h2 {
  max-width: 11ch;
  margin: 0;
  color: #f5fbfd;
  font-size: clamp(3.5rem, 7vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .94;
}

.akp-heading > div:last-child > p {
  max-width: 50rem;
  margin: 1.6rem 0 0;
  color: #9fb5be;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.72;
}

.akp-stage {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(113, 220, 250, .28);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .34);
}

.akp-visual {
  position: relative;
  display: grid;
  min-width: 0;
  margin: 0;
  padding: clamp(22px, 3vw, 44px);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(6, 28, 49, .94), rgba(1, 10, 19, .98));
}

.akp-visual::after {
  position: absolute;
  inset: 7% auto auto 7%;
  width: 42%;
  aspect-ratio: 1;
  content: "";
  border: 1px dashed rgba(113, 220, 250, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(113, 220, 250, .018), 0 0 0 68px rgba(113, 220, 250, .012);
}

.akp-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: contain;
  border: 1px solid rgba(113, 220, 250, .23);
}

.akp-visual figcaption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  justify-content: space-between;
  margin-block-start: 1.1rem;
  color: #8ea8b3;
  font-size: .78rem;
}

.akp-visual figcaption span {
  color: #71dcfa;
  direction: ltr;
  font: 600 .64rem/1.5 "Inter Tight", sans-serif;
  letter-spacing: .14em;
}

.akp-visual figcaption strong {
  color: #c8d9df;
  font-weight: 500;
}

.akp-specification {
  min-width: 0;
  padding: clamp(30px, 4.5vw, 70px);
  background: rgba(3, 15, 27, .9);
  border-inline-start: 1px solid rgba(113, 220, 250, .22);
}

.akp-specification-head h3 {
  margin: .65rem 0 2rem;
  color: #f3f9fb;
  font-size: clamp(2rem, 3.3vw, 4.1rem);
  font-weight: 500;
  line-height: 1.05;
}

.akp-specification dl {
  margin: 0;
}

.akp-specification dl > div {
  display: grid;
  grid-template-columns: minmax(130px, .72fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  min-height: 64px;
  border-block-start: 1px solid rgba(147, 197, 215, .17);
}

.akp-specification dt {
  color: #cbd9de;
  font-weight: 600;
}

.akp-specification dd {
  min-width: 0;
  margin: 0;
  color: #ffffff;
  font: 500 clamp(1.05rem, 1.7vw, 1.45rem)/1.25 "Inter Tight", "Heebo", sans-serif;
  text-align: left;
}

.akp-specification dd small {
  display: block;
  margin-block-start: .2rem;
  color: #85a1ac;
  font-size: .7em;
}

.akp-operating-principle {
  margin-block-start: 1.4rem;
  padding: 1.4rem 1.5rem;
  color: #06121a;
  background: linear-gradient(112deg, #dbf6fe, #78d9f5);
}

.akp-operating-principle span {
  display: block;
  font-size: .76rem;
  font-weight: 700;
}

.akp-operating-principle p {
  margin: .65rem 0 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

.akp-capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-block-start: 1px;
  background: rgba(113, 220, 250, .22);
  border: 1px solid rgba(113, 220, 250, .22);
}

.akp-capabilities article {
  min-width: 0;
  min-height: 190px;
  padding: clamp(24px, 3vw, 42px);
  background: #05131f;
}

.akp-capabilities article + article {
  border-inline-start: 1px solid rgba(113, 220, 250, .18);
}

.akp-capabilities span {
  color: #71dcfa;
  direction: ltr;
  font: 600 .66rem/1 "Inter Tight", sans-serif;
  letter-spacing: .15em;
}

.akp-capabilities h3 {
  margin: 2.1rem 0 .7rem;
  color: #f0f7f9;
  font-size: clamp(1.25rem, 1.8vw, 1.8rem);
  font-weight: 500;
}

.akp-capabilities p {
  margin: 0;
  color: #91a8b2;
  line-height: 1.6;
}

.akp-disclaimer {
  margin: 0;
  padding-block-start: 1.3rem;
  color: #708b96;
  font-size: .78rem;
}

.market-section {
  position: relative;
  color: #11181b;
  background: #edf0ed;
}

.market-section::before {
  opacity: .5;
  background:
    linear-gradient(rgba(24, 52, 61, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 52, 61, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.market-heading {
  display: grid;
  grid-template-columns: minmax(130px, .22fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
  margin-block-end: clamp(42px, 6vw, 76px);
}

.market-heading > span {
  color: #177895;
  direction: ltr;
  font: 700 .7rem/1.4 "Inter Tight", sans-serif;
  letter-spacing: .17em;
  text-align: right;
}

.market-heading > div {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: end;
  min-width: 0;
}

.market-heading h2 {
  margin: 0;
  color: #0a1114;
  font-size: clamp(3.5rem, 7vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .92;
}

.market-heading p {
  margin: 0;
  padding-block-start: 1.2rem;
  color: #526269;
  border-block-start: 1px solid rgba(28, 64, 76, .24);
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.75;
}

.market-thesis {
  position: relative;
  margin: 0 0 clamp(22px, 3vw, 38px);
  padding: clamp(28px, 4vw, 54px);
  overflow: hidden;
  color: #ecf8fb;
  background: linear-gradient(115deg, #07151c, #0a2836 68%, #0e5268);
  border-inline-start: 5px solid #68d6f4;
}

.market-thesis::after {
  position: absolute;
  inset: auto auto -120px -70px;
  width: 270px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(104, 214, 244, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(104, 214, 244, .035), 0 0 0 72px rgba(104, 214, 244, .02);
}

.market-thesis p {
  position: relative;
  z-index: 1;
  max-width: 48ch;
  margin: 0;
  font-size: clamp(1.45rem, 2.35vw, 2.65rem);
  font-weight: 500;
  line-height: 1.38;
}

.market-thesis strong,
.market-thesis bdi {
  color: #8ae3fb;
  font-family: "Inter Tight", sans-serif;
  white-space: nowrap;
}

.market-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(28, 64, 76, .22);
  border: 1px solid rgba(28, 64, 76, .22);
}

.market-metrics article {
  position: relative;
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 330px;
  padding: clamp(28px, 3.5vw, 50px);
  overflow: hidden;
  background: rgba(248, 250, 248, .9);
}

.market-metrics article::after {
  position: absolute;
  inset: auto -22% -46% auto;
  width: 250px;
  aspect-ratio: 1;
  content: "";
  border: 1px dashed rgba(26, 97, 119, .18);
  border-radius: 50%;
}

.market-metrics article.is-focus {
  color: #f2fbfd;
  background: #0a2733;
  box-shadow: inset 0 0 0 2px #52cbea;
}

.market-metrics small {
  color: #43575f;
  font-size: .98rem;
}

.market-metrics .is-focus small {
  color: #c9e3ea;
}

.market-metrics strong {
  margin-block: 2rem .4rem;
  color: #0c171b;
  font: 500 clamp(3.7rem, 5vw, 6.2rem)/.88 "Inter Tight", sans-serif;
  letter-spacing: -.06em;
  text-align: right;
}

.market-metrics .is-focus strong {
  color: #7fe1fb;
}

.market-metrics span {
  color: #5d7077;
}

.market-metrics .is-focus span {
  color: #9db8c0;
}

.market-metrics b {
  justify-self: start;
  margin-block: 1.8rem;
  padding: .48rem .85rem;
  color: #0f6d89;
  background: rgba(49, 171, 207, .12);
  font-size: .78rem;
  font-weight: 600;
}

.market-metrics .is-focus b {
  color: #94e7fb;
  background: rgba(95, 209, 241, .12);
}

.market-metrics p {
  position: relative;
  z-index: 1;
  margin: auto 0 0;
  color: #607078;
  font-size: .88rem;
}

.market-metrics .is-focus p {
  color: #9eb6be;
}

.market-opportunity {
  display: grid;
  grid-template-columns: minmax(220px, .35fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 64px);
  align-items: center;
  padding: clamp(30px, 4vw, 54px);
  color: #061116;
  background: linear-gradient(108deg, #d9f5fc, #86dff5);
}

.market-opportunity span {
  direction: ltr;
  font: 700 .66rem/1.5 "Inter Tight", sans-serif;
  letter-spacing: .15em;
}

.market-opportunity p {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.9rem);
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .akp-stage {
    grid-template-columns: 1fr;
  }

  .akp-specification {
    border-block-start: 1px solid rgba(113, 220, 250, .22);
    border-inline-start: 0;
  }

  .akp-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .akp-capabilities article:nth-child(3) {
    border-block-start: 1px solid rgba(113, 220, 250, .18);
    border-inline-start: 0;
  }

  .akp-capabilities article:nth-child(4) {
    border-block-start: 1px solid rgba(113, 220, 250, .18);
  }

  .market-heading,
  .market-heading > div {
    grid-template-columns: 1fr;
  }

  .market-metrics {
    grid-template-columns: 1fr;
  }

  .market-metrics article {
    min-height: 250px;
  }
}

@media (max-width: 680px) {
  .akp-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .akp-heading h2,
  .market-heading h2 {
    max-width: none;
    font-size: clamp(2.65rem, 13vw, 4.7rem);
    overflow-wrap: normal;
    word-break: normal;
  }

  .akp-stage,
  .akp-visual,
  .akp-specification,
  .market-shell,
  .market-thesis,
  .market-metrics,
  .market-opportunity {
    min-width: 0;
    max-width: 100%;
  }

  .akp-specification dl > div {
    grid-template-columns: minmax(0, 1fr);
    gap: .35rem;
    padding-block: .8rem;
  }

  .akp-specification dd {
    text-align: right;
  }

  .akp-capabilities {
    grid-template-columns: 1fr;
  }

  .akp-capabilities article + article,
  .akp-capabilities article:nth-child(3) {
    border-block-start: 1px solid rgba(113, 220, 250, .18);
    border-inline-start: 0;
  }

  .akp-capabilities article {
    min-height: 0;
  }

  .market-heading {
    gap: 1.4rem;
  }

  .market-thesis p {
    font-size: clamp(1.25rem, 6.3vw, 1.85rem);
  }

  .market-metrics strong {
    font-size: clamp(3.35rem, 17vw, 5.1rem);
  }

  .market-opportunity {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .akp-section::before,
  .market-section::before {
    background-attachment: initial;
  }
}
