/* =========================================================
   MİNYATÜR SANATI EVİ | BORA ULUYOL
   TEMİZ style.css
========================================================= */

/* =========================================================
   1) GENEL AYARLAR
========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #050505;
  color: #f7f7f7;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

p {
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.65;
  color: #b7a795;
}

/* =========================================================
   2) ORTAK BÖLÜM ALANI
========================================================= */

.section-dark {
  background: #050505;
  color: #f7f7f7;
  padding: 60px 6vw;
}

.section-dark > *:first-child {
  margin-top: 0;
}

.section-dark h2 {
  margin-top: 0;
  margin-bottom: 28px;
}

/* =========================================================
   3) MENÜ
========================================================= */

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
}

#menu-toggle {
  display: none;
}

.menu-button {
  position: fixed;
  top: 22px;
  right: 24px;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  z-index: 60;
  opacity: 0.92;
}

.site-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(380px, 86vw);
  height: 100vh;
  background: rgba(5, 5, 5, 0.96);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 78px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transform: translateX(100%);
  transition: 0.28s ease;
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.55);
}

.site-menu a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 9px 8px;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: 0.2s ease;
}

.site-menu a:hover {
  color: #ffffff;
  padding-left: 16px;
  background: rgba(255, 255, 255, 0.045);
}

#menu-toggle:checked ~ .site-menu {
  transform: translateX(0);
}

/* =========================================================
   4) ÜST GİRİŞ / HERO KOLAJ
========================================================= */

.hero-collage {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 0.9fr 1fr;
  gap: 42px;
  align-items: center;
  padding-top: 120px;
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.brand-title,
.hero-title h1 {
  font-family: "Monotype Corsiva", "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 0.95;
  text-align: center;
  color: #fff;
}

.hero-title img {
  width: 100%;
  max-width: 430px;
}

.hero-main {
  width: 100%;
  max-width: 560px;
  margin: auto;
}

.hero-right {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.artist-sign {
  text-align: center;
}

.artist-name-main {
  display: block;
  font-family: "Monotype Corsiva", "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 0.9;
  letter-spacing: 0.03em;
  color: #fff;
}

.artist-sign span {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}

/* =========================================================
   5) INTRO / KÜÇÜK DETAYLAR
========================================================= */

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.intro {
  min-height: 70vh;
  padding-top: 25px;
  padding-bottom: 40px;
}

.intro h2 {
  font-size: 44px;
  line-height: 1.3;
  font-weight: 500;
  max-width: 520px;
  margin-bottom: 26px;
}

.intro p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(20px, 1.3vw, 22px);
  line-height: 1.7;
  font-weight: 200;
  margin-bottom: 16px;
}

.split img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

/* =========================================================
   6) GENEL BÖLÜM BAŞLIKLARI
========================================================= */

.section-title,
.gallery-section h2,
.single-art h2,
.text-section h2,
.bio h2,
.visit h2,
.contact h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2.5px;
  color: #ffffff;
  margin-bottom: 28px;
}

#piri-reis .section-title {
  font-size: 38px;
}

/* =========================================================
   7) PİRİ REİS
========================================================= */

.work-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.work-row img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.works-list h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 16px;
}

.work-row p {
  max-width: 520px;
  line-height: 1.7;
}

/* =========================================================
   8) MASALLAR / İKİLİ GALERİ
========================================================= */

#masallar .two-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  align-items: start;
}

#masallar .two-gallery figure {
  margin: 0;
  width: 100%;
}

#masallar .two-gallery img {
  width: 100%;
  max-width: none;
  height: auto;
}

#masallar .two-gallery figcaption {
  display: block;
  margin-top: 22px;
  font-size: 22px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  text-align: center;
}

/* =========================================================
   9) ÜÇLÜ GALERİ GENEL
========================================================= */

.three-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: start;
}

.three-gallery img {
  width: 100%;
  height: auto;
}

.three-gallery.captions figure {
  margin: 0;
}

.captions figcaption {
  font-size: clamp(20px, 1.7vw, 28px);
  margin-top: 22px;
  color: #f2f2f2;
  line-height: 1.25;
  font-weight: 400;
}

/* =========================================================
   10) İSFAHAN
========================================================= */

#isfahan .three-gallery {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr 0.9fr;
  grid-template-rows: auto auto;
  gap: 34px 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

#isfahan .isfahan-title {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
}

#isfahan .three-gallery img:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}

#isfahan .three-gallery img:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
}

#isfahan .three-gallery img:nth-of-type(3) {
  grid-column: 3;
  grid-row: 1 / 3;
}

#isfahan .three-gallery img {
  width: 100%;
  height: auto;
}

/* =========================================================
   11) FALNAME
========================================================= */

#falname .three-gallery {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 26px;
}

#falname h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

#falname .three-gallery img {
  width: 100%;
  max-width: 92%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  margin: 0 auto;
}

#falname .captions figcaption {
  text-align: center;
  padding: 0 14px;
  letter-spacing: 0.5px;
}

/* =========================================================
   12) YILDIZ HARİTASI
========================================================= */

#yildiz {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  align-items: start;
}

#yildiz h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: 2px;
}

#yildiz img {
  width: 85%;
  height: auto;
  margin: 0;
  border-radius: 6px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* =========================================================
   13) ÇALIŞMALAR
========================================================= */

.calisma-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.45fr;
  gap: 50px;
  align-items: center;
}

.calisma-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.calisma-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
}

.calisma-text {
  align-self: start;
  padding-top: 10px;
}

