:root {
  color-scheme: dark;
  --night: #0A140F;
  --deep: #102219;
  --surface: #1C2721;
  --input: #1C2E24;
  --glass: rgba(18, 32, 24, 0.74);
  --line: #283930;
  --line-strong: #3B5447;
  --accent: #13EC80;
  --text: #F6F8F7;
  --muted: #9DB9AB;
  --dim: #6F8D7D;
  --amber: #FBBF24;
  --red: #EF4444;
  --shadow: 0 28px 90px rgb(0 0 0 / 34%);
  font-family: "Noto Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 0%, rgb(19 236 128 / 10%), transparent 28rem),
    radial-gradient(circle at 12% 16%, rgb(59 84 71 / 42%), transparent 22rem),
    linear-gradient(180deg, var(--night), #07100c 46%, var(--deep));
  font-family: "Noto Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgb(246 248 247 / 3%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(246 248 247 / 3%) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, black, transparent 72%);
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-160%);
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--night);
  background: var(--accent);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgb(59 84 71 / 46%);
  background: rgb(10 20 15 / 82%);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: max-content;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 760;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-lockup {
  display: block;
  width: 164px;
  height: auto;
  filter: drop-shadow(0 0 14px rgb(19 236 128 / 12%));
}

.brand-stack {
  display: grid;
  gap: 0.12rem;
}

