/* "I have a question" page. Loads after sprout-theme.css.

   Built from design_handoff_asset/pages/Sprout I Have a Question.dc.html.
   The page's job is to lower the cost of asking, so every section ends in a
   way to reach a person. */

body { --wrap: 1120px; }

.q-hero {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 56px var(--band-x) 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.gh-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

@media (max-width: 900px) {
  .gh-2 { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}

.q-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 600px;
}

.q-h1 {
  font-family: var(--serif);
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.q-lead {
  font-size: 19px;
  color: var(--body-muted);
  max-width: 48ch;
  text-wrap: pretty;
}

.q-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.badge-free {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  border: 1.5px solid var(--border-strong);
  padding: 15px 20px;
  white-space: nowrap;
}

.q-hero-photo { aspect-ratio: 4 / 3; object-position: 50% 45%; }

/* ---------- our guarantee ---------- */

.guarantee {
  background: var(--cream-deep);
  border-top: 1px solid var(--border-medium);
  border-bottom: 1px solid var(--border-medium);
}

.guarantee-inner {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.use-card {
  background: var(--cream);
  border: 1px solid var(--border-medium);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.use-n {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--sage);
  letter-spacing: 0.06em;
}

.use-title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.use-body { font-size: 16px; color: var(--body-muted); line-height: 1.55; }

/* ---------- the questions growers bring ---------- */

.asks-inner {
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.gh-ask {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 56px;
}

@media (max-width: 900px) {
  .gh-ask { grid-template-columns: minmax(0, 1fr); }
}

.ask-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
  padding: 22px 0;
  border-top: 1px solid var(--border-medium);
}

.ask-n {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--sage);
  letter-spacing: 0.06em;
}

.ask-q {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--dark);
}

.asks-foot { font-size: 17px; color: var(--body-muted); max-width: 60ch; text-wrap: pretty; }

/* ---------- who you meet ---------- */

.people-inner {
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.gh-people {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
}

@media (max-width: 900px) {
  .gh-people { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}

.person { display: flex; flex-direction: column; gap: 18px; }

.person-photo { aspect-ratio: 4 / 3; }

.person-text { display: flex; flex-direction: column; gap: 8px; }

.person-name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--cream);
  line-height: 1.15;
}

.person-bio {
  font-size: 16px;
  color: var(--on-dark-soft);
  line-height: 1.55;
  text-wrap: pretty;
}

/* ---------- book ---------- */

.book-inner { padding-top: 72px; padding-bottom: 72px; }

.book-grid { align-items: start; }

.book-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 560px;
}

.tag-free {
  align-self: flex-start;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--cream-deep);
  color: var(--sage);
  padding: 7px 14px;
}

.h2-book {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.book-lead { font-size: 18px; color: var(--body-muted); text-wrap: pretty; }

.book-cta { align-self: flex-start; }

.book-note { font-size: 15px; color: var(--label-muted); max-width: 52ch; }

.other-panel {
  background: var(--cream-deep);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.other-label { padding-bottom: 10px; }

.other-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--border-medium);
  color: var(--dark);
}

.other-link:hover { color: var(--sage); text-decoration: none; }

.other-cta { font-size: 17px; font-weight: 600; }

.other-arrow { font-size: 18px; color: var(--sage); grid-row: span 2; }

.other-body { font-size: 15px; color: var(--body-muted); line-height: 1.45; }
