:root {
  color-scheme: dark;
  --bg: #03070d;
  --panel: #0b1420;
  --panel-strong: #101c2a;
  --text: #e7edf2;
  --muted: #a6b5c2;
  --line: #25384a;
  --accent: #26b5df;
  --warm: #f28b2f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(3, 7, 13, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 16px 28px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header,
nav,
nav a {
  min-width: 0;
  max-width: 100%;
}

.brand {
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

nav a,
.text-link {
  color: var(--muted);
  font-size: 0.94rem;
  text-decoration: none;
}

nav a:hover,
.text-link:hover {
  color: var(--text);
}

.eyebrow {
  color: var(--accent);
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.section-kicker {
  color: var(--accent);
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

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

h1,
h2 {
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.page-title {
  margin: 0 auto;
  max-width: 1180px;
  padding: 78px 28px 24px;
}

.page-title p:last-child {
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  margin: 14px 0 0;
}

.hero-visual {
  border-bottom: 1px solid var(--line);
  margin: 0 auto;
  padding: 0 28px 72px;
  width: 100%;
}

.hero-visual img {
  border: 1px solid var(--line);
  border-radius: 18px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.landing-hero {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 92px 28px 76px;
}

.hero-copy p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  margin: 18px 0 0;
  max-width: 820px;
}

.hero-copy .hero-tagline {
  color: var(--text);
  font-size: clamp(1.18rem, 2vw, 1.7rem);
  font-weight: 700;
}

.status-line {
  background: rgba(38, 181, 223, 0.08);
  border: 1px solid rgba(38, 181, 223, 0.28);
  border-radius: 8px;
  padding: 16px 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions a,
.contact-link {
  background: rgba(38, 181, 223, 0.12);
  border: 1px solid rgba(38, 181, 223, 0.36);
  border-radius: 999px;
  color: var(--text);
  display: inline-flex;
  font-weight: 700;
  line-height: 1.2;
  padding: 11px 14px;
  text-decoration: none;
}

.hero-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  padding: 12px;
}

.hero-panel img {
  border-radius: 12px;
  display: block;
  height: auto;
  width: 100%;
}

.content-section {
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px 28px;
}

.focus-list,
.technology-grid,
.state-grid,
.roadmap-cards,
.evidence-pipeline {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.focus-list,
.state-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.technology-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.roadmap-cards {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.focus-list span,
.state-grid span,
.technology-card,
.roadmap-cards article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-width: 0;
  padding: 20px;
}

.technology-card h3,
.roadmap-cards h3 {
  margin: 0;
}

.technology-card p,
.roadmap-cards p {
  color: var(--muted);
  margin: 12px 0 0;
}

.evidence-pipeline {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.evidence-pipeline span {
  background: rgba(38, 181, 223, 0.08);
  border: 1px solid rgba(38, 181, 223, 0.28);
  border-radius: 8px;
  color: var(--text);
  font-weight: 700;
  min-height: 84px;
  padding: 18px;
  position: relative;
}

.evidence-pipeline span:not(:last-child)::after {
  color: var(--accent);
  content: ">";
  font-size: 1.2rem;
  position: absolute;
  right: -13px;
  top: 34px;
}

.priority-showcase {
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px 28px;
}

.live-engineering,
.content-section,
.priority-showcase,
.showcase-block,
.explanation-section,
.links-section {
  scroll-margin-top: 116px;
}

.priority-showcase:first-of-type {
  border-top: 0;
}

.section-lead {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.26rem);
  margin: 18px 0 0;
  max-width: 820px;
}

.showcase-figure {
  margin: 30px 0 0;
}

.showcase-figure img {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.showcase-figure figcaption {
  color: var(--muted);
  font-size: 0.98rem;
  margin: 14px 0 0;
}

.priority-explanation {
  margin-top: 22px;
}

.priority-explanation h3 + p {
  margin-bottom: 20px;
}

.intro,
.links-section,
.showcase-block,
.explanation-section,
.legal-page {
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px 28px;
}

.intro {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
}

.intro p,
.legal-page p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 18px 0 0;
}

.status-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.status-panel ul {
  color: var(--muted);
  margin: 18px 0 0;
  padding-left: 20px;
}

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

.section-heading {
  max-width: 900px;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 18px 0 0;
}

.showcase-block {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
}

.showcase-block p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 18px 0 0;
}

.showcase-block img {
  border: 1px solid var(--line);
  border-radius: 18px;
  display: block;
  height: auto;
  width: 100%;
}

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

.explanation-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.explanation-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.explanation-card h3 {
  color: var(--text);
  font-size: 1rem;
  margin: 0;
}

.explanation-card p,
.explanation-note {
  color: var(--muted);
  font-size: 0.96rem;
  margin: 14px 0 0;
}

.explanation-note {
  background: rgba(38, 181, 223, 0.08);
  border: 1px solid rgba(38, 181, 223, 0.26);
  border-radius: 8px;
  margin-top: 18px;
  max-width: 900px;
  padding: 18px 20px;
}

.visual-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.visual-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.visual-card img {
  border-bottom: 1px solid var(--line);
  display: block;
  height: auto;
  width: 100%;
}

.visual-card h3 {
  color: var(--text);
  font-size: 1rem;
  margin: 18px 18px 0;
}

.visual-card p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 10px 18px 18px;
}

.claim-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.claim-list span {
  background: rgba(242, 139, 47, 0.08);
  border: 1px solid rgba(242, 139, 47, 0.32);
  border-radius: 999px;
  color: var(--text);
  display: inline-flex;
  font-size: 0.94rem;
  padding: 9px 13px;
}

.gate-flow {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 28px;
}

.gate-step {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 700;
  min-height: 128px;
  padding: 18px;
  position: relative;
}

.gate-step::after {
  color: var(--accent);
  content: ">";
  font-size: 1.3rem;
  position: absolute;
  right: -13px;
  top: 42%;
}

.gate-step:last-child::after {
  content: "";
}

.gate-step span {
  color: var(--muted);
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 10px;
}

.roadmap-table {
  border-collapse: collapse;
  color: var(--muted);
  font-size: 0.98rem;
  margin-top: 28px;
  width: 100%;
}

.roadmap-table th,
.roadmap-table td {
  border: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.roadmap-table th {
  background: var(--panel-strong);
  color: var(--text);
}

.roadmap-table td {
  background: var(--panel);
}

.material-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.material-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 132px;
  padding: 22px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.material-card:hover {
  background: var(--panel-strong);
  border-color: var(--accent);
  transform: translateY(-2px);
}

.material-card-title {
  color: var(--text);
  font-weight: 700;
}

.material-card-description {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.legal-page {
  min-height: 62vh;
}

.legal-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 28px;
  max-width: 820px;
  padding: 28px;
}

footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 28px;
  text-align: center;
}

footer p {
  margin: 6px 0;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .page-title {
    padding-top: 54px;
  }

  h1 {
    font-size: clamp(2.75rem, 16vw, 4.25rem);
  }

  .hero-visual {
    padding: 0 18px 48px;
  }

  .intro,
  .landing-hero,
  .showcase-block,
  .explanation-grid,
  .visual-grid,
  .material-grid,
  .gate-flow,
  .evidence-pipeline {
    grid-template-columns: 1fr;
  }

  .evidence-pipeline span:not(:last-child)::after {
    bottom: -20px;
    right: 18px;
    top: auto;
    transform: rotate(90deg);
  }

  .gate-step::after {
    bottom: -20px;
    right: 18px;
    top: auto;
    transform: rotate(90deg);
  }
}

@media (max-width: 520px) {
  .live-engineering,
  .priority-showcase,
  .showcase-block,
  .explanation-section,
  .links-section {
    scroll-margin-top: 184px;
  }

  nav {
    display: grid;
    gap: 8px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  nav a {
    white-space: normal;
  }
}

.live-engineering {
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px 28px;
}

.live-card,
.capability-card,
.future-card,
.evidence-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
}

.live-card {
  margin-top: 28px;
}

.feature-card {
  background: linear-gradient(180deg, rgba(38, 181, 223, 0.08), rgba(11, 20, 32, 0.98));
}

.card-kicker {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.live-grid,
.capability-grid,
.future-grid,
.metric-grid {
  display: grid;
  gap: 16px;
}

.live-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.capability-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  margin-top: 28px;
}

.future-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  margin-top: 28px;
}

.metric-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 145px), 1fr));
  margin-top: 20px;
}

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

