:root {
  --bg: #071019;
  --bg-deep: #05090f;
  --panel: rgba(15, 21, 29, 0.92);
  --panel-soft: rgba(12, 17, 23, 0.76);
  --surface: rgba(19, 27, 36, 0.86);
  --surface-line: rgba(149, 165, 182, 0.16);
  --surface-line-strong: rgba(79, 255, 215, 0.28);
  --text: #f4f7fb;
  --text-muted: #c7d2de;
  --text-subtle: #9eabbb;
  --accent: #4fffd7;
  --accent-strong: #91ffea;
  --accent-deep: #0a3932;
  --warning: #ffca8a;
  --shadow: rgba(4, 8, 14, 0.48);
  --radius-s: 14px;
  --radius-m: 24px;
  --radius-l: 34px;
  --shell: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at 14% 8%, rgba(79, 255, 215, 0.14), transparent 24%),
    radial-gradient(circle at 82% 10%, rgba(80, 118, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #09111b 0%, #060b11 48%, #05080d 100%);
}

.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%239eabbb' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
  padding-right: 40px;
}

button {
  border: 0;
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(79, 255, 215, 0.92);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(79, 255, 215, 0.18);
}

.site-shell {
  overflow: visible;
}

.hero-inner,
.mission-section,
.workflow-section,
.proof-section,
.comparison-section,
.proof-life-section,
.audience-section,
.founder-section,
.beta-section {
  width: min(var(--shell), calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  padding: 18px 0 76px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 760px;
  background:
    radial-gradient(circle at 72% 22%, rgba(79, 255, 215, 0.11), transparent 32%),
    linear-gradient(180deg, rgba(10, 16, 24, 0.84), rgba(10, 16, 24, 0));
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 84px 0 auto;
  height: 620px;
  background:
    radial-gradient(circle at 64% 28%, rgba(79, 255, 215, 0.16), transparent 22%),
    radial-gradient(circle at 78% 54%, rgba(110, 142, 255, 0.12), transparent 24%),
    radial-gradient(circle at 40% 86%, rgba(79, 255, 215, 0.08), transparent 28%);
  filter: blur(8px);
  pointer-events: none;
  opacity: 0.9;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-nav {
  width: min(var(--shell), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: static;
  padding: 10px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background:
    linear-gradient(180deg, rgba(9, 15, 22, 0.44), rgba(9, 15, 22, 0.18)),
    radial-gradient(circle at 14% 50%, rgba(79, 255, 215, 0.05), transparent 24%);
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 22px rgba(4, 8, 14, 0.08);
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  letter-spacing: 0.02em;
}

.hero-brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
}

.hero-brand-copy {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.hero-brand-title {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
}

.hero-brand-meta {
  color: var(--text-subtle);
  font-size: 0.74rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.hero-nav-links {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text-subtle);
  font-size: 0.89rem;
}

.hero-nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 500;
  transition: color 180ms ease, background 180ms ease;
}

.hero-nav-links a:hover {
  color: var(--accent-strong);
}

.hero-nav-links a.is-current {
  color: var(--accent-strong);
  background: rgba(79, 255, 215, 0.08);
}

.hero-nav-cta {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #041611;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  background: linear-gradient(180deg, rgba(145, 255, 234, 0.96), rgba(79, 255, 215, 0.92));
  box-shadow: 0 10px 18px rgba(24, 177, 148, 0.14);
}

.hero-nav-links .hero-nav-cta:hover {
  color: #041611;
  transform: translateY(-1px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 48px;
  align-items: center;
  min-height: clamp(620px, 78svh, 760px);
}

.hero-copy {
  padding: 10px 0 0;
  max-width: 560px;
  animation: rise-in 720ms ease both;
}

.eyebrow,
.media-label,
.proof-kicker,
.workflow-stage-label,
.comparison-head span,
.principle span {
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.76rem;
}

.hero-copy h1,
.section-heading h2,
.workflow-detail h3,
.proof-copy h3,
.audience-column h3,
.mission-point h3 {
  margin: 0;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(3rem, 5.6vw, 6rem);
  line-height: 0.94;
}

.hero-summary {
  margin: 22px 0 0;
  max-width: 31rem;
  color: rgba(235, 240, 245, 0.94);
  font-size: 1.1rem;
  line-height: 1.62;
  font-weight: 500;
}

.hero-support-line {
  margin: 14px 0 0;
  max-width: 28rem;
  color: var(--text-subtle);
  font-size: 0.96rem;
  line-height: 1.62;
}

.hero-actions,
.beta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 24px;
}

.button-primary,
.button-ghost,
.workflow-tab {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button-primary {
  color: #03140f;
  font-weight: 700;
  background: linear-gradient(180deg, #91ffea 0%, #4fffd7 100%);
  box-shadow: 0 18px 34px rgba(24, 177, 148, 0.24);
}

.button-ghost {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.button-primary:hover,
.button-ghost:hover,
.workflow-tab:hover {
  transform: translateY(-1px);
}

.proof-kicker,
.workflow-stage-label {
  display: inline-block;
}

.proof-kicker,
.workflow-stage-label {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-visual {
  position: relative;
  animation: float-in 820ms ease both;
}

.hero-loop-shell,
.mission-shot,
.workflow-visual,
.proof-shot,
.proof-life-shot {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(19, 26, 35, 0.96), rgba(10, 14, 20, 0.92));
  box-shadow:
    0 30px 56px rgba(4, 8, 14, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hero-loop-shell {
  isolation: isolate;
  padding: 22px;
  border-radius: 34px;
  border-color: rgba(255, 255, 255, 0.04);
  background:
    linear-gradient(180deg, rgba(15, 23, 31, 0.98), rgba(7, 11, 16, 0.96)),
    radial-gradient(circle at 10% 0%, rgba(79, 255, 215, 0.09), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(110, 142, 255, 0.08), transparent 40%);
  box-shadow:
    0 34px 60px rgba(4, 8, 14, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.hero-loop-shell::before,
.hero-loop-shell::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
  filter: blur(28px);
}

.hero-loop-shell::before {
  top: 16px;
  right: 26px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(79, 255, 215, 0.16), transparent 68%);
  opacity: 0.7;
}

.hero-loop-shell::after {
  left: 30px;
  bottom: 24px;
  width: 220px;
  height: 140px;
  background: radial-gradient(circle, rgba(96, 126, 255, 0.12), transparent 70%);
  opacity: 0.55;
}

.hero-loop-head,
.hero-loop-nav,
.hero-loop-visual,
.hero-loop-body {
  position: relative;
  z-index: 1;
}

.hero-loop-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.hero-loop-copy {
  min-width: 0;
}

.hero-loop-title {
  margin: 0;
  max-width: 30rem;
  color: var(--text);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 1.06rem;
  line-height: 1.48;
  font-weight: 600;
}

.hero-loop-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.hero-loop-link::after {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: center / 18px 18px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.75 9H12.75' stroke='%234fffd7' stroke-width='1.7' stroke-linecap='round'/%3E%3Cpath d='M9.75 5L13.75 9L9.75 13' stroke='%234fffd7' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero-loop-link:hover {
  color: var(--accent-strong);
}

.hero-loop-link:hover::after {
  transform: translateX(2px);
  opacity: 0.96;
}

.hero-loop-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.hero-loop-tab {
  min-height: 0;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.hero-loop-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(145, 255, 234, 0.18);
}

.hero-loop-tab.is-active {
  color: var(--text);
  border-color: rgba(145, 255, 234, 0.34);
  background: linear-gradient(180deg, rgba(19, 34, 42, 0.96), rgba(12, 18, 24, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(145, 255, 234, 0.12),
    0 0 28px rgba(79, 255, 215, 0.1);
  transform: translateY(-1px);
}

.hero-loop-tab-step {
  color: var(--accent);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.hero-loop-tab-label {
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-loop-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 22% 16%, rgba(79, 255, 215, 0.1), transparent 26%),
    radial-gradient(circle at 86% 0%, rgba(105, 132, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(16, 22, 29, 0.98), rgba(10, 14, 20, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 26px 48px rgba(4, 8, 14, 0.24);
}

.hero-loop-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(90deg, transparent 0%, rgba(79, 255, 215, 0.04) 52%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-loop-visual img,
.hero-loop-visual video,
.mission-shot img,
.workflow-visual img,
.surface-visual img,
.proof-shot img,
.proof-life-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  filter: brightness(1.08) contrast(1.09) saturate(1.03);
  box-shadow: 0 18px 34px rgba(2, 6, 12, 0.28);
  transition: transform 240ms ease, opacity 220ms ease;
}

.hero-loop-visual img {
  max-height: 460px;
  object-fit: contain;
  object-position: center center;
}

.hero-loop-visual video {
  max-height: 460px;
  object-fit: contain;
  object-position: center center;
  background: #05090f;
}

.hero-loop-shell.is-swapping .hero-loop-visual img,
.hero-loop-shell.is-swapping .hero-loop-visual video {
  opacity: 0.42;
  transform: scale(1.01);
}

.mission-shot img,
.workflow-visual img,
.surface-visual img {
  filter: brightness(1.14) contrast(1.16) saturate(1.04);
}

.hero-loop-body {
  margin: 18px 0 0;
  max-width: 40rem;
  color: var(--text-subtle);
  font-size: 0.94rem;
  line-height: 1.66;
}

@media (hover: hover) and (pointer: fine) {
  .hero-loop-visual.is-zoomable,
  .mission-shot.is-zoomable,
  .workflow-visual.is-zoomable,
  .surface-visual.is-zoomable {
    cursor: zoom-in;
  }

  .hero-loop-visual.is-zoomable::after,
  .mission-shot.is-zoomable::after,
  .workflow-visual.is-zoomable::after,
  .surface-visual.is-zoomable::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 38px;
    height: 38px;
    z-index: 4;
    border-radius: 999px;
    border: 1px solid rgba(79, 255, 215, 0.2);
    background:
      rgba(6, 13, 18, 0.76)
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='6.75' cy='6.75' r='3.75' stroke='%2391ffea' stroke-width='1.5'/%3E%3Cpath d='M9.5 9.5L13 13' stroke='%2391ffea' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")
      center / 16px 16px no-repeat;
    box-shadow:
      0 16px 28px rgba(4, 8, 14, 0.34),
      inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    opacity: 0.92;
    transition: opacity 160ms ease, transform 160ms ease;
    pointer-events: none;
  }

  .hero-loop-visual.is-zoomable.is-magnifying::after,
  .mission-shot.is-zoomable.is-magnifying::after,
  .workflow-visual.is-zoomable.is-magnifying::after,
  .surface-visual.is-zoomable.is-magnifying::after {
    opacity: 0;
    transform: scale(0.9);
  }

  .magnify-lens {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
    z-index: 5;
    border-radius: 50%;
    border: 1px solid rgba(145, 255, 234, 0.34);
    background-color: rgba(8, 14, 20, 0.96);
    background-repeat: no-repeat;
    box-shadow:
      0 22px 36px rgba(2, 6, 12, 0.44),
      inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.84);
    transition: opacity 140ms ease, transform 160ms ease;
    pointer-events: none;
    overflow: hidden;
  }

  .magnify-lens::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .is-zoomable.is-magnifying .magnify-lens {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.mission-shot:hover img,
.proof-life-shot:hover img {
  transform: scale(1.018);
}

.media-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--accent-strong);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(6, 13, 18, 0.74);
  border: 1px solid rgba(79, 255, 215, 0.22);
}

.media-label.is-center {
  left: 50%;
  transform: translateX(-50%);
}

.media-label.is-right {
  left: auto;
  right: 18px;
}

.principles-section {
  width: min(var(--shell), calc(100% - 32px));
  margin: 0 auto;
  padding: 4px 0 18px;
}

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

.principle {
  padding: 0 0 0 18px;
  border-left: 1px solid rgba(79, 255, 215, 0.14);
}

.principle:first-child {
  padding-left: 0;
  border-left: 0;
}

.principle p {
  margin: 8px 0 0;
  color: var(--text-subtle);
  font-size: 0.94rem;
  line-height: 1.58;
}

.mission-section,
.workflow-section,
.proof-section,
.comparison-section,
.proof-life-section,
.audience-section,
.founder-section,
.beta-section {
  padding: 86px 0 0;
}

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

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.section-intro {
  margin: 18px 0 0;
  max-width: 44rem;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.mission-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: 32px;
  align-items: start;
}

.mission-copy {
  display: grid;
  gap: 18px;
}

.mission-point {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mission-point span {
  color: var(--accent);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
}

.mission-point h3 {
  font-size: 1.22rem;
}

.mission-point p,
.proof-copy p,
.audience-column li,
.founder-note p,
.proof-life-list li,
.workflow-body,
.workflow-bullets li,
.workflow-callout-list li,
.surface-body,
.surface-bullets li,
.surface-caption,
.proof-life-status,
.comparison-row span,
.comparison-row strong,
.form-note,
.beta-side li {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.mission-point p {
  margin: 10px 0 0;
}

.mission-shot {
  padding: 12px;
}

.shot-callouts {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: none;
}

.shot-callout {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--text);
  font-size: 0.78rem;
  background: rgba(6, 13, 18, 0.84);
  border: 1px solid rgba(79, 255, 215, 0.2);
  box-shadow: 0 12px 24px rgba(4, 8, 14, 0.34);
}

.callout-mission-main {
  top: 24%;
  left: 8%;
}

.callout-mission-working {
  top: 53%;
  left: 8%;
}

.callout-mission-status {
  top: 20%;
  left: 72%;
}

.workflow-shell {
  margin-top: 34px;
}

.workflow-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.workflow-tab {
  color: var(--text-muted);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.workflow-tab.is-active {
  color: #03140f;
  border-color: transparent;
  background: linear-gradient(180deg, #91ffea 0%, #4fffd7 100%);
  box-shadow:
    0 18px 34px rgba(22, 164, 138, 0.26),
    0 0 0 1px rgba(145, 255, 234, 0.2);
  transform: translateY(-1px);
}

.workflow-stage {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  gap: 32px;
  align-items: start;
}

.workflow-media,
.surface-media {
  display: grid;
  gap: 14px;
}

.workflow-visual {
  min-height: auto;
  aspect-ratio: auto;
  display: grid;
  place-items: center;
  padding: 12px;
}

.workflow-visual img {
  width: 100%;
  height: auto;
  min-height: 0;
  transition: opacity 220ms ease, transform 220ms ease;
}

.workflow-visual.is-swapping img {
  opacity: 0.55;
  transform: scale(0.988);
}

.workflow-callouts {
  position: absolute;
  inset: 18px;
  pointer-events: none;
  display: none;
}

.workflow-callout {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--text);
  font-size: 0.78rem;
  background: rgba(6, 13, 18, 0.84);
  border: 1px solid rgba(79, 255, 215, 0.22);
  box-shadow: 0 12px 24px rgba(4, 8, 14, 0.34);
  transform: translate(-50%, -50%);
}

.workflow-detail {
  padding: 14px 0;
  max-width: 34rem;
}

.workflow-detail h3 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.02;
}

.workflow-body {
  margin: 16px 0 0;
  font-size: 1.04rem;
}

.workflow-bullets,
.workflow-callout-list,
.surface-bullets,
.proof-life-list,
.audience-column ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.workflow-bullets li + li,
.workflow-callout-list li + li,
.surface-bullets li + li,
.proof-life-list li + li,
.audience-column li + li {
  margin-top: 14px;
}

.workflow-callout-list {
  display: none;
}

.surface-shell {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.surface-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.surface-trigger {
  position: relative;
  width: 100%;
  padding: 18px 18px 20px;
  text-align: left;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(16, 23, 31, 0.92), rgba(8, 12, 18, 0.84));
  box-shadow: 0 18px 34px rgba(4, 8, 14, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.surface-trigger::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(79, 255, 215, 0.18), transparent 58%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.surface-trigger::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(145, 255, 234, 0.88);
  box-shadow: 0 0 0 6px rgba(79, 255, 215, 0.12);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 180ms ease, transform 180ms ease;
}

.surface-trigger:hover {
  transform: translateY(-1px);
  border-color: rgba(79, 255, 215, 0.2);
}

.surface-trigger.is-active {
  border-color: rgba(79, 255, 215, 0.28);
  background:
    linear-gradient(180deg, rgba(18, 30, 39, 0.96), rgba(10, 16, 22, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(79, 255, 215, 0.14), transparent 42%);
  box-shadow:
    0 24px 42px rgba(4, 8, 14, 0.24),
    0 0 32px rgba(79, 255, 215, 0.08);
  transform: translateY(-2px);
}

.surface-trigger.is-active::before,
.surface-trigger.is-active::after {
  opacity: 1;
}

.surface-trigger.is-active::after {
  transform: scale(1);
}

.surface-trigger-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.surface-trigger strong {
  display: block;
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.42;
}

.surface-trigger.is-active strong {
  color: var(--accent-strong);
}

.surface-trigger p {
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.surface-trigger.is-active p {
  color: var(--text);
}

.surface-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(290px, 0.68fr);
  gap: 32px;
  align-items: start;
}

.surface-visual {
  position: relative;
  overflow: hidden;
  min-height: auto;
  aspect-ratio: auto;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(19, 26, 35, 0.96), rgba(10, 14, 20, 0.92));
  box-shadow:
    0 30px 56px rgba(4, 8, 14, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.surface-visual.is-swapping img {
  opacity: 0.55;
  transform: scale(0.988);
}

.surface-callouts {
  position: absolute;
  inset: 18px;
  pointer-events: none;
  display: none;
}

.surface-callout {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--text);
  font-size: 0.78rem;
  background: rgba(6, 13, 18, 0.84);
  border: 1px solid rgba(79, 255, 215, 0.22);
  box-shadow: 0 12px 24px rgba(4, 8, 14, 0.34);
  transform: translate(-50%, -50%);
}

.surface-detail {
  padding: 6px 0;
  max-width: 34rem;
}

.surface-detail h3 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.02;
}

.surface-body {
  margin: 14px 0 0;
}

.surface-caption,
.proof-life-shot figcaption {
  margin-top: 14px;
  color: var(--text-subtle);
  font-size: 1rem;
  line-height: 1.62;
}

.comparison-table {
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-head,
.comparison-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  padding: 20px 0;
}

.comparison-head {
  color: var(--accent);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.comparison-head span:last-child {
  color: var(--accent-strong);
}

.comparison-row {
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-row span {
  color: var(--text-subtle);
}

.comparison-row strong {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  color: var(--text);
  font-weight: 700;
  background:
    linear-gradient(180deg, rgba(17, 28, 37, 0.94), rgba(10, 16, 22, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(79, 255, 215, 0.09), transparent 50%);
  border: 1px solid rgba(79, 255, 215, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.loop-section .section-heading {
  max-width: 700px;
}

.loop-diagram {
  position: relative;
  margin-top: 28px;
  min-height: 476px;
  padding: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 210px;
  align-items: start;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(79, 255, 215, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(14, 22, 30, 0.96), rgba(7, 11, 16, 0.9));
  box-shadow:
    0 30px 56px rgba(4, 8, 14, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.loop-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.loop-path-flow {
  animation: loopCircuitFlow 18s linear infinite;
}

.loop-path-energy {
  animation: loopEnergyPulse 6.2s linear infinite;
}

.loop-pulse-dot {
  transform-box: fill-box;
  transform-origin: center;
  animation: loopDotGlow 1.8s ease-in-out infinite;
}

.loop-pulse-dot-secondary {
  animation-duration: 2.3s;
}

.loop-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(31vw, 304px);
  padding: 20px 20px 22px;
  border-radius: 28px;
  border: 1px solid rgba(79, 255, 215, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 29, 38, 0.98), rgba(9, 14, 20, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(79, 255, 215, 0.12), transparent 48%);
  box-shadow:
    0 28px 46px rgba(4, 8, 14, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transform: translate(-50%, -50%);
}

.loop-core h3,
.loop-node h3 {
  margin: 0;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  letter-spacing: -0.03em;
}

.loop-core h3 {
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.06;
}

.loop-core p {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.54;
}

.loop-core-sequence {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  color: var(--text);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.loop-core-sequence span:nth-child(odd) {
  color: var(--accent-strong);
}

.loop-core-sequence span:nth-child(even) {
  color: rgba(145, 255, 234, 0.58);
}

.loop-node {
  position: relative;
  z-index: 1;
  width: min(100%, 280px);
  padding: 16px 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(16, 24, 33, 0.95), rgba(9, 13, 19, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(79, 255, 215, 0.08), transparent 42%);
  box-shadow: 0 18px 34px rgba(4, 8, 14, 0.24);
}

.loop-node-scout,
.loop-node-profile {
  justify-self: start;
}

.loop-node-board,
.loop-node-ops {
  justify-self: end;
}

.loop-node-profile,
.loop-node-ops {
  align-self: end;
}

.loop-node-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--accent-strong);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  background: rgba(9, 18, 25, 0.82);
  border: 1px solid rgba(79, 255, 215, 0.2);
}

.loop-node-kicker,
.loop-beat span {
  display: inline-block;
  margin: 12px 0 0;
  color: var(--accent);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.loop-node h3 {
  margin-top: 8px;
  font-size: 1.14rem;
  line-height: 1.06;
}

.loop-node p,
.loop-beat p {
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.52;
}

.loop-beats {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.loop-beat {
  padding: 16px 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 18, 25, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.signal-strip {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.signal-pill {
  padding: 16px 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(79, 255, 215, 0.12);
  background:
    linear-gradient(180deg, rgba(15, 23, 31, 0.92), rgba(8, 12, 18, 0.84)),
    radial-gradient(circle at 100% 0%, rgba(79, 255, 215, 0.08), transparent 42%);
  box-shadow: 0 18px 34px rgba(4, 8, 14, 0.18);
}

.signal-pill span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.signal-pill p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.audience-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.audience-column {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.audience-column h3 {
  font-size: 1.28rem;
}

.founder-note {
  max-width: 700px;
  margin-top: 26px;
}

.founder-note p + p {
  margin-top: 16px;
}

.beta-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  gap: 28px;
  padding-bottom: 76px;
}

.beta-form-card,
.beta-side {
  padding: 24px;
  border-radius: var(--radius-m);
  border: 1px solid var(--surface-line);
  background:
    linear-gradient(180deg, rgba(14, 22, 30, 0.96), rgba(7, 11, 16, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(79, 255, 215, 0.08), transparent 38%);
  box-shadow: 0 24px 48px rgba(4, 8, 14, 0.28);
}

.beta-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.beta-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 0.92rem;
}

.beta-form input,
.beta-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.beta-form select {
  background-position: right 14px center;
  background-size: 9px 5px;
}

.beta-form option {
  color: #081019;
}

.beta-submit,
.form-note {
  grid-column: 1 / -1;
}

.form-note {
  margin: -2px 0 0;
  color: var(--text-subtle);
  font-size: 1rem;
}

.form-note[data-tone="error"] {
  color: #ffb6b6;
}

.form-note[data-tone="warning"] {
  color: #ffd88a;
}

.form-note[data-tone="success"] {
  color: var(--accent-strong);
}

.beta-actions {
  margin-top: 20px;
}

.beta-confirmation[hidden] {
  display: none;
}

.beta-confirmation {
  display: grid;
  gap: 18px;
  min-height: 100%;
}

.beta-confirmation h3 {
  margin: 0;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.beta-confirmation-message,
.beta-side-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.admin-body .hero {
  padding-top: 0;
}

.admin-shell {
  width: min(var(--shell), calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.admin-hero h1 {
  max-width: 15ch;
  margin: 0;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.admin-intro {
  max-width: 40rem;
  margin: 20px 0 0;
  color: var(--text-muted);
  font-size: 1.06rem;
  line-height: 1.74;
}

.admin-access {
  margin-top: 26px;
  display: grid;
  gap: 16px;
  padding: 22px 24px;
  border-radius: var(--radius-m);
  border: 1px solid rgba(129, 248, 229, 0.16);
  background:
    linear-gradient(180deg, rgba(14, 22, 30, 0.94), rgba(7, 11, 16, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(79, 255, 215, 0.08), transparent 42%);
  box-shadow: 0 24px 48px rgba(4, 8, 14, 0.24);
}

.admin-access-copy {
  display: grid;
  gap: 8px;
}

.admin-access-note,
.admin-source {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.admin-source[data-state="live"] {
  color: var(--accent-strong);
}

.admin-source[data-state="warning"] {
  color: #ffd88a;
}

.admin-source[data-state="error"] {
  color: #ffb6b6;
}

.admin-access-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.admin-access-input {
  min-width: min(340px, 100%);
  flex: 1 1 240px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  font: inherit;
}

.admin-access-input::placeholder {
  color: rgba(214, 221, 232, 0.42);
}

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

.admin-stat,
.admin-panel {
  padding: 24px;
  border-radius: var(--radius-m);
  border: 1px solid var(--surface-line);
  background:
    linear-gradient(180deg, rgba(14, 22, 30, 0.96), rgba(7, 11, 16, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(79, 255, 215, 0.08), transparent 38%);
  box-shadow: 0 24px 48px rgba(4, 8, 14, 0.28);
}

.admin-stat span {
  display: block;
  color: var(--text-subtle);
  font-size: 0.94rem;
}

.admin-stat strong {
  display: block;
  margin-top: 12px;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.admin-panel {
  margin-top: 34px;
}

.admin-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 180px) auto;
  gap: 16px;
  align-items: end;
}

.admin-control {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 0.94rem;
}

.admin-control select,
.admin-status-select,
.admin-notes-input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.admin-control select,
.admin-status-select {
  min-height: 50px;
  padding: 0 14px;
}

.admin-notes-input {
  min-height: 88px;
  padding: 12px 14px;
  resize: vertical;
}

.admin-toolbar-button {
  min-height: 50px;
}

.admin-table-wrap {
  margin-top: 22px;
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 16px 12px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-table th {
  color: var(--text-subtle);
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.admin-table td {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.admin-table td a {
  color: var(--accent-strong);
}

.admin-save-button {
  margin-top: 10px;
  min-height: 40px;
}

.admin-empty {
  margin: 20px 0 0;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes loopCircuitFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -520;
  }
}

@keyframes loopEnergyPulse {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -516;
  }
}

@keyframes loopDotGlow {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.16);
  }
}

@media (max-width: 1180px) {
  .hero-grid,
  .mission-grid,
  .workflow-stage,
  .surface-shell,
  .surface-stage,
  .admin-stats,
  .proof-life-grid,
  .beta-grid {
    grid-template-columns: 1fr;
  }

  .loop-diagram {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

  .loop-lines {
    display: none;
  }

  .loop-core {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    transform: none;
  }

  .loop-node,
  .loop-node-scout,
  .loop-node-board,
  .loop-node-profile,
  .loop-node-ops {
    width: 100%;
    justify-self: stretch;
    align-self: auto;
  }

  .loop-node-scout {
    order: 1;
  }

  .loop-node-board {
    order: 2;
  }

  .loop-node-ops {
    order: 3;
  }

  .loop-node-profile {
    order: 4;
  }

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

  .signal-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .principles-inner,
  .proof-life-gallery,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .admin-toolbar {
    grid-template-columns: 1fr;
  }

  .admin-access-form {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-access-input {
    min-width: 0;
    width: 100%;
  }

  .hero-loop-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-loop-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-loop-visual {
    min-height: auto;
  }

  .comparison-head,
  .comparison-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .comparison-head {
    padding-bottom: 12px;
  }

  .comparison-head span:last-child {
    color: var(--text-subtle);
  }

  .comparison-row strong {
    padding: 12px 14px;
  }

  .beta-form {
    grid-template-columns: 1fr;
  }

  .surface-callouts {
    display: none;
  }

  .loop-beats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero-inner,
  .mission-section,
  .workflow-section,
  .proof-section,
  .comparison-section,
  .proof-life-section,
  .audience-section,
  .founder-section,
  .beta-section,
  .principles-section,
  .admin-shell,
  .hero-nav {
    width: min(var(--shell), calc(100% - 20px));
  }

  .hero {
    padding-top: 14px;
    padding-bottom: 38px;
  }

  .hero-nav {
    justify-content: space-between;
    align-items: center;
  }

  .hero-nav-links {
    width: auto;
    margin-left: auto;
    gap: 0;
  }

  .hero-brand-meta {
    display: none;
  }

  .hero-nav-links a:not(.hero-nav-cta) {
    display: none;
  }

  .hero-nav-links .hero-nav-cta {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero-copy {
    padding-top: 10px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.7rem, 13vw, 4.1rem);
  }

  .hero-summary {
    font-size: 1.04rem;
  }

  .hero-support-line {
    font-size: 0.95rem;
  }

  .hero-loop-shell {
    padding: 18px;
  }

  .hero-loop-title {
    font-size: 1rem;
  }

  .hero-loop-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-loop-tab {
    padding: 11px 12px;
  }

  .hero-loop-tab-label {
    font-size: 0.88rem;
  }

  .hero-loop-visual,
  .mission-shot,
  .workflow-visual,
  .surface-visual,
  .proof-life-shot,
  .beta-form-card,
  .beta-side,
  .admin-stat,
  .admin-panel {
    border-radius: 22px;
  }

  .hero-loop-visual img,
  .hero-loop-visual video {
    height: auto;
    max-height: 340px;
  }

  .mission-section,
  .workflow-section,
  .proof-section,
  .comparison-section,
  .proof-life-section,
  .audience-section,
  .founder-section,
  .beta-section {
    padding-top: 72px;
  }

  .mission-point {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .workflow-visual {
    min-height: auto;
  }

  .workflow-visual img {
    min-height: auto;
  }

  .shot-callouts,
  .workflow-callouts {
    display: none;
  }

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

  .loop-diagram {
    padding: 22px;
    border-radius: 26px;
  }

  .loop-core,
  .loop-node,
  .loop-beat {
    border-radius: 22px;
  }

  .loop-core h3 {
    font-size: 1.6rem;
  }

  .principle {
    padding-left: 0;
    border-left: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(79, 255, 215, 0.12);
  }

  .principle:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .admin-hero h1 {
    max-width: none;
    font-size: clamp(2.4rem, 11vw, 3.8rem);
  }
}
