@import url("/3/style.css");

/* Shared inner-page system for the promoted cobalt direction. */
.skip-link {
  position: fixed;
  top: -70px;
  left: 16px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ice);
  color: var(--ink);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: block;
  height: 86px;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 247, 251, 0.9);
  backdrop-filter: blur(18px);
}

.site-header .nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.site-header .brand img,
.site-footer .brand img {
  width: 42px;
  height: 42px;
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 29px;
}

.nav-links a {
  color: #48506a;
  text-decoration: none;
  font-size: 0.73rem;
}

.nav-links a[aria-current="page"] {
  color: var(--blue);
}

.nav-links .nav-cta {
  padding: 11px 17px;
  border-radius: 999px;
  color: white;
  background: var(--blue);
  font-weight: 700;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 12px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
}

.menu-button span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 4px 0;
  background: white;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 135px 0 105px;
  border-bottom: 1px solid var(--line);
}

.page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  right: -240px;
  top: -270px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 45% 45%,
    #5270ff,
    var(--blue) 48%,
    var(--blue-deep)
  );
  opacity: 0.95;
}

.page-hero .wrap {
  position: relative;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--blue);
  font: 700 0.64rem/1 var(--mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 980px;
  margin: 0;
  font: 400 clamp(4rem, 7.4vw, 8rem) / 0.86 var(--serif);
  letter-spacing: -0.07em;
}

.accent {
  color: var(--blue);
  font-style: italic;
}

.lede {
  max-width: 760px;
  margin: 32px 0 0;
  color: #5e667a;
  font-size: 1.04rem;
}

.compact-lede {
  max-width: 620px;
}

.section {
  padding: 120px 0;
}

.section-tight {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section:nth-of-type(even) {
  background: rgba(222, 230, 245, 0.24);
}

.section-head {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}

.section-head h2,
.split h2,
.prose h2,
.band h2 {
  margin: 0;
  font: 400 clamp(3rem, 5.4vw, 6rem) / 0.92 var(--serif);
  letter-spacing: -0.06em;
}

.section-copy {
  margin: 0;
  color: #687087;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.panel {
  position: relative;
  min-height: 350px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
}

.panel:nth-child(2) {
  background: var(--ice);
}

.panel:nth-child(3) {
  color: white;
  background: var(--blue);
}

.panel::after {
  content: attr(data-index);
  position: absolute;
  right: 24px;
  top: 22px;
  font: 700 0.6rem var(--mono);
  opacity: 0.5;
}

.panel-icon {
  width: 42px;
  margin-bottom: 82px;
  color: var(--blue);
}

.panel:nth-child(3) .panel-icon {
  color: white;
}

.panel h3,
.step h3,
.technical-card h3,
.contact-card h3 {
  margin: 0 0 12px;
  font: 400 1.65rem/1.1 var(--serif);
}

.panel p,
.step p,
.technical-card p,
.contact-card p {
  margin: 0;
  color: #657087;
}

.panel:nth-child(3) p {
  color: rgba(255, 255, 255, 0.72);
}

.panel-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 0.72rem;
  font-weight: 700;
  text-underline-offset: 5px;
}

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

