/* =============================================================================
   TRACKORIGIN · HOME · TO-1.0
   Editorial brutalist landing for verified human-made music.
   Palette : ink #0A1428 · ink-2 #152540 · ink-card #182942
             cream #f5efe0 · blue #2D52FF
   Type    : Anton (display) · IBM Plex Mono (metadata) · Inter (body)
   ============================================================================= */

/* ---------- LOCAL TOKENS ------------------------------------------------- */
.home-hero,
.home-proof,
.home-ticker,
.home-quote,
.home-steps,
.home-deliverable,
.home-artefacts,
.home-why,
.home-bio,
.home-paths,
.home-faq,
.home-cta {
  --home-ink:          #0A1428;
  --home-ink-2:        #152540;
  --home-ink-card:     #182942;
  --home-ink-line:     rgba(245, 239, 224, 0.16);
  --home-ink-line-2:   rgba(245, 239, 224, 0.24);
  --home-cream:        #f5efe0;
  --home-cream-muted:  rgba(245, 239, 224, 0.74);
  --home-cream-dim:    rgba(245, 239, 224, 0.56);
  --home-blue:         #2D52FF;
  --home-blue-hover:   #4068ff;
  --home-blue-soft:    rgba(45, 82, 255, 0.14);
}

/* ---------- TYPOGRAPHY UTILITIES ----------------------------------------- */
.home-display {
  font-family: "Anton", "Impact", "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 0.88;
  color: var(--home-cream);
  text-transform: uppercase;
  font-size: clamp(72px, 12vw, 196px);
  margin: 0;
}
.home-display--md {
  font-size: clamp(44px, 7vw, 112px);
  line-height: 0.95;
}
.home-display__accent { color: var(--home-blue); }

.home-mono {
  display: inline-block;
  font-family: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-blue);
  font-weight: 500;
}

/* ---------- BUTTONS ------------------------------------------------------ */
.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 28px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background 0.18s ease, border-color 0.18s ease,
              color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.home-btn--primary { background: var(--home-blue); color: var(--home-cream); }
.home-btn--primary:hover {
  background: var(--home-blue-hover);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(45, 82, 255, 0.32);
  color: var(--home-cream);
}
.home-btn--ghost {
  background: transparent;
  color: var(--home-cream);
  border-color: var(--home-ink-line-2);
}
.home-btn--ghost:hover {
  border-color: var(--home-cream);
  background: rgba(245, 239, 224, 0.04);
  color: var(--home-cream);
}
.home-btn--xl { padding: 22px 36px; font-size: 14px; }
.home-btn__arrow { display: inline-block; font-family: "IBM Plex Mono", monospace; transition: transform 0.18s ease; }
.home-btn:hover .home-btn__arrow { transform: translateX(4px); }

/* ============================================================================
   HERO
   ============================================================================ */
.home-hero {
  position: relative;
  background: var(--home-ink);
  padding: 96px 56px 120px;
  overflow: hidden;
  border-bottom: 1px solid var(--home-ink-line);
}
.home-hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 600px at 78% 30%, rgba(45, 82, 255, 0.18), transparent 60%),
    radial-gradient(700px 500px at 10% 95%, rgba(45, 82, 255, 0.08), transparent 60%);
  pointer-events: none;
}
.home-hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(45, 82, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 82, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
}
.home-hero__inner {
  position: relative; z-index: 1;
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr;
  align-items: center; gap: 64px;
}
.home-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--home-cream-muted);
  margin-bottom: 36px;
}
.home-hero__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--home-blue);
  box-shadow: 0 0 14px rgba(45, 82, 255, 0.8);
  animation: home-pulse 2.4s ease-in-out infinite;
}
@keyframes home-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(0.8); }
}
.home-hero h1.home-display { margin: 0 0 44px; }
.home-hero__sub {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 18px; line-height: 1.55;
  color: var(--home-cream-muted);
  max-width: 540px; margin: 0 0 40px;
}
.home-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.home-hero__meta {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; letter-spacing: 0.2em;
  color: var(--home-cream-dim);
}
.home-hero__meta-dot { color: var(--home-blue); }
.home-hero__meta-dot--bright { color: var(--home-blue); opacity: 0.9; }
.home-hero__meta-pivot {
  color: var(--home-cream);
  text-decoration: none;
  border-bottom: 1px solid var(--home-blue);
  padding-bottom: 1px;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.home-hero__meta-pivot:hover {
  color: var(--home-blue);
  border-color: var(--home-blue-hover);
}
.home-hero__visual {
  position: relative;
  display: flex; justify-content: center; align-items: center;
  min-height: 480px;
}
.home-hero__seal {
  position: relative; z-index: 2;
  width: 100%; max-width: 620px; height: auto; display: block;
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.55));
  animation: home-float 8s ease-in-out infinite;
}
@keyframes home-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}
.home-hero__seal-glow {
  position: absolute; width: 80%; aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 82, 255, 0.42) 0%, transparent 65%);
  filter: blur(70px); z-index: 1; pointer-events: none;
}

