/* ============================================================
   SECTIONS — Manifiesto · Disciplinas · Horarios · Ubicación · CTA · Footer
   ============================================================ */

/* ================= 2 · CONOCE / REEL (blanco) ================= */
.reel { text-align: center; }
.reel__inner {
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reel__kicker { color: var(--black); margin-bottom: .9rem; }
.reel__title {
  font-family: var(--font-title);
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: .95;
  color: var(--black);
  letter-spacing: -.01em;
}
.reel__sub {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--gray-500);
  margin-top: .8rem;
  max-width: 46ch;
}
.reel__frame {
  width: min(400px, 100%);
  margin-top: 1.8rem;
  border: 4px solid var(--black);
  box-shadow: 10px 10px 0 var(--accent);
  background: #000;
  line-height: 0;
}
.reel__embed { width: 100%; height: 620px; border: 0; display: block; }
.reel__link {
  margin-top: 2rem;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--black);
  border-bottom: 2px solid var(--accent);
  padding: .3rem .2rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: background-color .2s;
}
.reel__link:hover { background: var(--accent); }

/* ================= 3 · MANIFIESTO / COMUNIDAD (negro) ================= */
.manifesto { text-align: left; }
.manifesto__inner { max-width: 1000px; width: 100%; }
.manifesto__kicker {
  color: var(--white);
  margin-bottom: 1.8rem;
  display: inline-block;
  border-bottom: 3px solid var(--accent);
  padding-bottom: .4rem;
}
.manifesto__text {
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 4vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--white);
}
.manifesto__text .word { margin-right: .22em; }
.manifesto__sign {
  margin-top: 2.2rem;
  font-size: .95rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gray-500);
}

/* ================= FOTO DE LA COMUNIDAD (full-bleed) ================= */
.community {
  width: 100%;
  margin: 0 0 2.5rem;   /* compensa el margen negativo del marquee siguiente */
  position: relative;
  border-top: 4px solid var(--black);
  border-bottom: 4px solid var(--black);
  background: var(--black);
  line-height: 0;
}
.community__img {
  width: 100%;
  height: clamp(240px, 46vh, 520px);
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(65%) contrast(1.05);
  transition: filter .6s var(--ease);
}
.community:hover .community__img { filter: grayscale(0) contrast(1); }
.community__cap {
  position: absolute;
  left: 0; top: 0;
  margin: 0;
  padding: .65rem 1.1rem;
  background: var(--accent);
  color: var(--black);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.2;
}

/* ================= 3 · DISCIPLINAS (negro) ================= */
.disc { text-align: left; }
.disc__ghost {
  position: absolute;
  right: -12%; bottom: -10%;
  width: min(70vw, 620px);
  opacity: .05;
  filter: invert(1);
  animation: spin 80s linear infinite reverse;
  pointer-events: none;
  z-index: 0;
}
.disc__inner { position: relative; z-index: 2; max-width: var(--max); width: 100%; }
.disc__kicker { color: var(--accent); margin-bottom: 2.5rem; }
.disc__list { display: flex; flex-direction: column; }
.disc__item {
  display: flex;
  align-items: baseline;
  gap: 1.4rem;
  padding: 1.1rem 0;
  border-bottom: 2px solid var(--gray-900);
  transition: color .3s, padding-left .3s var(--ease);
}
.disc__item:hover { padding-left: 1rem; color: var(--accent); }
.disc__index {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  color: var(--gray-500);
  min-width: 2.4rem;
}
.disc__name {
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 5.5vw, 4rem);
  line-height: .95;
  letter-spacing: -.01em;
}

/* Características transversales (aplican a ambas disciplinas) */
.disc__tags {
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 2px solid var(--gray-900);
}
.disc__tags-label {
  display: block;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: .8rem;
}
.disc__tags-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1.5;
}
.disc__tag-sep { color: var(--accent); font-weight: 700; }

