/*
 * Homepage conversion refresh.
 * A quieter, dark-studio conversion layer, intentionally
 * isolated from the editorial templates.
 */

.landing-page {
  --display: "Anybody", "Atkinson Hyperlegible Next", sans-serif;
  --body: "Atkinson Hyperlegible Next", system-ui, sans-serif;
  --mono: "Fragment Mono", "SFMono-Regular", Consolas, monospace;
  --ac-section-space: 128px;
  --ac-heading-gap: 50px;
  --ac-panel-radius: 7px 7px 7px 2px;
  --ac-control-radius: 6px 6px 6px 2px;
  --ac-hairline: rgba(255, 255, 255, 0.1);
  --manual-ink: var(--ivory);
  --manual-muted: var(--muted);
  --manual-line: var(--ac-hairline);
  font-family: var(--body);
  font-size: 17px;
  font-optical-sizing: auto;
}

.landing-page .brand-name,
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page .price strong {
  font-family: var(--display);
}

.landing-page .brand-name {
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.landing-page .primary-nav a,
.landing-page .text-link,
.landing-page .button {
  font-family: var(--body);
  font-size: 15px;
}

.landing-page .button { border-radius: var(--ac-control-radius); }

.landing-page .mono-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.landing-page .button--small { font-size: 13px; }
.landing-page .button--large { font-size: 15px; }

.landing-page .inline-cta {
  gap: 10px;
  min-height: 44px;
  color: var(--amber-pale);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
}

.landing-page .section-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 14px;
  margin: 0 0 18px;
  color: var(--amber);
  font: 600 11px/1.2 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-page .section-kicker::before {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 1px;
  margin: 0;
  content: "";
  background: currentColor;
}

.landing-page .section-heading--center .section-kicker { justify-content: center; }

.landing-page .section-heading { margin-bottom: var(--ac-heading-gap); }

.landing-page .section-heading h2,
.landing-page .product-copy h2,
.landing-page .faq-intro h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

.landing-page .section-heading--split > p:not(.section-kicker),
.landing-page .section-heading--center > p:not(.section-kicker),
.landing-page .product-lead,
.landing-page .faq-intro > p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

/* Focused hero: one promise, two actions, and one real product proof. */
.landing-page .hero {
  min-height: 800px;
  padding: 154px 0 112px;
}

.landing-page .signal-field { opacity: 0.58; }

.landing-page .hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(54px, 6vw, 92px);
}

.landing-page .hero-copy { max-width: 690px; }

