:root { --brand: #ff0202; --ink: #333; --bg: #fff; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Poppins', sans-serif; color: var(--ink); overflow-x: hidden; }

/* Topbar & Header */
.topbar { background: var(--brand); color: #fff; padding: 8px 5%; display: flex; justify-content: space-between; font-size: 13px; }
.topbar a { color: #fff; text-decoration: none; }

.site-header { display: flex; align-items: center; justify-content: space-between; padding: 10px 5%; background: #fff; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.logo { display: flex; align-items: center; gap: 10px; color: var(--brand); font-weight: 700; text-decoration: none; }
.nav-desktop { display: flex; gap: 20px; align-items: center; }
.nav-desktop a { color: var(--ink); font-weight: 600; text-decoration: none; font-size: 14px; }

.hamburger { display: none; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; }
.hamburger span { width: 22px; height: 3px; background: var(--ink); }

/* Mobile Navigation */
.nav-mobile { position: fixed; top: 0; right: -100%; width: 250px; height: 100%; background: #fff; z-index: 1001; padding: 60px 20px; display: flex; flex-direction: column; gap: 20px; transition: 0.3s; box-shadow: -5px 0 15px rgba(0,0,0,0.1); }
.nav-mobile.active { right: 0; }
.nav-mobile a { text-decoration: none; color: var(--ink); font-weight: 600; }

/* Sections & Hero */
.hero { height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('assets/hero.jpg') center/cover; }
.about .container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 60px 5%; align-items: center; max-width: 1200px; margin: 0 auto; }

/* Gallery Fix */
.gallery { padding: 60px 5%; text-align: center; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 15px; max-width: 1200px; margin: 20px auto; }
.gallery-grid img { width: 100%; height: 280px; object-fit: cover; border-radius: 12px; }

/* Studio Geyik */
.geyik { padding: 60px 5%; }
.geyik-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; max-width: 1200px; margin: 0 auto; }
.geyik-ctas { display: flex; gap: 10px; margin-top: 20px; }
.btn { background: var(--brand); color: #fff; padding: 10px 20px; border-radius: 10px; font-weight: 600; text-decoration: none; display: inline-block; }
.btn-ghost { border: 2px solid var(--brand); color: var(--brand); padding: 10px 20px; border-radius: 10px; font-weight: 600; text-decoration: none; }

.map-container { max-width: 1200px; margin: 30px auto; padding: 0 5%; }

/* Responsive */
@media (max-width: 850px) {
  .nav-desktop { display: none; }
  .hamburger { display: flex; }
  .about .container, .geyik-head { grid-template-columns: 1fr; text-align: center; }
  .geyik-ctas { justify-content: center; }
}/* Hakkımızda Bölümü Kapsayıcı Ayarı */
.about .container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Metin ve Görseli yan yana getirir */
  gap: 40px;
  padding: 60px 5%;
  align-items: center; /* İçeriği dikeyde ortalar */
  max-width: 1200px;
  margin: 0 auto;
}

/* Fotoğrafın boyutunu sınırlayan kısım */
.about-media {
  width: 100%;
  max-height: 500px; /* Fotoğrafın sayfayı kaplamasını engelleyen sınır */
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}
/* Atölyeler Genel Arka Plan (Pembe Tonu) */
.classes {
  background-color: #fff0f3; /* Görseldeki hafif pembe */
  padding: 80px 5%;
  text-align: center;
}

.classes h2 {
  margin-bottom: 40px;
  font-size: 24px;
  color: #333;
}

/* Kartların Dizilimi */
.classes .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Kart Tasarımı */
.card {
  background: #fff;
  border-radius: 20px; /* Yuvarlak köşeler */
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05); /* Yumuşak gölge */
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-10px);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  text-align: left; /* Görseldeki gibi sola dayalı */
}

.card-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* Navigasyon Menüsü Çakışma Önleyici */
.nav-desktop {
  display: flex;
  gap: 15px; /* Araları açalım */
  align-items: center;
}

.nav-desktop a {
  white-space: nowrap; /* Yazıların alt satıra geçmesini engeller */
  font-size: 13px; /* Çok geniş geliyorsa biraz küçültelim */
}
.about-media img {
  width: 100%;
  height: 450px; /* Buradaki değeri tasarımına göre artırıp azaltabilirsin */
  object-fit: cover; /* Fotoğrafın oranını bozmadan kutuya sığdırır */
  border-radius: 20px;
}

/* Mobil cihazlar için alt alta gelme ayarı */
@media (max-width: 850px) {
  .about .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .about-media img {
    height: 300px; /* Mobilde daha küçük görünmesi için */
  }
}
html {
  scroll-behavior: smooth;
}
/* Geyikbayırı (Studio Geyik) Düzenlemesi */
.geyik-head {
    display: grid;
    grid-template-columns: 45% 55%; /* Metne %45, Görsele %55 pay verir */
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 5%;
}

.geyik-hero {
    width: 100%;
    height: 450px; /* Görsel alanının yüksekliğini sınırlar */
}

.geyik-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Taşmaları önler ve alanı doldurur */
    border-radius: 20px;
}

