:root {
  --as-ink: #020817;
  --as-navy: #06152e;
  --as-panel: rgba(8, 24, 51, .72);
  --as-cream: #f7f3e9;
  --as-gold: #e2bd73;
  --as-muted: rgba(231, 236, 245, .7);
  --as-line: rgba(226, 189, 115, .22);
}

html[data-as-profile="true"] {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

html[data-as-profile="true"] body {
  overflow-x: hidden;
  background: var(--as-ink);
}

html[data-as-profile="true"] .manifesto3,
html[data-as-profile="true"] .world-intro,
html[data-as-profile="true"] .world-stack,
html[data-as-profile="true"] #builder,
html[data-as-profile="true"] .faq3,
html[data-as-profile="true"] .hero3-dock,
html[data-as-profile="true"] .nav-world {
  display: none !important;
}

.as-profile,
.as-profile * {
  box-sizing: border-box;
}

.as-profile {
  position: relative;
  isolation: isolate;
  color: var(--as-cream);
  font-family: var(--font-body), var(--astrix-future), sans-serif;
}

.as-profile-shell {
  width: min(100%, 1500px);
  margin-inline: auto;
}

.as-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  color: var(--as-gold);
  font: 600 clamp(10px, .72vw, 13px)/1.35 var(--font-body), sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.as-kicker::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--as-gold);
}

.as-kicker span {
  margin-left: auto;
  color: rgba(247, 243, 233, .48);
  font-size: .86em;
  letter-spacing: .15em;
}

.as-profile h2 {
  margin: 0;
  color: var(--as-cream);
  font: 320 clamp(42px, 5vw, 82px)/.98 var(--font-display), sans-serif;
  letter-spacing: -.055em;
}

.as-profile h2 em {
  color: var(--as-gold);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

.as-profile-intro {
  overflow: hidden;
  padding: clamp(86px, 9vw, 148px) clamp(22px, 5vw, 92px);
  background:
    radial-gradient(circle at 78% 18%, rgba(77, 132, 201, .14), transparent 34%),
    radial-gradient(circle at 14% 85%, rgba(226, 189, 115, .1), transparent 32%),
    linear-gradient(180deg, #020817, #06142b);
  border-top: 1px solid rgba(226, 189, 115, .14);
}

.as-profile-intro::before {
  content: "A";
  position: absolute;
  top: -8%;
  right: -1%;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(226, 189, 115, .09);
  font: 260 clamp(280px, 34vw, 560px)/1 var(--font-display), sans-serif;
  transform: rotate(-8deg);
}

.as-profile-intro .as-profile-shell {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(48px, 7vw, 126px);
  align-items: start;
}

.as-profile-story {
  max-width: 760px;
  padding-top: clamp(30px, 5vw, 72px);
}

.as-profile-story > p {
  margin: 0;
  color: var(--as-muted);
  font: 350 clamp(17px, 1.25vw, 21px)/1.72 var(--font-body), sans-serif;
}

.as-profile-story .as-profile-lead {
  margin-bottom: 22px;
  color: var(--as-cream);
  font: 360 clamp(22px, 1.8vw, 31px)/1.45 var(--font-display), sans-serif;
  letter-spacing: -.025em;
}

.as-market-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.as-market-row span {
  min-height: 42px;
  padding: 12px 18px;
  border: 1px solid rgba(226, 189, 115, .25);
  border-radius: 999px;
  color: rgba(247, 243, 233, .84);
  background: rgba(4, 15, 34, .62);
  font: 550 11px/1.4 var(--font-body), sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.as-profile-principles {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(28px, 4.5vw, 62px);
  border-top: 1px solid var(--as-line);
  border-bottom: 1px solid var(--as-line);
}

.as-profile-principles article {
  min-height: 194px;
  padding: 30px clamp(22px, 2.7vw, 44px) 28px;
  border-right: 1px solid var(--as-line);
}

.as-profile-principles article:last-child {
  border-right: 0;
}

.as-profile-principles span {
  color: var(--as-gold);
  font: 600 11px/1 var(--font-body), sans-serif;
  letter-spacing: .14em;
}

.as-profile-principles h3 {
  margin: 38px 0 9px;
  color: var(--as-cream);
  font: 430 clamp(19px, 1.5vw, 26px)/1.18 var(--font-display), sans-serif;
  letter-spacing: -.03em;
}

.as-profile-principles p {
  max-width: 390px;
  margin: 0;
  color: var(--as-muted);
  font: 370 15px/1.62 var(--font-body), sans-serif;
}

.as-universe {
  overflow: hidden;
  padding: clamp(82px, 8vw, 132px) clamp(22px, 5vw, 92px) clamp(96px, 9vw, 150px);
  background:
    linear-gradient(rgba(226, 189, 115, .025) 1px, transparent 1px),
    radial-gradient(circle at 72% 40%, rgba(77, 125, 191, .18), transparent 36%),
    #020a1d;
  background-size: 100% 84px, auto, auto;
  border-top: 1px solid rgba(226, 189, 115, .13);
  border-bottom: 1px solid rgba(226, 189, 115, .14);
}

.as-universe-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, .64fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: end;
  margin-bottom: 44px;
}

.as-universe-head > p {
  max-width: 580px;
  margin: 0 0 8px;
  color: var(--as-muted);
  font: 360 clamp(16px, 1.15vw, 20px)/1.7 var(--font-body), sans-serif;
}

.as-category-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
  border: 1px solid rgba(226, 189, 115, .19);
  background: rgba(2, 9, 26, .62);
}

.as-category-tabs button {
  position: relative;
  min-height: 58px;
  padding: 14px 18px;
  border-right: 1px solid rgba(226, 189, 115, .16);
  color: rgba(247, 243, 233, .58);
  background: transparent;
  font: 560 clamp(11px, .9vw, 14px)/1.3 var(--font-body), sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.as-category-tabs button:last-child {
  border-right: 0;
}

.as-category-tabs button span {
  margin-right: 10px;
  color: var(--as-gold);
  font-size: .8em;
}

.as-category-tabs button::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -1px;
  left: 22px;
  height: 2px;
  background: var(--as-gold);
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity .2s ease, transform .2s ease;
}

.as-category-tabs button:hover,
.as-category-tabs button:focus-visible,
.as-category-tabs button.is-active {
  color: var(--as-cream);
  background: rgba(226, 189, 115, .07);
}

.as-category-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.as-universe-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.52fr);
  gap: 18px;
}

