:root {
  --void: #070707;
  --void-soft: #0e1013;
  --graphite: #171b22;
  --panel: rgba(21, 25, 32, 0.92);
  --panel-strong: rgba(11, 13, 17, 0.98);
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --ink: #f5f7fb;
  --muted: #b5beca;
  --light-bg: #edf1f7;
  --light-panel: #f7f9fc;
  --light-ink: #101319;
  --light-muted: #576170;
  --orange: #ff8a1c;
  --yellow: #ffe600;
  --green: #9cff00;
  --cyan: #1ecfff;
  --magenta: #ff1fb8;
  --violet: #7a5cff;
  --radius: 26px;
  --shell: 1180px;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.35);
  --soft-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

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

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 138, 28, 0.14), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(30, 207, 255, 0.08), transparent 18%),
    linear-gradient(180deg, #050507 0%, #0a0d12 34%, #0b0f15 100%);
}

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

img,
video,
iframe {
  max-width: 100%;
}

.site-shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin: 0 auto;
}

.site-header,
.site-footer {
  background: rgba(8, 9, 11, 0.68);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.site-header {
  position: relative;
  z-index: 1000;
  overflow: visible;
}

.header-inner,
.footer-inner,
.hero-grid,
.pricing-block,
.trust-items {
  display: grid;
  gap: 1.5rem;
}

.header-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 1rem 0;
}

.brand {
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  gap: 1.1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.primary-nav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.header-cta,
.mobile-nav {
  display: none;
}

.header-cta {
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8d1f, #ff5f1f);
  color: #fff8f3;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  box-shadow: 0 0 18px rgba(255, 138, 28, 0.2);
}

.mobile-nav {
  position: relative;
  z-index: 1001;
}

.mobile-nav summary {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: #ddd5c8;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav nav {
  position: absolute;
  z-index: 1002;
  top: calc(100% + 0.7rem);
  right: 0;
  min-width: min(17rem, calc(100vw - 2rem));
  display: grid;
  gap: 0.25rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(8, 8, 9, 0.96);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.45);
}

.mobile-nav nav a {
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  color: #d7d0c5;
  font-weight: 650;
}

.mobile-nav nav a:hover,
.mobile-nav nav a:focus {
  background: rgba(255, 255, 255, 0.06);
}

.hero,
.section {
  padding: 4.5rem 0;
}