/* ================= 4 · HORARIOS (blanco) ================= */
.sched { text-align: left; }
.sched__inner { max-width: 1000px; width: 100%; }
.sched__kicker { color: var(--black); margin-bottom: 1rem; }
.sched__title {
  font-family: var(--font-title);
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  line-height: .9;
  color: var(--black);
  margin-bottom: 2.2rem;
}
.sched__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 4px solid var(--black);
}
.sched__row { border-bottom: 4px solid var(--black); }
.sched__day, .sched__time {
  text-align: left;
  padding: 1.4rem .4rem;
  color: var(--black);
  vertical-align: middle;
}
.sched__day {
  font-family: var(--font-title);
  font-size: clamp(1.05rem, 2.6vw, 1.6rem);
  width: 42%;
}
.sched__time {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(.95rem, 2vw, 1.2rem);
  text-align: right;
}
.sched__sep { margin: 0 .7rem; color: var(--accent); font-weight: 700; }
.sched__row--off .sched__day,
.sched__row--off .sched__time { color: var(--gray-500); }
.sched__note {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--gray-500);
  max-width: 60ch;
}

/* ================= 5 · UBICACIÓN (negro) ================= */
.loc { text-align: left; }
.loc__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  max-width: var(--max);
  width: 100%;
}
.loc__kicker { color: var(--accent); margin-bottom: 1rem; }
.loc__title {
  font-family: var(--font-title);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: .92;
  margin-bottom: 1.4rem;
}
.loc__addr {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white);
  margin-bottom: 2rem;
  max-width: 34ch;
}
.loc__stats {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.loc__stat { display: flex; flex-direction: column; }
.loc__stat-num {
  font-family: var(--font-title);
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  color: var(--accent);
  line-height: 1.05;
}
.loc__stat-num--txt {
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  letter-spacing: .01em;
}
.loc__stat-label {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-top: .45rem;
  max-width: 22ch;
}
.loc__map {
  border: 3px solid var(--white);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.loc__map iframe {
  width: 100%; height: 100%;
  border: 0;
  display: block;
  filter: grayscale(1) contrast(1.15);
  transition: filter .4s;
}
.loc__map:hover iframe { filter: none; }

/* ================= 6 · CTA FINAL (verde ácido) ================= */
.cta { text-align: center; }
.cta__inner { max-width: 1000px; width: 100%; }
.cta__kicker {
  color: var(--black);
  margin-bottom: 1.4rem;
  font-weight: 700;
}
.cta__title {
  font-family: var(--font-title);
  font-size: clamp(2.2rem, 7vw, 5rem);
  line-height: .95;
  color: var(--black);
  letter-spacing: -.01em;
}
.cta__title .word { margin-right: .18em; }
.cta__sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.6;
  font-weight: 500;
  color: var(--black);
  margin: 1.4rem auto 0;
  max-width: 52ch;
  opacity: .85;
}
.cta__btn { margin-top: 2.2rem; font-size: 1rem; padding: 1.15rem 2rem; }

/* ================= 7 · FOOTER (negro) ================= */
.footer {
  background: var(--black);
  color: var(--white);
  padding: 4rem 1.5rem 3rem;
  text-align: center;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  max-width: 700px;
  margin: 0 auto;
}
.footer__logo { width: 72px; height: 72px; object-fit: contain; filter: invert(1); }
.footer__links { display: flex; gap: 1.8rem; flex-wrap: wrap; justify-content: center; }
.footer__link {
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.footer__link:hover { color: var(--accent); }
.footer__meta {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.footer__credit {
  font-size: .78rem;
  letter-spacing: .06em;
  color: var(--gray-500);
  border-bottom: 1px solid transparent;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  padding: .4rem .2rem;
}
.footer__credit:hover { color: var(--accent); border-bottom-color: var(--accent); }

/* ---------------- Responsive ---------------- */
@media (max-width: 820px) {
  .loc__inner { grid-template-columns: 1fr; gap: 2rem; }
  .loc__map { aspect-ratio: 4 / 3; }
}
@media (max-width: 560px) {
  .disc__item { gap: .8rem; }
  .disc__index { min-width: 1.8rem; font-size: .8rem; }
  .sched__day, .sched__time { padding: 1.1rem .2rem; }
  .sched__time { display: block; }
  .loc__stats { gap: 1.6rem; }
  .reel__embed { height: 560px; }
  .community__img { height: clamp(200px, 40vh, 340px); }
}