.brand-child {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand-mark {
  width: 0.82rem;
  height: 0.82rem;
  border: 2px solid var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 22px rgb(19 236 128 / 42%);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.header-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 32px;
  padding: 0.35rem 0.72rem;
  border: 1px solid rgb(251 191 36 / 34%);
  border-radius: 999px;
  color: var(--amber);
  background: rgb(251 191 36 / 10%);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-status-pill::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 6px rgb(251 191 36 / 60%);
  animation: pulse-amber 2.4s ease-in-out infinite;
}

.nav {
  display: none;
  align-items: center;
  gap: 0.3rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.nav a {
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
  background: rgb(19 236 128 / 9%);
  outline: none;
}

.section {
  padding: clamp(4rem, 8vw, 7.5rem) clamp(1rem, 4vw, 3rem);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  padding-top: clamp(1.8rem, 3.5vw, 3rem);
  padding-bottom: clamp(0.8rem, 2vw, 1.4rem);
}

.hero-copy,
.section-inner,
.footer {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-copy {
  max-width: 920px;
  margin-left: 0;
}

.kicker,
.module-label,
.card-badge,
.tile-index {
  margin: 0;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 760;
  letter-spacing: 0;
}

h1 {
  max-width: 14ch;
  margin-top: 0.55rem;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

h2 {
  max-width: 900px;
  font-size: clamp(1.8rem, 4.2vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.lead {
  max-width: 640px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
  line-height: 1.52;
}

.section-copy,
.section-close,
.section-note,
.info-card p,
.failure-tile p,
.faq-item p,
.footer-note,
.operating-module p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.76rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 820;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

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

.button.primary {
  color: #06100b;
  background: var(--accent);
  box-shadow: 0 0 0 1px rgb(19 236 128 / 22%), 0 10px 32px rgb(19 236 128 / 18%);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #1DF88E;
  box-shadow: 0 0 0 1px rgb(19 236 128 / 52%), 0 16px 44px rgb(19 236 128 / 32%);
}

.button.secondary {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgb(28 39 33 / 62%);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
}

.chips li {
  padding: 0.38rem 0.6rem;
  border: 1px solid rgb(59 84 71 / 74%);
  border-radius: 999px;
  color: var(--text);
  background: rgb(18 32 24 / 68%);
  font-size: 0.86rem;
}

.hero-status li:first-child {
  border-color: rgb(19 236 128 / 48%);
  box-shadow: inset 0 0 0 1px rgb(19 236 128 / 8%);
}

.concept-panel {
  display: grid;
  gap: 0.55rem;
  padding: clamp(0.72rem, 1.6vw, 0.9rem);
  border: 1px solid rgb(19 236 128 / 15%);
  border-radius: 20px;
  background:
    radial-gradient(circle at 72% 12%, rgb(19 236 128 / 8%), transparent 15rem),
    linear-gradient(145deg, rgb(22 34 28 / 92%), rgb(10 18 14 / 97%)),
    var(--surface);
  box-shadow: var(--shadow), inset 0 1px 0 rgb(246 248 247 / 6%);
  overflow: hidden;
}

.concept-header {
  display: grid;
  gap: 0.35rem;
}

.concept-title {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: 20rem;
  font-size: clamp(1.12rem, 2.2vw, 1.42rem);
  line-height: 1.08;
}

.concept-title::after {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgb(19 236 128 / 50%);
  animation: pulse-glow 2.4s ease-in-out infinite;
}

.concept-note,
.concept-truth,
.concept-point p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.concept-note {
  font-size: 0.95rem;
}

.concept-truth {
  color: var(--dim);
  font-size: 0.84rem;
}

.concept-viewer-shell {
  position: relative;
  order: -1;
  min-height: 220px;
  border: 1px solid rgb(59 84 71 / 62%);
  border-radius: 16px;
  background: linear-gradient(180deg, rgb(12 21 16 / 94%), rgb(7 12 9 / 98%));
  box-shadow: inset 0 1px 0 rgb(246 248 247 / 6%);
  overflow: hidden;
}

.concept-viewer-shell::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgb(255 255 255 / 4%), transparent 20%, transparent 72%, rgb(5 8 6 / 22%));
}

.concept-viewer-poster,
.hardware-viewer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
}

.concept-viewer-poster {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  transition: opacity 220ms ease;
}

.concept-viewer-skeleton {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgb(246 248 247 / 9%) 50%, transparent 100%),
    linear-gradient(180deg, rgb(12 21 16 / 18%), rgb(8 12 10 / 40%));
  background-size: 220px 100%, auto;
  animation: shimmer 1.5s linear infinite;
  opacity: 0;
  transition: opacity 180ms ease;
}

.hardware-viewer {
  z-index: 0;
  --poster-color: transparent;
  background: transparent;
  opacity: 0;
  transition: opacity 220ms ease;
}

.concept-viewer-shell.is-ready .hardware-viewer {
  opacity: 1;
}

.concept-viewer-shell.is-ready .concept-viewer-poster,
.concept-viewer-shell.is-ready .concept-viewer-skeleton {
  opacity: 0;
}

.concept-viewer-shell.has-error .concept-viewer-skeleton {
  opacity: 0;
}

.concept-interaction-hint {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgb(19 236 128 / 28%);
  border-radius: 999px;
  color: var(--text);
  background: rgb(8 16 12 / 72%);
  box-shadow: inset 0 1px 0 rgb(246 248 247 / 8%);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.concept-interaction-hint::before {
  content: "↺";
  color: var(--accent);
  font-size: 0.92rem;
}

.hero-demo-band {
  padding: 0 clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem);
  margin-top: 0.6rem;
}

.hero-demo-inner {
  width: min(1360px, 100%);
  margin: 0 auto;
}

.hero-demo-shell {
  position: relative;
  min-height: 250px;
  border: 1px solid rgb(59 84 71 / 52%);
  border-radius: 18px;
  background:
    radial-gradient(circle at 65% 22%, rgb(19 236 128 / 10%), transparent 18rem),
    linear-gradient(180deg, rgb(12 22 16 / 94%), rgb(7 14 10 / 98%));
  background-position: center;
  background-size: cover;
  box-shadow: 0 32px 80px rgb(0 0 0 / 38%), 0 0 0 1px rgb(246 248 247 / 4%), inset 0 1px 0 rgb(246 248 247 / 8%);
  overflow: hidden;
}

.hero-demo-shell.is-loading::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 0%, rgb(246 248 247 / 8%) 50%, transparent 100%),
    linear-gradient(180deg, rgb(7 14 10 / 22%), rgb(7 14 10 / 42%));
  background-size: 200px 100%, auto;
  animation: shimmer 1.5s linear infinite;
}

.hero-demo-media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center top;
  filter: none;
}

.hero-demo-video {
  background: transparent;
}

.hero-demo-image {
  display: block;
}

.hero-demo-caption {
  display: grid;
  gap: 0.4rem;
  padding: 1.1rem 0.3rem 0;
}

.hero-demo-note {
  margin: 0;
  max-width: 72ch;
  color: var(--muted);
  line-height: 1.55;
}

