/*
Theme Name: GIA Inteligencia Educativa
Theme URI: https://gia-inteligencia-educativa.example
Author: Giovanny Ramón
Author URI: https://linkedin.com/in/giovanny-ramon
Description: Tema de WordPress para GIA Inteligencia Educativa. Formación, consultoría y producción de experiencias de aprendizaje con inteligencia artificial. Diseño de una sola página con secciones de propuesta, servicios, programa, fundador y contacto. Datos de contacto editables desde el Personalizador.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gia-inteligencia-educativa
Tags: education, business, one-page, custom-colors, custom-menu, dark-mode
*/

:root {
  --ink: #050817;
  --ink-2: #0a1026;
  --ink-3: #101833;
  --text: #f7fbff;
  --body: #c4d1e5;
  --muted: #8ea4c4;
  --cyan: #20e6f2;
  --blue: #4b8dff;
  --violet: #8b5cf6;
  --magenta: #f15bd5;
  --gold: #f5b84b;
  --green: #9be45d;
  --line: rgba(180, 224, 255, 0.18);
  --line-strong: rgba(32, 230, 242, 0.42);
  --glass: rgba(255, 255, 255, 0.07);
  --glass-strong: rgba(255, 255, 255, 0.12);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--body);
  background:
    linear-gradient(120deg, rgba(32, 230, 242, 0.09), transparent 26%),
    linear-gradient(240deg, rgba(241, 91, 213, 0.12), transparent 30%),
    var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.16));
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px 32px;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(32, 230, 242, 0.09), rgba(139, 92, 246, 0.07), rgba(241, 91, 213, 0.08)),
    rgba(5, 8, 23, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px) saturate(150%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  font-size: 1.05rem;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border: 1px solid rgba(32, 230, 242, 0.7);
  border-radius: 50%;
  mix-blend-mode: screen;
  filter: saturate(1.22) drop-shadow(0 0 18px rgba(32, 230, 242, 0.55));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  color: rgba(247, 251, 255, 0.78);
  font-size: 0.94rem;
  font-weight: 750;
  border: 1px solid transparent;
  border-radius: 8px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(32, 230, 242, 0.22);
  outline: none;
}

.site-nav .nav-cta {
  color: var(--ink);
  background: linear-gradient(90deg, var(--cyan), var(--green));
  box-shadow: 0 0 24px rgba(32, 230, 242, 0.3);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
  border-radius: 8px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 34px;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: 76px max(32px, calc((100vw - 1160px) / 2)) 86px;
  color: var(--text);
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5, 8, 23, 0.98), rgba(5, 8, 23, 0.76) 48%, rgba(5, 8, 23, 0.94)),
    linear-gradient(128deg, rgba(32, 230, 242, 0.16), transparent 32%, rgba(139, 92, 246, 0.12) 68%, rgba(241, 91, 213, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(32, 230, 242, 0.06) 0 1px, transparent 1px 92px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(32, 230, 242, 0.14) 18% 18.4%, transparent 18.4% 47%, rgba(241, 91, 213, 0.13) 47% 47.35%, transparent 47.35%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 13px);
  opacity: 0.72;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, transparent, var(--ink));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 12ch;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 4.35rem;
  line-height: 0.97;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(32, 230, 242, 0.2);
}

.hero-lede {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(247, 251, 255, 0.84);
  font-size: 1.18rem;
  overflow-wrap: break-word;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.98rem;
  font-weight: 850;
}

.button-primary {
  color: var(--ink);
  background: linear-gradient(100deg, var(--cyan), var(--green));
  box-shadow: 0 0 32px rgba(32, 230, 242, 0.32);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: #000000;
  background: linear-gradient(100deg, #ffffff, var(--cyan));
  outline: none;
}

.button-ghost,
.button-link {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.button-ghost:hover,
.button-ghost:focus-visible,
.button-link:hover,
.button-link:focus-visible {
  border-color: rgba(32, 230, 242, 0.8);
  background: rgba(32, 230, 242, 0.12);
  outline: none;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 540px;
}

.holo-disc {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(480px, 100%);
  aspect-ratio: 1;
  border: 1px solid rgba(32, 230, 242, 0.4);
  border-radius: 50%;
  background:
    conic-gradient(from 140deg, rgba(32, 230, 242, 0.28), rgba(139, 92, 246, 0.1), rgba(241, 91, 213, 0.3), rgba(32, 230, 242, 0.28));
  box-shadow:
    inset 0 0 42px rgba(255, 255, 255, 0.1),
    0 0 90px rgba(32, 230, 242, 0.18);
}

.holo-disc::before,
.holo-disc::after {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.holo-disc::after {
  inset: 16%;
  border-color: rgba(241, 91, 213, 0.22);
}

.holo-disc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.78;
  mix-blend-mode: screen;
  filter: saturate(1.4) contrast(1.04);
}

.signal-stack {
  position: absolute;
  right: 10px;
  top: 46px;
  display: grid;
  gap: 10px;
  width: 170px;
}

.signal-stack span {
  height: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  opacity: 0.64;
}

.signal-stack span:nth-child(2) {
  width: 72%;
  background: linear-gradient(90deg, var(--magenta), transparent);
}

.signal-stack span:nth-child(3) {
  width: 46%;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.metrics-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1160px;
  margin: -50px auto 0;
  padding: 0 32px;
  gap: 10px;
  position: relative;
  z-index: 5;
}

.metric {
  min-height: 132px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(10, 16, 38, 0.66);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(150%);
}

.metric strong {
  display: block;
  color: #ffffff;
  font-size: 2.3rem;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--body);
  font-weight: 750;
}

.section {
  position: relative;
  padding: 104px 32px;
}

.split-section,
.ecosystem-section,
.founder-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 56px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
}