.hero-grid {
  grid-template-columns: 1.35fr 0.9fr;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy,
.hero-panel {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  color: var(--orange);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

h1,
h2,
h3 {
  line-height: 1.04;
  margin: 0 0 1rem;
  font-weight: 700;
}

h1 {
  font-size: clamp(2.7rem, 5.2vw, 5.4rem);
  max-width: 12ch;
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -0.03em;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.015em;
}

p,
li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.lead {
  max-width: 64ch;
  font-size: 1.16rem;
}

.lead-mobile {
  display: none;
}

.cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.75rem 0 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 52px;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 700;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.button-primary {
  background: linear-gradient(135deg, var(--orange), #ff6b00);
  color: #fff8f3;
  border-color: transparent;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 24px rgba(255, 138, 28, 0.35),
    0 14px 38px rgba(255, 107, 0, 0.24);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
}

.support-line {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
}

.section--void {
  position: relative;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 138, 28, 0.12), transparent 24%),
    radial-gradient(circle at 78% 20%, rgba(30, 207, 255, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.96), rgba(14, 16, 19, 0.96));
}

.section--panel {
  background: linear-gradient(180deg, rgba(10, 13, 17, 0.8), rgba(14, 18, 24, 0.8));
}

.section--light {
  background:
    radial-gradient(circle at top left, rgba(255, 31, 184, 0.08), transparent 18%),
    linear-gradient(180deg, var(--light-bg), var(--light-panel));
}

.section--light h2,
.section--light h3,
.section--light .brand {
  color: var(--light-ink);
}

.section--light .signal-tag {
  background: rgba(16, 19, 25, 0.035);
  box-shadow: none;
}

.section--light .signal-tag-orange {
  color: var(--orange);
  border-color: rgba(255, 138, 28, 0.34);
}

.section--light .signal-tag-cyan {
  color: #126c8a;
  border-color: rgba(18, 108, 138, 0.42);
  background: linear-gradient(180deg, rgba(18, 108, 138, 0.105), rgba(18, 108, 138, 0.035));
}

.section--light .signal-tag-magenta {
  color: var(--magenta);
  border-color: rgba(255, 31, 184, 0.3);
}

.section--light p,
.section--light li {
  color: var(--light-muted);
}

.section--light .button-secondary {
  color: var(--light-ink);
  border-color: rgba(16, 19, 25, 0.16);
  background: rgba(16, 19, 25, 0.04);
  box-shadow: none;
}

.section--light .button-secondary:hover,
.section--light .button-secondary:focus {
  border-color: rgba(255, 138, 28, 0.45);
  background: rgba(255, 138, 28, 0.08);
}

.section--signal {
  background:
    linear-gradient(135deg, rgba(255, 138, 28, 0.14), rgba(122, 92, 255, 0.12)),
    linear-gradient(180deg, rgba(10, 12, 16, 0.96), rgba(16, 20, 26, 0.96));
}

.section--atmosphere {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section--atmosphere::before {
  content: "";
  position: absolute;
  inset: -4rem 0;
  z-index: 0;
  background-image: var(--section-atmosphere);
  background-position: var(--section-atmosphere-position, center);
  background-size: cover;
  opacity: var(--section-atmosphere-opacity, 0.56);
  filter: saturate(1.18) contrast(1.12) brightness(1.08);
  transform: scale(1.04);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 7rem, #000 calc(100% - 7rem), transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 7rem, #000 calc(100% - 7rem), transparent 100%);
}

.section--atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, #050505 0, rgba(5, 5, 5, 0.9) 2rem, rgba(5, 5, 5, 0) 8rem, rgba(5, 5, 5, 0) calc(100% - 8rem), rgba(5, 5, 5, 0.9) calc(100% - 2rem), #050505 100%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.92), rgba(7, 8, 11, 0.14) 18%, rgba(7, 8, 11, 0.12) 76%, rgba(7, 8, 11, 0.86)),
    radial-gradient(circle at 22% 18%, rgba(255, 138, 28, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.46), rgba(9, 11, 15, 0.72));
}

.section--atmosphere > * {
  position: relative;
  z-index: 1;
}

.atmosphere-use-cases {
  --section-atmosphere: url("../img/atmospheres/radial-amber-cyan-field.webp");
  --section-atmosphere-position: 50% 44%;
  --section-atmosphere-opacity: 0.6;
}

.atmosphere-testimonials {
  --section-atmosphere: url("../img/atmospheres/radial-stage-depth.webp");
  --section-atmosphere-position: 50% 34%;
  --section-atmosphere-opacity: 0.62;
}

.atmosphere-shaping {
  --section-atmosphere: url("../img/atmospheres/radial-stage-depth.webp");
  --section-atmosphere-position: 50% 38%;
  --section-atmosphere-opacity: 0.58;
}

.atmosphere-pricing {
  --section-atmosphere: url("../img/atmospheres/radial-cyan-close.webp");
  --section-atmosphere-position: 50% 48%;
  --section-atmosphere-opacity: 0.5;
}

.atmosphere-technical {
  --section-atmosphere: url("../img/atmospheres/radial-cyan-close.webp");
  --section-atmosphere-position: 50% 48%;
  --section-atmosphere-opacity: 0.5;
}

.atmosphere-live-looping-features {
  --section-atmosphere: url("../img/atmospheres/live-looping-features.jpg");
  --section-atmosphere-position: 50% 50%;
  --section-atmosphere-opacity: 0.72;
}

.atmosphere-cta {
  --section-atmosphere: url("../img/atmospheres/radial-amber-close.webp");
  --section-atmosphere-position: 50% 62%;
  --section-atmosphere-opacity: 0.52;
}

.atmosphere-404 {
  --section-atmosphere: url("../img/atmospheres/radial-amber-cyan-field.webp");
  --section-atmosphere-position: 50% 42%;
  --section-atmosphere-opacity: 0.58;
}

.page-404-hero {
  min-height: min(760px, calc(100vh - 5rem));
  display: flex;
  align-items: center;
  padding: 5.5rem 0;
}

.page-404-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.page-404-copy h1 {
  max-width: 9ch;
}

.page-404-copy .lead {
  max-width: 38rem;
  color: #d8dce4;
}

.page-404-signal {
  display: grid;
  place-items: center;
  min-height: 24rem;
}

.missing-loop {
  position: relative;
  width: min(26rem, 72vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 138, 28, 0.12), transparent 42%),
    radial-gradient(circle at 58% 38%, rgba(30, 207, 255, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.018);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 72px rgba(255, 138, 28, 0.16),
    0 0 92px rgba(30, 207, 255, 0.08);
}

.missing-loop::before,
.missing-loop::after,
.missing-loop span {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.missing-loop::before {
  inset: 9%;
  border: 2px solid rgba(255, 138, 28, 0.72);
  border-left-color: rgba(255, 138, 28, 0.08);
  border-bottom-color: rgba(255, 138, 28, 0.18);
  box-shadow: 0 0 34px rgba(255, 138, 28, 0.22);
}

.missing-loop::after {
  inset: 21%;
  border: 1px solid rgba(30, 207, 255, 0.46);
  border-top-color: rgba(30, 207, 255, 0.08);
  box-shadow: 0 0 28px rgba(30, 207, 255, 0.16);
}

.missing-loop span:nth-child(1) {
  inset: 2%;
  border: 1px dashed rgba(255, 255, 255, 0.18);
}

.missing-loop span:nth-child(2) {
  width: 0.9rem;
  height: 0.9rem;
  top: 14%;
  right: 27%;
  background: var(--orange);
  box-shadow: 0 0 28px rgba(255, 138, 28, 0.8);
}

.missing-loop span:nth-child(3) {
  width: 0.68rem;
  height: 0.68rem;
  bottom: 21%;
  left: 24%;
  background: var(--cyan);
  box-shadow: 0 0 26px rgba(30, 207, 255, 0.72);
}

.missing-loop strong {
  position: relative;
  z-index: 1;
  color: rgba(245, 247, 251, 0.92);
  font-size: clamp(3.8rem, 9vw, 7.6rem);
  line-height: 1;
  letter-spacing: 0.04em;
  text-shadow:
    0 0 24px rgba(255, 138, 28, 0.18),
    0 0 38px rgba(30, 207, 255, 0.12);
}

.page-404-paths {
  padding-top: 4rem;
}

.atmosphere-testimonials::after {
  background:
    linear-gradient(180deg, #050505 0, rgba(5, 5, 5, 0.9) 2rem, rgba(5, 5, 5, 0) 8rem, rgba(5, 5, 5, 0) calc(100% - 8rem), rgba(5, 5, 5, 0.9) calc(100% - 2rem), #050505 100%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.9), rgba(7, 8, 11, 0.12) 20%, rgba(7, 8, 11, 0.18) 76%, rgba(7, 8, 11, 0.84)),
    radial-gradient(circle at 78% 18%, rgba(30, 207, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.48), rgba(9, 11, 15, 0.74));
}

.atmosphere-shaping::after {
  background:
    linear-gradient(180deg, #050505 0, rgba(5, 5, 5, 0.92) 2rem, rgba(5, 5, 5, 0) 8rem, rgba(5, 5, 5, 0) calc(100% - 8rem), rgba(5, 5, 5, 0.92) calc(100% - 2rem), #050505 100%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.88), rgba(7, 8, 11, 0.2) 18%, rgba(7, 8, 11, 0.18) 74%, rgba(7, 8, 11, 0.88)),
    radial-gradient(circle at 18% 22%, rgba(30, 207, 255, 0.16), transparent 24%),
    radial-gradient(circle at 76% 72%, rgba(66, 255, 161, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.5), rgba(9, 11, 15, 0.76));
}

.atmosphere-pricing::after,
.atmosphere-technical::after {
  background:
    linear-gradient(180deg, #050505 0, rgba(5, 5, 5, 0.9) 2rem, rgba(5, 5, 5, 0) 8rem, rgba(5, 5, 5, 0) calc(100% - 8rem), rgba(5, 5, 5, 0.9) calc(100% - 2rem), #050505 100%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.88), rgba(7, 8, 11, 0.12) 18%, rgba(7, 8, 11, 0.14) 76%, rgba(7, 8, 11, 0.86)),
    radial-gradient(circle at 70% 10%, rgba(30, 207, 255, 0.15), transparent 24%),
    linear-gradient(135deg, rgba(255, 138, 28, 0.1), rgba(10, 12, 16, 0.74)),
    linear-gradient(180deg, rgba(8, 10, 14, 0.52), rgba(12, 16, 22, 0.82));
}

.atmosphere-live-looping-features::before {
  filter: saturate(1.08) contrast(1.06) brightness(0.88);
}

.atmosphere-live-looping-features::after {
  background:
    linear-gradient(180deg, #050505 0, rgba(5, 5, 5, 0.88) 2rem, rgba(5, 5, 5, 0) 8rem, rgba(5, 5, 5, 0) calc(100% - 8rem), rgba(5, 5, 5, 0.88) calc(100% - 2rem), #050505 100%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.82), rgba(7, 8, 11, 0.38) 24%, rgba(7, 8, 11, 0.44) 72%, rgba(7, 8, 11, 0.86)),
    linear-gradient(90deg, rgba(7, 8, 11, 0.68), rgba(7, 8, 11, 0.18) 54%, rgba(7, 8, 11, 0.56));
}

.atmosphere-cta::after {
  background:
    linear-gradient(180deg, #050505 0, rgba(5, 5, 5, 0.9) 2rem, rgba(5, 5, 5, 0) 8rem, rgba(5, 5, 5, 0) calc(100% - 8rem), rgba(5, 5, 5, 0.9) calc(100% - 2rem), #050505 100%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.34), rgba(7, 8, 11, 0.16) 24%, rgba(7, 8, 11, 0.18) 70%, rgba(7, 8, 11, 0.94)),
    radial-gradient(circle at 50% 58%, rgba(255, 138, 28, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.5), rgba(9, 11, 15, 0.78));
}

.section--atmosphere + .section--atmosphere {
  margin-top: -3.25rem;
  padding-top: 4.75rem;
}

.atmosphere-use-cases + .atmosphere-shaping {
  margin-top: 0;
  padding-top: clamp(4.5rem, 8vw, 7rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -1px 0 rgba(30, 207, 255, 0.08);
}

.section-pricing + .atmosphere-cta {
  margin-top: 0;
  padding-top: 3.25rem;
}

.atmosphere-cta::before {
  inset: -8rem 0 -4rem;
}

.atmosphere-cta::after {
  inset: 0;
}

.hero {
  padding: 5.5rem 0 4.25rem;
  overflow: hidden;
}

.hero-panel {
  display: grid;
  gap: 1rem;
}

.hero-signal {
  display: grid;
  gap: 1.2rem;
  justify-items: center;
}

.signal-disc {
  position: relative;
  width: min(24rem, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.86) 0 18%, transparent 19% 100%);
}

.signal-orange {
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.92) 0 16%, transparent 17% 100%),
    radial-gradient(circle at center, rgba(255, 138, 28, 0.16), transparent 58%),
    linear-gradient(135deg, #ff9d26, #ff7a00);
  box-shadow:
    0 0 0 3px rgba(255, 138, 28, 0.95) inset,
    0 0 0 8px rgba(0, 0, 0, 0.55) inset,
    0 0 36px rgba(255, 138, 28, 0.4),
    0 0 110px rgba(255, 138, 28, 0.18);
}

.signal-wave {
  width: 66%;
  height: 66%;
  border-radius: 50%;
  position: relative;
  opacity: 0.9;
}

.signal-wave::before {
  content: "";
  position: absolute;
  inset: 8% 6%;
  border-radius: 50%;
  background:
    conic-gradient(
      from 10deg,
      rgba(11, 13, 17, 0) 0deg,
      rgba(11, 13, 17, 0) 18deg,
      rgba(11, 13, 17, 0.9) 18deg 23deg,
      rgba(11, 13, 17, 0) 23deg 46deg,
      rgba(11, 13, 17, 0.92) 46deg 52deg,
      rgba(11, 13, 17, 0) 52deg 82deg,
      rgba(11, 13, 17, 0.9) 82deg 89deg,
      rgba(11, 13, 17, 0) 89deg 126deg,
      rgba(11, 13, 17, 0.9) 126deg 133deg,
      rgba(11, 13, 17, 0) 133deg 173deg,
      rgba(11, 13, 17, 0.9) 173deg 178deg,
      rgba(11, 13, 17, 0) 178deg 216deg,
      rgba(11, 13, 17, 0.92) 216deg 224deg,
      rgba(11, 13, 17, 0) 224deg 262deg,
      rgba(11, 13, 17, 0.92) 262deg 269deg,
      rgba(11, 13, 17, 0) 269deg 309deg,
      rgba(11, 13, 17, 0.9) 309deg 315deg,
      rgba(11, 13, 17, 0) 315deg 360deg
    );
  -webkit-mask: radial-gradient(circle at center, transparent 0 32%, #000 33% 82%, transparent 83%);
  mask: radial-gradient(circle at center, transparent 0 32%, #000 33% 82%, transparent 83%);
}

.signal-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.signal-mini {
  height: 4.2rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.55), transparent 62%),
    rgba(255, 255, 255, 0.02);
  opacity: 0.88;
}

.signal-orange-soft {
  box-shadow:
    0 0 0 1px rgba(255, 138, 28, 0.42) inset,
    0 0 18px rgba(255, 138, 28, 0.12);
}

.signal-orange-fade {
  box-shadow:
    0 0 0 1px rgba(255, 176, 84, 0.28) inset,
    0 0 14px rgba(255, 138, 28, 0.08);
}

.signal-cyan-soft {
  box-shadow:
    0 0 0 1px rgba(30, 207, 255, 0.24) inset,
    0 0 14px rgba(30, 207, 255, 0.08);
}

.signal-neutral {
  box-shadow:
    0 0 0 1px rgba(201, 208, 218, 0.14) inset,
    0 0 10px rgba(201, 208, 218, 0.04);
}

.hero-card,
.card,
.pricing-block,
.footer-cta {
  background: linear-gradient(180deg, rgba(20, 24, 31, 0.96), rgba(13, 15, 20, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card,
.pricing-block,
.footer-cta,
.card {
  padding: 1.7rem;
}

.signal-card {
  position: relative;
  overflow: hidden;
}

.signal-card::before {
  content: "";
  position: absolute;
  inset: auto -15% -35% 45%;
  height: 12rem;
  background: radial-gradient(circle, rgba(255, 138, 28, 0.14), transparent 68%);
  pointer-events: none;
}

.trust-strip {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(10, 12, 16, 0.72);
}

.trust-strip {
  backdrop-filter: blur(10px);
}

.trust-items {
  grid-template-columns: repeat(4, 1fr);
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}

.trust-items span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0 0.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-items span:first-child {
  border-left: 0;
}

.section-head {
  max-width: 62rem;
  margin-bottom: 2rem;
}

.section-head.narrow {
  max-width: 54rem;
}

.card-grid {
  display: grid;
  gap: 1.25rem;
}

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

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

.card {
  position: relative;
  overflow: hidden;
}

.card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  opacity: 0.6;
}

.card-signal {
  min-height: 15rem;
}

.signal-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
  border: 1px solid currentColor;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.signal-tag-orange {
  color: var(--orange);
  box-shadow: 0 0 18px rgba(255, 138, 28, 0.14);
}

.signal-tag-yellow {
  color: var(--yellow);
  box-shadow: 0 0 18px rgba(255, 230, 0, 0.12);
}

.signal-tag-green {
  color: var(--green);
  box-shadow: 0 0 18px rgba(156, 255, 0, 0.12);
}

.signal-tag-cyan {
  color: var(--cyan);
  box-shadow: 0 0 18px rgba(30, 207, 255, 0.12);
}

.signal-tag-magenta {
  color: var(--magenta);
  box-shadow: 0 0 18px rgba(255, 31, 184, 0.12);
}

.card-orange {
  box-shadow:
    0 0 0 1px rgba(255, 138, 28, 0.14) inset,
    var(--soft-shadow);
}

.card-green {
  box-shadow:
    0 0 0 1px rgba(156, 255, 0, 0.12) inset,
    var(--soft-shadow);
}

.card-cyan {
  box-shadow:
    0 0 0 1px rgba(30, 207, 255, 0.12) inset,
    var(--soft-shadow);
}

.card-magenta {
  box-shadow:
    0 0 0 1px rgba(255, 31, 184, 0.12) inset,
    var(--soft-shadow);
}

.section--light .card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 249, 252, 0.96));
  border-color: rgba(16, 19, 25, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.7) inset,
    0 18px 44px rgba(40, 48, 62, 0.08);
}

.section--light .card::after {
  background: linear-gradient(90deg, transparent, rgba(16, 19, 25, 0.12), transparent);
}

.section--light .card-orange {
  border-color: rgba(255, 138, 28, 0.22);
}

.section--light .card-cyan {
  border-color: rgba(30, 207, 255, 0.2);
}

.section--light .card-magenta {
  border-color: rgba(255, 31, 184, 0.18);
}

.section--light .card-green {
  border-color: rgba(96, 168, 43, 0.18);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.pillar-grid-featured {
  grid-template-columns: repeat(6, 1fr);
}

.pillar-grid-featured .pillar-card {
  grid-column: span 2;
}

.pillar-card {
  min-height: 16rem;
}

.pillar-accent {
  width: 5.5rem;
  height: 0.38rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
  background: linear-gradient(90deg, currentColor, transparent);
  opacity: 0.9;
}

.card-orange .pillar-accent {
  color: var(--orange);
  box-shadow: 0 0 18px rgba(255, 138, 28, 0.24);
}

.card-green .pillar-accent {
  color: var(--green);
  box-shadow: 0 0 18px rgba(156, 255, 0, 0.22);
}

.card-cyan .pillar-accent {
  color: var(--cyan);
  box-shadow: 0 0 18px rgba(30, 207, 255, 0.22);
}

.artist-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.artist-card {
  min-height: 15.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 249, 252, 0.95));
  border-color: rgba(16, 19, 25, 0.08);
}

.artist-card h3 {
  color: var(--light-ink);
}

.artist-card p {
  color: var(--light-muted);
}

.pricing-block {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}

.pricing-summary-card {
  padding: 1.7rem;
  border: 1px solid rgba(255, 138, 28, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 138, 28, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(24, 20, 17, 0.92), rgba(12, 13, 16, 0.96));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    var(--shadow);
}

.price-lockup {
  display: grid;
  gap: 0.1rem;
  margin: 1.2rem 0 1.5rem;
}

.price-value {
  color: #fff5e8;
  font-size: clamp(3.4rem, 9vw, 5.8rem);
  font-weight: 850;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.price-note {
  color: #f0a260;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.pricing-step-card {
  min-height: 16rem;
}

.learn-path-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.learn-card {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.community-card {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.community-card .button {
  width: 100%;
  margin-top: auto;
}

.community-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.5rem 0 1rem;
}

.community-link-card {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid rgba(255, 176, 106, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: 0 0 18px rgba(255, 138, 28, 0.06);
}

.community-link-card span {
  color: #ffb06a;
  font-weight: 850;
}

.community-link-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 1240px) {
  .community-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-link-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

.community-gear-section {
  position: relative;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 138, 28, 0.11), transparent 26%),
    radial-gradient(circle at 84% 30%, rgba(30, 207, 255, 0.07), transparent 22%),
    linear-gradient(180deg, rgba(6, 7, 9, 0.98), rgba(10, 12, 15, 0.98));
  border-top: 1px solid rgba(255, 176, 106, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.community-gear-section .story-copy {
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(255, 176, 106, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.26);
}

.resource-list {
  display: grid;
  gap: 0.85rem;
}

.resource-row {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.resource-row span {
  color: #ffb06a;
  font-weight: 800;
}

.resource-row p {
  margin: 0;
}

.pricing-list {
  margin: 0;
  padding-left: 1.25rem;
}

.footer-cta {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer-cta::before {
  content: "";
  position: absolute;
  inset: -60% -10% -30%;
  background:
    radial-gradient(circle at 50% 62%, rgba(255, 138, 28, 0.24), transparent 32%),
    radial-gradient(circle at 20% 18%, rgba(30, 207, 255, 0.08), transparent 26%);
  pointer-events: none;
}

.prose {
  max-width: 48rem;
}

.legal-page .page-hero {
  min-height: clamp(24rem, 42vh, 34rem);
}

.page-hero-legal::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.82) 0%, rgba(3, 3, 3, 0.52) 48%, rgba(3, 3, 3, 0.24) 100%),
    radial-gradient(circle at 76% 22%, rgba(30, 207, 255, 0.18), transparent 28%),
    radial-gradient(circle at 64% 70%, rgba(255, 138, 28, 0.16), transparent 26%),
    linear-gradient(135deg, #06070a, #121720 58%, #08090b);
}

.legal-shell {
  width: min(calc(100% - 2rem), 880px);
}

.legal-card {
  max-width: none;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(1.1rem, 3vw, 1.7rem);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 138, 28, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(20, 24, 31, 0.92), rgba(9, 11, 15, 0.96));
  box-shadow: var(--shadow);
}

.legal-prose h2,
.legal-prose h3,
.legal-prose h4 {
  margin-top: 2rem;
  color: #f7f2e9;
}

.legal-prose h2:first-child,
.legal-prose h3:first-child,
.legal-prose h4:first-child {
  margin-top: 0;
}

.legal-prose h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
}

.legal-prose h3 {
  font-size: 1.35rem;
}

.legal-prose h4 {
  font-size: 1.05rem;
  letter-spacing: 0;
}

.legal-prose p,
.legal-prose li {
  color: #c8d0dc;
  font-size: 1rem;
}

.legal-prose p + p,
.legal-prose ul + p,
.legal-prose ol + p,
.legal-prose p + ul,
.legal-prose p + ol {
  margin-top: 1rem;
}

.legal-prose a {
  color: #ffb06a;
  text-decoration: underline;
  text-decoration-color: rgba(255, 176, 106, 0.46);
  text-underline-offset: 0.18em;
}

.legal-prose table {
  width: 100%;
  margin-top: 1.2rem;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}

.legal-prose td,
.legal-prose th {
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #c8d0dc;
  text-align: left;
  vertical-align: top;
}

.legal-prose tr:first-child td,
.legal-prose tr:first-child th {
  border-top: 0;
}

.legal-prose td:first-child,
.legal-prose th:first-child {
  width: 11rem;
  color: #f7f2e9;
  font-weight: 700;
}

.legal-prose-compact {
  max-width: 42rem;
}

.utility-page .page-hero {
  min-height: clamp(28rem, 52vh, 40rem);
}

.page-hero-utility::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.82) 0%, rgba(3, 3, 3, 0.52) 45%, rgba(3, 3, 3, 0.16) 100%),
    radial-gradient(circle at 74% 20%, rgba(255, 138, 28, 0.2), transparent 26%),
    radial-gradient(circle at 62% 72%, rgba(30, 207, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #050608, #151923 58%, #070709);
}

.utility-shell {
  width: min(calc(100% - 2rem), 880px);
}

.utility-page .site-shell {
  max-width: calc(100vw - 2rem);
}

.utility-card {
  min-width: 0;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: clamp(1rem, 2vw, 1.45rem);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 138, 28, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(20, 24, 31, 0.94), rgba(9, 11, 15, 0.97));
  box-shadow: var(--shadow);
}

.utility-card h2,
.utility-card h3,
.utility-card h4 {
  color: #f7f2e9;
}

.utility-card p,
.utility-card li,
.utility-card label {
  color: #c8d0dc;
}

.utility-card a:not(.button) {
  color: #ffb06a;
}

.utility-card img {
  height: auto;
}

.utility-app-card {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.utility-page .page-hero-copy,
.utility-page .page-hero-panel {
  min-width: 0;
  max-width: 100%;
}

.utility-page .lead {
  max-width: 100%;
}

.utility-app-card > img {
  width: 5.5rem;
  border-radius: 22%;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.utility-app-card p {
  margin: 0.85rem 0 0;
}

.utility-microcopy {
  margin-top: 0.8rem;
  color: #aeb7c4;
  font-size: 0.95rem;
}

.app-store-badge {
  display: inline-flex;
  margin-top: 1rem;
}

.app-store-badge img {
  width: 150px;
}

.utility-prose {
  max-width: none;
}

.utility-prose h2 {
  margin-top: 2.1rem;
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
}

.utility-prose h2:first-child {
  margin-top: 0;
}

.utility-prose p + p {
  margin-top: 1rem;
}

.utility-callout {
  position: relative;
  margin-top: 2rem;
  padding: 1.2rem;
  --utility-step-color: #ff8a1c;
  --utility-step-color-soft: rgba(255, 138, 28, 0.16);
  --utility-step-text: #150b03;
  border: 1px solid color-mix(in srgb, var(--utility-step-color) 42%, transparent);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.utility-callout p {
  margin: 0.8rem 0 0;
}

.utility-callout h3 {
  margin: 1.05rem 0 0;
}

.utility-callout .cta-row {
  margin-top: 1.1rem;
}

.utility-step {
  padding-left: clamp(1.2rem, 4vw, 2rem);
}

.utility-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  aspect-ratio: 1;
  margin: 0 0 1.25rem;
  border-radius: 999px;
  background: var(--utility-step-color);
  color: var(--utility-step-text);
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 14px 34px var(--utility-step-color-soft);
}

.utility-step .button-primary,
.utility-step .button-secondary {
  border-color: color-mix(in srgb, var(--utility-step-color) 54%, transparent);
}

.utility-step .button-primary {
  background: var(--utility-step-color);
  color: var(--utility-step-text);
  box-shadow: 0 18px 38px var(--utility-step-color-soft);
}

.utility-step .button-secondary {
  color: #fff7ec;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--utility-step-color) 18%, transparent), rgba(255, 255, 255, 0.055));
}

.utility-step .button-secondary:hover,
.utility-step .button-secondary:focus {
  border-color: color-mix(in srgb, var(--utility-step-color) 74%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--utility-step-color) 26%, transparent), rgba(255, 255, 255, 0.075));
}

.project-open-page {
  min-height: calc(100vh - 5rem);
  display: grid;
  align-items: center;
  padding: clamp(1.25rem, 4vw, 3rem) 0;
  background:
    linear-gradient(180deg, rgba(2, 3, 5, 0.26), rgba(2, 3, 5, 0.82)),
    radial-gradient(circle at 50% 44%, rgba(255, 138, 28, 0.13), transparent 28%),
    url("../img/atmospheres/radial-stage-depth.webp") center / cover no-repeat,
    linear-gradient(180deg, #050608 0%, #0b0e14 100%);
}

.project-open-shell {
  width: min(calc(100% - 2rem), 400px);
}

.project-open-card {
  display: block;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025)),
    rgba(12, 15, 20, 0.94);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.project-open-media {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: var(--project-thumbnail-bg,
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.project-open-media > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.project-open-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.22);
}

.project-open-placeholder img {
  width: 100%;
  height: auto;
  max-width: none;
  transform: translateY(-10%);
}

.project-open-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.9rem 0.25rem 0.15rem;
}

.project-open-kicker {
  width: fit-content;
  margin: 0 0 0.45rem;
  padding: 0.25rem 0.45rem;
  border-radius: 999px;
  color: #190c00;
  background: var(--orange);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-open-content h1 {
  margin: 0;
  max-width: 100%;
  color: #fff7ec;
  font-size: clamp(1.3rem, 4.5vw, 1.75rem);
  line-height: 1.08;
}

.project-open-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0.75rem 0 0;
}

.project-open-meta div {
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.project-open-meta dt {
  color: #9faaba;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.project-open-meta dd {
  margin: 0.12rem 0 0;
  color: #f7f2e9;
  font-size: 0.9rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.project-open-actions {
  margin: 0.9rem 0 0;
}

.project-open-actions .button {
  min-height: 44px;
  width: 100%;
  padding: 0.58rem 0.9rem;
}

.project-open-install {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.9rem;
  color: #b8c2d0;
}

.project-open-install h2 {
  margin: 0;
  color: #f7f2e9;
  font-size: 0.78rem;
}

.project-open-install p,
.project-open-error {
  max-width: 34rem;
  color: #b8c2d0;
  font-size: 0.82rem;
  line-height: 1.45;
}

.project-open-install p {
  display: none;
}

.project-open-install .button {
  min-height: 30px;
  margin-top: 0;
  padding: 0.34rem 0.58rem;
  font-size: 0.76rem;
  white-space: nowrap;
}

.project-open-card-invalid .project-open-content h1 {
  max-width: 13ch;
}

.project-link-page .project-open-shell {
  width: min(calc(100% - 2rem), 680px);
}

.project-link-card {
  padding: 0;
  text-align: left;
}

.project-link-icon {
  width: 3.2rem;
  aspect-ratio: 1;
  margin: 0 0 1rem;
  overflow: hidden;
  border-radius: 24%;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
}

.project-link-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
}

.project-link-card .project-open-kicker {
  margin-inline: 0;
}

.project-link-card h1 {
  margin: 0;
  max-width: 11ch;
  color: #fff7ec;
  font-size: clamp(2rem, 6vw, 3.15rem);
  line-height: 1;
}

.project-link-title,
.project-link-host {
  margin: 1rem 0 0;
  color: #d7dee9;
  font-size: 1rem;
  max-width: 32rem;
}

.project-link-host {
  margin-top: 0.3rem;
  color: #9faaba;
  font-size: 0.85rem;
}

.project-link-summary {
  margin: 1.15rem 0 0;
  color: #d7dee9;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 31rem;
}

.project-link-help {
  margin: 1.1rem 0 0;
  padding: 0;
  max-width: 28rem;
  text-align: left;
}

.project-link-help p {
  margin: 0;
  color: #d7dee9;
  font-size: 0.86rem;
  line-height: 1.45;
}

.project-link-help .project-link-note {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  color: #aeb8c7;
  font-size: 0.85rem;
}

.project-link-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.project-link-actions .button {
  min-width: 10.5rem;
  min-height: 44px;
}

.project-link-preview {
  display: inline-flex;
  margin-top: 1rem;
  color: #ffb06a;
  font-size: 0.86rem;
  font-weight: 700;
}

.utility-callout-primary {
  --utility-step-color: #1ecfff;
  --utility-step-color-soft: rgba(30, 207, 255, 0.16);
  --utility-step-text: #031319;
  border-color: rgba(30, 207, 255, 0.34);
  background:
    radial-gradient(circle at 88% 12%, rgba(30, 207, 255, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.utility-callout-notes {
  --utility-step-color: #ff3ece;
  --utility-step-color-soft: rgba(255, 62, 206, 0.16);
  --utility-step-text: #190313;
  border-color: rgba(255, 62, 206, 0.34);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 62, 206, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.utility-callout-backup {
  --utility-step-color: #ffdd4d;
  --utility-step-color-soft: rgba(255, 221, 77, 0.16);
  --utility-step-text: #161204;
  border-color: rgba(255, 221, 77, 0.34);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 221, 77, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.utility-callout-install {
  --utility-step-color: #44ffa4;
  --utility-step-color-soft: rgba(68, 255, 164, 0.16);
  --utility-step-text: #03170d;
  border-color: rgba(68, 255, 164, 0.34);
  background:
    radial-gradient(circle at 88% 12%, rgba(68, 255, 164, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.utility-callout-warning {
  --utility-step-color: #ff8a1c;
  --utility-step-color-soft: rgba(255, 138, 28, 0.2);
  --utility-step-text: #150b03;
  border-color: rgba(255, 138, 28, 0.42);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 138, 28, 0.28), transparent 32%),
    linear-gradient(180deg, rgba(255, 138, 28, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow:
    inset 0 0 0 1px rgba(255, 176, 106, 0.08),
    0 24px 60px rgba(255, 138, 28, 0.12);
}

.utility-callout-warning h3 {
  max-width: 18ch;
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  line-height: 1.08;
}

.utility-callout-warning strong {
  color: #fff2d8;
}

.utility-password-card {
  max-width: 42rem;
  margin: 0 auto;
}

.post-password-form {
  margin-top: 1.5rem;
}

.post-password-form p {
  margin: 0;
}

.post-password-form label,
.tnp-field label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

.post-password-form input[type="password"],
.tnp-field input[type="email"],
.tnp-field input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.07);
  color: #fffaf4;
  font: inherit;
}

.utility-form-panel .tnp,
.utility-form-panel .tnp-subscription {
  max-width: 100%;
}

.utility-form-card--message p {
  margin: 1.2rem 0 0;
  color: #f2ebe2;
  font-size: clamp(1.06rem, 1vw, 1.22rem);
  font-weight: 700;
  line-height: 1.55;
}

.utility-form-card--message a {
  color: #ffb06a;
  font-weight: 800;
}

.post-password-form input[type="submit"],
.tnp-submit,
.loopy-download-page .loopy-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin-top: 1rem;
  padding: 0.82rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a1c, #ffb13b);
  color: #150b03;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(255, 138, 28, 0.24);
  cursor: pointer;
}

.tnp-field {
  margin: 0 0 1rem;
}

.tnp-field-button {
  margin-bottom: 0;
}

.tnp-privacy-field label {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-weight: 600;
}

.tnp-privacy {
  margin-top: 0.25rem;
}

.utility-download-card {
  max-width: none;
}

.loopy-download-page .loopy-download-button-wrap {
  margin: 0 0 1.8rem;
}

.loopy-download-page .loopy-download-button {
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  max-width: 28rem;
  color: #150b03;
  line-height: 1.15;
  text-align: center;
}

.utility-card .loopy-download-page .loopy-download-button,
.loopy-download-page .loopy-download-button strong,
.loopy-download-page .loopy-download-button small {
  color: #150b03;
}

.loopy-download-page .loopy-download-button small {
  font-size: 0.88em;
  font-weight: 800;
  opacity: 1;
}

.loopy-download-page .changelog {
  margin-top: 1.5rem;
}

.loopy-download-page .changelog ul {
  padding-left: 1.2rem;
}

.loopy-download-page .older-versions-link {
  display: inline-flex;
  margin-top: 1.4rem;
  color: #ffb06a;
  font-weight: 800;
}

.footer-inner {
  grid-template-columns: minmax(15rem, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  padding: clamp(2.1rem, 4vw, 3.1rem) 0 clamp(2.7rem, 5vw, 4rem);
}

.footer-copy {
  max-width: 22rem;
}

.footer-brand,
.footer-link-group > span {
  display: block;
  margin-bottom: 0.65rem;
  color: #f2ebe2;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.footer-copy p {
  max-width: 20rem;
  margin: 0;
  color: rgba(211, 218, 229, 0.72);
  font-size: 0.98rem;
  line-height: 1.55;
}

.footer-link-groups {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(9rem, 0.75fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  justify-self: end;
  width: min(100%, 44rem);
}

.footer-link-group {
  min-width: 0;
}

.footer-links {
  display: flex;
  gap: 0.6rem 1rem;
  flex-wrap: wrap;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.site-footer a {
  color: var(--muted);
}

.site-footer a {
  font-size: 0.93rem;
  line-height: 1.35;
  transition:
    color 160ms ease,
    text-shadow 160ms ease;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #fff1df;
  text-shadow: 0 0 18px rgba(255, 138, 28, 0.22);
}

.theme-stage {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 138, 28, 0.2), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(255, 31, 184, 0.12), transparent 18%),
    linear-gradient(180deg, #040404 0%, #0a0b0d 38%, #090909 100%);
}

.theme-stage .site-header,
.theme-stage .site-footer {
  background: rgba(4, 4, 4, 0.74);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.theme-stage .primary-nav a,
.theme-stage .site-footer p,
.theme-stage .site-footer a,
.theme-stage p,
.theme-stage li,
.theme-stage .trust-items span,
.theme-stage .support-line {
  color: #b8b3ab;
}

.vip-hero-card {
  width: min(100%, 26.5rem);
  padding: clamp(1.05rem, 1.8vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 138, 28, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(12, 13, 16, 0.88), rgba(9, 10, 13, 0.94));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.theme-stage .vip-hero-card h2 {
  max-width: none;
  margin-bottom: 0.85rem;
  font-size: clamp(1.5rem, 1.9vw, 2rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.vip-hero-card p,
.vip-footnote {
  color: #f0eee9;
  font-size: 0.88rem;
  line-height: 1.48;
}

.vip-hero-card strong {
  color: #fff8f0;
}

.vip-hero-card em {
  color: #fff2e0;
}

.vip-url {
  margin: 0.15rem 0 0;
  color: #fff8f0;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.vip-actions {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  margin: 0.9rem 0 0.85rem;
}

.vip-app-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.25rem 0 0.35rem;
  max-width: min(13.75rem, 62vw);
  border-radius: 10px;
  transition: transform 160ms ease, filter 160ms ease;
}

.vip-app-store-link:hover,
.vip-app-store-link:focus {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 22px rgba(255, 255, 255, 0.18));
}

.vip-app-store-link img {
  display: block;
  width: 100%;
  height: auto;
}

.vip-redeem-button {
  width: min(100%, 22rem);
  min-height: 2.9rem;
  border-radius: 8px;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-align: center;
}

.vip-redeem-note {
  margin: -0.2rem 0 0;
  color: #ece7df;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
}

.vip-footnote {
  margin: 0;
}

.vip-footnote a {
  color: #fff8f0;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.theme-stage .hero {
  padding-top: clamp(11rem, 15vh, 14rem);
  padding-bottom: clamp(7rem, 10vh, 9rem);
  isolation: isolate;
  min-height: clamp(48rem, 84vh, 60rem);
  background: #050505;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background: #050505;
}

.hero-video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 3, 3, 0.78), rgba(3, 3, 3, 0.48) 46%, rgba(3, 3, 3, 0.28));
}

.hero-video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.hero-logo-disc {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  display: block;
  width: min(48rem, 62vw);
  height: auto;
  transform: translate(-50%, -50%);
  filter:
    drop-shadow(0 0 20px rgba(255, 138, 28, 0.34))
    drop-shadow(0 0 78px rgba(255, 117, 31, 0.2));
}

.theme-stage .hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
  gap: clamp(3rem, 6vw, 6rem);
  padding-left: clamp(1.75rem, 4vw, 4.5rem);
}

.theme-stage .eyebrow {
  color: #f0a260;
}

.theme-stage h1,
.theme-stage h2,
.theme-stage h3 {
  color: #f7f2e9;
}

.theme-stage h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
}

.theme-stage .hero-copy h1 {
  font-size: clamp(4.3rem, 3.75vw + 1.15rem, 6rem);
}

.theme-stage .lead {
  max-width: 58ch;
  font-size: 1.18rem;
}

.theme-stage .button-primary {
  background: linear-gradient(135deg, #ff8d1f, #ff5f1f);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 30px rgba(255, 138, 28, 0.3),
    0 16px 34px rgba(255, 95, 31, 0.22);
}

.theme-stage .button-secondary {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  border-color: rgba(255, 176, 106, 0.32);
  color: #fff3e4;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 0 22px rgba(255, 138, 28, 0.1);
}

.theme-stage .button-secondary::after {
  content: ">";
  color: #ffb06a;
  font-weight: 800;
  opacity: 0.86;
  transform: translateX(0);
  transition: transform 160ms ease;
}

.theme-stage .button-secondary:hover,
.theme-stage .button-secondary:focus {
  transform: translateY(-1px);
  border-color: rgba(255, 176, 106, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 176, 106, 0.16), rgba(255, 255, 255, 0.055));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.055) inset,
    0 0 26px rgba(255, 138, 28, 0.18),
    0 12px 24px rgba(0, 0, 0, 0.2);
}

.theme-stage .button-secondary:hover::after,
.theme-stage .button-secondary:focus::after {
  transform: translateX(0.18rem);
}

.theme-stage .hero-panel {
  min-height: 32rem;
  display: grid;
  place-items: center;
  align-self: center;
}

.theme-stage .hero-signal {
  position: relative;
  width: 100%;
  min-height: 30rem;
  padding-top: 0;
  margin-bottom: 0;
  gap: 0;
  overflow: visible;
}

.theme-stage .signal-disc {
  width: min(26rem, 78vw);
}

.theme-stage .signal-orange {
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.94) 0 16%, transparent 17% 100%),
    radial-gradient(circle at center, rgba(255, 138, 28, 0.22), transparent 60%),
    linear-gradient(135deg, #f0a260, #d67e3f);
  box-shadow:
    0 0 0 3px rgba(255, 168, 88, 0.92) inset,
    0 0 0 10px rgba(0, 0, 0, 0.5) inset,
    0 0 45px rgba(255, 138, 28, 0.34),
    0 0 140px rgba(255, 138, 28, 0.16);
}

.theme-stage .signal-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: -2.8rem;
}

.theme-stage .signal-mini {
  height: 5.25rem;
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.62), transparent 60%),
    linear-gradient(180deg, rgba(17, 20, 26, 0.94), rgba(10, 12, 16, 0.94));
  border-color: rgba(255, 255, 255, 0.06);
}

.theme-stage .signal-orange-soft {
  box-shadow:
    0 0 0 1px rgba(255, 138, 28, 0.22) inset,
    0 0 18px rgba(255, 138, 28, 0.1);
}

.theme-stage .signal-orange-fade {
  box-shadow:
    0 0 0 1px rgba(255, 193, 124, 0.16) inset,
    0 0 14px rgba(255, 138, 28, 0.06);
}

.theme-stage .signal-cyan-soft {
  box-shadow:
    0 0 0 1px rgba(82, 176, 255, 0.16) inset,
    0 0 14px rgba(82, 176, 255, 0.06);
}

.theme-stage .signal-neutral {
  box-shadow:
    0 0 0 1px rgba(245, 242, 233, 0.08) inset,
    0 0 10px rgba(245, 242, 233, 0.03);
}

.theme-stage .hero-card,
.theme-stage .card,
.theme-stage .pricing-block,
.theme-stage .footer-cta {
  background:
    linear-gradient(180deg, rgba(22, 24, 29, 0.88), rgba(10, 11, 14, 0.96));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.34);
}

.theme-stage .hero-card {
  padding: 2rem;
  max-width: 30rem;
  margin-left: auto;
}

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

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

.testimonial-card {
  min-height: 16rem;
}

.testimonial-card p {
  margin: 1.2rem 0 0;
  font-size: 1.12rem;
  line-height: 1.58;
}

.social-proof-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  margin-top: 2.2rem;
  padding: clamp(1.2rem, 3vw, 2.2rem) 0 clamp(1.2rem, 3vw, 2rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.social-proof-lead,
.social-proof-stack,
.proof-note,
.app-review-quote {
  min-width: 0;
}

.social-proof-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(0rem, 2vw, 1.8rem);
}

.social-proof-kicker {
  color: var(--orange);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.social-proof-lead blockquote,
.proof-note blockquote {
  margin: 0;
}

.social-proof-lead blockquote p,
.proof-note blockquote p,
.app-review-quote p {
  margin: 0;
  color: #f5f2e9;
  font-weight: 620;
  letter-spacing: 0;
}

.social-proof-lead blockquote p {
  max-width: 15em;
  margin-top: clamp(1.4rem, 3vw, 2rem);
  font-size: clamp(1.8rem, 3.25vw, 3rem);
  line-height: 1.04;
}

.social-proof-lead cite {
  margin-top: 1.4rem;
  color: #e8e1d6;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  font-weight: 700;
}

.proof-note cite,
.app-review-quote cite {
  display: block;
  color: #b8b3ab;
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.35;
}

.social-proof-lead cite {
  display: block;
  font-style: normal;
  line-height: 1.35;
}

.social-proof-stack {
  display: grid;
  gap: 0.9rem;
}

.proof-note {
  padding: 0.95rem 0 0.95rem 1.15rem;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.proof-note-cyan {
  border-left-color: rgba(30, 207, 255, 0.38);
}

.proof-note-magenta {
  border-left-color: rgba(255, 31, 184, 0.34);
}

.proof-note blockquote p {
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.35;
}

.proof-note cite {
  margin-top: 0.7rem;
}

.proof-note cite a {
  color: #d8d2c8;
  text-decoration: underline;
  text-decoration-color: rgba(255, 138, 28, 0.45);
  text-underline-offset: 0.22em;
}

.proof-note cite a:hover,
.proof-note cite a:focus {
  color: #fff3e6;
  text-decoration-color: var(--orange);
}

.proof-metrics,
.app-proof-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.proof-metrics span,
.app-proof-line span {
  display: flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  background: rgba(255, 255, 255, 0.045);
  color: #d8d2c8;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
}

.app-proof-line {
  gap: 0;
  margin-top: 1.1rem;
  padding: 0.55rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: transparent;
}

.app-proof-line span {
  min-height: 0;
  padding: 0 0.8rem;
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  color: #c9c2b8;
  font-size: 0.74rem;
}

.app-proof-line span:first-child {
  border-left: 0;
}

.app-review-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.4vw, 2rem);
  margin-top: 1rem;
}

.app-review-quote {
  padding: 0.1rem 0 0.1rem clamp(1rem, 2vw, 1.45rem);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.app-review-quote:first-child {
  padding-left: 0;
  border-left: 0;
}

.app-review-quote p {
  margin-top: 0.8rem;
  color: #ded8cf;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.48;
}

.app-review-quote cite {
  margin-top: 0.85rem;
  font-size: 0.84rem;
}

.review-stars {
  color: var(--yellow);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-shadow: 0 0 16px rgba(255, 221, 77, 0.16);
}

@media (max-width: 680px) {
  .proof-metrics,
  .app-proof-line,
  .app-review-strip {
    grid-template-columns: 1fr;
  }

  .app-review-strip {
    gap: 0;
  }

  .app-review-quote,
  .app-review-quote:first-child {
    padding: 1rem 0;
    border-left: 0;
  }

  .app-review-quote {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .app-review-quote:first-child {
    border-top: 0;
  }

  .app-proof-line {
    gap: 0.16rem;
    padding: 0.45rem 0;
  }

  .app-proof-line span {
    min-height: auto;
    padding: 0.08rem 0;
    border-left: 0;
    border-top: 0;
  }


  .social-proof-lead blockquote p {
    font-size: clamp(1.65rem, 10vw, 2.25rem);
    line-height: 1.05;
  }
}

.theme-stage .signal-card::before {
  inset: auto -18% -36% 42%;
  background: radial-gradient(circle, rgba(255, 138, 28, 0.2), transparent 68%);
}

.theme-stage .trust-strip {
  background:
    linear-gradient(180deg, rgba(6, 6, 7, 0.9), rgba(12, 13, 15, 0.86));
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.theme-stage .section--panel {
  background:
    linear-gradient(180deg, rgba(9, 9, 10, 0.9), rgba(13, 15, 18, 0.9));
}

.theme-stage .section--void {
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 138, 28, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.98), rgba(10, 10, 10, 0.98));
}

.theme-stage .section--light {
  background:
    linear-gradient(180deg, rgba(16, 18, 22, 0.96), rgba(12, 13, 15, 0.96));
}

.theme-stage .section--light p,
.theme-stage .section--light li {
  color: #bab5ad;
}

.theme-stage .artist-card {
  background:
    linear-gradient(180deg, rgba(20, 23, 30, 0.9), rgba(11, 12, 15, 0.96));
  border-color: rgba(255, 255, 255, 0.08);
}

.theme-stage .artist-card h3 {
  color: #f7f2e9;
}

.theme-stage .artist-card p {
  color: #b8b3ab;
}

.theme-stage .section--signal {
  background:
    radial-gradient(circle at 76% 50%, rgba(255, 138, 28, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(8, 8, 9, 0.96), rgba(14, 14, 15, 0.98));
}

.theme-stage .pricing-block {
  border-color: rgba(255, 255, 255, 0.08);
}

.theme-stage .signal-tag {
  background: rgba(255, 255, 255, 0.02);
}

.theme-stage .signal-tag-orange {
  color: #ffb06a;
  border-color: rgba(255, 176, 106, 0.34);
  box-shadow: 0 0 18px rgba(255, 138, 28, 0.08);
}

.theme-stage .signal-tag-yellow {
  color: #f2cf56;
  border-color: rgba(242, 207, 86, 0.3);
  box-shadow: 0 0 18px rgba(242, 207, 86, 0.07);
}

.theme-stage .signal-tag-green {
  color: #9be56a;
  border-color: rgba(155, 229, 106, 0.24);
  box-shadow: 0 0 18px rgba(155, 229, 106, 0.06);
}

.theme-stage .signal-tag-cyan {
  color: #6fcfff;
  border-color: rgba(111, 207, 255, 0.24);
  box-shadow: 0 0 18px rgba(111, 207, 255, 0.06);
}

.theme-stage .signal-tag-magenta {
  color: #ff78cc;
  border-color: rgba(255, 120, 204, 0.22);
  box-shadow: 0 0 18px rgba(255, 120, 204, 0.05);
}

.theme-stage .card-orange {
  box-shadow:
    0 0 0 1px rgba(255, 138, 28, 0.12) inset,
    0 18px 44px rgba(0, 0, 0, 0.28);
}

.theme-stage .card-green {
  box-shadow:
    0 0 0 1px rgba(156, 255, 0, 0.08) inset,
    0 18px 44px rgba(0, 0, 0, 0.28);
}

.theme-stage .card-cyan {
  box-shadow:
    0 0 0 1px rgba(30, 207, 255, 0.1) inset,
    0 18px 44px rgba(0, 0, 0, 0.28);
}

.theme-stage .card-magenta {
  box-shadow:
    0 0 0 1px rgba(255, 31, 184, 0.08) inset,
    0 18px 44px rgba(0, 0, 0, 0.28);
}

.theme-stage .pillar-accent {
  box-shadow: none;
}

.theme-stage .card-orange .pillar-accent {
  background: linear-gradient(90deg, #ff9b43, transparent);
}

.theme-stage .card-green .pillar-accent {
  background: linear-gradient(90deg, #a8ef64, transparent);
}

.theme-stage .card-cyan .pillar-accent {
  background: linear-gradient(90deg, #59c9ff, transparent);
}

.theme-stage .footer-cta::before {
  background:
    radial-gradient(circle at 50% 62%, rgba(255, 138, 28, 0.24), transparent 32%),
    radial-gradient(circle at 20% 18%, rgba(30, 207, 255, 0.08), transparent 26%);
}

.page-stage {
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 138, 28, 0.16), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(53, 123, 198, 0.1), transparent 16%),
    linear-gradient(180deg, #040404 0%, #0a0b0d 40%, #090909 100%);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-top: 5.4rem;
  padding-bottom: 4rem;
  min-height: clamp(31rem, 58vh, 43rem);
  display: grid;
  align-items: end;
  background: #050505;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.7) 0%, rgba(3, 3, 3, 0.42) 38%, rgba(3, 3, 3, 0.08) 72%),
    url("../img/atmospheres/radial-amber-cyan-field.webp") center / cover no-repeat;
  transform: scale(1.01);
}

.page-hero-community::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.66) 0%, rgba(3, 3, 3, 0.34) 34%, rgba(3, 3, 3, 0) 62%),
    url("../img/heroes/default-page-hero.jpg") center / cover no-repeat;
}

.page-hero-kristof,
.page-hero-use-cases {
  min-height: clamp(35rem, 68vh, 48rem);
}

.page-hero-kristof::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.66) 0%, rgba(3, 3, 3, 0.34) 34%, rgba(3, 3, 3, 0) 62%),
    url("../img/heroes/why-loopy-pro-kristof-hero.jpg") center bottom / cover no-repeat;
}