.metric {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  min-width: 0;
  padding: 14px;
}

.metric span,
.evidence-card dt,
.future-card span {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
}

.metric strong {
  color: var(--text);
  display: block;
  font-size: 1.08rem;
  margin-top: 4px;
}

.live-engineering,
.live-grid,
.capability-grid,
.future-grid,
.metric-grid,
.metric,
.live-card,
.capability-card,
.future-card,
.evidence-card,
.evidence-card dl,
.evidence-card dd,
.evidence-card li,
.evidence-card span,
.evidence-card code,
.metric strong,
.metric span,
.concept-note,
.status-badge,
.record-detail,
.claim-boundary-list,
.relationship-chip-row {
  min-width: 0;
  max-width: 100%;
}

.evidence-card p,
.evidence-card li,
.evidence-card span,
.evidence-card code,
.evidence-card dd,
.metric strong,
.metric span,
.status-badge,
.record-detail,
.record-detail code,
.claim-boundary-list,
.claim-boundary-list li,
.relationship-chip-row span,
.concept-note {
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.evidence-card {
  margin-top: 18px;
}

.evidence-card h4 {
  margin: 0 0 12px;
}

.evidence-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.evidence-card dd {
  color: var(--text);
  margin: 3px 0 0;
}

.status-badge {
  background: rgba(38, 181, 223, 0.1);
  border: 1px solid rgba(38, 181, 223, 0.32);
  border-radius: 999px;
  color: var(--text);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 7px 10px;
}

.record-detail {
  color: var(--muted);
  font-size: 0.84rem;
  margin-top: 8px;
}

.record-detail summary {
  cursor: pointer;
}

.record-detail code {
  color: var(--text);
  display: block;
  font-family: Consolas, "Liberation Mono", monospace;
  margin-top: 6px;
}

.claim-boundary-list {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.claim-boundary-list li {
  background: rgba(242, 139, 47, 0.08);
  border: 1px solid rgba(242, 139, 47, 0.24);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.25;
  padding: 7px 10px;
}

.flag-row,
.relationship-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.flag-row span,
.relationship-chip-row span {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.8rem;
  padding: 7px 10px;
}

.relationship-chip-row {
  margin-top: 14px;
}

.badge-row,
.spacing-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.badge-row span,
.spacing-button {
  background: rgba(38, 181, 223, 0.08);
  border: 1px solid rgba(38, 181, 223, 0.28);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.78rem;
  padding: 7px 10px;
}

.spacing-button {
  cursor: pointer;
  font-family: inherit;
}

.spacing-button.active {
  background: rgba(242, 139, 47, 0.18);
  border-color: rgba(242, 139, 47, 0.52);
}

.microstrip-visual,
.stripline-visual,
.coupled-visual,
.diff-visual {
  background: #07111d;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 18px;
  overflow: hidden;
  padding: 24px;
}

.microstrip-visual .trace {
  background: var(--warm);
  border-radius: 4px 4px 0 0;
  height: 24px;
  margin: 0 auto;
  transition: width 900ms ease;
}

.microstrip-visual .substrate {
  align-items: center;
  background: #263447;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
  display: flex;
  height: 74px;
  justify-content: center;
}

.microstrip-visual .ground,
.stripline-visual .plane {
  background: #8293a6;
  height: 12px;
}

.stripline-visual {
  display: grid;
  gap: 24px;
}

.stripline-visual .strip-center {
  background: var(--warm);
  border-radius: 4px;
  height: 20px;
  margin: 0 auto;
  width: 44%;
}

.coupled-visual,
.diff-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 120px;
}

.coupled-trace,
.diff-trace {
  align-items: center;
  background: var(--warm);
  border-radius: 8px;
  color: #140b03;
  display: flex;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  width: 104px;
}

.coupled-trace + .coupled-trace {
  margin-left: 34px;
}

.diff-gap {
  height: 1px;
  width: 32px;
}

.concept-note,
.deviation-panel p,
.future-card p,
.capability-card p,
.locked-card p {
  color: var(--muted);
}

.deviation-panel {
  background: rgba(242, 139, 47, 0.08);
  border: 1px solid rgba(242, 139, 47, 0.26);
  border-radius: 8px;
  margin-top: 18px;
  padding: 18px;
}

.deviation-bar {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  height: 16px;
  overflow: hidden;
}

.deviation-bar span {
  background: var(--warm);
  display: block;
  height: 100%;
}

@media (max-width: 860px) {
  .live-grid,
  .capability-grid,
  .future-grid,
  .metric-grid,
  .metric-grid.compact {
    grid-template-columns: 1fr;
  }
}

/* Premium public website refresh */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background:
    radial-gradient(circle at 14% 6%, rgba(38, 181, 223, 0.12), transparent 28rem),
    radial-gradient(circle at 82% 14%, rgba(46, 107, 168, 0.12), transparent 30rem),
    linear-gradient(180deg, #061018 0%, #07111d 48%, #050a11 100%);
}

.site-header {
  backdrop-filter: blur(14px);
  background: rgba(6, 16, 24, 0.86);
  border-bottom-color: rgba(129, 156, 178, 0.16);
  padding: 18px 34px;
}

.brand {
  letter-spacing: 0;
}

nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  color: #aebdcc;
  padding: 7px 10px;
}