.landing-page .eyebrow {
  flex-wrap: nowrap;
  max-width: 100%;
  margin-bottom: 28px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

.landing-page .eyebrow-mode {
  flex: 0 0 auto;
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 0;
}

.landing-page .hero h1 {
  max-width: 680px;
  margin-bottom: 26px;
  font-size: clamp(48px, 4.4vw, 72px);
  font-weight: 680;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.landing-page .hero-deck {
  max-width: 650px;
  font-size: 19px;
  line-height: 1.62;
}

.landing-page .hero-actions { margin-top: 34px; }

.landing-page .hero-actions .button--ghost {
  padding-inline: 12px;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.landing-page .hero-actions .button--ghost:hover,
.landing-page .hero-actions .button--ghost:focus-visible {
  color: var(--amber-pale);
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.08);
}

.landing-page .hero-proof {
  gap: 14px 24px;
  margin-top: 25px;
}

.landing-page .hero-proof li {
  color: #bdb3aa;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.landing-page .hero-console--static {
  display: block;
  min-height: 0;
  margin: 0;
}

.landing-page .hero-console--static::before {
  inset: -10% -8%;
  opacity: 0.45;
  filter: blur(32px);
}

.landing-page .hero-console--static .workstation-window {
  position: relative;
  inset: auto;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  transform: none;
  border-color: rgba(255, 221, 189, 0.18);
  border-radius: var(--ac-panel-radius);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44);
}

.landing-page .hero-console--static .window-bar {
  min-height: 48px;
  padding-inline: 16px;
}

.landing-page .hero-console--static .window-title {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.landing-page .hero-console--static .workstation-crop {
  height: auto;
  aspect-ratio: 16 / 9;
}

.landing-page .hero-console--static .workstation-crop img {
  object-position: center top;
}

.landing-page .hero-console__caption {
  max-width: 690px;
  padding-left: 14px;
  margin: 18px 6px 0;
  color: #bdb3aa;
  border-left: 2px solid rgba(255, 179, 71, 0.62);
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.55;
}

/* Sound Worlds remains the one high-energy signature interaction. */
.landing-page .worlds-section { padding-block: var(--ac-section-space); }

.landing-page .worlds-section .section-heading { margin-bottom: var(--ac-heading-gap); }

.landing-page .world-player {
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  border-color: var(--ac-hairline);
  border-radius: var(--ac-panel-radius);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.landing-page .world-player__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 56px);
}

.landing-page .world-player__meta {
  margin-bottom: 15px;
  color: #b3aaa2;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.035em;
}

.landing-page .world-player__panel h3 {
  margin-bottom: 20px;
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 640;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

.landing-page .world-player__prompt {
  margin: 0;
  color: #d0c6bd;
  font-size: 17px;
  line-height: 1.65;
}

.landing-page .world-transport { margin-top: 30px; }

.landing-page .world-transport__timeline div,
.landing-page .world-mute {
  font-family: var(--mono);
  font-size: 11px;
}

.landing-page .world-player__links { margin-top: 24px; }

.landing-page .world-player__links .button {
  width: 100%;
  min-height: 52px;
}

.landing-page .world-queue {
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.landing-page .world-queue__item {
  min-height: 86px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0;
}

.landing-page .world-queue__item:last-child { border-right: 0; }

.landing-page .world-queue__item strong {
  font-family: var(--body);
  font-size: 15px;
}

.landing-page .world-queue__item small {
  margin-top: 5px;
  font-family: var(--body);
  font-size: 12px;
}

/* Product proof: real views, three benefits, one concise capability line. */
.landing-page .product-section {
  padding-block: var(--ac-section-space);
  background: #100e12;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.landing-page .product-layout {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(52px, 6vw, 94px);
}

.landing-page .product-visual::before { display: none; }

.landing-page .feature-list { margin-top: 28px; }

.landing-page .feature-list li {
  gap: 15px;
  padding: 17px 0;
  background: transparent;
}

.landing-page .feature-list li > span {
  font-family: var(--mono);
  font-size: 11px;
}

.landing-page .feature-list strong {
  font-size: 16px;
}

.landing-page .feature-list small {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
}

.landing-page .product-frame {
  border-radius: var(--ac-panel-radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.landing-page .product-frame::before,
.landing-page .product-frame::after { display: none; }

.landing-page .product-frame__bar {
  min-height: 46px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.landing-page .product-frame__bar div { display: none; }

.landing-page .product-tabs {
  gap: 0;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.landing-page .product-tabs button {
  min-height: 54px;
  color: #a99f97;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0;
  font-family: var(--body);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.landing-page .product-tabs button:last-child { border-right: 0; }

.landing-page .product-tabs button.is-active {
  color: #fff8f0;
  background: rgba(255, 179, 71, 0.08);
}

.landing-page .product-tabs button span {
  font-family: var(--mono);
  font-size: 10px;
}

.landing-page .product-caption {
  display: block;
  padding: 0;
  margin: 18px 0 0;
  color: #fff7ef;
  font-family: var(--body);
  font-size: 16px;
  font-weight: 700;
}

.landing-page .product-note {
  margin: 6px 0 0;
  color: #a99f97;
  font-size: 15px;
  line-height: 1.55;
}

.landing-page .product-proof-line {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 28px 0;
  margin-top: 74px;
  color: #c8beb6;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.landing-page .product-proof-line p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.landing-page .product-proof-line strong { color: #fff6ed; }

/* Dark editorial sections retain the original studio atmosphere. */
.landing-page .manual-section {
  position: relative;
  isolation: isolate;
  color: var(--manual-ink);
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.landing-page .manual-section .section-heading h2,
.landing-page .manual-section .faq-intro h2,
.landing-page .manual-section h3,
.landing-page .manual-section strong { color: var(--manual-ink); }

.landing-page .manual-section .section-heading > p:not(.section-kicker),
.landing-page .manual-section .faq-intro > p:not(.section-kicker) { color: var(--manual-muted); }

.landing-page .workflow { padding-block: var(--ac-section-space); }

.landing-page .workflow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  overflow: visible;
  background: transparent;
  border-top: 1px solid rgba(255, 179, 71, 0.38);
  border-right: 0;
  border-bottom: 1px solid var(--manual-line);
  border-left: 0;
}

.landing-page .workflow-card {
  min-height: 300px;
  padding: 36px 32px 42px;
  background: rgba(255, 255, 255, 0.025);
  border: 0;
  border-right: 1px solid var(--manual-line);
  border-radius: 0;
  box-shadow: none;
}

.landing-page .workflow-card:last-child { border-right: 0; }

.landing-page .workflow-card::before { display: none; }

.landing-page .workflow-card__top {
  align-items: baseline;
  margin-bottom: 58px;
}

.landing-page .step-number {
  color: var(--coral);
  font-family: var(--display);
  font-size: 48px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.03em;
}

.landing-page .step-label {
  color: #918880;
  font-size: 14px;
  font-weight: 700;
}

.landing-page .workflow-card h3 {
  margin-bottom: 14px;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.04;
  letter-spacing: -0.018em;
}

.landing-page .workflow-card > p {
  font-size: 17px;
  line-height: 1.62;
}

.landing-page .workflow-card:hover {
  background: rgba(255, 255, 255, 0.035);
  transform: none;
}

/* Pricing reads like a decision table rather than another dashboard. */
.landing-page .pricing-section {
  padding-block: var(--ac-section-space);
  background:
    radial-gradient(circle at 50% 0%, rgba(165, 123, 255, 0.08), transparent 34%),
    #0f0d0e;
}

.landing-page .pricing-grid { margin-top: 0; }

.landing-page .price-card {
  min-height: 0;
  padding: 32px 30px 34px;
  color: var(--manual-ink);
  background: #191614;
  border-color: var(--manual-line);
  border-radius: var(--ac-panel-radius);
  box-shadow: none;
}

.landing-page .price-card--featured {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 107, 107, 0.12), transparent 34%),
    #211b19;
  border-color: rgba(255, 179, 71, 0.38);
  box-shadow: inset 0 3px var(--coral);
  transform: none;
}

.landing-page .featured-flag {
  color: #2b170f;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.landing-page .price-card__top span,
.landing-page .price-card__top small {
  font: 600 11px/1.2 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-page .price-card__top span { color: var(--amber-pale); }
.landing-page .price-card__top small { color: #80776f; }

.landing-page .price strong {
  color: var(--manual-ink);
  letter-spacing: -0.035em;
}

.landing-page .price span,
.landing-page .price-card > p,
.landing-page .price-card li { color: var(--manual-muted); }

.landing-page .price-card > p {
  min-height: 72px;
  font-size: 16px;
  line-height: 1.55;
}

.landing-page .price-card ul { margin-top: 24px; }

.landing-page .price-card li {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 0;
  font-size: 15px;
  line-height: 1.45;
  border-color: var(--manual-line);
}

.landing-page .price-card li::before {
  position: static;
  margin-top: 0.5em;
}

.landing-page .price-card .button--secondary {
  color: var(--manual-ink);
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 179, 71, 0.28);
  box-shadow: none;
}

.landing-page .price-card .button--secondary:hover,
.landing-page .price-card .button--secondary:focus-visible {
  color: var(--amber-pale);
  background: rgba(255, 179, 71, 0.09);
  border-color: rgba(255, 179, 71, 0.48);
}

.landing-page .price-card .button--primary {
  color: #24130d;
  box-shadow: none;
}

/* Compact, high-intent FAQ. */
.landing-page .faq-section {
  padding-block: var(--ac-section-space);
  background: #151210;
}

.landing-page .faq-layout { gap: clamp(64px, 8vw, 132px); }

.landing-page .faq-intro .inline-cta {
  color: var(--amber-pale);
}

.landing-page .faq-list details { border-color: var(--manual-line); }

.landing-page .faq-list summary {
  min-height: 76px;
  color: var(--manual-ink);
  font-size: 18px;
  line-height: 1.35;
}

.landing-page .faq-list summary span::before,
.landing-page .faq-list summary span::after { background: var(--amber); }

.landing-page .faq-list details p {
  max-width: 680px;
  padding: 0 44px 24px 0;
  color: var(--manual-muted);
  font-size: 16px;
  line-height: 1.65;
}

.landing-page .final-cta h2 {
  font-weight: 650;
  letter-spacing: -0.025em;
}

.landing-page .final-cta > .final-cta__inner > p:not(.section-kicker) {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1120px) {
  .landing-page .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
    gap: 48px;
  }

  .landing-page .product-layout { grid-template-columns: minmax(280px, 0.66fr) minmax(0, 1.34fr); }
}

@media (min-width: 901px) {
  .landing-page .world-player {
    height: clamp(540px, 43vw, 610px);
    min-height: 0;
  }

  .landing-page .world-stage {
    height: 100%;
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .landing-page .hero {
    min-height: 0;
    padding: 136px 0 100px;
  }

  .landing-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .landing-page .hero-copy { max-width: 760px; }
  .landing-page .hero-console--static { max-width: 800px; }
  .landing-page .world-player { grid-template-columns: 1fr; }
  .landing-page .world-stage { min-height: auto; }
  .landing-page .product-layout { grid-template-columns: 1fr; }
  .landing-page .product-copy { max-width: 720px; }
  .landing-page .primary-nav::before,
  .landing-page .primary-nav a:not(.mobile-nav-login):not(.mobile-nav-cta)::before { display: none; }
  .landing-page .primary-nav a:not(.mobile-nav-login):not(.mobile-nav-cta) { padding-left: 12px; }
  .landing-page .workflow-grid { grid-template-columns: 1fr; }
  .landing-page .workflow-card {
    display: block;
    grid-template-columns: none;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--manual-line);
  }
  .landing-page .workflow-card:last-child { border-bottom: 0; }
  .landing-page .workflow-card__top {
    grid-column: auto;
    margin-bottom: 34px;
  }
  .landing-page .workflow-card h3 { align-self: auto; }
}

@media (max-width: 620px) {
  .landing-page { font-size: 16px; }

  .landing-page .hero {
    padding-top: calc(104px + env(safe-area-inset-top));
    padding-bottom: 82px;
  }

  .landing-page .hero h1 {
    font-size: clamp(40px, 11vw, 50px);
    line-height: 0.98;
  }

  .landing-page .hero-deck {
    font-size: 17px;
    line-height: 1.6;
  }

  .landing-page .hero-actions .button--ghost {
    background: rgba(255, 255, 255, 0.025);
    border-color: rgba(255, 255, 255, 0.09);
  }

  .landing-page .hero-proof {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .landing-page .hero-proof li,
  .landing-page .hero-proof li:last-child {
    grid-column: auto;
    font-size: 13px;
  }

  .landing-page .hero-console__caption {
    margin: 14px 0 0;
    font-size: 13px;
  }

  .landing-page .hero-console--static .workstation-crop { aspect-ratio: 4 / 3; }
  .landing-page .hero-console--static .workstation-crop img { object-position: right top; }

  .landing-page .worlds-section,
  .landing-page .product-section,
  .landing-page .workflow,
  .landing-page .pricing-section,
  .landing-page .faq-section { padding-block: 92px; }

  .landing-page .section-heading--split > p:not(.section-kicker),
  .landing-page .section-heading--center > p:not(.section-kicker),
  .landing-page .product-lead,
  .landing-page .faq-intro > p:not(.section-kicker) { font-size: 16px; }

  .landing-page .world-player__panel { padding: 28px 20px; }

  .landing-page .world-player__panel h3 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .landing-page .world-player__prompt { font-size: 16px; }

  .landing-page .world-queue {
    display: grid;
    padding: 0;
    overflow: visible;
  }

  .landing-page .world-queue__item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .landing-page .world-queue__item:last-child { border-bottom: 0; }

  .landing-page .product-tabs button {
    padding-inline: 5px;
    font-size: 12px;
  }

  .landing-page .product-tabs button span { display: none; }

  .landing-page .product-frame__viewport img { object-position: right top; }

  .landing-page .product-proof-line {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 50px;
  }

  .landing-page .workflow-card { padding: 30px 22px 34px; }
  .landing-page .step-number { font-size: 42px; }
  .landing-page .workflow-card h3 { font-size: 30px; }
  .landing-page .workflow-card > p { font-size: 16px; }

  .landing-page .price-card { padding: 28px 22px 30px; }
  .landing-page .price-card > p { min-height: 0; }
  .landing-page .faq-list summary { min-height: 70px; font-size: 17px; }
  .landing-page .faq-list details p { padding-right: 22px; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page .status-light,
  .landing-page .button-led,
  .landing-page .generation-state i { animation: none; }
}
