/* Last updated: 14 July 2026. Approved homepage layout additions. */

.hero {
  padding-bottom: 8vh;
}

.btn {
  line-height: 1.6;
}

.hero-synthesis {
  margin-bottom: 0.65rem;
}

.hero-synthesis strong {
  color: var(--ink);
  font-weight: 600;
}

.hero-process-note {
  margin-top: 1.1rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-process-note strong {
  color: var(--ink);
  font-weight: 600;
}

.inline-link,
.sample-explore-link {
  text-underline-offset: 0.25em;
}

.systems-intro {
  max-width: 680px;
  margin: 0.8rem auto 0;
  color: var(--ink-soft);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.feature-grid article {
  border-top: 3px solid var(--burnt);
  padding: 1.2rem 0 0;
}

.feature-grid article:nth-child(2) { border-top-color: var(--sys-hd); }
.feature-grid article:nth-child(3) { border-top-color: var(--sys-gk); }
.feature-grid article:nth-child(4) { border-top-color: var(--sys-depth); }

.feature-grid h3 {
  color: var(--ink);
  font-size: 1.18rem;
  margin-bottom: 0.55rem;
}

.feature-grid p {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.no-renewal {
  margin-top: 2.4rem;
  color: var(--muted);
  font-weight: 500;
}

#how-it-works {
  padding-bottom: 5vh;
}

.audience-band {
  padding-top: 5vh;
}

.portrait-made-band {
  padding-bottom: 4vh;
}

#begin {
  padding-top: 4vh;
}

.taster-lead {
  max-width: 620px;
  margin: 0 auto 2rem !important;
}

.sample-excerpt-card {
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.78;
}

.band-ink .sample-excerpt-card p {
  color: var(--ink);
  font-weight: 400;
}

.sample-excerpt-card .insight-heads {
  color: var(--burnt);
  margin-bottom: 0.65rem;
}

.sample-excerpt-card h3 {
  color: var(--ink);
  font-size: 1.45rem;
  margin-bottom: 1.1rem;
}

.sample-continuation {
  margin-top: 1.15rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(35,44,71,.2);
  border-bottom: 0;
}

.sample-continuation summary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--burnt);
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.sample-continuation summary::-webkit-details-marker {
  display: none;
}

.sample-continuation summary::after {
  content: '↓';
  text-decoration: none;
}

.sample-continuation[open] summary::after {
  content: '↑';
}

.sample-continuation .when-open {
  display: none;
}

.sample-continuation[open] .when-closed {
  display: none;
}

.sample-continuation[open] .when-open {
  display: inline;
}

.sample-continuation-body {
  padding-top: 0.85rem;
}

.sample-continuation-body p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.sample-contents {
  max-width: 620px;
  margin: 1.5rem auto 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(242,233,212,.22);
  text-align: center;
}

.sample-contents h3 {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
}

.sample-contents p {
  color: rgba(242,233,212,.76);
  font-size: 0.88rem;
  line-height: 1.7;
}

.taster-action {
  margin-top: 1.8rem;
}

.taster-action .tiny-trust {
  color: rgba(242,233,212,.76);
}

.sample-explore-link {
  color: var(--amber);
  font-weight: 600;
}

@media (max-width: 700px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero .tiny-trust {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
  }

  #how-it-works {
    padding-bottom: 2.5rem;
  }

  .audience-band {
    padding-top: 2.5rem;
  }

  .portrait-made-band {
    padding-bottom: 1.5rem;
  }

  #begin {
    padding-top: 1.5rem;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-bottom: 6vh;
  }
}
