/* Referanslar & Duyurular — liste + detay */

.news-giants {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background:
    radial-gradient(ellipse 70% 80% at 10% 0%, rgba(219, 11, 18, 0.18), transparent 55%),
    linear-gradient(180deg, #12161c 0%, #0b0e12 100%);
  color: #fff;
}

.news-giants--compact {
  padding: clamp(2rem, 4vw, 3rem) 0;
  margin-top: 2rem;
}

.news-giants__head {
  max-width: 40rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.news-giants__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f87171;
}

.page-inner .news-giants__title,
.news-giants__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.news-giants__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.55;
}

.news-giants__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.news-giants__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: #1a212b;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.news-giants__card:hover {
  transform: translateY(-4px);
  border-color: rgba(219, 11, 18, 0.55);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.news-giants__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0d11;
}

.news-giants__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.news-giants__card:hover .news-giants__media img {
  transform: scale(1.05);
}

.news-giants__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.72));
}

.news-giants__client {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 1;
  padding: 0.35rem 0.7rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #db0b12;
  color: #fff;
  box-shadow: 0 8px 20px rgba(219, 11, 18, 0.4);
}

.news-giants__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1rem 1.05rem 1.15rem;
}

.news-giants__badge {
  align-self: flex-start;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fca5a5;
}

.news-giants__headline {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.news-giants__cta {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #fecaca;
}

.news-giants__rail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.75rem;
}

.news-giants__chip {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.news-giants__chip:hover {
  background: rgba(219, 11, 18, 0.14);
  border-color: rgba(219, 11, 18, 0.45);
}

.news-giants__chip img {
  width: 72px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.news-giants__chip strong {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f87171;
  margin-bottom: 0.15rem;
}

.news-giants__chip em {
  display: block;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

.news-list {
  padding: clamp(2.5rem, 5vw, 4rem) 0 4rem;
  background: #f6f7f9;
}

.news-list__head {
  margin-bottom: 1.5rem;
}

.news-list__title {
  margin: 0;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  color: #1a212b;
}

.news-list__empty {
  padding: 2rem;
  border-radius: 12px;
  background: #fff;
  color: #64748b;
}

.news-list__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.news-list__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-card-v2 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e6e9ef;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.news-card-v2--giant {
  border-color: rgba(219, 11, 18, 0.28);
  box-shadow: 0 12px 32px rgba(219, 11, 18, 0.08);
}

.news-card-v2__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0f1419;
}

.news-card-v2__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card-v2:hover .news-card-v2__media img {
  transform: scale(1.04);
}

.news-card-v2__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(219, 11, 18, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.news-card-v2__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
}

.news-card-v2__giant-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 5px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #db0b12;
  color: #fff;
}

.news-card-v2__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.1rem 1.15rem 1.25rem;
}

.news-card-v2__meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: #64748b;
}

.news-card-v2__badge {
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #db0b12;
}

.news-card-v2__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
}

.news-card-v2__title a {
  color: inherit;
  text-decoration: none;
}

.news-card-v2__title a:hover {
  color: #db0b12;
}

.news-card-v2__excerpt {
  margin: 0;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.55;
}

.news-card-v2__link {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #db0b12;
  text-decoration: none;
}

.news-card-v2__link:hover {
  text-decoration: underline;
}

/* Detail */
.news-story__hero {
  padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(2rem, 4vw, 3rem);
  background:
    radial-gradient(ellipse 60% 70% at 90% 10%, rgba(219, 11, 18, 0.12), transparent 50%),
    linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
  border-bottom: 1px solid #e8ecf2;
}

.news-story__hero--giant {
  background:
    radial-gradient(ellipse 55% 80% at 0% 0%, rgba(219, 11, 18, 0.22), transparent 50%),
    linear-gradient(135deg, #10151c 0%, #1a222d 55%, #121820 100%);
  color: #fff;
  border-bottom: 0;
}

.news-story__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.news-story__breadcrumb {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 clamp(0.85rem, 2vw, 1.25rem);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #64748b;
}

.news-story__breadcrumb a {
  color: inherit;
  text-decoration: none;
  opacity: 0.85;
  transition: color 0.15s ease, opacity 0.15s ease;
}

.news-story__breadcrumb a:hover {
  color: #db0b12;
  opacity: 1;
}

.news-story__bc-sep {
  opacity: 0.45;
  user-select: none;
}

.news-story__bc-current {
  color: #0f172a;
  font-weight: 700;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.news-story__hero--giant .news-story__breadcrumb {
  color: rgba(255, 255, 255, 0.62);
}

.news-story__hero--giant .news-story__breadcrumb a:hover {
  color: #fecaca;
}

.news-story__hero--giant .news-story__bc-current {
  color: rgba(255, 255, 255, 0.92);
}

.news-story__kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
}

.news-story__badge,
.news-story__giant-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-story__badge {
  background: rgba(219, 11, 18, 0.12);
  color: #db0b12;
}

.news-story__hero--giant .news-story__badge {
  background: rgba(255, 255, 255, 0.12);
  color: #fecaca;
}

.news-story__giant-pill {
  background: #db0b12;
  color: #fff;
}

.news-story__client {
  margin: 0 0 0.4rem;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #db0b12;
}

.news-story__hero--giant .news-story__client {
  color: #f87171;
}

.news-story__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.65rem, 3.4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #0f172a;
}

.news-story__hero--giant .news-story__title {
  color: #fff;
}

.news-story__lead {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569;
  max-width: 38rem;
}

.news-story__hero--giant .news-story__lead {
  color: rgba(255, 255, 255, 0.78);
}

.news-story__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-story__facts li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 6rem;
}

.news-story__facts span {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
}

.news-story__hero--giant .news-story__facts span {
  color: rgba(255, 255, 255, 0.45);
}

.news-story__facts strong,
.news-story__facts time {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e293b;
}

.news-story__hero--giant .news-story__facts strong,
.news-story__hero--giant .news-story__facts time {
  color: #fff;
}

.news-story__cover,
.news-story__video {
  overflow: hidden;
  border-radius: 16px;
  background: #0b0e12;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.news-story__cover img,
.news-story__file-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-story__embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.news-story__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.news-story__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.42fr);
  gap: 2rem;
  padding: clamp(2rem, 4vw, 3.25rem) 0;
}

.news-story__content:has(> :only-child) {
  grid-template-columns: minmax(0, 1fr);
  max-width: 48rem;
}

.news-story__prose {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #334155;
}

.news-story__prose p {
  margin: 0 0 1.1rem;
}

.news-story__prose strong {
  color: #0f172a;
}

.news-story__side-image {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e8ecf2;
}

.news-story__side-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-related {
  padding: 2.5rem 0 4rem;
  background: #f6f7f9;
}

.news-related__title {
  margin: 0 0 1.25rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
}

.news-related__all {
  margin: 1.5rem 0 0;
}

.news-related__all a {
  font-weight: 700;
  color: #db0b12;
  text-decoration: none;
}

@media (max-width: 980px) {
  .news-giants__grid,
  .news-list__grid,
  .news-list__grid--3,
  .news-story__hero-inner,
  .news-story__content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .news-giants__grid,
  .news-list__grid {
    grid-template-columns: 1fr;
  }
}