/* ============================================================================
   PROOF BAR — recently sealed
   ============================================================================ */
.home-proof {
  position: relative;
  background: #06101f;
  border-top: 1px solid var(--home-ink-line);
  border-bottom: 1px solid var(--home-ink-line);
  padding: 22px 56px;
  overflow: hidden;
}
.home-proof__inner {
  max-width: 1440px; margin: 0 auto;
  display: flex; align-items: center; gap: 32px;
  flex-wrap: wrap;
}
.home-proof__label {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--home-blue);
  flex-shrink: 0;
}
.home-proof__pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--home-blue);
  box-shadow: 0 0 10px rgba(45, 82, 255, 0.9);
  animation: home-pulse 2.4s ease-in-out infinite;
}
.home-proof__feed {
  display: flex; gap: 28px; flex: 1; min-width: 0;
  overflow: hidden;
}
.home-proof__item {
  display: inline-flex; align-items: baseline; gap: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px; letter-spacing: 0.04em;
  color: var(--home-cream-muted);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease;
  flex-shrink: 0;
}
.home-proof__item:hover { color: var(--home-cream); }
.home-proof__item-idx {
  font-size: 10px; color: var(--home-cream-dim);
}
.home-proof__item-title {
  font-family: "Anton", "Impact", sans-serif;
  font-size: 15px; letter-spacing: 0.02em;
  color: var(--home-cream);
  text-transform: uppercase;
}
.home-proof__item-sep { color: var(--home-blue); }
.home-proof__item-artist {
  text-transform: uppercase;
  color: var(--home-cream-muted);
}
.home-proof__item-time {
  color: var(--home-cream-dim);
  margin-left: 4px;
}
.home-proof__more {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-cream-dim);
  text-decoration: none;
  border-bottom: 1px solid var(--home-ink-line-2);
  padding-bottom: 2px;
  transition: color 0.18s ease, border-color 0.18s ease;
  flex-shrink: 0;
}
.home-proof__more:hover {
  color: var(--home-blue);
  border-color: var(--home-blue);
}

/* ============================================================================
   TICKER — cream band
   ============================================================================ */
.home-ticker {
  position: relative;
  background: var(--home-cream);
  color: var(--home-ink);
  padding: 36px 0 40px;
  overflow: hidden;
  border-top: 1px solid var(--home-ink-line);
  border-bottom: 1px solid var(--home-ink-line);
}
.home-ticker__label {
  display: block; margin-bottom: 22px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(7, 13, 31, 0.55);
  text-align: center;
}
.home-ticker__track {
  position: relative; display: flex; overflow: hidden; white-space: nowrap;
}
.home-ticker__row {
  display: inline-flex; align-items: baseline; gap: 36px;
  padding-right: 36px;
  animation: home-marquee 38s linear infinite;
}
@keyframes home-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.home-ticker__name {
  font-family: "Anton", "Impact", sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5.4vw, 72px);
  line-height: 1;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--home-ink);
  white-space: nowrap;
}
.home-ticker__sep {
  display: inline-flex; align-items: center;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 32px);
  color: var(--home-blue);
  line-height: 1;
}

/* ============================================================================
   THE PRINCIPLE — pull quote
   ============================================================================ */
.home-quote {
  position: relative;
  background: var(--home-ink-2);
  padding: 140px 56px;
  border-bottom: 1px solid var(--home-ink-line);
  overflow: hidden;
}
.home-quote__bg {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: "Anton", "Impact", sans-serif;
  font-size: clamp(280px, 38vw, 640px); line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(45, 82, 255, 0.045);
  pointer-events: none; user-select: none; white-space: nowrap;
}
.home-quote__inner { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; text-align: center; }
.home-quote__kicker { margin-bottom: 44px; color: var(--home-blue); }
.home-quote__body {
  font-family: "Anton", "Impact", "Arial Black", sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5.4vw, 80px); line-height: 1.04;
  letter-spacing: -0.005em;
  color: var(--home-cream);
  margin: 0 0 44px;
}
.home-quote__mark { display: inline-block; color: var(--home-blue); transform: translateY(-0.05em); margin: 0 0.02em; }
.home-quote__mark--end { margin-left: 0.04em; }
.home-quote__cite {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--home-cream-dim);
  text-transform: uppercase;
}

