/* ════════════════════════════════════════════════════════════════════
   CELL PROOF — R82 (3-col intro + single awards strip)
   ALL selectors scoped under #cell-proof (no leak into siblings).

   Section rhythm: cell-1 dark → cell-3 dark → THIS white breath → cell-4 dark.
   Plates stay dark stamped-steel on the bone field. Brass (#cfae72) lives
   only on engraved award lines. Palette from tokens.css ONLY.
   ════════════════════════════════════════════════════════════════════ */

#cell-proof {
  padding-block: clamp(2.6rem, 2rem + 3.4vw, 4.6rem);
  isolation: isolate;
  border-block: 1px solid var(--stone-200);
}
#cell-proof .proof {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 1.2rem + 1.6vw, 2.6rem);
}

/* R84: credential-plate (.prov__*) styles moved to cell-3.css — plates live under the hero mileage now */

/* ════════════════════════════════════════════════════════════════════
   PROOF INTRO (R82) — 3 columns: credentials · story · press photos.
   Evenly spaced, vertically centered as one horizontal band.
   ════════════════════════════════════════════════════════════════════ */
#cell-proof .proof__intro {
  display: flex;
  align-items: center;
  /* R85: story + photos centered as ONE unit — equal air both sides */
  justify-content: center;
  gap: clamp(2.5rem, 7vw, 5.5rem);
}

/* COL B — story block on the bone field (no plate).
   R83 (David, Sharp-section reference): the story IS the breath — big
   editorial text is the row's true hero; the columns either side frame it. */
#cell-proof .proof__story {
  flex: 0 1 auto;
  min-width: 0;
  /* R93c: the statement piece owns more of the row — the press photos yield
     rightward ("pushes those images to the right a little") */
  max-width: 50rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.9rem, 1.6vw, 1.35rem);
}
/* R93c (David) — THE BIG-ASS CLAIM. All caps display, the row's true hero;
   the client-authored sentence promoted from the quiet third beat to the
   statement piece. "GRAVEYARD" carries the one red word, echoing the hero. */
#cell-proof .proof__story-statement {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: 0.012em;
  color: var(--text-on-light);
  max-width: 24ch;
  text-wrap: balance;
}
#cell-proof .proof__story-accent { color: var(--accent); }
/* the sub — the evidence line supporting the claim (was the lead) */
#cell-proof .proof__story-lead {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.5;
  letter-spacing: -0.005em;
  color: var(--text-on-light);
  opacity: 0.78;
  max-width: 36rem;
  text-wrap: balance;
}
#cell-proof .proof__story-love {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  /* R93c: stepped down — the statement owns the size register now */
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: 0.015em;
  /* deepened brass for AA on bone — still reads brass, not brown */
  color: #8a6d3b;
}
#cell-proof .proof__story-rule {
  display: inline-block;
  width: clamp(1.2rem, 2.1vw, 1.75rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, #8a6d3b 18%, #8a6d3b 82%, transparent);
  opacity: 0.65;
  flex: none;
}

/* COL C — press photos */
#cell-proof .press {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.55rem, 1vw, 0.75rem);
  width: clamp(190px, 17vw, 220px);
  flex: none;
}
#cell-proof .press__shots {
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 1vw, 0.85rem);
  width: 100%;
}
#cell-proof .press__shot {
  margin: 0;
  padding: 4px;
  background: linear-gradient(158deg, #2f2f2f 0%, #1b1b1b 100%);
  border: 1px solid #3d3d3d;
  border-radius: var(--radius);
  box-shadow:
    0 3px 8px rgba(20,18,16,0.28),
    inset 0 1px 0 rgba(255,255,255,0.06);
}
#cell-proof .press__shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1px;
}
#cell-proof .press__caption {
  margin: 0;
  text-align: center;
  font-family: var(--font-mono);
  font-size: clamp(0.5rem, 0.58vw, 0.58rem);
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--stone-500);
}

/* ════════════════════════════════════════════════════════════════════
   NATIONAL AWARDS STRIP (R82) — one framed plate, three zones.
   Same stamped-steel material as credential bars.
   ════════════════════════════════════════════════════════════════════ */
#cell-proof .awd {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
#cell-proof .awd__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(0.66rem, 0.9vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone-500);
}
#cell-proof .awd__eyebrow-rule {
  width: 34px;
  height: 1px;
  background: var(--stone-500);
  opacity: 0.6;
}

/* Shared plate material (strip shell) */
#cell-proof .awd__strip {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  align-items: stretch;
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at 8px 8px,                       #585858 0.5px, #171717 2px, transparent 2.7px),
    radial-gradient(circle at calc(100% - 8px) 8px,          #585858 0.5px, #171717 2px, transparent 2.7px),
    radial-gradient(circle at 8px calc(100% - 8px),          #585858 0.5px, #171717 2px, transparent 2.7px),
    radial-gradient(circle at calc(100% - 8px) calc(100% - 8px), #585858 0.5px, #171717 2px, transparent 2.7px),
    linear-gradient(158deg, #2f2f2f 0%, #232323 46%, #1a1a1a 100%);
  background-repeat: no-repeat;
  border: 1px solid #3d3d3d;
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 0 28px rgba(0,0,0,0.38),
    inset 0 -2px 4px rgba(0,0,0,0.5),
    0 3px 7px rgba(20,18,16,0.24),
    0 1px 0 rgba(0,0,0,0.4);
}
/* brass bevel inset — engraved-plate frame */
#cell-proof .awd__strip::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(201, 169, 106, 0.30);
  pointer-events: none;
  z-index: 2;
}

#cell-proof .awd__zone {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(0.4rem, 0.8vw, 0.6rem);
  padding: clamp(1.15rem, 2vw, 1.65rem) clamp(0.9rem, 1.6vw, 1.4rem);
  min-width: 0;
}
/* soft vertical hairlines between zones (not hard white) */
#cell-proof .awd__zone + .awd__zone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16%;
  bottom: 16%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(201, 169, 106, 0.28) 18%,
    rgba(201, 169, 106, 0.28) 82%,
    transparent
  );
  pointer-events: none;
}

