:root {
  color-scheme: light;
  --ink: #102f35;
  --ink-deep: #09262c;
  --text: #24434a;
  --muted: #5d7175;
  --paper: #f6f5ef;
  --white: #ffffff;
  --line: #d8ddd8;
  --teal: #2f837b;
  --teal-light: #76c8be;
  --gold: #d69547;
  --gold-light: #f0c982;
  --shadow: 0 24px 70px rgba(14, 47, 53, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

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

.shell {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: 0.45rem;
  background: var(--white);
  color: var(--ink-deep);
  font-weight: 750;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.site-header {
  border-bottom: 1px solid rgba(16, 47, 53, 0.11);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.header-inner {
  min-height: 6rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--ink-deep);
  text-decoration: none;
}

.brand img {
  flex: 0 0 auto;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.55rem;
  letter-spacing: -0.045em;
}

.wordmark strong {
  font-weight: 820;
  letter-spacing: -0.02em;
}

.header-link {
  color: var(--ink-deep);
  font-size: 0.98rem;
  font-weight: 750;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 1px;
}

.header-link:hover {
  text-decoration-thickness: 2px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(32rem, 1.06fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6.5rem);
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--teal);
  font-size: 0.84rem;
  font-weight: 820;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  color: var(--ink-deep);
  line-height: 1.12;
}

h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3.15rem, 6vw, 5.8rem);
  font-weight: 760;
  letter-spacing: -0.065em;
}

h1 span {
  color: var(--teal);
}

h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.2vw, 4rem);
  font-weight: 740;
  letter-spacing: -0.05em;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 760;
  letter-spacing: -0.015em;
}

.hero-intro {
  max-width: 36rem;
  margin: 2rem 0 0;
  color: var(--text);
  font-size: clamp(1.18rem, 1.5vw, 1.35rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.5rem;
  margin-top: 2.3rem;
}

.button {
  display: inline-flex;
  min-height: 3.45rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  border: 2px solid var(--ink-deep);
  border-radius: 0.65rem;
  background: var(--ink-deep);
  color: var(--white);
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background: #18464d;
}

.invitation {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 680;
}

.invitation span {
  color: var(--gold);
  font-size: 0.75rem;
}

.spectrum-card {
  position: relative;
  margin: 0;
  padding: 1.4rem 1.4rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.2rem;
  background: var(--ink-deep);
  box-shadow: var(--shadow);
  color: var(--white);
}

.spectrum-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 75% 20%, rgba(118, 200, 190, 0.12), transparent 36%),
    radial-gradient(circle at 18% 82%, rgba(240, 201, 130, 0.1), transparent 30%);
  content: "";
  pointer-events: none;
}

.card-label,
.spectrum-card figcaption {
  position: relative;
  z-index: 1;
}

.card-label {
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  color: #dfe9e7;
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spectrum-card svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.spectrum-card svg text {
  fill: #98aaa9;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
}

.grid path {
  fill: none;
  stroke: #315057;
  stroke-width: 1;
}

.component,
.total-fit,
.measured {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.component {
  stroke-width: 3;
}

.component-a,
.component-c {
  stroke: var(--gold-light);
}

.component-b {
  stroke: var(--teal-light);
}

.total-fit {
  stroke: var(--white);
  stroke-width: 5;
}

.measured {
  stroke: #9eafae;
  stroke-width: 1.5;
  stroke-dasharray: 2 8;
}

.points circle {
  fill: #dbe3e2;
}

.spectrum-card figcaption {
  margin-top: -0.2rem;
  color: #9eafae;
  font-size: 0.78rem;
  text-align: right;
}

.workflow-section {
  padding-block: clamp(5rem, 8vw, 8rem);
  border-block: 1px solid var(--line);
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.75fr 1.35fr 1fr;
  align-items: end;
  gap: 2.5rem;
}

.section-heading .eyebrow {
  align-self: start;
  margin-top: 0.35rem;
}

.section-heading p:last-child {
  margin: 0;
  color: var(--muted);
}

.workflow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 4.5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.workflow-list li {
  min-width: 0;
  padding: 1.4rem 1.25rem 0 0;
  border-right: 1px solid var(--line);
}

.workflow-list li + li {
  padding-left: 1.25rem;
}

.workflow-list li:last-child {
  border-right: 0;
  padding-right: 0;
}

.step-number {
  display: block;
  margin-bottom: 2.8rem;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.workflow-list p {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.review-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  padding-block: clamp(5rem, 9vw, 9rem);
}

.review-detail {
  padding-top: 2.25rem;
}

.review-detail p {
  margin: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  line-height: 1.7;
}

.pilot-section {
  padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.pilot-card {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(2.5rem, 5vw, 4.5rem);
  border-radius: 1.2rem;
  background: var(--ink-deep);
  color: #e8eeee;
  box-shadow: var(--shadow);
}

.eyebrow.light {
  color: var(--gold-light);
}

.pilot-card h2 {
  color: var(--white);
}

.pilot-card p {
  margin-bottom: 0;
}

.pilot-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.button-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink-deep);
}

.button-light:hover {
  border-color: #e2ebea;
  background: #e2ebea;
}

.pilot-notice {
  color: #b9c8c7;
  font-size: 0.9rem;
  line-height: 1.55;
}

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

.footer-inner {
  min-height: 7.5rem;
}

.brand-small .wordmark {
  font-size: 1.2rem;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

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

  .hero-copy {
    max-width: 47rem;
  }

  .spectrum-card {
    width: min(100%, 44rem);
  }

  .section-heading {
    grid-template-columns: 1fr 1.5fr;
  }

  .section-heading p:last-child {
    grid-column: 2;
  }

  .workflow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .workflow-list li,
  .workflow-list li + li {
    padding: 1.5rem 1.5rem 2rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workflow-list li:nth-child(even) {
    padding-left: 1.5rem;
    border-left: 1px solid var(--line);
  }

  .step-number {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 1.0625rem;
  }

  .shell {
    width: min(100% - 2rem, 42rem);
  }

  .header-inner {
    min-height: 5rem;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .header-link {
    max-width: 8rem;
    text-align: right;
  }

  .hero {
    gap: 3rem;
    padding-block: 4rem 5rem;
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .hero-actions,
  .pilot-action {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .spectrum-card {
    padding: 1rem 0.8rem 0.9rem;
  }

  .section-heading,
  .review-section,
  .pilot-card {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 1.25rem;
  }

  .section-heading p:last-child {
    grid-column: auto;
  }

  .workflow-list {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .workflow-list li,
  .workflow-list li + li,
  .workflow-list li:nth-child(even) {
    padding: 1.4rem 0 1.7rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .review-section {
    gap: 1rem;
  }

  .review-detail {
    padding-top: 0;
  }

  .pilot-card {
    gap: 2.5rem;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
  }
}

@media (forced-colors: active) {
  .button {
    border: 2px solid ButtonText;
  }

  .spectrum-card,
  .pilot-card {
    border: 1px solid CanvasText;
  }
}
