:root {
  --bg: #050814;
  --bg-soft: #0d1630;
  --panel: rgba(7, 12, 27, 0.8);
  --panel-strong: rgba(10, 18, 38, 0.94);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f8ff;
  --muted: #93a3c2;
  --gold: #fc7a1f;
  --teal: #1fe8f5;
  --rose: #8d4dff;
  --blue: #3d7bff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background:
    radial-gradient(circle at 12% 0%, rgba(31, 232, 245, 0.16), transparent 24%),
    radial-gradient(circle at 82% 10%, rgba(61, 123, 255, 0.16), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(252, 122, 31, 0.12), transparent 28%),
    linear-gradient(180deg, #071022 0%, #040814 40%, #02050d 100%);
  background-color: #040814;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(31, 232, 245, 0.16), transparent 24%),
    radial-gradient(circle at 82% 10%, rgba(61, 123, 255, 0.16), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(252, 122, 31, 0.12), transparent 28%),
    linear-gradient(180deg, #071022 0%, #040814 40%, #02050d 100%);
  font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    linear-gradient(115deg, transparent 0 20%, rgba(31, 232, 245, 0.06) 20% 20.3%, transparent 20.3% 42%, rgba(61, 123, 255, 0.05) 42% 42.3%, transparent 42.3% 100%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 96px);
  z-index: -1;
}

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

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

.shell {
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 9, 16, 0.72);
  backdrop-filter: blur(18px);
}

.site-header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header-inner {
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold), #ff8e53);
  color: #0d1320;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
}

.brand-text,
.nav a,
.button,
.slide-cta,
.filter-button {
  font-weight: 800;
}

.nav {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-end;
  column-gap: 18px;
  justify-content: end;
  position: relative;
  padding-bottom: 8px;
}

/* 20260622b: keep shared site styles on a fresh publish version. */

.nav-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 16px;
}

.nav-subslot {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 28px;
}

.nav a {
  position: relative;
  padding: 8px 2px 4px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1;
  transform-origin: center bottom;
  transition: color 180ms ease, transform 220ms ease;
}

.nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.nav a.active {
  color: var(--text);
}

.nav a.active {
  transform: scale(1.08);
}

.nav a.nav-parent {
  color: rgba(255, 255, 255, 0.88);
}

.nav a.nav-subpage {
  padding-inline: 2px;
  color: var(--text);
  animation: navSubpageIn 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav a.nav-subpage:hover {
  color: var(--text);
}

.nav a.nav-subpage.active {
  transform: scale(1.08);
}

.nav-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff9a3d, var(--gold));
  box-shadow: 0 6px 18px rgba(252, 122, 31, 0.34);
  opacity: 0;
}

.nav-indicator.is-visible {
  opacity: 1;
}

.nav-indicator.is-ready {
  transition:
    left 240ms cubic-bezier(0.22, 1, 0.36, 1),
    width 240ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 140ms ease;
}

