/* The Farm — CHAMPIONS curriculum page styles
   Layered on top of site.css + about.css + facility.css + programs.css */

/* ---------- Definition pull-quote ---------- */
.champ-def {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 48px 0;
  position: relative;
}
@media (max-width: 880px) {
  .champ-def { grid-template-columns: 1fr; gap: 24px; }
}
.champ-def__tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brick);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}
.champ-def__tag .bar {
  width: 36px;
  height: 2px;
  background: currentColor;
}
.champ-def__body { max-width: 920px; }
.champ-def__lead {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.champ-def blockquote {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}
.champ-def .accent-brick { color: var(--brick); font-weight: 700; }
.champ-def .accent-gold {
  color: var(--ink);
  font-weight: 700;
  background-image: linear-gradient(transparent 68%, rgba(217,164,65,0.5) 68% 92%, transparent 92%);
  padding: 0 2px;
}
.champ-def__sig {
  margin-top: 26px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.champ-def__sig .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
}

/* ---------- Hallmarks (4 across) ---------- */
.champ-hallmarks {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 2px solid var(--ink);
  background: var(--paper);
}
@media (max-width: 1100px) { .champ-hallmarks { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .champ-hallmarks { grid-template-columns: 1fr; } }

.champ-hallmark {
  padding: 30px 26px 32px;
  border-right: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
}
.champ-hallmarks .champ-hallmark:last-child { border-right: none; }
@media (max-width: 1100px) {
  .champ-hallmarks .champ-hallmark { border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
  .champ-hallmarks .champ-hallmark:nth-child(2n) { border-right: none; }
  .champ-hallmarks .champ-hallmark:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 560px) {
  .champ-hallmarks .champ-hallmark { border-right: none; border-bottom: 2px solid var(--ink); }
  .champ-hallmarks .champ-hallmark:last-child { border-bottom: none; }
}
.champ-hallmark .n {
  font-family: 'Roboto Slab', serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.champ-hallmark h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 12px;
  color: var(--ink);
}
.champ-hallmark p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ---------- The Acrostic (8 letter cards in 4 cols) ---------- */
.acrostic {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 2px solid var(--ink);
  background: var(--paper);
}
@media (max-width: 1100px) { .acrostic { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .acrostic { grid-template-columns: 1fr; } }

.acrostic__cell {
  position: relative;
  padding: 24px 24px 28px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 22px;
  align-items: start;
  background: var(--paper);
  min-height: 220px;
}
.acrostic .acrostic__cell:nth-child(4n) { border-right: none; }
.acrostic .acrostic__cell:nth-last-child(-n+4) { border-bottom: none; }
@media (max-width: 1100px) {
  .acrostic .acrostic__cell { border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
  .acrostic .acrostic__cell:nth-child(2n) { border-right: none; }
  .acrostic .acrostic__cell:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 560px) {
  .acrostic .acrostic__cell { border-right: none; border-bottom: 2px solid var(--ink); grid-template-columns: 80px 1fr; }
  .acrostic .acrostic__cell:last-child { border-bottom: none; }
}

.acrostic__rule {
  position: absolute;
  top: 18px;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}
.acrostic__index {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.acrostic__hairline {
  flex: 1;
  height: 1px;
  background: var(--rule);
}

.acrostic__letter {
  margin-top: 28px;
  font-family: 'Roboto Slab', serif;
  font-weight: 900;
  font-size: clamp(96px, 9vw, 140px);
  line-height: 0.82;
  color: var(--gold);
  letter-spacing: -0.04em;
  text-align: center;
  position: relative;
}
.acrostic__letter::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 32px;
  height: 4px;
  background: var(--brick);
  transform: translateX(-50%);
}

.acrostic__traits {
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.acrostic__traits li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: center;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.acrostic__bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--ink);
  color: var(--gold);
  font-family: 'Roboto Slab', serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0;
}

/* ---------- Acrostic footer strip ---------- */
.acrostic__strip {
  margin-top: 28px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.acrostic__strip-letter {
  font-family: 'Roboto Slab', serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0;
  color: var(--gold);
  line-height: 1;
  margin-right: 2px;
}
.acrostic__strip-sep { color: rgba(241,233,210,0.4); }

/* ---------- Woven-in moments ---------- */
.champ-woven {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 2px solid var(--gold);
  background: var(--green-deep);
}
@media (max-width: 1100px) { .champ-woven { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .champ-woven { grid-template-columns: 1fr; } }

.champ-woven__item {
  padding: 28px 26px 30px;
  border-right: 1px solid rgba(217,164,65,0.25);
  display: flex;
  flex-direction: column;
  color: var(--cream);
}
.champ-woven .champ-woven__item:last-child { border-right: none; }
@media (max-width: 1100px) {
  .champ-woven .champ-woven__item { border-right: 1px solid rgba(217,164,65,0.25); border-bottom: 1px solid rgba(217,164,65,0.25); }
  .champ-woven .champ-woven__item:nth-child(2n) { border-right: none; }
  .champ-woven .champ-woven__item:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 560px) {
  .champ-woven .champ-woven__item { border-right: none; border-bottom: 1px solid rgba(217,164,65,0.25); }
  .champ-woven .champ-woven__item:last-child { border-bottom: none; }
}
.champ-woven__n {
  font-family: 'Roboto Slab', serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 14px;
}
.champ-woven__kind {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  font-weight: 600;
}
.champ-woven__item p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(241,233,210,0.88);
}