.as-planet-index {
  display: grid;
  align-content: stretch;
  min-height: 620px;
  border: 1px solid rgba(226, 189, 115, .18);
  background: rgba(3, 13, 31, .78);
}

.as-planet-index button {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  min-height: 78px;
  padding: 15px 22px;
  border-bottom: 1px solid rgba(226, 189, 115, .14);
  color: rgba(247, 243, 233, .56);
  background: transparent;
  text-align: left;
  transition: color .22s ease, background .22s ease, padding .22s ease;
}

.as-planet-index button:last-child {
  border-bottom: 0;
}

.as-planet-index button > span {
  color: var(--as-gold);
  font: 600 11px/1 var(--font-body), sans-serif;
  letter-spacing: .14em;
}

.as-planet-index button > b {
  min-width: 0;
  font: 430 clamp(14px, 1.05vw, 18px)/1.3 var(--font-display), sans-serif;
  letter-spacing: -.025em;
}

.as-planet-index button > i {
  justify-self: end;
  color: var(--as-gold);
  font-style: normal;
  opacity: .34;
  transform: translate(-3px, 3px);
  transition: opacity .22s ease, transform .22s ease;
}

.as-planet-index button:hover,
.as-planet-index button:focus-visible,
.as-planet-index button.is-active {
  padding-left: 28px;
  color: var(--as-cream);
  background: linear-gradient(90deg, rgba(226, 189, 115, .16), rgba(226, 189, 115, .025));
}

.as-planet-index button.is-active > i {
  opacity: 1;
  transform: translate(0, 0);
}

.as-category-tabs button:focus-visible,
.as-planet-index button:focus-visible,
.as-planet-link:focus-visible,
.as-partner-card a:focus-visible {
  outline: 2px solid var(--as-gold);
  outline-offset: -3px;
}

.as-planet-preview {
  --planet-accent: var(--as-gold);
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(226, 189, 115, .25);
  background: #07142c;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.as-planet-preview::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--planet-accent), transparent);
  opacity: .75;
}

.as-planet-media {
  position: absolute;
  inset: 0;
  background-color: #06142c;
  background-position: center;
  background-size: cover;
}

.as-planet-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .96;
  transform: scale(1.01);
  transition: opacity .45s ease;
}

.as-planet-preview:not(.is-video-ready) .as-planet-media video {
  opacity: .78;
}

.as-planet-media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 7, 20, .97) 0%, rgba(1, 7, 20, .82) 40%, rgba(1, 7, 20, .28) 76%, rgba(1, 7, 20, .18) 100%),
    linear-gradient(0deg, rgba(1, 7, 20, .94), transparent 55%);
}

