.content-page,
.content-detail,
.news-page {
  background: var(--paper);
}

/* Proje detayını sade bir içerik akışı olarak tutar: başlık, kapak, açıklama ve görseller. */
.content-detail.project-detail--blog {
  padding: 0 0 88px;
  background: var(--paper);
}

.project-article {
  max-width: 1120px;
}

.project-article__navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0 18px;
}

.project-article__back {
  margin: 0;
  font-size: 13px;
}

.project-article__intro {
  padding: 30px 0 42px;
}

.project-article__heading {
  max-width: 900px;
}

.project-article__heading h1 {
  max-width: 900px;
  margin: 7px 0 0;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(40px, 5.2vw, 72px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.065em;
}

.project-article__summary {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.project-article__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 38px;
  align-items: baseline;
  margin-top: 28px;
}

.project-fact {
  display: inline-flex;
  gap: 9px;
  align-items: baseline;
}

.project-fact__label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.project-fact__value {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.project-fact__value svg,
.project-article__gallery-header p svg {
  width: 16px;
  height: 16px;
  color: var(--accent);
}

.project-article__cover-wrap {
  margin: 0;
}

.project-article__cover {
  display: block;
  width: 100%;
  max-height: 620px;
  aspect-ratio: 2.2;
  object-fit: cover;
  border-radius: 6px;
}

.project-article__cover-wrap figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 11px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}

.project-article__story {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 700px);
  gap: clamp(28px, 7vw, 90px);
  align-items: start;
  margin: 78px auto 0;
  max-width: 1010px;
}

