@font-face {
  font-family: 'InterVar';
  src: url('../fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f4f1e9;
  --bg-strong: #111416;
  --ash: #191d1f;
  --ash-soft: #262a2c;
  --offwhite: #f7f4ec;
  --offwhite-strong: #fffcf4;
  --surface: rgba(255, 252, 244, 0.78);
  --surface-dark: rgba(25, 29, 31, 0.78);
  --line: rgba(20, 23, 24, 0.12);
  --line-strong: rgba(247, 244, 236, 0.16);
  --text: #151819;
  --text-soft: #5c6264;
  --text-inverse: rgba(250, 247, 238, 0.94);
  --accent: #c8a66a;
  --accent-cool: #72d7f6;
  --accent-soft: rgba(200, 166, 106, 0.18);
  --shadow: 0 30px 70px rgba(17, 20, 22, 0.13);
  --shadow-dark: 0 30px 90px rgba(0, 0, 0, 0.5);
  --radius-xl: 20px;
  --radius-lg: 14px;
  --radius-md: 8px;
  --frame: min(1320px, calc(100vw - 40px));
  --ease: 360ms cubic-bezier(.22, 1, .36, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, var(--offwhite-strong) 0%, var(--bg) 48%, #e9e3d7 100%);
  color: var(--text);
  font-family: 'InterVar', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

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

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

p {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

.site-frame {
  width: var(--frame);
  margin: 0 auto;
}

.h11-site-shell {
  overflow: clip;
}

.hero-section {
  position: relative;
  padding: 28px 0 28px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-grid,
.hero-orbit,
.hero-pulse {
  position: absolute;
}

.hero-grid {
  inset: 8% 5% auto;
  height: 72%;
  border-radius: 40px;
  background:
    linear-gradient(rgba(106, 168, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 168, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
}

.hero-orbit {
  border-radius: 999px;
  border: 1px solid rgba(106, 168, 255, 0.22);
  filter: blur(0.1px);
}

.hero-orbit-one {
  width: 480px;
  height: 480px;
  top: 8%;
  right: -120px;
  background: radial-gradient(circle at center, rgba(106, 168, 255, 0.18), transparent 62%);
}

.hero-orbit-two {
  width: 640px;
  height: 640px;
  bottom: -160px;
  left: -220px;
  background: radial-gradient(circle at center, rgba(10, 24, 40, 0.08), transparent 70%);
}

.hero-pulse {
  width: 420px;
  height: 420px;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(106, 168, 255, 0.22), transparent 72%);
  filter: blur(24px);
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 26px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 600;
}

.brand-mark__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 34px;
  flex: 0 0 58px;
  padding: 6px 7px;
  border: 1px solid rgba(255, 252, 244, 0.22);
  border-radius: 6px;
  background: rgba(255, 252, 244, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.brand-mark__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-mark__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #04111f, #6aa8ff);
  box-shadow: 0 0 18px rgba(106, 168, 255, 0.6);
}

.topnav {
  display: inline-flex;
  gap: 22px;
  font-size: 0.94rem;
  color: var(--text-soft);
}

.topnav a {
  transition: color var(--ease);
}

.topnav a:hover,
.topnav a:focus-visible {
  color: var(--text);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 36px;
  align-items: start;
  padding: clamp(52px, 9vh, 108px) 0 clamp(28px, 5vh, 56px);
}

.hero-copy {
  max-width: 680px;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: 5.8rem;
  line-height: 0.96;
  text-wrap: balance;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: rgba(173, 215, 255, 0.94);
}

.hero-subtitle {
  margin-top: 24px;
  font-size: 1.28rem;
  color: rgba(4, 17, 31, 0.92);
}

.hero-text,
.lead,
.section-head p,
.flow-copy,
.why-copy p,
.contact-panel__copy p,
.site-footer p {
  color: var(--text-soft);
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  margin-top: 20px;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  transition:
    transform var(--ease),
    box-shadow var(--ease),
    background-color var(--ease),
    border-color var(--ease);
}

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

.button--primary {
  background: linear-gradient(135deg, #04111f, #12375f);
  color: #fff;
  box-shadow: 0 20px 44px rgba(18, 55, 95, 0.24);
}

.button--ghost {
  border: 1px solid rgba(4, 17, 31, 0.12);
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(16px);
}

.button--inline {
  min-height: 42px;
  padding: 0;
  color: var(--text);
  justify-content: flex-start;
}

.button--inline::after {
  content: '->';
  margin-left: 8px;
  color: var(--accent);
}

.hero-panel {
  display: flex;
  justify-content: flex-end;
}

.glass-stack {
  width: min(100%, 460px);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.48)),
    linear-gradient(135deg, rgba(106, 168, 255, 0.14), rgba(4, 17, 31, 0.04));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.glass-stack__header,
.glass-metrics,
.site-footer__grid,
.section-head,
.contact-panel {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.glass-stack__header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  color: var(--text-soft);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.glass-stack__header span:last-child {
  text-align: right;
}

.glass-diagram {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
}

.glass-node {
  min-height: 140px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.46);
}

.glass-node strong,
.flow-step strong,
.pill-card span,
.why-item p,
.system-card h3,
.contact-panel h2 {
  display: block;
}

.hero-subtitle,
.hero-text,
.lead,
.founder-panel__intro h3,
.founder-panel__body p,
.section-head h2,
.section-head p,
.system-card h3,
.system-card p,
.flow-panel h2,
.flow-copy,
.pill-card span,
.why-copy h2,
.why-copy p,
.why-item p,
.contact-panel h2,
.contact-panel__copy p,
.site-footer h3,
.site-footer p,
.site-footer a {
  overflow-wrap: anywhere;
}

.glass-node strong {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.glass-node span,
.glass-metrics span,
.system-card__tag,
.site-footer span {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.glass-metrics div {
  flex: 1;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(4, 17, 31, 0.04);
}

.glass-metrics strong {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
}

.section {
  padding: clamp(84px, 10vw, 128px) 0;
}

.section--light {
  position: relative;
}

.section--dark {
  background:
    radial-gradient(circle at top right, rgba(106, 168, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #05111e 0%, #07192b 100%);
  color: var(--text-inverse);
}

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

.founder-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 28px;
  margin-top: 38px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at top right, rgba(106, 168, 255, 0.14), transparent 32%);
  box-shadow: 0 24px 48px rgba(4, 17, 31, 0.08);
  backdrop-filter: blur(16px);
}

.founder-panel__intro h3 {
  font-size: 1.85rem;
  line-height: 1.15;
  text-wrap: balance;
}

.founder-panel__body {
  display: grid;
  gap: 16px;
}

.founder-panel__body p {
  color: var(--text-soft);
  line-height: 1.75;
}

.section-intro h2,
.section-head h2,
.flow-panel h2,
.why-copy h2 {
  font-size: 3.15rem;
  line-height: 1.04;
  text-wrap: balance;
}

.lead {
  margin-top: 22px;
  font-size: 1.22rem;
}

.section-head {
  align-items: end;
  margin-bottom: 40px;
}

.section-head > * {
  flex: 1;
}

.section-head p,
.why-copy p {
  max-width: 52ch;
}

.section--dark .section-head p,
.section--dark .system-card p,
.section--dark .system-card__tag,
.section--dark .why-copy p,
.section--dark .why-item p {
  color: rgba(226, 232, 240, 0.78);
}

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

.system-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(12, 28, 45, 0.92), rgba(8, 20, 32, 0.92));
  box-shadow: var(--shadow-dark);
}

.system-card__media {
  position: relative;
  aspect-ratio: 1 / 0.82;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.system-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(4, 17, 31, 0.72);
  box-shadow: 0 14px 32px rgba(2, 11, 20, 0.34);
  backdrop-filter: blur(16px);
}

.system-card__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.system-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2, .8, .2, 1);
}

.system-card__media--uii-nexus > img,
.system-card__media--apex-iga > img,
.system-visual-frame--uii-nexus img,
.system-visual-frame--apex-iga img {
  object-fit: contain;
  background: #020b14;
}

.system-card__media--uii-nexus > img,
.system-card__media--apex-iga > img {
  padding: 10px;
}

.system-card__media--ith11bat > img {
  object-position: center top;
}

.system-visual-frame--ith11bat {
  max-width: 520px;
  margin-left: auto;
}

.system-visual-frame--ith11bat img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center top;
}

.system-card:hover .system-card__media img {
  transform: scale(1.04);
}

.system-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.system-card__tag {
  margin-bottom: 0;
}

.system-card h3 {
  font-size: 1.35rem;
}

.system-card p {
  line-height: 1.65;
}

.system-card .button--inline {
  margin-top: auto;
}

.work-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: center;
}

.flow-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.flow-step {
  position: relative;
  display: flex;
  min-height: 168px;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(106, 168, 255, 0.12));
  border: 1px solid rgba(106, 168, 255, 0.18);
}

.flow-track .flow-step:not(:last-child)::after {
  content: '→';
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 700;
}

.flow-step span {
  display: inline-block;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
}

.flow-step p {
  color: var(--text-soft);
  line-height: 1.6;
}

.system-hero-section {
  position: relative;
  padding: 28px 0 42px;
}

.topbar--detail {
  padding-bottom: 22px;
}

.system-detail-page .hero-backdrop {
  inset: 0 0 auto;
  min-height: 100%;
}

.system-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 40px;
  align-items: center;
  padding: clamp(34px, 6vh, 72px) 0 26px;
}