/* ============================================================================
   HOW IT WORKS — 4 steps
   ============================================================================ */
.home-steps { background: var(--home-ink); padding: 140px 56px; border-bottom: 1px solid var(--home-ink-line); }
.home-steps__head { max-width: 1440px; margin: 0 auto 72px; }
.home-steps__head .home-mono { margin-bottom: 28px; }
.home-steps__head .home-display--md { margin: 0 0 32px; }
.home-steps__lede {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px; line-height: 1.65;
  color: var(--home-cream-muted);
  max-width: 720px; margin: 0;
}
.home-steps__grid {
  max-width: 1440px; margin: 0 auto; padding: 0;
  list-style: none;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--home-ink-line-2);
}
.home-step {
  position: relative; background: var(--home-ink-card);
  padding: 44px 32px 40px;
  border-right: 1px solid var(--home-ink-line);
  display: flex; flex-direction: column; gap: 14px;
  min-width: 0; transition: background 0.2s ease;
}
.home-step:last-child { border-right: none; }
.home-step:hover { background: #0c1638; }
.home-step__num {
  font-family: "Anton", "Impact", sans-serif;
  font-weight: 400;
  font-size: clamp(72px, 6vw, 96px);
  line-height: 0.9; color: var(--home-blue);
  letter-spacing: -0.02em; margin-bottom: 8px;
}
.home-step__label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--home-cream-dim);
  text-transform: uppercase;
}
.home-step__title {
  font-family: "Anton", "Impact", sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 1.9vw, 26px);
  line-height: 1.1;
  color: var(--home-cream);
  text-transform: uppercase;
  margin: 0;
}
.home-step__body {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px; line-height: 1.6;
  color: var(--home-cream-muted);
  margin: 0;
}

/* ============================================================================
   THE DELIVERABLE
   ============================================================================ */
.home-deliverable {
  position: relative; background: var(--home-ink-2);
  padding: 140px 56px; overflow: hidden;
  border-bottom: 1px solid var(--home-ink-line);
}
.home-deliverable::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(800px 600px at 20% 50%, rgba(45, 82, 255, 0.10), transparent 60%);
  pointer-events: none;
}
.home-deliverable__inner {
  position: relative; z-index: 1;
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: 88px; align-items: center;
}
.home-deliverable__visual { position: relative; display: flex; justify-content: center; align-items: center; }
.home-deliverable__seal {
  position: relative; z-index: 2;
  width: 100%; max-width: 460px; height: auto; display: block;
  filter: drop-shadow(0 32px 70px rgba(0, 0, 0, 0.55));
  animation: home-rotate 60s linear infinite;
}
@keyframes home-rotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.home-deliverable__seal-glow {
  position: absolute; width: 75%; aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 82, 255, 0.32) 0%, transparent 65%);
  filter: blur(60px); z-index: 1; pointer-events: none;
}
.home-deliverable__copy .home-mono { margin-bottom: 28px; }
.home-deliverable__copy .home-display--md { margin: 0 0 36px; }
.home-deliverable__lede {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 18px; line-height: 1.6;
  color: var(--home-cream-muted);
  max-width: 580px; margin: 0 0 36px;
}
.home-deliverable__list {
  list-style: none; padding: 0; margin: 0 0 36px;
  display: flex; flex-direction: column;
}
.home-deliverable__list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--home-ink-line);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px; line-height: 1.5;
  color: var(--home-cream);
}
.home-deliverable__list li:last-child { border-bottom: 1px solid var(--home-ink-line); }
.home-deliverable__bullet { color: var(--home-blue); font-weight: 700; flex-shrink: 0; }
.home-deliverable__more {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-blue);
  text-decoration: none;
  transition: color 0.18s ease;
}
.home-deliverable__more:hover { color: var(--home-cream); }
.home-deliverable__more .home-btn__arrow { transition: transform 0.18s ease; }
.home-deliverable__more:hover .home-btn__arrow { transform: translateX(4px); }

/* ============================================================================
   THE ARTEFACTS — three real outputs
   ============================================================================ */
