:root {
  color-scheme: light;
  --bg: #f7f9fc;
  --surface: #ffffff;
  --surface-strong: #eef5ff;
  --ink: #101827;
  --muted: #5b687a;
  --line: #dbe4ef;
  --teal: #1479ff;
  --teal-strong: #075ccf;
  --amber: #c88922;
  --green: #0f9f8f;
  --hero-text: #f8fbff;
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
  --radius: 8px;
  --max-width: 1160px;
  --space-section: clamp(4rem, 7vw, 7rem);
  --space-card: clamp(1.25rem, 1rem + 1vw, 2rem);
  --focus-ring: 0 0 0 3px rgba(20, 121, 255, 0.22);
  --panel-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0b1220;
  --surface: #111b2d;
  --surface-strong: #172338;
  --ink: #f3f7fb;
  --muted: #aec0d1;
  --line: #29364c;
  --teal: #6ab8ff;
  --teal-strong: #a3d6ff;
  --amber: #f3b65f;
  --green: #5dd7c7;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #f7f9fc 0%, #fbfcff 36%, #f3f7fb 100%),
    var(--bg);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

:root[data-theme="dark"] body {
  background:
    linear-gradient(180deg, #0b1220 0%, #0f1828 40%, #0b1220 100%),
    var(--bg);
}

body.menu-open {
  overflow: hidden;
}

body.welcome-active {
  overflow: hidden;
}

body.welcome-pending {
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 34%, rgba(93, 215, 199, 0.18), transparent 28rem),
    radial-gradient(circle at 36% 70%, rgba(243, 182, 95, 0.12), transparent 22rem),
    linear-gradient(135deg, #07111f 0%, #0b1729 54%, #0f2630 100%);
}

body.welcome-pending .site-header,
body.welcome-pending .mobile-nav,
body.welcome-pending main,
body.welcome-pending .site-footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.welcome-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 58% 34%, rgba(93, 215, 199, 0.18), transparent 28rem),
    radial-gradient(circle at 36% 70%, rgba(243, 182, 95, 0.12), transparent 22rem),
    linear-gradient(135deg, #07111f 0%, #0b1729 54%, #0f2630 100%);
  color: var(--hero-text);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.welcome-gate:focus {
  outline: 0;
}

.welcome-gate::before,
.welcome-gate::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.welcome-gate::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(93, 215, 199, 0.2), transparent 22rem),
    radial-gradient(circle at 54% 58%, rgba(244, 189, 102, 0.12), transparent 18rem);
  transform: scale(0.96);
}

.welcome-gate::after {
  left: 50%;
  top: 50%;
  width: min(760px, 78vw);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(106, 184, 255, 0.76), rgba(93, 215, 199, 0.74), rgba(244, 189, 102, 0.62), transparent);
  box-shadow: 0 0 18px rgba(93, 215, 199, 0.2);
  transform: translate(-50%, -50%) scaleX(0.2);
}

.welcome-gate[hidden] {
  display: none;
}

.welcome-gate.is-open {
  opacity: 1;
  pointer-events: auto;
}

.welcome-gate.is-leaving {
  opacity: 0;
}

.welcome-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.58fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  width: min(900px, calc(100vw - 32px));
  overflow: hidden;
  padding: clamp(28px, 4.5vw, 50px);
  border: 1px solid rgba(248, 251, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(248, 251, 255, 0.12), rgba(248, 251, 255, 0.045) 48%, rgba(93, 215, 199, 0.08)),
    rgba(7, 17, 31, 0.76);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
  transform: translate3d(0, 18px, 0) scale(0.98);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.welcome-card::before,
.welcome-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.welcome-card::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0 28%, rgba(248, 251, 255, 0.12) 42%, transparent 56%),
    radial-gradient(circle at 82% 42%, rgba(93, 215, 199, 0.18), transparent 18rem);
  opacity: 0;
  transform: translateX(-34%) skewX(-8deg);
}

.welcome-card::after {
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(141, 225, 214, 0.26);
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(248, 251, 255, 0.12),
    0 0 0 rgba(93, 215, 199, 0);
  opacity: 0;
}

.welcome-gate.is-open .welcome-card {
  transform: translateY(0) scale(1);
}

.welcome-intro {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  will-change: opacity, transform;
}

.welcome-kicker {
  margin: 0 0 12px;
  color: #f4bd66;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.welcome-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.welcome-meta span {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgba(248, 251, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(248, 251, 255, 0.07);
  color: rgba(248, 251, 255, 0.76);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.welcome-meta span:first-child {
  border-color: rgba(244, 189, 102, 0.34);
  color: #f4bd66;
}

.welcome-card h2 {
  position: relative;
  max-width: 610px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.45rem, 5.3vw, 4.05rem);
  font-weight: 900;
  line-height: 1.02;
}

.welcome-role {
  position: relative;
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(248, 251, 255, 0.82);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  font-weight: 750;
  line-height: 1.5;
}

.welcome-role span {
  display: inline;
  padding: 0.14em 0.36em 0.18em;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f8fbff, #dff4ff);
  color: #102040;
  font-weight: 900;
}

.welcome-card p {
  position: relative;
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(248, 251, 255, 0.8);
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  line-height: 1.56;
}

.welcome-card p strong {
  color: #ffffff;
  font-weight: 900;
}

.welcome-skill-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.welcome-skill-strip span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(248, 251, 255, 0.15);
  border-radius: var(--radius);
  background: rgba(248, 251, 255, 0.08);
  color: rgba(248, 251, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 850;
}

.welcome-review {
  position: relative;
  overflow: hidden;
  align-self: end;
  height: fit-content;
  min-height: 300px;
  padding: 22px;
  border: 1px solid rgba(248, 251, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(20, 121, 255, 0.18), rgba(93, 215, 199, 0.08) 58%, rgba(243, 182, 95, 0.1)),
    rgba(248, 251, 255, 0.06);
}

.welcome-review::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--green), var(--amber));
}

.welcome-review p {
  margin: 0;
  color: #f4bd66;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.welcome-review ol {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.welcome-review li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0 0;
  border-top: 1px solid rgba(248, 251, 255, 0.12);
}

.welcome-review li:first-child {
  padding-top: 0;
  border-top: 0;
}

.welcome-review li span {
  display: grid;
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(248, 251, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(248, 251, 255, 0.1);
  color: #f8fbff;
  font-size: 0.78rem;
  font-weight: 900;
}

.welcome-review li strong {
  display: block;
  grid-column: 2;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.25;
}

.welcome-review li em {
  display: block;
  grid-column: 2;
  margin-top: 4px;
  color: rgba(248, 251, 255, 0.78);
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.35;
}

.welcome-actions {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -24px;
}

.welcome-proof-link {
  border-color: rgba(248, 251, 255, 0.26);
  background: rgba(248, 251, 255, 0.08);
  color: var(--hero-text);
}

.welcome-visual {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-rows: auto auto;
  gap: 0;
  align-content: center;
  justify-items: center;
  min-height: 290px;
  will-change: opacity, transform;
}

.welcome-orbit {
  position: relative;
  width: min(280px, 62vw);
  aspect-ratio: 1;
  transform: translateZ(0);
}

.orbit-ring,
.orbit-ring-alt {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(248, 251, 255, 0.15);
  border-radius: 50%;
}

.orbit-ring {
  background:
    radial-gradient(circle at 50% 50%, rgba(93, 215, 199, 0.1), transparent 52%),
    conic-gradient(from 120deg, transparent, rgba(106, 184, 255, 0.5), transparent 38%, rgba(244, 189, 102, 0.48), transparent 72%);
  mask: radial-gradient(circle, transparent 56%, #000 57%);
}

.orbit-ring-alt {
  inset: 25%;
  border-style: dashed;
  opacity: 0.66;
  transform: rotate(-12deg);
}

.orbit-dot {
  position: absolute;
  z-index: 3;
  width: 11px;
  height: 11px;
  border: 2px solid #f8fbff;
  border-radius: 50%;
  background: #f4bd66;
  box-shadow: 0 0 28px rgba(244, 189, 102, 0.46);
  transform: translate3d(var(--orbit-x-a, 0), var(--orbit-y-a, 0), 0) scale(var(--orbit-scale, 1));
  transform-origin: center;
  will-change: transform, box-shadow, opacity;
}

.orbit-dot::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: radial-gradient(circle, currentColor 0 12%, transparent 56%);
  opacity: 0.16;
  transform: scale(0.86);
  will-change: transform, opacity;
}

.dot-a {
  top: 22%;
  right: 24%;
  color: #ffc76f;
  background: #ffc76f;
  box-shadow: 0 0 24px rgba(255, 199, 111, 0.4);
  --orbit-x-a: -4px;
  --orbit-y-a: 2px;
  --orbit-x-b: 1px;
  --orbit-y-b: -2px;
}

.dot-b {
  right: 19%;
  bottom: 31%;
  background: #5dd7c7;
  color: #67e4d6;
  box-shadow: 0 0 28px rgba(93, 215, 199, 0.46);
  --orbit-x-a: -2px;
  --orbit-y-a: -3px;
  --orbit-x-b: 3px;
  --orbit-y-b: 1px;
}

.dot-c {
  left: 23%;
  bottom: 29%;
  background: #6ab8ff;
  color: #8fbdff;
  box-shadow: 0 0 28px rgba(106, 184, 255, 0.46);
  --orbit-x-a: 3px;
  --orbit-y-a: -1px;
  --orbit-x-b: -2px;
  --orbit-y-b: 3px;
}

.welcome-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(248, 251, 255, 0.13);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 34%, rgba(248, 251, 255, 0.14), transparent 40%),
    radial-gradient(circle at 22% 82%, rgba(106, 184, 255, 0.18), transparent 44%),
    linear-gradient(145deg, rgba(22, 34, 53, 0.93), rgba(8, 18, 33, 0.9) 62%, rgba(12, 30, 37, 0.82));
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(248, 251, 255, 0.1),
    inset 0 -24px 44px rgba(0, 0, 0, 0.16),
    0 0 38px rgba(93, 215, 199, 0.11);
  transform: translate(-50%, -50%);
  will-change: transform;
}

.welcome-mark::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(141, 225, 214, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 22px rgba(93, 215, 199, 0.08);
}

.welcome-mark::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 120deg, transparent 0 18%, rgba(141, 225, 214, 0.28), transparent 34% 62%, rgba(244, 189, 102, 0.2), transparent 78% 100%);
  opacity: 0.44;
  -webkit-mask: radial-gradient(circle, transparent 57%, #000 58%, #000 62%, transparent 63%);
  mask: radial-gradient(circle, transparent 57%, #000 58%, #000 62%, transparent 63%);
  will-change: transform, opacity;
}

.welcome-mark-initials {
  position: relative;
  z-index: 2;
  color: #f8fbff;
  font-size: 3.25rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  transform: translateY(-4px);
}

.welcome-mark-curve {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 18%;
  z-index: 3;
  width: 72%;
  height: auto;
  overflow: visible;
}

.mark-curve-track,
.mark-curve-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mark-curve-track {
  stroke: rgba(248, 251, 255, 0.13);
  stroke-width: 7.4;
}

.mark-curve-line {
  stroke: url("#welcome-mark-line");
  stroke-width: 4.4;
  filter: drop-shadow(0 0 5px rgba(93, 215, 199, 0.18));
}

.mark-curve-dot {
  fill: #e6bd72;
  stroke: rgba(248, 251, 255, 0.3);
  stroke-width: 1.1;
}

.welcome-signal {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 164px;
  max-width: 100%;
  height: 56px;
  margin-top: -12px;
  padding: 4px 7px;
  border: 1px solid rgba(141, 225, 214, 0.12);
  border-radius: 11px;
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 189, 102, 0.12), transparent 30%),
    radial-gradient(circle at 18% 76%, rgba(106, 184, 255, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.07), rgba(248, 251, 255, 0.02)),
    rgba(7, 17, 31, 0.46);
  opacity: 0.88;
  transform: none;
  backdrop-filter: blur(9px);
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(248, 251, 255, 0.09),
    inset 0 -12px 22px rgba(7, 17, 31, 0.16);
  overflow: hidden;
}

.welcome-signal::before {
  content: "";
  position: absolute;
  inset: 0 14px auto 14px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(141, 225, 214, 0.36), rgba(244, 189, 102, 0.22), transparent);
}