.system-hero__copy h1 {
  max-width: 12ch;
  font-size: 4.4rem;
  line-height: 0.98;
  text-wrap: balance;
}

.system-hero__identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.system-hero__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(4, 17, 31, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(4, 17, 31, 0.1);
}

.system-hero__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.system-hero__name {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-hero__lede,
.system-story-card p,
.system-capability-card p,
.system-technology-point p,
.system-highlight p,
.system-navigation-card__label {
  color: var(--text-soft);
  line-height: 1.75;
}

.system-hero__lede {
  max-width: 58ch;
  margin-top: 20px;
  font-size: 1.05rem;
}

.system-hero__visual {
  display: flex;
  justify-content: flex-end;
}

.system-visual-frame {
  width: 100%;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.46)),
    linear-gradient(135deg, rgba(106, 168, 255, 0.12), rgba(4, 17, 31, 0.04));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.system-visual-frame img {
  width: 100%;
  aspect-ratio: 1 / 0.76;
  border-radius: 22px;
  object-fit: cover;
  background: rgba(4, 17, 31, 0.06);
}

.system-highlights,
.system-story-grid,
.system-capability-grid,
.system-navigation-grid {
  display: grid;
  gap: 18px;
}

.system-highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.system-highlight,
.system-navigation-card,
.system-story-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 36px rgba(4, 17, 31, 0.08);
}

