:root {
  color: #162c3a;
  background: #f4f6f5;
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --navy-950: #0b2130;
  --navy-900: #102b3e;
  --navy-800: #173d52;
  --teal-700: #08736f;
  --teal-600: #0a8781;
  --teal-100: #dff3ef;
  --ink: #162c3a;
  --muted: #667987;
  --line: #d8e0e2;
  --paper: #ffffff;
  --canvas: #f4f6f5;
  --sand: #faf8f2;
  --shadow: 0 22px 70px rgb(8 29 43 / 14%);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 8%, rgb(10 135 129 / 8%), transparent 24rem),
    var(--canvas);
  color: var(--ink);
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--navy-950);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0.9rem clamp(1.25rem, 5vw, 5rem);
  border-bottom: 1px solid transparent;
  background: rgb(244 246 245 / 86%);
  backdrop-filter: blur(18px);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.site-header-scrolled {
  border-color: var(--line);
  box-shadow: 0 4px 18px rgb(8 29 43 / 5%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--teal-600), var(--navy-800));
  color: white;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 8px 22px rgb(10 135 129 / 20%);
}

.brand-copy {
  display: grid;
  gap: 0.1rem;
}

.brand-copy strong {
  color: var(--navy-950);
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
}

nav a {
  color: #425b68;
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  color: var(--teal-700);
}

.nav-cta {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--navy-950);
  color: white;
}

nav .nav-cta:hover,
nav .nav-cta:focus-visible {
  background: var(--teal-700);
  color: white;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.7fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  max-width: 1320px;
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem);
}

.eyebrow-row,
.card-topline,
.panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.eyebrow {
  color: var(--teal-700);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.environment-badge,
.tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.35rem 0.6rem;
  border: 1px solid #c7d4d8;
  border-radius: 999px;
  color: #5a707c;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy-950);
  letter-spacing: -0.035em;
}

h1 {
  max-width: 760px;
  margin: 1.4rem 0 1.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.15rem, 6.3vw, 6.5rem);
  font-weight: 500;
  line-height: 0.95;
}

.hero-intro {
  max-width: 680px;
  color: #536b77;
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 48px;
  padding: 0.78rem 1.1rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--teal-600), var(--navy-800));
  color: white;
  box-shadow: 0 12px 28px rgb(10 135 129 / 20%);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 16px 34px rgb(10 135 129 / 28%);
}

.button-secondary {
  border-color: var(--line);
  background: rgb(255 255 255 / 65%);
  color: var(--navy-900);
}

.preview-note {
  max-width: 650px;
  margin: 1.2rem 0 0;
  color: #71838c;
  font-size: 0.78rem;
  line-height: 1.55;
}

.hero-panel {
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(165deg, rgb(23 61 82 / 98%), rgb(11 33 48 / 100%)),
    var(--navy-950);
  color: #d7e4e8;
  box-shadow: var(--shadow);
}

.panel-topline {
  color: #9fb6c0;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #bfe3d3;
  letter-spacing: 0.03em;
  text-transform: none;
}

.status-dot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ec991;
  box-shadow: 0 0 0 4px rgb(78 201 145 / 14%);
}

.snapshot-value {
  margin: 3.5rem 0 0.6rem;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 6rem);
  line-height: 1;
}

.hero-panel > p {
  max-width: 410px;
  color: #bfd0d7;
  line-height: 1.65;
}

.hero-panel dl {
  display: grid;
  gap: 0;
  margin: 2.8rem 0 0;
}

.hero-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgb(255 255 255 / 12%);
}

.hero-panel dt {
  color: #8fa9b4;
  font-size: 0.76rem;
}

.hero-panel dd {
  margin: 0;
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
}

.section {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem);
  scroll-margin-top: 80px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.section-heading h2,
.closing-section h2 {
  margin: 0.65rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  font-weight: 500;
  line-height: 1.05;
}

.section-heading > p {
  max-width: 390px;
  margin-bottom: 0.35rem;
  color: var(--muted);
  line-height: 1.6;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.application-card {
  display: flex;
  min-height: 355px;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 75%);
}

.application-card-live {
  border-color: #a5d5cf;
  background:
    linear-gradient(145deg, rgb(223 243 239 / 72%), rgb(255 255 255 / 92%)),
    white;
}

.app-index {
  color: #96a6ad;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.tag-live {
  border-color: #add8cb;
  background: #effaf6;
  color: #23704e;
}

.application-card h3 {
  margin: 2.7rem 0 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
}

.application-card p {
  max-width: 550px;
  color: #617681;
  line-height: 1.65;
}

.capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.8rem 0 2rem;
  padding: 0;
  list-style: none;
}

.capability-list li {
  padding: 0.35rem 0.55rem;
  border-radius: 6px;
  background: rgb(255 255 255 / 70%);
  color: #4f6874;
  font-size: 0.7rem;
  font-weight: 650;
}

.card-link,
.card-muted {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  width: fit-content;
  margin-top: auto;
  color: var(--teal-700);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.card-link:hover,
.card-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.card-muted {
  color: #8a9aa1;
}

.status-section {
  max-width: none;
  padding-right: max(1.25rem, calc((100vw - 1160px) / 2));
  padding-left: max(1.25rem, calc((100vw - 1160px) / 2));
  background: var(--navy-950);
}

.section-heading-light h2,
.status-list h3,
.eyebrow-light {
  color: white;
}

.section-heading-light > p {
  color: #a9bec7;
}

.status-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.status-list li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 1.6rem;
  align-items: start;
  padding: 2rem 0;
  border-top: 1px solid rgb(255 255 255 / 13%);
}

.status-number {
  color: #6f8b97;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.status-kicker {
  color: #70b9b0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.status-list h3 {
  margin: 0.5rem 0;
  font-size: 1.3rem;
  letter-spacing: -0.015em;
}

.status-list p {
  max-width: 740px;
  margin-bottom: 0;
  color: #a9bec7;
  font-size: 0.9rem;
  line-height: 1.65;
}

.status-state {
  padding: 0.35rem 0.55rem;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 999px;
  color: #a9bec7;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.status-state-live {
  border-color: rgb(78 201 145 / 40%);
  color: #88d9b4;
}

.closing-section {
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
  text-align: center;
}

.closing-section h2 {
  margin-top: 0.8rem;
}

.closing-section > p {
  max-width: 700px;
  margin: 1.25rem auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.closing-section .hero-actions {
  justify-content: center;
}

.text-link {
  padding: 0.75rem;
  color: var(--teal-700);
  font-size: 0.88rem;
  font-weight: 750;
  text-underline-offset: 4px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem clamp(1.25rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}

.brand-footer .brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

.not-found {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 1.25rem;
}

.not-found main {
  max-width: 680px;
  text-align: center;
}

.not-found h1 {
  font-size: clamp(2.6rem, 7vw, 5rem);
}

.not-found p {
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 860px) {
  .site-header nav > a:not(.nav-cta) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 4rem;
  }

  .hero-panel {
    max-width: 620px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

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

@media (max-width: 600px) {
  .site-header {
    min-height: 70px;
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    padding-top: 3.2rem;
  }

  .eyebrow-row {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: clamp(2.8rem, 16vw, 4.2rem);
  }

  .status-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.9rem;
  }

  .status-state {
    grid-column: 2;
    width: fit-content;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
