/* Kodak Tekstil - Complete Master Stylesheet */

/* ==========================================================================
   1. DEĞİŞKENLER VE TEMEL AYARLAR
   ========================================================================== */
   :root {
    --ink: #1A1918;
    --greige-bg: #F4F1EB;
    --greige-card: #FFFFFF;
    --greige-border: #E2DBD0;
    --metal: #706E6B;
    --gold: #C4A772;
    --gold-hover: #B3955F;
    --whatsapp: #25D366;
    --whatsapp-hover: #20BA5A;

    /* HATA DÜZELTMESİ: bu iki değişken kullanılıyordu ama tanımlı değildi,
       bu yüzden .value-card / .trust-badge-box / .footer renkleri boşa düşüyordu. */
    --white: #FFFFFF;
    --greige-100: #F4F1EB;
  
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
  
    --shadow-sm: 0 2px 6px rgba(26, 25, 24, 0.06);
    --shadow-md: 0 6px 18px rgba(26, 25, 24, 0.10);
    --shadow-lg: 0 12px 30px rgba(26, 25, 24, 0.14);
    
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  
  body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--ink);
    background-color: var(--greige-bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
  }
  
  .container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.25;
    color: var(--ink);
  }
  
  p { margin-bottom: 1rem; }
  a { text-decoration: none; color: inherit; }
  img { max-width: 100%; height: auto; display: block; }
  
  /* ==========================================================================
     2. NAVİGASYON (HEADER)
     ========================================================================== */
  header, .navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(244, 241, 235, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--greige-border);
  }
  
  .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
  }
  
  .nav-brand {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(20px, 3vw, 26px);
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  
  .nav-brand-logo-left {
    height: clamp(32px, 4vw, 42px);
    width: auto;
    object-fit: contain;
  }
  
  .nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
  }
  
  .nav-link {
    position: relative;
    font-weight: 600;
    color: var(--ink);
    padding: 0.5rem 0;
    transition: var(--transition);
  }
  
  .nav-link:hover, .nav-link.active {
    color: var(--gold);
  }
  
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: var(--transition);
  }
  
  .nav-link:hover::after, .nav-link.active::after {
    width: 100%;
  }
  
  .nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }
  
  .nav-toggle span {
    width: 24px;
    height: 2px;
    background: #000;
    transition: var(--transition);
  }
  
  /* ==========================================================================
     3. HERO BÖLÜMÜ
     ========================================================================== */
  /* Hero Düzenlemeleri */
/* Hero Arka Planı (Canlı, Derinlikli ve Zarif Ton) */
.hero {
  padding: clamp(42px, 5vw, 68px) 0;
  text-align: center;
  /* Medya yüklenene kadar görünecek zemin */
  background: #1A1918;
  border-bottom: 1px solid rgba(196, 167, 114, 0.35);
  position: relative;
  overflow: hidden;
}

/* ---- Arka plan medyası (fotoğraf slaytı veya video) ---- */
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media .hero-slide,
.hero-media .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-media .hero-slide img,
.hero-media .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

/* Video ve fotoğraflar yumuşak geçişle birbirini devralır */
.hero-media .hero-slide,
.hero-media .hero-video {
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
}
.hero-media .hero-slide.is-active,
.hero-media .hero-video.is-active { opacity: 1; }

/* JavaScript kapalıysa ilk fotoğraf yine de görünsün */
.no-js .hero-media .hero-slide:first-of-type { opacity: 1; }

/* Hafif yakınlaşma — sabit fotoğraf yerine canlı bir his verir */
.hero-media .hero-slide.is-active img {
  animation: heroZoom 14s ease-out forwards;
}
@keyframes heroZoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1); }
}

/* ---- Karartma perdesi ----
   Yazıların okunabilir kalması buna bağlı. Koyuluğu artırmak/azaltmak
   için aşağıdaki 0.72 / 0.58 / 0.80 değerleriyle oynayın (0 = şeffaf). */
.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(26, 25, 24, 0.60) 0%,
      rgba(26, 25, 24, 0.44) 45%,
      rgba(26, 25, 24, 0.68) 100%),
    radial-gradient(ellipse at center,
      rgba(196, 167, 114, 0.10) 0%, transparent 62%);
}