.page-hero-use-cases::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.66) 0%, rgba(3, 3, 3, 0.34) 34%, rgba(3, 3, 3, 0) 62%),
    url("../img/heroes/use-cases-hero.jpg") center / cover no-repeat;
}

.page-hero-live-loopers::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.68) 0%, rgba(3, 3, 3, 0.36) 38%, rgba(3, 3, 3, 0.08) 70%),
    url("../img/heroes/live-loopers-hero.jpg") center / cover no-repeat;
}

.page-hero-guitarists-vocalists::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.68) 0%, rgba(3, 3, 3, 0.36) 38%, rgba(3, 3, 3, 0.08) 70%),
    url("../img/heroes/guitarists-vocalists-hero.jpg") center / cover no-repeat;
}

.page-hero-electronic-performers::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.68) 0%, rgba(3, 3, 3, 0.36) 38%, rgba(3, 3, 3, 0.08) 70%),
    url("../img/heroes/electronic-performers-hero.jpg") center / cover no-repeat;
}

.page-hero-producers-ipad-studios::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.68) 0%, rgba(3, 3, 3, 0.36) 38%, rgba(3, 3, 3, 0.08) 70%),
    url("../img/heroes/producers-ipad-studios-hero.jpg") center / cover no-repeat;
}

.page-hero-artist-spotlights::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98) 0%, rgba(3, 3, 3, 0.88) 42%, rgba(3, 3, 3, 0.42) 76%, rgba(3, 3, 3, 0.12) 100%),
    url("../img/heroes/artist-spotlights-hero.jpg");
  background-position: center, center center;
  background-size: auto, cover;
  background-repeat: no-repeat;
}