.home-artefacts {
  background: var(--home-ink);
  padding: 140px 56px;
  border-bottom: 1px solid var(--home-ink-line);
}
.home-artefacts__head {
  max-width: 1440px; margin: 0 auto 72px;
}
.home-artefacts__head .home-mono { margin-bottom: 28px; }
.home-artefacts__head .home-display--md { margin: 0 0 32px; }
.home-artefacts__lede {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px; line-height: 1.65;
  color: var(--home-cream-muted);
  max-width: 720px; margin: 0;
}
.home-artefacts__grid {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.home-artefacts__caption {
  display: flex; flex-direction: column; gap: 8px;
  padding-top: 22px;
  border-top: 1px solid var(--home-ink-line);
  margin-top: 24px;
}
.home-artefacts__caption-num {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px; letter-spacing: 0.2em;
  color: var(--home-blue);
}
.home-artefacts__caption-label {
  font-family: "Anton", "Impact", sans-serif;
  font-size: 22px; letter-spacing: 0.02em;
  color: var(--home-cream);
  text-transform: uppercase;
}
.home-artefacts__caption-desc {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px; line-height: 1.55;
  color: var(--home-cream-muted);
}

/* --- 01 CERTIFICATE (cream paper) ---------------------------------------- */
.home-cert { display: flex; flex-direction: column; }
.home-cert__paper {
  background: var(--home-cream);
  color: var(--home-ink);
  padding: 32px 28px 28px;
  border: 1px solid var(--home-ink-line);
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  display: flex; flex-direction: column; gap: 24px;
  min-height: 460px;
}
.home-cert__head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(7,13,31,0.20);
}
.home-cert__brand {
  font-family: "Anton", "Impact", sans-serif;
  font-size: 18px; letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--home-ink);
}
.home-cert__id {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px; letter-spacing: 0.16em;
  color: rgba(7,13,31,0.55);
  text-transform: uppercase;
}
.home-cert__verdict { display: flex; flex-direction: column; gap: 6px; }
.home-cert__verdict-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px; letter-spacing: 0.2em;
  color: rgba(7,13,31,0.55);
  text-transform: uppercase;
}
.home-cert__verdict-value {
  font-family: "Anton", "Impact", sans-serif;
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 0.92;
  letter-spacing: -0.005em;
  color: var(--home-blue);
  text-transform: uppercase;
}
.home-cert__data {
  display: flex; flex-direction: column;
  margin: 0; padding: 0;
  border-top: 1px solid rgba(7,13,31,0.12);
}
.home-cert__row {
  display: grid; grid-template-columns: 100px 1fr;
  gap: 12px; padding: 10px 0;
  border-bottom: 1px solid rgba(7,13,31,0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
}
.home-cert__row dt {
  letter-spacing: 0.16em;
  color: rgba(7,13,31,0.55);
  text-transform: uppercase;
}
.home-cert__row dd {
  margin: 0; color: var(--home-ink);
  letter-spacing: 0.02em;
}
.home-cert__hash { word-break: break-all; }
.home-cert__foot {
  margin-top: auto;
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(7,13,31,0.20);
}
.home-cert__stamp {
  width: 56px; height: 56px;
  border: 2px solid var(--home-blue);
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: "Anton", "Impact", sans-serif;
  font-size: 10px; letter-spacing: 0.14em;
  color: var(--home-blue);
  text-transform: uppercase;
  line-height: 1.1;
  transform: rotate(-6deg);
  flex-shrink: 0;
}
.home-cert__foot-meta {
  text-align: right;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px; letter-spacing: 0.14em;
  color: rgba(7,13,31,0.55);
  text-transform: uppercase;
  line-height: 1.6;
}

/* --- 02 EMBED BADGE ------------------------------------------------------ */
.home-embed { display: flex; flex-direction: column; }
.home-embed__preview {
  background: var(--home-ink-card);
  border: 1px solid var(--home-ink-line-2);
  padding: 20px;
  display: flex; flex-direction: column; gap: 12px;
}
.home-embed__row {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 14px;
  background: rgba(245,239,224,0.04);
  border: 1px solid var(--home-ink-line);
}
.home-embed__row--ghost { opacity: 0.55; }
.home-embed__play {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  background: var(--home-blue);
  color: var(--home-cream);
  border-radius: 50%;
  font-size: 11px;
  flex-shrink: 0;
}
.home-embed__row--ghost .home-embed__play { background: rgba(245,239,224,0.18); }
.home-embed__track { flex: 1; min-width: 0; }
.home-embed__track-title {
  font-family: "Anton", "Impact", sans-serif;
  font-size: 16px; letter-spacing: 0.02em;
  color: var(--home-cream);
  text-transform: uppercase;
}
.home-embed__track-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px; letter-spacing: 0.14em;
  color: var(--home-cream-dim);
  text-transform: uppercase;
  margin-top: 2px;
}
.home-embed__badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px;
  border: 1px solid var(--home-blue);
  background: var(--home-blue-soft);
  color: var(--home-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.home-embed__badge svg { width: 14px; height: 14px; }
.home-embed__badge--missing {
  border-color: var(--home-ink-line-2);
  background: transparent;
  color: var(--home-cream-dim);
}
.home-embed__code {
  margin: 12px 0 0;
  padding: 16px;
  background: #060c1a;
  border: 1px solid var(--home-ink-line);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; line-height: 1.55;
  color: var(--home-cream-muted);
  overflow-x: auto;
  white-space: pre;
}
.home-embed__code code { color: inherit; font-family: inherit; }

/* --- 03 MANIFEST JSON ---------------------------------------------------- */
.home-manifest { display: flex; flex-direction: column; }
.home-manifest__terminal {
  background: #060c1a;
  border: 1px solid var(--home-ink-line-2);
  display: flex; flex-direction: column;
  min-height: 460px;
}
.home-manifest__bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px;
  background: rgba(245,239,224,0.04);
  border-bottom: 1px solid var(--home-ink-line);
}
.home-manifest__dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: rgba(245,239,224,0.22);
}
.home-manifest__file {
  margin-left: 12px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; letter-spacing: 0.1em;
  color: var(--home-cream-dim);
}
.home-manifest__body {
  margin: 0; padding: 20px 22px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px; line-height: 1.8;
  color: var(--home-cream-muted);
  flex: 1;
  overflow-x: auto;
  white-space: pre;
}
.home-manifest__body code { color: inherit; font-family: inherit; }
.hm-p { color: var(--home-cream); }
.hm-k { color: var(--home-blue); }
.hm-s { color: var(--home-cream); }