.welcome-signal svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.forecast-grid,
.forecast-area,
.forecast-band,
.forecast-guide-shadows line,
.forecast-guides line,
.forecast-muted,
.forecast-line {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.forecast-grid,
.forecast-guide-shadows line,
.forecast-guides line,
.forecast-muted,
.forecast-line {
  fill: none;
}

.forecast-band {
  fill: url("#welcome-forecast-band");
  display: none;
  opacity: 0;
  stroke: none;
}

.forecast-guide-shadows line {
  stroke-width: 5.8;
  filter: url("#welcome-pillar-depth");
  opacity: 1;
}

.forecast-guides line {
  stroke-width: 1.15;
  opacity: 0.78;
  vector-effect: non-scaling-stroke;
}

.forecast-guide-shadows .pillar-one,
.forecast-guides .pillar-one {
  stroke: url("#welcome-pillar-blue");
}

.forecast-guide-shadows .pillar-two,
.forecast-guides .pillar-two {
  stroke: url("#welcome-pillar-teal");
}

.forecast-guide-shadows .pillar-three,
.forecast-guides .pillar-three {
  stroke: url("#welcome-pillar-sky");
}

.forecast-guide-shadows .pillar-four,
.forecast-guides .pillar-four {
  stroke: url("#welcome-pillar-gold");
}

.forecast-area {
  fill: url("#welcome-forecast-fill");
  display: none;
  opacity: 0;
  stroke: none;
}

.forecast-grid {
  stroke: rgba(248, 251, 255, 0.07);
  stroke-width: 0.9;
  vector-effect: non-scaling-stroke;
}

.forecast-muted {
  stroke: transparent;
  stroke-width: 0;
}

.forecast-line {
  stroke: url("#welcome-forecast-line");
  stroke-width: 3.12;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  filter: none;
  will-change: opacity, stroke-dashoffset;
}

.forecast-dot,
.forecast-runner {
  stroke: rgba(8, 21, 37, 0.84);
  stroke-width: 1.25;
  transform-box: fill-box;
  transform-origin: center;
  will-change: opacity, transform;
}

.forecast-runner {
  fill: #f8fbff;
  opacity: 0;
  stroke: #f4bd66;
  stroke-width: 1.35;
  filter:
    drop-shadow(0 0 5px rgba(244, 189, 102, 0.52))
    drop-shadow(0 0 10px rgba(141, 225, 214, 0.18));
  transform-box: fill-box;
  transform-origin: center;
  will-change: opacity;
}

.dot-one,
.dot-three {
  fill: #8fbdff;
}

.dot-two {
  fill: #67e4d6;
}

.dot-four {
  fill: #ffc76f;
}

.snapshot-section,
.brand-section,
.capability-section,
.process-section,
.experience-section {
  position: relative;
  overflow: hidden;
}

.snapshot-section .section-inner,
.brand-section .section-inner,
.capability-section .section-inner,
.process-section .section-inner,
.experience-section .section-inner {
  position: relative;
  z-index: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(20px, 4vw, 44px);
  color: var(--hero-text);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-visible {
  background: rgba(246, 247, 244, 0.92);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  backdrop-filter: blur(14px);
}

:root[data-theme="dark"] .site-header.is-scrolled,
:root[data-theme="dark"] .site-header.menu-visible {
  background: rgba(17, 23, 21, 0.9);
}

.brand,
.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--teal), var(--green));
  color: #ffffff;
}

.brand-mark svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}

.desktop-nav {
  gap: clamp(14px, 1.8vw, 22px);
  color: inherit;
  font-size: 0.95rem;
  font-weight: 600;
}

.desktop-nav a {
  opacity: 0.82;
}

.desktop-nav a:hover {
  opacity: 1;
  color: var(--teal-strong);
}

.header-actions {
  gap: 10px;
}

.icon-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.icon-button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.site-header.is-scrolled .icon-button:hover,
.site-header.menu-visible .icon-button:hover {
  background: var(--surface-strong);
}

.icon-button svg,
.button svg,
.case-icon svg,
.contact-link svg {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.mobile-menu-button {
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 19;
  display: none;
  padding: 16px 20px 24px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mobile-nav a {
  display: block;
  padding: 16px 0;
  color: var(--ink);
  font-weight: 700;
  border-bottom: 1px solid var(--line);
}

.mobile-nav.is-open {
  display: block;
}

.hero {
  position: relative;
  min-height: clamp(680px, 82vh, 900px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--hero-text);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 18, 35, 0.94) 0%, rgba(8, 24, 45, 0.76) 36%, rgba(8, 24, 45, 0.28) 68%, rgba(6, 18, 35, 0.54) 100%),
    linear-gradient(180deg, rgba(6, 18, 35, 0.35), rgba(6, 18, 35, 0.2) 58%, rgba(6, 18, 35, 0.88));
}

.hero-shapes-back,
.hero-shapes-mid {
  position: absolute;
  inset: 0 0 0 60%;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}

.hero-shapes-mid {
  z-index: 3;
}

.hero-shape {
  position: absolute;
  display: block;
  border: 1px solid rgba(248, 251, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(20, 121, 255, 0.14), rgba(15, 159, 143, 0.08)),
    rgba(6, 18, 35, 0.3);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  will-change: transform;
}

.hero-shape::before,
.hero-shape::after {
  content: "";
  position: absolute;
  border-radius: 4px;
}

.shape-a {
  top: 12%;
  right: 9%;
  width: 238px;
  height: 86px;
  transform: rotate(-7deg);
}

.shape-a::before {
  left: 18px;
  right: 18px;
  bottom: 22px;
  height: 4px;
  background: linear-gradient(90deg, #6ab8ff, #5dd7c7, #f3b65f);
  clip-path: polygon(0 55%, 35% 55%, 48% 0, 63% 45%, 100% 8%, 100% 100%, 0 100%);
}

.shape-a::after {
  top: 18px;
  left: 18px;
  width: 84px;
  height: 10px;
  background: rgba(248, 251, 255, 0.72);
}

.shape-b {
  right: 18%;
  bottom: 13%;
  width: 180px;
  height: 134px;
  transform: rotate(6deg);
}

.shape-b::before {
  top: 18px;
  left: 18px;
  width: 44px;
  height: 98px;
  border: 2px solid rgba(93, 215, 199, 0.68);
  border-right: 0;
}

.shape-b::after {
  top: 26px;
  right: 20px;
  width: 78px;
  height: 78px;
  border: 2px solid rgba(243, 182, 95, 0.68);
  transform: rotate(45deg);
}

.shape-c {
  top: 31%;
  right: 0;
  width: 270px;
  height: 52px;
  transform: rotate(5deg);
}

.shape-c::before {
  left: 16px;
  top: 16px;
  width: 68px;
  height: 8px;
  background: rgba(248, 251, 255, 0.72);
}

.shape-c::after {
  left: 104px;
  right: 16px;
  top: 18px;
  height: 4px;
  background: linear-gradient(90deg, rgba(106, 184, 255, 0.2), #6ab8ff, #5dd7c7);
}

.shape-d {
  right: 34%;
  bottom: 17%;
  width: 118px;
  height: 118px;
  transform: rotate(12deg);
}

.shape-d::before {
  inset: 18px;
  border: 2px solid rgba(248, 251, 255, 0.64);
}

.shape-d::after {
  inset: 42px 22px;
  background: linear-gradient(90deg, #1479ff, #0f9f8f);
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 34px;
  will-change: transform;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.hero-body {
  min-width: 0;
}

.eyebrow,
.section-kicker,
.case-label {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.2rem, 4.45vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero-copy {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(247, 251, 248, 0.84);
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  line-height: 1.6;
}

.brand-thesis {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
  margin-top: 20px;
}

.brand-thesis span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(248, 251, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(248, 251, 255, 0.08);
  color: rgba(248, 251, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 800;
}

.tdat-signal {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin-top: 14px;
  padding: 9px 11px;
  overflow: hidden;
  border: 1px solid rgba(248, 251, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(6, 18, 35, 0.36);
  color: rgba(248, 251, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.25;
  backdrop-filter: blur(12px);
}

.tdat-signal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(93, 215, 199, 0.16), transparent);
  transform: translateX(-110%);
}

.tdat-signal span,
.tdat-signal strong,
.tdat-signal i {
  position: relative;
}

.tdat-signal span {
  color: #f4bd66;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tdat-signal i {
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--green), var(--amber));
}

.hero-command-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(248, 251, 255, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(106, 184, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 100% 100%, rgba(244, 189, 102, 0.12), transparent 18rem),
    linear-gradient(135deg, rgba(20, 121, 255, 0.2), rgba(15, 159, 143, 0.1) 48%, rgba(200, 137, 34, 0.11)),
    rgba(6, 18, 35, 0.74);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(248, 251, 255, 0.08);
  backdrop-filter: blur(16px);
}

.hero-command-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--green), var(--amber));
  background-size: 220% 100%;
}

.hero-command-card::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 0;
  border-radius: calc(var(--radius) - 2px);
  background:
    linear-gradient(115deg, transparent 0 32%, rgba(248, 251, 255, 0.08) 44%, transparent 56% 100%),
    repeating-linear-gradient(0deg, rgba(248, 251, 255, 0.04) 0 1px, transparent 1px 38px);
  opacity: 0.34;
  pointer-events: none;
  transform: translateX(-22%);
}

.hero-command-card > * {
  position: relative;
  z-index: 1;
}

.command-card-header {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.command-card-header span,
.command-readout span,
.command-metrics span {
  color: #f4bd66;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.command-card-header strong {
  max-width: 360px;
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
  line-height: 1.15;
}

.command-tabs {
  --active-col: 0;
  --active-row: 0;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.command-tabs::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: calc((100% - 8px) / 2);
  height: calc((100% - 8px) / 2);
  border: 1px solid rgba(248, 251, 255, 0.72);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(224, 236, 255, 0.94)),
    radial-gradient(circle at 78% 18%, rgba(93, 215, 199, 0.28), transparent 46%);
  box-shadow:
    0 14px 30px rgba(7, 17, 31, 0.18),
    0 0 0 1px rgba(103, 228, 214, 0.16);
  transform: translate(
    calc(var(--active-col) * (100% + 8px)),
    calc(var(--active-row) * (100% + 8px))
  );
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
}

.command-tab {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(248, 251, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(248, 251, 255, 0.08);
  color: rgba(248, 251, 255, 0.84);
  cursor: pointer;
  font-weight: 800;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.command-tab::before {
  content: "";
  position: absolute;
  inset: auto 12px 6px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(93, 215, 199, 0.9), rgba(244, 189, 102, 0.7), transparent);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.command-tab:hover,
.command-tab:focus-visible {
  border-color: rgba(248, 251, 255, 0.52);
  background: rgba(248, 251, 255, 0.14);
  color: #ffffff;
  outline: 0;
  transform: translateY(-1px);
}

.command-tab.is-active {
  border-color: transparent;
  background: transparent;
  color: #102040;
  outline: 0;
  transform: translateY(-1px);
}

.command-tab.is-active::before {
  opacity: 0.92;
  transform: scaleX(1);
}

.command-readout {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(248, 251, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.055), transparent 44%),
    rgba(6, 18, 35, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(248, 251, 255, 0.06),
    0 14px 32px rgba(7, 17, 31, 0.16);
}

.command-readout::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(106, 184, 255, 0.7), rgba(93, 215, 199, 0.65), rgba(244, 189, 102, 0.52), transparent);
  opacity: 0.74;
}

.command-readout::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -36%;
  z-index: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(93, 215, 199, 0.16), transparent 66%);
  pointer-events: none;
}

.command-readout > * {
  position: relative;
  z-index: 1;
}

.command-readout h2 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.08;
}

.command-readout p {
  margin: 10px 0 0;
  color: rgba(248, 251, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.52;
}

.command-sparkline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 7px;
  height: 82px;
  margin-top: 16px;
  padding: 12px 8px 0;
  border-top: 1px solid rgba(248, 251, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.05) 1px, transparent 1px) 0 18% / 100% 24px,
    linear-gradient(90deg, transparent, rgba(106, 184, 255, 0.12), transparent);
}

.command-sparkline::before {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(106, 184, 255, 0.18), rgba(93, 215, 199, 0.22), rgba(244, 189, 102, 0.18));
}

.command-sparkline span {
  position: relative;
  min-height: 18px;
  height: var(--bar-height, 50%);
  overflow: hidden;
  border: 1px solid rgba(248, 251, 255, 0.12);
  border-radius: 999px 999px 5px 5px;
  background: linear-gradient(180deg, #6ab8ff 0%, #5dd7c7 62%, #f3b65f 100%);
  box-shadow:
    0 10px 24px rgba(20, 121, 255, 0.22),
    inset 0 1px 0 rgba(248, 251, 255, 0.36);
  transform-origin: bottom;
  transition: height 220ms ease, transform 220ms ease, opacity 220ms ease;
}

.command-sparkline span::before,
.command-sparkline span::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.command-sparkline span::before {
  inset: 0 0 auto;
  height: 35%;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.3), transparent);
  opacity: 0.62;
}

