/* Home — viewfinder hero + constrained below-fold. Does not restyle #proof. */

body[data-page="home"] {
  font-family: var(--sans);
}

body[data-page="home"] main {
  max-width: none;
  margin: 0;
  padding: 0 0 4.5rem;
}

body[data-page="home"] #proof,
body[data-page="home"] #community,
body[data-page="home"] #seo-faq {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* —— Viewfinder hero —— */
body[data-page="home"] .landing {
  position: relative;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="home"] .landing::before {
  display: none;
}

body[data-page="home"] .landing-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 0;
  padding: clamp(1.75rem, 4vh, 2.5rem) 1.5rem;
}

body[data-page="home"] .landing-copy {
  position: relative;
  z-index: 2;
  max-width: none;
  width: 100%;
  padding: 0;
  background: none;
  text-align: center;
}

body[data-page="home"] .landing-title {
  margin: 0 0 1.15rem;
}

body[data-page="home"] .landing-lead {
  display: block;
  margin: 0 auto 1.35rem;
  font-family: var(--sans);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--muted);
  max-width: 34rem;
}

body[data-page="home"] .landing-lead strong {
  color: var(--text);
  font-weight: 600;
}

body[data-page="home"] .landing-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

body[data-page="home"] .btn-generate,
body[data-page="home"] .btn.btn-primary.btn-generate {
  border-radius: 2px;
  padding: 0.85rem 1.4rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff !important;
  background: var(--accent);
  box-shadow: none;
}

body[data-page="home"] .btn-generate:hover,
body[data-page="home"] .btn.btn-primary.btn-generate:hover {
  background: var(--accent-dark);
  color: #fff !important;
  filter: none;
}

body[data-page="home"] .landing .btn-outline.btn-lg {
  border-radius: 2px;
  padding: 0.85rem 1.3rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: none;
}

body[data-page="home"] .landing-note {
  margin: 0 0 0.75rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  color: rgba(138, 138, 138, 0.95);
}

body[data-page="home"] .landing-guide {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.9rem;
}

body[data-page="home"] .landing-guide a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 550;
}

body[data-page="home"] .landing-guide a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body[data-page="home"] .landing-readout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 1.15rem;
  max-width: 28rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body[data-page="home"] .landing-readout > div {
  padding: 0.7rem 0.85rem 0.7rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="home"] .landing-readout > div:last-child {
  border-right: none;
  padding-right: 0;
}

body[data-page="home"] .landing-readout dt {
  font-family: var(--vf-hud, var(--sans));
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

body[data-page="home"] .landing-readout dd {
  margin: 0.2rem 0 0;
  font-family: var(--vf-hud, var(--sans));
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}

/* Stage leftovers from vinyl hero */
body[data-page="home"] .landing-disc,
body[data-page="home"] .landing-pipeline,
body[data-page="home"] .landing-chip,
body[data-page="home"] .landing-pipeline-plus,
body[data-page="home"] .landing-pipeline-arrow,
body[data-page="home"] .landing-phone-wrap,
body[data-page="home"] .landing-phone,
body[data-page="home"] .landing-stage-caption,
body[data-page="home"] .landing-seo-link,
body[data-page="home"] .landing-panel,
body[data-page="home"] .landing-brand {
  display: none !important;
}

body[data-page="home"] .landing-stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 0;
  padding: 0;
}

/* Community + FAQ headings stay HUD (viewfinder.css) */
body[data-page="home"] .community-cta {
  padding: 2.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0.5rem;
}

body[data-page="home"] .community-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  background: rgba(18, 18, 20, 0.65);
}

body[data-page="home"] .community-cta-copy h2 {
  font-family: var(--vf-hud, var(--sans));
  font-size: clamp(1.45rem, 6vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 0.45rem;
}

body[data-page="home"] .community-cta-copy p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.95rem;
  color: var(--muted);
}

body[data-page="home"] .seo-section {
  padding: 3rem 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-page="home"] .seo-heading {
  font-family: var(--vf-hud, var(--sans));
  font-size: clamp(1.35rem, 5vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

@media (max-width: 960px) {
  body[data-page="home"] .landing {
    min-height: 0;
    overflow: visible;
  }

  body[data-page="home"] .landing-inner {
    min-height: 0;
    padding: 1.5rem 1.15rem 2.25rem;
  }

  body[data-page="home"] .landing-copy {
    display: block;
    max-width: none;
  }

  body[data-page="home"] .landing-title {
    max-width: none;
    margin-bottom: 1rem;
  }

  body[data-page="home"] .landing-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
  }

  body[data-page="home"] .landing-lead {
    font-size: 0.98rem;
    margin-bottom: 1.1rem;
    max-width: none;
  }

  body[data-page="home"] .landing-readout {
    max-width: none;
    margin-bottom: 1rem;
  }

  body[data-page="home"] .btn-generate,
  body[data-page="home"] .btn.btn-primary.btn-generate,
  body[data-page="home"] .landing .btn-outline.btn-lg {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  body[data-page="home"] .landing-note,
  body[data-page="home"] .landing-guide {
    text-align: center;
  }

  body[data-page="home"] .community-cta-inner {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .community-cta .btn {
    width: 100%;
    min-height: 48px;
  }
}