.system-highlight {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
}

.system-highlight__marker {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 20px rgba(106, 168, 255, 0.58);
}

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

.system-gallery-section {
  padding-top: 0;
}

.system-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.system-gallery-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(4, 17, 31, 0.92);
  box-shadow: 0 22px 46px rgba(4, 17, 31, 0.12);
}

.system-gallery-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center top;
}

.system-story-card {
  padding: 28px;
}

.system-story-card h3,
.system-technology-panel__intro h3 {
  margin-bottom: 12px;
  font-size: 1.7rem;
  line-height: 1.1;
}

.system-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  margin-bottom: 28px;
}

.system-capability-card {
  min-height: 120px;
  padding: 20px 22px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.system-capability-card p {
  color: rgba(226, 232, 240, 0.82);
}

.system-technology-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 1fr);
  gap: 26px;
  padding: 30px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
}

.system-technology-panel__list {
  display: grid;
  gap: 14px;
}

.system-technology-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.system-technology-point:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.system-technology-point p {
  color: rgba(226, 232, 240, 0.82);
}

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

.system-navigation-card {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  transition:
    transform var(--ease),
    box-shadow var(--ease),
    border-color var(--ease);
}

.system-navigation-card strong {
  font-size: 1.22rem;
}

.system-navigation-card:hover,
.system-navigation-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(4, 17, 31, 0.12);
  border-color: rgba(106, 168, 255, 0.26);
}

.system-navigation-card__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-navigation-card--home {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at top right, rgba(106, 168, 255, 0.14), transparent 32%);
}

.applications-section {
  padding-top: 28px;
}

.section-head--stacked {
  display: block;
  margin-bottom: 28px;
}

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

.pill-card {
  display: flex;
  align-items: flex-end;
  min-height: 140px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 34px rgba(4, 17, 31, 0.08);
}

.pill-card span {
  font-size: 1.05rem;
  line-height: 1.4;
}

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

.why-list {
  display: grid;
  gap: 16px;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.why-item__marker {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #8fcbff;
  box-shadow: 0 0 20px rgba(143, 203, 255, 0.8);
}

.contact-section {
  padding-bottom: 60px;
}

.contact-panel {
  align-items: center;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at top right, rgba(106, 168, 255, 0.18), transparent 36%);
  box-shadow: var(--shadow);
}