.command-sparkline span::after {
  top: 6px;
  left: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(248, 251, 255, 0.7);
  border-radius: 50%;
  background: rgba(248, 251, 255, 0.9);
  box-shadow: 0 0 10px rgba(248, 251, 255, 0.28);
  opacity: 0.82;
  transform: translateX(-50%);
}

.command-readout.is-pulsing .command-sparkline span {
  animation: commandBarPulse 360ms ease;
  animation-delay: calc(var(--bar-index, 0) * 34ms);
}

.command-sparkline span:nth-child(1) {
  --bar-index: 0;
}

.command-sparkline span:nth-child(2) {
  --bar-index: 1;
}

.command-sparkline span:nth-child(3) {
  --bar-index: 2;
}

.command-sparkline span:nth-child(4) {
  --bar-index: 3;
}

.command-sparkline span:nth-child(5) {
  --bar-index: 4;
}

.command-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.command-metrics div {
  position: relative;
  overflow: hidden;
  min-height: 82px;
  padding: 10px;
  border: 1px solid rgba(248, 251, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(248, 251, 255, 0.1), rgba(248, 251, 255, 0.045)),
    rgba(248, 251, 255, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.command-metrics div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(106, 184, 255, 0.72), rgba(93, 215, 199, 0.62), rgba(244, 189, 102, 0.58));
  opacity: 0;
  transition: opacity 180ms ease;
}

.command-metrics div:hover {
  border-color: rgba(143, 189, 255, 0.38);
  background:
    linear-gradient(145deg, rgba(248, 251, 255, 0.14), rgba(248, 251, 255, 0.06)),
    rgba(248, 251, 255, 0.1);
  box-shadow: 0 14px 30px rgba(7, 17, 31, 0.18);
  transform: translateY(-2px);
}

.command-metrics div:hover::before {
  opacity: 1;
}

.command-metrics span {
  display: block;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: none;
}

.command-metrics p {
  margin: 7px 0 0;
  color: rgba(248, 251, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button.primary {
  background: linear-gradient(135deg, var(--teal), #0f9f8f);
  color: #ffffff;
}

.button.primary:hover {
  background: var(--teal-strong);
}

.welcome-actions .button.primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(143, 189, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.14), transparent 38%) padding-box,
    radial-gradient(circle at 84% 18%, rgba(93, 215, 199, 0.2), transparent 34%) padding-box,
    linear-gradient(180deg, #285fd9 0%, #1d4fca 52%, #14378e 100%) padding-box;
  box-shadow:
    0 18px 38px rgba(18, 58, 156, 0.3),
    0 0 0 1px rgba(248, 251, 255, 0.08),
    0 0 0 0 rgba(143, 189, 255, 0),
    inset 0 1px 0 rgba(248, 251, 255, 0.2),
    inset 0 -12px 26px rgba(7, 17, 31, 0.16);
  text-shadow: 0 1px 8px rgba(7, 17, 31, 0.34);
  will-change: transform, box-shadow;
}

.welcome-actions .button.primary::before,
.welcome-actions .button.primary::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.welcome-actions .button.primary::before {
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  border: 1px solid rgba(103, 228, 214, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(248, 251, 255, 0.06),
    0 0 0 0 rgba(103, 228, 214, 0);
  opacity: 0.62;
  animation: welcomeCtaBorderPulse 4.8s ease-in-out 1.35s infinite;
  will-change: opacity, box-shadow;
}

.welcome-actions .button.primary::after {
  top: 50%;
  right: 36px;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #67e4d6;
  opacity: 0;
  box-shadow:
    0 0 0 1px rgba(248, 251, 255, 0.34),
    0 0 10px rgba(103, 228, 214, 0.46);
  transform: translate3d(-28px, -50%, 0) scale(0.72);
  animation: welcomeCtaSignalPass 6.8s cubic-bezier(0.22, 1, 0.36, 1) 1.5s infinite;
  will-change: opacity, transform;
}

.welcome-actions .button.primary > * {
  position: relative;
  z-index: 2;
}

.welcome-actions .button.primary svg {
  filter: drop-shadow(0 0 8px rgba(248, 251, 255, 0.14));
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), filter 180ms ease;
  animation: welcomeCtaArrowNudge 6.8s cubic-bezier(0.37, 0, 0.63, 1) 1.7s infinite;
  will-change: transform;
}

.welcome-actions .button.primary:hover {
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.16), transparent 38%) padding-box,
    radial-gradient(circle at 84% 18%, rgba(93, 215, 199, 0.26), transparent 34%) padding-box,
    linear-gradient(180deg, #2b66e5 0%, #2157d8 52%, #173f9f 100%) padding-box;
  border-color: rgba(173, 205, 255, 0.58);
  box-shadow:
    0 20px 44px rgba(18, 58, 156, 0.38),
    0 0 28px rgba(106, 184, 255, 0.14),
    0 0 0 3px rgba(143, 189, 255, 0.13),
    inset 0 1px 0 rgba(248, 251, 255, 0.24),
    inset 0 -12px 28px rgba(7, 17, 31, 0.14);
  transform: translateY(-1px);
}

.welcome-actions .button.primary:hover svg {
  filter: drop-shadow(0 0 10px rgba(248, 251, 255, 0.24));
  animation: none;
  transform: translateX(4px);
}

.welcome-actions .button.primary:active {
  transform: translateY(0) scale(0.986);
  box-shadow:
    0 10px 22px rgba(18, 58, 156, 0.24),
    0 0 0 2px rgba(143, 189, 255, 0.1),
    inset 0 1px 0 rgba(248, 251, 255, 0.18),
    inset 0 -10px 22px rgba(7, 17, 31, 0.18);
}

.welcome-actions .button.primary:focus-visible {
  outline: 0;
  box-shadow:
    0 18px 38px rgba(18, 58, 156, 0.3),
    0 0 0 1px rgba(248, 251, 255, 0.08),
    0 0 0 4px rgba(143, 189, 255, 0.26),
    inset 0 1px 0 rgba(248, 251, 255, 0.2),
    inset 0 -12px 26px rgba(7, 17, 31, 0.16);
}

.button.secondary {
  border-color: rgba(247, 251, 248, 0.5);
  color: var(--hero-text);
  backdrop-filter: blur(10px);
}

.button.secondary:hover {
  background: rgba(247, 251, 248, 0.12);
}

.button.quiet {
  border-color: var(--line);
  background: var(--surface);
  color: var(--teal-strong);
}

.button.quiet:hover {
  background: var(--surface-strong);
}

.detail-secondary {
  border-color: var(--line);
  color: var(--ink);
  background: var(--surface);
}

.detail-secondary:hover {
  background: var(--surface-strong);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 900px;
  margin: 22px 0 0;
  padding: 0;
  background: rgba(247, 251, 248, 0.2);
  border: 1px solid rgba(247, 251, 248, 0.22);
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-facts div {
  min-height: 78px;
  padding: 14px 16px;
  background: rgba(6, 18, 35, 0.7);
}

.hero-facts dt {
  margin: 0 0 8px;
  color: rgba(247, 251, 248, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
}

.hero-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 5;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(248, 251, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(6, 18, 35, 0.42);
  color: var(--hero-text);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
  transition: background 180ms ease, border-color 180ms ease;
}

.hero-scroll-indicator:hover,
.hero-scroll-indicator:focus-visible {
  border-color: rgba(248, 251, 255, 0.56);
  background: rgba(248, 251, 255, 0.12);
  outline: 0;
}

.hero-scroll-indicator svg {
  width: 22px;
  height: 22px;
}

.section {
  padding: var(--space-section) 0;
}

main > section {
  scroll-margin-top: 78px;
}

.hero {
  scroll-margin-top: 0;
}

.section-inner {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.section h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.summary-copy p,
.contact-layout p,
.timeline-item p,
.case-card p,
.metric-card p {
  color: var(--muted);
  line-height: 1.72;
}

.summary-copy p {
  margin: 0 0 18px;
  font-size: 1.05rem;
}

.impact-section,
.skills-section {
  background: var(--surface-strong);
}

.snapshot-section {
  padding: clamp(18px, 3vw, 28px) 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.snapshot-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.35fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.snapshot-lead h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.snapshot-lead p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.snapshot-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

.snapshot-tools {
  display: grid;
  gap: 14px;
}

.fit-lens-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fit-lens-tab {
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-strong);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 800;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.fit-lens-tab:hover,
.fit-lens-tab:focus-visible,
.fit-lens-tab.is-active {
  border-color: rgba(20, 121, 255, 0.36);
  background:
    linear-gradient(135deg, rgba(20, 121, 255, 0.12), rgba(15, 159, 143, 0.08)),
    var(--surface);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  outline: 0;
  transform: translateY(-1px);
}

.fit-lens-readout {
  padding: 22px;
  border: 1px solid rgba(20, 121, 255, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(20, 121, 255, 0.1), rgba(15, 159, 143, 0.06) 58%, rgba(200, 137, 34, 0.06)),
    var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.fit-lens-readout span {
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fit-lens-readout h3 {
  margin: 8px 0 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.12;
}

.fit-lens-readout p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.fit-lens-readout .text-link {
  margin-top: 14px;
}

.snapshot-list div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.snapshot-list div:first-child {
  padding-top: 0;
}

.snapshot-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.snapshot-list dt,
.snapshot-list dd {
  margin: 0;
}

.snapshot-list dt {
  color: var(--teal-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.snapshot-list dd {
  color: var(--ink);
  line-height: 1.55;
  font-weight: 650;
}

.brand-section {
  background: var(--surface);
  position: relative;
}

.brand-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(20, 121, 255, 0.44), rgba(200, 137, 34, 0.4), transparent);
}

.brand-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5.5vw, 76px);
  align-items: start;
}

.brand-story p:not(.section-kicker) {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

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

.brand-principles article {
  min-height: 216px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.06), rgba(15, 159, 143, 0.03)),
    var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.brand-principles svg {
  width: 24px;
  height: 24px;
  margin-bottom: 18px;
  color: var(--teal-strong);
  stroke-width: 2;
}

.brand-principles h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.32;
}

.brand-principles p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.momentum-flow {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 14px;
  margin-top: 18px;
}

.momentum-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-strong);
}

.momentum-step {
  display: grid;
  gap: 9px;
  min-height: 96px;
  padding: 14px 12px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
  user-select: none;
}

.momentum-step span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--teal);
  font-size: 0.72rem;
}

.momentum-step:hover,
.momentum-step:focus-visible,
.momentum-step.is-active {
  border-color: rgba(20, 121, 255, 0.36);
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.1), rgba(15, 159, 143, 0.06)),
    var(--surface);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
  outline: 0;
}

.momentum-detail {
  display: grid;
  align-content: center;
  min-height: 118px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(20, 121, 255, 0.1), rgba(15, 159, 143, 0.07) 58%, rgba(200, 137, 34, 0.08)),
    var(--surface);
}

.momentum-detail span {
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.momentum-detail h3 {
  margin: 8px 0 0;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.momentum-detail p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading::after {
  content: "";
  flex: 0 0 clamp(86px, 9vw, 132px);
  height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 72%, var(--teal) 0 4px, transparent 5px),
    radial-gradient(circle at 54% 38%, var(--green) 0 4px, transparent 5px),
    radial-gradient(circle at 84% 58%, var(--amber) 0 4px, transparent 5px),
    linear-gradient(118deg, transparent 12%, rgba(20, 121, 255, 0.18) 12% 16%, transparent 16% 48%, rgba(15, 159, 143, 0.18) 48% 53%, transparent 53%),
    var(--surface);
  opacity: 0.9;
}

@media (min-width: 981px) {
  .snapshot-section::before,
  .brand-section::before,
  .capability-section::before,
  .process-section::before,
  .experience-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: clamp(142px, 12vw, 210px);
    height: clamp(62px, 5vw, 86px);
    border: 1px solid rgba(20, 121, 255, 0.16);
    border-radius: var(--radius);
    background:
      linear-gradient(90deg, transparent 0 12%, rgba(20, 121, 255, 0.14) 12% 15%, transparent 15% 36%, rgba(15, 159, 143, 0.16) 36% 40%, transparent 40%),
      linear-gradient(180deg, transparent 0 24%, rgba(20, 121, 255, 0.12) 24% 28%, transparent 28% 52%, rgba(200, 137, 34, 0.12) 52% 56%, transparent 56%),
      radial-gradient(circle at 20% 74%, rgba(20, 121, 255, 0.7) 0 3px, transparent 4px),
      radial-gradient(circle at 56% 34%, rgba(15, 159, 143, 0.7) 0 3px, transparent 4px),
      radial-gradient(circle at 84% 60%, rgba(200, 137, 34, 0.7) 0 3px, transparent 4px),
      rgba(255, 255, 255, 0.5);
    opacity: 0.44;
    pointer-events: none;
    transform: rotate(-4deg);
  }

  :root[data-theme="dark"] .snapshot-section::before,
  :root[data-theme="dark"] .brand-section::before,
  :root[data-theme="dark"] .capability-section::before,
  :root[data-theme="dark"] .process-section::before,
  :root[data-theme="dark"] .experience-section::before {
    background:
      linear-gradient(90deg, transparent 0 12%, rgba(106, 184, 255, 0.14) 12% 15%, transparent 15% 36%, rgba(93, 215, 199, 0.16) 36% 40%, transparent 40%),
      linear-gradient(180deg, transparent 0 24%, rgba(106, 184, 255, 0.12) 24% 28%, transparent 28% 52%, rgba(243, 182, 95, 0.12) 52% 56%, transparent 56%),
      radial-gradient(circle at 20% 74%, rgba(106, 184, 255, 0.7) 0 3px, transparent 4px),
      radial-gradient(circle at 56% 34%, rgba(93, 215, 199, 0.7) 0 3px, transparent 4px),
      radial-gradient(circle at 84% 60%, rgba(243, 182, 95, 0.7) 0 3px, transparent 4px),
      rgba(6, 18, 35, 0.38);
  }

  .snapshot-section::before {
    top: 42px;
    right: max(24px, calc((100vw - var(--max-width)) / 2 - 76px));
  }

  .brand-section::before {
    top: clamp(80px, 12vw, 140px);
    left: max(24px, calc((100vw - var(--max-width)) / 2 - 86px));
    transform: rotate(5deg);
  }

  .capability-section::before {
    right: max(24px, calc((100vw - var(--max-width)) / 2 - 84px));
    bottom: clamp(42px, 8vw, 100px);
    transform: rotate(4deg);
  }

  .process-section::before {
    top: clamp(82px, 10vw, 138px);
    right: max(24px, calc((100vw - var(--max-width)) / 2 - 94px));
    transform: rotate(-6deg);
  }

  .experience-section::before {
    top: clamp(92px, 11vw, 150px);
    left: max(24px, calc((100vw - var(--max-width)) / 2 - 86px));
    transform: rotate(6deg);
  }
}

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