/* Mobilde görsellerin çok yer kaplamaması için */
@media (max-width: 850px) {
    .about-media, .geyik-hero {
        height: 300px;
    }
}
/* WhatsApp Floating Button */
.wa-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2000;
}
/* İletişim Genel */
.contact {
  padding: 80px 5%;
  background-color: #fff;
}

.contact h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
}


.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Bilgi Kartı */
.c-card {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.c-info-item i {
  color: var(--brand);
  font-size: 20px;
}

.wa-btn {
  background-color: #25d366 !important;
  text-align: center;
  margin-top: 10px;
}

/* Kayıt Formu */
.c-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.c-form input, .c-form select, .c-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-family: inherit;
  font-size: 14px;
}

.c-form button {
  border: none;
  cursor: pointer;
  font-size: 16px;
}

/* Mobil Uyumluluk */
@media (max-width: 850px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.wa-trigger {
    background: #25d366;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
}

.wa-trigger:hover {
    transform: scale(1.05);
    background: #20ba5a;
}

/* Harita Başlıkları */
.map-container h3 {
    margin-bottom: 10px;
    color: var(--brand);
    font-size: 1.2rem;
}
/* WhatsApp Canlı Destek */
.wa-container { position: fixed; bottom: 30px; right: 30px; z-index: 9999; font-family: 'Poppins', sans-serif; }

.wa-trigger {
    background-color: #25d366; color: white; border: none; padding: 15px 25px;
    border-radius: 50px; display: flex; align-items: center; gap: 10px;
    cursor: pointer; box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    font-weight: 700; font-size: 16px; transition: 0.3s;
}

.wa-chat-box {
    display: none; width: 320px; background: #fff; border-radius: 20px;
    overflow: hidden; box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    margin-bottom: 15px; animation: waSlideIn 0.4s ease;
}

@keyframes waSlideIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.wa-chat-header { background: #075e54; color: white; padding: 15px; display: flex; align-items: center; gap: 10px; position: relative; }
.wa-chat-header img { width: 45px; height: 45px; border-radius: 50%; border: 2px solid #25d366; object-fit: cover; }
.wa-close { position: absolute; right: 15px; top: 15px; background: none; border: none; color: white; font-size: 20px; cursor: pointer; }

.wa-chat-body { padding: 20px; background-color: #e5ddd5; background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png'); }
.wa-chat-body p { background: white; padding: 12px; border-radius: 10px; font-size: 14px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }

.wa-chat-footer { padding: 10px; display: flex; gap: 10px; background: #f0f0f0; }
.wa-chat-footer input { flex: 1; border: none; padding: 10px 15px; border-radius: 20px; outline: none; }
.wa-chat-footer button { background: #075e54; color: white; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; }
.ticks { list-style: none; margin: 15px 0; }
.ticks li { margin-bottom: 5px; font-weight: 500; }