/* İçerik her zaman medyanın üstünde */
.hero > .container { position: relative; z-index: 2; }

/* Hero içindeki altın rozet koyu zeminde okunsun.
   Diğer bölümlerdeki .badge-gold aynen kalır. */
.hero .badge-gold {
  background: rgba(196, 167, 114, 0.18);
  color: #EBD9B2;
  border-color: rgba(196, 167, 114, 0.55);
  backdrop-filter: blur(3px);
}

/* Logo çerçevesi koyu zeminde kaybolmasın */
.hero .hero-logo-wrapper {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at top, rgba(196, 167, 114, 0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.welcome-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

/* İmalattan Toptan Satış Başlığına Özel Altın Gradyan (Renk) */
.welcome-text .brand-name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(28px, 5vw, 44px);
  color: #F3EAD8; /* gradyan desteklenmezse yedek renk */
  background: linear-gradient(135deg, #FBF7EF 0%, #E7D5AC 52%, #C4A772 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.2;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.55));
}

.welcome-text .brand-subtitle {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(14px, 2vw, 17px);
  color: rgba(244, 241, 235, 0.82);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  align-items: center;
  gap: 17px;
}

.welcome-text .brand-subtitle::before,
.welcome-text .brand-subtitle::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 1px;
  background: var(--gold);
}

.welcome-text .brand-subtitle::before { left: -35px; }
.welcome-text .brand-subtitle::after { right: -35px; }

/* Logo Çerçevesi */
/* Logo elips biçiminde ve kendi koyu zeminini içeriyor.
   Bu yüzden arkasına dikdörtgen bir zemin konmuyor; altın halka
   doğrudan elipsin kenarına oturuyor. */
.hero-logo-wrapper {
  position: relative;
  display: inline-block;
  line-height: 0;          /* satır içi görsellerin alttaki boşluğunu siler,
                              yoksa halka görselden aşağıda kalır */
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
  margin: 0.5rem 0;
  /* Koyu hero zemininden ayrışsın */
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(196, 167, 114, 0.18);
}

/* Altın halka — görselin elips kenarına tam yapışır.
   Kalınlığı değiştirmek için 2px değerini düzenleyin. */
.hero-logo-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--gold);
  pointer-events: none;
}

.hero-logo {
  display: block;               /* satır içi boşluğu ortadan kaldırır */
  width: min(340px, 76vw);
  height: auto;
  aspect-ratio: 583 / 337;      /* yüklenmeden önce yer kaplasın, sayfa zıplamasın */
  border-radius: 50%;
}

