.elementor-kit-6{--e-global-color-primary:#c9a227;--e-global-color-secondary:#e8dcc4;--e-global-color-text:#e8dcc4;--e-global-color-accent:#c9a227;--e-global-color-ink:#0a0908;--e-global-color-krem:#e8dcc4;--e-global-color-altin:#c9a227;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;background-color:#0a0908;color:#e8dcc4;font-family:"Jost", Sans-serif;font-size:16px;font-weight:400;line-height:1.7em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#c9a227;}.elementor-kit-6 a:hover{color:#e8dcc4;}.elementor-kit-6 h1{font-family:"Cormorant Garamond", Sans-serif;font-weight:500;}.elementor-kit-6 h2{font-family:"Cormorant Garamond", Sans-serif;font-weight:500;}.elementor-kit-6 h3{font-family:"Cormorant Garamond", Sans-serif;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   HANIGA KURATOR — Global Tasarım Sistemi
   Tema: Hello Elementor + Elementor Pro
   Renkler: INK + Antik Altın + Krem (Aşama 1 marka kimliği)
   Fontlar: Cormorant Garamond (serif) + Jost (sans)
   ============================================================ */

/* ---------- 1. Google Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Jost:wght@300;400;500;600&display=swap');

/* ---------- 2. Tasarım token'ları ---------- */
:root {
  /* Renkler */
  --haniga-ink: #0a0908;          /* Ana arka plan, ana metin (light theme) */
  --haniga-ink-deep: #050403;     /* Daha derin koyu */
  --haniga-cream: #e8dcc4;        /* Krem zemin / metin */
  --haniga-cream-dim: rgba(232, 220, 196, 0.7);
  --haniga-gold: #c9a227;         /* Antik altın aksan */
  --haniga-gold-dim: rgba(201, 162, 39, 0.22);  /* Hat rengi */
  --haniga-gold-soft: rgba(201, 162, 39, 0.55);
  --haniga-secondary-dark: #14110d;  /* Section ikincil zemin */
  --haniga-border: rgba(201, 162, 39, 0.18);

  /* Fontlar */
  --haniga-serif: 'Cormorant Garamond', Georgia, serif;
  --haniga-sans: 'Jost', 'Helvetica Neue', system-ui, sans-serif;
  --haniga-mono: 'JetBrains Mono', Menlo, monospace;
}

/* ---------- 3. Body genel reset ---------- */
html, body {
  background: var(--haniga-ink) !important;
  color: var(--haniga-cream) !important;
  font-family: var(--haniga-sans) !important;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Elementor wrapper'a da dark zemin */
.elementor-section,
.elementor-container,
.elementor-widget,
.elementor-element {
  color: inherit;
}

/* ---------- 4. Tipografi sınıfları ---------- */
.haniga-serif {
  font-family: var(--haniga-serif) !important;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.haniga-sans {
  font-family: var(--haniga-sans) !important;
}

.haniga-kicker {
  font-family: var(--haniga-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--haniga-gold);
  font-weight: 500;
}

.haniga-rule {
  height: 1px;
  background: var(--haniga-gold);
  width: 60px;
}

.haniga-link {
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
}
.haniga-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.6);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.haniga-link:hover::after {
  transform: scaleX(1);
}

/* ---------- 5. Başlıklar ---------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--haniga-serif);
  color: var(--haniga-cream);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

h1 { font-size: clamp(2.5rem, 5vw, 4.75rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }

/* ---------- 6. Linkler ---------- */
a {
  color: var(--haniga-gold);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover { color: var(--haniga-cream); }

/* ---------- 7. Üst Header genel (Theme Builder template gelene kadar default için) ---------- */
.site-header {
  background: var(--haniga-ink);
  border-bottom: 1px solid var(--haniga-border);
}

/* ---------- 8. Kart bileşeni (vaka kartı) ---------- */
.haniga-card {
  background: var(--haniga-secondary-dark);
  border: 1px solid var(--haniga-border);
  transition: border-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}
.haniga-card:hover {
  border-color: var(--haniga-gold-soft);
}

/* ---------- 9. Buton stili (CTA) ---------- */
.haniga-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--haniga-sans);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--haniga-gold);
  padding: 0.75rem 0;
}

/* ---------- 10. Genel section ayırıcısı ---------- */
.haniga-section-border {
  border-top: 1px solid var(--haniga-border);
}

/* ---------- 11. Form alanları (Pipeline formu için) ---------- */
input[type="text"], input[type="email"], textarea, select {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--haniga-border) !important;
  color: var(--haniga-cream) !important;
  border-radius: 0 !important;
  font-family: var(--haniga-sans) !important;
  padding: 0.75rem 0 !important;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  outline: none !important;
  border-bottom-color: var(--haniga-gold) !important;
}

/* ---------- 12. Resimler ---------- */
img {
  max-width: 100%;
  height: auto;
}

/* ---------- 13. Mobil ayarlamalar ---------- */
@media (max-width: 768px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 1.75rem; }
}

/* ---------- 14. Hello Elementor default header'ı saklama (kendi header'ımızı kurarken) ---------- */
body.elementor-default .site-header.site-header--default {
  /* Theme builder template kurulduğunda bu kaldırılacak */
}

/* ---------- 15. Selection rengi ---------- */
::selection {
  background: var(--haniga-gold);
  color: var(--haniga-ink);
}/* End custom CSS */