.as-motion-label {
  position: absolute;
  top: 24px;
  right: 26px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 9px 13px;
  color: rgba(247, 243, 233, .78);
  background: rgba(2, 8, 23, .58);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  font: 560 9px/1 var(--font-body), sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.as-motion-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--planet-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--planet-accent) 18%, transparent);
}

.as-planet-copy {
  position: relative;
  z-index: 2;
  align-self: end;
  max-width: 730px;
  padding: clamp(34px, 4.2vw, 68px);
}

.as-planet-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 18px;
  margin-bottom: 22px;
}

.as-planet-number {
  color: var(--planet-accent);
  font: 650 12px/1 var(--font-body), sans-serif;
  letter-spacing: .16em;
}

.as-planet-eyebrow {
  color: rgba(247, 243, 233, .66);
  font: 570 10px/1.35 var(--font-body), sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.as-planet-title {
  max-width: 880px;
  margin: 0;
  color: var(--as-cream);
  font: 350 clamp(42px, 5.4vw, 84px)/.94 var(--font-display), sans-serif;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.as-planet-tagline {
  margin: 20px 0 0;
  color: var(--planet-accent);
  font: 420 clamp(17px, 1.45vw, 24px)/1.35 var(--font-display), sans-serif;
  letter-spacing: -.03em;
}

.as-planet-description {
  max-width: 670px;
  margin: 17px 0 0;
  color: rgba(247, 243, 233, .75);
  font: 360 clamp(14px, 1vw, 17px)/1.64 var(--font-body), sans-serif;
}

.as-planet-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.as-planet-capabilities span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: rgba(247, 243, 233, .78);
  background: rgba(2, 9, 25, .54);
  font: 520 10px/1.35 var(--font-body), sans-serif;
  letter-spacing: .05em;
}

.as-planet-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  min-width: min(100%, 310px);
  min-height: 55px;
  margin-top: 28px;
  padding: 0 22px;
  border-radius: 999px;
  color: #041126;
  background: linear-gradient(135deg, #f2d18d, #d5a956);
  font: 650 11px/1.2 var(--font-body), sans-serif;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease;
}

.as-planet-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 36px rgba(226, 189, 115, .22);
}

.as-planet-link > span,
.as-partner-card a > b,
.as-planet-index button > i {
  font-family: Arial, sans-serif !important;
  font-variant-emoji: text;
}

.as-planet-preview.is-changing .as-planet-copy {
  animation: as-preview-in .44s cubic-bezier(.2, .75, .2, 1) both;
}

@keyframes as-preview-in {
  from { opacity: .15; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

html[data-as-profile="true"] .system {
  min-height: auto !important;
  padding: clamp(88px, 8vw, 132px) clamp(22px, 5vw, 92px) !important;
  background-position: center !important;
}

html[data-as-profile="true"] .system-copy h2 {
  max-width: 980px !important;
  font-size: clamp(42px, 5.3vw, 86px) !important;
  line-height: .98 !important;
}

html[data-as-profile="true"] .system-copy h2 em {
  color: var(--as-gold) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-style: normal !important;
}

html[data-as-profile="true"] .system-steps {
  margin-top: clamp(46px, 5vw, 74px) !important;
}

html[data-as-profile="true"] .system-numbers {
  margin-top: clamp(42px, 5vw, 70px) !important;
}

.as-network {
  padding: clamp(86px, 8vw, 132px) clamp(22px, 5vw, 92px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 24%, rgba(226, 189, 115, .09), transparent 26%),
    linear-gradient(135deg, #07162f, #020817 58%);
  border-top: 1px solid rgba(226, 189, 115, .15);
}

.as-network-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, .72fr);
  gap: clamp(56px, 8vw, 130px);
  align-items: center;
}

.as-network-copy {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--as-muted);
  font: 360 clamp(16px, 1.15vw, 20px)/1.72 var(--font-body), sans-serif;
}

.as-network-markets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 680px;
  margin-top: 38px;
  border-top: 1px solid var(--as-line);
  border-bottom: 1px solid var(--as-line);
}

.as-network-markets span {
  padding: 18px 12px;
  border-right: 1px solid var(--as-line);
  color: var(--as-cream);
  font: 550 11px/1.3 var(--font-body), sans-serif;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}

.as-network-markets span:last-child {
  border-right: 0;
}

