/* Γιατί ATHLETICO — editorial: τίτλος αριστερά, λίστα δεξιά (μία στήλη) */

body.home .ath-intro,
body.page-template-page-home .ath-intro {
  width: 100%;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background-color: #000;
  box-sizing: border-box;
}

body.home .ath-intro .container,
body.page-template-page-home .ath-intro .container {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
  box-sizing: border-box;
}

body.home .ath-intro__grid,
body.page-template-page-home .ath-intro__grid {
  display: grid;
  width: 100%;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}

body.home .ath-intro__reasons,
body.page-template-page-home .ath-intro__reasons {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

body.home .ath-intro__head h2,
body.page-template-page-home .ath-intro__head h2 {
  margin: 0;
  max-width: 9em;
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -0.035em;
  color: #f5f1ea;
  text-transform: none;
}

body.home .ath-reason-card,
body.page-template-page-home .ath-reason-card {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 0 clamp(1rem, 2vw, 1.75rem);
  align-items: start;
  padding: clamp(1rem, 1.5vw, 1.35rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.home .ath-reason-card:first-child,
body.page-template-page-home .ath-reason-card:first-child {
  border-top: none;
  padding-top: 0;
}

body.home .ath-reason-card:last-child,
body.page-template-page-home .ath-reason-card:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.home .ath-reason-card__num,
body.page-template-page-home .ath-reason-card__num {
  display: block;
  padding-top: 0.2em;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1;
}

body.home .ath-reason-card p,
body.page-template-page-home .ath-reason-card p {
  margin: 0;
  font-size: clamp(0.8rem, 0.9vw, 0.875rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.52);
}

body.home .ath-reason-card strong,
body.page-template-page-home .ath-reason-card strong {
  font-weight: 600;
  font-size: clamp(0.85rem, 0.95vw, 0.9375rem);
  color: rgba(245, 241, 234, 0.95);
  text-decoration: none;
}

body.home .cap h6,
body.page-template-page-home .cap h6 {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

body.home .cap h3,
body.page-template-page-home .cap h3 {
  font-size: 1.375rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

body.home .cap p,
body.page-template-page-home .cap p {
  font-size: 1rem;
  line-height: 1.75;
  max-width: 36em;
}

@media (min-width: 768px) {
  body.home .ath-intro__grid,
  body.page-template-page-home .ath-intro__grid {
    grid-template-columns: minmax(200px, 0.36fr) minmax(0, 0.64fr);
    column-gap: clamp(3rem, 6vw, 5.5rem);
    row-gap: 0;
  }

  body.home .ath-intro__head h2,
  body.page-template-page-home .ath-intro__head h2 {
    max-width: 7.2em;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.04;
  }

  body.home .ath-reason-card,
  body.page-template-page-home .ath-reason-card {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0 clamp(1.25rem, 2.2vw, 2rem);
    padding: clamp(1.1rem, 1.6vw, 1.5rem) 0;
  }

  body.home .ath-reason-card__num,
  body.page-template-page-home .ath-reason-card__num {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  body.home .ath-intro,
  body.page-template-page-home .ath-intro {
    font-size: 16px;
  }

  body.home .ath-intro .container,
  body.page-template-page-home .ath-intro .container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  body.home .ath-intro__grid,
  body.page-template-page-home .ath-intro__grid {
    grid-template-columns: 1fr;
  }

  body.home .ath-intro__head h2,
  body.page-template-page-home .ath-intro__head h2 {
    font-size: clamp(1.65rem, 7vw, 2rem);
    line-height: 1.12;
    max-width: none;
  }

  body.home .ath-reason-card,
  body.page-template-page-home .ath-reason-card {
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 0 1rem;
  }
}