/* ============================================================================
   WHY THIS EXISTS — stats
   ============================================================================ */
.home-why { background: var(--home-ink-2); padding: 140px 56px; border-bottom: 1px solid var(--home-ink-line); }
.home-why__head { max-width: 1440px; margin: 0 auto 72px; }
.home-why__head .home-mono { margin-bottom: 28px; }
.home-why__head .home-display--md { margin: 0 0 36px; max-width: 18ch; }
.home-why__lede {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px; line-height: 1.65;
  color: var(--home-cream-muted);
  max-width: 720px; margin: 0;
}
.home-stats {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1.15fr 1fr 1fr;
  border: 1px solid var(--home-ink-line-2);
}
.home-stat {
  position: relative;
  padding: 40px 32px 32px;
  display: flex; flex-direction: column; gap: 28px;
  min-width: 0;
  background: var(--home-ink-card);
  border-right: 1px solid var(--home-ink-line);
}
.home-stat:last-child { border-right: none; }
.home-stat--feature {
  background:
    linear-gradient(180deg,
      rgba(45, 82, 255, 0.12),
      rgba(45, 82, 255, 0.02) 55%,
      transparent 100%),
    var(--home-ink-card);
}
.home-stat__head { display: flex; flex-direction: column; gap: 18px; }
.home-stat__num {
  font-family: "Anton", "Impact", sans-serif;
  font-weight: 400;
  font-size: clamp(80px, 8.5vw, 132px);
  line-height: 0.9; letter-spacing: -0.02em;
  color: var(--home-cream);
  text-transform: uppercase;
  display: flex; align-items: baseline; gap: 4px;
}
.home-stat--feature .home-stat__num { color: var(--home-blue); }
.home-stat__unit {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 0.32em; letter-spacing: 0.04em;
  color: var(--home-cream-muted);
  text-transform: lowercase;
}
.home-stat__src {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; line-height: 1.6;
  letter-spacing: 0.14em;
  color: var(--home-cream-dim);
  text-transform: uppercase;
  max-width: 42ch;
}
.home-stat__body { display: flex; flex-direction: column; gap: 14px; flex: 1; }
.home-stat__title {
  font-family: "Anton", "Impact", sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.1;
  color: var(--home-cream);
  text-transform: uppercase;
  margin: 0;
}
.home-stat__body p {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px; line-height: 1.6;
  color: var(--home-cream-muted);
  margin: 0;
}
.home-stat__foot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 22px;
  border-top: 1px solid var(--home-ink-line);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-cream-dim);
}

/* ============================================================================
   WHY SOUND MATTERS — biology (compressed)
   ============================================================================ */