.calisma-text h2 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1px;
}

/* =========================================================
   14) SERGİLER VE ÖDÜLLER
========================================================= */

.text-columns {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: 70px;
}

.text-columns h3 {
  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 400;
  margin-bottom: 18px;
}

.text-columns p,
.bio p,
.contact p {
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.65;
}

#sergiler h2 {
  white-space: nowrap;
}

#sergiler .text-columns p {
  line-height: 1.42;
  margin-bottom: 16px;
}

.sergi-image {
  margin-bottom: 16px;
  text-align: center;
}

.sergi-image img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.04),
    0 12px 35px rgba(0, 0, 0, 0.7);
}

/* =========================================================
   15) MİTOLOJİ
========================================================= */

#mitoloji .three-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

#mitoloji .three-gallery img:nth-child(2) {
  border-radius: 50%;
  object-fit: cover;
  object-position: center 32%;
  transform: none;
}

/* =========================================================
   16) ÖZGEÇMİŞ
========================================================= */

.bio h2 {
  margin-bottom: 36px;
}

/* =========================================================
   17) ZİYARETE BEKLERİZ
========================================================= */

#bekleriz {
  padding-top: 90px;
  padding-bottom: 90px;
}

#bekleriz h2 {
  font-size: 38px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.visit-final {
  display: grid;
  grid-template-columns: 0.85fr 0.9fr 0.85fr;
  gap: 56px;
  align-items: center;
}

.visit-photo:first-child {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}

.visit-photo:last-child {
  width: 90%;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
}

.visit-final-text {
  text-align: center;
}

.visit-badge {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 30px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
}

.visit-final-text p {
  color: #fff;
  margin: 0 0 26px;
  letter-spacing: 1px;
}

#bekleriz .visit-final-text p:first-child {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.4;
  opacity: 0.8;
}

#bekleriz .visit-final-text p:last-child {
  font-family: "Monotype Corsiva", "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.2;
  opacity: 0.9;
}

/* =========================================================
   18) İLETİŞİM / FOOTER
========================================================= */

#iletisim {
  padding: 90px 6vw 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-final {
  display: grid;
  grid-template-columns: 1fr 0.75fr 1fr;
  gap: 60px;
  align-items: center;
}

.contact-info h2 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.contact-info p {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 14px;
  color: #fff;
}

.contact-info strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #d2a85f;
}

.contact-info a {
  color: #fff;
  text-decoration: underline;
}

.contact-image {
  text-align: center;
}

.contact-image img {
  width: 260px;
  max-width: 100%;
  border-radius: 8px;
}

.contact-map {
  width: 340px;
  height: 340px;
  margin-left: auto;
  border-radius: 50%;
  overflow: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================================================
   19) MOBİL UYUM
========================================================= */

@media (max-width: 900px) {
  .section-dark {
    padding: 58px 22px;
  }

  .hero-collage,
  .split,
  .work-row,
  .two-gallery,
  .three-gallery,
  .text-columns,
  .visit-final,
  .contact-final,
  .calisma-layout,
  #yildiz {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    gap: 34px;
    padding-top: 96px;
  }

  .hero-right {
    gap: 28px;
  }

  .brand-title,
  .hero-title h1 {
    font-size: 54px;
  }

  .artist-name-main {
    font-size: 46px;
  }

  .artist-sign span {
    font-size: 16px;
  }

  .split {
    gap: 32px;
    min-height: auto;
  }

  .intro {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro h2 {
    font-size: 30px;
  }

  .intro p {
    font-size: 20px;
  }

  .work-row {
    gap: 26px;
    margin-bottom: 70px;
  }

  #masallar .two-gallery {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  #masallar h2 {
    font-size: 32px;
  }

  .three-gallery {
    gap: 26px;
  }

  #isfahan .three-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 22px;
  }

  #isfahan .isfahan-title {
    grid-column: 1;
    grid-row: 1;
    font-size: 28px;
  }

  #isfahan .three-gallery img:nth-of-type(1) {
    grid-column: 1;
    grid-row: 2;
  }

  #isfahan .three-gallery img:nth-of-type(2) {
    grid-column: 1;
    grid-row: 3;
  }

  #isfahan .three-gallery img:nth-of-type(3) {
    grid-column: 1;
    grid-row: 4;
  }

  #isfahan .three-gallery img {
    max-width: 82%;
    margin: 0 auto;
  }

  #falname .three-gallery {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #falname .three-gallery img {
    max-width: 82%;
    margin: 0 auto;
  }

  #falname .captions figcaption {
    font-size: 20px;
    line-height: 1.25;
    padding: 0;
  }

  #yildiz img {
    width: 100%;
  }

  .calisma-gallery {
    grid-template-columns: 1fr;
  }

  .calisma-text {
    padding-top: 0;
  }

  .calisma-text h2 {
    font-size: 28px;
  }

  #sergiler h2 {
    white-space: normal;
  }

  .visit-final,
  .contact-final {
    gap: 34px;
  }

  .visit-photo:first-child,
  .visit-photo:last-child,
  .visit-badge {
    width: min(300px, 82vw);
    height: auto;
  }

  .visit-photo:first-child,
  .visit-badge {
    aspect-ratio: 1 / 1;
  }

  .contact-map {
    width: min(320px, 82vw);
    height: min(320px, 82vw);
    margin: 0 auto;
  }

  .contact-image img {
    margin: 0 auto;
  }

  .site-menu {
    width: 86vw;
  }
}