.local-ticker > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kae-language-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 32px;
  padding: 0 max(3vw, 18px);
  border-bottom: 1px solid #292929;
  background: #050505;
  color: #777;
  font: 700 10px 'Barlow Condensed';
  letter-spacing: 0.16em;
}

.kae-language-bar a {
  color: #777;
  font-size: 12px;
}

.kae-language-bar a.is-active {
  color: var(--hot);
}

.kae-language-bar i {
  color: #333;
  font-style: normal;
}

.local-report-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.local-news-followups {
  margin-top: 18px;
}

.local-story > .local-kicker,
.local-results .local-section-head span,
.local-support-intro > span,
.local-news .local-section-head span {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 32px;
  padding: 4px 12px 4px 11px;
  border-left: 4px solid var(--hot);
  border-bottom: 1px solid rgba(238, 48, 36, 0.45);
  background: transparent;
  color: var(--hot);
  font-size: 14px;
  letter-spacing: 0.16em;
  box-shadow: none;
}

.local-actions .local-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.local-actions .local-button {
  font-size: 13px;
  white-space: nowrap;
}

.local-result-list > a {
  grid-template-columns: 1fr auto;
}

.local-result-list > a > span {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  background: var(--hot);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  box-shadow: 4px 4px 0 #5c0e09;
}

.local-result-list > a > span::after {
  content: none;
}

.local-result-list > a > div {
  grid-column: 1;
  grid-row: 1;
}

.local-result-list > a > b {
  display: none;
}

.local-support-grid article > span,
.action-story-wp article > span {
  font-size: 24px;
  letter-spacing: 0.08em;
}

.local-support-grid a,
.local-news-side b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 17px;
  border: 1px solid var(--hot);
  background: var(--hot);
  color: #fff;
  font-size: 13px;
}

.local-news-side a > span {
  font-size: 15px;
  letter-spacing: 0.16em;
}

.lesson-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto 20px;
}

.lesson-price-grid article {
  padding: 30px;
  border: 1px solid #303030;
  border-top: 3px solid var(--hot);
  background: #111;
}