.page-hero-founder::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.84) 0%, rgba(3, 3, 3, 0.62) 34%, rgba(3, 3, 3, 0.18) 66%),
    url("../img/heroes/founder-story-hero.jpg") center center / cover no-repeat;
}

.page-hero-mac::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.84) 0%, rgba(3, 3, 3, 0.58) 42%, rgba(3, 3, 3, 0.14) 78%),
    radial-gradient(circle at 72% 18%, rgba(30, 207, 255, 0.2), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(255, 31, 184, 0.14), transparent 28%),
    url("../img/atmospheres/radial-amber-cyan-field.webp") center / cover no-repeat;
}

.page-hero-founder .page-hero-grid {
  grid-template-columns: minmax(0, 0.84fr) minmax(16rem, 1fr);
}

.page-hero-founder .page-hero-copy {
  max-width: 48rem;
}

.page-hero-founder .page-hero-copy h1 {
  max-width: 14ch;
}

.page-hero-spotlight::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.72) 0%, rgba(3, 3, 3, 0.42) 38%, rgba(3, 3, 3, 0.08) 68%),
    var(--spotlight-hero-image, url("../img/atmospheres/radial-amber-cyan-field.webp"));
  background-position: center, center top;
  background-size: auto, cover;
  background-repeat: no-repeat;
}

.page-hero-spotlight-inby::before {
  background-position: center, center center;
}

.page-hero-spotlight-kristof7s::before {
  background-position: center, center center;
}

.page-hero-spotlight-tic2datoc::before {
  background-position: center, center 70%;
}

.page-hero-spotlight-inkie::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.72) 0%, rgba(3, 3, 3, 0.42) 38%, rgba(3, 3, 3, 0.08) 68%),
    var(--spotlight-hero-image, url("../img/atmospheres/radial-amber-cyan-field.webp"));
  background-position: center, center 70%;
  background-size: auto, cover;
}

.page-hero-kristof .page-hero-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(16rem, 1fr);
}

.page-hero-use-cases .page-hero-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(16rem, 1fr);
}

.page-hero-spotlight .page-hero-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(16rem, 1fr);
}

.page-hero-kristof .page-hero-copy {
  max-width: 42rem;
}

.page-hero-use-cases .page-hero-copy {
  max-width: 42rem;
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 2rem;
  align-items: end;
}

.page-hero-copy h1 {
  max-width: 12.5ch;
}

.page-hero-panel {
  align-self: center;
}

.feature-stack {
  display: grid;
  gap: 1rem;
}

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

.stack-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.stack-card p {
  margin: 0;
}

.stack-card-orange {
  background:
    linear-gradient(180deg, rgba(54, 34, 18, 0.72), rgba(24, 17, 12, 0.9));
}

.stack-card-dark {
  background:
    linear-gradient(180deg, rgba(20, 24, 31, 0.88), rgba(10, 11, 14, 0.96));
}

.story-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.story-copy {
  max-width: 48rem;
}

.story-copy p + p {
  margin-top: 1rem;
}

.spotlight-glance-section {
  padding-top: 4.5rem;
}

.spotlight-glance-section .section-head {
  margin-bottom: 1.4rem;
}

.spotlight-article-section {
  padding-top: 4.5rem;
}

.founder-article-section {
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 138, 28, 0.08), transparent 22rem),
    radial-gradient(circle at 92% 34%, rgba(30, 207, 255, 0.07), transparent 20rem),
    rgba(8, 9, 11, 0.96);
}

.spotlight-article-shell {
  display: grid;
  gap: 2rem;
  justify-items: center;
}

.spotlight-article-head {
  max-width: 56rem;
  text-align: center;
}

.spotlight-article-shell .story-copy {
  width: min(100%, 56rem);
  max-width: 56rem;
}

.spotlight-video-section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.spotlight-video-shell {
  display: grid;
  gap: 1.6rem;
}

.spotlight-video-head {
  max-width: 56rem;
}

.spotlight-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: clamp(1.2rem, 3vw, 2.1rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #050505;
  box-shadow:
    0 0 0 1px rgba(255, 138, 28, 0.08) inset,
    0 28px 70px rgba(0, 0, 0, 0.42);
}

.spotlight-video-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.spotlight-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.founder-video-section {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.founder-video-shell {
  max-width: 48rem;
}

.founder-video-head {
  max-width: 42rem;
}

.founder-video-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.founder-video-frame {
  border-radius: 1.1rem;
  box-shadow:
    0 0 0 1px rgba(255, 138, 28, 0.06) inset,
    0 18px 46px rgba(0, 0, 0, 0.34);
}

.feature-columns,
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.mac-page .utility-form-card h2 {
  margin-top: 1rem;
}

.mac-page .utility-form-card .tnp {
  margin-top: 1.2rem;
}

.mac-feature-grid .card {
  min-height: 17rem;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.use-case-card {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.use-case-card-visual {
  --use-case-card-image: url("../img/atmospheres/radial-amber-cyan-field.webp");
  --use-case-card-position: center center;
  --use-case-card-accent: rgba(255, 138, 28, 0.72);
  position: relative;
  min-height: clamp(30rem, 43vw, 38rem);
  overflow: hidden;
  isolation: isolate;
  border-color: var(--use-case-card-accent);
  background: #050608;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--use-case-card-accent) 82%, transparent) inset,
    0 0 38px color-mix(in srgb, var(--use-case-card-accent) 30%, transparent),
    0 24px 60px rgba(0, 0, 0, 0.36);
}

.use-case-card-visual::before,
.use-case-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.use-case-card-visual::before {
  z-index: 0;
  background-image: var(--use-case-card-image);
  background-position: var(--use-case-card-position);
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.01);
  transition: transform 260ms ease, filter 260ms ease;
}

.use-case-card-visual::after {
  z-index: 1;
  height: auto;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(8, 10, 14, 0.68) 0%, rgba(8, 10, 14, 0.56) 34%, rgba(8, 10, 14, 0.28) 60%, rgba(8, 10, 14, 0.04) 84%),
    linear-gradient(0deg, rgba(3, 3, 3, 0.54) 0%, rgba(3, 3, 3, 0.24) 48%, rgba(3, 3, 3, 0.04) 84%);
}

.use-case-card-visual:hover::before,
.use-case-card-visual:focus-within::before {
  filter: saturate(1.08) contrast(1.04) brightness(1.04);
  transform: scale(1.045);
}

.use-case-card-visual > * {
  position: relative;
  z-index: 2;
  max-width: min(31rem, 78%);
}

.use-case-card-visual h3,
.use-case-card-visual p,
.use-case-card-visual li {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.76);
}