.section-copy h2,
.section-heading h2,
.contact-content h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 2.68rem;
  line-height: 1.06;
  letter-spacing: 0;
}

.section-copy p,
.section-heading p,
.contact-content p {
  color: var(--body);
  font-size: 1.06rem;
}

.identity-system {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(32, 230, 242, 0.16), transparent 36%),
    linear-gradient(315deg, rgba(241, 91, 213, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(140%);
}

.identity-system::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(32, 230, 242, 0.22), transparent 28%),
    linear-gradient(300deg, rgba(241, 91, 213, 0.2), transparent 30%),
    repeating-linear-gradient(115deg, transparent 0 34px, rgba(255, 255, 255, 0.06) 34px 35px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
  opacity: 0.9;
}

.identity-system::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 12px);
  transform: translateX(-35%);
  opacity: 0.42;
}

.identity-mark {
  position: absolute;
  inset: 15% 10% auto auto;
  width: 52%;
  aspect-ratio: 1;
  border: 1px solid rgba(32, 230, 242, 0.36);
  border-radius: 50%;
  background: conic-gradient(from 90deg, rgba(32, 230, 242, 0.14), rgba(139, 92, 246, 0.22), rgba(241, 91, 213, 0.2), rgba(32, 230, 242, 0.14));
}

.identity-system figcaption {
  position: absolute;
  inset: auto 22px 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.identity-system figcaption span {
  padding: 12px 14px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(5, 8, 23, 0.45);
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.services-section {
  max-width: 1160px;
  margin: 0 auto;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 38px;
}

.services-grid,
.program-layout,
.detection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card,
.program-card,
.detection-grid article {
  position: relative;
  min-height: 268px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(10, 16, 38, 0.76);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px) saturate(140%);
}

.service-card::before,
.program-card::before,
.detection-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(32, 230, 242, 0.22), transparent 30%, rgba(241, 91, 213, 0.13));
  opacity: 0;
  transition: opacity 180ms ease;
}

.service-card:hover::before,
.program-card:hover::before,
.detection-grid article:hover::before {
  opacity: 1;
}

.service-index,
.program-card span,
.detection-grid span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 32px;
  margin-bottom: 24px;
  color: #ffffff;
  background: rgba(32, 230, 242, 0.16);
  border: 1px solid rgba(32, 230, 242, 0.4);
  border-radius: 8px;
  font-weight: 900;
}

.service-card h3,
.program-card h3,
.detection-grid h3,
.service-card p,
.program-card p,
.detection-grid p {
  position: relative;
}

.service-card h3,
.program-card h3,
.detection-grid h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.18;
}

.service-card p,
.program-card p,
.detection-grid p {
  margin-bottom: 0;
  color: var(--body);
}

.program-section {
  overflow: hidden;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(5, 8, 23, 0.94), rgba(9, 13, 31, 0.98)),
    linear-gradient(120deg, rgba(32, 230, 242, 0.12), transparent 38%, rgba(241, 91, 213, 0.12)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 72px);
}

.program-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 18%, rgba(32, 230, 242, 0.12) 18% 18.2%, transparent 18.2% 51%, rgba(245, 184, 75, 0.1) 51% 51.25%, transparent 51.25%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
  opacity: 0.74;
}

.program-section .section-heading,
.program-layout {
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.program-card span {
  color: var(--ink);
  background: linear-gradient(90deg, var(--gold), var(--green));
  border-color: rgba(245, 184, 75, 0.68);
}

.ecosystem-section {
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: stretch;
}

.pipeline span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 12px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  border: 1px solid rgba(32, 230, 242, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(32, 230, 242, 0.18), rgba(255, 255, 255, 0.05)),
    rgba(10, 16, 38, 0.72);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
}

.pipeline span:nth-child(2) {
  border-color: rgba(139, 92, 246, 0.42);
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.2), rgba(255, 255, 255, 0.05));
}

.pipeline span:nth-child(3) {
  border-color: rgba(241, 91, 213, 0.4);
  background: linear-gradient(145deg, rgba(241, 91, 213, 0.18), rgba(255, 255, 255, 0.05));
}

.pipeline span:nth-child(4) {
  border-color: rgba(245, 184, 75, 0.42);
  background: linear-gradient(145deg, rgba(245, 184, 75, 0.18), rgba(255, 255, 255, 0.05));
}