@keyframes navSubpageIn {
  0% {
    opacity: 0;
    transform: translateX(10px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.page {
  padding: 32px 0 80px;
}

.home-page {
  padding-top: 8px;
}

.streaming-hero,
.section-intro,
.filter-panel,
.running-layout,
.callout-panel,
.placeholder-grid,
.quick-grid {
  margin-top: 24px;
}

.home-page .streaming-hero {
  margin-top: 0;
}

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

.eyebrow,
.slide-tag,
.project-kicker,
.quick-label {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Archivo", sans-serif;
  line-height: 1;
}

h1 {
  font-size: clamp(3rem, 8vw, 6.4rem);
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.lede,
.slide-content p,
.project-copy p,
.stat-panel p,
.placeholder-card p,
.callout-panel p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.slider-shell {
  position: relative;
  margin-top: 0;
}

.slider-window {
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    linear-gradient(135deg, rgba(31, 232, 245, 0.08), rgba(61, 123, 255, 0.04) 48%, rgba(252, 122, 31, 0.06));
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
}

.slider-track {
  display: flex;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-width: 100%;
  min-height: clamp(520px, 54vw, 700px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #0b1430;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.feature-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 20, 0.04), rgba(3, 8, 20, 0.88)),
    linear-gradient(110deg, rgba(3, 8, 20, 0.72) 20%, rgba(3, 8, 20, 0.14) 64%);
  z-index: -2;
}

.slide-overlay {
  position: absolute;
  inset: auto 0 0 auto;
  width: 48%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}

.slide-content {
  position: relative;
  z-index: 1;
  max-width: min(460px, 76%);
  margin-left: 52px;
  margin-right: 88px;
  margin-bottom: 18px;
  padding: 24px 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(6, 12, 26, 0.28), rgba(6, 12, 26, 0.12));
  backdrop-filter: blur(4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.slide-content h2 {
  margin-bottom: 16px;
}

.slide-tag,
.slide-content h2,
.slide-content p,
.slide-cta {
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.7),
    0 10px 24px rgba(0, 0, 0, 0.42);
}

.slide-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 232, 245, 0.18), rgba(61, 123, 255, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.slide-running {
  background: url("assets/running-slide.jpeg") center bottom/cover no-repeat;
}

.slide-running::before {
  display: none;
}

.slide-running .slide-overlay {
  display: none;
}

.slide-running .slide-tag,
.slide-running .slide-content h2,
.slide-running .slide-content p,
.slide-running .slide-cta {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.slide-running .slide-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.slide-apps {
  background:
    linear-gradient(180deg, rgba(4, 8, 20, 0.08), rgba(4, 8, 20, 0.16)),
    url("assets/apps-slide-bg.png") center center/cover no-repeat;
}

.slide-apps .slide-overlay {
  right: 3%;
  width: min(640px, 50%);
  border-radius: 0;
  border: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
  display: block;
}

.slide-apps .slide-overlay::before {
  content: "";
  position: absolute;
  inset: 4% 26% 2% 0;
  background: url("assets/apps-slide-watch-cutout.png") center center/contain no-repeat;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.28));
}

.slide-apps .slide-overlay::after {
  content: "";
  position: absolute;
  inset: 18% 1% 14% 60%;
  background: url("assets/apps-slide-stridex-cutout.png") center center/contain no-repeat;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
}

.slide-apps .slide-content p {
  color: rgba(255, 255, 255, 0.88);
}

.slide-apps .slide-tag,
.slide-apps .slide-content h2,
.slide-apps .slide-content p {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.slide-tools {
  --tools-focus-x: 74.9%;
  background:
    linear-gradient(180deg, rgba(3, 8, 20, 0.18), rgba(3, 8, 20, 0.48)),
    url("assets/tools-slide-circuit.png") center center/cover no-repeat,
    linear-gradient(135deg, #0b1327 0%, #08101d 65%, #040c18 100%);
}

.slide-tools::after {
  content: "RUNNING PROMPT";
  position: absolute;
  left: var(--tools-focus-x);
  top: 9%;
  transform: translateX(-50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #ff9f43);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
  color: #0b1320;
  font-family: "Archivo", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.slide-tools::before {
  content: "";
  position: absolute;
  inset: auto;
  left: auto;
  bottom: auto;
  left: var(--tools-focus-x);
  top: 17.4%;
  transform: translateX(-50%);
  z-index: 1;
  width: 28px;
  height: 58px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 58' fill='none'%3E%3Cpath d='M14 4V43' stroke='%2397bbff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M6 35L14 45' stroke='%2397bbff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M22 35L14 45' stroke='%2397bbff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")
    center center/contain no-repeat;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.14));
}

.slide-tools .slide-overlay {
  right: 5%;
  width: min(560px, 42%);
  border-radius: 0;
  border: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
  display: block;
}

.slide-tools .slide-overlay::before {
  content: "";
  position: absolute;
  inset: 13% -2% 15% 6%;
  background: url("assets/tools-slide-chatgpt.png") center center/contain no-repeat;
  filter: drop-shadow(0 30px 44px rgba(0, 0, 0, 0.32));
}

.slide-games {
  background:
    url("assets/games-slide-triptych.png") center center/cover no-repeat,
    linear-gradient(135deg, #110f25 0%, #070d1a 48%, #050814 100%);
}

.slide-games::before {
  display: none;
}

.slide-games .slide-overlay {
  display: none;
}

.slide-games .slide-tag,
.slide-games .slide-content h2,
.slide-games .slide-content p,
.slide-games .slide-cta {
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.92),
    0 10px 24px rgba(0, 0, 0, 0.78);
}

.slide-games .slide-tag {
  color: rgba(255, 255, 255, 0.92);
}

.slide-games .slide-content h2 {
  color: #ffffff;
}

.slide-games .slide-content p {
  color: rgba(255, 255, 255, 0.9);
}

.slide-links {
  background:
    radial-gradient(circle at 18% 26%, rgba(252, 122, 31, 0.22), transparent 20%),
    linear-gradient(135deg, #171120 0%, #0b1020 52%, #07111f 100%);
}

.slide-links .slide-overlay {
  right: 3%;
  width: min(440px, 42%);
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 207, 112, 0.95) 0 6px, transparent 7px),
    radial-gradient(circle at 66% 18%, rgba(92, 230, 216, 0.95) 0 5px, transparent 6px),
    radial-gradient(circle at 78% 52%, rgba(255, 111, 145, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 38% 74%, rgba(255, 255, 255, 0.9) 0 4px, transparent 5px),
    linear-gradient(120deg, transparent 0 18%, rgba(255, 255, 255, 0.12) 18% 19%, transparent 19% 42%, rgba(255, 255, 255, 0.12) 42% 43%, transparent 43% 100%);
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  color: var(--text);
  background: rgba(4, 9, 16, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  cursor: pointer;
  transform: translateY(-50%);
}

.slider-arrow span {
  font-size: 2rem;
  line-height: 1;
}

.slider-arrow-left {
  left: 18px;
}

.slider-arrow-right {
  right: 18px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.slider-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
}

.slider-dot.is-active {
  background: var(--gold);
}

.quick-grid,
.running-layout,
.placeholder-grid {
  display: grid;
  gap: 18px;
}

.home-about {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 32px;
}

.home-about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.home-about-copy .lede + .lede {
  margin-top: 16px;
}

.home-about-actions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.home-about-actions .button {
  min-width: 220px;
  min-height: 60px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.home-about-photo {
  min-height: 680px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
  min-height: 100%;
}

.home-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

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

.quick-card,
.stat-panel,
.placeholder-card,
.project-card,
.filter-panel,
.callout-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.quick-card,
.stat-panel,
.placeholder-card {
  padding: 24px;
}

.quick-card h3 {
  margin-top: 8px;
}

.filter-panel {
  padding: 22px;
}

.filter-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 20px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.filter-row::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  width: calc((100% - 12px) / 3);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #ff9f43);
  transition: transform 220ms ease;
}

.filter-row[data-active-filter="tools"]::before {
  transform: translateX(100%);
}

.filter-row[data-active-filter="games"]::before {
  transform: translateX(200%);
}

.filter-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
}

.filter-button,
.button {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.filter-button {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  background: transparent;
  border: 0;
  transition: color 180ms ease;
}

.filter-button.is-active,
.button-primary {
  color: #0b1320;
  background: linear-gradient(135deg, var(--gold), #ff9f43);
}

.filter-button.is-active {
  background: transparent;
}

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

.project-card {
  display: grid;
  grid-template-rows: minmax(260px, 320px) auto;
  overflow: hidden;
  min-height: 100%;
}

.project-card.is-hidden {
  display: none;
}

.project-visual {
  min-height: 280px;
  background: linear-gradient(135deg, #182742, #0d1728);
}

.project-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-watch {
  display: grid;
  place-items: center;
  padding: 24px;
}

.visual-watch img {
  width: min(280px, 86%);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.visual-tool,
.visual-game {
  position: relative;
  overflow: hidden;
}

.tool-lines {
  position: absolute;
  inset: 16% 12%;
  display: grid;
  gap: 18px;
}

.tool-lines span {
  display: block;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(92, 230, 216, 0.9), rgba(92, 230, 216, 0.15));
}

.tool-lines span:nth-child(2) {
  width: 82%;
}

.tool-lines span:nth-child(3) {
  width: 64%;
}

.tool-lines span:nth-child(4) {
  width: 74%;
}

.visual-game-dash {
  background:
    linear-gradient(180deg, rgba(0, 233, 255, 0.18), transparent 42%),
    linear-gradient(135deg, #0d1730, #08111f);
}

.visual-game-dash::before,
.visual-game-dungeon::before,
.visual-game-asteroid::before {
  content: "";
  position: absolute;
}

.visual-game-dash::before {
  inset: 18% 10%;
  height: 10px;
  background: linear-gradient(90deg, #00e9ff, #ffcf70 50%, #ff6f91);
  box-shadow:
    0 62px 0 #ff6f91,
    0 124px 0 #00e9ff;
}

.visual-game-dungeon {
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 207, 112, 0.14), transparent 18%),
    linear-gradient(135deg, #22180f, #0f1822);
}

.visual-game-dungeon::before {
  inset: 14% 12%;
  border-radius: 22px;
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(255, 255, 255, 0.08) 9% 10%, transparent 10% 44%, rgba(255, 255, 255, 0.08) 44% 45%, transparent 45% 100%),
    linear-gradient(180deg, transparent 0 18%, rgba(255, 255, 255, 0.08) 18% 19%, transparent 19% 58%, rgba(255, 255, 255, 0.08) 58% 59%, transparent 59% 100%);
}

.visual-game-asteroid {
  background:
    radial-gradient(circle at 28% 26%, rgba(92, 230, 216, 0.16), transparent 16%),
    linear-gradient(135deg, #090f1f, #160f24);
}

.visual-game-asteroid::before {
  width: 56px;
  height: 56px;
  top: 24%;
  left: 18%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    120px 44px 0 8px rgba(255, 207, 112, 0.95),
    232px 118px 0 0 rgba(92, 230, 216, 0.92),
    84px 184px 0 10px rgba(255, 111, 145, 0.9);
}

.project-card-link {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  cursor: pointer;
}

.project-card-link:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.18);
}

.project-card-link .project-copy {
  padding-bottom: 32px;
}

.visual-game-watchdash {
  background:
    radial-gradient(circle at 22% 20%, rgba(31, 232, 245, 0.16), transparent 18%),
    radial-gradient(circle at 78% 24%, rgba(61, 123, 255, 0.18), transparent 20%),
    linear-gradient(135deg, #0b1730, #07101d);
}

.visual-game-watchdash::before,
.visual-game-watchdash::after {
  content: "";
  position: absolute;
}

.visual-game-watchdash::before {
  inset: 18% 10%;
  border-radius: 26px;
  border: 1px solid rgba(122, 226, 255, 0.18);
  background:
    linear-gradient(180deg, transparent 0 18%, rgba(102, 232, 255, 0.94) 18% 19.5%, transparent 19.5% 80.5%, rgba(102, 232, 255, 0.94) 80.5% 82%, transparent 82%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px),
    linear-gradient(180deg, #111b2a 0%, #13233a 100%);
  background-size: auto, 32px 32px, 32px 32px, auto;
}

.visual-game-watchdash::after {
  left: 18%;
  top: 53%;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #eef8ff;
  box-shadow:
    118px 30px 0 -8px #ff6f91,
    140px 30px 0 -8px #ff6f91,
    162px 30px 0 -8px #ff6f91,
    232px -34px 0 0 #6deaff;
}

.project-copy {
  padding: 28px;
}

.project-copy h2 {
  margin: 6px 0 14px;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.projects-intro-simple {
  max-width: 760px;
}

.projects-intro-simple h1 {
  font-size: clamp(3rem, 7vw, 4.8rem);
}

.project-shelf {
  padding: 24px;
}

.projects-shelf-top {
  margin-bottom: 20px;
}

.projects-shelf .filter-row {
  margin-bottom: 0;
}

.project-card-app {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    linear-gradient(135deg, rgba(17, 29, 59, 0.94), rgba(8, 14, 29, 0.98));
}

.project-visual-device,
.project-visual-screen {
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 22% 26%, rgba(68, 124, 255, 0.26), transparent 26%),
    radial-gradient(circle at 82% 78%, rgba(255, 123, 62, 0.16), transparent 24%),
    linear-gradient(135deg, #091123, #08111f 58%, #0d1731);
}

.project-visual-device img,
.project-visual-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.project-visual-device img {
  max-width: 300px;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.42));
}

.project-device-pair {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding-inline: 8px;
}

.project-device-pair img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.project-device-watch {
  max-width: 180px;
  max-height: 250px;
}

.project-device-phone {
  max-width: 190px;
  max-height: 290px;
}

.project-watch-trio-image {
  width: 100%;
  max-width: 780px;
  max-height: 392px;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.38));
}

.project-visual-screen {
  background:
    linear-gradient(180deg, rgba(3, 8, 20, 0.12), rgba(3, 8, 20, 0.26)),
    url("assets/tools-slide-circuit.png") center/cover no-repeat,
    linear-gradient(135deg, #0a1223, #07111f);
}

.project-visual-screen img {
  max-width: 84%;
  max-height: 84%;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.38));
}

.running-page {
  gap: 24px;
}

.running-hero,
.running-showcase-stack {
  margin-top: 24px;
}

.running-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.running-hero-copy,
.running-hero-photo,
.running-showcase {
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.running-hero-copy {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.meta-chips,
.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.meta-chips {
  margin-top: 18px;
}

.card-label-top {
  margin-top: 18px;
  margin-bottom: 10px;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
}

.running-hero-photo {
  min-height: 560px;
}

.running-hero-photo img,
.showcase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.running-hero-photo img {
  object-position: 56% 32%;
}

.running-showcase-why .showcase-photo img {
  object-position: 64% center;
}

.running-showcase-stack {
  display: grid;
  gap: 18px;
}

.running-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  overflow: hidden;
}

.running-showcase-why {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.showcase-copy {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase-copy h2 {
  margin: 8px 0 14px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.showcase-photo {
  min-height: 460px;
}

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

.panel-photo {
  width: 100%;
  margin: 18px 0 0;
  height: 220px;
  border-radius: 22px;
  background: rgba(5, 10, 22, 0.9);
  object-fit: contain;
  object-position: center center;
}

.panel-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
}

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

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

.running-support-stack {
  display: grid;
  gap: 18px;
  align-content: start;
  grid-template-rows: auto 1fr;
}

.info-panel,
.quote-panel-wide {
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.info-panel {
  padding: 24px;
}

.info-panel-compact {
  align-self: start;
}

.info-panel-tall {
  min-height: 100%;
}

.data-list,
.goal-stack {
  display: grid;
  gap: 14px;
}

.data-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.data-row span,
.goal-item span,
.panel-copy {
  color: var(--muted);
  line-height: 1.7;
}

.data-row strong {
  font-family: "Archivo", sans-serif;
  font-size: 1.15rem;
}

.goal-item {
  display: grid;
  gap: 6px;
}

.goal-item strong {
  font-size: 1rem;
}

.panel-copy {
  margin: 0;
}

.info-panel .panel-copy + .panel-copy {
  margin-top: 14px;
}

.quote-panel-wide {
  margin-top: 24px;
  padding: 28px;
}

.quote-panel-wide blockquote {
  margin: 8px 0 0;
  max-width: 860px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.15;
}

.callout-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
}

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

.placeholder-card h2,
.stat-panel h2 {
  line-height: 1.08;
}

.footer {
  padding-bottom: 26px;
}

.footer-inner {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

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

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

@media (max-width: 960px) {
  .slide-tools::before,
  .slide-tools::after,
  .slide-tools .slide-overlay::after {
    display: none;
  }

  .quick-grid,
  .home-about,
  .running-hero,
  .running-layout,
  .running-data-grid,
  .running-support-grid,
  .running-support-stack,
  .running-showcase,
  .placeholder-grid {
    grid-template-columns: 1fr;
  }

  .callout-panel,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header-inner {
    min-height: auto;
    padding: 16px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .nav-main {
    justify-content: center;
    gap: 14px;
  }

  .nav-subslot {
    justify-content: center;
  }

  .feature-slide {
    min-height: 560px;
  }

  .slide-content {
    max-width: min(440px, calc(100% - 104px));
    margin-left: 44px;
    margin-right: 72px;
    padding: 22px 24px;
  }

  .slide-running .slide-content {
    margin-left: 24px;
  }

  .slide-overlay {
    width: 44%;
  }

  .running-hero-photo {
    min-height: 420px;
  }

  .home-about-photo {
    min-height: 0;
  }

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

  .project-card {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(260px, 360px) auto;
  }

  .project-visual-device,
  .project-visual-screen {
    padding: 20px;
  }

  .project-watch-trio-image {
    max-width: min(100%, 720px);
    max-height: 340px;
  }
}

@media (max-height: 860px) and (min-width: 721px) {
  .feature-slide {
    min-height: 600px;
  }

  .slide-content {
    margin-bottom: 8px;
  }
}

@media (max-height: 720px) and (min-width: 721px) {
  .feature-slide {
    min-height: 620px;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100vw - 20px, 1220px);
  }

  .page {
    padding-top: 20px;
  }

  .site-header-inner {
    min-height: 72px;
    padding: 14px 0;
    align-items: stretch;
  }

  .brand {
    justify-content: center;
  }

  .nav {
    align-items: stretch;
    padding-bottom: 2px;
    gap: 8px;
  }

  .nav-main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 18px;
    scrollbar-width: none;
  }

  .nav-main::-webkit-scrollbar {
    display: none;
  }

  .nav-subslot {
    justify-content: flex-start;
  }

  .nav a {
    flex: 0 0 auto;
    padding-bottom: 6px;
  }

  .nav a.nav-subpage {
    padding: 8px 2px 6px;
  }

  .slider-arrow {
    width: 44px;
    height: 44px;
  }

  .slider-arrow-left {
    left: 10px;
  }

  .slider-arrow-right {
    right: 10px;
  }

  .feature-slide {
    min-height: 520px;
    align-items: flex-end;
    padding: 20px 16px 18px;
  }

  .slide-overlay {
    inset: 12% 4% auto auto;
    width: 48%;
    height: 42%;
  }

  .slide-content {
    max-width: calc(100% - 56px);
    margin: 0 56px 0 18px;
    padding: 18px 18px 20px;
    border-radius: 22px;
  }

  .slide-content h2 {
    font-size: clamp(1.9rem, 11vw, 2.8rem);
  }

  .slide-running .slide-content {
    margin-left: 18px;
  }

  .slide-apps .slide-overlay {
    right: 1%;
    width: 52%;
  }

  .slide-apps .slide-overlay::before {
    inset: 8% 34% 6% 0;
  }

  .slide-apps .slide-overlay::after {
    inset: 28% 0 18% 58%;
  }

  .slide-tools .slide-overlay {
    width: 50%;
    right: 2%;
  }

  .slide-tools .slide-overlay::before {
    inset: 22% -4% 18% 8%;
  }

  .slide-games {
    background-position: 56% center;
  }

  .showcase-copy {
    padding: 24px 20px;
  }

  .project-card {
    grid-template-rows: minmax(220px, 280px) auto;
  }

  .project-visual {
    min-height: 220px;
  }

  .project-device-pair {
    gap: 10px;
    align-items: center;
  }

  .project-device-watch {
    max-width: 126px;
    max-height: 176px;
  }

  .project-device-phone {
    max-width: 128px;
    max-height: 198px;
  }

  .project-watch-trio-image {
    max-height: 240px;
  }

  .project-visual-screen img {
    max-width: 92%;
    max-height: 92%;
  }

  .showcase-photo {
    min-height: 320px;
  }

  .project-copy,
  .home-about-copy,
  .home-about-photo,
  .quick-card,
  .stat-panel,
  .info-panel,
  .placeholder-card,
  .callout-panel,
  .filter-panel {
    padding: 20px;
  }

  .panel-photo {
    width: 100%;
    margin: 18px 0 0;
  }

  .running-hero-copy h1 {
    font-size: clamp(2.6rem, 15vw, 4.4rem);
  }

  .running-hero-photo {
    min-height: 300px;
  }

  .running-hero-photo img {
    object-position: 56% 24%;
  }

  .showcase-photo {
    min-height: 260px;
  }

  .showcase-photo img,
  .running-showcase-why .showcase-photo img {
    object-position: center 22%;
  }

  .placeholder-card,
  .quick-card,
  .info-panel,
  .stat-panel {
    border-radius: 24px;
  }
}