.contact-panel__copy h2 {
  margin-bottom: 12px;
  font-size: 2.65rem;
  text-wrap: balance;
}

.contact-panel__copy {
  max-width: 720px;
}

.site-footer {
  padding: 26px 0 38px;
  background: #020b14;
  color: rgba(226, 232, 240, 0.86);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  align-items: start;
  padding: 20px 0 22px;
  row-gap: 20px;
}

.site-footer__grid h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.site-footer__grid > div {
  min-width: 0;
}

.site-footer__grid a,
.site-footer__grid p {
  color: rgba(226, 232, 240, 0.72);
}

.site-footer__meta {
  padding-top: 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms cubic-bezier(.22, 1, .36, 1),
    transform 700ms cubic-bezier(.22, 1, .36, 1);
}

[data-reveal='fade-left'] {
  transform: translateX(26px);
}

[data-reveal='fade-right'] {
  transform: translateX(-26px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.h11-home {
  background: linear-gradient(180deg, #121516 0%, var(--offwhite) 18%, #ece6da 100%);
}

.hero-section--enterprise {
  min-height: 760px;
  padding: 28px 0 82px;
  background: linear-gradient(135deg, rgba(16, 19, 20, 0.98) 0%, rgba(31, 35, 36, 0.98) 54%, rgba(18, 20, 21, 0.98) 100%);
  color: var(--text-inverse);
  isolation: isolate;
}

.hero-section--enterprise::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(17, 20, 22, 0), var(--offwhite) 86%);
  pointer-events: none;
  z-index: 1;
}

.hero-section--enterprise .hero-backdrop {
  opacity: 0.98;
}

.hero-section--enterprise .hero-grid {
  inset: 0;
  height: 100%;
  border-radius: 0;
  background:
    linear-gradient(rgba(255, 252, 244, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 252, 244, 0.045) 1px, transparent 1px),
    linear-gradient(115deg, rgba(200, 166, 106, 0.16), transparent 34%),
    linear-gradient(280deg, rgba(114, 215, 246, 0.11), transparent 36%);
  background-size: 72px 72px, 72px 72px, 100% 100%, 100% 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.22) 92%);
}

.hero-gradient-plane,
.hero-architecture-lines {
  position: absolute;
  pointer-events: none;
}

.hero-gradient-plane {
  inset: 16% 0 auto 46%;
  height: 54%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 252, 244, 0.12) 42%, rgba(200, 166, 106, 0.1) 58%, transparent 100%);
  transform:
    translate3d(calc(var(--pointer-x, 0) * 18px), calc(var(--pointer-y, 0) * 14px), 0)
    skewY(-9deg);
  filter: blur(0.2px);
}

.hero-architecture-lines {
  inset: 10% 5% 12%;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(247, 244, 236, 0.22) 12.05%, transparent 12.15% 50%, rgba(247, 244, 236, 0.14) 50.05%, transparent 50.15%),
    linear-gradient(150deg, transparent 0 42%, rgba(200, 166, 106, 0.18) 42.05%, transparent 42.25%),
    linear-gradient(30deg, transparent 0 56%, rgba(114, 215, 246, 0.14) 56.05%, transparent 56.25%);
  opacity: 0.72;
  animation: h11LineDrift 16s linear infinite;
}

.topbar--enterprise {
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(247, 244, 236, 0.12);
  border-radius: 8px;
  background: rgba(17, 20, 22, 0.66);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.topbar--enterprise .brand-mark,
.topbar--enterprise .topnav {
  color: var(--text-inverse);
}

.topbar--enterprise .brand-mark__dot {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--accent), var(--accent-cool));
  box-shadow: 0 0 28px rgba(200, 166, 106, 0.5);
  transform: rotate(45deg);
}

.topbar--enterprise .topnav {
  gap: 8px;
  color: rgba(250, 247, 238, 0.72);
  font-size: 0.88rem;
}

.topbar--enterprise .topnav a {
  padding: 9px 12px;
  border-radius: 6px;
}

.topbar--enterprise .topnav a:hover,
.topbar--enterprise .topnav a:focus-visible {
  background: rgba(247, 244, 236, 0.08);
  color: #fffdf6;
}

.hero-content--enterprise {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.72fr);
  align-items: center;
  gap: 64px;
  padding: 82px 0 58px;
}

.hero-section--enterprise .hero-copy {
  max-width: 780px;
}

