.news-clean-hero {
  display: block;
  min-height: 0;
  background: #fff;
}

.news-clean-copy {
  display: block;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 88px) 0 42px;
}

.news-clean-copy h1 {
  max-width: none;
  margin-top: 8px;
  font-size: clamp(42px, 5.2vw, 70px);
  line-height: 1.14;
  letter-spacing: -0.05em;
}

.news-clean-copy h1 br,
.news-clean-copy > p:not(.eyebrow) br { display: none; }
.news-clean-copy > p:not(.eyebrow) { margin-top: 20px; }
.news-hero-links { margin-top: 26px; }

.news-clean-visual {
  display: block;
  padding: 0;
  color: var(--navy);
  background: #f3f6f5;
}

.news-clean-visual::after,
.news-clean-visual > p { display: none; }

.news-brand-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  min-height: 500px;
  overflow: hidden;
  background: linear-gradient(110deg, #edf4f1 0 51%, #f8f4eb 51% 100%);
}

.news-brand-banner-copy {
  align-self: center;
  width: min(520px, calc(100% - 100px));
  margin-left: max(72px, calc((100vw - 1280px) / 2));
  padding: 64px 0;
}

.news-brand-banner-copy > p {
  margin: 0 0 18px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.news-brand-banner-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.16;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

.news-brand-banner-copy > span {
  display: block;
  max-width: 520px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  word-break: keep-all;
}

.news-brand-banner-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding: 13px 21px;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.news-brand-banner-copy > a svg { width: 16px; }

.news-brand-banner-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 42px 80px 42px 42px;
}

.news-brand-banner-image img {
  width: 100%;
  height: 416px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(15, 45, 50, 0.12));
}

.news-brand-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(3, 39, 51, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  transform: translateY(-50%);
}

.news-brand-arrow svg { width: 20px; }
.news-brand-arrow-prev { left: 22px; }
.news-brand-arrow-next { right: 22px; }

.news-story-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 24px 24px;
  background: #fff;
}

.news-story-controls button {
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: #c8d0ce;
  color: transparent;
  text-indent: -9999px;
  transition: width 180ms ease, background 180ms ease;
}

.news-story-controls button[aria-pressed="true"] {
  width: 34px;
  border-radius: 999px;
  background: var(--accent-strong);
}

.news-story-controls button span,
.news-story-controls button em { display: none; }

@media (max-width: 900px) {
  .news-brand-banner {
    grid-template-columns: 1fr 1fr;
    min-height: 430px;
  }
  .news-brand-banner-copy {
    width: auto;
    margin-left: 64px;
    padding-right: 24px;
  }
  .news-brand-banner-image { padding: 34px 54px 34px 18px; }
  .news-brand-banner-image img { height: 350px; }
}

@media (max-width: 680px) {
  .news-clean-copy {
    width: min(100% - 36px, 1280px);
    padding: 42px 0 30px;
  }
  .news-clean-copy h1 { font-size: clamp(36px, 11vw, 48px); }
  .news-brand-banner {
    display: flex;
    min-height: 0;
    flex-direction: column-reverse;
    background: linear-gradient(180deg, #f8f4eb 0 54%, #edf4f1 54% 100%);
  }
  .news-brand-banner-copy {
    width: auto;
    margin: 0;
    padding: 34px 26px 46px;
    text-align: center;
  }
  .news-brand-banner-copy h2 { font-size: clamp(30px, 9vw, 42px); }
  .news-brand-banner-copy > span { font-size: 14px; }
  .news-brand-banner-image { padding: 34px 46px 12px; }
  .news-brand-banner-image img { height: 310px; }
  .news-brand-arrow { top: 174px; width: 40px; height: 40px; }
  .news-brand-arrow-prev { left: 12px; }
  .news-brand-arrow-next { right: 12px; }
  .news-story-controls {
    display: flex;
    grid-template-columns: none;
    padding: 16px 18px 20px;
  }
}

/* Compact, familiar notice board */
.news-clean-section { padding-bottom: 44px; }

.news-notice-section {
  padding-top: clamp(48px, 5vw, 68px);
  padding-bottom: clamp(72px, 8vw, 108px);
  background: #f7f7f3;
}

.news-notice-section .news-section-heading {
  align-items: end;
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #d8dcd9;
}

.news-notice-section .news-section-heading h2 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.12;
}

.news-notice-section .news-section-heading > p {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.65;
}

.news-list.news-clean-list {
  overflow: hidden;
  border: 1px solid #dce2df;
  border-top: 3px solid var(--navy);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(5, 39, 63, 0.055);
}

.news-list.news-clean-list a {
  grid-template-columns: 52px 100px minmax(0, 1fr) 90px 22px;
  gap: 18px;
  min-height: 78px;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e8e6;
  background: #fff;
}

.news-list.news-clean-list a:last-child { border-bottom: 0; }

.news-list.news-clean-list a:hover {
  background: #f2f7f5;
  transform: none;
}

.news-list.news-clean-list em {
  color: #9aa8a4;
  font-size: 12px;
}

.news-list.news-clean-list span {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 800;
}

.news-list.news-clean-list strong {
  font-size: 16px;
  line-height: 1.45;
}

.news-list.news-clean-list time {
  color: #74837f;
  font-size: 12px;
  text-align: right;
}

@media (max-width: 680px) {
  .news-clean-section { padding-bottom: 34px; }
  .news-notice-section { padding-top: 44px; padding-bottom: 70px; }
  .news-notice-section .news-section-heading { margin-bottom: 22px; padding-bottom: 20px; }
  .news-notice-section .news-section-heading h2 { font-size: 36px; }
  .news-list.news-clean-list a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 5px 10px;
    min-height: 0;
    padding: 18px 16px;
  }
  .news-list.news-clean-list em { grid-row: 1 / span 2; align-self: center; }
  .news-list.news-clean-list span { grid-column: 2; }
  .news-list.news-clean-list strong { grid-column: 2; font-size: 15px; }
  .news-list.news-clean-list time { display: none; }
  .news-list.news-clean-list svg { grid-column: 3; grid-row: 1 / span 2; align-self: center; }
}