.home-bio { background: var(--home-ink); padding: 96px 56px; border-bottom: 1px solid var(--home-ink-line); }
.home-bio__head { max-width: 1440px; margin: 0 auto 56px; }
.home-bio__head .home-mono { margin-bottom: 24px; }
.home-bio__head .home-display--md { margin: 0 0 28px; max-width: 18ch; font-size: clamp(40px, 6vw, 92px); }
.home-bio__lede {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px; line-height: 1.6;
  color: var(--home-cream-muted);
  max-width: 720px; margin: 0;
}
.home-bio__grid {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1.35fr 1fr 1fr;
  border: 1px solid var(--home-ink-line-2);
}
.home-bio-card {
  position: relative;
  padding: 32px 28px 28px;
  display: flex; flex-direction: column; gap: 22px;
  min-width: 0;
  background: var(--home-ink-card);
  border-right: 1px solid var(--home-ink-line);
}
.home-bio-card:last-child { border-right: none; }
.home-bio-card--feature {
  padding: 36px 32px 32px;
  background:
    linear-gradient(180deg,
      rgba(45, 82, 255, 0.10),
      rgba(45, 82, 255, 0.02) 55%,
      transparent 100%),
    var(--home-ink-card);
}
.home-bio-card__head { display: flex; flex-direction: column; gap: 14px; }
.home-bio-card__stat {
  font-family: "Anton", "Impact", sans-serif;
  font-weight: 400;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 0.9; letter-spacing: -0.01em;
  color: var(--home-blue);
  text-transform: uppercase;
}
.home-bio-card--feature .home-bio-card__stat {
  font-size: clamp(56px, 6.4vw, 88px);
  color: var(--home-cream);
}
.home-bio-card__src {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px; line-height: 1.6;
  letter-spacing: 0.14em;
  color: var(--home-cream-dim);
  text-transform: uppercase;
  max-width: 42ch;
}
.home-bio-card__body { display: flex; flex-direction: column; gap: 12px; flex: 1; }
.home-bio-card__title {
  font-family: "Anton", "Impact", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.1;
  color: var(--home-cream);
  text-transform: uppercase;
  margin: 0;
}
.home-bio-card--feature .home-bio-card__title { font-size: clamp(22px, 1.9vw, 28px); }
.home-bio-card__body p {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px; line-height: 1.55;
  color: var(--home-cream-muted);
  margin: 0;
}
.home-bio-card__foot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--home-ink-line);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-cream-dim);
}

/* ============================================================================
   AUDIENCE PATHS
   ============================================================================ */