.use-case-card-live-loopers {
  --use-case-card-image: url("../img/heroes/live-loopers-hero.jpg");
  --use-case-card-position: center center;
  --use-case-card-accent: rgba(255, 138, 28, 0.82);
}

.use-case-card-guitarists-vocalists {
  --use-case-card-image: url("../img/heroes/guitarists-vocalists-hero.jpg");
  --use-case-card-position: center center;
  --use-case-card-accent: rgba(255, 214, 71, 0.68);
}

.use-case-card-electronic-performers {
  --use-case-card-image: url("../img/heroes/electronic-performers-hero.jpg");
  --use-case-card-position: center center;
  --use-case-card-accent: rgba(30, 207, 255, 0.72);
}

.use-case-card-producers-ipad-studios {
  --use-case-card-image: url("../img/heroes/producers-ipad-studios-hero.jpg");
  --use-case-card-position: center center;
  --use-case-card-accent: rgba(255, 31, 184, 0.66);
}

.use-case-list {
  margin: 0 0 1.1rem;
  padding-left: 1.2rem;
}

.use-case-note {
  margin-top: auto;
  padding: 0.85rem 0 0.85rem 1rem;
  border-left: 3px solid var(--use-case-card-accent, currentColor);
  color: #f1e9dc;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.45;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 72%);
}

.use-case-card .button {
  width: 100%;
  margin-top: 1.4rem;
}

.use-case-card-visual .button {
  max-width: none;
}

@media (max-width: 860px) {
  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .tutorial-episode-card {
    grid-template-columns: 1fr;
  }

  .tutorial-episode-kicker {
    grid-row: auto;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: end;
  }
}

@media (max-width: 760px) {
  .use-case-card-visual {
    min-height: 0;
  }

  .use-case-card-visual > * {
    max-width: 100%;
  }

  .use-case-card-visual::after {
    background:
      linear-gradient(90deg, rgba(8, 10, 14, 0.66) 0%, rgba(8, 10, 14, 0.48) 52%, rgba(8, 10, 14, 0.18) 100%),
      linear-gradient(0deg, rgba(3, 3, 3, 0.56) 0%, rgba(3, 3, 3, 0.24) 58%, rgba(3, 3, 3, 0.06) 100%);
  }
}

.next-step-grid .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.next-step-grid .button {
  width: 100%;
  margin-top: auto;
}

.card-yellow {
  box-shadow:
    0 0 0 1px rgba(255, 214, 71, 0.1) inset,
    0 18px 44px rgba(0, 0, 0, 0.28);
}

.theme-stage .card-yellow {
  box-shadow:
    0 0 0 1px rgba(255, 214, 71, 0.1) inset,
    0 18px 44px rgba(0, 0, 0, 0.28);
}

.page-hero-tutorials::before {
  background:
    radial-gradient(circle at 82% 22%, rgba(30, 207, 255, 0.14), transparent 24rem),
    radial-gradient(circle at 68% 72%, rgba(255, 31, 184, 0.1), transparent 22rem),
    linear-gradient(90deg, rgba(3, 3, 3, 0.72) 0%, rgba(3, 3, 3, 0.42) 42%, rgba(3, 3, 3, 0.16) 100%),
    url("../img/atmospheres/radial-amber-cyan-field.webp");
  background-position: center;
  background-size: auto, auto, auto, cover;
  background-repeat: no-repeat;
}

.tutorial-series-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.tutorial-series-card {
  position: relative;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tutorial-series-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.tutorial-series-card:has(.tutorial-series-card-link:hover),
.tutorial-series-card:has(.tutorial-series-card-link:focus-visible) {
  transform: translateY(-0.12rem);
  border-color: rgba(255, 176, 106, 0.52);
  box-shadow:
    0 0 0 1px rgba(255, 176, 106, 0.18) inset,
    0 28px 72px rgba(0, 0, 0, 0.34);
}

.tutorial-series-card-link:focus-visible {
  outline: 2px solid #ffb06a;
  outline-offset: 4px;
}

.tutorial-series-card h3 {
  color: #fff5e8;
}

.tutorial-series-card p {
  color: #d5d9e1;
}

.tutorial-series-card .button {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: auto;
}

.tutorial-back-link {
  margin: -0.1rem 0 0.9rem;
}

.tutorial-back-link .text-link {
  width: max-content;
  min-height: 2.15rem;
  padding: 0.35rem 0.7rem 0.35rem 0.58rem;
  border: 1px solid rgba(255, 176, 106, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0.8rem 2.4rem rgba(255, 112, 33, 0.1);
  color: #ffe2c1;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tutorial-back-link .text-link::before {
  content: "<";
  opacity: 0.9;
}

.tutorial-back-link .text-link::after {
  content: none;
}

.tutorial-back-link .text-link:hover,
.tutorial-back-link .text-link:focus-visible {
  border-color: rgba(255, 176, 106, 0.48);
  background: rgba(255, 132, 51, 0.15);
  color: #fff7ef;
}

.tutorial-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0;
}

.tutorial-meta-row span,
.tutorial-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.25rem 0.6rem;
  border: 1px solid rgba(255, 176, 106, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #f2dcc3;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.2;
}

.tutorial-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 1.2rem;
}

.tutorial-chip-row-large {
  margin-top: 1.35rem;
}

.tutorial-stat-panel {
  display: grid;
  gap: 1rem;
}

.tutorial-stat-panel > div {
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 138, 28, 0.15), transparent 46%),
    linear-gradient(180deg, rgba(20, 24, 31, 0.9), rgba(10, 11, 14, 0.96));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.tutorial-stat-panel span {
  display: block;
  color: #fff5e8;
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  font-weight: 850;
  line-height: 1.05;
}

.tutorial-stat-panel p {
  margin: 0.35rem 0 0;
  color: #ffb06a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tutorial-episode-grid {
  display: grid;
  gap: 1rem;
}

.tutorial-episode-card {
  display: grid;
  grid-template-columns: minmax(18rem, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(1rem, 2.4vw, 1.75rem);
  align-items: start;
  padding: clamp(1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(16, 19, 25, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 249, 252, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.7) inset,
    0 18px 44px rgba(40, 48, 62, 0.08);
}

.tutorial-episode-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

.tutorial-video-shell {
  min-width: 0;
  align-self: start;
}

.tutorial-video-trigger,
.tutorial-video-shell iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 12px;
  background: #050505;
  box-shadow:
    0 0 0 1px rgba(16, 19, 25, 0.12) inset,
    0 16px 32px rgba(16, 19, 25, 0.14);
}

.tutorial-video-trigger {
  position: relative;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}

.tutorial-video-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, opacity 180ms ease;
}

.tutorial-video-trigger:hover img,
.tutorial-video-trigger:focus-visible img {
  transform: scale(1.035);
  opacity: 0.82;
}

.tutorial-play-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 176, 106, 0.96), rgba(255, 138, 28, 0.96));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.36) inset,
    0 12px 30px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(255, 138, 28, 0.28);
  transform: translate(-50%, -50%);
}

.tutorial-play-mark::before {
  content: "";
  position: absolute;
  left: 1.18rem;
  top: 0.88rem;
  border-top: 0.62rem solid transparent;
  border-bottom: 0.62rem solid transparent;
  border-left: 0.95rem solid #1a0c02;
}

.tutorial-video-duration {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  padding: 0.22rem 0.48rem;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.78);
  color: #fff5e8;
  font-size: 0.78rem;
  font-weight: 850;
}

.tutorial-episode-copy {
  min-width: 0;
}

.tutorial-episode-kicker span:first-child {
  color: #d25c00;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 900;
  line-height: 1;
}

.tutorial-episode-kicker span:last-child {
  padding: 0.22rem 0.56rem;
  border-radius: 999px;
  background: rgba(255, 138, 28, 0.11);
  color: #7b3b08;
  font-size: 0.78rem;
  font-weight: 800;
}

.tutorial-episode-card h3 {
  margin-bottom: 0.35rem;
  color: var(--light-ink);
  font-size: clamp(1.18rem, 1.8vw, 1.45rem);
  line-height: 1.12;
}

.tutorial-episode-card p {
  margin: 0;
  color: var(--light-muted);
  font-size: 1rem;
  line-height: 1.58;
}

.tutorial-learn-list {
  display: grid;
  gap: 0.45rem;
  margin: 0.8rem 0 0;
  padding-left: 1.15rem;
  color: #354052;
}

.tutorial-episode-card .tutorial-chip-row {
  margin: 0.85rem 0 0;
}

.tutorial-episode-card .tutorial-chip-row span {
  border-color: rgba(16, 19, 25, 0.09);
  background: rgba(16, 19, 25, 0.045);
  color: #516070;
  min-height: 1.55rem;
  padding: 0.18rem 0.52rem;
  font-size: 0.76rem;
}

.tutorial-episode-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  margin-top: 0.65rem;
}

.tutorial-episode-notes {
  margin-top: 0.85rem;
  border-top: 1px solid rgba(16, 19, 25, 0.08);
  color: #354052;
}

.tutorial-episode-notes summary {
  width: fit-content;
  padding-top: 0.7rem;
  color: #c75a07;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 850;
}

.tutorial-episode-notes .tutorial-learn-list {
  margin-top: 0.7rem;
}

.tutorial-note-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  margin-top: 0.75rem;
}

.tutorial-note-links .text-link,
.tutorial-episode-actions .text-link {
  font-size: 0.92rem;
}

.tutorial-course-cta .button {
  margin-top: 0.45rem;
}

.tutorial-chapter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tutorial-companion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.tutorial-companion-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 138, 28, 0.13), transparent 44%),
    linear-gradient(180deg, rgba(19, 23, 30, 0.9), rgba(8, 10, 14, 0.96));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.tutorial-companion-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050505;
}

.tutorial-companion-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, opacity 180ms ease;
}

.tutorial-companion-thumb .tutorial-play-mark {
  width: 2.45rem;
  height: 2.45rem;
}

.tutorial-companion-thumb .tutorial-play-mark::before {
  left: 0.98rem;
  top: 0.72rem;
  border-top-width: 0.5rem;
  border-bottom-width: 0.5rem;
  border-left-width: 0.78rem;
}

.tutorial-companion-thumb:hover img,
.tutorial-companion-thumb:focus-visible img {
  transform: scale(1.035);
  opacity: 0.82;
}

.tutorial-companion-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

.tutorial-companion-copy h3 {
  color: #fff5e8;
  font-size: 1.08rem;
  line-height: 1.18;
}

.tutorial-companion-copy p {
  margin: 0.55rem 0 0;
  color: #cbd2df;
  font-size: 0.92rem;
  line-height: 1.5;
}

.tutorial-companion-copy .tutorial-chip-row {
  margin: 0.8rem 0 0.2rem;
}

.tutorial-companion-copy .text-link {
  margin-top: auto;
  font-size: 0.92rem;
}

.tutorial-chapter-group {
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border: 1px solid rgba(16, 19, 25, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 253, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.7) inset,
    0 18px 44px rgba(40, 48, 62, 0.08);
}

.tutorial-chapter-group h3 {
  margin-bottom: 0.85rem;
  color: var(--light-ink);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
}

.tutorial-chapter-list {
  display: grid;
  gap: 0.45rem;
}

.tutorial-chapter-link {
  display: grid;
  grid-template-columns: 3.8rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(16, 19, 25, 0.08);
  color: var(--light-ink);
  text-decoration: none;
}

.tutorial-chapter-link:first-child {
  border-top: 0;
}

.tutorial-chapter-link span {
  color: #c75a07;
  font-size: 0.82rem;
  font-weight: 850;
}

.tutorial-chapter-link strong {
  color: #354052;
  font-size: 0.96rem;
  line-height: 1.3;
}

.tutorial-chapter-link:hover strong,
.tutorial-chapter-link:focus-visible strong {
  color: #d25c00;
}

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

  .tutorial-episode-kicker {
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: end;
  }

  .tutorial-video-shell {
    max-width: 36rem;
  }

  .tutorial-chapter-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .tutorial-companion-grid {
    grid-template-columns: 1fr;
  }
}

.workflow-card {
  min-height: 15rem;
}

.section-actions {
  margin-top: 1.5rem;
}

.text-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #f3b071;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.text-link::after {
  content: ">";
  opacity: 0.8;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.spotlight-card {
  --spotlight-card-image: url("../img/atmospheres/radial-amber-cyan-field.webp");
  --spotlight-card-position: center center;
  --spotlight-card-accent: rgba(255, 138, 28, 0.72);
  --spotlight-card-text-accent: var(--orange);
  position: relative;
  grid-column: span 3;
  min-height: clamp(24rem, 35vw, 32rem);
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #050608;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 60px rgba(0, 0, 0, 0.36);
}

.spotlight-card.card-orange {
  --spotlight-card-accent: rgba(255, 138, 28, 0.82);
  --spotlight-card-text-accent: var(--orange);
}

.spotlight-card.card-cyan {
  --spotlight-card-accent: rgba(30, 207, 255, 0.72);
  --spotlight-card-text-accent: var(--cyan);
}

.spotlight-card.card-magenta {
  --spotlight-card-accent: rgba(255, 31, 184, 0.66);
  --spotlight-card-text-accent: var(--magenta);
}

.spotlight-card.card-green {
  --spotlight-card-accent: rgba(156, 255, 0, 0.56);
  --spotlight-card-text-accent: var(--green);
}

.spotlight-card.card-yellow {
  --spotlight-card-accent: rgba(255, 214, 71, 0.62);
  --spotlight-card-text-accent: var(--yellow);
}

.spotlight-card-feature {
  grid-column: span 6;
  min-height: clamp(30rem, 48vw, 42rem);
}

.spotlight-card-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: inherit;
  color: inherit;
  text-decoration: none;
  isolation: isolate;
}

.spotlight-card-link::before,
.spotlight-card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.spotlight-card-link::before {
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.82) 0%, rgba(3, 3, 3, 0.48) 42%, rgba(3, 3, 3, 0.06) 72%),
    linear-gradient(0deg, rgba(3, 3, 3, 0.92) 0%, rgba(3, 3, 3, 0.4) 42%, rgba(3, 3, 3, 0.02) 78%);
}

.spotlight-card-link::after {
  border-radius: inherit;
  box-shadow:
    0 0 0 1px var(--spotlight-card-accent) inset,
    0 0 38px color-mix(in srgb, var(--spotlight-card-accent) 34%, transparent);
  opacity: 0.5;
  transition: opacity 180ms ease, box-shadow 180ms ease;
}

.spotlight-card-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background-image: var(--spotlight-card-image);
  background-position: var(--spotlight-card-position);
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.01);
  transition: transform 260ms ease, filter 260ms ease;
}

.spotlight-card-copy {
  display: flex;
  width: min(68%, 34rem);
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(1.35rem, 3vw, 2.45rem);
}

.spotlight-card-feature .spotlight-card-copy {
  width: min(55%, 46rem);
  padding: clamp(1.6rem, 4vw, 3rem);
}