.lesson-price-grid small { color: var(--hot); font: 700 10px 'Barlow Condensed'; letter-spacing: .18em; }
.lesson-price-grid h3 { margin: 12px 0 24px; font-size: 23px; }
.lesson-price-grid strong { font: 800 42px 'Barlow Condensed'; }
.lesson-price-grid strong em { font-size: 15px; font-style: normal; }
.lesson-price-grid p { color: #888; font-size: 11px; line-height: 1.8; }
.lesson-cancel-note { max-width: 1200px; margin: 0 auto 45px; padding: 16px 20px; border-left: 3px solid var(--hot); background: #151515; color: #aaa; font-size: 11px; line-height: 1.8; }
.kae-legal-links { display: flex; flex-wrap: wrap; gap: 16px !important; grid-column: 1 / -1; }
.kae-legal-links a { color: #777; font-size: 10px; }
.legal-en { display: none; }
html[lang="en"] .legal-ja { display: none; }
html[lang="en"] .legal-en { display: block; }
.kae-entry dl { display: grid; grid-template-columns: 210px 1fr; gap: 0; border-top: 1px solid #333; }
.kae-entry dt,.kae-entry dd { margin: 0; padding: 15px; border-bottom: 1px solid #333; }
.kae-entry dt { color: var(--hot); font-weight: 700; }

.local-report-links a {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding-bottom: 24px;
  border: 1px solid #333;
  background: #151515;
}

.local-report-links img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center 22%;
}

.local-news-main img {
  object-position: center 22%;
}

/* Keep Kae's face visible when portrait photos are cropped into landscape frames. */
.local-story-images .local-image-tall img {
  object-position: center 30%;
}

.local-story-images .local-image-small img {
  object-position: center 20%;
}

.local-result-layout > figure img {
  object-position: 58% center;
}

.supporter-hero {
  background-color: #080808;
  background-position: center, center 8%;
  background-repeat: no-repeat;
  background-size: cover, 92% auto;
}

.lesson-hero {
  background-position: center 30%;
}

.sponsor-action {
  background-position: center 31%;
}

@media (max-width: 800px) {
  .local-story-images .local-image-tall img {
    object-position: center 28%;
  }

  .local-story-images .local-image-small img {
    object-position: center 18%;
  }

  .local-result-layout > figure img {
    object-position: 61% center;
  }

  .supporter-hero {
    background-position: 52% 22%;
    background-size: cover;
  }

  .lesson-hero {
    background-position: 52% 27%;
  }

  .sponsor-action {
    background-position: 48% 28%;
  }
}

.local-report-links span,
.local-report-links h3,
.local-report-links b {
  margin-right: 24px;
  margin-left: 24px;
}

.local-report-links span {
  margin-top: 22px;
  color: var(--hot);
  font: 700 10px 'Barlow Condensed';
  letter-spacing: 0.15em;
}

.local-report-links h3 {
  font-size: 20px;
  line-height: 1.45;
}

.local-report-links b {
  margin-top: auto;
  color: var(--hot);
  font-size: 11px;
}

@media (max-width: 800px) {
  html[lang="en"] .local-big-copy br,
  html[lang="en"] .local-section-head h2 br,
  html[lang="en"] .local-support-intro h2 br,
  html[lang="en"] .action-story-wp h2 br,
  html[lang="en"] .action-entry-wp h2 br {
    display: block;
  }

  html[lang="en"] .local-big-copy,
  html[lang="en"] .local-section-head h2,
  html[lang="en"] .local-support-intro h2 {
    white-space: normal;
  }

  .lesson-price-grid { grid-template-columns: 1fr; }
  .kae-entry dl { grid-template-columns: 1fr; }
  .kae-entry dd { padding-top: 0; }

  .local-hero {
    height: 700px;
  }

  .local-ticker {
    overflow: visible;
    padding: 0;
    white-space: normal;
  }

  .local-ticker > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .local-ticker span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 10px 6px;
    border-right: 1px solid rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 0.08em;
    text-align: center;
    white-space: normal;
  }

  .local-ticker span:last-of-type {
    font-size: 12px;
  }

  .local-ticker i {
    display: none;
  }

  .local-actions {
    display: grid;
    justify-items: start;
    gap: 16px;
  }

  .local-actions .local-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
  }

  .local-actions .local-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(0, 0, 0, 0.82);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  .local-section {
    padding: 60px 22px;
  }

  .local-story-copy {
    margin: 28px 0 42px;
  }

  .local-section-head,
  .local-support-intro {
    margin-bottom: 30px;
  }

  .local-story > .local-kicker,
  .local-results .local-section-head span,
  .local-support-intro > span,
  .local-news .local-section-head span {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 32px;
    padding: 4px 12px 4px 11px;
    border-left: 4px solid var(--hot);
    border-bottom: 1px solid rgba(238, 48, 36, 0.45);
    background: transparent;
    color: var(--hot);
    font-size: 14px;
    letter-spacing: 0.16em;
    box-shadow: none;
  }

  .local-result-list > a {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 24px 14px;
  }

  .local-result-list > a > span {
    grid-column: 2;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 9px;
    background: var(--hot);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.08em;
    box-shadow: 4px 4px 0 #5c0e09;
  }

  .local-result-list > a > span::after {
    content: none;
  }

  .local-result-list > a > div {
    grid-column: 1;
    grid-row: 1;
  }

  .local-result-list > a > b {
    display: none;
  }

  .local-support-grid article > span {
    font-size: 24px;
    letter-spacing: 0.08em;
  }

  .local-support-grid h3 {
    margin-top: 28px;
  }

  .local-support-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
    padding: 15px 17px;
    border: 1px solid var(--hot);
    background: var(--hot);
    color: #fff;
    font-size: 13px;
  }

  .local-news-side a > span {
    font-size: 15px;
    letter-spacing: 0.16em;
  }

  .local-news-side b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    padding: 15px 17px;
    border: 1px solid var(--hot);
    background: var(--hot);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .action-story-wp article > span {
    font-size: 24px;
    letter-spacing: 0.08em;
  }

  .local-report-links {
    grid-template-columns: 1fr;
  }

  .local-report-links a {
    min-height: 390px;
  }

  .local-report-links img {
    height: 230px;
  }

  .local-final {
    padding: 90px 22px;
  }
}