.step {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.step-num {
  color: var(--blue);
  font: 700 0.6rem var(--mono);
  letter-spacing: 0.08em;
}

.step h3 {
  margin-top: 75px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.bullets {
  border-top: 1px solid var(--line);
}

.bullet {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.bullet-num {
  color: var(--blue);
  font: 700 0.65rem var(--mono);
}

.bullet strong,
.bullet span {
  display: block;
}

.bullet strong {
  font: 400 1.35rem var(--serif);
}

.bullet div span {
  margin-top: 6px;
  color: #687087;
  font-size: 0.88rem;
}

.content-grid {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 80px;
}

.side-label {
  color: var(--blue);
  font: 700 0.64rem/1.4 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.prose {
  max-width: 900px;
}

.prose h2 {
  margin-bottom: 35px;
}

.prose h2:not(:first-child) {
  margin-top: 70px;
}

.prose h3 {
  margin: 35px 0 8px;
  font: 400 1.65rem var(--serif);
}

.prose p,
.prose li {
  color: #566077;
}

.prose a {
  color: var(--blue);
  text-underline-offset: 4px;
}

.rule {
  height: 1px;
  margin: 60px 0;
  border: 0;
  background: var(--line);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.73rem;
  font-weight: 700;
}

.button-primary {
  border-color: var(--blue);
  color: white;
  background: var(--blue);
}

.button-secondary {
  background: white;
}

.metric-strip {
  border-block: 1px solid var(--line);
  background: white;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metric {
  padding: 26px 22px;
  border-right: 1px solid var(--line);
}

.metric:last-child {
  border-right: 0;
}

.metric strong,
.metric span {
  display: block;
}

.metric strong {
  font: 400 1.4rem var(--serif);
}

.metric span {
  margin-top: 4px;
  color: #697187;
  font-size: 0.68rem;
}

.availability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.availability-card {
  padding: clamp(32px, 4vw, 56px);
  border-radius: 32px;
  color: white;
  background: var(--blue);
}

.availability-card:nth-child(2) {
  color: var(--ink);
  background: var(--ice);
}

.status-chip {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font: 700 0.58rem var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gpu-name {
  margin: 58px 0 8px;
  font: 400 clamp(2.4rem, 4vw, 4.6rem) / 0.95 var(--serif);
  letter-spacing: -0.05em;
}

.gpu-memory {
  opacity: 0.68;
}

.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 40px 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.spec {
  padding: 13px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.spec span,
.spec strong {
  display: block;
}

.spec span {
  opacity: 0.6;
  font: 0.58rem var(--mono);
  text-transform: uppercase;
}

.spec strong {
  margin-top: 5px;
  font-size: 0.72rem;
}

.availability-card .button-primary {
  border-color: white;
  color: var(--blue);
  background: white;
}

.availability-card:nth-child(2) .button-primary {
  border-color: var(--navy);
  color: white;
  background: var(--navy);
}

.market-box {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  overflow: hidden;
  border-radius: 26px;
  color: white;
  background: var(--navy);
}

.market-intro,
.market-quote {
  padding: clamp(28px, 4vw, 45px);
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.market-intro .eyebrow {
  color: #8c9cff;
}

.market-intro h3,
.market-price {
  margin: 0 0 14px;
  font: 400 2rem var(--serif);
}

.market-intro p,
.market-node,
.market-sources {
  color: #aeb6cc;
  font-size: 0.72rem;
}

.market-sources a {
  color: white;
}

.market-quote > span {
  color: #8c9cff;
  font: 700 0.6rem var(--mono);
}

.market-price {
  margin-top: 28px;
}

.market-price small {
  display: block;
  margin-top: 5px;
  color: #aeb6cc;
  font: 0.62rem var(--mono);
}

.technical-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.technical-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: white;
}

.technical-card:nth-child(2),
.technical-card:nth-child(3) {
  background: var(--ice);
}

.technical-card > span {
  color: var(--blue);
  font: 700 0.6rem var(--mono);
}

.technical-card h3 {
  margin-top: 45px;
}

.billing-box {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
  margin-top: 18px;
  padding: clamp(32px, 5vw, 60px);
  border-radius: 28px;
  color: white;
  background: var(--navy);
}

.billing-box h3 {
  font: 400 1.9rem var(--serif);
}

.billing-box p {
  color: #aeb6cc;
}

.formula-stack {
  display: grid;
  gap: 12px;
}

.formula-stack code,
.handover-console code {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  color: var(--ice);
  background: rgba(255, 255, 255, 0.05);
  font: 0.72rem/1.5 var(--mono);
  white-space: normal;
}

.profile-list,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.profile-item,
.contact-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
}

.profile-item:nth-child(even),
.contact-card:nth-child(even) {
  background: var(--ice);
}

.profile-item span,
.profile-item strong {
  display: block;
}

.profile-item span {
  color: var(--blue);
  font: 700 0.6rem var(--mono);
  text-transform: uppercase;
}

.profile-item strong {
  margin-top: 9px;
  font: 400 1.25rem var(--serif);
}

.contact-card {
  min-height: 250px;
}

.contact-card .eyebrow {
  margin-bottom: 60px;
}

.contact-card a {
  color: var(--blue);
  text-underline-offset: 5px;
}

.band {
  padding: 85px 0;
  color: white;
  background: var(--blue);
}

.band-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: end;
}

.band .eyebrow {
  color: var(--ice);
}

.band p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.75);
}

.band .button-primary {
  border-color: white;
  color: var(--blue);
  background: white;
}

.legal-meta {
  color: #6e7689;
  font: 0.68rem var(--mono);
}

.site-footer {
  display: block;
  padding: 65px 0 30px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 0.6fr 0.6fr;
  gap: 70px;
}

.footer-brand p,
.footer-col a,
.footer-bottom {
  color: #71798c;
  font-size: 0.7rem;
}

.footer-brand p {
  max-width: 390px;
  margin-top: 18px;
}

.footer-col strong,
.footer-col a {
  display: block;
}

.footer-col strong {
  margin-bottom: 15px;
  color: var(--blue);
  font: 700 0.6rem var(--mono);
  text-transform: uppercase;
}

.footer-col a {
  margin-top: 8px;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

/* Concrete delivery runbook on Operations. */
.launch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.launch-step {
  min-height: 310px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: white;
}

.launch-step:nth-child(2),
.launch-step:nth-child(5) {
  background: var(--ice);
}

.launch-step > span {
  color: var(--blue);
  font: 700 0.6rem var(--mono);
}

.launch-step h3 {
  margin: 55px 0 12px;
  font: 400 1.65rem var(--serif);
}

.launch-step p,
.launch-step li {
  color: #606a80;
  font-size: 0.86rem;
}

.launch-step ul {
  padding-left: 18px;
}

.handover-console {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
  margin-top: 18px;
  padding: clamp(32px, 5vw, 60px);
  border-radius: 28px;
  color: white;
  background: var(--navy);
}

.handover-console h3 {
  margin: 0 0 15px;
  font: 400 2rem var(--serif);
}

.handover-console p {
  color: #aeb6cc;
}

.console-lines {
  display: grid;
  gap: 11px;
}

.console-lines small {
  color: #8d97b5;
  font: 0.62rem var(--mono);
}

@media (max-width: 1050px) {
  .site-header .nav-links {
    gap: 18px;
  }

  .panel-grid,
  .launch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-head,
  .split,
  .content-grid,
  .billing-box,
  .handover-console {
    grid-template-columns: 1fr;
  }

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

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

  .market-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 34px);
  }

  .site-header {
    height: 70px;
  }

  .menu-button {
    display: block;
    order: 2;
  }

  .site-header .nav-links {
    position: absolute;
    display: none;
    left: 17px;
    right: 17px;
    top: 62px;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: white;
    box-shadow: 0 25px 70px rgba(8, 19, 59, 0.18);
  }

  .site-header .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 10px;
  }

  .nav-links .nav-cta {
    margin-top: 5px;
    text-align: center;
  }

  .page-hero {
    padding: 95px 0 75px;
  }

  .page-hero::after {
    width: 380px;
    height: 380px;
    right: -270px;
    top: -140px;
  }

  .page-hero h1 {
    font-size: clamp(3.3rem, 15vw, 5.2rem);
  }

  .section,
  .section-tight {
    padding: 80px 0;
  }

  .section-head {
    gap: 28px;
    margin-bottom: 42px;
  }

  .section-head h2,
  .split h2,
  .prose h2,
  .band h2 {
    font-size: clamp(2.8rem, 12vw, 4.3rem);
  }

  .panel-grid,
  .process,
  .availability-grid,
  .technical-grid,
  .profile-list,
  .contact-grid,
  .launch-grid,
  .market-box,
  .metrics {
    grid-template-columns: 1fr;
  }

  .panel,
  .step,
  .launch-step {
    min-height: 0;
  }

  .panel-icon,
  .step h3,
  .launch-step h3 {
    margin-top: 45px;
    margin-bottom: 18px;
  }

  .metric {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .market-intro {
    grid-column: auto;
  }

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

  .band-inner,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