.hero-text h1 {
  font-size: clamp(20px, 3vw, 28px);
  margin-bottom: 0.5rem;
  color: #F4F1EB;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.hero-text p {
  color: rgba(244, 241, 235, 0.88);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  max-width: 650px;
  margin: 0 auto 0.5rem;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.6;
}
  
  .social-links-hero {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
    .social-link-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.5rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
    transition: var(--transition);
    /* Altın çerçeve. Dıştaki 1px koyu hat, altının canlı düğme
       renklerinden (Instagram, Facebook, WhatsApp) ayrışmasını sağlar —
       o hat olmadan altın renge karışıp kayboluyor.
       İçerideki açık hat ise metal kenar hissi verir. */
    border: 1.5px solid var(--gold);
    box-shadow:
      0 0 0 1px rgba(26, 25, 24, 0.50),
      var(--shadow-sm),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  /* Altın zeminli düğmede altın çerçeve görünmez;
     onun yerine açık krem hat kullanılıyor. */
  .social-link-hero.katalog { border-color: rgba(255, 250, 238, 0.85); }
  
  .social-link-hero.whatsapp { background: var(--whatsapp); }
  .social-link-hero.whatsapp:hover { background: var(--whatsapp-hover); transform: translateY(-2px); box-shadow: var(--shadow-md); }
  
  .social-link-hero.phone { background: var(--ink); }
  .social-link-hero.phone:hover { background: #333; transform: translateY(-2px); box-shadow: var(--shadow-md); }
  
  .social-link-hero.instagram { background: linear-gradient(45deg, #f09433 0%, #dc2743 50%, #bc1888 100%); }
  .social-link-hero.instagram:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

  .social-link-hero.facebook { background: #1877F2; }
  .social-link-hero.facebook:hover { background: #0F62D0; transform: translateY(-2px); box-shadow: var(--shadow-md); }

    .social-link-hero.katalog { background: var(--gold); }
  .social-link-hero.katalog:hover { background: var(--gold-hover); transform: translateY(-2px); }

  /* Varyantların :hover kuralları box-shadow'u eziyordu; çerçeveyi
     ve dış hattı burada geri veriyoruz. Bu blok onlardan SONRA gelmeli. */
  .social-link-hero.whatsapp:hover,
  .social-link-hero.phone:hover,
  .social-link-hero.instagram:hover,
  .social-link-hero.facebook:hover,
  .social-link-hero.katalog:hover {
    box-shadow:
      0 0 0 1px rgba(26, 25, 24, 0.55),
      var(--shadow-md),
      inset 0 1px 0 rgba(255, 255, 255, 0.20);
  }
  .social-link-hero.katalog:hover { border-color: rgba(255, 253, 247, 0.95); }
  
  /* ==========================================================================
     4. KARTLAR, İLETİŞİM & GALERİ
     ========================================================================== */
  .contact-section {
    padding: clamp(40px, 6vw, 70px) 0;
  }
  
  .contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
  
  .contact-card {
    background: var(--greige-card);
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--greige-border);
    position: relative;
    overflow: hidden;
    transition: var(--transition);
  }
  
  .contact-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold);
  }
  
  .contact-info p {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
  }
  
  .contact-info i { color: var(--gold); width: 20px; }
  
  .map-container {
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--greige-border);
    margin-top: 1rem;
  }
  
  .map-container iframe {
    width: 100%;
    height: 220px;
    border: none;
  }
  
  .gallery-section {
    padding: clamp(40px, 6vw, 60px) 0;
    background: #ECE7DE;
    border-top: 1px solid var(--greige-border);
    border-bottom: 1px solid var(--greige-border);
  }
  
  .gallery-section .container > div:last-child {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
  }
  
  .gallery-section img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
  }
  
  .gallery-section img:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-md);
  }
  
  /* ==========================================================================
     5. ABOUT SAYFASI (SLAYT, 2X2 GRID & CTA BANNER)
     ========================================================================== */
  .about-hero {
    padding: clamp(40px, 6vw, 60px) 0;
    text-align: center;
    border-bottom: 1px solid var(--greige-border);
  }
  
  .badge-gold {
    display: inline-block;
    background: rgba(196, 167, 114, 0.15);
    color: #8C6A28;
    border: 1px solid rgba(196, 167, 114, 0.4);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
  }
  
  .about-content {
    padding: clamp(40px, 6vw, 70px) 0;
  }
  
  .about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    align-items: center;
  }
  
  .slideshow-container {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 3px solid var(--gold);
  }
  
  .founder-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
  }
  
  .founder-slide.active { opacity: 1; }
  
  .slideshow-indicators {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  
  .indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--greige-border);
    cursor: pointer;
    transition: var(--transition);
  }
  
  .indicator.active {
    background: var(--gold);
    transform: scale(1.2);
  }
  
  .trust-badge-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--white);
    border: 1px solid var(--greige-border);
    border-left: 4px solid var(--gold);
    padding: 1rem 1.25rem;
    border-radius: var(--radius-sm);
    margin-top: 1.5rem;
    box-shadow: var(--shadow-sm);
  }
  
  .trust-badge-box i { color: var(--gold); font-size: 1.4rem; }
  
  /* Standartlar 2x2 Grid */
  .values-section {
    padding: clamp(50px, 7vw, 75px) 0;
    background: #ECE7DE;
    border-top: 1px solid var(--greige-border);
    border-bottom: 1px solid var(--greige-border);
  }
  
  .section-heading-box {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  
  .section-heading-box h2 {
    font-size: clamp(24px, 3.5vw, 34px);
    margin-bottom: 0.35rem;
  }
  
  .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
  }
  
  .value-card {
    background: var(--white);
    padding: 1.75rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--greige-border);
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    transition: var(--transition);
  }
  
  .value-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold);
  }
  
  .value-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #DFCA9E 0%, #C4A772 100%);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(196, 167, 114, 0.35);
  }
  
  .value-text h3 {
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
    color: var(--ink);
  }
  
  .value-text p {
    color: var(--metal);
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;
  }
  
  /* Koyu Zeminli CTA Banner */
  .contact-cta {
    padding: clamp(40px, 6vw, 65px) 0;
  }
  
  .cta-banner {
    background: var(--ink);
    color: var(--white);
    border-radius: var(--radius-lg);
    padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(196, 167, 114, 0.3);
  }
  
  .cta-badge {
    display: inline-block;
    background: rgba(196, 167, 114, 0.2);
    color: var(--gold);
    padding: 3px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
  }
  
  .cta-text h2 {
    color: #fff;
    font-size: clamp(22px, 3vw, 30px);
    margin-bottom: 0.5rem;
  }
  
  .cta-text p {
    color: #b3b0a8;
    font-size: 0.98rem;
    margin: 0;
  }
  
  .cta-buttons-wrapper {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
  }
  
  .btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.4rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
  }
  
  .btn-cta-whatsapp { background: var(--whatsapp); color: #fff; }
  .btn-cta-whatsapp:hover { background: var(--whatsapp-hover); transform: translateY(-2px); }
  
  .btn-cta-phone {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .btn-cta-phone:hover { background: rgba(255, 255, 255, 0.1); border-color: #fff; transform: translateY(-2px); }
  
  /* ==========================================================================
     6. FLOATING WHATSAPP & FOOTER
     ========================================================================== */
  .whatsapp-float-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: var(--whatsapp);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: var(--transition);
  }
  
  .whatsapp-float-btn:hover { transform: scale(1.1); background: var(--whatsapp-hover); }
  
  .footer {
    background: var(--ink);
    color: var(--greige-100);
    border-top: 3px solid var(--gold);
    padding: clamp(35px, 5vw, 50px) 0 20px;
  }
  
  .footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
  }
  
  .footer-section h4 { color: var(--gold); margin-bottom: 0.85rem; font-size: 1.1rem; }
  .footer-section p, .footer-section li { color: #c4bfb6; font-size: 0.9rem; margin-bottom: 0.4rem; }
  .footer-section ul { list-style: none; }
  .footer-section a:hover { color: var(--gold); }
  .footer-bottom { border-top: 1px solid #2B2927; padding-top: 1.5rem; text-align: center; color: #8C877D; font-size: 0.85rem; }
  
  /* ==========================================================================
     7. MOBİL UYARLAMALAR (<= 768px)
     ========================================================================== */
  @media (max-width: 768px) {
    .nav-menu {
      display: none;
      position: fixed;
      top: 75px;
      left: 0;
      width: 100%;
      background: rgba(244, 241, 235, 0.98);
      backdrop-filter: blur(15px);
      flex-direction: column;
      padding: 1.5rem 0;
      box-shadow: var(--shadow-lg);
      border-top: 1px solid var(--greige-border);
      text-align: center;
    }
    .nav-menu.active { display: flex; }
    .nav-link { padding: 0.75rem 1.5rem; font-size: 1.1rem; display: block; }
    .nav-toggle { display: flex; }
  
    .social-links-hero { flex-direction: column; width: 100%; max-width: 320px; }
    .social-link-hero { width: 100%; justify-content: center; }
  
    .slideshow-container { height: 260px; }
    .cta-banner { flex-direction: column; text-align: center; }
    .cta-buttons-wrapper { width: 100%; flex-direction: column; }
    .btn-cta { width: 100%; justify-content: center; }
  
    .values-grid { grid-template-columns: 1fr; }
    .value-card { padding: 1.25rem; }
  }

/* ==========================================================================
   8. EK DÜZELTMELER
   ========================================================================== */

/* Galeri görselleri: satır içi stiller yerine tek yerden yönetiliyor */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.15rem;
}
.gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--greige-card);
  border: 1px solid var(--greige-border);
  box-shadow: var(--shadow-sm);
  aspect-ratio: 4 / 3;
  transition: var(--transition);
}
.gallery-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }

/* Bölüm başlıkları için ortak sınıf (satır içi style yerine) */
.section-center { text-align: center; margin-bottom: 2.25rem; }
.section-center h2 { font-size: clamp(22px, 3.2vw, 30px); margin-bottom: .4rem; }
.section-center p { color: var(--metal); margin: 0; }
.section-light { padding: clamp(40px, 6vw, 62px) 0; background: #fff; }

/* Menüde ikon + sepet düğmesi hizası */
.nav-container { gap: 1rem; }
@media (max-width: 768px) {
  .nav-menu { top: 75px; }
}

/* Erişilebilirlik: klavye ile gezinirken odak görünür olsun */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 2px solid #6D5B33;
  outline-offset: 2px;
}

/* İçeriğe atla bağlantısı */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff;
  padding: .75rem 1.25rem; z-index: 10000;
  border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .founder-slide { transition: none; }
}


/* ==========================================================================
   HERO ARKA PLANI — HAREKET AZALTMA TERCİHİ
   Kullanıcı işletim sisteminde "hareketi azalt" seçtiyse slayt geçişi ve
   yakınlaşma durur, ilk fotoğraf sabit kalır.
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .hero-media .hero-slide { transition: none; }
  .hero-media .hero-slide.is-active img { animation: none; transform: none; }
}

/* Mobilde hero biraz daha kısa olsun, fotoğraf ekranı boğmasın */
@media (max-width: 768px) {
  .hero { padding: clamp(42px, 9vw, 60px) 0; }
  .hero-media .hero-slide img { object-position: center 40%; }
}