.as-partner-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(226, 189, 115, .32);
  background: linear-gradient(145deg, rgba(226, 189, 115, .11), rgba(6, 21, 46, .82));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .25);
}

.as-partner-card::after {
  content: "\2197\FE0E";
  position: absolute;
  top: -36px;
  right: -10px;
  color: rgba(226, 189, 115, .07);
  font: 300 180px/1 Arial, sans-serif;
  font-variant-emoji: text;
}

.as-partner-card > span {
  color: var(--as-gold);
  font: 620 10px/1.3 var(--font-body), sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.as-partner-card h3 {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--as-cream);
  font: 360 clamp(29px, 2.7vw, 46px)/1.08 var(--font-display), sans-serif;
  letter-spacing: -.045em;
}

.as-partner-card p {
  margin: 22px 0 0;
  color: var(--as-muted);
  font: 360 15px/1.68 var(--font-body), sans-serif;
}

.as-partner-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  margin-top: 34px;
  padding: 0 20px;
  border: 1px solid rgba(226, 189, 115, .42);
  border-radius: 999px;
  color: var(--as-gold);
  font: 620 11px/1.2 var(--font-body), sans-serif;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

html[data-as-profile="true"] .ceo-message {
  padding: clamp(84px, 8vw, 128px) clamp(22px, 5vw, 92px) !important;
}

html[data-as-profile="true"] .ceo-layout {
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr) !important;
  gap: clamp(42px, 6vw, 94px) !important;
  align-items: center !important;
}

html[data-as-profile="true"] .ceo-portrait {
  position: relative !important;
  top: auto !important;
  max-width: 480px !important;
}

html[data-as-profile="true"] .ceo-copy h2 {
  margin-bottom: 28px !important;
  font-size: clamp(48px, 5vw, 82px) !important;
  line-height: .92 !important;
}

html[data-as-profile="true"] .ceo-lead {
  max-width: 850px !important;
  font-size: clamp(17px, 1.28vw, 22px) !important;
}

html[data-as-profile="true"] .ceo-highlight {
  margin-top: 26px !important;
  padding-block: 16px !important;
  font-size: clamp(18px, 1.45vw, 25px) !important;
}

html[data-as-profile="true"] .ceo-full-message {
  margin-top: 26px !important;
}

html[data-as-profile="true"] .contact3 {
  min-height: auto !important;
  padding-block: clamp(92px, 10vw, 160px) !important;
}

html[data-as-profile="true"] .contact3 h2 {
  font-size: clamp(58px, 8vw, 130px) !important;
}

html[data-as-profile="true"] .footer3 {
  padding-top: 64px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 1100px) {
  .as-profile-intro .as-profile-shell,
  .as-universe-head,
  .as-network-grid {
    grid-template-columns: 1fr;
  }

  .as-profile-story {
    max-width: 860px;
    padding-top: 0;
  }

  .as-universe-head > p {
    max-width: 720px;
  }

  .as-universe-layout {
    grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr);
  }

  .as-planet-title {
    font-size: clamp(40px, 6vw, 68px);
  }

  .as-network-grid {
    gap: 54px;
  }

  .as-partner-card {
    max-width: 760px;
  }
}

