.news-media-link {
  display: block;
  height: 100%;
}

.blog-page .offer-hero {
  display: none;
}

.blog-page .offer-heading {
  font-size: clamp(2.6rem, 8.8vw, 8.4rem);
  margin-bottom: 18px;
}

.blog-page .offer-hero-lead {
  max-width: 520px;
  font-size: clamp(0.94rem, 1.2vw, 1.18rem);
  line-height: 1.35;
}

.blog-page .news-section {
  padding-top: 132px;
}

.blog-featured-lead {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.news-section {
  background: #03142e;
  color: #fff;
  padding: 88px var(--container-pad) 110px;
}

.news-header {
  margin-bottom: 72px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding-bottom: 22px;
  border-bottom: 4px solid #ffc40c;
}

.news-header-left span {
  display: block;
  color: #ffc40c;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.news-header h2 {
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 8.2vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #ffc40c;
  text-transform: uppercase;
  margin: 0;
}

.news-header-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.news-header-right p {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 8px;
}

.news-header-right time {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #ffc40c;
}

.news-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  align-items: start;
}

.news-featured {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.news-featured-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 16 / 10;
  background: #000;
  margin-bottom: 8px;
}

.news-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.56s var(--ease);
  filter: grayscale(100%);
  transform: scale(1.05);
}

.news-featured:hover .news-featured-image img {
  filter: grayscale(0%);
  transform: scale(1);
}

.news-featured-image-color img {
  filter: grayscale(0%) !important;
}

.news-featured-image[style*="--news-featured-image-filter"] img {
  filter: var(--news-featured-image-filter) !important;
}

.news-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #ffc40c;
  color: #03142e;
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 2px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}

.news-featured h3 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #fff;
  transition: color 0.32s var(--ease);
  margin: 0;
}

.news-featured:hover h3 {
  color: #ffc40c;
}

.news-featured h3 a,
.news-item h4 a {
  color: inherit;
}

.news-featured-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
}

.news-featured-meta time {
  font-weight: 700;
  color: #ffc40c;
}

.news-featured-meta span:nth-child(2) {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.news-featured-content {
  font-family: var(--font-sans);
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
}

.news-featured-content::first-letter {
  font-size: 3.4rem;
  font-weight: 700;
  color: #ffc40c;
  float: left;
  line-height: 1;
  margin-right: 4px;
}

.news-featured-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #ffc40c;
  font-weight: 900;
  transition: gap 0.32s var(--ease);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--font-sans);
}

.news-featured-link:hover {
  gap: 14px;
}

.news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 48px;
}

.news-sidebar-title {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffc40c;
  padding-bottom: 12px;
  border-bottom: 2px solid #ffc40c;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-item {
  display: flex;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.28s var(--ease);
}

.news-item:first-child {
  padding-top: 0;
}

.news-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.news-item:hover {
  opacity: 0.9;
}

.news-item-image {
  width: 80px;
  height: 80px;
  min-height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #000;
}

.news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s var(--ease);
  filter: grayscale(100%);
  opacity: 0.6;
}

.news-item:hover .news-item-image img {
  filter: grayscale(0%);
  opacity: 1;
}

.news-item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

.news-item-tag,
.blog-card-tag {
  display: inline-block;
  width: fit-content;
  background: #ffc40c;
  color: #03142e;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 2px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-item h4 {
  font-family: var(--font-serif);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  transition: color 0.28s var(--ease);
  margin: 0;
}

.news-item:hover h4 {
  color: #ffc40c;
  text-decoration: underline;
  text-decoration-color: #ffc40c;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.news-item-desc {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  margin-top: 2px;
}

.news-item-tag {
  display: inline-block;
  width: fit-content;
  background: #ffc40c;
  color: #03142e;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 2px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-promo {
  margin-top: 32px;
  padding: 20px 16px;
  background: #ffc40c;
  color: #03142e;
  border-radius: 2px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  transform: rotate(-1deg);
}

.news-promo-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 5px solid #03132d;
  color: #03142e;
}

.news-promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 12px;
  background: transparent;
  color: #03142e;
  font-weight: 900;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid #03142e;
  border-radius: 2px;
  transition: all 0.32s var(--ease);
  font-family: var(--font-sans);
}

.news-promo-cta:hover {
  background: #03142e;
  color: #ffc40c;
  gap: 10px;
}

.news-promo-sub {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #03142e;
  margin-bottom: 10px;
}

.news-promo-email-input {
  width: 100%;
  padding: 5px 0;
  background: transparent;
  color: #03142e;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-bottom: 1.5px solid #03142e;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.news-promo-email-input::placeholder {
  color: #03142e;
  opacity: 1;
}

.news-promo-form {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .news-featured {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .news-sidebar {
    padding-left: 0;
  }

  .news-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-header-right {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .blog-page .offer-hero {
    min-height: auto;
  }

  .blog-page .offer-heading {
    font-size: clamp(2.1rem, 10.5vw, 3.2rem);
    margin-bottom: 14px;
  }

  .blog-page .offer-hero-lead {
    font-size: 0.92rem;
    line-height: 1.3;
  }

  .blog-page .news-section {
    padding-top: 108px;
  }

  .news-section {
    padding: 60px var(--container-pad);
  }

  .news-header {
    margin-bottom: 40px;
  }

  .news-header h2 {
    font-size: clamp(2.6rem, 6.8vw, 3.6rem);
  }

  .news-featured {
    gap: 18px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .news-featured h3 {
    font-size: clamp(1.6rem, 4.4vw, 2.2rem);
  }

  .news-featured-image {
    margin-bottom: 4px;
  }

  .news-featured-link {
    font-size: 0.8rem;
    margin-top: 16px;
  }

  .news-sidebar-title {
    margin-bottom: 18px;
    font-size: 0.82rem;
  }

  .news-item {
    gap: 12px;
    padding: 16px 0;
  }

  .news-item-image {
    width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .news-item h4 {
    font-size: 0.92rem;
  }

  .news-item-desc {
    font-size: 0.78rem;
  }

  .blog-featured-lead {
    font-size: 0.94rem;
  }
}

.news-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-sans);
}

.pagination-btn {
  flex: 1;
  padding: 12px 16px;
  background: #ffc40c;
  color: #03132d;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.pagination-btn:hover {
  background: #ffd400;
}

.pagination-info {
  flex: 1;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-pagination {
    gap: 10px;
  }

  .pagination-btn {
    padding: 10px 12px;
    font-size: 0.75rem;
  }

  .pagination-info {
    font-size: 0.75rem;
  }
}