.content-section {
  border-top: 1px solid rgb(40 57 48 / 62%);
}

.problem-section,
.stage-section {
  background:
    radial-gradient(circle at 18% 18%, rgb(19 236 128 / 8%), transparent 18rem),
    linear-gradient(180deg, rgb(16 34 25 / 84%), rgb(10 20 15 / 96%));
}

.section-header {
  display: grid;
  gap: 0.85rem;
}

.section-copy {
  max-width: 720px;
  margin: 1.25rem 0 0;
  font-size: 1.06rem;
}

.clean-list,
.disclosure-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li,
.disclosure-list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--muted);
  line-height: 1.58;
}

.clean-list li::before,
.disclosure-list li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--accent);
  border-radius: 50%;
  content: "";
}

.failure-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
}

.failure-tile,
.info-card,
.operating-module,
.disclosure-panel,
.intake-form,
.faq-item {
  border: 1px solid rgb(59 84 71 / 64%);
  border-radius: 14px;
  background: var(--glass);
  box-shadow: inset 0 1px 0 rgb(246 248 247 / 6%);
  backdrop-filter: blur(12px);
}

.failure-tile,
.info-card,
.operating-module,
.disclosure-panel {
  padding: clamp(1.1rem, 3vw, 1.55rem);
}

.failure-tile h3,
.info-card h3,
.operating-module h3,
.disclosure-panel h3 {
  margin-top: 0.8rem;
}

.failure-tile p,
.info-card p,
.operating-module p {
  margin: 0.75rem 0 0;
}

.direction-layout {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.operating-module {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  background:
    linear-gradient(135deg, rgb(28 46 36 / 92%), rgb(10 20 15 / 86%)),
    var(--surface);
}

.operating-module::after {
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgb(19 236 128 / 22%);
  border-radius: 50%;
  content: "";
}

.module-meter {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 1fr;
  gap: 0.55rem;
}

.module-meter span {
  height: 0.45rem;
  border-radius: 999px;
  background: rgb(157 185 171 / 18%);
}

.module-meter span:first-child {
  background: var(--accent);
  box-shadow: 0 0 24px rgb(19 236 128 / 32%);
}

.support-grid,
.audience-grid,
.card-grid {
  display: grid;
  gap: 1rem;
}

.support-grid {
  margin: 0;
}

.audience-grid,
.card-grid {
  margin-top: 2rem;
}

.audience-grid {
  gap: 0.85rem;
}

.audience-grid .info-card {
  padding: 1rem 1rem 1.1rem;
}

.audience-grid .info-card h3 {
  margin-top: 0.55rem;
}

.audience-grid .info-card p {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.info-card.is-primary {
  border-color: rgb(19 236 128 / 42%);
  background: linear-gradient(145deg, rgb(28 46 36 / 92%), rgb(18 32 24 / 78%));
}

.card-badge {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.28rem 0.5rem;
  border: 1px solid rgb(19 236 128 / 35%);
  border-radius: 999px;
  background: rgb(19 236 128 / 9%);
  font-size: 0.82rem;
  font-weight: 760;
}

.stage-section {
  border-top-color: rgb(19 236 128 / 24%);
}

.company-section {
  background:
    radial-gradient(circle at 78% 24%, rgb(19 236 128 / 8%), transparent 20rem),
    linear-gradient(180deg, rgb(10 20 15 / 88%), rgb(16 34 25 / 76%));
}

.disclosure-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.disclosure-panel {
  background: linear-gradient(145deg, rgb(28 39 33 / 92%), rgb(10 20 15 / 88%));
}

.disclosure-panel.is-not {
  border-color: rgb(251 191 36 / 34%);
}

.disclosure-panel.is-not .disclosure-list li::before {
  border-color: var(--amber);
}

.section-note,
.section-close {
  max-width: 780px;
  margin: 1.5rem 0 0;
}

.intake-band {
  background: linear-gradient(180deg, rgb(10 20 15 / 92%), rgb(16 34 25 / 82%));
}

.intake-band .section-inner {
  width: min(1360px, 100%);
}

.intake-layout,
.intake-teaser-layout {
  display: grid;
  gap: 2rem;
}

.intake-teaser-layout {
  align-items: center;
}

.intake-teaser-copy .section-copy {
  max-width: 58ch;
}

.intake-teaser-card {
  padding: clamp(1rem, 3vw, 1.35rem);
  border: 1px solid rgb(59 84 71 / 64%);
  border-radius: 18px;
  background: linear-gradient(145deg, rgb(28 39 33 / 92%), rgb(10 20 15 / 88%));
  box-shadow: var(--shadow), inset 0 1px 0 rgb(246 248 247 / 6%);
}

.intake-teaser-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.intake-teaser-points {
  display: grid;
  gap: 0.6rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.intake-teaser-points li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--text);
  line-height: 1.5;
}

.intake-teaser-points li::before {
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  box-shadow: 0 0 12px rgb(19 236 128 / 30%);
}

.intake-teaser-actions {
  margin-top: 1.15rem;
}

.intake-form {
  padding: clamp(1rem, 3vw, 1.45rem);
  box-shadow: var(--shadow), inset 0 1px 0 rgb(246 248 247 / 6%);
}

.intake-form [data-form-fields] {
  display: grid;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

label {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 760;
}

label span {
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 650;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.82rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--text);
  background: rgb(28 46 36 / 72%);
  font: inherit;
}

.checkbox-field {
  gap: 0.3rem;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  width: 1.05rem;
  min-width: 1.05rem;
  min-height: 1.05rem;
  height: 1.05rem;
  margin-top: 0.2rem;
  padding: 0;
  accent-color: var(--accent);
}

.checkbox-label span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  outline: 3px solid rgb(19 236 128 / 18%);
}

