/* KINALITAŞGOLD — Özel Stiller (Lüks dokunuşlar ve video hero) */

/* Cinzel = altın/lüks marka tipografisi için klasik serif */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Marcellus&display=swap');

:root {
  --gold-gradient: linear-gradient(135deg, #d9bc6a 0%, #c9a449 35%, #a37f2c 65%, #d9bc6a 100%);
}

/* Marka logo tipografisi */
.brand-logo,
#logo .brand-logo {
  font-family: 'Cinzel', 'Marcellus', serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-flex;
  align-items: baseline;
  gap: 0.15em;
  text-decoration: none;
}

.brand-logo .brand-kinalitas {
  color: #ffffff;
}

.brand-logo .brand-gold {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.brand-logo .brand-mark {
  color: #c9a449;
  margin: 0 0.35em;
  font-size: 0.6em;
  transform: translateY(-3px);
}

header.smaller .brand-logo .brand-kinalitas,
header:not(.transparent) .brand-logo .brand-kinalitas {
  color: #1f1f1f;
}

/* Footer logo (her zaman beyaz) */
footer .brand-logo .brand-kinalitas {
  color: #ffffff;
}

/* Hero video bölümü */
.hero-video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background: #0b0b0b;
}

.hero-video-section .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.hero-video-section .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.65) 100%),
    radial-gradient(ellipse at center, rgba(0, 96, 57, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 2;
}

.hero-video-section .hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.hero-video-section .hero-eyebrow {
  display: inline-block;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 13px;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 18px;
}

.hero-video-section h1 {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}

.hero-video-section h1 .gold {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-video-section .hero-lead {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 620px;
  margin-bottom: 32px;
}

.hero-video-section .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-video-section .btn-gold {
  background: var(--gold-gradient);
  background-size: 200% 200%;
  color: #1f1f1f !important;
  border: none;
  padding: 14px 32px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
  transition: all 0.4s ease;
  text-decoration: none;
  display: inline-block;
}

.hero-video-section .btn-gold:hover {
  background-position: 100% 100%;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(201, 164, 73, 0.35);
}

.hero-video-section .btn-ghost {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 13px 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.hero-video-section .btn-ghost:hover {
  background: rgba(201, 164, 73, 0.15);
  border-color: #c9a449;
  color: #c9a449 !important;
}

/* Sessize alma butonu */
.hero-video-section .video-mute-toggle {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.hero-video-section .video-mute-toggle:hover {
  border-color: #c9a449;
  color: #c9a449;
}

/* Aşağı kaydır göstergesi */
.hero-video-section .scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: 'Cinzel', serif;
}

.hero-video-section .scroll-hint::after {
  content: "";
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, rgba(201, 164, 73, 0.8), transparent);
  animation: scrollHintPulse 1.8s ease-in-out infinite;
}

@keyframes scrollHintPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.2); }
}

@media (max-width: 767px) {
  .hero-video-section { height: 88vh; min-height: 520px; }
  .hero-video-section .video-mute-toggle { bottom: 18px; right: 18px; }
  .hero-video-section .scroll-hint { display: none; }
}

/* Altın aksan (üst başlık) */
.gold-eyebrow {
  display: inline-block;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 12px;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

/* Section başlıkları için Cinzel */
.section-title-luxury {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-title-luxury .gold {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Altın ince ayraç */
.gold-divider {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: var(--gold-gradient);
  margin: 12px 0 18px;
}

/* Header rötuşları (transparent header üzerinde menü görünürlüğü) */
header.transparent #mainmenu > li > a.menu-item {
  color: rgba(255, 255, 255, 0.92);
}
header.transparent #mainmenu > li > a.menu-item:hover {
  color: #c9a449;
}
header.smaller #mainmenu > li > a.menu-item {
  color: #1f1f1f;
}
header.smaller #mainmenu > li > a.menu-item:hover {
  color: var(--primary-color);
}

/* "Get In Touch" -> altın ana CTA */
header .btn-main.btn-line {
  border-color: rgba(201, 164, 73, 0.7);
  color: #c9a449;
}
header .btn-main.btn-line:hover {
  background: var(--gold-gradient);
  color: #1f1f1f;
  border-color: transparent;
}

/* Hizmet kartlarındaki altın aksan */
.bg-color {
  background: var(--primary-color) !important;
}

/* Koleksiyon kartları — kesinlikle eşit boyut */
#koleksiyon .row > [class*="col-"] {
  display: flex;
}

#koleksiyon .row > [class*="col-"] > .bg-color {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Görsel alanı sabit aspect-ratio (4:3) ile her kartta aynı yükseklik */
#koleksiyon .hover.relative.overflow-hidden {
  aspect-ratio: 4 / 3;
  width: 100%;
  flex-shrink: 0;
}

.collection-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Açıklama alanı esneyerek dolsun -> tüm kartlar eşit yüksekliğe ulaşsın */
#koleksiyon .row > [class*="col-"] > .bg-color > .p-4 {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
}

#koleksiyon .row > [class*="col-"] > .bg-color > .p-4 p {
  margin-top: 0.75rem;
}

/* Galeri görselleri — eşit aspect ratio */
.gallery-img {
  width: 100% !important;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 991px) {
  .gallery-img { aspect-ratio: 4 / 3; }
}

/* Genel altın metin sınıfı */
.text-gold {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* id-color-2 yardımcısı altın olsun */
.id-color-2,
span.id-color-2 {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent !important;
}
