:root {
  --project-bg: #11110f;
  --project-surface: #1b1a16;
  --project-surface-2: #29261f;
  --project-accent: #8e7557;
  --project-accent-soft: #d1b892;
  --project-accent-rgb: 142, 117, 87;
  --hero-position: 50% 50%;
}

.project-gallery-page .project-hero h1 { max-width: 1100px; }
.project-gallery-page .story-figure__image { border-radius: 2px; }
/* GALLERY HOUSE — yazı üstte + renderlar ikili büyük */

#story .story-grid {
  grid-template-columns: 1fr !important;
  gap: clamp(48px, 6vw, 88px) !important;
  align-items: start !important;
}

/* Soldaki yazıyı üste al */
#story .story-copy {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 !important;
  padding-left: clamp(20px, 4vw, 72px) !important;
  padding-right: clamp(20px, 4vw, 72px) !important;
}

/* Render alanını tam genişliğe aç */
#story .story-archive {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
}

/* Render başlık şeridi */
#story .story-archive__head {
  box-sizing: border-box !important;
  padding-left: clamp(20px, 4vw, 72px) !important;
  padding-right: clamp(20px, 4vw, 72px) !important;
}

/* Gallery House render grid — ikili */
#story .story-archive__grid,
#story .project-gallery,
.gallery-section .project-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Eski tekli / yamuk grid ayarlarını sıfırla */
#story .gallery-item,
#story .gallery-item:nth-child(2),
#story .gallery-item:nth-child(3),
#story .gallery-item:nth-child(4),
#story .gallery-item:nth-child(5),
#story .gallery-item:nth-child(6),
.gallery-section .gallery-item,
.gallery-section .gallery-item:nth-child(2),
.gallery-section .gallery-item:nth-child(3),
.gallery-section .gallery-item:nth-child(4),
.gallery-section .gallery-item:nth-child(5),
.gallery-section .gallery-item:nth-child(6) {
  grid-column: auto !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

/* Görseller kırpılmadan tam gözüksün */
#story .gallery-item img,
.gallery-section .gallery-item img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* Mobilde tek kolon */
@media (max-width: 760px) {
  #story .story-archive__grid,
  #story .project-gallery,
  .gallery-section .project-gallery {
    grid-template-columns: 1fr !important;
  }

  #story .story-copy,
  #story .story-archive__head {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}