[aria-invalid="true"] {
  border-color: var(--red);
}

.field-error,
.form-status {
  min-height: 1.2rem;
  margin: 0;
  font-size: 0.88rem;
}

.field-error,
.form-status.error {
  color: #FCA5A5;
}

.form-status.success {
  color: var(--accent);
  font-weight: 760;
}

.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  cursor: pointer;
}

.submission-tools {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.submission-summary {
  overflow-x: auto;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgb(59 84 71 / 58%);
  border-radius: 12px;
  color: var(--muted);
  background: rgb(7 14 10 / 82%);
  font: 0.88rem/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: pre-wrap;
}

.submission-copy {
  width: fit-content;
}

.submission-copy-status {
  min-height: 1.1rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.faq-section {
  background: rgb(10 20 15 / 86%);
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 880px;
  margin-top: 2rem;
}

.faq-item summary {
  cursor: pointer;
  padding: 1rem 2.4rem 1rem 1.1rem;
  position: relative;
  color: var(--text);
  font-weight: 780;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 200ms ease;
}

.faq-item[open] summary::after {
  content: "\2212";
}

.faq-item p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
}

.footer {
  padding: 2.5rem clamp(1rem, 4vw, 3rem) 3rem;
  border-top: 1px solid var(--line);
}

.footer-close {
  margin: 0;
  max-width: 760px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.7rem);
  font-weight: 760;
}

.footer-note {
  margin: 0.6rem 0 0;
}

@keyframes pulse-amber {
  0%, 100% { opacity: 1; box-shadow: 0 0 6px rgb(251 191 36 / 60%); }
  50% { opacity: 0.5; box-shadow: 0 0 2px rgb(251 191 36 / 30%); }
}

@keyframes pulse-glow {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px rgb(19 236 128 / 50%); }
  50% { opacity: 0.55; box-shadow: 0 0 3px rgb(19 236 128 / 25%); }
}

@keyframes shimmer {
  from { background-position: -220px 0, 0 0; }
  to { background-position: calc(100% + 220px) 0, 0 0; }
}

@media (min-width: 720px) {
  .nav {
    display: flex;
  }

  .header-status-pill {
    min-height: 34px;
  }

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

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

@media (min-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 1.6rem;
    width: min(1360px, 100%);
    margin: 0 auto;
  }

  .concept-viewer-shell {
    min-height: 280px;
  }

  .concept-viewer-poster,
  .hardware-viewer {
    min-height: 280px;
  }

  .hero-demo-band {
    margin-top: 0.65rem;
  }

  .hero-demo-shell,
  .hero-demo-media {
    min-height: 300px;
  }

  .direction-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .support-grid {
    align-self: stretch;
  }

  .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .intake-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.9fr);
    align-items: start;
  }

  .intake-teaser-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  }
}

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