.metric-card,
.case-card,
.skill-group {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.metric-card {
  min-height: 238px;
  padding: 24px;
}

.metric-value {
  display: block;
  margin-bottom: 28px;
  color: var(--teal);
  font-size: clamp(2.3rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}

.metric-card h3,
.case-card h3,
.skill-group h3,
.timeline-item h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.metric-card p,
.case-card p,
.timeline-item p,
.contact-layout p {
  margin: 12px 0 0;
}

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

.case-card {
  padding: 26px;
}

.case-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(20, 121, 255, 0.12);
  color: var(--teal-strong);
}

.case-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0 0 0 18px;
  color: var(--muted);
  line-height: 1.55;
}

.capability-section {
  background: var(--surface-strong);
}

.ability-grid,
.proof-path-grid,
.experience-skills-layout {
  display: grid;
  gap: 18px;
}

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

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

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

.review-route article {
  display: grid;
  align-content: start;
  min-height: 222px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.06), rgba(200, 137, 34, 0.04)),
    var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.review-route span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--teal);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
}

.review-route h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.32;
}

.review-route p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.review-route .text-link {
  margin-top: 16px;
}

.experience-skills-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.ability-card,
.proof-path-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.ability-card svg {
  width: 24px;
  height: 24px;
  margin-bottom: 18px;
  color: var(--teal-strong);
  stroke-width: 2;
}

.ability-card h3,
.proof-path-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.32;
}

.ability-card p,
.proof-path-card p:not(.case-label) {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.ability-card.accent-card {
  grid-column: 1 / -1;
  grid-template-columns: 48px minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 18px;
  align-items: center;
  min-height: auto;
  background:
    linear-gradient(135deg, rgba(20, 121, 255, 0.1), rgba(15, 159, 143, 0.06) 55%, rgba(200, 137, 34, 0.08)),
    var(--surface);
}

.ability-card.accent-card svg {
  margin: 0;
}

.ability-card.accent-card p {
  margin: 0;
}

.proof-path-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.06), rgba(255, 255, 255, 0)),
    var(--surface);
}

.proof-path-card .text-link {
  margin-top: auto;
  padding-top: 20px;
}

.proof-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0 0 0 18px;
  color: var(--muted);
  line-height: 1.55;
}

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

.application-pack div {
  min-height: 146px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(23, 32, 29, 0.03);
}

.application-pack span {
  display: block;
  margin-bottom: 12px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.application-pack strong {
  display: block;
  line-height: 1.35;
}

.application-pack p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

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

.skill-stack .keyword-skill-group {
  grid-column: 1 / -1;
}

.keyword-skill-group {
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.08), rgba(255, 255, 255, 0)),
    var(--surface);
}

.operating-style-group {
  background:
    linear-gradient(180deg, rgba(15, 159, 143, 0.08), rgba(255, 255, 255, 0)),
    var(--surface);
}

.decision-cases-section {
  background: var(--surface);
}

.decision-readout-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.decision-readout-strip div {
  min-height: 156px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-strong);
}

.decision-readout-strip span {
  display: block;
  margin-bottom: 12px;
  color: var(--teal-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.decision-readout-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.decision-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 18px;
}

.decision-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.decision-card.featured {
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.08), rgba(255, 255, 255, 0)),
    var(--surface);
}

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

.decision-card h2,
.decision-card h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.18;
}

.decision-card p:not(.case-label),
.detail-section p,
.detail-hero p {
  color: var(--muted);
  line-height: 1.68;
}

.decision-card p:not(.case-label) {
  margin: 13px 0 0;
}

.mini-metrics {
  display: grid;
  margin: 20px 0 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.mini-metrics div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.mini-metrics dt,
.mini-metrics dd {
  margin: 0;
}

.mini-metrics dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.mini-metrics dd {
  color: var(--teal-strong);
  font-weight: 800;
  text-align: right;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 20px;
  color: var(--teal-strong);
  font-weight: 800;
}

.text-link:hover {
  color: var(--amber);
}

.bi-products-section {
  background: var(--surface);
}

.bi-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bi-summary-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.bi-summary-strip div {
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(13, 123, 123, 0.08), rgba(201, 129, 40, 0.08));
}

.bi-summary-strip strong {
  display: block;
  color: var(--teal);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.bi-summary-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.bi-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.bi-product-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--surface-strong);
  border-bottom: 1px solid var(--line);
}

.bi-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  transition: transform 180ms ease;
}

.bi-product-media:hover img {
  transform: scale(1.025);
}

.bi-product-body {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.bi-product-body h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  line-height: 1.18;
}

.bi-product-body p:not(.case-label) {
  margin: 13px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.product-proof {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0 0 0 18px;
  color: var(--muted);
  line-height: 1.55;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.product-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.bi-priority-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  gap: 18px;
  margin-top: 18px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(248, 251, 255, 0.86), rgba(13, 123, 123, 0.08)),
    var(--surface);
}

.bi-priority-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bi-priority-intro h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.18;
}

.bi-priority-intro p:not(.case-label) {
  margin: 13px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.bi-priority-intro .button {
  margin-top: auto;
}

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

.bi-priority-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 182px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.bi-priority-card:hover {
  border-color: rgba(13, 123, 123, 0.38);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.bi-priority-card span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.bi-priority-card strong {
  font-size: 1rem;
  line-height: 1.25;
}

.bi-priority-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.portfolio-note {
  max-width: 860px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.blog-section {
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.08), rgba(15, 159, 143, 0.06)),
    var(--bg);
}

.blog-heading {
  align-items: end;
}

.blog-intro {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.blog-language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 48px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.blog-language-toggle button {
  min-width: 58px;
  min-height: 40px;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  background: transparent;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 900;
  cursor: pointer;
}

.blog-language-toggle button:hover,
.blog-language-toggle button:focus-visible {
  color: var(--teal-strong);
}

.blog-language-toggle button:focus-visible {
  outline: 0;
  box-shadow: var(--focus-ring);
}

.blog-language-toggle button.is-active {
  background: var(--teal);
  color: #ffffff;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  gap: 18px;
  align-items: stretch;
}

.blog-feature-note,
.blog-card,
.blog-placeholder-panel,
.blog-plan-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.blog-feature-note {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 4vw, 30px);
}

.blog-feature-note h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  line-height: 1.12;
}

.blog-feature-note p:not(.case-label) {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.66;
}

.blog-proof-list {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding-top: 22px;
}

.blog-proof-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.blog-proof-list dt,
.blog-proof-list dd {
  margin: 0;
}

.blog-proof-list dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.blog-proof-list dd {
  max-width: 180px;
  color: var(--teal-strong);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: right;
}

.blog-grid {
  display: grid;
  gap: 18px;
}

.blog-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.34fr);
  gap: 18px;
  min-height: 100%;
  padding: clamp(22px, 4vw, 30px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.blog-card:hover {
  border-color: rgba(20, 121, 255, 0.38);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.blog-card-main {
  min-width: 0;
}

.blog-card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.blog-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(200, 137, 34, 0.42);
  border-radius: var(--radius);
  background: rgba(200, 137, 34, 0.12);
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
}

.blog-status-badge.is-published {
  border-color: rgba(15, 159, 143, 0.42);
  background: rgba(15, 159, 143, 0.12);
  color: var(--green);
}

.blog-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.12;
}

.blog-card h3 a:focus-visible {
  outline: 0;
  box-shadow: var(--focus-ring);
}

.blog-card p:not(.case-label) {
  margin: 13px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.blog-card .blog-angle {
  color: var(--ink);
  font-weight: 700;
}

.blog-card-action {
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

.blog-card-action .button {
  width: 100%;
}

.blog-page .detail-hero {
  padding-bottom: clamp(30px, 5vw, 46px);
}

.blog-page-titlebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
}

.blog-page-titlebar h1 {
  margin-top: 12px;
}

.blog-page-titlebar p:not(.eyebrow) {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.blog-page-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}

.blog-index-grid {
  margin-top: 26px;
}

.blog-page .blog-index-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(24px, 4vw, 36px);
  padding-bottom: clamp(32px, 5vw, 52px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 18%, rgba(15, 159, 143, 0.14), transparent 22rem),
    radial-gradient(circle at 72% 82%, rgba(20, 121, 255, 0.1), transparent 26rem);
}

.blog-index-hero .blog-page-titlebar {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.28fr);
  align-items: end;
}

.blog-index-hero h1 {
  max-width: 920px;
}

.blog-hero-note {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.blog-hero-note span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-hero-note strong {
  color: var(--teal-strong);
  font-size: 1rem;
}

.blog-topic-line {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.blog-topic-line span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.blog-featured-root {
  margin-top: 0;
}

.blog-page .blog-featured-section {
  padding-top: clamp(28px, 4vw, 40px);
}

.blog-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.blog-feature-media {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  background: #07111f;
}

.blog-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.blog-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 240ms ease;
}

.blog-feature-media:hover .blog-feature-image {
  transform: scale(1.015);
}

.blog-feature-media:focus-visible,
.blog-feature-content h3 a:focus-visible,
.blog-archive-card h3 a:focus-visible,
.blog-text-link:focus-visible {
  outline: 0;
  box-shadow: var(--focus-ring);
}

.blog-feature-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 4vw, 42px);
}