.spotlight-card-title {
  display: block;
  margin-bottom: 0.7rem;
  color: #f7f7f9;
  font-size: clamp(2rem, 4vw, 4.8rem);
  font-weight: 780;
  line-height: 0.96;
  letter-spacing: 0;
}

.spotlight-card:not(.spotlight-card-feature) .spotlight-card-title {
  font-size: clamp(1.85rem, 3vw, 3rem);
}

.spotlight-card-link:hover .spotlight-card-media,
.spotlight-card-link:focus-visible .spotlight-card-media {
  filter: saturate(1.06) brightness(1.06);
  transform: scale(1.045);
}

.spotlight-card-link:hover::after,
.spotlight-card-link:focus-visible::after {
  opacity: 0.82;
  box-shadow:
    0 0 0 1px var(--spotlight-card-accent) inset,
    0 0 50px color-mix(in srgb, var(--spotlight-card-accent) 44%, transparent);
}

.spotlight-card-link:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.spotlight-summary {
  display: block;
  max-width: 30rem;
  margin-bottom: 1rem;
  color: rgba(237, 240, 248, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.58;
}

.spotlight-setup {
  display: block;
  max-width: 28rem;
  margin-bottom: 1.25rem;
  color: #d2ccc2;
  font-size: 1rem;
  line-height: 1.5;
}

.spotlight-card .text-link {
  margin-top: 0;
  color: var(--spotlight-card-text-accent);
}

.spotlight-card-inline {
  grid-column: auto;
  min-height: 0;
  background:
    linear-gradient(180deg, rgba(12, 13, 16, 0.98), rgba(4, 5, 7, 0.99));
}

.spotlight-card-inline .spotlight-card-link {
  position: relative;
  min-height: 100%;
  flex-direction: column;
  align-items: stretch;
}

.spotlight-card-inline .spotlight-card-link::before {
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(3, 3, 3, 0.22) 0%, rgba(3, 3, 3, 0) 42%);
}

.spotlight-card-inline .spotlight-card-link::after {
  z-index: 3;
  opacity: 0.58;
}

.spotlight-card-inline .spotlight-card-media {
  position: relative;
  inset: auto;
  z-index: 0;
  min-height: clamp(13rem, 20vw, 17rem);
  border-radius: 0;
  background-position: var(--spotlight-card-position);
}

.spotlight-card-inline .spotlight-card-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: auto;
  flex: 1;
  padding: 1.45rem;
}

.spotlight-card-inline .spotlight-card-title {
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
}

.spotlight-card-inline .spotlight-summary,
.spotlight-card-inline .spotlight-setup {
  max-width: none;
}

.spotlight-card-markus-k {
  --spotlight-card-position: center top;
}

.spotlight-card-kristof7s,
.spotlight-card-inby {
  --spotlight-card-position: center center;
}

.spotlight-card-inkie,
.spotlight-card-tic2datoc {
  --spotlight-card-position: center 70%;
}

.prose-spotlight {
  max-width: 56rem;
}

.prose-spotlight p + p {
  margin-top: 1rem;
}

.prose-spotlight h2 {
  margin-top: 2.4rem;
  margin-bottom: 0.85rem;
}

.prose-spotlight h2:first-child {
  margin-top: 0;
}

.spotlight-pullquote {
  position: relative;
  clear: both;
  width: 100%;
  margin: clamp(4.2rem, 7vw, 6rem) 0;
  padding: clamp(2.1rem, 4.5vw, 3rem) clamp(2rem, 5vw, 3.5rem) clamp(2.1rem, 4.5vw, 3rem) clamp(5rem, 8vw, 6.5rem);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: clamp(1.3rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 138, 28, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 138, 28, 0.14), rgba(30, 207, 255, 0.06) 46%, rgba(255, 255, 255, 0.035)),
    rgba(12, 15, 20, 0.92);
  color: var(--cream);
  box-shadow:
    0 0 0 1px rgba(255, 138, 28, 0.1) inset,
    0 24px 60px rgba(0, 0, 0, 0.36);
  font-size: clamp(1.75rem, 2.7vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.spotlight-pullquote::before {
  content: "“";
  position: absolute;
  left: clamp(1.25rem, 3vw, 2rem);
  top: clamp(1rem, 3vw, 1.55rem);
  color: var(--orange);
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 0.78;
  text-shadow: 0 0 24px rgba(255, 138, 28, 0.34);
}

.spotlight-pullquote p {
  margin: 0;
  max-width: 34ch;
  color: var(--cream);
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.spotlight-breakout {
  margin: 0 0 3rem;
}

.spotlight-breakout-push-top {
  margin-top: 4rem;
}

.spotlight-wrap-block {
  display: flow-root;
}

.spotlight-wrap-block p + p:last-child {
  clear: both;
}

.spotlight-wrap-block--wrap-tail p + p:last-child {
  clear: none;
}

.prose-spotlight .spotlight-wrap-block + p.spotlight-wrap-block--wrap-tail {
  margin-top: 1rem;
}

.spotlight-split-block {
  clear: both;
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
  margin-top: 2.4rem;
}

.spotlight-split-block .spotlight-breakout {
  float: none;
  width: 100%;
  margin: 0;
}

.spotlight-split-block .spotlight-breakout-push-top {
  margin-top: 4rem;
}

.spotlight-split-copy h2 {
  margin-top: 0;
}

.spotlight-split-copy p + p {
  margin-top: 1rem;
}

.prose-spotlight .spotlight-split-block + p.spotlight-wrap-block--wrap-tail {
  margin-top: 1.5rem;
}

@media (min-width: 1280px) {
  .spotlight-split-block-left {
    width: calc(100% + 5rem);
    margin-left: -5rem;
    grid-template-columns: minmax(28rem, 0.9fr) minmax(0, 1fr);
  }
}

.prose-spotlight p + .spotlight-wrap-block {
  margin-top: 2.4rem;
}

.prose-spotlight p + .spotlight-breakout {
  margin-top: 2.4rem;
}

.spotlight-breakout-right {
  width: min(34rem, 52%);
  margin-right: 0;
  margin-left: 2rem;
  float: right;
}

.spotlight-breakout-left {
  width: min(34rem, 52%);
  margin-left: 0;
  margin-right: 2rem;
  float: left;
}

@media (min-width: 1280px) {
  .spotlight-breakout-right:not(.spotlight-breakout-contained) {
    margin-right: -5rem;
    margin-left: 2.5rem;
  }

  .spotlight-breakout-left:not(.spotlight-breakout-contained) {
    margin-left: -5rem;
    margin-right: 2.5rem;
  }
}

@media (min-width: 1540px) {
  .spotlight-breakout-right:not(.spotlight-breakout-contained) {
    margin-right: -5rem;
  }

  .spotlight-breakout-left:not(.spotlight-breakout-contained) {
    margin-left: -5rem;
  }
}

.spotlight-breakout img {
  display: block;
  width: 100%;
  border-radius: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 0 1px rgba(255, 138, 28, 0.08) inset,
    0 24px 70px rgba(0, 0, 0, 0.42);
}

.spotlight-breakout figcaption {
  margin-top: 0.8rem;
  color: rgba(215, 224, 237, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (min-width: 1180px) {
  .spotlight-pullquote {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}

@media (min-width: 981px) {
  .prose-spotlight .spotlight-breakout + h2 {
    margin-top: 0;
  }
}

.spotlight-details {
  clear: both;
  margin-top: 3rem;
  padding: clamp(1.5rem, 4vw, 2.2rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(1.3rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 80% 0%, rgba(30, 207, 255, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(20, 24, 31, 0.78), rgba(8, 10, 14, 0.9));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.spotlight-details h2 {
  margin-top: 0;
}

.spotlight-details-intro {
  max-width: 42rem;
}

.spotlight-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.spotlight-detail-grid article {
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
}

.spotlight-detail-grid h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
}

.spotlight-detail-grid p {
  margin: 0;
  color: #c5cbd6;
  font-size: 0.98rem;
  line-height: 1.55;
}

.spotlight-sidecar {
  clear: both;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  margin: 2.3rem 0 2.6rem;
  padding: clamp(1.25rem, 3vw, 1.7rem);
  border: 1px solid rgba(255, 138, 28, 0.18);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 138, 28, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(255, 138, 28, 0.1), rgba(30, 207, 255, 0.045) 54%, rgba(255, 255, 255, 0.035));
  box-shadow:
    0 0 0 1px rgba(255, 138, 28, 0.06) inset,
    0 20px 54px rgba(0, 0, 0, 0.28);
}

.spotlight-sidecar h3 {
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.spotlight-sidecar p {
  margin: 0;
  max-width: 38rem;
  color: #c5cbd6;
}

.spotlight-sidecar .button {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .spotlight-split-block {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
  }

  .spotlight-sidecar {
    grid-template-columns: 1fr;
  }

  .spotlight-sidecar .button {
    justify-self: start;
  }

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

  .trust-items,
  .header-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .page-404-grid {
    grid-template-columns: 1fr;
  }

  .page-404-signal {
    min-height: 18rem;
    order: -1;
  }

  .footer-link-groups {
    justify-self: stretch;
    width: 100%;
  }

  .card-grid-3,
  .card-grid-4,
  .pillar-grid,
  .feature-columns,
  .workflow-grid,
  .pricing-step-grid,
  .learn-path-grid,
  .community-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid-3 > :first-child:nth-last-child(3),
  .pillar-grid > :first-child:nth-last-child(3),
  .feature-columns > :first-child:nth-last-child(3),
  .workflow-grid > :first-child:nth-last-child(3),
  .pricing-step-grid > :first-child:nth-last-child(3),
  .community-grid > :first-child:nth-last-child(3) {
    grid-column: 1 / -1;
  }

  .pillar-grid-featured .pillar-card,
  .pillar-grid-featured .pillar-card:nth-last-child(2),
  .pillar-grid-featured .pillar-card:last-child {
    grid-column: auto;
  }

  .testimonial-grid,
  .social-proof-panel {
    grid-template-columns: 1fr;
  }

  .social-proof-lead {
    padding-right: 0;
  }

  .social-proof-lead blockquote p {
    max-width: none;
  }

  .artist-rail {
    --artist-rail-peek: clamp(4.5rem, 16vw, 8rem);
    display: flex;
    overflow-x: auto;
    padding: 0 2rem 0.35rem;
    margin-inline: -1rem;
    scroll-padding-left: 2rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .artist-rail .artist-card {
    flex: 0 0 min(24rem, calc(100% - var(--artist-rail-peek)));
    scroll-snap-align: start;
  }

  .artist-rail .spotlight-card-inline {
    flex: 0 0 min(26rem, calc(100% - var(--artist-rail-peek)));
    scroll-snap-align: start;
  }

  .artist-rail > .card {
    flex: 0 0 min(24rem, calc(100% - var(--artist-rail-peek)));
    scroll-snap-align: start;
  }

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

  .hero {
    padding-top: 4.6rem;
  }

  .hero-panel {
    margin-top: 1rem;
  }

  .page-hero-panel {
    margin-top: 1rem;
  }

  .page-hero {
    min-height: clamp(27rem, 52svh, 35rem);
    padding-top: 3.4rem;
    padding-bottom: 2.8rem;
  }

  .page-hero-kristof,
  .page-hero-use-cases {
    min-height: clamp(28rem, 55svh, 36rem);
  }

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

  .spotlight-card,
  .spotlight-card-feature {
    grid-column: span 6;
  }

  .spotlight-card-inline {
    grid-column: auto;
  }

  .spotlight-breakout-right {
    float: none;
    width: 100%;
    margin: 2.4rem 0;
  }

  .prose-spotlight p + .spotlight-wrap-block {
    margin-top: 2.4rem;
  }

  .prose-spotlight p + .spotlight-breakout {
    margin-top: 2.4rem;
  }

  .spotlight-breakout-left {
    float: none;
    width: 100%;
    margin: 2.4rem 0;
  }

  .spotlight-pullquote {
    width: 100%;
    margin-left: 0;
  }

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

  .theme-stage .hero-copy {
    max-width: 48rem;
  }

  .theme-stage .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-left: clamp(0.75rem, 3vw, 2rem);
  }

  .theme-stage .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(4.4rem, 8.4vw, 5.4rem);
  }

  .theme-stage .lead {
    max-width: 38rem;
  }

  .theme-stage .hero-panel {
    order: -1;
    width: min(100%, 42rem);
    min-height: 0;
    margin: 0 auto;
    justify-self: center;
  }

  .theme-stage .hero-signal {
    min-height: 0;
    padding-top: 0;
    margin-bottom: 0;
  }

  .theme-stage .hero-logo-disc {
    position: relative;
    left: auto;
    top: auto;
    width: min(37rem, 70vw);
    margin: -20%;
    transform: none;
  }

  .theme-stage .hero-card {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .site-shell {
    width: calc(100% - 2rem);
    max-width: calc(100vw - 2rem);
  }

  .hero-copy,
  .page-hero-copy,
  .section-head,
  .story-copy,
  .card,
  .page-hero-grid,
  .hero-grid {
    min-width: 0;
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  p,
  li {
    overflow-wrap: break-word;
  }

  .button {
    max-width: 100%;
    white-space: normal;
  }

  .utility-app-card {
    grid-template-columns: 1fr;
  }

  .project-open-card {
    border-radius: 18px;
  }

  .project-open-content {
    padding: 0.85rem 0.15rem 0.1rem;
  }

  .project-open-content h1 {
    font-size: clamp(1.3rem, 7vw, 1.75rem);
  }

  .project-open-actions .button,
  .project-open-install .button {
    width: 100%;
  }

  .utility-page .lead {
    max-width: 20rem;
  }

  .utility-card {
    box-sizing: border-box;
    max-width: calc(100vw - 2rem);
  }

  .utility-card h2 {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .utility-password-card > * {
    max-width: 19rem;
  }

  .utility-app-card > img {
    width: 4.8rem;
  }

  .hero,
  .section {
    padding: 3.5rem 0;
  }

  .page-404-hero {
    min-height: auto;
    padding: 3.75rem 0;
  }

  .page-404-copy h1 {
    max-width: 8.5ch;
  }

  .page-404-copy .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-404-copy .button {
    width: 100%;
  }

  .page-404-signal {
    min-height: 13rem;
  }

  .hero-card,
  .pricing-block,
  .footer-cta,
  .card {
    padding: 1.25rem;
  }

  .hero-grid,
  .pricing-block,
  .page-hero-grid,
  .card-grid-3,
  .card-grid-4,
  .social-proof-panel,
  .pillar-grid,
  .artist-rail,
  .story-layout,
  .feature-columns,
  .workflow-grid,
  .use-case-grid,
  .pricing-step-grid,
  .learn-path-grid,
  .community-grid,
  .spotlight-detail-grid,
  .tutorial-series-grid,
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .footer-link-groups {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .footer-links {
    gap: 0.55rem 0.9rem;
  }

  .page-hero-kristof .page-hero-grid,
  .page-hero-use-cases .page-hero-grid,
  .page-hero-founder .page-hero-grid,
  .page-hero-spotlight .page-hero-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
    gap: 0.8rem;
    padding: 0.78rem 0;
  }

  .brand {
    font-size: 1.08rem;
    letter-spacing: 0.1em;
  }

  .page-hero {
    min-height: clamp(30rem, 68svh, 35rem);
    padding-top: 2.8rem;
    padding-bottom: 2.5rem;
    align-items: end;
  }

  .page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(3, 3, 3, 0.58) 0%, rgba(3, 3, 3, 0.32) 62%, rgba(3, 3, 3, 0.12) 100%),
      linear-gradient(0deg, rgba(3, 3, 3, 0.68) 0%, rgba(3, 3, 3, 0.22) 44%, rgba(3, 3, 3, 0.04) 78%);
  }

  .page-hero-artist-spotlights::before {
    background:
      linear-gradient(90deg, rgba(3, 3, 3, 0.99) 0%, rgba(3, 3, 3, 0.92) 62%, rgba(3, 3, 3, 0.58) 100%),
      url("../img/heroes/artist-spotlights-hero.jpg");
    background-position: center, 75% center;
    background-size: auto, cover;
    background-repeat: no-repeat;
  }

  .page-hero-copy h1,
  .page-hero-copy .lead,
  .spotlight-card-title,
  .spotlight-summary,
  .spotlight-setup {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.76);
  }

  .spotlight-card,
  .spotlight-card-feature {
    grid-column: auto;
    min-height: 0;
    --spotlight-card-position: 75% top;
    background:
      linear-gradient(180deg, rgba(12, 13, 16, 0.96), rgba(4, 5, 7, 0.98));
  }

  .spotlight-card-link::before {
    background:
      linear-gradient(0deg, rgba(3, 3, 3, 0.2) 0%, rgba(3, 3, 3, 0) 40%);
  }

  .spotlight-card-link::after {
    z-index: 2;
    opacity: 0.66;
  }

  .spotlight-card-link {
    position: relative;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .spotlight-card-media {
    position: relative;
    inset: auto;
    z-index: auto;
    min-height: 17rem;
    border-radius: 0;
    background-position: var(--spotlight-card-position);
    box-shadow: none;
  }

  .spotlight-card-copy,
  .spotlight-card-feature .spotlight-card-copy {
    width: min(100%, 34rem);
    min-height: auto;
    padding: 1.25rem;
  }

  .spotlight-summary {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .spotlight-setup {
    font-size: 0.94rem;
  }

  .primary-nav {
    display: none;
  }

  .theme-stage .hero {
    padding-top: 6.6rem;
    padding-bottom: 4.4rem;
    min-height: auto;
    overflow: hidden;
  }

  .theme-stage .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-left: 0;
  }

  .theme-stage .eyebrow {
    max-width: 23rem;
    letter-spacing: 0.12em;
    line-height: 1.45;
    font-size: 0.78rem;
    margin-bottom: 0.95rem;
  }

  .theme-stage h1 {
    max-width: 12.8ch;
    font-size: clamp(2.52rem, 11vw, 3.75rem);
    letter-spacing: -0.052em;
    margin-bottom: 1.1rem;
  }

  .theme-stage .page-hero-copy h1 {
    max-width: 15.5ch;
    font-size: clamp(2.25rem, 8.9vw, 3.15rem);
    letter-spacing: -0.045em;
  }

  .theme-stage .lead {
    max-width: 28rem;
    font-size: 1rem;
    line-height: 1.56;
  }

  .lead-desktop {
    display: none;
  }

  .lead-mobile {
    display: block;
  }

  .theme-stage .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 1.25rem 0 0.65rem;
  }

  .vip-hero-card {
    width: 100%;
    padding: 1rem;
    border-radius: 18px;
  }

  .theme-stage .vip-hero-card h2 {
    font-size: clamp(1.45rem, 6.4vw, 1.9rem);
  }

  .vip-hero-card p,
  .vip-footnote {
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .vip-actions {
    margin: 0.9rem 0;
  }

  .vip-redeem-button {
    min-height: 3rem;
    font-size: 0.94rem;
  }

  .vip-redeem-note {
    font-size: 0.9rem;
  }

  .theme-stage .button {
    width: 100%;
    min-height: 3.1rem;
    padding: 0.72rem 1rem;
  }

  .theme-stage .button-secondary {
    min-height: auto;
    width: 100%;
    justify-self: center;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 176, 106, 0.32);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.035) inset,
      0 0 22px rgba(255, 138, 28, 0.1);
    color: #fff3e4;
  }

  .theme-stage .support-line {
    max-width: 18rem;
    margin-top: 1rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .theme-stage .hero-panel {
    width: min(100%, 26rem);
    min-height: 0;
    margin: 0 auto;
    justify-self: center;
    transform: none;
    opacity: 1;
  }

  .theme-stage .hero-signal {
    min-height: 0;
    height: auto;
    padding-top: 0;
    overflow: visible;
    gap: 0;
    border-radius: 0;
    margin: 0 auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .theme-stage .signal-disc {
    width: min(16rem, 72vw);
    transform: translateY(0.8rem);
  }

  .theme-stage .hero-logo-disc {
    width: min(25rem, 76vw);
  }

  .theme-stage .hero-card {
    display: block;
    padding: 1.25rem;
  }

  .theme-stage .hero-card h2 {
    font-size: 1.45rem;
  }

  .theme-stage .hero-card p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .testimonial-card {
    min-height: auto;
  }

  .header-cta {
    display: inline-flex;
  }

  .mobile-nav {
    display: block;
  }

  .trust-strip {
    padding: 1rem 0;
  }

  .trust-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    width: min(calc(100% - 2rem), var(--shell));
    padding: 0;
  }

  .trust-items span {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.84rem;
    line-height: 1.35;
    white-space: normal;
  }

  .section {
    padding: 3rem 0;
  }

  .section-head {
    margin-bottom: 2rem;
  }

  .section-head .eyebrow {
    margin-bottom: 0.65rem;
  }

  .section-head h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
    margin-bottom: 0.8rem;
  }

  .section-head p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .story-layout {
    gap: 0.85rem;
  }

  .story-layout .section-head {
    margin-bottom: 0;
  }

  .card-grid,
  .pillar-grid,
  .artist-rail,
  .feature-columns {
    gap: 1rem;
  }

  .card-signal,
  .pillar-card,
  .artist-card,
  .workflow-card {
    min-height: auto;
  }

  .card h3,
  .artist-card h3,
  .pillar-card h3 {
    font-size: 1.28rem;
    margin-bottom: 0.75rem;
  }

  .card p,
  .artist-card p,
  .pillar-card p {
    font-size: 0.96rem;
    line-height: 1.56;
  }

  .signal-tag {
    min-height: 1.75rem;
    margin-bottom: 0.75rem;
    padding: 0.2rem 0.58rem;
    font-size: 0.68rem;
    letter-spacing: 0.075em;
  }

  .pillar-accent {
    width: 4.2rem;
    height: 0.28rem;
    margin-bottom: 0.9rem;
  }

  .artist-rail {
    display: flex;
    overflow-x: auto;
    padding: 0 2rem 0.35rem;
    margin-inline: -1rem;
    scroll-padding-left: 2rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .artist-rail .artist-card {
    flex: 0 0 min(84vw, 22rem);
    scroll-snap-align: start;
  }

  .artist-rail .spotlight-card-inline {
    flex: 0 0 min(84vw, 24rem);
    scroll-snap-align: start;
  }

  .artist-rail > .card {
    flex: 0 0 min(84vw, 22rem);
    scroll-snap-align: start;
  }

  .section-actions {
    margin-top: 1rem;
  }

  .section-actions .button {
    width: 100%;
  }

  .resource-row {
    grid-template-columns: 1fr;
  }

  .community-link-grid {
    grid-template-columns: 1fr;
  }

  .community-link-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .pricing-block {
    gap: 1rem;
  }

  .pricing-block h2 {
    font-size: clamp(2rem, 8.5vw, 2.55rem);
  }

  .pricing-list {
    display: grid;
    gap: 0.55rem;
    padding-left: 0;
    list-style: none;
  }

  .pricing-list li {
    position: relative;
    padding: 0 0 0 1.35rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .pricing-list li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #ff9b43;
    box-shadow: 0 0 12px rgba(255, 138, 28, 0.24);
  }

  .footer-cta {
    text-align: left;
  }

  .footer-cta h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .footer-cta .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .theme-stage h1 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 10.7vw, 3.05rem);
  }

  .theme-stage .page-hero-copy h1 {
    max-width: 15.5ch;
    font-size: clamp(2.05rem, 8.6vw, 2.65rem);
  }

  .theme-stage .lead {
    font-size: 1rem;
  }

  .theme-stage .signal-disc {
    width: min(14rem, 74vw);
  }
}

.page-stage .use-case-card .button-secondary,
.theme-stage .use-case-card .button-secondary {
  min-height: 3.45rem;
  border-color: transparent;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--use-case-card-accent, rgba(255, 138, 28, 0.82)) 84%, white),
      color-mix(in srgb, var(--use-case-card-accent, rgba(255, 138, 28, 0.82)) 88%, black)
    );
  color: #160d08;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16) inset,
    0 0 28px color-mix(in srgb, var(--use-case-card-accent, rgba(255, 138, 28, 0.82)) 38%, transparent),
    0 16px 34px color-mix(in srgb, var(--use-case-card-accent, rgba(255, 138, 28, 0.82)) 26%, transparent);
}

.page-stage .use-case-card .button-secondary::after,
.theme-stage .use-case-card .button-secondary::after {
  color: #160d08;
  opacity: 0.78;
}

.page-stage .use-case-card .button-secondary:hover,
.page-stage .use-case-card .button-secondary:focus,
.theme-stage .use-case-card .button-secondary:hover,
.theme-stage .use-case-card .button-secondary:focus {
  border-color: transparent;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--use-case-card-accent, rgba(255, 138, 28, 0.82)) 74%, white),
      color-mix(in srgb, var(--use-case-card-accent, rgba(255, 138, 28, 0.82)) 94%, black)
    );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 0 34px color-mix(in srgb, var(--use-case-card-accent, rgba(255, 138, 28, 0.82)) 46%, transparent),
    0 18px 38px color-mix(in srgb, var(--use-case-card-accent, rgba(255, 138, 28, 0.82)) 34%, transparent);
}