.hero-section--enterprise .hero-copy h1 {
  max-width: 12ch;
  color: #fffdf6;
  font-size: 5.7rem;
  line-height: 0.93;
}

.hero-section--enterprise .eyebrow {
  color: var(--accent);
}

.hero-section--enterprise .hero-subtitle {
  max-width: 760px;
  color: rgba(250, 247, 238, 0.9);
  font-size: 1.28rem;
  line-height: 1.55;
}

.hero-section--enterprise .hero-text {
  color: rgba(250, 247, 238, 0.72);
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 680px);
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 236, 0.14);
  border-radius: 8px;
  background: rgba(247, 244, 236, 0.12);
}

.hero-proof-grid div {
  min-height: 112px;
  padding: 18px;
  background: rgba(15, 17, 18, 0.68);
}

.hero-proof-grid strong {
  display: block;
  color: #fffdf6;
  font-size: 2.25rem;
  line-height: 1;
}

.hero-proof-grid span {
  display: block;
  margin-top: 10px;
  color: rgba(250, 247, 238, 0.66);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecosystem-console {
  position: relative;
  width: min(100%, 520px);
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 236, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 252, 244, 0.1), rgba(255, 252, 244, 0.025)),
    linear-gradient(180deg, rgba(25, 29, 31, 0.94), rgba(12, 14, 15, 0.94));
  box-shadow: var(--shadow-dark);
}

.ecosystem-console::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 252, 244, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 252, 244, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}

.ecosystem-console__header,
.ecosystem-console__matrix,
.ecosystem-console__flow {
  position: relative;
  z-index: 1;
}

.ecosystem-console__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(247, 244, 236, 0.14);
}

.ecosystem-console__header span,
.ecosystem-console__flow span,
.statement-panel__label {
  color: rgba(250, 247, 238, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ecosystem-console__header strong {
  color: #fffdf6;
  text-align: right;
}

.ecosystem-console__matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.ecosystem-console__matrix span {
  min-height: 68px;
  padding: 16px;
  border: 1px solid rgba(247, 244, 236, 0.12);
  border-radius: 6px;
  background: rgba(247, 244, 236, 0.06);
  color: rgba(250, 247, 238, 0.9);
  font-size: 0.95rem;
  font-weight: 650;
}

.ecosystem-console__matrix span:nth-child(3n + 1) {
  border-color: rgba(200, 166, 106, 0.38);
}

.ecosystem-console__matrix span:nth-child(3n + 2) {
  border-color: rgba(114, 215, 246, 0.32);
}

.ecosystem-console__flow {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 236, 0.12);
  border-radius: 8px;
  background: rgba(247, 244, 236, 0.1);
}

.ecosystem-console__flow div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: rgba(13, 15, 16, 0.74);
}

.ecosystem-console__flow strong {
  color: #fffdf6;
  text-align: right;
}

.section--offwhite {
  background: linear-gradient(180deg, var(--offwhite-strong) 0%, var(--offwhite) 56%, #ebe5d9 100%);
}

.section--ash,
.h11-home .section--dark {
  background: linear-gradient(135deg, #111416 0%, #202426 52%, #141718 100%);
  color: var(--text-inverse);
}

.h11-home .section--ash .eyebrow,
.h11-home .section--dark .eyebrow--dark {
  color: var(--accent);
}

.about-box-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.92fr) minmax(0, 1.16fr);
  gap: 18px;
  align-items: stretch;
}

.about-info-box {
  position: relative;
  display: grid;
  align-content: start;
  gap: 22px;
  min-height: 100%;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(20, 23, 24, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 252, 244, 0.94), rgba(236, 230, 218, 0.76)),
    linear-gradient(115deg, rgba(200, 166, 106, 0.13), transparent 48%);
  box-shadow: var(--shadow);
}

.about-info-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid rgba(200, 166, 106, 0.72);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.56), transparent 34%);
  pointer-events: none;
}

.about-info-box > * {
  position: relative;
  z-index: 1;
}

.section-kicker-grid,
.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 56px;
  align-items: start;
}

.h11-home .section-intro h2,
.h11-home .section-head h2,
.h11-home .flow-panel h2,
.h11-home .why-copy h2,
.approach-copy h2,
.signature-panel h2 {
  font-size: 3.45rem;
  line-height: 1;
  text-wrap: balance;
}

.h11-home .lead {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.75;
}