@media (max-width: 820px) {
  html[data-as-profile="true"] {
    scroll-padding-top: 82px;
  }

  .as-profile h2 {
    font-size: clamp(40px, 9vw, 64px);
  }

  .as-profile-principles {
    grid-template-columns: 1fr;
  }

  .as-profile-principles article {
    min-height: 154px;
    border-right: 0;
    border-bottom: 1px solid var(--as-line);
  }

  .as-profile-principles article:last-child {
    border-bottom: 0;
  }

  .as-profile-principles h3 {
    margin-top: 24px;
  }

  .as-universe-layout {
    grid-template-columns: 1fr;
  }

  .as-category-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .as-category-tabs::-webkit-scrollbar {
    display: none;
  }

  .as-category-tabs button {
    flex: 0 0 auto;
    min-width: 210px;
    min-height: 52px;
    scroll-snap-align: start;
  }

  .as-planet-index {
    display: flex;
    min-height: 0;
    overflow-x: auto;
    border: 0;
    background: transparent;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .as-planet-index::-webkit-scrollbar {
    display: none;
  }

  .as-planet-index button {
    flex: 0 0 min(76vw, 310px);
    grid-template-columns: 38px minmax(0, 1fr) 22px;
    min-height: 64px;
    border: 1px solid rgba(226, 189, 115, .18);
    border-right: 0;
    scroll-snap-align: start;
  }

  .as-planet-index button:last-child {
    border-right: 1px solid rgba(226, 189, 115, .18);
  }

  .as-planet-index button:hover,
  .as-planet-index button:focus-visible,
  .as-planet-index button.is-active {
    padding-left: 22px;
  }

  .as-planet-preview {
    min-height: 650px;
  }

  .as-planet-media-shade {
    background:
      linear-gradient(0deg, rgba(1, 7, 20, .98) 0%, rgba(1, 7, 20, .82) 58%, rgba(1, 7, 20, .18) 100%);
  }

  .as-planet-copy {
    padding: 34px;
  }

  html[data-as-profile="true"] .ceo-layout {
    grid-template-columns: 1fr !important;
  }

  html[data-as-profile="true"] .ceo-portrait {
    max-width: 520px !important;
  }
}

@media (max-width: 560px) {
  .as-profile-intro,
  .as-universe,
  .as-network {
    padding-inline: 18px;
  }

  .as-kicker {
    gap: 10px;
    letter-spacing: .15em;
  }

  .as-kicker::before {
    width: 24px;
  }

  .as-kicker span {
    display: none;
  }

  .as-profile h2 {
    font-size: clamp(37px, 11vw, 54px);
    line-height: 1.02;
  }

  .as-profile-story .as-profile-lead {
    font-size: 20px;
  }

  .as-profile-story > p {
    font-size: 15px;
  }

  .as-market-row {
    gap: 7px;
  }

  .as-market-row span {
    min-height: 38px;
    padding: 10px 13px;
    font-size: 9px;
  }

  .as-profile-principles article {
    padding-inline: 20px;
  }

  .as-universe-head {
    gap: 28px;
    margin-bottom: 32px;
  }

  .as-universe-head > p {
    font-size: 15px;
  }

  .as-category-tabs button {
    min-width: 190px;
    font-size: 10px;
  }

  .as-planet-index button {
    flex-basis: 82vw;
  }

  .as-planet-preview {
    min-height: 610px;
  }

  .as-motion-label {
    top: 16px;
    right: 16px;
  }

  .as-planet-copy {
    padding: 28px 22px 26px;
  }

  .as-planet-title {
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .as-planet-tagline {
    margin-top: 14px;
    font-size: 16px;
  }

  .as-planet-description {
    font-size: 14px;
    line-height: 1.58;
  }

  .as-planet-capabilities {
    margin-top: 18px;
  }

  .as-planet-capabilities span {
    font-size: 9px;
  }

  .as-planet-link {
    width: 100%;
    min-width: 0;
    margin-top: 22px;
  }

  .as-network-markets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .as-network-markets span:nth-child(2) {
    border-right: 0;
  }

  .as-network-markets span:nth-child(-n+2) {
    border-bottom: 1px solid var(--as-line);
  }

  .as-partner-card {
    padding: 28px 22px;
  }

  .as-partner-card::after {
    display: none;
  }

  html[data-as-profile="true"] .system,
  html[data-as-profile="true"] .ceo-message {
    padding-inline: 18px !important;
  }

  html[data-as-profile="true"] .system-copy h2,
  html[data-as-profile="true"] .ceo-copy h2 {
    font-size: clamp(39px, 11.5vw, 56px) !important;
  }

  html[data-as-profile="true"] .contact3 {
    padding-inline: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-as-profile="true"] {
    scroll-behavior: auto;
  }

  .as-planet-preview.is-changing .as-planet-copy {
    animation: none;
  }

  .as-motion-label {
    display: none;
  }

  .as-category-tabs button,
  .as-planet-index button,
  .as-planet-link {
    transition: none;
  }
}

/* Keep the primary hero actions readable on laptops using 125–150% display scaling. */
html[data-as-profile="true"] .hero3 .hero3-actions > a,
html[data-as-profile="true"] .hero3 .hero3-actions > button {
  min-width: 0 !important;
  white-space: nowrap !important;
}

@media (min-width: 801px) {
  html[data-as-profile="true"] .hero3 .hero3-actions {
    left: 6.2% !important;
    width: min(1120px, 87.6vw) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html[data-as-profile="true"] .hero3 .hero3-actions > a,
  html[data-as-profile="true"] .hero3 .hero3-actions > button {
    padding-inline: clamp(22px, 2vw, 34px) !important;
    font-size: clamp(16px, 1.35vw, 21px) !important;
    letter-spacing: -.025em !important;
  }

  html[data-as-profile="true"] .hero3 .hero3-actions svg {
    margin-left: 14px !important;
  }
}