.pipeline span:nth-child(5) {
  border-color: rgba(155, 228, 93, 0.4);
  background: linear-gradient(145deg, rgba(155, 228, 93, 0.16), rgba(255, 255, 255, 0.05));
}

.detection-section {
  background:
    linear-gradient(180deg, rgba(16, 24, 51, 0.82), rgba(5, 8, 23, 0.96)),
    var(--ink);
}

.detection-section .section-heading,
.detection-grid {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.detection-grid article {
  min-height: 210px;
}

.founder-section {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
}

.founder-visual {
  min-height: 350px;
}

.founder-signal {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(32, 230, 242, 0.14), transparent 36%),
    linear-gradient(315deg, rgba(241, 91, 213, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(150%);
}

.founder-signal::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, transparent 0 32%, rgba(255, 255, 255, 0.2) 32% 32.4%, transparent 32.4%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 12px);
}

.brand-lockup {
  position: absolute;
  inset: 50% 34px auto;
  display: grid;
  gap: 8px;
  transform: translateY(-50%);
}

.brand-monogram {
  color: #ffffff;
  font-size: 5.8rem;
  font-weight: 950;
  line-height: 0.86;
  text-shadow:
    0 0 18px rgba(32, 230, 242, 0.38),
    0 0 42px rgba(139, 92, 246, 0.26);
}

.brand-name {
  color: rgba(247, 251, 255, 0.88);
  font-size: 1.55rem;
  font-weight: 350;
}

.brand-line {
  width: max-content;
  max-width: 100%;
  margin-top: 10px;
  padding: 9px 12px;
  color: var(--cyan);
  border: 1px solid rgba(32, 230, 242, 0.32);
  border-radius: 8px;
  background: rgba(5, 8, 23, 0.38);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.founder-title {
  color: #ffffff;
  font-weight: 850;
}

.credentials-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.credentials-list li {
  padding: 13px 16px;
  color: #ffffff;
  border: 1px solid rgba(32, 230, 242, 0.22);
  border-left: 4px solid var(--cyan);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 110px 32px;
  color: var(--text);
  background:
    linear-gradient(100deg, rgba(5, 8, 23, 0.98), rgba(10, 16, 38, 0.9), rgba(5, 8, 23, 0.96)),
    linear-gradient(125deg, rgba(32, 230, 242, 0.16), transparent 45%, rgba(241, 91, 213, 0.14));
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(32, 230, 242, 0.16), transparent 42%, rgba(241, 91, 213, 0.16)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 16px);
  mix-blend-mode: screen;
}

.contact-content {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.contact-content h2,
.contact-content p {
  color: #ffffff;
}

.contact-actions {
  justify-content: center;
  margin-top: 28px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 26px 32px;
  color: rgba(247, 251, 255, 0.72);
  background: #030511;
  border-top: 1px solid rgba(32, 230, 242, 0.22);
}

@media (max-width: 980px) {
  .site-header {
    min-height: 64px;
    padding: 10px 20px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: rgba(5, 8, 23, 0.96);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    justify-content: center;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 280px 22px 80px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(5, 8, 23, 0.72), rgba(5, 8, 23, 0.97)),
      linear-gradient(130deg, rgba(32, 230, 242, 0.14), transparent 42%, rgba(241, 91, 213, 0.14)),
      repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
  }

  .hero-visual {
    position: absolute;
    top: 24px;
    right: 0;
    left: 0;
    z-index: 0;
    min-height: 0;
    height: 300px;
    order: 0;
    opacity: 0.72;
    pointer-events: none;
  }

  .holo-disc {
    inset: 0 auto auto 50%;
    width: min(300px, 80%);
    transform: translateX(-50%);
  }

  .signal-stack {
    display: none;
  }

  h1 {
    max-width: 11ch;
    font-size: 3.05rem;
  }

  .hero-lede {
    max-width: 38ch;
    font-size: 1rem;
  }

  .metrics-band,
  .services-grid,
  .program-layout,
  .detection-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics-band {
    margin-top: 0;
    padding: 20px;
  }

  .split-section,
  .ecosystem-section,
  .founder-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .founder-visual {
    order: 2;
  }

  .founder-copy {
    order: 1;
  }

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

  .section {
    padding: 76px 20px;
  }

  .section-copy h2,
  .section-heading h2,
  .contact-content h2 {
    font-size: 2.18rem;
  }
}

@media (max-width: 620px) {
  .brand span {
    font-size: 1rem;
  }

  .hero {
    padding-right: 20px;
    padding-top: 246px;
  }

  .hero-visual {
    height: 260px;
  }

  .holo-disc {
    width: min(250px, 76%);
  }

  h1 {
    font-size: 2.55rem;
  }

  .button,
  .contact-actions .button {
    width: 100%;
  }

  .metrics-band,
  .services-grid,
  .program-layout,
  .detection-grid {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: 106px;
    padding: 22px 20px;
  }

  .identity-system {
    min-height: 380px;
  }

  .identity-system figcaption {
    grid-template-columns: 1fr;
  }

  .service-card,
  .program-card,
  .detection-grid article {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