.page-stage .artist-card .signal-tag-cyan {
  color: #126c8a;
  border-color: rgba(18, 108, 138, 0.42);
  background: linear-gradient(180deg, rgba(18, 108, 138, 0.105), rgba(18, 108, 138, 0.035));
  box-shadow: none;
}

.page-stage .artist-card .button-secondary {
  color: var(--light-ink);
  border-color: rgba(16, 19, 25, 0.18);
  background: rgba(16, 19, 25, 0.045);
  box-shadow: none;
}

.page-stage .artist-card .button-secondary:hover,
.page-stage .artist-card .button-secondary:focus {
  border-color: rgba(255, 138, 28, 0.45);
  background: rgba(255, 138, 28, 0.09);
}

.page-stage .artist-card .tnp,
.page-stage .artist-card .tnp label,
.page-stage .artist-card .tnp a {
  color: var(--light-muted);
}

.page-stage .artist-card .tnp a {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.page-stage .artist-card .tnp-privacy {
  accent-color: var(--orange);
}

.page-manual .documentor-default .doc-menu {
  padding: 0.45rem !important;
}

.page-manual .documentor-default .doc-menurelated,
.page-manual .documentor-default .doc-menurelated ul,
.page-manual .documentor-default .doc-menurelated ol,
.page-manual .documentor-default .doc-menurelated li {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.page-manual .documentor-default .doc-menu ul.doc-list-front ul,
.page-manual .documentor-default .doc-menu ol.doc-list-front ol {
  padding-left: 0 !important;
}

.page-manual .documentor-default .doc-menu li a,
.page-manual .documentor-default .doc-menu a.doc-acta {
  column-gap: 0.35rem !important;
  padding-left: 0.12rem !important;
  padding-right: 0.12rem !important;
}

.page-manual .documentor-default .doc-menu .doc-list-front > li > ul > li > a {
  padding-left: 0.58rem !important;
}

.page-manual .documentor-default .doc-menu .doc-list-front > li > ul > li > ul > li > a {
  padding-left: 1rem !important;
}

.page-manual .documentor-default .doc-menu .doc-list-front > li > ul > li > ul > li > ul > li > a {
  padding-left: 1.35rem !important;
}

@media (max-width: 680px) {
  .page-manual .manual-doc-frame {
    padding: 0.45rem !important;
  }

  .page-manual .documentor-default .doc-menu {
    padding: 0.4rem !important;
    border-radius: 18px;
  }

  .page-manual .documentor-default .doc-search {
    grid-template-columns: minmax(0, 1fr) 1.35rem;
    column-gap: 0.5rem;
  }
}

.page-manual .manual-doc-frame {
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius) + 4px);
  background:
    radial-gradient(circle at top left, rgba(255, 138, 28, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(16, 19, 24, 0.98), rgba(10, 12, 16, 0.98));
  box-shadow: var(--shadow);
}

.page-manual .documentor-topicons,
.page-manual .docu-feedback,
.page-manual .negative-feedbackform,
.page-manual .feedback-msg {
  display: none !important;
}

.page-manual .documentor-default,
.page-manual .documentor-default * {
  box-sizing: border-box;
}

.page-manual .documentor-default .document-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.page-manual .documentor-default .doc-menu,
.page-manual .documentor-default .doc-sec-container {
  width: auto;
  float: none;
  margin: 0;
  padding-top: 0;
}

.page-manual .documentor-default .doc-menu {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);
  align-self: start;
  height: max-content;
  max-height: calc(100vh - 2rem);
  padding: 0.55rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(25, 29, 37, 0.96), rgba(14, 17, 22, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 18px 48px rgba(0, 0, 0, 0.22);
}

.page-manual .documentor-default .doc-menurelated {
  max-height: calc(100vh - 10rem);
  overflow: auto;
  padding-left: 0;
  padding-right: 0.1rem;
}

.page-manual .documentor-default .doc-menurelated ol,
.page-manual .documentor-default .doc-menurelated ul,
.page-manual .documentor-default .doc-menurelated li {
  margin: 0;
  padding-left: 0 !important;
  list-style: none !important;
  counter-reset: none !important;
  counter-increment: none !important;
}

.page-manual .documentor-default .doc-menurelated ol.doc-list-front,
.page-manual .documentor-default .doc-menurelated ol.doc-list-front ol,
.page-manual .documentor-default .doc-menurelated ul.doc-list-front,
.page-manual .documentor-default .doc-menurelated ul.doc-list-front ul,
.page-manual .documentor-default .doc-menurelated li.doc-actli {
  display: block !important;
  list-style-type: none !important;
}

.page-manual .documentor-default .doc-menurelated ol,
.page-manual .documentor-default .doc-menurelated ul {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important;
}

.page-manual .documentor-default .doc-menurelated li.doc-actli::marker,
.page-manual .documentor-default .doc-menurelated ol.doc-list-front > li::marker,
.page-manual .documentor-default .doc-menurelated ol.doc-list-front ol > li::marker,
.page-manual .documentor-default .doc-menurelated ul.doc-list-front > li::marker,
.page-manual .documentor-default .doc-menurelated ul.doc-list-front ul > li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.page-manual .documentor-default .doc-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 1.45rem;
  align-items: center;
  column-gap: 0.65rem;
  margin-bottom: 1.3rem;
}

