/* =========================================================================
   #why-gamos — early trust section (conversion pass 2026-07-13).
   A real photograph of the estate + 4 counter stats + two short verbatim
   guest quotes + the cta-band, right after #hall-portal. Desktop-first
   (§13: mobile overrides live in /mobile/css/why-gamos.css).
   Tokens only (§10.2). Stat styling mirrors about.css (single grammar).
   ========================================================================= */

.why-gamos {
  padding-block: var(--section-pad);
  background: var(--bg);
}

.why-gamos__container {
  inline-size: min(1120px, 92vw);
  margin-inline: auto;
}

/* Header centering comes from the canonical .section-header--center (the bare
   64ch box pinned inline-start gave a ragged 3-line title — user feedback
   2026-07-13). The global h2 text-wrap:balance splits the title into two even
   lines inside the centered 64ch header box. */
.why-gamos .section-header {
  margin-block-end: var(--space-8);
}

/* ---- The real-photo proof — wide, quiet frame, defined ratio (CLS §8). ---- */
.why-gamos__media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-sm);
}
.why-gamos__media img {
  display: block;
  inline-size: 100%;
  block-size: auto;
  aspect-ratio: 1920 / 1440;
  object-fit: cover;
}
/* Keep the band cinematic on desktop — crop the 4:3 source to a wide frame. */
@media (min-width: 900px) {
  .why-gamos__media img { aspect-ratio: 21 / 9; }
}

/* ---- Stats — the about.css counter grammar, four-up. ---- */
.why-gamos__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
  margin: 0;
  padding-block: var(--space-8) 0;
}

.why-gamos__stat {
  margin: 0;
  text-align: center;
}

.why-gamos__stat dt {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-block-end: var(--space-2);
}

.why-gamos__stat dd {
  font-family: var(--font-display-luxury);
  font-size: clamp(2.25rem, 3.6vw, 3.25rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin: 0;
}

/* Early trust signal: this repeats only the kashrut claims already documented
   in #contact, bringing an important decision factor above the long journey. */
.why-gamos__trust {
  inline-size: fit-content;
  max-inline-size: 100%;
  margin: var(--space-6) auto 0;
  padding-block: var(--space-3);
  border-block: 1px solid var(--border);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--fw-medium);
  line-height: 1.6;
  color: var(--cocoa);
  text-align: center;
  text-wrap: pretty;
}

/* ---- Two short quotes — quiet editorial cards, no slider chrome. ---- */
.why-gamos__quotes {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
  margin: 0;
  padding: var(--space-8) 0 0;
}

.why-gamos__quote {
  border-inline-start: 2px solid var(--brass);
  padding-inline-start: var(--space-4);
}

.why-gamos__quote blockquote { margin: 0; }

.why-gamos__quote p {
  margin: 0 0 var(--space-2);
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--fg);
}

.why-gamos__quote cite {
  font-style: normal;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wide);
  color: var(--fg-muted);
}