nav a:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(129, 156, 178, 0.18);
}

.landing-hero {
  gap: 56px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  max-width: 1240px;
  min-height: calc(100vh - 74px);
  padding: 112px 32px 92px;
}

.hero-wordmark {
  color: #f3f7fb;
  font-size: clamp(2.45rem, 4.1vw, 4.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 26px;
  max-width: 100%;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.hero-copy .eyebrow,
.section-heading .eyebrow,
.links-section .eyebrow,
.card-kicker {
  color: #48c4e8;
  font-size: 0.78rem;
  letter-spacing: 0;
}

.hero-copy h1 {
  color: #f3f7fb;
  font-size: clamp(2rem, 3.35vw, 3.25rem);
  font-weight: 750;
  max-width: 760px;
}

.hero-copy p {
  color: #b6c3d0;
}

.hero-copy .hero-tagline {
  color: #f3f7fb;
  max-width: 620px;
}

.hero-media {
  background:
    linear-gradient(180deg, rgba(13, 24, 38, 0.94), rgba(6, 16, 24, 0.96)),
    #07111d;
  border: 1px solid rgba(72, 196, 232, 0.3);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  margin: 0;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: clamp(0.75rem, 1.3vw, 1.15rem);
}

.hero-media img {
  background: #061018;
  border: 1px solid rgba(129, 156, 178, 0.18);
  border-radius: 8px;
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.hero-media figcaption {
  color: #aebdcc;
  font-size: 0.92rem;
  line-height: 1.5;
  margin-top: 14px;
}

.status-line {
  background: rgba(13, 24, 38, 0.82);
  border-color: rgba(72, 196, 232, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-actions a,
.contact-link {
  background: #dceff8;
  border-color: #dceff8;
  color: #061018;
  min-width: 0;
}

.hero-actions a:nth-child(2),
.hero-actions a:nth-child(3),
.contact-link {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(124, 152, 174, 0.34);
  color: #edf4fa;
}

.hero-actions a:hover,
.contact-link:hover {
  border-color: rgba(72, 196, 232, 0.62);
}

.hero-panel {
  background: linear-gradient(180deg, rgba(13, 24, 38, 0.96), rgba(8, 17, 29, 0.96));
  border-color: rgba(129, 156, 178, 0.22);
  border-radius: 8px;
  min-width: 0;
  padding: 0;
}

.content-section,
.live-engineering,
.links-section {
  border-top-color: rgba(129, 156, 178, 0.14);
  max-width: 1240px;
  padding: 82px 32px;
}

.section-heading {
  max-width: 920px;
}

.section-heading p {
  color: #acbac8;
}

.focus-list span,
.state-grid span,
.technology-card,
.roadmap-cards article,
.material-card {
  background: rgba(13, 24, 38, 0.82);
  border-color: rgba(129, 156, 178, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.technology-card,
.roadmap-cards article,
.material-card,
.example-card,
.example-feature,
.capability-summary,
.future-summary,
.metric,
.example-workbench,
.comparison-figure {
  border-radius: 8px;
}

.evidence-pipeline span {
  background: rgba(13, 24, 38, 0.86);
  border-color: rgba(72, 196, 232, 0.24);
  min-width: 0;
}

.examples-suite {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  max-width: 100%;
  min-width: 0;
}

.example-feature,
.example-card,
.capability-summary,
.future-summary {
  background: rgba(13, 24, 38, 0.86);
  border: 1px solid rgba(129, 156, 178, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 24px;
}

.example-feature {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
}

.example-card h3,
.example-feature h3,
.capability-summary h3,
.future-summary h3 {
  color: #f3f7fb;
  font-size: clamp(1.12rem, 1.7vw, 1.5rem);
  margin: 0;
}

.example-lead {
  color: #acbac8;
  margin: 12px 0 0;
}

.example-workbench {
  background: rgba(6, 16, 24, 0.48);
  border: 1px solid rgba(129, 156, 178, 0.12);
  min-width: 0;
  padding: 16px;
}

.example-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  max-width: 100%;
  min-width: 0;
}

.capability-summary,
.future-summary {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
}

.capability-pills,
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
}

.capability-pills span,
.chip-row span {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(129, 156, 178, 0.18);
  border-radius: 999px;
  color: #b9c8d6;
  display: inline-flex;
  font-size: 0.78rem;
  line-height: 1.24;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 7px 10px;
  white-space: normal;
  word-break: break-word;
}

.example-status {
  margin-top: 18px;
}

.metric-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 126px), 1fr));
}

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

.metric {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(129, 156, 178, 0.14);
}

.metric strong {
  color: #f3f7fb;
}

.microstrip-visual,
.stripline-visual,
.coupled-visual,
.diff-visual {
  background:
    linear-gradient(rgba(151, 177, 197, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 177, 197, 0.055) 1px, transparent 1px),
    #07111d;
  background-size: 22px 22px;
  border-color: rgba(129, 156, 178, 0.16);
  border-radius: 8px;
}

.comparison-figure {
  background: rgba(242, 139, 47, 0.08);
  border: 1px solid rgba(242, 139, 47, 0.28);
  margin: 18px 0 0;
  padding: 18px;
}

.comparison-figure strong {
  color: #ffb36d;
  display: block;
  font-size: clamp(2.1rem, 5vw, 3.15rem);
  line-height: 1;
}

.comparison-figure span {
  color: #b9c8d6;
  display: block;
  margin-top: 8px;
}

.muted-card {
  opacity: 0.86;
}

.example-card *,
.example-feature *,
.capability-summary *,
.future-summary * {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.landing-hero.hero-stacked {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr;
  max-width: 1320px;
  min-height: auto;
  overflow: hidden;
  padding: 96px 32px 86px;
  position: relative;
  isolation: isolate;
}

.landing-hero.hero-stacked::before {
  background:
    linear-gradient(90deg, rgba(3, 9, 16, 0.99) 0%, rgba(5, 15, 24, 0.94) 48%, rgba(4, 14, 22, 0.86) 100%);
  content: "";
  inset: 0;
  opacity: 1;
  position: absolute;
  z-index: -2;
}

.landing-hero.hero-stacked::after {
  background:
    radial-gradient(circle at 19% 25%, rgba(38, 181, 223, 0.2), transparent 34%),
    radial-gradient(circle at 78% 44%, rgba(242, 139, 47, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(3, 7, 13, 0.08), rgba(3, 7, 13, 0.84));
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.landing-hero.hero-stacked > * {
  position: relative;
  z-index: 1;
}

.hero-stacked .hero-copy {
  margin: 0 auto;
  max-width: 1120px;
  min-width: 0;
  width: 100%;
}

.hero-stacked .hero-wordmark {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  margin-bottom: 24px;
  white-space: normal;
}

.hero-stacked .hero-copy h1 {
  font-size: clamp(3rem, 7.4vw, 6.7rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.94;
  max-width: 1120px;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.hero-stacked .hero-copy p {
  max-width: 900px;
}

.hero-stacked .hero-actions {
  margin-top: 30px;
}

.hero-stacked .status-line {
  margin-top: 28px;
  max-width: 900px;
}

.hero-visual-wide {
  background:
    linear-gradient(180deg, rgba(13, 24, 38, 0.96), rgba(6, 16, 24, 0.98)),
    #07111d;
  border: 1px solid rgba(72, 196, 232, 0.26);
  border-radius: 8px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  max-width: 1240px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(0.65rem, 1.2vw, 1rem);
  width: 100%;
}

.hero-visual-wide picture,
.hero-visual-wide img {
  display: block;
  max-width: 100%;
  min-width: 0;
}

.hero-visual-wide img {
  background: #061018;
  border: 1px solid rgba(129, 156, 178, 0.18);
  border-radius: 8px;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hero-visual-wide figcaption {
  color: #aebdcc;
  font-size: 0.92rem;
  line-height: 1.5;
  margin-top: 14px;
}

.hero-simulation {
  background:
    linear-gradient(180deg, rgba(13, 24, 38, 0.94), rgba(6, 16, 24, 0.98)),
    #07111d;
  border: 1px solid rgba(72, 196, 232, 0.26);
  border-radius: 8px;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  max-width: 760px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(0.55rem, 1.1vw, 0.9rem);
  width: min(760px, 100%);
}

.hero-simulation img {
  background: #061018;
  border: 1px solid rgba(129, 156, 178, 0.18);
  border-radius: 8px;
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.hero-simulation figcaption {
  color: #aebdcc;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 12px;
}

@media (max-width: 980px) {
  .landing-hero,
  .example-feature,
  .capability-summary,
  .future-summary {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    min-height: auto;
    padding-top: 78px;
  }

  .hero-wordmark {
    font-size: clamp(2.45rem, 11vw, 4.2rem);
    white-space: normal;
  }

  .hero-stacked .hero-copy h1 {
    font-size: clamp(2.8rem, 12vw, 4.9rem);
  }

}

@media (max-width: 520px) {
  .site-header,
  .landing-hero,
  .content-section,
  .live-engineering,
  .links-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .metric-grid.compact {
    grid-template-columns: 1fr;
  }
}