.blog-feature-topline,
.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.blog-feature-topline {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.blog-card-meta {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.blog-card-meta span + span::before {
  content: "·";
  margin-right: 12px;
  color: var(--line);
}

.blog-feature-content h3 {
  margin: 18px 0 0;
  font-size: clamp(1.8rem, 3.2vw, 2.85rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.blog-feature-content > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.blog-card-tags {
  margin-top: 20px;
}

.blog-feature-action {
  margin-top: clamp(24px, 4vw, 36px);
  padding-top: 0;
}

.blog-home-feature {
  display: grid;
  gap: 16px;
}

.blog-home-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.blog-home-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.blog-archive-heading {
  align-items: end;
}

.blog-archive-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr) auto;
  gap: 18px;
  align-items: end;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.blog-search-field,
.blog-filter-field {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.blog-search-control {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-strong);
}

.blog-search-control svg {
  width: 18px;
  height: 18px;
  color: var(--muted);
}

.blog-search-control input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 650;
}

.blog-search-control:focus-within {
  box-shadow: var(--focus-ring);
}

.blog-filter-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.blog-filter-chips button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 850;
  cursor: pointer;
}

.blog-filter-chips button[aria-pressed="true"] {
  border-color: var(--teal);
  background: var(--teal);
  color: #ffffff;
}

.blog-filter-chips button:focus-visible {
  outline: 0;
  box-shadow: var(--focus-ring);
}

.blog-result-count {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.blog-archive-card,
.blog-upcoming-card,
.blog-empty-state {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.blog-archive-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.blog-archive-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #07111f;
}

.blog-archive-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-archive-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.blog-archive-content .blog-card-meta {
  margin-top: 10px;
}

.blog-archive-content h3,
.blog-upcoming-card h3 {
  margin: 15px 0 0;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  line-height: 1.18;
}

.blog-archive-content > p:not(.case-label),
.blog-upcoming-card > p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.blog-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  margin-top: 18px;
  color: var(--teal-strong);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

.blog-upcoming-card {
  padding: 24px;
  border-style: dashed;
  background:
    linear-gradient(135deg, rgba(20, 121, 255, 0.05), rgba(15, 159, 143, 0.03)),
    var(--surface);
}

.blog-empty-state {
  margin-top: 22px;
  padding: 28px;
  text-align: center;
}

.blog-empty-state h3,
.blog-empty-state p {
  margin: 0;
}

.blog-empty-state p {
  margin-top: 9px;
  color: var(--muted);
}

.blog-empty-state .button {
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .blog-feature-card {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
  }

  .blog-feature-media {
    min-height: 380px;
  }
}

@media (max-width: 900px) {
  .blog-index-hero .blog-page-titlebar {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .blog-feature-card {
    grid-template-columns: 1fr;
  }

  .blog-feature-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .blog-feature-content {
    min-height: 360px;
  }

  .blog-archive-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .blog-result-count {
    margin: 0;
  }
}

@media (max-width: 720px) {
  .blog-page .blog-index-hero {
    padding-bottom: 30px;
  }

  .blog-index-hero .blog-page-titlebar {
    gap: 18px;
  }

  .blog-hero-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
  }

  .blog-hero-note span,
  .blog-hero-note strong {
    font-size: 0.75rem;
  }

  .blog-topic-line {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .blog-topic-line span {
    flex: 0 0 auto;
  }

  .blog-feature-content {
    min-height: 0;
    padding: 22px;
  }

  .blog-feature-content h3 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  .blog-feature-action {
    width: 100%;
    margin-top: 24px;
  }

  .blog-archive-grid,
  .blog-upcoming-grid {
    grid-template-columns: 1fr;
  }

  .blog-home-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .blog-home-footer .button {
    width: 100%;
  }
}

.blog-article-status {
  display: inline-flex;
  margin-top: 22px;
}

.blog-placeholder-panel {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4vw, 34px);
}

.blog-placeholder-panel h2 {
  max-width: 760px;
}

.blog-placeholder-panel p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

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

.blog-plan-card {
  min-height: 190px;
  padding: 22px;
}

.blog-plan-card h3 {
  margin: 0;
  font-size: 1rem;
}

.blog-plan-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.process-section {
  background: var(--surface-strong);
}

.python-lab-section {
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.08), rgba(200, 137, 34, 0.06)),
    var(--surface-strong);
}

.process-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--teal-strong);
  background: var(--surface);
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.python-lab-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 18px;
  align-items: stretch;
}

.python-lab-main,
.python-code-card,
.lab-proof-item,
.python-capability-grid article,
.python-case-card,
.privacy-grid article,
.python-review-strip div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(23, 32, 29, 0.03);
}

.python-lab-main {
  display: grid;
  align-content: space-between;
  gap: 24px;
  min-height: 440px;
  padding: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(20, 121, 255, 0.12), rgba(200, 137, 34, 0.08) 54%, rgba(15, 159, 143, 0.08)),
    var(--surface);
}

.python-lab-main h3 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(1.65rem, 3.4vw, 2.65rem);
  line-height: 1.08;
}

.python-lab-main > p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.python-lab-actions,
.case-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.python-extension-layout {
  margin-top: 18px;
}

.python-extension-layout .python-lab-main {
  min-height: 360px;
}

.python-code-card,
.python-command-card {
  overflow: hidden;
  background: #101b19;
  color: #edf8f4;
}

:root[data-theme="dark"] .python-code-card,
:root[data-theme="dark"] .python-command-card {
  background: #0b1110;
}

.code-window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(237, 248, 244, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.code-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #e06f5b;
}

.code-window-bar span:nth-child(2) {
  background: #e0a252;
}

.code-window-bar span:nth-child(3) {
  background: #5bbd87;
}

.code-window-bar strong {
  margin-left: 6px;
  color: rgba(237, 248, 244, 0.72);
  font-size: 0.82rem;
}

.python-code-card pre,
.python-command-card pre {
  margin: 0;
  padding: 22px;
  overflow-x: auto;
  font-size: 0.92rem;
  line-height: 1.72;
}

.python-code-card code,
.python-command-card code {
  padding: 0;
  background: transparent;
  color: inherit;
}

.python-code-card p,
.python-command-card p {
  margin: 0;
  padding: 0 22px 22px;
  color: rgba(237, 248, 244, 0.72);
  line-height: 1.58;
}

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

.lab-proof-item {
  min-height: 164px;
  padding: 22px;
  background: var(--surface);
}

.lab-proof-item span {
  display: block;
  color: var(--teal);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
}

.lab-proof-item p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.56;
}

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

.python-capability-grid article {
  min-height: 220px;
  padding: 24px;
  background: var(--surface);
}

.python-capability-grid svg,
.privacy-grid svg {
  width: 24px;
  height: 24px;
  margin-bottom: 18px;
  color: var(--teal-strong);
  stroke-width: 2;
}

.python-capability-grid h3,
.privacy-grid h3 {
  margin: 0;
  font-size: 1.05rem;
}

.python-capability-grid p,
.privacy-grid p {
  margin: 11px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.python-case-grid {
  margin-top: 18px;
}

.case-link-row .text-link {
  margin-top: 18px;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  align-items: stretch;
}

.process-main,
.process-proof,
.automation-card,
.artifact-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(23, 32, 29, 0.03);
}

.process-main {
  padding: clamp(24px, 4vw, 34px);
}

.process-main h3 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.14;
}

.process-main > p:not(.case-label) {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.flow-step {
  min-height: 164px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
}

.flow-step span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
}

.flow-step strong {
  display: block;
  font-size: 0.98rem;
}

.flow-step p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.process-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  padding: 1px;
  overflow: hidden;
  background: var(--line);
}

.proof-metric {
  min-height: 128px;
  padding: 22px;
  background: var(--surface);
}

.proof-metric span {
  display: block;
  color: var(--teal);
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
}

.proof-metric p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.automation-systems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.automation-card {
  min-height: 330px;
  padding: 24px;
}

.automation-card.accent {
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.08), rgba(20, 121, 255, 0)),
    var(--surface);
}

.automation-card .case-icon {
  margin-bottom: 18px;
}

.automation-card h3 {
  max-width: 620px;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.22;
}

.automation-card p:not(.case-label) {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.automation-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

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

.code-link {
  display: grid;
  min-height: 172px;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(23, 32, 29, 0.03);
}

.code-link svg {
  width: 22px;
  height: 22px;
  margin-bottom: 18px;
  color: var(--teal-strong);
}

.code-link span {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.code-link small {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.code-link:hover {
  border-color: var(--teal);
  transform: translateY(-1px);
}

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

.artifact-item {
  min-height: 202px;
  padding: 22px;
}

.artifact-item svg {
  width: 22px;
  height: 22px;
  margin-bottom: 18px;
  color: var(--amber);
  stroke-width: 2;
}

.artifact-item h3 {
  margin: 0;
  font-size: 1rem;
}

.artifact-item p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.python-detail-hero {
  padding-bottom: clamp(26px, 5vw, 44px);
}

.python-review-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.python-review-strip div {
  min-height: 172px;
  padding: 20px;
  background: var(--surface);
}

.python-review-strip span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--teal);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
}

.python-review-strip strong {
  display: block;
}

.python-review-strip p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.python-case-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
}

.python-case-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: clamp(24px, 3.6vw, 34px);
  background: var(--surface);
}

.python-case-card.primary-case {
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.1), rgba(255, 255, 255, 0)),
    var(--surface);
}

.python-case-card h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.8vw, 2.25rem);
  line-height: 1.1;
}

.python-case-card p:not(.case-label) {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.python-evidence-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0 0 0 18px;
  color: var(--muted);
  line-height: 1.58;
}

.python-evidence-list strong {
  color: var(--ink);
}

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

.privacy-grid article {
  min-height: 190px;
  padding: 24px;
  background: var(--surface);
}

.python-story-layout,
.workflow-and-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.python-story-layout .memo-card {
  min-height: 100%;
}

.accent-memo {
  background:
    linear-gradient(180deg, rgba(200, 137, 34, 0.08), rgba(20, 121, 255, 0.04)),
    var(--surface);
}

.python-command-card {
  min-height: 100%;
}

.experience-section {
  background: var(--surface);
}

.timeline {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.05), rgba(255, 255, 255, 0)),
    var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.timeline-item {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.timeline-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.timeline-date {
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 800;
}

.timeline-proof-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

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

.skill-group {
  padding: 24px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: var(--bg);
  font-size: 0.9rem;
  font-weight: 600;
}

.global-readiness-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.global-readiness-strip div {
  min-height: 136px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.06), rgba(15, 159, 143, 0.04)),
    var(--surface);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.global-readiness-strip span {
  display: block;
  margin-bottom: 10px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.global-readiness-strip strong {
  display: block;
  color: var(--ink);
  line-height: 1.45;
}

.credential-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
}

.credential-strip span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.credential-strip strong {
  color: var(--ink);
}

.credential-strip p {
  flex-basis: 100%;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.contact-section {
  color: var(--hero-text);
  background:
    linear-gradient(135deg, #0b1d36 0%, #102f53 58%, #123f48 100%);
}

.contact-section .section-kicker {
  color: #f0b768;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.contact-layout p {
  max-width: 680px;
  color: rgba(247, 251, 248, 0.76);
  font-size: 1.05rem;
}

.contact-actions {
  display: grid;
  gap: 10px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(247, 251, 248, 0.2);
  border-radius: var(--radius);
  background: rgba(247, 251, 248, 0.08);
  color: var(--hero-text);
  cursor: pointer;
  text-align: left;
}

.contact-link:hover {
  background: rgba(247, 251, 248, 0.14);
}

.site-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(20px, 4vw, 44px);
  color: var(--muted);
  background: var(--bg);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.sulcata-vault-cta {
  position: absolute;
  left: 50%;
  bottom: 18px;
  display: inline-grid;
  width: 76px;
  min-height: 46px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #c88922;
  cursor: pointer;
  isolation: isolate;
  transform: translateX(-50%);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease-out;
}

.sulcata-vault-cta:hover,
.sulcata-vault-cta:focus-visible {
  border-color: rgba(200, 137, 34, 0.34);
  background: rgba(200, 137, 34, 0.09);
  transform: translate(-50%, -1px);
}

.sulcata-vault-cta:focus-visible {
  outline: 3px solid rgba(20, 121, 255, 0.28);
  outline-offset: 3px;
}

.sulcata-vault-cta__hint {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: calc(100% + 9px);
  display: grid;
  width: max-content;
  max-width: 190px;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(5, 23, 36, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px) scale(0.98);
  transform-origin: right bottom;
  transition: opacity 180ms ease-out, transform 220ms ease-out;
}

.sulcata-vault-cta__hint::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 27px;
  width: 9px;
  height: 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 23, 36, 0.96);
  transform: translateY(-5px) rotate(45deg);
}

.sulcata-vault-cta__hint > span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sulcata-vault-cta__hint strong {
  color: #fff;
  font-size: 0.74rem;
  white-space: nowrap;
}