#cell-proof .awd__zone-eyebrow {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(0.54rem, 0.65vw, 0.64rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #cfae72;
  text-shadow: 0 1px 0 rgba(0,0,0,0.65);
}

#cell-proof .awd__mark--strip {
  height: clamp(36px, 3.8vw, 48px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  opacity: 1;
  flex: none;
}

#cell-proof .awd__award--strip {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: #cfae72;
  text-shadow: 0 1px 0 rgba(0,0,0,0.65);
}
/* thin brass hairline flourishes (no fabricated laurel image) */
/* R90d — the flourish dashes grew into laurel sprigs (David: the Gemini award
   card's flanking branches "add so much" — CC0 Wikimedia pair, brass-tinted
   via mask so the ink rides the token, not the file). */
#cell-proof .awd__flourish {
  display: inline-block;
  width: clamp(1.05rem, 1.8vw, 1.5rem);
  height: clamp(1.7rem, 2.9vw, 2.4rem);
  background: #cfae72;
  -webkit-mask: url('../../assets/awards/laurel-left.svg') no-repeat center / contain;
  mask: url('../../assets/awards/laurel-left.svg') no-repeat center / contain;
  opacity: 0.85;
  flex: none;
  align-self: center;
}
#cell-proof .awd__flourish:last-child {
  -webkit-mask-image: url('../../assets/awards/laurel-right.svg');
  mask-image: url('../../assets/awards/laurel-right.svg');
}

#cell-proof .awd__org {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(0.54rem, 0.62vw, 0.64rem);
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--slate-400);
}

#cell-proof .awd__more {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(0.5rem, 0.58vw, 0.58rem);
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--slate-400);
  opacity: 0.9;
}

/* KEY HONORS */
#cell-proof .awd__honors {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
#cell-proof .awd__honors li {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(0.82rem, 1.05vw, 1rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #cfae72;
  text-shadow: 0 1px 0 rgba(0,0,0,0.65);
}
#cell-proof .awd__attr {
  margin: 0.15rem 0 0;
  font-family: var(--font-mono);
  font-size: clamp(0.48rem, 0.55vw, 0.56rem);
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--slate-400);
  max-width: 18rem;
}

/* AS SEEN IN */
#cell-proof .awd__seen-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 1.6vw, 1.35rem);
  flex-wrap: wrap;
  width: 100%;
}
#cell-proof .awd__seen-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
/* optically matched cap heights — BJ is wide/short, PB is taller */
#cell-proof .awd__seen-logo--bj { height: clamp(24px, 2.55vw, 32px); }
#cell-proof .awd__seen-logo--pb { height: clamp(26px, 2.85vw, 33px); }

#cell-proof .awd__seen-text {
  margin: 0.1rem 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  letter-spacing: 0.06em;
  color: #cfae72;
  text-shadow: 0 1px 0 rgba(0,0,0,0.65);
}

/* Closing line under the strip */
#cell-proof .awd__close {
  margin: calc(var(--space-m) * -0.5) 0 0; /* R85: the close is the strip's signature, not a new thought */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
  padding-bottom: 0.15rem;
}
#cell-proof .awd__star {
  color: #cfae72;
  font-size: 0.65rem;
  line-height: 1;
  opacity: 0.9;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
#cell-proof .awd__close-line {
  font-family: var(--font-mono);
  font-size: clamp(0.58rem, 0.72vw, 0.7rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a6d3b;
  line-height: 1.5;
  max-width: 42rem;
}

/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE — recomposed, not squished.
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  #cell-proof .proof__intro {
    flex-direction: column;
    align-items: center;
    gap: clamp(1.4rem, 4vw, 2rem);
  }
  /* story first, then photos side-by-side (R84) */
  #cell-proof .proof__story { order: -1; max-width: 32rem; }
  #cell-proof .proof__story-statement { font-size: clamp(1.55rem, 5.4vw, 2.1rem); }
  #cell-proof .press { width: min(400px, 100%); }
  #cell-proof .press__shots {
    flex-direction: row;
    justify-content: center;
    gap: clamp(0.6rem, 2.5vw, 0.85rem);
  }
  #cell-proof .press__shot { flex: 1 1 0; min-width: 0; max-width: 190px; }

  #cell-proof .awd__strip {
    grid-template-columns: 1fr;
  }
  /* horizontal hairlines between stacked zones */
  #cell-proof .awd__zone + .awd__zone::before {
    left: 14%;
    right: 14%;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent,
      rgba(201, 169, 106, 0.32) 18%,
      rgba(201, 169, 106, 0.32) 82%,
      transparent
    );
  }
  #cell-proof .awd__zone {
    padding: clamp(1.25rem, 4.5vw, 1.55rem) clamp(1rem, 4vw, 1.4rem);
  }
  #cell-proof .awd__close {
    margin-top: 0.35rem;
    padding-inline: 0.75rem;
  }
}

@media (max-width: 700px) {
  #cell-proof .proof__story-lead { font-size: 1rem; }
  #cell-proof .proof__story-love { font-size: 1.35rem; }
  #cell-proof .awd__close-line {
    letter-spacing: 0.1em;
    padding-inline: 0.5rem;
  }
}