.project-article__section-label h2 {
  margin: 0;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.project-article__content {
  max-width: 700px;
  margin: 0;
  color: #303c51;
  font-size: 16px;
  line-height: 1.78;
}

.project-article__content > :first-child {
  font-size: 17px;
  line-height: 1.7;
}

.project-article__gallery {
  margin-top: 82px;
}

.project-article__gallery-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.project-article__gallery-header .eyebrow {
  color: var(--accent);
}

.project-article__gallery-header h2 {
  max-width: 760px;
  margin: 6px 0 0;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: -.05em;
}

.project-article__gallery-header p {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  flex: 0 0 auto;
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.project-article__gallery-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.project-article__gallery-item {
  margin: 0;
}

.project-article__gallery-item a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ced8e7;
  border-radius: 5px;
}

.project-article__gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.project-article__gallery-item a:hover img,
.project-article__gallery-item a:focus-visible img {
  transform: scale(1.035);
  filter: brightness(.88);
}

.project-article__gallery-index {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: grid;
  min-width: 26px;
  height: 24px;
  padding: 0 5px;
  place-items: center;
  border-radius: 4px;
  background: rgba(17, 20, 45, .78);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.project-article__footer {
  max-width: 1010px;
  margin: 48px auto 0;
}

.project-article__return {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--navy);
  font-size: 13px;
}

@media (max-width: 660px) {
  .content-detail.project-detail--blog {
    padding: 0 0 64px;
  }

  .project-article {
    width: min(100% - 24px, var(--container));
  }

  .project-article__navigation {
    padding: 18px 0 12px;
  }

  .project-article__intro {
    padding: 24px 0 30px;
  }

  .project-article__heading h1 {
    font-size: clamp(34px, 9.5vw, 48px);
  }

  .project-article__summary {
    margin-top: 18px;
    font-size: 15px;
  }

  .project-article__facts {
    gap: 16px 22px;
    margin-top: 22px;
  }

  .project-fact {
    display: grid;
    gap: 4px;
  }

  .project-fact__value {
    font-size: 12px;
  }

  .project-article__cover {
    aspect-ratio: 1.3;
  }

  .project-article__cover-wrap figcaption {
    display: block;
    line-height: 1.5;
  }

  .project-article__cover-wrap figcaption span {
    display: block;
  }

  .project-article__cover-wrap figcaption span + span {
    margin-top: 2px;
  }

  .project-article__story {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 52px;
  }

  .project-article__content {
    font-size: 16px;
    line-height: 1.72;
  }

  .project-article__content > :first-child {
    font-size: 18px;
    line-height: 1.6;
  }

  .project-article__gallery {
    margin-top: 58px;
  }

  .project-article__gallery-header {
    display: block;
    margin-bottom: 20px;
  }

  .project-article__gallery-header p {
    margin-top: 10px;
  }

  .project-article__gallery-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .project-article__gallery-item img {
    aspect-ratio: 1.08;
  }

  .project-article__gallery-index {
    right: 6px;
    bottom: 6px;
    min-width: 23px;
    height: 21px;
  }

  .project-article__footer {
    margin-top: 36px;
  }
}

/* Duyuru detayında kullanılan mevcut galeri akışı korunur. */
.content-detail--announcements .project-detail__gallery { margin-top: 64px; padding: 34px 28px 28px; background: #e7ecf5; }
.content-detail--announcements .project-detail__section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 24px; }
.content-detail--announcements .project-detail__section-heading .eyebrow { color: var(--accent); }
.content-detail--announcements .project-detail__section-heading h2 { max-width: 700px; margin: 7px 0 0; color: var(--ink); font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(25px, 3vw, 36px); line-height: 1.12; letter-spacing: -.04em; }
.content-detail--announcements .project-detail__section-heading p { margin: 0 0 2px; color: var(--muted); font-size: 12px; }
.content-detail--announcements .project-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.content-detail--announcements .project-gallery-item { position: relative; display: block; aspect-ratio: 1.15; overflow: hidden; background: #ced8e7; }
.content-detail--announcements .project-gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease, filter 220ms ease; }
.content-detail--announcements .project-gallery-item:hover img, .content-detail--announcements .project-gallery-item:focus-visible img { transform: scale(1.04); filter: brightness(.84); }
.content-detail--announcements .project-gallery-item span { position: absolute; right: 10px; bottom: 8px; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 800; text-shadow: 0 1px 6px rgba(0,0,0,.55); }
@media (max-width: 660px) {
  .content-detail--announcements .project-detail__gallery { padding: 24px 16px 16px; }
  .content-detail--announcements .project-detail__section-heading { display: block; }
  .content-detail--announcements .project-detail__section-heading p { margin-top: 8px; }
  .content-detail--announcements .project-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
}

.content-page {
  padding: 36px 0 76px;
}

.content-shell,
.news-shell {
  max-width: var(--container);
}

.content-page .breadcrumb,
.content-detail .breadcrumb,
.news-page .breadcrumb {
  margin-bottom: 22px;
}

.content-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.content-intro__copy {
  max-width: 710px;
}

.content-intro h1,
.news-intro h1 {
  margin: 7px 0 9px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.content-intro p,
.news-intro p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.content-intro__count,
.news-intro__count {
  display: grid;
  gap: 1px;
  min-width: 118px;
  margin: 0;
  padding: 6px 0 6px 18px;
  border-left: 3px solid var(--accent);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.content-intro__count strong,
.news-intro__count strong {
  color: var(--navy);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.content-search,
.news-search {
  display: flex;
  align-items: center;
  width: min(100%, 510px);
  height: 48px;
  margin: 24px 0 30px;
  padding: 0 5px 0 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 6px 18px rgba(31, 47, 78, 0.05);
  color: var(--muted);
}

.content-search > svg,
.news-search > svg {
  width: 18px;
  flex: 0 0 auto;
}

.content-search input,
.news-search input {
  min-width: 0;
  flex: 1;
  height: 100%;
  padding: 0 11px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.content-search input::placeholder,
.news-search input::placeholder {
  color: #748096;
}

.content-search button,
.news-search button {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  cursor: pointer;
  transition: background 180ms ease;
}

.content-search button:hover,
.news-search button:hover {
  background: var(--accent);
}

.content-search button svg,
.news-search button svg {
  width: 18px;
}

.content-listing__bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.content-listing__bar h2 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.content-listing__bar span {
  color: var(--muted);
  font-size: 13px;
}

.content-page--announcements .content-grid,
.content-page--events .content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.content-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e5ef;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 4px 14px rgba(31, 47, 78, 0.035);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.content-card:hover {
  border-color: #b8c1d9;
  box-shadow: 0 12px 26px rgba(31, 47, 78, 0.10);
}

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

.content-page--announcements .content-card a,
.content-page--events .content-card a {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 184px;
}

.content-card__type {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  align-self: start;
  justify-self: center;
  margin-top: 20px;
  border-radius: 8px;
  background: #f0f3fb;
  color: var(--navy);
}

.content-card__type svg {
  width: 19px;
}

.content-date {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  min-height: 100%;
  padding: 16px 8px;
  border-right: 1px solid #e1e5ef;
  background: #f2f4fa;
  color: var(--navy);
}

.content-date span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
}

.content-date small {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

.content-card__body {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 19px 44px 18px 0;
}

.content-card--events .content-card__body {
  padding-left: 19px;
}

.content-card__body .content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.content-meta span {
  padding: 4px 7px;
  border-radius: 5px;
  background: #fff1f1;
  color: #b40710;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.content-card h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  color: #4b576d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.content-card__facts span,
.content-location {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.content-location {
  color: var(--navy);
}

.content-card__facts svg {
  width: 14px;
  height: 14px;
  color: var(--accent);
}

.content-card__go {
  position: absolute;
  right: 17px;
  bottom: 18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #e1e5ef;
  border-radius: 6px;
  color: var(--navy);
}

.content-card__go svg {
  width: 15px;
}

.content-card:hover .content-card__go {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.content-page--projects .content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.content-card--projects a {
  display: block;
  height: 100%;
}

.content-card--projects .content-card__image {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.content-card--projects .content-card__body {
  min-height: 210px;
  padding: 20px 45px 21px 20px;
}

.content-pagination,
.news-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 34px;
}

.content-pagination a,
.content-pagination span,
.news-pagination a,
.news-pagination span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.content-pagination a:hover,
.news-pagination a:hover {
  border-color: var(--navy);
  background: #f0f3fb;
}

.content-pagination .active,
.news-pagination .active {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.content-pagination .is-disabled,
.news-pagination .is-disabled {
  opacity: .42;
}

.content-pagination svg,
.news-pagination svg {
  width: 17px;
}

.content-empty,
.news-empty {
  padding: 42px 28px;
  border: 1px dashed #bdc5d8;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  text-align: center;
}

.content-empty h2,
.news-empty h2 {
  margin: 0 0 7px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
}

.content-empty p,
.news-empty p {
  margin: 0;
  color: var(--muted);
}

.content-detail,
.article-page {
  padding: 36px 0 76px;
}

.article {
  max-width: 1010px;
}

.article .breadcrumb {
  min-width: 0;
}

.article .breadcrumb strong {
  overflow: hidden;
  max-width: 420px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-detail .article__header,
.article-page .article__header {
  max-width: 850px;
  margin: 0 0 29px;
  text-align: left;
}

.content-detail .article__header .eyebrow,
.article-page .article__header .eyebrow {
  justify-content: flex-start;
}

.content-detail .article__header h1,
.article-page .article__header h1 {
  margin: 7px 0 14px;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.article-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  color: #4b576d;
  font-size: 13px;
  font-weight: 700;
}

.article-meta-list time,
.article-meta-list span,
.article-location {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.article-meta-list svg {
  width: 16px;
  height: 16px;
  color: var(--accent);
}

.article-location {
  margin: 0;
  color: var(--navy);
}

.article__cover {
  width: 100%;
  max-height: 540px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(31, 47, 78, .12);
}

.article__content {
  max-width: 780px;
  margin: 34px 0 0;
  color: #303c51;
  font-size: 17px;
  line-height: 1.75;
}

.article__content > :first-child {
  font-size: 18px;
  line-height: 1.72;
}

.article__content h2,
.article__content h3,
.article__content h4 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.article__content h2 { font-size: 24px; }
.article__content h3 { font-size: 20px; }
.article__content h4 { font-size: 17px; }

.article__content p,
.article__content ul,
.article__content ol {
  margin: 0 0 20px;
}

.article__content li + li {
  margin-top: 6px;
}

.article__content a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(60, 73, 152, .35);
  text-underline-offset: 3px;
}

.article__content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 28px 0;
  border-radius: 8px;
}

.news-article__gallery {
  margin-top: 76px;
  padding: 34px 28px 28px;
  background: #e7ecf5;
}

.news-article__gallery-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.news-article__gallery-header .eyebrow {
  color: var(--accent);
}

.news-article__gallery-header h2 {
  max-width: 760px;
  margin: 6px 0 0;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: -.05em;
}

.news-article__gallery-header p {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  flex: 0 0 auto;
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.news-article__gallery-header p svg {
  width: 16px;
  height: 16px;
  color: var(--accent);
}

.news-article__gallery-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.news-article__gallery-item {
  margin: 0;
}

.news-article__gallery-item a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ced8e7;
  border-radius: 5px;
}

.news-article__gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.news-article__gallery-item a:hover img,
.news-article__gallery-item a:focus-visible img {
  transform: scale(1.035);
  filter: brightness(.88);
}

.news-article__gallery-index {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: grid;
  min-width: 26px;
  height: 24px;
  padding: 0 5px;
  place-items: center;
  border-radius: 4px;
  background: rgba(17, 20, 45, .78);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

@media (max-width: 660px) {
  .news-article__gallery {
    margin-top: 54px;
    padding: 24px 16px 16px;
  }

  .news-article__gallery-header {
    display: block;
    margin-bottom: 20px;
  }

  .news-article__gallery-header p {
    margin-top: 10px;
  }

  .news-article__gallery-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .news-article__gallery-item img {
    aspect-ratio: 1.08;
  }

  .news-article__gallery-index {
    right: 6px;
    bottom: 6px;
    min-width: 23px;
    height: 21px;
  }
}

.content-detail--article-reading {
  padding: 0 0 88px;
}

.content-detail--article-reading .article--reading {
  max-width: 1120px;
  padding: 0 clamp(20px, 4vw, 48px) 48px;
}

.content-detail--article-reading .article--reading .article__header {
  max-width: 780px;
  margin: 24px auto 28px;
  padding-left: 0;
  border-left: 0;
  text-align: center;
}

.content-detail--article-reading .article--reading .article__header .eyebrow {
  justify-content: center;
}

.content-detail--article-reading .article--reading .article__header h1 {
  max-width: 780px;
  margin: 8px 0 15px;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.14;
  letter-spacing: -.035em;
}

.content-detail--article-reading .article-meta-list {
  justify-content: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.content-detail--article-reading .article-meta-list time,
.content-detail--article-reading .article-meta-list span,
.content-detail--article-reading .article-meta-list .article-location {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef2f8;
}

.content-detail--article-reading .article-meta-list svg,
.content-detail--article-reading.content-detail--announcements .article-meta-list svg,
.content-detail--article-reading.content-detail--events .article-meta-list svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
}

.content-detail--article-reading .article-location {
  color: var(--muted);
}

.content-detail--article-reading .article__cover {
  display: block;
  width: min(100%, 780px);
  max-height: 360px;
  margin: 0 auto;
  aspect-ratio: 1.95 / 1;
  border-radius: 8px;
  box-shadow: none;
  object-fit: cover;
}

.content-detail--article-reading .article__content {
  max-width: 920px;
  margin: 34px auto 0;
  padding: clamp(24px, 3.2vw, 38px);
  border-radius: 8px;
  background: var(--white);
  color: #354155;
  font-size: 16px;
  line-height: 1.82;
}

.content-detail--article-reading .article__content > :first-child {
  font-size: 17px;
  line-height: 1.78;
}

.content-detail--article-reading .article__content h2,
.content-detail--article-reading .article__content h3,
.content-detail--article-reading .article__content h4 {
  margin-top: 30px;
  letter-spacing: -.02em;
}

.content-detail--article-reading .news-article__gallery {
  width: 100%;
  margin: 34px 0 0;
  padding: 0;
  background: transparent;
}

.content-detail--article-reading .news-article__gallery-list {
  grid-template-columns: none;
  grid-template-rows: repeat(2, minmax(0, auto));
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 27px) / 4);
  max-height: 390px;
  gap: 9px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--navy) #d5ddea;
  scrollbar-width: thin;
}

.content-detail--article-reading .news-article__gallery-item a {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  scroll-snap-align: start;
  text-decoration: none;
}

.content-detail--article-reading .news-article__gallery-item img {
  margin: 0;
  border-radius: 0;
  aspect-ratio: 1.35 / 1;
}

.content-detail--article-reading .news-article__gallery-index {
  display: none;
}

.content-detail--article-reading .article__footer {
  display: flex;
  justify-content: center;
  max-width: 920px;
  margin: 34px auto 0;
  padding-top: 0;
  border-top: 0;
}

.content-detail--article-reading .article__footer .article__back {
  min-height: 40px;
  padding: 0 11px;
  font-size: 12px;
}

@media (max-width: 720px) {
  .content-detail--article-reading {
    padding-bottom: 58px;
  }

  .content-detail--article-reading .article--reading .article__header {
    margin-top: 20px;
    margin-bottom: 22px;
  }

  .content-detail--article-reading .article--reading .article__header h1 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.16;
  }

  .content-detail--article-reading .article__cover {
    aspect-ratio: 1.65 / 1;
  }

  .content-detail--article-reading .article__content {
    margin-top: 27px;
    padding: 23px 18px;
    font-size: 15px;
    line-height: 1.78;
  }

  .content-detail--article-reading .article__content > :first-child {
    font-size: 16px;
  }

  .content-detail--article-reading .news-article__gallery {
    margin-top: 28px;
  }

  .content-detail--article-reading .news-article__gallery-list {
    grid-auto-columns: calc((100% - 7px) / 2);
    max-height: 250px;
    gap: 7px;
  }

  .content-detail--article-reading .article__footer {
    margin-top: 30px;
  }
}

.article__content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 24px 0;
  border-collapse: collapse;
  font-size: 14px;
}

.article__content th,
.article__content td {
  min-width: 124px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.article__content th {
  background: #eef1f8;
  color: var(--navy);
}

.article__footer {
  margin-top: 38px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
}

.article__back {
  margin: 0;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.article__back:hover {
  border-color: var(--navy);
  background: #f0f3fb;
}

.corporate-page,
.corporate-detail {
  padding: 0 0 76px;
  background: var(--paper);
}

.corporate-shell,
.corporate-detail__shell {
  max-width: var(--container);
}

.corporate-shell--index {
  display: grid;
  gap: 26px;
}

.corporate-group {
  display: grid;
  gap: 14px;
}

.corporate-group__heading {
  display: flex;
  gap: 12px;
  align-items: center;
}

.corporate-group__heading span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(60, 73, 152, .16);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
}

.corporate-group__heading svg {
  width: 20px;
  height: 20px;
}

.corporate-group__heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.corporate-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.corporate-card {
  min-width: 0;
}

.corporate-card a {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 26px;
  gap: 13px;
  min-height: 146px;
  padding: 18px;
  border: 1px solid #e1e5ef;
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(31, 47, 78, .035);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.corporate-card a:hover {
  border-color: #b8c1d9;
  box-shadow: 0 12px 26px rgba(31, 47, 78, .10);
}

.corporate-card__icon,
.corporate-card__go {
  display: grid;
  place-items: center;
  border-radius: 7px;
}

.corporate-card__icon {
  width: 42px;
  height: 42px;
  background: #f0f3fb;
  color: var(--navy);
}

.corporate-card__icon svg,
.corporate-card__go svg {
  width: 18px;
  height: 18px;
}

.corporate-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.corporate-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.corporate-card__go {
  align-self: start;
  width: 26px;
  height: 26px;
  color: var(--accent);
}

.corporate-detail__shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.corporate-sidebar {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 14px;
}

.corporate-sidebar__group {
  overflow: hidden;
  border: 1px solid #e1e5ef;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 4px 14px rgba(31, 47, 78, .035);
}

.corporate-sidebar__group h2 {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0;
  padding: 14px 15px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.corporate-sidebar__group h2 svg {
  width: 17px;
  height: 17px;
  color: var(--accent);
}

.corporate-sidebar__group nav {
  display: grid;
}

.corporate-sidebar__group a {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 42px;
  padding: 10px 15px;
  border-bottom: 1px solid #eef1f8;
  color: #303c51;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}

.corporate-sidebar__group a:last-child {
  border-bottom: 0;
}

.corporate-sidebar__group a svg {
  width: 16px;
  height: 16px;
  color: #66728a;
}

.corporate-sidebar__group a:hover,
.corporate-sidebar__group a.is-active {
  background: #f0f3fb;
  color: var(--navy);
}

.corporate-sidebar__group a.is-active {
  box-shadow: inset 3px 0 0 var(--accent);
}

.corporate-sidebar__group a.is-active svg {
  color: var(--accent);
}

.corporate-article {
  min-width: 0;
  padding: 30px;
  border: 1px solid #e1e5ef;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(31, 47, 78, .055);
}

.corporate-article__header {
  max-width: 790px;
  margin-bottom: 24px;
}

.corporate-article__header h1 {
  margin: 7px 0 10px;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}

.corporate-article__header p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.corporate-article__cover {
  width: 100%;
  max-height: 470px;
  margin-bottom: 28px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(31, 47, 78, .12);
}

.corporate-article__content {
  max-width: none;
  margin-top: 0;
}

.corporate-article__content > * {
  max-width: 820px;
}

.corporate-article__content > img,
.corporate-article__content > figure,
.corporate-article__content > table,
.corporate-article__content > .table-wrap,
.corporate-article__content > iframe {
  max-width: 100%;
}

.corporate-article__content figure {
  margin: 28px 0;
}

.corporate-article__content iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 24px 0;
  border: 0;
  border-radius: 8px;
  background: #11142d;
}

.corporate-article__content .wp-caption,
.corporate-article__content .gallery {
  max-width: 100%;
}

.corporate-article__content .wp-caption-text,
.corporate-article__content figcaption {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.corporate-article__content div,
.corporate-article__content section {
  max-width: 100%;
}

.corporate-article__content img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.corporate-committee-accordion {
  display: grid;
  gap: 10px;
  margin: 8px 0 34px;
}

.corporate-committee-item {
  overflow: hidden;
  background: #f6f8fc;
}

.corporate-committee-item__summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 12px 16px;
  background: #edf1f8;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  transition: background 180ms ease, color 180ms ease;
}

.corporate-committee-item__summary::-webkit-details-marker {
  display: none;
}

.corporate-committee-item__summary:hover {
  background: #e4e9f4;
}

.corporate-committee-item__summary:focus-visible {
  outline: 3px solid rgba(60, 73, 152, .35);
  outline-offset: -3px;
}

.corporate-committee-item[open] > .corporate-committee-item__summary {
  background: var(--navy);
  color: #fff;
}

.corporate-committee-item__number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.corporate-committee-item__heading {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.corporate-committee-item__heading strong {
  overflow-wrap: anywhere;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.corporate-committee-item__heading small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.corporate-committee-item[open] .corporate-committee-item__heading small {
  color: rgba(255, 255, 255, .72);
}

.corporate-committee-item__chevron {
  display: grid;
  place-items: center;
}

.corporate-committee-item__chevron svg {
  width: 20px;
  height: 20px;
  transition: transform 180ms ease;
}

.corporate-committee-item[open] .corporate-committee-item__chevron svg {
  transform: rotate(180deg);
}

.corporate-committee-item__content {
  padding: 18px;
  background: #f8f9fc;
}

.corporate-committee-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.corporate-committee-people .corporate-person-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.corporate-committee-people .corporate-person-card--leader {
  width: 100%;
  grid-column: 1 / -1;
  background: #fff;
}

.corporate-board-tree {
  display: grid;
  gap: 0;
  margin: 8px 0 34px;
}

.corporate-committee-title {
  margin: 28px 0 0;
  padding: 0 0 10px;
  color: var(--navy);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.corporate-board-tree__root {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 34px;
}

.corporate-board-tree__root::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 34px;
  background: #cdd5e6;
  content: '';
}

.corporate-board-tree__branches {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 14px;
  padding-top: 34px;
}

.corporate-board-tree__branches::before {
  position: absolute;
  top: 0;
  right: 9%;
  left: 9%;
  height: 1px;
  background: #cdd5e6;
  content: '';
}

.corporate-person-card {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 126px;
  padding: 12px;
  border: 1px solid #dfe5f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(31, 47, 78, .06);
}

.corporate-person-card--leader {
  width: min(100%, 540px);
  min-height: 144px;
  grid-template-columns: 96px minmax(0, 1fr);
  border-color: rgba(60, 73, 152, .28);
  background: #f8f9fc;
}

.corporate-person-card img {
  width: 86px;
  height: 102px;
  border-radius: 7px;
  object-fit: cover;
  background: #eef1f8;
}

.corporate-person-card--leader img {
  width: 96px;
  height: 116px;
}

.corporate-person-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.corporate-person-card h2,
.corporate-person-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.corporate-person-card--leader h2 {
  font-size: 22px;
}

.corporate-person-card--staff {
  align-items: start;
  min-height: 118px;
}

.corporate-person-card p,
.corporate-person-card small {
  display: block;
  overflow-wrap: anywhere;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.corporate-people-directory {
  display: grid;
  gap: 26px;
  margin: 8px 0 34px;
}

.corporate-people-directory__group {
  display: grid;
  gap: 12px;
}

.corporate-people-directory__group > h2 {
  margin: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.corporate-people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 12px;
}

.corporate-media-list,
.corporate-link-grid {
  display: grid;
  gap: 16px;
  margin: 4px 0 34px;
}

.corporate-media-item {
  min-width: 0;
}

.corporate-media-item h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.corporate-media-item iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 8px;
  background: #11142d;
}

.corporate-media-list--gallery {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.corporate-media-list--gallery .corporate-media-item {
  overflow: hidden;
  border: 1px solid #dfe5f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(31, 47, 78, .05);
}

.corporate-media-list--gallery .corporate-media-item img {
  display: block;
  width: 100%;
  aspect-ratio: 247 / 167;
  object-fit: cover;
  background: #eef1f8;
}

.corporate-media-list--gallery .corporate-media-item h2 {
  margin: 0;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.corporate-link-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.corporate-link-card__item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 14px;
  border: 1px solid #dfe5f0;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(31, 47, 78, .05);
}

.corporate-link-card__item--static {
  grid-template-columns: 40px minmax(0, 1fr);
}

a.corporate-link-card__item:hover {
  border-color: #b8c1d9;
  background: #f8f9fc;
}

.corporate-link-card__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 7px;
  background: #f0f3fb;
  color: var(--navy);
}

.corporate-link-card strong {
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.corporate-link-card svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
}

.corporate-neighbors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.corporate-neighbor {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f9fc;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.corporate-neighbor--next {
  justify-content: flex-end;
  text-align: right;
}

.corporate-neighbor svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--accent);
}

@media (max-width: 900px) {
  .content-page--announcements .content-grid,
  .content-page--events .content-grid,
  .content-page--projects .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corporate-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corporate-detail__shell {
    grid-template-columns: 1fr;
  }

  .corporate-sidebar {
    position: static;
  }
}

@media (max-width: 660px) {
  .content-page,
  .content-detail,
  .article-page,
  .news-page,
  .corporate-page,
  .corporate-detail {
    padding: 25px 0 56px;
  }

  .content-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 19px;
  }

  .content-intro__count,
  .news-intro__count {
    width: max-content;
  }

  .content-intro p,
  .news-intro p {
    font-size: 15px;
  }

  .content-search {
    width: 100%;
    margin: 19px 0 25px;
  }

  .content-page--announcements .content-grid,
  .content-page--events .content-grid,
  .content-page--projects .content-grid {
    grid-template-columns: 1fr;
  }

  .corporate-card-grid,
  .corporate-link-grid,
  .corporate-people-grid,
  .corporate-neighbors {
    grid-template-columns: 1fr;
  }

  .corporate-board-tree {
    gap: 12px;
  }

  .corporate-committee-item__summary {
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    gap: 10px;
    min-height: 68px;
    padding: 10px 12px;
  }

  .corporate-committee-item__number {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .corporate-committee-item__heading strong {
    font-size: 13px;
  }

  .corporate-committee-item__heading small {
    font-size: 11px;
  }

  .corporate-committee-item__content {
    padding: 12px;
  }

  .corporate-committee-people {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .corporate-committee-people .corporate-person-card--leader {
    grid-column: auto;
  }

  .corporate-board-tree__root {
    padding-bottom: 0;
  }

  .corporate-board-tree__root::after,
  .corporate-board-tree__branches::before {
    display: none;
  }

  .corporate-board-tree__branches {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 0;
  }

  .corporate-person-card,
  .corporate-person-card--leader {
    grid-template-columns: 74px minmax(0, 1fr);
    min-height: 108px;
  }

  .corporate-person-card img,
  .corporate-person-card--leader img {
    width: 74px;
    height: 88px;
  }

  .corporate-person-card--leader h2 {
    font-size: 18px;
  }

  .corporate-card a {
    min-height: 126px;
  }

  .corporate-article {
    padding: 20px 16px;
  }

  .corporate-article__header h1 {
    font-size: 28px;
  }

  .content-page--announcements .content-card a,
  .content-page--events .content-card a {
    min-height: 166px;
  }

  .content-card__body {
    padding-top: 17px;
  }

  .content-card h2 {
    font-size: 16px;
  }

  .article .breadcrumb strong {
    max-width: 160px;
  }

  .content-detail .article__header,
  .article-page .article__header {
    margin-bottom: 24px;
  }

  .article__content {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.7;
  }

  .article__content > :first-child {
    font-size: 17px;
  }
}

@media (max-width: 410px) {
  .content-listing__bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .content-page--announcements .content-card a,
  .content-page--events .content-card a {
    grid-template-columns: 67px minmax(0, 1fr);
  }

  .content-date span {
    font-size: 23px;
  }

  .content-card--events .content-card__body {
    padding-left: 15px;
  }
}

/* Proje detay sayfasi: beyaz zemin, sakin baslik ritmi ve rahat okuma kolonu. */
.content-detail.project-detail--blog {
  padding: 0 0 72px;
  background: #fff;
}

.content-detail.project-detail--blog .project-article {
  max-width: 1160px;
}

.content-detail.project-detail--blog .project-article__navigation {
  padding: 22px 0 12px;
}

.content-detail.project-detail--blog .project-article__back {
  font-size: 12px;
}

.content-detail.project-detail--blog .project-article__intro {
  max-width: 930px;
  padding: 30px 0 32px;
}

.content-detail.project-detail--blog .project-article__heading h1 {
  max-width: 920px;
  margin-top: 6px;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.06;
  letter-spacing: -.055em;
}

.content-detail.project-detail--blog .project-article__summary {
  max-width: 760px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.76;
}

.content-detail.project-detail--blog .project-article__facts {
  gap: 18px 30px;
  margin-top: 22px;
}

.content-detail.project-detail--blog .project-fact__label {
  font-size: 9px;
}

.content-detail.project-detail--blog .project-fact__value {
  font-size: 13px;
}

.content-detail.project-detail--blog .project-article__cover-wrap .article__cover {
  max-height: 560px;
  border-radius: 4px;
  box-shadow: none;
}

.content-detail.project-detail--blog .project-article__cover-wrap figcaption {
  margin-top: 9px;
  font-size: 10px;
}

.content-detail.project-detail--blog .project-article__story {
  grid-template-columns: minmax(150px, 190px) minmax(0, 720px);
  gap: 42px;
  margin-top: 64px;
  max-width: 952px;
}

.content-detail.project-detail--blog .project-article__section-label h2 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.content-detail.project-detail--blog .project-article__content {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.84;
  letter-spacing: 0;
}

.content-detail.project-detail--blog .project-article__content > :first-child {
  font-size: 15.8px;
  line-height: 1.76;
}

.content-detail.project-detail--blog .project-article__content h2,
.content-detail.project-detail--blog .project-article__content h3,
.content-detail.project-detail--blog .project-article__content h4 {
  letter-spacing: -.02em;
}

.content-detail.project-detail--blog .project-article__content h2 {
  font-size: 22px;
}

.content-detail.project-detail--blog .project-article__content h3 {
  font-size: 18px;
}

.content-detail.project-detail--blog .project-article__content h4 {
  font-size: 16px;
}

.content-detail.project-detail--blog .project-article__content p,
.content-detail.project-detail--blog .project-article__content ul,
.content-detail.project-detail--blog .project-article__content ol {
  margin-bottom: 17px;
}

.content-detail.project-detail--blog .project-article__gallery {
  margin-top: 68px;
}

.content-detail.project-detail--blog .project-article__gallery-header {
  margin-bottom: 18px;
}

.content-detail.project-detail--blog .project-article__gallery-header h2 {
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -.045em;
}

.content-detail.project-detail--blog .project-article__gallery-header p {
  font-size: 12px;
}

.content-detail.project-detail--blog .project-article__gallery-list {
  gap: 10px;
}

.content-detail.project-detail--blog .project-article__gallery-item a {
  border-radius: 3px;
}

.content-detail.project-detail--blog .project-article__footer {
  max-width: 952px;
  margin-top: 40px;
  padding-top: 0;
  border-top: 0;
}

.content-detail.project-detail--blog .project-article__return {
  font-size: 12px;
}

@media (max-width: 660px) {
  .content-detail.project-detail--blog {
    padding-bottom: 52px;
  }

  .content-detail.project-detail--blog .project-article {
    width: min(100% - 28px, var(--container));
  }

  .content-detail.project-detail--blog .project-article__navigation {
    padding: 16px 0 10px;
  }

  .content-detail.project-detail--blog .project-article__intro {
    padding: 22px 0 26px;
  }

  .content-detail.project-detail--blog .project-article__heading h1 {
    font-size: clamp(31px, 8.3vw, 42px);
    line-height: 1.08;
  }

  .content-detail.project-detail--blog .project-article__summary {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.74;
  }

  .content-detail.project-detail--blog .project-article__facts {
    gap: 13px 20px;
    margin-top: 19px;
  }

  .content-detail.project-detail--blog .project-fact__value {
    font-size: 12px;
  }

  .content-detail.project-detail--blog .project-article__cover-wrap .article__cover {
    aspect-ratio: 1.38;
  }

  .content-detail.project-detail--blog .project-article__story {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 44px;
  }

  .content-detail.project-detail--blog .project-article__section-label h2 {
    font-size: 21px;
  }

  .content-detail.project-detail--blog .project-article__content {
    font-size: 15px;
    line-height: 1.8;
  }

  .content-detail.project-detail--blog .project-article__content > :first-child {
    font-size: 15.4px;
    line-height: 1.74;
  }

  .content-detail.project-detail--blog .project-article__content h2 {
    font-size: 20px;
  }

  .content-detail.project-detail--blog .project-article__gallery {
    margin-top: 50px;
  }

  .content-detail.project-detail--blog .project-article__gallery-header h2 {
    font-size: 25px;
  }

  .content-detail.project-detail--blog .project-article__gallery-list {
    gap: 7px;
  }

  .content-detail.project-detail--blog .project-article__footer {
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .content-card,
  .content-search button,
  .news-search button {
    transition: none;
  }
}
