/* ==========================================================================
   IC Nükleer Teknoloji — Haber arşivi ve haber detayı
   ========================================================================== */

.news-archive {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(85px, 9vw, 145px) clamp(24px, 7vw, 125px);
}

.archive-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 58px;
  padding-bottom: 52px;
  border-bottom: 1px solid #073d2f24;
}

.archive-intro h2 {
  font-size: clamp(46px, 4.7vw, 72px);
}

.archive-intro > p {
  max-width: 520px;
  margin: 0;
  color: #073d2f99;
  font-size: 16px;
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   Liste
   -------------------------------------------------------------------------- */
.news-list {
  border-top: 1px solid #073d2f24;
}

.news-row {
  display: grid;
  grid-template-columns: minmax(300px, 420px) 1fr;
  align-items: center;
  gap: clamp(38px, 5vw, 82px);
  padding: 38px 0;
  border-bottom: 1px solid #073d2f24;
  transition: padding 0.45s, background 0.45s;
}

.news-row:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: #eef6f280;
}

.news-row-image {
  height: 245px;
  overflow: hidden;
  border-radius: 18px;
  background: #eef4f1;
}

.news-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
  transition: transform 0.8s, filter 0.8s;
}

.news-row:hover img {
  filter: saturate(1);
  transform: scale(1.035);
}

.news-row-copy {
  max-width: 780px;
}

.news-row-copy time {
  color: #16815f;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.news-row-copy h3 {
  margin: 15px 0 14px;
  font-size: clamp(27px, 2.5vw, 42px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.news-row-copy p {
  max-width: 690px;
  margin: 0;
  color: #073d2f94;
  font-size: 14px;
  line-height: 1.65;
}

.news-row-copy > span {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  margin-top: 25px;
  color: #0b7657;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-row-copy > span i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #0b76573d;
  border-radius: 50%;
  font-style: normal;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.news-row-copy > span svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
}

.news-row:hover .news-row-copy > span i {
  background: #0b7657;
  color: #fff;
  transform: rotate(8deg);
}

/* --------------------------------------------------------------------------
   Detay sayfası
   -------------------------------------------------------------------------- */
.news-detail {
  padding: 104px clamp(24px, 7vw, 125px) 130px;
}

.news-detail-breadcrumb {
  max-width: 1500px;
  margin: 0 auto;
  padding: 34px 0;
  color: #073d2f75;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-detail-breadcrumb span {
  margin: 0 12px;
}

.news-detail-breadcrumb a:hover {
  color: #0b7657;
}

.news-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 38px 0 76px;
  border-bottom: 1px solid #073d2f24;
}

.news-detail-hero header time {
  color: #16815f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.news-detail-hero h1 {
  margin: 22px 0 26px;
  font-size: clamp(45px, 5.2vw, 78px);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.news-detail-hero header p {
  max-width: 650px;
  margin: 0;
  color: #073d2f94;
  font-size: 15px;
  line-height: 1.7;
}

.news-detail-hero figure {
  display: grid;
  place-items: center;
  min-height: 460px;
  margin: 0;
  padding: 18px;
  overflow: hidden;
  border-radius: 24px;
  background: #f1f5f3;
}

.news-detail-hero figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: contain;
}

/* Gövde */
.news-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: clamp(70px, 8vw, 130px);
  max-width: 1250px;
  margin: 82px auto 0;
}

.news-detail-copy {
  max-width: 770px;
}

.news-detail-copy p {
  margin: 0 0 30px;
  color: #073d2fad;
  font-size: 17px;
  line-height: 1.85;
}

.news-detail-copy .lead {
  padding-bottom: 35px;
  border-bottom: 1px solid #073d2f21;
  color: #073d2f;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 350;
  letter-spacing: -0.025em;
  line-height: 1.48;
}

.news-back-link {
  display: block;
  width: max-content;
  margin-top: 46px;
  padding-bottom: 6px;
  border-bottom: 1px solid #0b765759;
  color: #0b7657;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Diğer haberler */
.news-other {
  position: sticky;
  top: 35px;
  padding-left: 32px;
  border-left: 1px solid #073d2f24;
}

.news-other > span {
  display: block;
  margin-bottom: 22px;
  color: #16815f;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.news-other > div {
  border-top: 1px solid #073d2f24;
}

.news-other a {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #073d2f24;
}

.news-other img {
  width: 92px;
  height: 70px;
  border-radius: 8px;
  background: #f1f5f3;
  object-fit: cover;
}

.news-other time {
  color: #073d2f7a;
  font-size: 8px;
}

.news-other h2 {
  margin: 7px 0 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  transition: color 0.25s;
}

.news-other a:hover h2 {
  color: #0b7657;
}

/* --------------------------------------------------------------------------
   Duyarlı davranış
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
  .news-archive {
    padding: 75px 20px;
  }

  .archive-intro {
    display: block;
    margin-bottom: 35px;
    padding-bottom: 38px;
  }

  .archive-intro > p {
    margin-top: 30px;
  }

  .news-row {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 0;
  }

  .news-row:hover {
    padding-right: 0;
    padding-left: 0;
    background: none;
  }

  .news-row-image {
    height: 225px;
    border-radius: 16px;
  }

  .news-row-copy h3 {
    font-size: 28px;
  }

  .news-row-copy p {
    font-size: 13px;
  }

  .news-row-copy > span {
    margin-top: 20px;
  }

  .news-detail {
    padding: 74px 20px 90px;
  }

  .news-detail-breadcrumb {
    padding: 28px 0;
  }

  .news-detail-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 28px 0 54px;
  }

  .news-detail-hero h1 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .news-detail-hero figure {
    min-height: 0;
    padding: 10px;
    border-radius: 18px;
  }

  .news-detail-hero figure img {
    height: auto;
    max-height: none;
  }

  .news-detail-content {
    grid-template-columns: 1fr;
    gap: 65px;
    margin-top: 58px;
  }

  .news-detail-copy p {
    font-size: 15px;
    line-height: 1.75;
  }

  .news-detail-copy .lead {
    font-size: 22px;
  }

  .news-other {
    position: static;
    padding-left: 0;
    border-left: 0;
  }

  .news-other a {
    grid-template-columns: 105px 1fr;
  }

  .news-other img {
    width: 105px;
    height: 78px;
  }
}