/* ==========================================================================
   ÜST ŞERİT (TOPBAR)
   ========================================================================== */
.topbar {
  background: #E9E3D7;
  border-bottom: 1px solid #DCD4C4;
  font-size: 14px;
  line-height: 1;
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 38px;
}

.topbar-address {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #57544E;
  font-weight: 500;
  min-width: 0;
  transition: var(--transition);
}
.topbar-address:hover { color: var(--gold); }
.topbar-address i { color: var(--gold); font-size: 13px; flex-shrink: 0; }
.topbar-address span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topbar-address .addr-short { display: none; }

.topbar-social {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}
.topbar-social a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6B6862;
  font-size: 22px;
  transition: var(--transition);
}
.topbar-social a:hover {
  background: rgba(196, 167, 114, 0.18);
  color: var(--gold);
}

@media (max-width: 768px) {
  .topbar { font-size: 11.5px; }
  .topbar .container { min-height: 34px; }
  .topbar-address .addr-long  { display: none; }
  .topbar-address .addr-short { display: inline; }
  .topbar-social a { width: 26px; height: 26px; font-size: 12px; }
  .topbar-social { gap: 0.1rem; }
}

/* HERO ÖZELLİK ROZETLERİ */
.hero-features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.35rem, 2vw, 2rem);
  max-width: 780px;
  margin: clamp(1.25rem, 3vw, 1.9rem) auto clamp(0.75rem, 2vw, 1.15rem);
  padding: 0;
}
.hero-features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  text-align: center;
  min-width: 0;
}
.hero-features svg {
  width: clamp(40px, 7.5vw, 76px);
  height: clamp(40px, 7.5vw, 76px);
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5));
  transition: var(--transition);
}
.hero-features li:hover svg { color: #E4D3AC; transform: translateY(-3px); }
.hero-features span {
  font-family: var(--font-body);
  font-size: clamp(9.5px, 1.15vw, 13px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: rgba(244, 241, 235, 0.9);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
@media (max-width: 560px) {
  .hero-features { gap: 0.3rem; max-width: 100%; margin-top: 1.1rem; }
  .hero-features svg { width: 40px; height: 40px; stroke-width: 2.4; }
  .hero-features span { font-size: 9.5px; letter-spacing: 0.01em; }
}
@media (max-width: 360px) {
  .hero-features svg { width: 35px; height: 35px; }
  .hero-features span { font-size: 8.8px; }
}