/* ═══════════════════════════════════════════════════════════════════════
   About page — section-specific styles (patterns: artists-camp/about-*)

   Exact values ported from artists-camp-3.0/src/pages/About.tsx inline
   styles. Composes on top of main.css (the ac-* vocabulary). Prefix: abt-.
   Owned by the "formats-about" pattern group.
   ═══════════════════════════════════════════════════════════════════════ */

/* ── hero (horizon-trails backdrop at 0.4) ───────────────────────────── */

.abt-hero {
  position: relative;
  overflow: hidden;
}

.abt-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  pointer-events: none;
}

.abt-hero__wrap {
  position: relative;
  padding: clamp(56px, 9vw, 96px) clamp(16px, 4vw, 32px) clamp(48px, 7vw, 80px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abt-hero__wrap > * {
  margin: 0;
}

.abt-hero__title {
  font-size: clamp(34px, 5.5vw, 56px);
  line-height: 1.02;
  max-width: 720px;
}

.abt-hero__lead {
  font-size: clamp(17px, 2.2vw, 19px);
  line-height: 1.5;
  color: #516078;
  max-width: 680px;
  margin: 0;
  text-wrap: pretty;
}

/* ── bottle & lightning — the ten principles (ink band) ──────────────── */

.abt-principles__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.abt-principles__wrap > * {
  margin: 0;
}

.abt-principles__title {
  font-size: clamp(26px, 4.5vw, 38px);
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.abt-principles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.abt-principles__grid > * {
  margin: 0;
}

.abt-principle {
  display: flex;
  gap: 12px;
  align-items: baseline;
  background: #243047;
  border-radius: 8px;
  padding: 16px 18px;
}

.abt-principle > * {
  margin: 0;
}

.abt-principle__n {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffb000;
  flex-shrink: 0;
}

.abt-principle__t {
  font-size: 14px;
  line-height: 1.5;
  color: #cdd4df;
}

/* ── what is never automated (white split band) ──────────────────────── */

.abt-never {
  background: #ffffff;
  border-bottom: 1px solid #e8ecf2;
}

/* Rides on ac-grid-2 (same tracks + gap); the source aligns start. */
.abt-never__grid {
  align-items: start;
}

.abt-never__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-never__col > * {
  margin: 0;
}

.abt-never__title {
  font-size: clamp(24px, 3.5vw, 30px);
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.abt-never__body {
  font-size: 16px;
  line-height: 1.6;
  color: #516078;
  margin: 0;
  text-wrap: pretty;
}

.abt-never__iconrow {
  display: flex;
  align-items: center;
  gap: 14px;
}

.abt-never__iconrow > * {
  margin: 0;
}

.abt-never__iconrow .wp-block-image {
  width: 38px;
  height: 38px;
  flex: none;
}

.abt-never__iconrow img {
  width: 38px;
  height: 38px;
  display: block;
}

.abt-never__h2 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 3vw, 26px);
  margin: 0;
  line-height: 1.18;
}

.abt-never__sub {
  font-size: 15px;
  line-height: 1.6;
  color: #516078;
  margin: 0;
  text-wrap: pretty;
}

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

/* ── closing (path-grid CTA band) ────────────────────────────────────── */

.abt-cta__inner {
  gap: 20px;
}

.abt-cta__title {
  font-size: clamp(28px, 5vw, 42px);
}