.sulcata-vault-cta:hover .sulcata-vault-cta__hint,
.sulcata-vault-cta:focus-visible .sulcata-vault-cta__hint {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sulcata-vault-cta__stage {
  position: relative;
  display: block;
  width: 68px;
  height: 38px;
  overflow: hidden;
}

.sulcata {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 1px;
  width: 64px;
  height: auto;
  overflow: visible;
}

.sulcata-shadow {
  fill: rgba(0, 0, 0, 0.22);
  transform-origin: 57px 49px;
  animation: sulcata-shadow-breathe 1.4s ease-in-out infinite alternate;
}

.sulcata-figure {
  transform-origin: 57px 49px;
  animation: sulcata-amble 1.4s ease-in-out infinite alternate;
  will-change: transform;
}

.sulcata-tail,
.sulcata-head path:first-child,
.sulcata-leg path:first-child {
  fill: #b98d58;
  stroke: #e0bb83;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.sulcata-shell {
  fill: #a96f3e;
  stroke: #ebca92;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.sulcata-shell-rim,
.sulcata-plate {
  fill: none;
  stroke: rgba(151, 94, 34, 0.72);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.sulcata-plate--top,
.sulcata-plate--center {
  fill: rgba(230, 177, 104, 0.24);
}

.sulcata-head {
  transform-origin: 83px 34px;
  animation: sulcata-look 2.8s ease-in-out infinite;
}

.sulcata-head circle {
  fill: #071e2e;
  stroke: #fff2d5;
  stroke-width: 0.6;
}

.sulcata-mouth,
.sulcata-claw {
  fill: none;
  stroke: #8a572a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}

.sulcata-leg {
  transform-box: fill-box;
  transform-origin: center top;
  animation: sulcata-step 1.4s ease-in-out infinite alternate;
}

.sulcata-leg--front-far,
.sulcata-leg--back-near {
  animation-direction: alternate-reverse;
}

.sulcata-leg--back-far,
.sulcata-leg--front-far {
  opacity: 0.72;
}

.sulcata-trail {
  position: absolute;
  z-index: 1;
  bottom: 7px;
  width: 5px;
  height: 3px;
  border-radius: 50%;
  background: rgba(200, 137, 34, 0.34);
  opacity: 0;
  transform: rotate(-18deg);
  animation: sulcata-trail-fade 2.8s linear infinite;
}

.sulcata-trail::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 7px;
  width: 4px;
  height: 3px;
  border-radius: 50%;
  background: inherit;
}

.sulcata-trail--one {
  left: 5px;
}

.sulcata-trail--two {
  left: 18px;
  animation-delay: 0.7s;
}

.sulcata-trail--three {
  left: 31px;
  animation-delay: 1.4s;
}

.sulcata-vault-cta:hover .sulcata-figure,
.sulcata-vault-cta:focus-visible .sulcata-figure,
.sulcata-vault-cta:hover .sulcata-leg,
.sulcata-vault-cta:focus-visible .sulcata-leg {
  animation-duration: 0.82s;
}

@keyframes sulcata-amble {
  0% {
    transform: translate3d(-1px, 0, 0) rotate(-0.8deg);
  }

  100% {
    transform: translate3d(1px, -1.4px, 0) rotate(0.8deg);
  }
}

@keyframes sulcata-step {
  0% {
    transform: rotate(5deg) translateY(-0.4px);
  }

  100% {
    transform: rotate(-7deg) translateY(0.6px);
  }
}

@keyframes sulcata-look {
  0%,
  64%,
  100% {
    transform: translateX(0) rotate(0);
  }

  76% {
    transform: translateX(2px) rotate(-2deg);
  }

  88% {
    transform: translateX(1px) rotate(1deg);
  }
}

@keyframes sulcata-shadow-breathe {
  from {
    opacity: 0.66;
    transform: scaleX(0.96);
  }

  to {
    opacity: 0.42;
    transform: scaleX(1.03);
  }
}

@keyframes sulcata-trail-fade {
  0%,
  24% {
    opacity: 0;
    transform: translateX(8px) rotate(-18deg);
  }

  38%,
  68% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translateX(-5px) rotate(-18deg);
  }
}

.detail-page {
  background: var(--bg);
}

.page-shell {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 118px 0 76px;
}

.detail-hero {
  padding: clamp(34px, 6vw, 64px) 0 clamp(28px, 5vw, 48px);
}

.breadcrumb {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--teal-strong);
}

.detail-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.3rem);
  line-height: 1.04;
}

.detail-hero > p:not(.eyebrow, .breadcrumb) {
  max-width: 790px;
  margin: 20px 0 0;
  font-size: 1.08rem;
}

.cv-shell {
  padding-bottom: 48px;
}

.cv-hero {
  padding-bottom: 28px;
}

.cv-viewer-section {
  min-height: 78vh;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(23, 32, 29, 0.03);
}

.cv-viewer {
  display: block;
  width: 100%;
  height: min(86vh, 980px);
  min-height: 680px;
  border: 0;
  background: #111b2d;
}

.cv-viewer:focus-visible {
  outline: 3px solid var(--teal-strong);
  outline-offset: -3px;
}

.cv-fallback {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.cv-fallback p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

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

.metric-tile {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.metric-tile span {
  display: block;
  color: var(--teal);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1;
}

.metric-tile p {
  margin: 12px 0 0;
  font-weight: 700;
}

.detail-section {
  padding: clamp(34px, 6vw, 56px) 0;
  border-top: 1px solid var(--line);
}

.detail-section h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.memo-layout,
.split-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.memo-card,
.cash-panel,
.table-shell,
.model-map > div,
.qa-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(23, 32, 29, 0.03);
}

.memo-card {
  padding: clamp(24px, 4vw, 34px);
}

.memo-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.12;
}

.memo-card p {
  margin: 16px 0 0;
}

.action-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--muted);
  line-height: 1.58;
}

.action-list strong {
  color: var(--ink);
}

.bridge-visual {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.bridge-step {
  display: grid;
  align-content: end;
  min-height: 160px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.bridge-step span {
  display: block;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 800;
}

.bridge-step p {
  margin: 8px 0 0;
  font-size: 0.86rem;
  font-weight: 700;
}

.bridge-step.positive span,
.bridge-step.result span {
  color: var(--teal-strong);
}

.bridge-step.negative span {
  color: #b04636;
}

.bridge-step.result {
  background: rgba(20, 121, 255, 0.12);
}

.cash-panel {
  padding: 24px;
}

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

.qa-grid article {
  min-height: 172px;
  padding: 22px;
}

.qa-grid h3 {
  margin: 0;
  font-size: 1rem;
}

.qa-grid p {
  margin: 10px 0 0;
  font-size: 0.92rem;
}

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

.model-map > div {
  min-height: 230px;
  padding: 22px;
}

.model-map span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--teal);
  color: #ffffff;
  font-weight: 800;
}

.model-map h2 {
  font-size: 1.05rem;
}

.model-map p {
  margin: 10px 0 0;
  font-size: 0.9rem;
}

.table-shell {
  overflow-x: auto;
}

.table-shell table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.table-shell th,
.table-shell td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.table-shell th {
  color: var(--ink);
  background: var(--surface-strong);
  font-size: 0.84rem;
  text-transform: uppercase;
}

.table-shell td {
  color: var(--muted);
  line-height: 1.55;
}

.cash-ladder {
  display: grid;
  gap: 8px;
}

.cash-ladder div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.cash-ladder span {
  color: var(--teal-strong);
  font-weight: 800;
}

.cash-ladder p {
  margin: 0;
  text-align: right;
  font-size: 0.9rem;
  font-weight: 700;
}

.cash-ladder .result {
  background: rgba(20, 121, 255, 0.12);
}

code {
  padding: 2px 5px;
  border-radius: 4px;
  background: var(--surface-strong);
  color: var(--ink);
}

@keyframes floatPanelA {
  0%, 100% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(20px, -24px) rotate(-2deg);
  }
}

@keyframes floatPanelB {
  0%, 100% {
    transform: translate(0, 0) rotate(6deg);
  }
  50% {
    transform: translate(-18px, 22px) rotate(1deg);
  }
}

@keyframes floatPanelC {
  0%, 100% {
    transform: translate(0, 0) rotate(5deg);
  }
  50% {
    transform: translate(14px, -16px) rotate(9deg);
  }
}

@keyframes floatPanelD {
  0%, 100% {
    transform: translate(0, 0) rotate(12deg);
  }
  50% {
    transform: translate(-10px, 18px) rotate(7deg);
  }
}

@keyframes scrollCueBounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 8px);
  }
}

@keyframes commandBarPulse {
  0% {
    transform: scaleY(0.82);
    opacity: 0.72;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes commandTopSignal {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes commandPanelScan {
  0%,
  100% {
    opacity: 0.24;
    transform: translateX(-26%);
  }
  50% {
    opacity: 0.4;
    transform: translateX(18%);
  }
}

@keyframes commandReadoutSignal {
  0%,
  100% {
    opacity: 0.38;
    transform: scaleX(0.62);
  }
  50% {
    opacity: 0.88;
    transform: scaleX(1);
  }
}

@keyframes commandCheckpointPulse {
  0%,
  100% {
    opacity: 0.58;
    transform: translateX(-50%) scale(0.82);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.12);
  }
}

@keyframes tdatSweep {
  0%,
  18% {
    transform: translateX(-110%);
  }
  56%,
  100% {
    transform: translateX(110%);
  }
}

@keyframes welcomeBackdropBloom {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }
  100% {
    opacity: 0.86;
    transform: scale(1);
  }
}

@keyframes welcomeStageLine {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.08);
  }
  42% {
    opacity: 1;
  }
  100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) scaleX(1);
  }
}

@keyframes welcomeCardSweep {
  0% {
    opacity: 0;
    transform: translateX(-44%) skewX(-8deg);
  }
  34% {
    opacity: 0.44;
  }
  100% {
    opacity: 0;
    transform: translateX(54%) skewX(-8deg);
  }
}

@keyframes welcomeCardRing {
  0% {
    opacity: 0;
    box-shadow:
      inset 0 1px 0 rgba(248, 251, 255, 0.12),
      0 0 0 rgba(93, 215, 199, 0);
  }
  46% {
    opacity: 0.72;
    box-shadow:
      inset 0 1px 0 rgba(248, 251, 255, 0.18),
      0 0 22px rgba(93, 215, 199, 0.12);
  }
  100% {
    opacity: 0.38;
    box-shadow:
      inset 0 1px 0 rgba(248, 251, 255, 0.12),
      0 0 10px rgba(93, 215, 199, 0.06);
  }
}

@keyframes welcomeOrbitSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes welcomeLayerIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes welcomeFineReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes welcomeButtonReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 7px, 0) scale(0.992);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes welcomeCtaBorderPulse {
  0% {
    opacity: 0.48;
    box-shadow:
      inset 0 0 0 1px rgba(248, 251, 255, 0.05),
      0 0 0 0 rgba(103, 228, 214, 0);
  }
  46% {
    opacity: 0.88;
    box-shadow:
      inset 0 0 0 1px rgba(248, 251, 255, 0.08),
      0 0 0 3px rgba(103, 228, 214, 0.08);
  }
  100% {
    opacity: 0.54;
    box-shadow:
      inset 0 0 0 1px rgba(248, 251, 255, 0.05),
      0 0 0 0 rgba(103, 228, 214, 0);
  }
}

@keyframes welcomeCtaSignalPass {
  0%,
  58%,
  100% {
    opacity: 0;
    transform: translate3d(-28px, -50%, 0) scale(0.72);
  }
  68% {
    opacity: 0.92;
    transform: translate3d(-14px, -50%, 0) scale(1);
  }
  82% {
    opacity: 0.2;
    transform: translate3d(2px, -50%, 0) scale(0.74);
  }
}

@keyframes welcomeCtaArrowNudge {
  0%,
  74%,
  100% {
    transform: translateX(0);
  }
  82% {
    transform: translateX(4px);
  }
  92% {
    transform: translateX(1px);
  }
}

@keyframes welcomeMarkReveal {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.88);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes welcomeMarkRingSpin {
  0% {
    opacity: 0.34;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.58;
  }
  100% {
    opacity: 0.34;
    transform: rotate(360deg);
  }
}

@keyframes welcomeOrbitDotDrift {
  0%,
  100% {
    opacity: 0.9;
    transform: translate3d(var(--orbit-x-a), var(--orbit-y-a), 0) scale(0.98);
  }
  46% {
    opacity: 1;
    transform: translate3d(var(--orbit-x-b), var(--orbit-y-b), 0) scale(1.06);
  }
}

@keyframes welcomeOrbitDotAura {
  0%,
  100% {
    opacity: 0.12;
    transform: scale(0.78);
  }
  50% {
    opacity: 0.26;
    transform: scale(1.08);
  }
}