.about-info-box--overview {
  gap: 28px;
}

.about-info-box--overview h2 {
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.02;
  text-wrap: balance;
}

.about-info-box--overview .lead {
  font-size: 1.04rem;
  line-height: 1.7;
}

.about-info-box--thesis h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.08;
  text-wrap: balance;
}

.about-info-box--thesis p {
  margin: 0;
}

.statement-panel,
.signature-panel,
.contact-panel--enterprise {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 34px;
  margin-top: 44px;
  padding: 34px;
  border: 1px solid rgba(20, 23, 24, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 252, 244, 0.9), rgba(236, 230, 218, 0.72)),
    linear-gradient(90deg, rgba(200, 166, 106, 0.18), transparent);
  box-shadow: var(--shadow);
}

.statement-panel h3 {
  margin-top: 14px;
  font-size: 2.1rem;
  line-height: 1.08;
  text-wrap: balance;
}

.statement-panel p,
.about-info-box p,
.signature-panel p,
.approach-copy p,
.founder-profile__body p,
.vision-mission-panel p,
.principle-card p,
.domain-card p,
.integration-step p {
  color: var(--text-soft);
  line-height: 1.72;
}

.founder-profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.founder-profile__identity h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
  line-height: 1.12;
  white-space: nowrap;
}

.founder-profile__identity > span {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(20, 23, 24, 0.14);
  border-radius: 6px;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.founder-profile__body {
  display: grid;
  gap: 14px;
}

.founder-profile__positions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.founder-profile__positions span {
  padding: 9px 12px;
  border: 1px solid rgba(200, 166, 106, 0.32);
  border-radius: 6px;
  background: rgba(200, 166, 106, 0.1);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 750;
}

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

.domain-card,
.principle-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(247, 244, 236, 0.13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(247, 244, 236, 0.07), rgba(247, 244, 236, 0.025));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.domain-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--accent);
  font-family: 'InterVar', Inter, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.domain-card h3,
.principle-card h3 {
  margin-bottom: 12px;
  color: #fffdf6;
  font-size: 1.25rem;
}

.domain-card p {
  color: rgba(250, 247, 238, 0.72);
}

.work-grid--enterprise {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.integration-ladder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(20, 23, 24, 0.12);
  border-radius: 8px;
  background: rgba(20, 23, 24, 0.13);
  box-shadow: var(--shadow);
}

.integration-step {
  min-height: 170px;
  padding: 24px;
  background: rgba(255, 252, 244, 0.78);
}

.integration-step span {
  display: block;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.integration-step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.systems-grid--premium {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.systems-grid--premium .system-card {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(247, 244, 236, 0.08), rgba(247, 244, 236, 0.03)),
    #15191a;
  transition:
    transform var(--ease),
    border-color var(--ease),
    box-shadow var(--ease);
}

.systems-grid--premium .system-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 166, 106, 0.42);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.systems-grid--premium .system-card__media {
  border-radius: 8px 8px 0 0;
}

.systems-grid--premium .system-card__body {
  padding: 20px;
}

.systems-grid--premium .system-card h3,
.systems-grid--premium .button--inline {
  color: #fffdf6;
}

.systems-grid--premium .button--inline::after {
  color: var(--accent);
}

.vision-mission-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(20, 23, 24, 0.12);
  border-radius: 8px;
  background: rgba(20, 23, 24, 0.12);
  box-shadow: var(--shadow);
}

.vision-mission-panel div {
  padding: 28px;
  background: rgba(255, 252, 244, 0.82);
}

.vision-mission-panel span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-top: 46px;
}

.principle-card {
  min-height: 220px;
  padding: 20px;
  border-color: rgba(20, 23, 24, 0.12);
  background: rgba(255, 252, 244, 0.78);
  box-shadow: none;
}

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