.page-manual .documentor-default .doc-search input {
  min-height: 2.8rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-manual .documentor-default .doc-search input::placeholder {
  color: rgba(245, 247, 251, 0.52);
}

.page-manual .documentor-default .doc-search img {
  position: static;
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  margin: 0;
  align-self: center;
  justify-self: center;
  transform: none;
  opacity: 0.72;
}

.page-manual .documentor-default .doc-menu li {
  display: block;
  line-height: 1.5;
}

.page-manual .documentor-default .doc-menu ol li::before {
  content: none;
}

.page-manual .documentor-default .doc-menu ol.doc-list-front,
.page-manual .documentor-default .doc-menu ul.doc-list-front {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.page-manual .documentor-default .doc-menu ol.doc-list-front ol,
.page-manual .documentor-default .doc-menu ul.doc-list-front ul {
  margin-left: 0 !important;
  padding: 0.05rem 0 0.18rem 0.02rem;
}

.page-manual .documentor-default .doc-menu li a,
.page-manual .documentor-default .doc-menu a.doc-acta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 0.32rem;
  padding: 0.38rem 0.08rem;
  border-radius: 14px;
  color: rgba(245, 247, 251, 0.8);
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.page-manual .documentor-default .doc-menu li a::before,
.page-manual .documentor-default .doc-menu a.doc-acta::before {
  content: attr(data-sec-counter) ".";
  color: rgba(245, 247, 251, 0.72);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  line-height: 1.45;
  white-space: nowrap;
}

.page-manual .documentor-default .doc-menu li a:hover,
.page-manual .documentor-default .doc-menu li a:focus,
.page-manual .documentor-default .doc-menu a.doc-acta {
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
}

.page-manual .documentor-default .doc-menu li a.doc-acta {
  box-shadow: 0 0 0 1px rgba(255, 138, 28, 0.26) inset;
}

.page-manual .documentor-default .doc-sec-container {
  min-width: 0;
}

.page-manual .documentor-default .doc-sectionwrap {
  margin-top: 1rem;
}

.page-manual .manual-back-to-contents {
  display: none;
}

.page-manual .documentor-default .documentor-section {
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(19, 22, 28, 0.96), rgba(11, 13, 18, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 14px 34px rgba(0, 0, 0, 0.18);
}

.page-manual .documentor-default .documentor-section::after {
  content: "";
  display: block;
  clear: both;
}

.page-manual .documentor-default .doc-sec-title,
.page-manual .documentor-default .doc-sec-title a {
  color: var(--ink);
}

.page-manual .documentor-default .doc-sec-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.025em;
}

.page-manual .documentor-default .doc-sec-count {
  color: var(--orange);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.page-manual .documentor-default .doc-sec-link {
  color: rgba(255, 255, 255, 0.5);
}

.page-manual .documentor-default .doc-sec-content {
  margin-top: 0;
}

.page-manual .documentor-default .doc-sec-content > :first-child {
  margin-top: 0;
}

.page-manual .documentor-default .doc-sec-content h5,
.page-manual .documentor-default .doc-sec-content h4,
.page-manual .documentor-default .doc-sec-content h3 {
  color: var(--ink);
  margin: 1.5rem 0 0.75rem;
}

.page-manual .documentor-default .doc-sec-content h6 {
  color: var(--ink);
  margin: 1.35rem 0 0.65rem;
  font-size: 1rem;
  line-height: 1.35;
}

.page-manual .documentor-default .doc-sec-content p,
.page-manual .documentor-default .doc-sec-content li,
.page-manual .documentor-default .doc-sec-content td,
.page-manual .documentor-default .doc-sec-content th {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.page-manual .documentor-default .doc-sec-content strong {
  color: var(--ink);
}

.page-manual .documentor-default .doc-sec-content a {
  color: #ffb164;
  text-decoration: underline;
  text-decoration-color: rgba(255, 177, 100, 0.42);
  text-underline-offset: 0.18em;
}

.page-manual .documentor-default .doc-sec-content blockquote {
  margin: 1.2rem 0;
  padding: 1rem 1.1rem;
  border-left: 3px solid rgba(255, 138, 28, 0.68);
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.04);
}

.page-manual .documentor-default .doc-sec-content figure {
  margin: 1.2rem 0;
  max-width: 100% !important;
}

.page-manual .documentor-default .doc-sec-content img {
  max-width: 100%;
  height: auto;
}

.page-manual .documentor-default .doc-sec-content figure img,
.page-manual .documentor-default .doc-sec-content img.alignright,
.page-manual .documentor-default .doc-sec-content img.alignleft,
.page-manual .documentor-default .doc-sec-content img.aligncenter,
.page-manual .documentor-default .doc-sec-content .wp-caption img {
  border-radius: 16px;
}

.page-manual .documentor-default .doc-sec-content .alignright {
  float: right;
  margin: 0 0 1rem 1.4rem;
  max-width: min(42%, 20rem);
}

.page-manual .documentor-default .doc-sec-content .alignleft {
  float: left;
  margin: 0 1.4rem 1rem 0;
  max-width: min(42%, 20rem);
}

.page-manual .documentor-default .doc-sec-content .aligncenter {
  display: block;
  margin: 1.2rem auto;
}

.page-manual .documentor-default .doc-sec-content .wp-caption {
  max-width: 100% !important;
}

.page-manual .documentor-default .doc-sec-content .wp-caption img {
  width: auto;
  max-width: 100%;
}

.page-manual .documentor-default .doc-sec-content .wp-caption.alignright,
.page-manual .documentor-default .doc-sec-content .wp-caption.alignleft {
  width: auto !important;
}

.page-manual .documentor-default .doc-sec-content::after {
  content: "";
  display: block;
  clear: both;
}

.page-manual .documentor-default .doc-sec-content figcaption,
.page-manual .documentor-default .wp-caption-text {
  color: rgba(245, 247, 251, 0.58);
  font-size: 0.92rem;
  line-height: 1.55;
}

.page-manual .documentor-default .manual-clip-type-grid,
.page-manual .documentor-default .manual-figure-grid {
  display: grid;
  gap: 1rem;
  margin: 1.35rem 0 1.55rem;
}

.page-manual .documentor-default .manual-clip-type-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-manual .documentor-default .manual-clip-type-card,
.page-manual .documentor-default .manual-figure-card {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(8, 11, 17, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.page-manual .documentor-default .manual-clip-type-card {
  display: grid;
  grid-template-columns: 5.8rem minmax(0, 1fr);
  gap: 0.95rem;
  align-items: center;
}

.page-manual .documentor-default .manual-clip-type-media,
.page-manual .documentor-default .manual-figure-media {
  display: grid;
  place-items: center;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 138, 28, 0.17), transparent 62%),
    rgba(0, 0, 0, 0.24);
}

.page-manual .documentor-default .manual-clip-type-media {
  min-height: 5.8rem;
  padding: 0.65rem;
}

.page-manual .documentor-default .manual-clip-type-media img,
.page-manual .documentor-default .manual-figure-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.page-manual .documentor-default .manual-clip-type-media img {
  max-height: 5.4rem;
}

.page-manual .documentor-default .manual-clip-glyph {
  position: relative;
  width: 4.65rem;
  aspect-ratio: 1;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.16), transparent 56%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.02)),
    rgba(32, 32, 34, 0.88);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 0 28px rgba(255, 138, 28, 0.18);
}

.page-manual .documentor-default .manual-clip-glyph--one-shot::before {
  content: "";
  position: absolute;
  inset: 1.18rem 1rem;
  background:
    linear-gradient(90deg,
      rgba(255, 255, 255, 0.82) 0 0.14rem,
      transparent 0.14rem 0.34rem,
      rgba(255, 255, 255, 0.44) 0.34rem 0.48rem,
      transparent 0.48rem 0.68rem,
      rgba(255, 255, 255, 0.66) 0.68rem 0.82rem,
      transparent 0.82rem 1rem,
      rgba(255, 255, 255, 0.36) 1rem 1.14rem,
      transparent 1.14rem 1.34rem,
      rgba(255, 255, 255, 0.72) 1.34rem 1.48rem,
      transparent 1.48rem 1.7rem,
      rgba(255, 255, 255, 0.48) 1.7rem 1.84rem,
      transparent 1.84rem 2.08rem,
      rgba(255, 255, 255, 0.68) 2.08rem 2.22rem,
      transparent 2.22rem);
  border-radius: 0.18rem;
}

.page-manual .documentor-default .manual-clip-type-card h6 {
  margin: 0 0 0.25rem;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.2;
}

.page-manual .documentor-default .manual-clip-type-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.page-manual .documentor-default .manual-figure-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-manual .documentor-default .manual-figure-grid--dsp {
  max-width: 49rem;
}

.page-manual .documentor-default .manual-figure-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-manual .documentor-default .manual-figure-grid--actions .manual-figure-card:last-child {
  grid-column: 1 / -1;
  width: min(100%, 31rem);
  justify-self: center;
}

.page-manual .documentor-default .manual-figure-card--wide {
  grid-column: 1 / -1;
}

.page-manual .documentor-default .manual-figure-card--center {
  width: min(100%, 47rem);
  max-width: 47rem;
  margin: 1.35rem auto 1.55rem;
}

.page-manual .documentor-default .manual-figure-card--full {
  width: 100%;
  margin: 1.35rem 0 1.55rem;
}

.page-manual .documentor-default .manual-figure-card--narrow {
  width: min(100%, 23rem);
  max-width: 23rem;
  margin: 1.35rem auto 1.55rem;
}

.page-manual .documentor-default .manual-figure-media {
  min-height: 13rem;
  padding: 0.9rem;
}

.page-manual .documentor-default .manual-figure-card--wide .manual-figure-media {
  min-height: 18rem;
}

.page-manual .documentor-default .manual-figure-grid--dsp .manual-figure-media {
  min-height: 20rem;
}

.page-manual .documentor-default .manual-figure-grid--three .manual-figure-media,
.page-manual .documentor-default .manual-figure-grid--actions .manual-figure-media,
.page-manual .documentor-default .manual-figure-card--narrow .manual-figure-media {
  min-height: 16rem;
}

.page-manual .documentor-default .manual-figure-media img {
  max-height: 19rem;
  object-fit: contain;
}

.page-manual .documentor-default .manual-figure-grid--dsp .manual-figure-media img {
  max-height: 18rem;
}

.page-manual .documentor-default .manual-figure-grid--three .manual-figure-media img,
.page-manual .documentor-default .manual-figure-grid--actions .manual-figure-media img,
.page-manual .documentor-default .manual-figure-card--narrow .manual-figure-media img {
  max-height: 15rem;
}

.page-manual .documentor-default .manual-figure-card--wide .manual-figure-media img {
  max-height: 24rem;
}

.page-manual .documentor-default .manual-figure-card--full .manual-figure-media img {
  width: 100%;
  max-height: none;
}

.page-manual .documentor-default .manual-figure-card figcaption {
  margin-top: 0.75rem;
}

.page-manual .documentor-default .doc-sec-content code {
  padding: 0.14rem 0.34rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffe1bf;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

@media (max-width: 760px) {
  .page-manual .documentor-default .document-wrapper {
    display: block !important;
  }

  .page-manual .documentor-default .doc-menu {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    height: auto !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 0 1rem !important;
    overflow: visible !important;
    scroll-margin-top: 1rem;
  }

  .page-manual .documentor-default .doc-menurelated {
    max-height: none;
  }

  .page-manual .documentor-default .doc-sec-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .page-manual .manual-back-to-contents {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    float: right;
    width: fit-content;
    margin: 1.2rem 0 0;
    padding: 0.48rem 0.78rem;
    border: 1px solid rgba(255, 138, 28, 0.42);
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255, 138, 28, 0.18), rgba(255, 255, 255, 0.04));
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.04) inset,
      0 0 24px rgba(255, 138, 28, 0.12);
    color: #ffd5aa;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .page-manual .manual-back-to-contents::before {
    content: "↑";
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 0.8;
  }

  .page-manual .manual-back-to-contents:hover,
  .page-manual .manual-back-to-contents:focus {
    border-color: rgba(255, 138, 28, 0.72);
    background:
      linear-gradient(135deg, rgba(255, 138, 28, 0.26), rgba(255, 255, 255, 0.07));
    color: var(--ink);
    outline: none;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .page-manual .manual-docs-section .site-shell {
    width: min(calc(100% - 1rem), var(--shell));
  }

  .page-manual .manual-doc-frame {
    padding: 0.8rem;
    border-radius: 22px;
  }

  .page-manual .documentor-default .document-wrapper {
    grid-template-columns: minmax(12.25rem, 13.5rem) minmax(0, 1fr);
    gap: 0.75rem;
  }

  .page-manual .documentor-default .documentor-section {
    padding: 1.1rem 1rem;
    border-radius: 20px;
  }

  .page-manual .documentor-default .doc-menu {
    border-radius: 20px;
  }

  .page-manual .documentor-default .doc-menurelated {
    max-height: calc(100vh - 8rem);
  }

  .page-manual .documentor-default .doc-menu li a,
  .page-manual .documentor-default .doc-menu a.doc-acta {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
  }
}

@media (hover: none), (pointer: coarse) {
  .page-manual .documentor-default .document-wrapper {
    grid-template-columns: minmax(13rem, 15rem) minmax(0, 1fr);
    gap: 1rem;
  }

  .page-manual .documentor-default .doc-menu {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem) !important;
    width: auto !important;
    max-height: calc(100vh - 2rem) !important;
    margin: 0 !important;
    overflow: visible !important;
    z-index: 4 !important;
  }

  .page-manual .documentor-default .doc-menurelated {
    max-height: calc(100vh - 10rem);
    overflow: auto;
  }

  .page-manual .documentor-default .doc-sec-container {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 760px), (hover: none) and (max-width: 760px), (pointer: coarse) and (max-width: 760px) {
  .page-manual .documentor-default .document-wrapper {
    display: block !important;
  }

  .page-manual .documentor-default .doc-menu {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    height: auto !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 0 1rem !important;
    overflow: visible !important;
    z-index: auto !important;
    scroll-margin-top: 1rem;
  }

  .page-manual .documentor-default .doc-menurelated {
    max-height: none;
    overflow: visible;
  }

  .page-manual .documentor-default .doc-sec-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

@media (max-width: 680px) {
  .page-manual .manual-doc-frame {
    padding: 0.9rem;
  }

  .page-manual .documentor-default .documentor-section {
    padding: 1.1rem 1rem;
    border-radius: 20px;
  }

  .page-manual .documentor-default .doc-menu {
    padding: 0.85rem;
    border-radius: 20px;
  }

  .page-manual .documentor-default .doc-sec-title {
    font-size: 1.35rem;
  }

  .page-manual .documentor-default .manual-clip-type-grid,
  .page-manual .documentor-default .manual-figure-grid {
    grid-template-columns: 1fr;
  }

  .page-manual .documentor-default .manual-figure-card--center,
  .page-manual .documentor-default .manual-figure-card--full,
  .page-manual .documentor-default .manual-figure-card--narrow {
    max-width: none;
  }

  .page-manual .documentor-default .manual-clip-type-card {
    grid-template-columns: 4.9rem minmax(0, 1fr);
  }

  .page-manual .documentor-default .manual-figure-card--wide {
    grid-column: auto;
  }

  .page-manual .documentor-default .manual-figure-grid--actions .manual-figure-card:last-child {
    grid-column: auto;
    width: auto;
  }

  .page-manual .documentor-default .manual-figure-media,
  .page-manual .documentor-default .manual-figure-card--wide .manual-figure-media {
    min-height: 11rem;
  }

  .page-manual .documentor-default .doc-sec-content .alignright,
  .page-manual .documentor-default .doc-sec-content .alignleft {
    float: none;
    display: block;
    margin: 1rem auto;
    max-width: 100%;
  }
}

.page-manual .documentor-default .doc-menu {
  padding: 0.45rem !important;
}

.page-manual .documentor-default .doc-menurelated,
.page-manual .documentor-default .doc-menurelated ul,
.page-manual .documentor-default .doc-menurelated ol,
.page-manual .documentor-default .doc-menurelated li {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.page-manual .documentor-default .doc-menu ul.doc-list-front ul,
.page-manual .documentor-default .doc-menu ol.doc-list-front ol {
  padding-left: 0 !important;
}

.page-manual .documentor-default .doc-menu li a,
.page-manual .documentor-default .doc-menu a.doc-acta {
  column-gap: 0.35rem !important;
  padding-left: 0.12rem !important;
  padding-right: 0.12rem !important;
}

@media (max-width: 680px) {
  .page-manual .manual-doc-frame {
    padding: 0.45rem !important;
  }

  .page-manual .documentor-default .doc-menu {
    padding: 0.4rem !important;
    border-radius: 18px;
  }

  .page-manual .documentor-default .doc-menu li a,
  .page-manual .documentor-default .doc-menu a.doc-acta {
    padding-right: 0 !important;
  }

  .page-manual .documentor-default .doc-search {
    grid-template-columns: minmax(0, 1fr) 1.35rem;
    column-gap: 0.5rem;
  }
}
