/* ===== Home Page – Amorismo ===== */
/* Sections: Testimonials, Bio blocks, Contact/Form */

/* ===== Section divider (subtle line between sections) ===== */
.am-divider {
  border: none;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--am-home-border) 20%,
    var(--am-home-border) 80%,
    transparent 100%
  );
  max-width: var(--am-max-w);
  margin: 0 auto;
}

/* ===== Statement Section (Concepto + Quotes) ===== */
/* Design ref: In Pieces Musical — art-gallery density, massive headline,
   marker-highlight keywords, floating colored quotes without cards.
   Applies taste-skill criteria: VARIANCE=8, DENSITY=4 (Gallery).      */
.am-statement {
  padding: clamp(4.5rem, 9vw, 7rem) var(--am-sp-6);
  max-width: 1420px;
  margin: 0 auto;
}

/* ── Section heading (centered, no grid) ── */
.am-statement__heading {
  font-family: var(--am-font-title);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--am-home-text);
  text-align: center;
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
}

/* ── Headline + Body grid ── */
.am-statement__grid {
  display: grid;
  grid-template-columns: minmax(540px, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(3rem, 5.5vw, 5.5rem);
  align-items: center;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

/* Headline — cinematic, dominant, editorial presence */
.am-statement__headline h2 {
  font-family: var(--am-font-title);
  font-size: clamp(3.25rem, 5.1vw, 5.1rem);
  font-weight: 700;
  line-height: 1;
  color: var(--am-home-text);
  margin: 0;
  letter-spacing: 0;
  max-width: 9.1em;
}

/* "Amorismo" — italic title treatment (like "In Pieces") */
.am-statement__headline em {
  font-style: italic;
}

/* ── Highlighted keyword spans ── */
.am-hl {
  font-weight: 700;
}

/* "amor" — Vol I accent red with marker-highlight background */
.am-hl--amor {
  color: var(--am-home-text);
  background: linear-gradient(
    to top,
    var(--am-statement-highlight) 0%,
    var(--am-statement-highlight) 40%,
    transparent 40%
  );
  padding: 0 0.15em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* "no" — Vol III green, warm contrast against dark bg */
.am-hl--no {
  color: var(--am-hl-green);
}

/* ── Body / description text ── */
/* Vertical offset: starts below the headline's midpoint */
.am-statement__body {
  padding-top: 0;
  max-width: 650px;
}

.am-statement__body p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--am-statement-body-muted);
  margin: 0;
}

.am-statement__body p:first-child {
  color: var(--am-home-text);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6;
}

.am-statement__credit-name {
  color: var(--am-home-accent-soft);
}

.am-statement__body p + p {
  margin-top: var(--am-sp-5);
}

/* ── Centered body variant (etymology / "¿Qué significa?") ── */
.am-statement__body--centered {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.am-statement__body--centered p + p {
  margin-top: var(--am-sp-6);
}
.am-statement__body .am-hero__highlight {
  color: var(--am-home-accent-soft);
}

/* ── Testimonial Quotes — floating colored text, no cards ── */
.am-statement__quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.75rem);
  text-align: center;
  align-items: start;
  margin-top: 0;
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 1px solid var(--am-home-border);
}

.am-statement__quote {
  margin: 0;
  padding: var(--am-sp-2) var(--am-sp-3);
}

/* Featured quote spans full width */
.am-statement__quote--featured {
  grid-column: 1 / -1;
  padding: 0 0 var(--am-sp-3);
  text-align: center;
}

.am-statement__quote p {
  font-family: var(--am-font-title);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.32;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 var(--am-sp-3);
}

/* Featured gets larger, editorial text */
.am-statement__quote--featured p {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.3;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--am-sp-3);
}

/* Source / Attribution */
.am-statement__quote cite {
  font-family: var(--am-font-sans);
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* ── Color per quote — maps each to a Vol palette ── */
.am-statement__quote--featured p   { color: var(--am-quote-pink); }
.am-statement__quote--featured cite { color: var(--am-quote-pink); }

.am-statement__quote--v1 p   { color: var(--am-home-accent); }
.am-statement__quote--v1 cite { color: var(--am-home-accent); }

.am-statement__quote--v2 p   { color: var(--am-quote-pink); }
.am-statement__quote--v2 cite { color: var(--am-quote-pink); }

.am-statement__quote--v3 p   { color: var(--am-quote-green); }
.am-statement__quote--v3 cite { color: var(--am-quote-green); }

/* ===== Bio Blocks (Dustin / David) ===== */
.am-bios {
  padding: var(--am-sp-8) var(--am-sp-6);
  max-width: var(--am-max-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--am-sp-8);
}

.am-bios__heading {
  font-family: var(--am-font-title);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--am-home-text);
  margin: 0;
  max-width: 8em;
}

.am-bio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--am-sp-8);
  align-items: center;
}

/* Reverse layout for alternating blocks */
.am-bio--reverse {
  direction: rtl;
}

.am-bio--reverse > * {
  direction: ltr;
}

.am-bio__photo-wrap {
  aspect-ratio: 3 / 4;
  border-radius: var(--am-radius-sm);
  overflow: hidden;
  box-shadow: var(--am-shadow-card);
  background: var(--am-home-surface);
}

.am-bio__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.am-bio__body {
  display: flex;
  flex-direction: column;
  gap: var(--am-sp-4);
}

.am-bio__role {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--am-home-accent);
  margin: 0;
}

.am-bio__name {
  font-family: var(--am-font-title);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--am-home-text);
  margin: 0;
  letter-spacing: -0.02em;
}

.am-bio__text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--am-home-text);
  margin: 0;
}

.am-bio__text + .am-bio__text {
  margin-top: var(--am-sp-3);
}