.why-grid--enterprise {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.why-list--numbered {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.why-list--numbered .why-item {
  align-items: flex-start;
  min-height: 128px;
  border-radius: 8px;
  background: rgba(247, 244, 236, 0.055);
}

.why-list--numbered .why-item__marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(200, 166, 106, 0.55);
  border-radius: 6px;
  background: rgba(200, 166, 106, 0.1);
  box-shadow: none;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
}

.signature-panel {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 0;
}

.signature-panel .eyebrow {
  margin-bottom: 18px;
}

.contact-panel--enterprise {
  display: flex;
  margin-top: 0;
  border-color: rgba(247, 244, 236, 0.15);
  background:
    linear-gradient(135deg, rgba(247, 244, 236, 0.09), rgba(247, 244, 236, 0.03)),
    #151819;
  color: var(--text-inverse);
}

.contact-panel--enterprise .contact-panel__copy p {
  color: rgba(250, 247, 238, 0.72);
}

.contact-panel--enterprise h2 {
  color: #fffdf6;
}

.statement-panel__label {
  color: var(--accent);
}

.system-detail-page .system-hero-section {
  overflow: hidden;
  background: linear-gradient(135deg, #111416 0%, #222628 58%, #121516 100%);
  color: var(--text-inverse);
}

.system-detail-page .system-hero-section::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(17, 20, 22, 0), var(--offwhite) 86%);
  pointer-events: none;
}

.system-detail-page .topbar--detail {
  padding: 14px 18px;
  border: 1px solid rgba(247, 244, 236, 0.12);
  border-radius: 8px;
  background: rgba(17, 20, 22, 0.66);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.system-detail-page .topbar--detail .brand-mark,
.system-detail-page .topbar--detail .topnav,
.system-detail-page .system-hero__copy h1,
.system-detail-page .system-hero__name {
  color: var(--text-inverse);
}

.system-detail-page .system-hero__lede {
  color: rgba(250, 247, 238, 0.72);
}

.system-detail-page .system-hero__icon,
.system-detail-page .system-visual-frame {
  border-color: rgba(247, 244, 236, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 252, 244, 0.08), rgba(255, 252, 244, 0.03)),
    rgba(18, 21, 22, 0.82);
  box-shadow: var(--shadow-dark);
}

.system-detail-page .system-visual-frame,
.system-detail-page .system-visual-frame img {
  border-radius: 8px;
}

.system-detail-page .system-highlight {
  border-color: rgba(247, 244, 236, 0.14);
  background: rgba(247, 244, 236, 0.07);
}

.system-detail-page .system-highlight p {
  color: rgba(250, 247, 238, 0.76);
}

.h11-home .button--primary {
  background: linear-gradient(135deg, #fffaf0, #c8a66a);
  color: #111416;
  box-shadow: 0 22px 54px rgba(200, 166, 106, 0.24);
}

.h11-home .button--ghost {
  border-color: rgba(247, 244, 236, 0.22);
  background: rgba(247, 244, 236, 0.06);
  color: var(--text-inverse);
}

.section--offwhite .button--ghost,
.h11-home .section--offwhite .button--ghost {
  border-color: rgba(20, 23, 24, 0.14);
  background: rgba(255, 252, 244, 0.72);
  color: var(--text);
}

.site-footer {
  background: #0d1011;
}

[id*="trustedsite" i],
[class*="trustedsite" i],
[id*="trustmark" i],
[class*="trustmark" i],
[id*="mcafee" i],
[class*="mcafee" i],
a[href*="trustedsite.com" i],
iframe[src*="trustedsite.com" i],
img[src*="trustedsite.com" i],
script[src*="trustedsite.com" i] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.h11-home [data-reveal] {
  transform: translateY(34px);
  transition-delay: var(--reveal-delay, 0ms);
  transition-duration: 900ms;
}

.h11-home [data-reveal='fade-left'] {
  transform: translateX(42px);
}

.h11-home [data-reveal='fade-right'] {
  transform: translateX(-42px);
}

.h11-home [data-reveal].is-visible {
  transform: translate(0, 0);
}

@keyframes h11LineDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(34px, -20px, 0);
  }
}

