/* Latest News — category archive index */

body.bth-apple-news {
  background: #fff;
  color: #1d1d1f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.bth-apple-news .bth-apple-main.bth-news-main,
body.bth-apple-news .bth-news-main {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}

body.bth-apple-news .bth-apple-footer {
  margin-top: 0;
}

/* Stay in the loop — same full-width photo band as Home (uses .newsletter-band from apple-home.css) */
body.bth-apple-news .bth-apple-main > .newsletter-band {
  margin-top: clamp(24px, 4vw, 40px);
}

.bth-news-shell {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 0 0 24px;
}

.bth-news-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 56px) 0 clamp(20px, 3vw, 32px);
  text-align: center;
}

.bth-news-eyebrow {
  margin: 0 0 10px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bth-news-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.bth-news-lead {
  margin: 12px 0 0;
  color: #6e6e73;
  font-size: 16px;
  line-height: 1.55;
}

.bth-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
  padding: 8px 0 12px;
}

.bth-news-card {
  margin: 0;
  min-width: 0;
}

.bth-news-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bth-news-card__link:hover,
.bth-news-card__link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(185, 28, 28, 0.18);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.bth-news-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #f5f5f7 center / cover no-repeat;
  background-size: cover;
  image-rendering: auto;
  overflow: hidden;
}

.bth-news-card__media-fallback {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(185, 28, 28, 0.1), rgba(0, 0, 0, 0.03));
}

.bth-news-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 18px 20px 22px;
}

.bth-news-card__date {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #86868b;
}

.bth-news-card__title {
  margin: 0;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.bth-news-card__excerpt {
  margin: 0;
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bth-news-card__more {
  margin-top: auto;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #b91c1c;
}

.bth-news-card__link:hover .bth-news-card__more,
.bth-news-card__link:focus-visible .bth-news-card__more {
  text-decoration: underline;
}

.bth-news-pagination {
  display: flex;
  justify-content: center;
  padding: clamp(24px, 4vw, 40px) 0 8px;
}

.bth-news-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bth-news-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bth-news-pagination .page-numbers:hover,
.bth-news-pagination .page-numbers:focus-visible {
  border-color: rgba(185, 28, 28, 0.25);
  color: #b91c1c;
}

.bth-news-pagination .page-numbers.current {
  background: #b91c1c;
  border-color: #b91c1c;
  color: #fff;
}

.bth-news-empty {
  text-align: center;
  padding: 48px 20px 32px;
  color: #6e6e73;
}

.bth-news-empty p {
  margin: 0 0 18px;
  font-size: 16px;
}

.bth-news-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  background: #b91c1c;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bth-news-empty__btn:hover,
.bth-news-empty__btn:focus-visible {
  background: #991b1b !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(185, 28, 28, 0.22);
}

body.bth-apple-news .bth-news-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  background: #b91c1c;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.bth-apple-news .bth-news-back-btn:hover,
body.bth-apple-news .bth-news-back-btn:focus-visible {
  background: #991b1b !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(185, 28, 28, 0.22);
}

body.bth-apple-news .newsletter-band .elementor-field-type-recaptcha,
body.bth-apple-news .newsletter-band .elementor-g-recaptcha {
  display: flex !important;
  justify-content: center;
  width: 100%;
  min-height: 78px;
}

/* ── Single article ── */
.bth-news-shell--single {
  max-width: 760px;
}

.bth-news-back {
  padding: clamp(24px, 4vw, 40px) 0 0;
}

.bth-news-back__link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #b91c1c;
  text-decoration: none;
}

.bth-news-back__link:hover,
.bth-news-back__link:focus-visible {
  text-decoration: underline;
}

.bth-news-article__header {
  padding: 16px 0 20px;
  text-align: center;
}

.bth-news-article__title {
  margin: 10px 0 0;
  font-size: clamp(28px, 4.5vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.bth-news-article__hero {
  margin: 0 0 28px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f5f7;
}

.bth-news-article__hero-img,
.bth-news-article__content .bth-news-content-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.bth-news-article__hero-img {
  border-radius: 20px;
}

.bth-news-article__content {
  color: #1d1d1f;
  font-size: 17px;
  line-height: 1.65;
}

.bth-news-article__content > *:first-child {
  margin-top: 0;
}

.bth-news-article__content > *:last-child {
  margin-bottom: 0;
}

.bth-news-article__content p {
  margin: 0 0 1.15em;
}

.bth-news-article__content h2,
.bth-news-article__content h3,
.bth-news-article__content h4 {
  margin: 1.6em 0 0.6em;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.bth-news-article__content h2 {
  font-size: clamp(22px, 3vw, 28px);
}

.bth-news-article__content h3 {
  font-size: clamp(19px, 2.5vw, 24px);
}

.bth-news-article__content a {
  color: #b91c1c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bth-news-article__content a:hover,
.bth-news-article__content a:focus-visible {
  color: #991b1b;
}

.bth-news-article__content ul,
.bth-news-article__content ol {
  margin: 0 0 1.15em;
  padding-left: 1.25em;
}

.bth-news-article__content img,
.bth-news-article__content .bth-news-content-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 1.25em 0;
}

.bth-news-article__content blockquote {
  margin: 1.5em 0;
  padding: 16px 20px;
  border-left: 3px solid #b91c1c;
  background: #fbfbfd;
  border-radius: 0 12px 12px 0;
  color: #424245;
}

.bth-news-article__footer {
  display: flex;
  justify-content: center;
  padding: clamp(28px, 4vw, 44px) 0 8px;
}

@media (max-width: 960px) {
  .bth-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bth-news-grid {
    grid-template-columns: 1fr;
  }

  .bth-news-card__body {
    padding: 16px 18px 20px;
  }
}