@keyframes welcomeVisualIn {
  0% {
    opacity: 0;
    transform: translate3d(12px, 8px, 0) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes welcomeSignalLift {
  0% {
    opacity: 0;
    transform: translate3d(0, 6px, 0) scale(0.98);
  }
  100% {
    opacity: 0.7;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes welcomeSignalLiftSoft {
  0% {
    opacity: 0;
    transform: translate3d(0, 6px, 0) scale(0.98);
  }
  100% {
    opacity: 0.62;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes welcomeForecastDraw {
  0% {
    stroke-dashoffset: 1;
    opacity: 0.16;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes welcomeForecastBreathe {
  0%,
  100% {
    opacity: 0.88;
    filter: none;
  }
  50% {
    opacity: 1;
    filter: none;
  }
}

@keyframes welcomeForecastBreatheSoft {
  0%,
  100% {
    opacity: 0.78;
    filter: none;
  }
  50% {
    opacity: 0.94;
    filter: none;
  }
}

@keyframes welcomeForecastAreaIn {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 0.42;
    transform: translateY(0);
  }
}

@keyframes welcomeForecastAreaSoft {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 0.34;
    transform: translateY(0);
  }
}

@keyframes welcomeForecastDotIn {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes welcomeForecastDotPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes welcomeForecastRunnerGlow {
  0% {
    opacity: 0;
  }
  10%,
  88% {
    opacity: 1;
  }
  46% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sectionSignalShift {
  0%,
  100% {
    background-position: 0 0, 0 0, 0 0, -72px 0, 0 0;
  }
  50% {
    background-position: 0 0, 0 0, 0 0, 72px 0, 0 0;
  }
}

@keyframes sectionAccentSweep {
  0%,
  100% {
    background-position: -120px 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
  50% {
    background-position: 120px 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .shape-a {
    animation: floatPanelA 13s ease-in-out infinite;
  }

  .shape-b {
    animation: floatPanelB 16s ease-in-out infinite;
  }

  .shape-c {
    animation: floatPanelC 11s ease-in-out infinite;
  }

  .shape-d {
    animation: floatPanelD 14s ease-in-out infinite;
  }

  .hero-scroll-indicator {
    animation: scrollCueBounce 2.1s ease-in-out infinite;
  }

  .welcome-gate.is-open::before {
    animation: welcomeBackdropBloom 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .welcome-gate.is-open::after {
    animation: welcomeStageLine 920ms cubic-bezier(0.16, 1, 0.3, 1) 140ms both;
  }

  .welcome-gate.is-open .welcome-card::before {
    animation: welcomeCardSweep 900ms cubic-bezier(0.16, 1, 0.3, 1) 220ms both;
  }

  .welcome-gate.is-open .welcome-card::after {
    animation: welcomeCardRing 980ms cubic-bezier(0.16, 1, 0.3, 1) 160ms both;
  }

  .tdat-signal::before {
    animation: tdatSweep 5.4s ease-in-out infinite;
  }

  .orbit-ring {
    animation: welcomeOrbitSpin 26s linear infinite;
  }

  .welcome-gate.is-open .dot-a {
    animation: welcomeOrbitDotDrift 5.8s ease-in-out 1.1s infinite;
  }

  .welcome-gate.is-open .dot-b {
    animation: welcomeOrbitDotDrift 6.4s ease-in-out 1.32s infinite reverse;
  }

  .welcome-gate.is-open .dot-c {
    animation: welcomeOrbitDotDrift 6.1s ease-in-out 1.5s infinite;
  }

  .welcome-gate.is-open .orbit-dot::before {
    animation: welcomeOrbitDotAura 4.8s ease-in-out 1.2s infinite;
  }

  .welcome-mark {
    opacity: 0;
    animation: welcomeMarkReveal 560ms cubic-bezier(0.16, 1, 0.3, 1) 520ms both;
  }

  .welcome-gate.is-open .welcome-mark::after {
    animation: welcomeMarkRingSpin 7.6s linear 1.18s infinite;
  }

  .welcome-intro {
    opacity: 1;
    transform: none;
  }

  .welcome-visual {
    opacity: 0;
    transform: translate3d(12px, 8px, 0) scale(0.97);
  }

  .welcome-kicker,
  .welcome-card h2,
  .welcome-role,
  #welcome-copy {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
  }

  .welcome-actions {
    opacity: 1;
    transform: none;
  }

  .welcome-actions .button {
    opacity: 0;
    transform: translate3d(0, 7px, 0) scale(0.992);
    will-change: opacity, transform;
  }

  .welcome-gate.is-open .welcome-kicker {
    animation: welcomeFineReveal 640ms cubic-bezier(0.16, 1, 0.3, 1) 220ms both;
  }

  .welcome-gate.is-open .welcome-card h2 {
    animation: welcomeFineReveal 760ms cubic-bezier(0.16, 1, 0.3, 1) 420ms both;
  }

  .welcome-gate.is-open .welcome-role {
    animation: welcomeFineReveal 620ms cubic-bezier(0.16, 1, 0.3, 1) 660ms both;
  }

  .welcome-gate.is-open #welcome-copy {
    animation: welcomeFineReveal 660ms cubic-bezier(0.16, 1, 0.3, 1) 800ms both;
  }

  .welcome-gate.is-open .welcome-actions .button {
    opacity: 1;
    transform: none;
    animation: welcomeButtonReveal 320ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .welcome-gate.is-open .welcome-actions .button:first-child {
    animation-delay: 1080ms;
  }

  .welcome-gate.is-open .welcome-actions .button:nth-child(2) {
    animation-delay: 1140ms;
  }

  .welcome-gate.is-open .welcome-actions .button.primary {
    opacity: 1;
    transform: none;
    animation: welcomeButtonReveal 340ms cubic-bezier(0.22, 1, 0.36, 1) 1080ms backwards;
  }

  .welcome-gate.is-open .welcome-actions .button.primary:hover {
    transform: translateY(-1px);
  }

  .welcome-gate.is-open .welcome-actions .button.primary:active {
    transform: translateY(0) scale(0.986);
  }

  .welcome-gate.is-open .welcome-visual {
    animation: welcomeVisualIn 820ms cubic-bezier(0.16, 1, 0.3, 1) 680ms both;
  }

  .welcome-signal {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.96);
  }

  .welcome-gate.is-open .welcome-signal {
    animation: welcomeSignalLift 720ms cubic-bezier(0.16, 1, 0.3, 1) 1040ms both;
  }

  .welcome-gate.is-open .forecast-area {
    animation: welcomeForecastAreaIn 700ms cubic-bezier(0.16, 1, 0.3, 1) 1160ms both;
  }

  .welcome-gate.is-open .forecast-line {
    animation:
      welcomeForecastDraw 1040ms cubic-bezier(0.16, 1, 0.3, 1) 1200ms both,
      welcomeForecastBreathe 7.2s ease-in-out 2.45s infinite;
  }

  .welcome-gate.is-open .forecast-dot {
    animation:
      welcomeForecastDotIn 380ms cubic-bezier(0.16, 1, 0.3, 1) both,
      welcomeForecastDotPulse 5.8s ease-in-out 1.4s infinite;
  }

  .welcome-gate.is-open .forecast-dot.dot-one {
    animation-delay: 1420ms, 2.5s;
  }

  .welcome-gate.is-open .forecast-dot.dot-two {
    animation-delay: 1500ms, 2.65s;
  }

  .welcome-gate.is-open .forecast-dot.dot-three {
    animation-delay: 1580ms, 2.8s;
  }

  .welcome-gate.is-open .forecast-dot.dot-four {
    animation-delay: 1660ms, 2.95s;
  }

  .welcome-gate.is-open .forecast-runner {
    animation: welcomeForecastRunnerGlow 4.6s linear 2.25s infinite;
  }

  .hero-command-card::before {
    animation: commandTopSignal 5.8s ease-in-out infinite;
  }

  .hero-command-card::after {
    animation: commandPanelScan 9s ease-in-out infinite;
  }

  .command-readout::before {
    transform-origin: center;
    animation: commandReadoutSignal 4.8s ease-in-out infinite;
  }

  .command-sparkline span::after {
    animation: commandCheckpointPulse 4.6s ease-in-out infinite;
    animation-delay: calc(var(--bar-index, 0) * 220ms);
  }

  .section-heading::after {
    background-size: auto, auto, auto, 220% 100%, auto;
    animation: sectionSignalShift 7.2s ease-in-out infinite;
  }

  .snapshot-section::before,
  .brand-section::before,
  .capability-section::before,
  .process-section::before,
  .experience-section::before {
    background-size: 230% 100%, auto, auto, auto, auto, auto;
    animation: sectionAccentSweep 8.4s ease-in-out infinite;
  }

  [data-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 420ms ease, transform 420ms ease;
  }

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

  .hero-command-card,
  .ability-card,
  .proof-path-card,
  .decision-card,
  .bi-product-card,
  .brand-principles article,
  .skill-group,
  .global-readiness-strip div,
  .timeline,
  .process-main,
  .process-proof,
  .python-lab-main,
  .python-code-card {
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  .hero-command-card:hover,
  .ability-card:hover,
  .proof-path-card:hover,
  .decision-card:hover,
  .bi-product-card:hover,
  .brand-principles article:hover,
  .skill-group:hover,
  .global-readiness-strip div:hover,
  .timeline:hover,
  .process-main:hover,
  .process-proof:hover,
  .python-lab-main:hover,
  .python-code-card:hover {
    border-color: rgba(20, 121, 255, 0.28);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.09);
    transform: translateY(-3px);
  }

  .button:hover,
  .contact-link:hover {
    transform: translateY(-1px);
  }
}

@media (min-width: 1440px) {
  :root {
    --max-width: 1320px;
    --space-section: 6.5rem;
  }

  .site-header {
    padding-left: clamp(44px, 4vw, 72px);
    padding-right: clamp(44px, 4vw, 72px);
  }

  .hero {
    min-height: clamp(700px, 76vh, 900px);
  }

  .hero-content {
    padding-top: 92px;
    padding-bottom: 34px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.62fr);
    gap: 80px;
  }

  .hero h1 {
    max-width: 880px;
    font-size: 3.75rem;
  }

  .hero-copy {
    max-width: 740px;
    font-size: 1.16rem;
  }

  .hero-facts {
    max-width: 100%;
  }

  .section h2 {
    max-width: 840px;
  }

  .snapshot-panel,
  .brand-layout,
  .two-column {
    gap: 80px;
  }

  .snapshot-panel {
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  }

  .brand-layout {
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  }

  .momentum-flow {
    grid-template-columns: minmax(0, 1.48fr) minmax(340px, 0.62fr);
    gap: 18px;
  }

  .review-route,
  .decision-readout-strip,
  .lab-proof-grid,
  .code-link-grid,
  .artifact-grid {
    gap: 18px;
  }

  .bi-product-grid,
  .blog-layout,
  .decision-case-grid,
  .real-decision-grid,
  .python-lab-layout,
  .process-layout,
  .experience-skills-layout,
  .contact-layout {
    gap: 22px;
  }

  .site-footer {
    padding-left: clamp(44px, 4vw, 72px);
    padding-right: clamp(44px, 4vw, 72px);
  }
}

@media (min-width: 1920px) {
  :root {
    --max-width: 1500px;
    --space-section: 7rem;
  }

  .hero {
    min-height: clamp(740px, 68vh, 940px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.52fr);
    gap: 96px;
  }

  .hero h1 {
    max-width: 940px;
    font-size: 4rem;
  }

  .hero-copy,
  .brand-story p:not(.section-kicker),
  .contact-layout p {
    max-width: 780px;
  }

  .hero-command-card,
  .timeline,
  .skill-group,
  .decision-card,
  .bi-product-body {
    padding: 28px;
  }

  .snapshot-panel {
    grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1.26fr);
    gap: 96px;
  }

  .brand-layout {
    grid-template-columns: minmax(380px, 0.76fr) minmax(0, 1.24fr);
    gap: 96px;
  }

  .momentum-flow {
    grid-template-columns: minmax(0, 1.6fr) minmax(360px, 0.58fr);
  }

  .ability-grid,
  .proof-path-grid,
  .skills-grid,
  .python-capability-grid,
  .privacy-grid {
    gap: 22px;
  }
}

@media (min-width: 2560px) {
  :root {
    --max-width: 1680px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.48fr);
    gap: 112px;
  }

  .hero-command-card {
    align-self: end;
  }

  .snapshot-panel {
    grid-template-columns: minmax(400px, 0.68fr) minmax(0, 1.32fr);
  }

  .brand-layout {
    grid-template-columns: minmax(420px, 0.72fr) minmax(0, 1.28fr);
  }

  .momentum-flow {
    grid-template-columns: minmax(0, 1.7fr) minmax(380px, 0.56fr);
  }
}

@media (min-width: 3000px) {
  :root {
    --max-width: 1880px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 0.46fr);
    gap: 128px;
  }

  .snapshot-panel {
    grid-template-columns: minmax(420px, 0.64fr) minmax(0, 1.36fr);
  }

  .brand-layout {
    grid-template-columns: minmax(440px, 0.68fr) minmax(0, 1.32fr);
  }
}

@media (max-width: 980px) {
  .welcome-card {
    grid-template-columns: 1fr;
  }

  .welcome-visual {
    grid-column: 1;
    grid-row: 2;
  }

  .welcome-actions {
    grid-column: 1;
    grid-row: 3;
    justify-content: center;
    margin-top: 0;
  }

  .welcome-visual {
    min-height: 220px;
  }

  .welcome-orbit {
    width: min(230px, 56vw);
  }

  .welcome-review {
    min-height: auto;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu-button {
    display: inline-grid;
  }

  .hero {
    min-height: auto;
  }

  .hero-shapes-back,
  .hero-shapes-mid {
    display: none;
  }

  .hero-content {
    padding-top: 112px;
  }

  .hero-facts,
  .hero-grid,
  .snapshot-panel,
  .brand-layout,
  .brand-principles,
  .momentum-flow,
  .ability-grid,
  .proof-path-grid,
  .application-pack,
  .review-route,
  .decision-readout-strip,
  .experience-skills-layout,
  .global-readiness-strip,
  .metric-grid,
  .case-grid,
  .decision-case-grid,
  .bi-product-grid,
  .bi-summary-strip,
  .bi-priority-panel,
  .blog-layout,
  .blog-card,
  .blog-page-titlebar,
  .blog-plan-grid,
  .detail-hero-grid,
  .memo-layout,
  .split-detail,
  .bridge-visual,
  .model-map,
  .qa-grid,
  .process-layout,
  .process-flow,
  .python-lab-layout,
  .lab-proof-grid,
  .python-capability-grid,
  .python-review-strip,
  .python-case-showcase,
  .privacy-grid,
  .python-story-layout,
  .workflow-and-command,
  .automation-systems,
  .code-link-grid,
  .artifact-grid,
  .skills-grid,
  .two-column,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

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

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

  .hero-command-card {
    min-height: auto;
  }

  .metric-card {
    min-height: 190px;
  }

  .process-pill {
    margin-top: 16px;
  }

  .blog-card-action {
    justify-content: flex-start;
  }

  .page-shell {
    padding-top: 96px;
  }

  .bridge-step,
  .model-map > div,
  .qa-grid article {
    min-height: auto;
  }

  .ability-card.accent-card {
    grid-column: auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ability-card.accent-card svg {
    margin-bottom: 18px;
  }

  .ability-card.accent-card p {
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  .welcome-gate {
    place-items: center;
    padding: 12px;
  }

  .welcome-gate::after {
    top: 50%;
    width: min(340px, 86vw);
  }

  .welcome-card {
    grid-template-columns: minmax(0, 1fr) minmax(112px, 0.46fr);
    gap: 12px;
    align-items: center;
    width: min(calc(100vw - 24px), 390px);
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    padding: 20px 16px 18px 20px;
    backdrop-filter: blur(12px);
    transition-duration: 320ms;
  }

  .welcome-kicker {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

  .welcome-meta {
    gap: 6px;
    margin-bottom: 14px;
  }

  .welcome-meta span {
    min-height: 28px;
    padding: 5px 7px;
    font-size: 0.62rem;
  }

  .welcome-card h2 {
    font-size: clamp(1.7rem, 7vw, 2.08rem);
    line-height: 1.06;
  }

  .welcome-card p {
    margin-top: 10px;
    font-size: clamp(0.82rem, 3.35vw, 0.93rem);
    line-height: 1.46;
  }

  .welcome-role {
    margin-top: 10px;
    font-size: 0.9rem;
  }

  .welcome-role span {
    padding: 0.08em 0.24em 0.14em;
  }

  .welcome-skill-strip {
    gap: 6px;
    margin-top: 12px;
  }

  .welcome-skill-strip span {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 0.72rem;
  }

  .welcome-review {
    display: none;
  }

  .welcome-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
    margin-top: 0;
  }

  .welcome-actions .button {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 50px;
    padding: 12px 10px;
    gap: 7px;
    font-size: clamp(0.86rem, 3.6vw, 1rem);
    white-space: nowrap;
  }

  .welcome-actions .button svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
  }

  .welcome-visual {
    grid-column: 2;
    grid-row: 1;
    min-height: 238px;
    gap: 0;
  }

  .welcome-orbit {
    width: min(132px, 34vw);
  }

  .welcome-mark {
    width: min(54px, 13.8vw);
    height: min(54px, 13.8vw);
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.24),
      0 0 0 1px rgba(248, 251, 255, 0.1),
      0 0 26px rgba(93, 215, 199, 0.16);
  }

  .welcome-mark::before {
    inset: 5px;
  }

  .welcome-mark-initials {
    font-size: min(1.52rem, 6.2vw);
    transform: translateY(-2px);
  }

  .welcome-mark-curve {
    left: 16%;
    right: 16%;
    bottom: 18%;
    width: 68%;
  }

  .mark-curve-track {
    stroke-width: 6.2;
  }

  .mark-curve-line {
    stroke-width: 3.7;
  }

  .mark-curve-dot {
    r: 4.2px;
  }

  .welcome-signal {
    width: min(112px, 29vw);
    height: 42px;
    margin-top: -7px;
    padding: 3px 5px;
    opacity: 0.76;
    border-color: rgba(141, 225, 214, 0.12);
    border-radius: 10px;
    background:
      radial-gradient(circle at 82% 18%, rgba(244, 189, 102, 0.08), transparent 30%),
      radial-gradient(circle at 18% 76%, rgba(106, 184, 255, 0.1), transparent 42%),
      linear-gradient(180deg, rgba(248, 251, 255, 0.06), rgba(248, 251, 255, 0.018)),
      rgba(7, 17, 31, 0.42);
    backdrop-filter: blur(5px);
  }

  .forecast-grid {
    stroke-width: 0.8;
  }

  .forecast-band {
    display: none;
    opacity: 0;
  }

  .forecast-guide-shadows line {
    stroke-width: 4.9;
    opacity: 0.92;
  }

  .forecast-guides line {
    stroke-width: 1;
    opacity: 0.7;
  }

  .forecast-muted {
    stroke-width: 0;
  }

  .forecast-line {
    stroke-width: 2.45;
    filter: none;
  }

  .forecast-dot {
    transform: scale(0.9);
    stroke-width: 1.2;
  }

  .dot-one,
  .dot-three {
    fill: rgba(143, 189, 255, 0.96);
  }

  .dot-two {
    fill: rgba(103, 228, 214, 0.94);
  }

  .dot-four {
    fill: rgba(255, 199, 111, 0.96);
  }

  .forecast-runner {
    display: inline;
    stroke-width: 1.1;
    filter:
      drop-shadow(0 0 4px rgba(244, 189, 102, 0.42))
      drop-shadow(0 0 7px rgba(141, 225, 214, 0.12));
  }

  .welcome-gate.is-open .welcome-visual {
    animation-duration: 760ms;
    animation-delay: 680ms;
  }

  .welcome-gate.is-open .welcome-signal {
    animation: welcomeSignalLiftSoft 680ms cubic-bezier(0.16, 1, 0.3, 1) 1040ms both;
  }

  .welcome-gate.is-open .forecast-area {
    animation: welcomeForecastAreaSoft 640ms cubic-bezier(0.16, 1, 0.3, 1) 1160ms both;
  }

  .welcome-gate.is-open .forecast-line {
    animation:
      welcomeForecastDraw 900ms cubic-bezier(0.16, 1, 0.3, 1) 1200ms both,
      welcomeForecastBreatheSoft 7.2s ease-in-out 2.45s infinite;
  }

  .welcome-gate.is-open .forecast-dot {
    animation:
      welcomeForecastDotIn 340ms cubic-bezier(0.16, 1, 0.3, 1) both,
      welcomeForecastDotPulse 6.2s ease-in-out 1.25s infinite;
  }

  .welcome-gate.is-open .forecast-dot.dot-one {
    animation-delay: 1420ms, 2.45s;
  }

  .welcome-gate.is-open .forecast-dot.dot-two {
    animation-delay: 1500ms, 2.6s;
  }

  .welcome-gate.is-open .forecast-dot.dot-three {
    animation-delay: 1580ms, 2.75s;
  }

  .welcome-gate.is-open .forecast-dot.dot-four {
    animation-delay: 1660ms, 2.9s;
  }

  .site-header {
    min-height: 66px;
    padding: 10px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .mobile-nav {
    top: 66px;
  }

  main > section {
    scroll-margin-top: 72px;
  }

  .hero-content {
    width: min(calc(100% - 32px), 358px);
    margin-left: 16px;
    margin-right: auto;
    padding-bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: 1.06;
  }

  .tdat-signal {
    width: 100%;
    justify-content: center;
    gap: 8px;
    font-size: 0.74rem;
    text-align: center;
  }

  .tdat-signal i {
    flex: 1 1 42px;
    max-width: 64px;
  }

  .eyebrow {
    max-width: 340px;
    font-size: 0.7rem;
    line-height: 1.45;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-command-card {
    display: none;
  }

  .hero-shapes-back,
  .hero-shapes-mid,
  .hero-scroll-indicator {
    display: none;
  }

  .hero-facts {
    display: none;
  }

  .snapshot-panel {
    padding: 22px 0;
  }

  .snapshot-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .section-inner {
    width: min(calc(100% - 32px), 358px);
    margin-left: 16px;
    margin-right: auto;
  }

  .page-shell {
    width: min(calc(100% - 32px), 358px);
    margin-left: 16px;
    margin-right: auto;
    padding-bottom: 46px;
  }

  .cv-shell {
    width: calc(100% - 32px);
  }

  .cv-viewer {
    height: 72vh;
    min-height: 520px;
  }

  .section-heading {
    display: block;
  }

  .section-heading::after {
    display: none;
  }

  .blog-language-toggle {
    width: 100%;
    margin-top: 16px;
  }

  .blog-language-toggle button {
    flex: 1 1 0;
  }

  .blog-card {
    padding: 22px;
  }

  .process-pill {
    width: 100%;
    white-space: normal;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .momentum-track,
  .skill-stack {
    grid-template-columns: 1fr;
  }

  .command-metrics {
    grid-template-columns: 1fr;
  }

  .bi-summary-strip,
  .bi-priority-grid {
    grid-template-columns: 1fr;
  }

  .bi-priority-card,
  .bi-summary-strip div {
    min-height: auto;
  }

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

  .case-card,
  .ability-card,
  .brand-principles article,
  .proof-path-card,
  .automation-card,
  .python-lab-main,
  .python-case-card,
  .python-capability-grid article,
  .privacy-grid article,
  .lab-proof-item,
  .bi-product-body,
  .metric-card,
  .skill-group,
  .global-readiness-strip div {
    padding: 20px;
  }

  .python-lab-main {
    min-height: auto;
  }

  .python-code-card pre,
  .python-command-card pre {
    padding: 18px;
    font-size: 0.82rem;
    line-height: 1.65;
  }

  .python-code-card p,
  .python-command-card p {
    padding: 0 18px 18px;
  }

  .python-lab-actions,
  .case-link-row {
    flex-direction: column;
  }

  .site-footer {
    flex-direction: column;
    padding: 24px 16px;
  }

  .sulcata-vault-cta {
    position: relative;
    left: auto;
    bottom: auto;
    align-self: flex-start;
    transform: none;
  }

  .sulcata-vault-cta:hover,
  .sulcata-vault-cta:focus-visible {
    transform: translateY(-1px);
  }

  .sulcata-vault-cta__hint {
    right: auto;
    left: 0;
    transform-origin: left bottom;
  }

  .sulcata-vault-cta__hint::after {
    right: auto;
    left: 27px;
  }
}

@media (max-width: 340px) {
  .welcome-actions .button {
    padding-right: 5px;
    padding-left: 5px;
    gap: 2px;
    font-size: 0.68rem;
  }

  .welcome-actions .button svg {
    width: 13px;
    height: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-gate.is-open::before,
  .welcome-gate.is-open::after,
  .welcome-gate.is-open .welcome-card::before,
  .welcome-gate.is-open .welcome-card::after,
  .welcome-gate.is-open .welcome-mark::after,
  .welcome-gate.is-open .orbit-dot,
  .welcome-gate.is-open .orbit-dot::before,
  .welcome-gate.is-open .welcome-intro,
  .welcome-gate.is-open .welcome-visual,
  .welcome-gate.is-open .welcome-signal,
  .welcome-gate.is-open .forecast-area,
  .welcome-gate.is-open .forecast-line,
  .welcome-gate.is-open .forecast-dot,
  .welcome-gate.is-open .forecast-runner,
  .hero-command-card::before,
  .hero-command-card::after,
  .command-readout::before,
  .command-sparkline span::after,
  .welcome-actions .button.primary::before,
  .welcome-actions .button.primary::after,
  .welcome-actions .button.primary svg {
    animation: none;
  }

  .welcome-intro,
  .welcome-visual,
  .welcome-signal {
    opacity: 1;
    transform: none;
  }

  .welcome-signal {
    transform: none;
  }

  .welcome-actions .button.primary::before {
    opacity: 0.36;
    transform: none;
  }

  .welcome-actions .button.primary::after {
    background-position: 50% 50%;
    opacity: 0.78;
    transform: none;
  }

  .welcome-actions .button.primary svg {
    transform: none;
  }

  .welcome-actions .button.primary:hover,
  .welcome-actions .button.primary:active,
  .welcome-actions .button.primary:hover svg {
    transform: none;
  }

  .forecast-runner {
    display: none;
  }

  .sulcata-shadow,
  .sulcata-figure,
  .sulcata-head,
  .sulcata-leg,
  .sulcata-trail {
    animation: none !important;
    transform: none !important;
  }

  .sulcata-trail {
    display: none;
  }
}