@media (max-width: 1080px) {
  .hero-content,
  .work-grid,
  .why-grid,
  .systems-grid,
  .pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-content {
    gap: 28px;
    padding-top: 40px;
  }

  .section-head,
  .contact-panel,
  .site-footer__grid {
    flex-direction: column;
  }

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

  .flow-track .flow-step::after {
    display: none;
  }

  .system-hero,
  .system-story-grid,
  .system-gallery-grid,
  .system-capability-grid,
  .system-navigation-grid,
  .system-pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-highlights,
  .system-technology-panel {
    grid-template-columns: 1fr;
  }

  .hero-section--enterprise {
    min-height: auto;
  }

  .hero-content--enterprise,
  .about-box-grid,
  .section-kicker-grid,
  .approach-grid,
  .work-grid--enterprise,
  .why-grid--enterprise,
  .founder-profile,
  .statement-panel,
  .signature-panel {
    grid-template-columns: 1fr;
  }

  .hero-content--enterprise {
    gap: 40px;
    padding-top: 62px;
  }

  .hero-section--enterprise .hero-copy h1 {
    font-size: 4.3rem;
  }

  .ecosystem-console {
    width: 100%;
  }

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

  .domain-card,
  .principle-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .hero-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 18px;
  }

  .topnav {
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 0.98rem;
  }

  .hero-content,
  .systems-grid,
  .work-grid,
  .founder-panel,
  .why-grid,
  .pill-grid,
  .system-hero,
  .system-story-grid,
  .system-gallery-grid,
  .system-capability-grid,
  .system-navigation-grid,
  .system-pill-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    gap: 22px;
    padding-top: 18px;
    padding-bottom: 12px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: 3.45rem;
    line-height: 0.98;
  }

  .hero-subtitle {
    margin-top: 18px;
    font-size: 1.05rem;
  }

  .hero-text {
    margin-top: 16px;
    font-size: 1rem;
  }

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

  .button {
    min-height: 52px;
    padding: 0 20px;
  }

  .hero-panel {
    justify-content: stretch;
  }

  .glass-stack {
    width: 100%;
    padding: 20px;
  }

  .glass-stack__header {
    gap: 8px 12px;
    font-size: 0.72rem;
  }

  .glass-node {
    min-height: 120px;
  }

  .glass-diagram,
  .glass-metrics {
    grid-template-columns: 1fr;
  }

  .glass-metrics {
    display: grid;
  }

  .flow-track {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .flow-step {
    min-height: auto;
  }

  .flow-track .flow-step::after {
    display: none;
  }

  .founder-panel {
    padding: 24px 20px;
  }

  .founder-profile {
    padding: 24px 20px;
  }

  .founder-profile__identity h3 {
    font-size: 1.85rem;
    white-space: normal;
  }

  .system-card__badge {
    width: 48px;
    height: 48px;
    padding: 9px;
  }

  .system-hero-section {
    padding-top: 18px;
  }

  .system-hero {
    gap: 24px;
    padding-top: 18px;
  }

  .system-hero__copy h1 {
    max-width: none;
    font-size: 2.8rem;
  }

  .system-hero__identity {
    margin-bottom: 12px;
  }

  .system-hero__icon {
    width: 50px;
    height: 50px;
    padding: 11px;
  }

  .system-hero__lede {
    font-size: 1rem;
  }

  .system-visual-frame--ith11bat {
    max-width: none;
  }

  .system-visual-frame,
  .system-story-card,
  .system-technology-panel {
    padding: 20px;
  }

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

  .system-navigation-card {
    min-height: 0;
  }

  .system-card__body {
    padding: 20px;
  }

  .pill-card {
    min-height: 96px;
  }

  .contact-panel {
    padding: 22px 20px;
  }

  .site-footer__grid {
    gap: 18px;
  }

  .hero-section--enterprise {
    padding-top: 16px;
    padding-bottom: 54px;
  }

  .topbar--enterprise {
    padding: 14px;
  }

  .topbar--enterprise .topnav {
    gap: 6px;
  }

  .topbar--enterprise .topnav a {
    padding: 8px 9px;
  }

  .hero-content--enterprise {
    padding-top: 42px;
  }

  .hero-section--enterprise .hero-copy h1 {
    font-size: 3.15rem;
    line-height: 0.98;
  }

  .hero-section--enterprise .hero-subtitle {
    font-size: 1.08rem;
  }

  .hero-proof-grid,
  .about-box-grid,
  .ecosystem-console__matrix,
  .integration-ladder,
  .domain-grid,
  .principles-grid,
  .why-list--numbered,
  .statement-panel,
  .signature-panel {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid div {
    min-height: 0;
  }

  .h11-home .section-intro h2,
  .about-info-box--overview h2,
  .h11-home .section-head h2,
  .h11-home .flow-panel h2,
  .h11-home .why-copy h2,
  .approach-copy h2,
  .signature-panel h2 {
    font-size: 2.35rem;
    line-height: 1.05;
  }

  .about-info-box,
  .statement-panel,
  .signature-panel,
  .contact-panel--enterprise {
    padding: 24px 20px;
  }

  .about-info-box--thesis h3,
  .statement-panel h3 {
    font-size: 1.65rem;
  }

  .contact-panel--enterprise {
    align-items: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