.home-paths { position: relative; background: var(--home-ink-2); padding: 120px 56px; border-bottom: 1px solid var(--home-ink-line); }
.home-paths__inner {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.home-path {
  position: relative;
  padding: 56px 48px;
  border: 1px solid var(--home-ink-line-2);
  background:
    radial-gradient(circle at 6% 6%, rgba(45, 82, 255, 0.08), transparent 50%);
  display: flex; flex-direction: column; gap: 18px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.home-path:hover {
  border-color: rgba(45, 82, 255, 0.45);
  background:
    radial-gradient(circle at 6% 6%, rgba(45, 82, 255, 0.14), transparent 50%);
}
.home-path__kicker { color: var(--home-blue); }
.home-path__title {
  font-family: "Anton", "Impact", sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 0.95; letter-spacing: -0.005em;
  color: var(--home-cream);
  text-transform: uppercase;
  margin: 8px 0 12px;
}
.home-path__body {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px; line-height: 1.6;
  color: var(--home-cream-muted);
  margin: 0 0 28px; flex: 1; max-width: 520px;
}
.home-path__cta { align-self: flex-start; }

/* ============================================================================
   FAQ
   ============================================================================ */
.home-faq { background: var(--home-ink); padding: 120px 56px; border-bottom: 1px solid var(--home-ink-line); }
.home-faq__head { max-width: 1440px; margin: 0 auto 56px; }
.home-faq__head .home-mono { margin-bottom: 24px; }
.home-faq__head .home-display--md { margin: 0; }
.home-faq__list {
  max-width: 1100px; margin: 0 auto;
  border-top: 1px solid var(--home-ink-line-2);
}
.home-faq__item {
  border-bottom: 1px solid var(--home-ink-line);
  transition: background 0.2s ease;
}
.home-faq__item[open] { background: rgba(45, 82, 255, 0.04); }
.home-faq__q {
  display: flex; align-items: baseline; gap: 24px;
  padding: 28px 24px;
  cursor: pointer;
  list-style: none;
  font-family: "Anton", "Impact", sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: var(--home-cream);
  text-transform: uppercase;
  transition: color 0.18s ease;
}
.home-faq__q::-webkit-details-marker { display: none; }
.home-faq__q:hover { color: var(--home-blue); }
.home-faq__q-num {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px; letter-spacing: 0.2em;
  color: var(--home-blue);
  flex-shrink: 0;
  min-width: 32px;
}
.home-faq__q-text { flex: 1; }
.home-faq__q-toggle {
  font-family: "IBM Plex Mono", monospace;
  font-size: 22px; line-height: 1;
  color: var(--home-blue);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.home-faq__item[open] .home-faq__q-toggle { transform: rotate(45deg); }
.home-faq__a {
  padding: 0 24px 32px 80px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px; line-height: 1.65;
  color: var(--home-cream-muted);
  max-width: 800px;
}
.home-faq__a a { color: var(--home-blue); text-decoration: underline; text-underline-offset: 3px; }
.home-faq__a a:hover { color: var(--home-cream); }
.home-faq__more {
  max-width: 1100px; margin: 48px auto 0;
  text-align: center;
}

/* ============================================================================
   FINAL CTA
   ============================================================================ */
.home-cta {
  position: relative;
  background: var(--home-ink-2);
  padding: 160px 56px;
  overflow: hidden;
  border-bottom: 1px solid var(--home-ink-line);
}
.home-cta::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 600px at 80% 30%, rgba(45, 82, 255, 0.14), transparent 60%),
    radial-gradient(700px 500px at 10% 90%, rgba(45, 82, 255, 0.06), transparent 60%);
  pointer-events: none;
}
.home-cta__inner { position: relative; z-index: 1; max-width: 1440px; margin: 0 auto; }
.home-cta__eyebrow { margin-bottom: 36px; color: var(--home-blue); }
.home-cta__title {
  font-size: clamp(80px, 14vw, 220px);
  line-height: 0.85;
  margin: 0 0 44px;
}
.home-cta__accent { color: var(--home-blue); }
.home-cta__sub {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 19px; line-height: 1.5;
  color: var(--home-cream-muted);
  max-width: 580px; margin: 0 0 48px;
}
.home-cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================================================
   RESPONSIVE — tablet
   ============================================================================ */
@media (max-width: 1100px) {
  .home-hero          { padding: 72px 32px 96px; }
  .home-hero__inner   { grid-template-columns: 1fr; gap: 56px; }
  .home-hero__visual  { order: -1; min-height: 360px; }
  .home-hero__seal    { max-width: 380px; }

  .home-proof         { padding: 18px 32px; }
  .home-proof__inner  { gap: 20px; }
  .home-proof__feed   { gap: 22px; }

  .home-ticker        { padding: 28px 0 32px; }
  .home-ticker__label { margin-bottom: 18px; }

  .home-quote         { padding: 110px 32px; }
  .home-quote__bg     { font-size: clamp(220px, 50vw, 480px); }

  .home-steps         { padding: 110px 32px; }
  .home-steps__head   { margin-bottom: 56px; }
  .home-steps__grid   { grid-template-columns: repeat(2, 1fr); }
  .home-step          { border-right: none; border-bottom: 1px solid var(--home-ink-line); }
  .home-step:nth-child(odd) { border-right: 1px solid var(--home-ink-line); }
  .home-step:nth-last-child(-n+2) { border-bottom: none; }

  .home-deliverable        { padding: 110px 32px; }
  .home-deliverable__inner { grid-template-columns: 1fr; gap: 56px; }
  .home-deliverable__visual { order: -1; }
  .home-deliverable__seal  { max-width: 320px; }

  .home-artefacts         { padding: 110px 32px; }
  .home-artefacts__head   { margin-bottom: 56px; }
  .home-artefacts__grid   { grid-template-columns: 1fr; gap: 40px; }
  .home-cert__paper       { min-height: auto; }
  .home-manifest__terminal { min-height: auto; }

  .home-why           { padding: 110px 32px; }
  .home-why__head     { margin-bottom: 56px; }
  .home-stats         { grid-template-columns: 1fr; }
  .home-stat          { border-right: none; border-bottom: 1px solid var(--home-ink-line); }
  .home-stat:last-child { border-bottom: none; }

  .home-bio           { padding: 80px 32px; }
  .home-bio__head     { margin-bottom: 44px; }
  .home-bio__grid     { grid-template-columns: 1fr; }
  .home-bio-card      { border-right: none; border-bottom: 1px solid var(--home-ink-line); }
  .home-bio-card:last-child { border-bottom: none; }

  .home-paths         { padding: 96px 32px; }
  .home-paths__inner  { grid-template-columns: 1fr; gap: 20px; }
  .home-path          { padding: 44px 36px; }

  .home-faq           { padding: 96px 32px; }
  .home-faq__a        { padding-left: 64px; }

  .home-cta           { padding: 120px 32px; }
}

/* ============================================================================
   RESPONSIVE — mobile
   ============================================================================ */
@media (max-width: 640px) {
  .home-hero          { padding: 48px 20px 72px; }
  .home-hero__eyebrow { font-size: 10px; letter-spacing: 0.18em; margin-bottom: 28px; }
  .home-hero h1.home-display { margin-bottom: 32px; }
  .home-hero__sub     { font-size: 16px; margin-bottom: 32px; }
  .home-hero__seal    { max-width: 260px; }
  .home-hero__visual  { min-height: 260px; }
  .home-hero__actions { flex-direction: column; align-items: stretch; }
  .home-hero__actions .home-btn { width: 100%; }
  .home-hero__meta    { font-size: 10px; letter-spacing: 0.16em; }
  .home-hero__meta-pivot { width: 100%; padding-top: 6px; }

  .home-proof         { padding: 14px 20px; }
  .home-proof__inner  { flex-direction: column; align-items: flex-start; gap: 12px; }
  .home-proof__feed   { width: 100%; flex-wrap: wrap; gap: 14px; }
  .home-proof__item   { flex-wrap: wrap; }

  .home-ticker__name  { font-size: 40px; }
  .home-ticker__row   { gap: 24px; padding-right: 24px; }

  .home-quote         { padding: 80px 20px; }
  .home-quote__kicker { margin-bottom: 32px; }
  .home-quote__body   { margin-bottom: 32px; }
  .home-quote__bg     { font-size: 220px; }

  .home-steps         { padding: 72px 20px; }
  .home-steps__head   { margin-bottom: 44px; }
  .home-steps__grid   { grid-template-columns: 1fr; }
  .home-step          { padding: 32px 24px 28px; border-right: none !important; border-bottom: 1px solid var(--home-ink-line); }
  .home-step:last-child { border-bottom: none; }
  .home-step__num     { font-size: 64px; }

  .home-deliverable       { padding: 72px 20px; }
  .home-deliverable__seal { max-width: 220px; }
  .home-deliverable__list li { font-size: 14px; padding: 14px 0; }

  .home-artefacts       { padding: 72px 20px; }
  .home-artefacts__head { margin-bottom: 44px; }
  .home-cert__paper     { padding: 24px 20px 20px; }
  .home-cert__row       { grid-template-columns: 90px 1fr; }
  .home-manifest__body  { font-size: 11px; padding: 16px; }
  .home-embed__preview  { padding: 14px; }

  .home-why           { padding: 72px 20px; }
  .home-why__head     { margin-bottom: 44px; }
  .home-stat          { padding: 32px 24px; gap: 22px; }
  .home-stat__num     { font-size: 84px; }
  .home-stat__foot    { font-size: 9px; }

  .home-bio           { padding: 64px 20px; }
  .home-bio__head     { margin-bottom: 36px; }
  .home-bio-card      { padding: 28px 22px; gap: 18px; }
  .home-bio-card--feature { padding: 30px 22px; }
  .home-bio-card__stat { font-size: 50px; }
  .home-bio-card--feature .home-bio-card__stat { font-size: 60px; }

  .home-paths         { padding: 64px 20px; }
  .home-path          { padding: 36px 28px; }
  .home-path__cta     { align-self: stretch; }

  .home-faq           { padding: 72px 20px; }
  .home-faq__q        { padding: 22px 16px; gap: 16px; font-size: 18px; }
  .home-faq__q-num    { min-width: 24px; }
  .home-faq__a        { padding: 0 16px 24px 56px; font-size: 14px; }

  .home-cta           { padding: 88px 20px; }
  .home-cta__actions  { flex-direction: column; align-items: stretch; }
  .home-cta__actions .home-btn { width: 100%; }
}

/* ============================================================================
   MOTION PREFERENCES
   ============================================================================ */
@media (prefers-reduced-motion: reduce) {
  .home-hero__dot,
  .home-hero__seal,
  .home-deliverable__seal,
  .home-ticker__row,
  .home-proof__pulse,
  .home-faq__q-toggle {
    animation: none;
    transition: none;
  }
  .home-btn,
  .home-btn__arrow,
  .home-path,
  .home-step,
  .home-deliverable__more,
  .home-deliverable__more .home-btn__arrow {
    transition: none;
  }
}