/* ========================================================================== 
   SKYTIME – NEWS & FLUGBLOG
   ========================================================================== */

.page-hero-news,
.page-hero-blog {
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero-news {
  background-image:
    linear-gradient(90deg, rgb(7 25 43 / 78%) 0%, rgb(7 25 43 / 48%) 43%, rgb(7 25 43 / 12%) 76%),
    url("../old_picture_stuff/0/19.jpg");
  background-position: center 54%;
}

.page-hero-blog {
  background-image:
    linear-gradient(90deg, rgb(7 25 43 / 82%) 0%, rgb(7 25 43 / 53%) 44%, rgb(7 25 43 / 14%) 78%),
    url("../old_picture_stuff/0/15.jpg");
  background-position: center 52%;
}

.news-intro,
.blog-intro {
  max-width: 800px;
}

.news-current-note {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 30px;
  padding: 20px 22px;
  border: 1px solid rgb(240 188 74 / 22%);
  border-radius: 18px;
  background: linear-gradient(135deg, rgb(240 188 74 / 8%), rgb(255 255 255 / 3%));
}

.news-current-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin-top: 7px;
  border-radius: 50%;
  background: #f2c86e;
  box-shadow: 0 0 0 6px rgb(240 188 74 / 10%);
}

.news-current-note strong {
  display: block;
  margin-bottom: 5px;
  color: #f2c86e;
}

.news-current-note p {
  margin: 0;
  color: rgb(255 255 255 / 70%);
}

.news-current-actions {
  margin-top: 26px;
}

.status-pill,
.blog-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgb(240 188 74 / 42%);
  border-radius: 999px;
  background: rgb(240 188 74 / 10%);
  color: #f2c86e;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.status-pill {
  padding: 9px 13px;
  margin-bottom: 18px;
}

.news-blog-teaser {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.news-blog-card {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 26px;
  background: linear-gradient(145deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 3%));
}

.news-blog-card h3 {
  margin: 14px 0 12px;
}

.news-blog-card .text-link {
  display: inline-block;
  margin-top: 16px;
}

.blog-index-head {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.blog-index-head p {
  max-width: 680px;
  margin: 0;
}

.blog-year {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 8px 0 22px;
  color: #f2c86e;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.blog-year::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgb(255 255 255 / 12%);
}

.blog-entry {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 28px;
  background: rgb(255 255 255 / 5%);
  box-shadow: 0 24px 70px rgb(0 0 0 / 16%);
}

.blog-entry-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 0;
}

.blog-entry-copy {
  padding: clamp(34px, 5vw, 68px);
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.blog-tag {
  padding: 7px 10px;
}

.blog-entry h2 {
  margin: 0 0 12px;
}

.blog-meta {
  margin: 0 0 24px;
  color: rgb(255 255 255 / 58%);
  font-size: 0.9rem;
}

.blog-entry-copy p {
  max-width: 740px;
}

.blog-personal-note {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 3px solid #f2c86e;
  border-radius: 0 16px 16px 0;
  background: rgb(240 188 74 / 7%);
}

.blog-personal-note strong {
  display: block;
  margin-bottom: 6px;
  color: #f2c86e;
}

.article-scan {
  position: relative;
  min-height: 100%;
  margin: 0;
  background: #e9e7e2;
}

.article-scan a {
  display: block;
  height: 100%;
}

.article-scan img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.84) contrast(1.02);
  transition: transform 220ms ease, filter 220ms ease;
}

.article-scan a:hover img,
.article-scan a:focus-visible img {
  transform: scale(1.018);
  filter: saturate(1) contrast(1.03);
}

.article-scan figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 10px 13px;
  border-radius: 12px;
  background: rgb(7 25 43 / 82%);
  color: #fff;
  font-size: 0.82rem;
  backdrop-filter: blur(8px);
}

.blog-source-box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px clamp(28px, 4vw, 48px);
  border-top: 1px solid rgb(255 255 255 / 9%);
  background: rgb(0 0 0 / 8%);
}

.blog-source-box p {
  margin: 0;
  color: rgb(255 255 255 / 64%);
  font-size: 0.9rem;
}

.blog-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.blog-editorial-list {
  display: grid;
  gap: 14px;
}

.blog-editorial-item {
  padding: 22px 24px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 18px;
  background: rgb(255 255 255 / 4%);
}

.blog-editorial-item strong {
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 1500px) {
  .page-hero-news .page-hero-copy,
  .page-hero-blog .page-hero-copy {
    margin-left: max(
      clamp(96px, calc((100vw - 1728px) / 2), 180px),
      calc((100vw - 2800px) / 2)
    );
  }
}

@media (max-width: 900px) {
  .news-blog-teaser,
  .blog-entry-header,
  .blog-editorial {
    grid-template-columns: 1fr;
  }

  .article-scan img {
    min-height: 0;
    max-height: 520px;
    object-fit: contain;
  }

  .blog-source-box,
  .blog-index-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .page-hero-news,
  .page-hero-blog {
    background-position: 58% center;
  }

  .blog-entry,
  .news-blog-card {
    border-radius: 20px;
  }

  .blog-entry-copy {
    padding: 28px 22px;
  }

  .blog-source-box {
    padding: 22px;
  }

  .news-current-note {
    padding: 18px;
  }
}
