/* ═══════════════════════════════════════════════════════════════════════
   Artists Camp — Intro & Intensive page (patterns camp-*).
   Section-specific values ported EXACTLY from artists-camp-3.0
   src/pages/Camp.tsx inline styles + src/pages/Camp.css.
   Global vocabulary (ac-*, hv-*) lives in assets/css/main.css.
   ═══════════════════════════════════════════════════════════════════════ */

/* ── hero ────────────────────────────────────────────────────────────── */

/* h1: clamp(36px, 5.5vw, 56px) / 1.04 (ac-h1 base carries the rest). */
.camp-hero__title {
  font-size: clamp(36px, 5.5vw, 56px);
  line-height: 1.04;
}

/* Hero subtitle: lh 1.55, max-width 540 (ac-lead ac-lead--hero base). */
.camp-hero__lead {
  line-height: 1.55;
  max-width: 540px;
}

.camp-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* 3.0's hero figure has auto height (the img falls back to its 280px
 * min-height), so the photo ends level with the copy column instead of
 * stretching to the grid row and re-cropping. Align to the top rather than
 * forcing 100% height. */
.camp-hero__photo,
.camp-hero__photo .wp-block-image {
  align-self: start;
  height: auto;
}

.camp-hero__photo img {
  width: 100%;
  height: auto;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

/* Hero button hovers — from Camp.css (camp.dc.html style-hover):
   sky → teal fill, amber → dark-amber fill. WP passthrough included. */
.camp-hv-sky:hover {
  background: #00789e !important;
  color: #ffffff !important;
}

.camp-hv-amber:hover {
  background: #9a6200 !important;
  color: #ffffff !important;
}

.wp-block-button.camp-hv-sky:hover .wp-block-button__link {
  background: #00789e !important;
  color: #ffffff !important;
}

.wp-block-button.camp-hv-amber:hover .wp-block-button__link {
  background: #9a6200 !important;
  color: #ffffff !important;
}

.wp-block-button.camp-hv-sky:hover,
.wp-block-button.camp-hv-amber:hover {
  background: transparent !important;
}

/* ── intro + intensive sections ──────────────────────────────────────── */

/* White band with a TOP hairline only (intro section). */
.camp-band-white-top {
  background: #ffffff;
  border-top: 1px solid #e8ecf2;
}

/* Section column: flex, gap 32. */
.camp-section-stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Intro day cards: minmax(280px, 1fr), gap 14. */
.camp-grid-intro {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

/* Intensive day cards: auto-FILL minmax(200px, 1fr), gap 12. */
.camp-grid-intensive {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

.camp-day-card {
  display: flex;
  flex-direction: column;
}

/* Intro card: padding 24, gap 12 (over ac-card's 20). */
.camp-day-card--intro {
  padding: 24px;
  gap: 12px;
}

/* Intensive card: ac-card padding 20, gap 10. */
.camp-day-card--intensive {
  gap: 10px;
}

/* "DAY 01" kicker. */
.camp-day-kicker {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #8b97aa;
  letter-spacing: 0.08em;
  margin: 0;
}

/* Intro card block list ("Intent · Listener · …"). */
.camp-day-blocks {
  font-size: 13px;
  font-weight: 600;
  color: #00789e;
  margin: 0;
}

/* Intensive card item list. */
.camp-day-items {
  font-size: 13px;
  line-height: 1.6;
  color: #516078;
  margin: 0;
}

/* Days 8–10 capstone panel copy (panel shell = ac-panel-ink). */
.camp-capstone__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.camp-capstone__title {
  font-family: "Space Grotesk", Arial, sans-serif;
  color: #ffffff;
  font-size: clamp(16px, 2.4vw, 20px);
  font-weight: 700;
  margin: 0;
}

.camp-capstone__sub {
  color: #8b97aa;
  font-size: 14px;
  margin: 0;
}

/* ── upcoming dates (ink band) ───────────────────────────────────────── */

.camp-dates-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.camp-dates__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.camp-dates__note {
  font-size: 13.5px;
  color: #8b97aa;
  margin: 0;
}

/* ── daily rhythm ────────────────────────────────────────────────────── */

.camp-rhythm__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.camp-rhythm__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.camp-rhythm-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e8ecf2;
  font-size: 15px;
  transition: background 0.2s ease;
}

.camp-rhythm-row p {
  font-size: 15px;
  margin: 0;
}

.camp-rhythm-row__time {
  font-weight: 700;
  color: #0b7d58;
  font-variant-numeric: tabular-nums;
}

.camp-rhythm-row__what {
  color: #243047;
  line-height: 1.45;
}

.camp-rhythm__note {
  font-size: 13.5px;
  color: #8b97aa;
  line-height: 1.5;
  margin: 0;
}

.camp-rhythm__photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* ── THE LIVE SESSION photo band ─────────────────────────────────────── */

.camp-live {
  position: relative;
}

/* Ink gradient scrim (source: absolute overlay div, aria-hidden). */
.camp-live::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(17, 24, 39, 0.82) 0%,
    rgba(17, 24, 39, 0.32) 42%,
    rgba(17, 24, 39, 0) 68%
  );
  pointer-events: none;
}

.camp-live img {
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.camp-live__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: clamp(16px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.camp-live__text {
  color: #ffffff;
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.5;
  max-width: 560px;
  margin: 0;
  text-wrap: pretty;
}
