/*
Theme Name: Ünal Çağıner Tema
Theme URI: https://unalcaginer.com.tr
Author: Abdullah ÇELİK
Author URI: https://unalcaginer.com.tr
Description: Ünal Çağıner anısına hazırlanmış özel video portfolyo ve kurumsal tema.
Version: 1.5.23
License: GNU General Public License v2 or later
Text Domain: unalcaginer
Tags: memorial, tribute, single-person, cormorant, helvetica, jost, dark
*/

/* =========================================================
   GOOGLE FONTS — Kaynak koddan birebir alınan URL
   ========================================================= */
@import url('https://fonts.googleapis.com/css?family=Cormorant:300,400,500,600,700,300italic,400italic,500italic,600italic,700italic%7CJost:100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic&display=swap');

/* =========================================================
   CSS VARIABLES — Gerçek tema CSS'inden alınan değerler
   ========================================================= */
:root {
  --uc-header-h: 110px;
  --uc-hero-header-h: 110px;
  /* ---- Arka planlar ---- */
  --bg-page:        #f9f8f7;   /* body background */
  --bg-header:      #292622;   /* header */
  --bg-mobile-nav:  #3a342e;   /* mobile/sticky nav + hero cover header */
  --bg-dark1:       #141414;   /* hero section */
  --bg-dark2:       #292622;   /* standards section + footer */
  --bg-dark3:       #332e29;   /* footer above & bottom */
  --bg-dark4:       #494139;   /* nav dropdown */
  --bg-dark:        var(--bg-dark2); /* eski seçiciler için koyu arka plan alias'ı */
  --bg-obituary:    #f3f0ee;   /* obituaries section */

  /* ---- Services strip kartları ---- */
  --bg-service-1:   #696056;   /* Funeral Services */
  --bg-service-2:   #574d45;   /* Cremation Options */
  --bg-service-3:   #5c5c4e;   /* Pre-Planning */

  /* ---- Metin renkleri ---- */
  --text-main:      #17082d;   /* ana gövde metni — koyu mor-siyah */
  --text-light:     #6a6261;
  --text-muted:     #999;
  --text-accent:    #9e714b;   /* vurgu, eyebrow, özel başlıklar */
  --text-link:      #a3896b;   /* entry içi linkler */
  --text-link-hov:  #726057;
  --text-body:      var(--text-light); /* eski seçiciler için gövde metni alias'ı */

  /* ---- Navigasyon ---- */
  --nav-text:       #e8e0dc;
  --nav-hover:      #a89783;   /* nav link hover rengi */
  --nav-dd-text:    #e0dbd2;   /* dropdown link rengi */

  /* ---- Butonlar ---- */
  --btn-bg:         #313d36;   /* primary button — koyu orman yeşili */
  --btn-text:       #ffffff;
  --btn-hover-bg:   #c6a983;   /* hover — karamel/bej */
  --btn-hover-text: #000000;
  --btn-alt-bg:     #c6a983;   /* alternatif/gold buton */
  --btn-alt-hover:  #d6c0a7;

  /* ---- Kenarlıklar ---- */
  --border:         #e8e5e3;
  --border-header:  #3d3830;
  --border-footer:  #494338;
  --border-section: #E6E0DA;
  --border-divider: #e5dfdc;

  /* ---- Footer metin ---- */
  --footer-heading: #d6c0a7;
  --footer-link:    #e8e0dc;

  /* ---- Fontlar ---- */
  --ff-display: 'Cormorant', Georgia, serif;   /* h1-h6, büyük başlıklar */
  --ff-body:    'Helvetica Neue', Helvetica, Arial, sans-serif; /* body paragraf metni */
  --ff-ui:      'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif; /* nav, button, label */
  --ff-heading: var(--ff-display);                 /* eski seçiciler için başlık alias'ı */

  /* ---- Ölçüler ---- */
  --max-w:          1200px;
  --pad-section:    90px;
  --transition:     0.25s ease;
  --shadow:         0px 0px 32px 0px rgba(0,0,0,.06);
  --shadow-md:      0 6px 32px rgba(0,0,0,.12);
}

/* =========================================================
   RESET
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: var(--bg-page);
  color: var(--text-main);
  font-family: var(--ff-body);    /* Helvetica body font */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--text-main); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--nav-hover); }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

/* =========================================================
   TİPOGRAFİ — Gerçek tema değerleri
   ========================================================= */

/* Cormorant — h1-h6 */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-display);
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.2;
}

h1 { font-size: clamp(40px, 6vw, 80px); }     /* .tmnf_main_title: 80px */
h2 { font-size: clamp(28px, 3.5vw, 46px); }
h3 { font-size: clamp(22px, 2.5vw, 32px); }   /* .tmnf_medium_titles: 32px */
h4 { font-size: 26px; }                         /* .tmnf_small_titles: 26px */
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/* Küçük kategori etiketi — Jost */
.eyebrow {
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: var(--text-accent);
}

/* İtalik alt başlık — Cormorant italic */
.sub-italic {
  font-family: var(--ff-display);
  font-weight: 400;
  font-style: italic;
  color: var(--text-accent);
}

/* Tema ayırıcı çizgi (uc_divider) */
.theme-divider,
.uc-divider {
  display: block;
  height: 1px;
  background: var(--border-divider);
  margin: 20px auto;
  max-width: 70%;
}

/* =========================================================
   LAYOUT
   ========================================================= */
.container        { max-width: var(--max-w); margin: 0 auto; padding: 0 40px; }
.container--wide  { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.container--narrow{ max-width: 860px; margin: 0 auto; padding: 0 40px; }

/* =========================================================
   BUTONLAR — Birebir tema değerleri
   ========================================================= */
.tmnf-btn,
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--btn-bg);            /* #313d36 koyu yeşil */
  color: var(--btn-text);
  font-family: var(--ff-ui);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15em;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  border-radius: 0;
}
.tmnf-btn:hover,
.btn-primary:hover {
  background: var(--btn-hover-bg);      /* #c6a983 karamel */
  color: var(--btn-hover-text);         /* #000 */
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--btn-alt-bg);        /* #c6a983 */
  color: #000;
  font-family: var(--ff-ui);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 38px;
  border: none;
  cursor: pointer;
  transition: background var(--transition);
  border-radius: 0;
}
.btn-gold:hover { background: var(--btn-alt-hover); color: #000; }

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000;
  color: #fff;
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  border-radius: 0;
}
.btn-dark:hover { background: var(--btn-hover-bg); color: #000; }

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.5);
  font-family: var(--ff-ui);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 18px 36px;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  border-radius: 0;
}
.btn-outline-white:hover { background: #fff; color: #000; border-color: #fff; }

/* Read more link */
.tmnf-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--text-main);
  transition: color var(--transition), gap var(--transition);
}
.tmnf-readmore:hover { color: var(--nav-hover); gap: 12px; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  background: transparent;
  transition: background var(--transition), box-shadow var(--transition);
}

/* Hero cover sayfalarında header */
.page-hero-cover .site-header,
.site-header.is-sticky {
  background: var(--bg-mobile-nav);    /* #3a342e */
}

.site-header.is-sticky {
  box-shadow: var(--shadow-md);
}

/* Ana header bandı */
.header-main {
  background: var(--bg-header);        /* #fcfcfc */
  border-bottom: 1px solid var(--border-header);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 110px;
  padding: 0 40px;
  position: relative;
}

/* Logo — sol, biraz büyütüldü */
.site-logo { display: flex; align-items: center; justify-self: start; }
.site-logo img { height: 76px; width: auto; object-fit: contain; }
.logo-normal { display: block; }
.logo-sticky  { display: none; }
.site-header.is-sticky .logo-normal { display: none; }
.site-header.is-sticky .logo-sticky  { display: block; }

/* Sticky durumda logo biraz küçülsün */
.site-header.is-sticky .site-logo img { height: 58px; }

/* Navigasyon — tam ortada */
.navigation_part { justify-self: center; }
.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-list > li { position: relative; }
.nav-list > li > a {
  display: block;
  padding: 24px 14px;
  font-family: var(--ff-ui);     /* Jost */
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--nav-text);         /* #17082d */
  transition: color var(--transition);
  white-space: nowrap;
}
.nav-list > li > a:hover,
.nav-list > li.current-menu-item > a {
  color: var(--nav-hover);        /* #a89783 */
}

/* Dropdown */
.sub-menu {
  position: absolute;
  top: 100%; left: 0;
  min-width: 200px;
  background: var(--bg-dark4);   /* #494139 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all .22s ease;
  z-index: 50;
}
.nav-list > li:hover .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.sub-menu a {
  display: block;
  padding: 11px 18px;
  font-family: var(--ff-ui);
  font-size: 13px;
  font-weight: 600;
  color: var(--nav-dd-text);      /* #e0dbd2 */
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: color var(--transition), padding var(--transition);
}
.sub-menu li:last-child a { border-bottom: none; }
.sub-menu a:hover { color: #fff; padding-left: 24px; }

/* Sağ üst CTA (contact + telefon) */
.header-cta {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-cta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  font-family: var(--ff-ui);
  font-size: 12px;
  color: var(--text-main);
  border: none;
  transition: background var(--transition);
}
.header-cta-item.cta-special {
  background: var(--btn-alt-bg);  /* #c6a983 */
  color: #000;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.header-cta-item.cta-special:hover { background: var(--btn-alt-hover); color: #000; }
.header-cta-item__label {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .18em;
  opacity: .55;
}
.header-cta-item__value {
  font-weight: 700;
  letter-spacing: .04em;
}
.header-cta-divider {
  width: 1px;
  height: 32px;
  background: var(--border-header);
  margin: 0 4px;
}

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  z-index: 901;
  background: transparent;
  border: none;
  cursor: pointer;
  justify-self: end;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-main);
  transition: var(--transition);
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* =========================================================
   HERO — background: #141414
   ========================================================= */
.hero-section {
  position: relative;
  height: calc(100svh - var(--uc-hero-header-h, 110px));
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bg-dark1);    /* #141414 */
  overflow: hidden;
  padding-top: 0;
}

.hero-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-section__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-section__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.02) 50%);
}

.hero-section__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 0;
  width: 100%;
  display: grid;
  grid-template-columns: 65% 35%;
}

.hero-section__text {
  padding-bottom: 0;
}

.hero-section__eyebrow {
  font-family: var(--ff-display);
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.hero-section__title {
  font-family: var(--ff-display);
  font-size: clamp(55px, 7vw, 90px);
  font-weight: 600;
  letter-spacing: -2.1px;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 30px;
}
.hero-section__title em {
  font-style: italic;
  font-weight: 600;
}

.hero-section__desc {
  font-family: var(--ff-body);
  font-size: 19px;
  color: rgba(255,255,255,.91);
  line-height: 1.7;
  max-width: 520px;
}

/* Services Strip — 3 koyu renkli kart */
.services-strip {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding: 40px 40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.service-card {
  padding: 35px;
  position: relative;
  overflow: hidden;
  background-size: 173px auto !important;
  background-repeat: no-repeat !important;
  transition: opacity var(--transition);
  min-height: 220px;
}
.service-card:nth-child(1) { background-color: var(--bg-service-1); } /* #696056 */
.service-card:nth-child(2) { background-color: var(--bg-service-2); } /* #574d45 */
.service-card:nth-child(3) { background-color: var(--bg-service-3); } /* #5c5c4e */

.service-card__eyebrow {
  font-family: var(--ff-display);
  font-size: 19px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin-bottom: 12px;
  opacity: .9;
}
.service-card__title {
  font-family: var(--ff-display);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -.3px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
.service-card__desc {
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.84);
}

/* =========================================================
   STANDARDS OF CARE — bg: #292622
   ========================================================= */
.standards-section {
  background: var(--bg-dark2);    /* #292622 */
  padding: var(--pad-section) 0;
}
.standards-section__inner {
  display: grid;
  grid-template-columns: 45% 5% 50%;
  align-items: start;
}

.standards-section__left h3 {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin-bottom: 20px;
}
.standards-section__left h2 {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 500;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.1px;
}

.standards-section__right p {
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.84);
  margin-bottom: 20px;
}

/* Features grid (4 icons) */
.features-grid {
  background: var(--bg-dark2);
  padding: var(--pad-section) 0;
}
.features-grid__inner {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
}
.feature-item {
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.07);
}
.feature-item:last-child { border-right: none; }

.feature-item__icon {
  width: 65px;
  height: 65px;
  margin-bottom: 30px;
}
.feature-item__icon img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  filter: brightness(100%) contrast(100%) saturate(69%);
}

.feature-item__title {
  font-family: var(--ff-ui);     /* Jost */
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 14px;
}
.feature-item__desc {
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,.84);
}

/* =========================================================
   SERVICES CARDS (Burial / Memorial)
   ========================================================= */
.services-cards-section {
  background: var(--bg-dark2);
  padding: 0 0 var(--pad-section);
}
.services-cards-section__header {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--pad-section) 40px 0;
}
.services-cards-section__header h3 {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,.85);
  margin-bottom: 12px;
}
.services-cards-section__header h2 {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.1px;
}

.services-cards-grid {
  display: grid;
  grid-template-columns: 47% 4% 47%;
  gap: 0;
  max-width: 1140px;
  margin: 50px auto 0;
  padding: 0 40px;
}

.service-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: var(--shadow);
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px;
  background: #222;
  background-size: cover !important;
  background-position: center !important;
}
.service-photo-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.85) 100%);
}

.service-photo-card__content { position: relative; z-index: 1; }
.service-photo-card h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -.3px;
  color: #fff;
  margin-bottom: 4px;
}
.service-photo-card p {
  font-size: 16px;
  color: rgba(255,255,255,.75);
  margin-bottom: 20px;
}

/* =========================================================
   HELP BANNER
   ========================================================= */
.help-section {
  background: var(--bg-dark2);
  padding: var(--pad-section) 0;
}
.help-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 15% 70% 15%;
  text-align: center;
  align-items: center;
}
.help-section__content h3 {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,.85);
  margin-bottom: 12px;
}
.help-section__content h2 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -.1px;
}
.help-section__content p {
  font-family: var(--ff-body);
  font-size: 16px;
  color: rgba(255,255,255,.75);
  margin-bottom: 40px;
  line-height: 1.7;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.help-section__divider {
  width: 70%;
  height: 1px;
  background: var(--border-divider);
  margin: 10px auto 30px;
}
.help-section__ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =========================================================
   OBITUARIES — bg: #f3f0ee
   ========================================================= */
.obituaries-section {
  background: var(--bg-obituary);    /* #f3f0ee */
  padding: var(--pad-section) 0;
}
.obituaries-section__header {
  text-align: center;
  margin-bottom: 50px;
}
.obituaries-section__header h2.sub-italic {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-accent);        /* #9e714b */
  margin-bottom: 8px;
}
.obituaries-section__header h2.main-title {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 500;
  color: var(--text-main);
  margin-bottom: 20px;
  letter-spacing: -.1px;
}

.obituaries-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

/* Obituary card */
.obit-card {
  background: #fff;
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition), transform var(--transition);
}
.obit-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.obit-card__photo {
  overflow: hidden;
  position: relative;
}
.obit-card__photo img {
  width: 100%;
  aspect-ratio: 768/1000;
  object-fit: cover;
  object-position: top;
  transition: transform .5s ease;
}
.obit-card:hover .obit-card__photo img { transform: scale(1.03); }

.obit-card__body { padding: 20px; }

.obit-card__title {
  font-family: var(--ff-display);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.2;
  color: var(--text-main);
}
.obit-card__title a:hover { color: var(--nav-hover); }

.obit-card__excerpt {
  font-family: var(--ff-body);
  font-size: 14px;
  color: #6a6261;
  line-height: 1.7;
  margin-bottom: 16px;
}

.obit-card__meta { }
.obit-card__meta-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid var(--border);
  padding: 8px 0;
  font-family: var(--ff-display);      /* Cormorant meta */
  font-size: 12px;
}
.obit-card__meta-label {
  font-weight: 500;
  color: var(--text-main);
  opacity: .55;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: var(--ff-ui);
  font-size: 10px;
}
.obit-card__meta-value {
  font-size: 13px;
  color: var(--text-main);
}

.obit-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-main);
  background: var(--btn-bg);      /* #313d36 */
  color: #fff;
  padding: 8px 16px;
  transition: background var(--transition);
}
.obit-card__link:hover { background: var(--btn-hover-bg); color: #000; }

/* =========================================================
   ABOUT / HISTORY — White section with image
   ========================================================= */
.history-section {
  background: #fff;
  padding: var(--pad-section) 0;
}

/* Büyük fotoğraflı kart — border: 50px solid #E6E0DAFA */
.history-card {
  position: relative;
  border: 50px solid rgba(230,224,218,.98);   /* #E6E0DAFA */
  border-radius: 20px;
  overflow: hidden;
  max-width: 1580px;
  margin: 0 auto;
  background: #fff;
}

.history-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .35;
}
.history-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-card__inner {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

/* Header bölümü */
.history-card__header {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 60px;
  text-align: center;
}
.history-card__eyebrow {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-accent);        /* #9e714b */
  margin-bottom: 14px;
}
.history-card__title {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 500;
  letter-spacing: -.1px;
  line-height: 1.2;
  margin-bottom: 30px;
}

/* İki kolon metin */
.history-card__content {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 40px 40px;
}
.history-card__col {
  padding: 40px 80px;
}
.history-card__separator {
  background: var(--border-divider);
  align-self: stretch;
  margin: -43px 0;
}

.history-card__col h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -.1px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.history-card__col h4 {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-accent);        /* #9e714b */
  margin-bottom: 16px;
}
.history-card__col p {
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-main);
  opacity: .8;
}

/* =========================================================
   ARTICLES / BLOG
   ========================================================= */
.articles-section {
  background: var(--bg-page);
  padding: var(--pad-section) 0;
}
.articles-section__header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: end;
  margin-bottom: 40px;
}
.articles-section__header-text h2:first-child {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-main);
  opacity: .65;
}
.articles-section__header-text h2:last-child {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 500;
  letter-spacing: -.1px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
}

.article-card {
  background: #fff;
  transition: box-shadow var(--transition);
  padding: 25px;
}
.article-card:hover { box-shadow: var(--shadow-md); }

.article-card__image {
  position: relative;
  overflow: hidden;
  margin: -25px -25px 20px;
}
.article-card__image img {
  width: 100%;
  aspect-ratio: 768/480;
  object-fit: cover;
  transition: transform .5s ease;
}
.article-card:hover .article-card__image img { transform: scale(1.04); }

/* Kategori ribbon — #313d36 bg */
.article-card__cat {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--btn-bg);      /* #313d36 */
  color: #fff;
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 5px 12px;
  transition: background var(--transition);
}
.article-card__cat:hover { background: var(--btn-hover-bg); color: #000; }

/* Dekoratif çizgi */
.article-card__deco {
  width: 30px;
  height: 2px;
  background: var(--border);
  margin-bottom: 12px;
}

.article-card__title {
  font-family: var(--ff-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}
.article-card__title a { color: var(--text-main); }
.article-card__title a:hover { color: var(--nav-hover); }

.article-card__date {
  font-family: var(--ff-display);   /* Cormorant meta */
  font-size: 12px;
  font-weight: 500;
  color: var(--text-main);
  opacity: .55;
  margin-bottom: 10px;
}

.article-card__excerpt {
  font-family: var(--ff-body);
  font-size: 14px;
  color: #6a6261;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--bg-dark2);     /* #292622 */
  color: var(--footer-heading);    /* #d6c0a7 */
}

/* Footer üst alan (logo + menu + arama) */
.footer-above {
  background: var(--bg-dark3);     /* #332e29 */
  padding: 30px 0;
  border-bottom: 1px solid var(--border-footer);
}
.footer-above__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-logo { width: 140px; }
.footer-logo img { height: 36px; width: auto; }

.footer-menu {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-menu a {
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--footer-link);       /* #e8e0dc */
  transition: color var(--transition);
  opacity: .8;
}
.footer-menu a:hover { opacity: 1; color: #fff; }

/* Footer widget alanı */
.footer-widgets {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 40px 40px;
  display: grid;
  grid-template-columns: 2fr 0.5fr 1.5fr 1.5fr;
  gap: 40px;
  border-bottom: 1px solid var(--border-footer);
}

.footer-col p {
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--footer-link);       /* #e8e0dc */
  line-height: 1.75;
}
.footer-col h5 {
  font-family: var(--ff-display);  /* Cormorant */
  font-size: 26px;
  font-weight: 600;
  color: var(--footer-heading);    /* #d6c0a7 */
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-footer);
}
.footer-col ul li a {
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--footer-link);
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid rgba(73,67,56,.5);
  transition: color var(--transition), padding var(--transition);
}
.footer-col ul li:last-child a { border-bottom: none; }
.footer-col ul li a:hover { color: #fff; padding-left: 6px; }

/* Footer arama */
.footer-search {
  display: flex;
  gap: 0;
  margin-top: 16px;
}
.footer-search input {
  flex: 1;
  padding: 10px 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--footer-link);
  font-family: var(--ff-body);
  font-size: 13px;
  outline: none;
}
.footer-search button {
  padding: 10px 16px;
  background: var(--btn-bg);       /* #313d36 */
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background var(--transition);
  border: none;
}
.footer-search button:hover { background: var(--btn-hover-bg); color: #000; }

/* Footer bottom */
.footer-bottom {
  background: var(--bg-dark3);
  padding: 12px 0 14px;
  border-top: 1px solid var(--border-footer);
}
.footer-bottom__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 40px;
  display: block;
  text-align: center;
}
.footer-bottom__copy {
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--footer-link);
  opacity: .7;
  text-align: center;
  width: 100%;
}

.footer-bottom__copyright,
.footer-bottom__credit {
  display: block;
  width: 100%;
  text-align: center;
}

.footer-bottom__credit {
  margin-top: 3px;
}

.footer-bottom__credit a {
  display: inline-block;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  font-family: var(--ff-ui);
  font-size: 11px;
  color: var(--footer-link);
  opacity: .6;
  transition: opacity var(--transition);
  text-transform: uppercase;
  letter-spacing: .1em;
}
.footer-social a:hover { opacity: 1; color: #fff; }

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 40px; height: 40px;
  background: var(--btn-bg);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 99;
  border-radius: 50%;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--btn-hover-bg); color: #000; }

/* =========================================================
   INNER PAGES
   ========================================================= */
.page-header {
  background: var(--bg-dark2);
  padding: 160px 0 70px;
  position: relative;
}
.page-header::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(0,0,0,.2);
  pointer-events: none;
}
.page-header__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.page-header__eyebrow {
  font-family: var(--ff-display);
  font-size: 20px;
  font-style: italic;
  color: rgba(255,255,255,.7);
  margin-bottom: 12px;
}
.page-header h1 {
  color: #fff;
  font-weight: 600;
}

/* Post/Page content */
.page-content {
  background: var(--bg-page);
  padding: var(--pad-section) 0;
}
.page-content .container p {
  font-family: var(--ff-body);
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-main);
  margin-bottom: 1.2em;
}
.page-content .container a {
  color: var(--text-link);
}
.page-content .container a:hover {
  color: var(--text-link-hov);
}

/* Blog loop */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: start;
}

/* Sidebar widget */
.sidebar-widget {
  background: #fff;
  padding: 28px;
  margin-bottom: 30px;
  box-shadow: var(--shadow);
}
.sidebar-widget h4 {
  font-family: var(--ff-display);
  font-size: 26px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

/* =========================================================
   PAGINATION
   ========================================================= */
.pagination {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  border: 1px solid var(--border);
  font-family: var(--ff-ui);
  font-size: 13px;
  color: var(--text-main);
  transition: var(--transition);
  font-weight: 600;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: var(--btn-bg);
  border-color: var(--btn-bg);
  color: #fff;
}

/* =========================================================
   FORM
   ========================================================= */
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 6px;
  color: var(--text-main);
  opacity: .6;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 13px 16px;
  background: var(--bg-page);
  border: 1px solid var(--border);
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--text-main);
  outline: none;
  transition: border-color var(--transition);
  border-radius: 0;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--text-accent);
}
.form-group textarea { min-height: 130px; resize: vertical; }

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  :root { --pad-section: 70px; }
  .container { padding: 0 30px; }
  .hero-section { min-height: 600px; }
  .hero-section__content { grid-template-columns: 80% 20%; }
  .hero-section__title { font-size: 80px; }
  .services-strip { grid-template-columns: 1fr; gap: 8px; padding: 30px; }
  .standards-section__inner { grid-template-columns: 1fr; gap: 30px; }
  .features-grid__inner { grid-template-columns: repeat(2,1fr); }
  .services-cards-grid { grid-template-columns: 1fr; padding: 0 30px; }
  .obituaries-grid { grid-template-columns: repeat(2,1fr); }
  .articles-grid { grid-template-columns: repeat(2,1fr); }
  .footer-widgets { grid-template-columns: 1fr 1fr; }
  .history-card { border-width: 30px; }
  .history-card__content { grid-template-columns: 1fr; }
  .history-card__separator { display: none; }
  .blog-layout { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  :root { --pad-section: 50px; }
  .container { padding: 0 20px; }
  .header-main {
    padding: 0 20px;
    grid-template-columns: auto 1fr auto;
    min-height: 80px;
  }
  .site-logo img { height: 48px; }
  .navigation_part { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; }

  .nav-list {
  position: fixed;
  top: var(--uc-header-h, 80px);
  left: 0;
  right: 0;
  bottom: auto;
  width: 100vw;
  height: calc(100dvh - var(--uc-header-h, 80px));
  min-height: calc(100svh - var(--uc-header-h, 80px));
  background: var(--bg-mobile-nav);   /* #3a342e */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  padding: 48px 28px 56px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(-100%, 0, 0);
  transition: transform .3s ease;
  z-index: 800;
}

.nav-list.open {
  transform: translate3d(0, 0, 0);
}

.nav-toggle {
  display: flex;
  position: relative;
  z-index: 901;
}

  .nav-list > li { width: 100%; }
  .nav-list > li > a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #f4f2ef;                          /* hero cover header text color */
    font-size: 13px;
  }
  .sub-menu {
    position: static; opacity: 1; visibility: visible;
    transform: none; box-shadow: none;
    background: rgba(0,0,0,.3);
    margin-left: 12px;
    display: none;
  }
  .nav-list > li.submenu-open .sub-menu { display: block; }

  .header-cta { display: none; }

  .hero-section { height: auto; min-height: calc(100svh - var(--uc-header-h, 80px)); padding: 72px 0; }
  .hero-section__content { grid-template-columns: 1fr; }
  .hero-section__title { font-size: 55px; letter-spacing: -1px; }
  .help-section__inner { grid-template-columns: 1fr; }
  .obituaries-grid { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: 1fr; }
  .articles-section__header { grid-template-columns: 1fr; }
  .footer-widgets { grid-template-columns: 1fr; }
  .footer-above__inner { flex-direction: column; text-align: center; }
  .footer-bottom__inner { flex-direction: column; text-align: center; }
  .footer-menu { justify-content: center; }
  .history-card { border-width: 20px; }
  .history-card__col { padding: 30px 20px; }
}

/* =========================================================
   STICKY HEADER
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow var(--transition), background var(--transition);
}
.site-header.is-sticky {
  box-shadow: 0 2px 24px rgba(0,0,0,.09);
  background: rgba(252,252,252,.97);
  backdrop-filter: blur(4px);
}

/* =========================================================
   PULL QUOTE
   ========================================================= */
.pullquote-section {
  background: var(--bg-dark1);
  padding: var(--pad-section) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pullquote-section::before {
  content: '\201C';
  font-family: var(--ff-display);
  font-size: 320px;
  color: rgba(255,255,255,.025);
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.pullquote-section blockquote {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.pullquote-section blockquote p {
  font-family: var(--ff-display);
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 400;
  font-style: italic;
  color: #f4f2ef;
  line-height: 1.55;
  margin-bottom: 28px;
}
.pullquote-divider {
  width: 48px;
  height: 1px;
  background: var(--text-accent);
  margin: 0 auto 24px;
}
.pullquote-section cite {
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--text-accent);
  font-style: normal;
}

/* =========================================================
   COUNTER SECTION
   ========================================================= */
.counter-section {
  background: var(--bg-dark3);
  padding: 70px 0;
  border-top: 1px solid var(--border-footer);
  border-bottom: 1px solid var(--border-footer);
}
.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 40px;
}
.counter-item {
  text-align: center;
  padding: 12px 24px;
  border-right: 1px solid var(--border-footer);
}
.counter-item:last-child { border-right: none; }
.counter-item__number {
  font-family: var(--ff-display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 600;
  color: var(--btn-alt-bg);
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.counter-item__suffix {
  font-family: var(--ff-display);
  font-size: 0.55em;
  vertical-align: super;
  line-height: 0;
}
.counter-item__label {
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--footer-heading);
}

/* =========================================================
   HERO BUTONLARI
   ========================================================= */
.hero-section__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-section__ctas .btn-gold {
  padding: 16px 32px;
  font-size: 12px;
}
.hero-section__ctas .btn-outline-white {
  padding: 16px 32px;
  font-size: 12px;
  border: 1px solid rgba(255,255,255,.4);
  color: #f4f2ef;
  background: transparent;
  font-family: var(--ff-ui);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background var(--transition), border-color var(--transition);
}
.hero-section__ctas .btn-outline-white:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.7);
}

/* =========================================================
   SÖYLEŞI SAYFASI
   ========================================================= */
.belgesel-page { padding: var(--pad-section) 0; }
.belgesel-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
  margin-bottom: 48px;
  -webkit-overflow-scrolling: touch;
}
.belgesel-tab {
  font-family: var(--ff-ui);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: 14px 24px;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  color: var(--text-light);
  transition: color var(--transition), border-color var(--transition);
  white-space: nowrap;
}
.belgesel-tab:hover { color: var(--text-main); }
.belgesel-tab.active { color: var(--text-main); border-bottom-color: var(--text-accent); }
.belgesel-panel { display: none; }
.belgesel-panel.active { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.belgesel-card {
  background: #fff;
  border: .5px solid var(--border);
  padding: 30px 34px;
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition), transform var(--transition);
}
.belgesel-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.belgesel-card__header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.belgesel-card__avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--bg-dark2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-ui); font-size: 15px; font-weight: 700;
  color: var(--btn-alt-bg);
  flex-shrink: 0;
  text-transform: uppercase;
}
.belgesel-card__name { font-family: var(--ff-display); font-size: 18px; font-weight: 600; line-height: 1.2; }
.belgesel-card__role {
  font-family: var(--ff-ui); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em; color: var(--text-accent);
  margin-top: 2px;
}
.belgesel-card__text {
  font-family: var(--ff-body); font-size: 15px; line-height: 1.8; color: var(--text-light);
  position: relative; padding-left: 18px;
}
.belgesel-card__text::before {
  content: '\201C';
  font-family: var(--ff-display); font-size: 52px; color: var(--border-divider);
  position: absolute; left: -4px; top: -14px;
  line-height: 1;
}
.belgesel-form-wrap {
  margin-top: 70px; padding-top: 56px;
  border-top: 1px solid var(--border);
}
.belgesel-form-wrap h3 { font-family: var(--ff-display); font-size: 30px; margin-bottom: 8px; }
.belgesel-form-wrap > p { color: var(--text-light); margin-bottom: 32px; font-size: 17px; }

/* =========================================================
   GALERİ SAYFASI
   ========================================================= */
.galeri-page { padding: var(--pad-section) 0; }
.galeri-grid { columns: 3; column-gap: 14px; }
.galeri-item {
  break-inside: avoid; margin-bottom: 14px;
  overflow: hidden; cursor: pointer;
  position: relative; display: block;
}
.galeri-item img { width: 100%; display: block; transition: transform .5s ease; }
.galeri-item:hover img { transform: scale(1.04); }
.galeri-item__overlay {
  position: absolute; inset: 0;
  background: rgba(20,20,20,0);
  display: flex; align-items: center; justify-content: center;
  transition: background .3s;
}
.galeri-item:hover .galeri-item__overlay { background: rgba(20,20,20,.38); }
.galeri-item__overlay i { color: #fff; font-size: 26px; opacity: 0; transition: opacity .3s; }
.galeri-item:hover .galeri-item__overlay i { opacity: 1; }
.galeri-item[data-type="video"] .galeri-item__overlay i { opacity: .9; }
/* =========================================================
   AKGÜNLER GRUP SAYFASI
   ========================================================= */
.akgunler-page { padding: var(--pad-section) 0; }
.akgunler-intro { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.akgunler-intro h2 { font-size: clamp(28px, 3.5vw, 44px); margin-bottom: 16px; }
.akgunler-intro p { color: var(--text-light); font-size: 18px; line-height: 1.75; }
.akgunler-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border); }
.sirket-card {
  background: var(--bg-page); padding: 36px 32px;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.sirket-card:hover { background: #fff; box-shadow: var(--shadow-md); transform: translateY(-3px); position: relative; z-index: 1; }
.sirket-card__icon {
  width: 50px; height: 50px;
  background: var(--bg-dark2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; color: var(--btn-alt-bg); font-size: 19px;
}
.sirket-card__sector {
  font-family: var(--ff-ui); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .22em;
  color: var(--text-accent); margin-bottom: 8px;
}
.sirket-card__name { font-family: var(--ff-display); font-size: 22px; font-weight: 600; margin-bottom: 12px; line-height: 1.2; }
.sirket-card__desc { font-size: 15px; color: var(--text-light); line-height: 1.7; }
.sirket-card__year {
  margin-top: 22px; padding-top: 16px; border-top: .5px solid var(--border);
  font-family: var(--ff-ui); font-size: 11px; color: var(--text-muted); letter-spacing: .08em;
}
.akgunler-story {
  margin-top: var(--pad-section);
  padding: var(--pad-section) 0;
  background: var(--bg-dark2);
}
.akgunler-story__inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.akgunler-story h3 { font-family: var(--ff-ui); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--text-accent); margin-bottom: 12px; }
.akgunler-story h2 { font-family: var(--ff-display); font-size: clamp(28px,3vw,40px); color: #f4f2ef; margin-bottom: 20px; }
.akgunler-story p { color: rgba(244,242,239,.7); font-size: 16px; line-height: 1.8; }

/* =========================================================
   BASIN ODASI SAYFASI
   ========================================================= */
.basin-page { padding: var(--pad-section) 0; }
.basin-featured {
  display: grid; grid-template-columns: 1.4fr 1fr;
  border: .5px solid var(--border); margin-bottom: 52px; overflow: hidden;
}
.basin-featured__img { overflow: hidden; min-height: 340px; }
.basin-featured__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.basin-featured:hover .basin-featured__img img { transform: scale(1.03); }
.basin-featured__body { padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; background: #fff; }
.basin-featured__tag {
  font-family: var(--ff-ui); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .22em; color: var(--text-accent); margin-bottom: 14px;
}
.basin-featured__title { font-family: var(--ff-display); font-size: clamp(22px,2.5vw,32px); line-height: 1.25; margin-bottom: 16px; }
.basin-featured__excerpt { color: var(--text-light); font-size: 15px; line-height: 1.75; margin-bottom: 24px; }
.basin-featured__meta { font-family: var(--ff-ui); font-size: 12px; color: var(--text-muted); letter-spacing: .05em; }
.basin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* =========================================================
   404 SAYFASI
   ========================================================= */
.error-404-wrap {
  text-align: center; padding: 110px 40px 90px;
  min-height: 65vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.error-404-wrap__number {
  font-family: var(--ff-display);
  font-size: clamp(90px, 18vw, 200px);
  font-weight: 600; color: var(--border-section);
  line-height: 1; margin-bottom: 8px;
}
.error-404-wrap__title { font-family: var(--ff-display); font-size: clamp(24px, 3vw, 36px); margin-bottom: 14px; }
.error-404-wrap__desc { color: var(--text-light); font-size: 17px; max-width: 480px; margin: 0 auto 36px; line-height: 1.7; }
.error-404-wrap__links { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* =========================================================
   BREADCRUMB
   ========================================================= */
.breadcrumb {
  display: flex; align-items: center; gap: 6px;
  flex-wrap: wrap; margin-top: 14px;
}
.breadcrumb a {
  font-family: var(--ff-ui); font-size: 12px;
  color: rgba(255,255,255,.5); text-decoration: none;
  transition: color var(--transition);
}
.breadcrumb a:hover { color: rgba(255,255,255,.9); }
.breadcrumb__sep { font-family: var(--ff-ui); font-size: 12px; color: rgba(255,255,255,.25); }
.breadcrumb__current { font-family: var(--ff-ui); font-size: 12px; color: rgba(255,255,255,.8); }

/* PAGE HEADER iyileştirilmiş */
.page-header {
  background: var(--bg-dark2);
  padding: 80px 0 52px;
  position: relative;
}
.page-header__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .15;
}
.page-header__inner { position: relative; z-index: 1; }
.page-header__eyebrow {
  font-family: var(--ff-ui); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .22em; color: var(--text-accent);
  margin-bottom: 10px;
}
.page-header h1 {
  font-family: var(--ff-display);
  font-size: clamp(34px, 4.5vw, 58px);
  color: #f4f2ef; line-height: 1.15; margin-bottom: 0;
}
.page-content { padding: var(--pad-section) 0; }
.page-content .entry-content p { font-size: 18px; line-height: 1.85; color: var(--text-light); margin-bottom: 1.5em; }
.page-content .entry-content h2, .page-content .entry-content h3 { margin: 2.5rem 0 1rem; }
.page-content .entry-content ul, .page-content .entry-content ol {
  padding-left: 1.5em; color: var(--text-light); font-size: 17px; line-height: 1.8; margin-bottom: 1.5em;
}

/* BACK TO TOP — iyileştirilmiş */
.back-to-top {
  position: fixed; bottom: 32px; right: 32px;
  width: 46px; height: 46px;
  background: var(--bg-dark2); color: #f4f2ef;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; z-index: 800; border-radius: 0;
  opacity: 0; transform: translateY(14px);
  transition: opacity .3s, transform .3s, background var(--transition);
  text-decoration: none;
}
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--btn-alt-bg); color: #000; }

/* =========================================================
   TABLet BREAKPOINT — 768-1023px
   ========================================================= */
@media (min-width: 768px) and (max-width: 1023px) {
  .akgunler-grid { grid-template-columns: repeat(2, 1fr); }
  .basin-grid { grid-template-columns: repeat(2, 1fr); }
  .basin-featured { grid-template-columns: 1fr; }
  .basin-featured__img { min-height: 260px; }
  .akgunler-story__inner { grid-template-columns: 1fr; gap: 40px; }
  .belgesel-panel.active { grid-template-columns: 1fr; }
  .galeri-grid { columns: 2; }
  .counter-grid { grid-template-columns: repeat(2, 1fr); }
  .counter-item:nth-child(2) { border-right: none; }
  .counter-item:nth-child(3) { border-top: 1px solid var(--border-footer); }
  .counter-item:nth-child(4) { border-top: 1px solid var(--border-footer); }
}

/* =========================================================
   KÜÇÜK MOBİL — max 400px
   ========================================================= */
@media (max-width: 400px) {
  :root { --pad-section: 44px; }
  .counter-grid { grid-template-columns: 1fr 1fr; padding: 0 16px; }
  .counter-item:nth-child(2) { border-right: none; }
  .counter-item:nth-child(3) { border-top: 1px solid var(--border-footer); }
  .counter-item:nth-child(4) { border-top: 1px solid var(--border-footer); }
  .pullquote-section blockquote { padding: 0 20px; }
  .galeri-grid { columns: 1; }
  .akgunler-grid { grid-template-columns: 1fr; }
  .belgesel-panel.active { grid-template-columns: 1fr; }
}

/* =========================================================
   MEVCUT BREAKPOINT EKLEMELERİ
   ========================================================= */
@media (max-width: 1024px) {
  .counter-grid { padding: 0 30px; }
  .akgunler-grid { grid-template-columns: repeat(2, 1fr); }
  .basin-featured { grid-template-columns: 1fr; }
  .basin-featured__img { min-height: 280px; }
  .basin-grid { grid-template-columns: repeat(2, 1fr); }
  .belgesel-panel.active { grid-template-columns: 1fr; }
  .galeri-grid { columns: 2; }
}
@media (max-width: 767px) {
  .counter-grid { grid-template-columns: repeat(2, 1fr); padding: 0 20px; }
  .counter-item:nth-child(2) { border-right: none; }
  .counter-item:nth-child(3) { border-top: 1px solid var(--border-footer); }
  .counter-item:nth-child(4) { border-top: 1px solid var(--border-footer); }
  .pullquote-section blockquote { padding: 0 24px; }
  .galeri-grid { columns: 1; }
  .akgunler-grid { grid-template-columns: 1fr; }
  .basin-grid { grid-template-columns: 1fr; }
  .belgesel-tab { padding: 12px 16px; font-size: 11px; }
  .hero-section__ctas { flex-direction: column; align-items: flex-start; }
  .akgunler-story__inner { grid-template-columns: 1fr; gap: 36px; }
  .basin-featured__body { padding: 28px 24px; }
}

/* =========================================================
   PRINT
   ========================================================= */
@media print {
  .site-header, footer, .back-to-top,
  .btn-gold, .btn-outline-white, .hero-section__ctas,
  .belgesel-tabs, .belgesel-form-wrap,
  nav { display: none !important; }
  body { background: #fff !important; color: #000 !important; font-size: 11pt; }
  .page-header { background: none !important; padding: 20px 0; }
  .page-header h1 { color: #000 !important; font-size: 22pt; }
  .page-header__eyebrow { color: #555 !important; }
  a::after { content: " (" attr(href) ")"; font-size: 9pt; color: #666; }
  .belgesel-panel { display: grid !important; }
  .belgesel-card { box-shadow: none !important; border: 1px solid #ccc !important; page-break-inside: avoid; }
  .galeri-grid { columns: 3; }
  .counter-section { background: none !important; border: none !important; }
  .counter-item__number { color: #333 !important; }
  .pullquote-section { background: none !important; }
  .pullquote-section blockquote p { color: #000 !important; font-size: 14pt; }
  .pullquote-section::before { display: none; }
}

/* =========================================================
   BİYOGRAFİ SAYFASI
   ========================================================= */
.bio-intro-section { padding: var(--pad-section) 0; }
.bio-intro {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: start;
}
.bio-intro__photo { position: sticky; top: 100px; }
.bio-intro__img {
  width: 100%;
  display: block;
  box-shadow: var(--shadow-md);
}
.bio-intro__photo-caption {
  background: var(--bg-dark2);
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bio-intro__name {
  font-family: var(--ff-display);
  font-size: 20px;
  font-weight: 600;
  color: #f4f2ef;
}
.bio-intro__dates {
  font-family: var(--ff-ui);
  font-size: 12px;
  color: var(--text-accent);
  letter-spacing: .1em;
}
.bio-intro__heading {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.2;
  margin-bottom: 24px;
}
.bio-intro__text p {
  font-size: 17px;
  line-height: 1.85;
  color: var(--text-light);
  margin-bottom: 1.4em;
}
.bio-intro__text .entry-content p { font-size: 17px; line-height: 1.85; color: var(--text-light); }
.bio-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 40px;
  border: .5px solid var(--border);
}
.bio-fact {
  padding: 14px 18px;
  border-right: .5px solid var(--border);
  border-bottom: .5px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.bio-fact:nth-child(even) { border-right: none; }
.bio-fact:nth-last-child(-n+2) { border-bottom: none; }
.bio-fact__label {
  font-family: var(--ff-ui);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--text-accent);
}
.bio-fact__value {
  font-family: var(--ff-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-main);
}

/* ZİYAFET — Timeline */
.timeline-section {
  background: var(--bg-dark2);
  padding: var(--pad-section) 0 calc(var(--pad-section) + 40px);
}
.timeline-header {
  text-align: center;
  margin-bottom: 64px;
}
.timeline-header__eyebrow {
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--text-accent);
  margin-bottom: 12px;
  display: block;
}
.timeline-header__title {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3.5vw, 44px);
  color: #f4f2ef;
  font-weight: 600;
}
.timeline {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.timeline__line {
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(198,169,131,.3) 5%, rgba(198,169,131,.3) 95%, transparent);
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.timeline-item--left { flex-direction: row; }
.timeline-item--right { flex-direction: row-reverse; }
.timeline-item__dot {
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
.timeline-item__dot-inner {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--btn-alt-bg);
  border: 2px solid var(--bg-dark2);
  box-shadow: 0 0 0 3px rgba(198,169,131,.25);
  display: block;
  transition: transform .2s;
}
.timeline-item:hover .timeline-item__dot-inner { transform: scale(1.4); }
.timeline-item__dot-inner--last {
  background: transparent;
  border-color: rgba(198,169,131,.5);
  box-shadow: none;
}
.timeline-item__card {
  width: calc(50% - 32px);
}
.timeline-item--left .timeline-item__card { margin-right: 32px; text-align: right; }
.timeline-item--right .timeline-item__card { margin-left: 32px; text-align: left; }
.timeline-item__card-inner {
  background: rgba(255,255,255,.04);
  border: .5px solid rgba(198,169,131,.15);
  padding: 22px 26px;
  transition: background .2s, border-color .2s;
}
.timeline-item:hover .timeline-item__card-inner {
  background: rgba(255,255,255,.07);
  border-color: rgba(198,169,131,.3);
}
.timeline-item__tag {
  font-family: var(--ff-ui);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--text-accent);
  display: block;
  margin-bottom: 4px;
}
.timeline-item__year {
  font-family: var(--ff-display);
  font-size: 32px;
  font-weight: 600;
  color: rgba(244,242,239,.2);
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.timeline-item__title {
  font-family: var(--ff-display);
  font-size: 18px;
  color: #f4f2ef;
  margin-bottom: 8px;
  font-weight: 600;
}
.timeline-item__text {
  font-family: var(--ff-body);
  font-size: 14px;
  color: rgba(244,242,239,.55);
  line-height: 1.7;
  margin: 0;
}

/* =========================================================
   VAKIF SAYFASI
   ========================================================= */
.vakif-intro-section { padding: var(--pad-section) 0; }
.vakif-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: center;
}
.vakif-intro__eyebrow {
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--text-accent);
  margin-bottom: 14px;
  display: block;
}
.vakif-intro__heading {
  font-family: var(--ff-display);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.15;
  margin-bottom: 24px;
}
.vakif-intro__text p { font-size: 17px; line-height: 1.85; color: var(--text-light); margin-bottom: 1.3em; }
.vakif-intro__stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: .5px solid var(--border);
  min-width: 200px;
}
.vakif-stat {
  padding: 28px 32px;
  border-bottom: .5px solid var(--border);
  text-align: center;
}
.vakif-stat:last-child { border-bottom: none; }
.vakif-stat__number {
  font-family: var(--ff-display);
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 600;
  color: var(--text-accent);
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.vakif-stat__label {
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--text-muted);
}
.vakif-areas-section {
  padding: var(--pad-section) 0;
  background: var(--bg-page);
  border-top: .5px solid var(--border);
}
.vakif-areas-header { text-align: center; margin-bottom: 52px; }
.vakif-areas-header h2 { font-size: clamp(28px, 3.5vw, 42px); }
.vakif-areas-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: var(--border); }
.vakif-area-card {
  background: #fff;
  padding: 36px 28px;
  transition: background var(--transition), box-shadow var(--transition), transform var(--transition);
}
.vakif-area-card:hover { background: var(--bg-dark2); box-shadow: var(--shadow-md); position: relative; z-index: 1; transform: translateY(-3px); }
.vakif-area-card__icon {
  width: 48px; height: 48px;
  background: var(--bg-dark2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  color: var(--btn-alt-bg);
  font-size: 18px;
  transition: background var(--transition);
}
.vakif-area-card:hover .vakif-area-card__icon { background: rgba(255,255,255,.1); }
.vakif-area-card h3 {
  font-family: var(--ff-display);
  font-size: 20px;
  margin-bottom: 12px;
  transition: color var(--transition);
}
.vakif-area-card:hover h3 { color: #f4f2ef; }
.vakif-area-card p { font-size: 14px; color: var(--text-light); line-height: 1.75; transition: color var(--transition); }
.vakif-area-card:hover p { color: rgba(244,242,239,.65); }
.vakif-area-card__link {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--ff-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--text-accent);
  transition: color var(--transition);
}
.vakif-area-card:hover .vakif-area-card__link { color: var(--btn-alt-bg); }
.vakif-basvuru-section {
  padding: var(--pad-section) 0;
  background: var(--bg-dark2);
}
.vakif-basvuru {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.vakif-basvuru__eyebrow {
  font-family: var(--ff-ui); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .22em; color: var(--text-accent);
  margin-bottom: 10px; display: block;
}
.vakif-basvuru__info h2 { font-family: var(--ff-display); font-size: clamp(26px,3vw,38px); color: #f4f2ef; margin-bottom: 18px; }
.vakif-basvuru__info > p { color: rgba(244,242,239,.65); font-size: 16px; line-height: 1.75; margin-bottom: 28px; }
.vakif-basvuru__list { list-style: none; padding: 0; margin-bottom: 28px; }
.vakif-basvuru__list li {
  display: flex; align-items: flex-start; gap: 12px;
  color: rgba(244,242,239,.7); font-size: 15px; line-height: 1.65;
  padding: 8px 0; border-bottom: .5px solid rgba(255,255,255,.07);
}
.vakif-basvuru__list li:last-child { border-bottom: none; }
.vakif-basvuru__list li i { color: var(--text-accent); margin-top: 4px; flex-shrink: 0; }
.vakif-basvuru__deadline {
  display: flex; align-items: center; gap: 10px;
  background: rgba(198,169,131,.1);
  border: .5px solid rgba(198,169,131,.2);
  padding: 14px 18px;
  color: var(--btn-alt-bg);
  font-family: var(--ff-ui); font-size: 13px;
}
.vakif-basvuru__form h3 { font-family: var(--ff-display); font-size: 26px; color: #f4f2ef; margin-bottom: 8px; }
.vakif-basvuru__form > p { color: rgba(244,242,239,.55); font-size: 15px; line-height: 1.65; margin-bottom: 24px; }
.vakif-form { display: flex; flex-direction: column; gap: 16px; }
.vakif-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vakif-form__field { display: flex; flex-direction: column; gap: 6px; }
.vakif-form__field label {
  font-family: var(--ff-ui); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em; color: rgba(244,242,239,.5);
}
.vakif-form__field input,
.vakif-form__field select,
.vakif-form__field textarea {
  padding: 12px 14px;
  background: rgba(255,255,255,.05);
  border: .5px solid rgba(255,255,255,.12);
  color: #f4f2ef;
  font-family: var(--ff-body);
  font-size: 15px;
  outline: none;
  transition: border-color var(--transition);
}
.vakif-form__field input:focus,
.vakif-form__field select:focus,
.vakif-form__field textarea:focus { border-color: rgba(198,169,131,.5); }
.vakif-form__field select option { background: var(--bg-dark2); color: #f4f2ef; }
.vakif-form__field textarea { resize: vertical; line-height: 1.7; }

/* =========================================================
   RESPONSIVE — Biyografi & Vakıf
   ========================================================= */
@media (max-width: 1024px) {
  .bio-intro { grid-template-columns: 280px 1fr; gap: 48px; }
  .vakif-areas-grid { grid-template-columns: repeat(2,1fr); }
  .vakif-basvuru { grid-template-columns: 1fr; gap: 48px; }
  .vakif-intro { grid-template-columns: 1fr; gap: 48px; }
  .vakif-intro__stats { flex-direction: row; }
  .vakif-stat { flex: 1; border-bottom: none; border-right: .5px solid var(--border); }
  .vakif-stat:last-child { border-right: none; }
}
@media (max-width: 767px) {
  .bio-intro { grid-template-columns: 1fr; gap: 36px; }
  .bio-intro__photo { position: static; }
  .bio-facts { grid-template-columns: 1fr; }
  .bio-fact { border-right: none !important; }
  .bio-fact:last-child { border-bottom: none; }
  .timeline__line { left: 16px; }
  .timeline-item { flex-direction: column; padding-left: 44px; }
  .timeline-item--right { flex-direction: column; }
  .timeline-item__dot { left: 16px; }
  .timeline-item__card { width: 100%; }
  .timeline-item--left .timeline-item__card,
  .timeline-item--right .timeline-item__card {
    margin: 0; text-align: left;
  }
  .vakif-areas-grid { grid-template-columns: 1fr; }
  .vakif-intro__stats { flex-direction: column; }
  .vakif-stat { border-right: none !important; border-bottom: .5px solid var(--border) !important; }
  .vakif-form__row { grid-template-columns: 1fr; }
}

/* =========================================================
   FOOTER — Sadeleştirilmiş
   ========================================================= */
.footer-about-simple {
  padding: 40px 0 24px;
  text-align: center;
}
.footer-about-simple p {
  color: var(--footer-link);
  font-family: var(--ff-ui);
  font-size: 13px;
  letter-spacing: .04em;
  opacity: .75;
  max-width: 480px;
  margin: 0 auto;
}

/* =========================================================
   BİYOGRAFİ — Sadeleştirilmiş
   ========================================================= */
.bio-text-section { padding: 80px 0; background: var(--bg-page); }
.bio-text-content { max-width: 720px; margin: 0 auto; }
.bio-text-content h2 { font-family: var(--ff-heading); font-size: clamp(28px,3vw,42px); color: var(--text-main); margin-bottom: 24px; }
.bio-text-content p { font-family: var(--ff-body); font-size: 17px; line-height: 1.85; color: var(--text-body); margin-bottom: 20px; }

/* =========================================================
   GALERİ — Yeni Yapı
   ========================================================= */
.galeri-section { padding: 60px 0 100px; }
.galeri-tabs { display: flex; gap: 12px; margin-bottom: 48px; }
.galeri-tab { font-family: var(--ff-ui); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 10px 28px; border: 1px solid var(--text-accent); background: transparent; color: var(--text-accent); cursor: pointer; transition: all .25s; }
.galeri-tab.active, .galeri-tab:hover { background: var(--text-accent); color: #fff; }
.galeri-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.galeri-grid--video { grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); }
.galeri-grid.hidden { display: none; }
.galeri-item { position: relative; overflow: hidden; }
.galeri-item a { display: block; position: relative; overflow: hidden; }
.galeri-item img { width: 100%; height: 240px; object-fit: cover; transition: transform .4s ease; display: block; }
.galeri-item a:hover img { transform: scale(1.05); }
.galeri-item__overlay { position: absolute; inset: 0; background: rgba(41,38,34,.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; }
.galeri-item a:hover .galeri-item__overlay { opacity: 1; }
.galeri-item__zoom { color: #fff; font-size: 28px; }
.galeri-item__caption { padding: 12px 4px 4px; }
.galeri-item__caption strong { font-family: var(--ff-ui); font-size: 13px; font-weight: 600; color: var(--text-main); display: block; }
.galeri-item__caption p { font-size: 12px; color: var(--text-body); margin: 4px 0 0; opacity: .75; }
.galeri-item--video .galeri-video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.galeri-item--video .galeri-video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.galeri-empty { color: var(--text-body); opacity: .6; font-family: var(--ff-ui); }

/* Lightbox — Modern */
.uc-lightbox-overlay { position: fixed; inset: 0; background: rgba(10,8,6,.96); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 24px; backdrop-filter: blur(8px); animation: ucLbFade .25s ease; }
@keyframes ucLbFade { from { opacity: 0; } to { opacity: 1; } }
.uc-lightbox-inner { position: relative; max-width: 1200px; width: 100%; display: flex; align-items: center; gap: 24px; }
.uc-lightbox-content { flex: 1; min-width: 0; }
.uc-lightbox-inner img { width: 100%; max-height: 82vh; object-fit: contain; display: block; border-radius: 4px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.uc-lightbox-caption { color: #e8e0dc; font-family: var(--ff-ui); font-size: 13px; text-align: center; margin-top: 16px; opacity: .85; letter-spacing: .04em; }
.uc-lightbox-close {
  position: absolute; top: -56px; right: 0;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff; font-size: 18px; cursor: pointer; opacity: .9;
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all .25s ease;
}
.uc-lightbox-close:hover { background: rgba(255,255,255,.18); transform: rotate(90deg); opacity: 1; }
.uc-lightbox-prev, .uc-lightbox-next {
  background: rgba(198,169,131,.15);
  border: 1.5px solid rgba(198,169,131,.65);
  color: #c6a983;
  font-size: 28px; line-height: 1;
  width: 64px; height: 64px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(.2,.7,.2,1);
  font-weight: 300;
  backdrop-filter: blur(4px);
}
.uc-lightbox-prev:hover, .uc-lightbox-next:hover {
  background: #c6a983;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 8px 24px rgba(198,169,131,.4);
}
.uc-lightbox-prev:active, .uc-lightbox-next:active { transform: scale(.96); }

@media (max-width: 767px) {
  .uc-lightbox-inner { gap: 8px; }
  .uc-lightbox-prev, .uc-lightbox-next { width: 48px; height: 48px; font-size: 22px; }
  .uc-lightbox-close { top: -48px; width: 38px; height: 38px; font-size: 16px; }
}

/* =========================================================
   SÖYLEŞİ — Kişi Kartları
   ========================================================= */
.belgesel-section { padding: 60px 0 100px; }
.belgesel-tabs { display: flex; flex-wrap: wrap; gap: 10px; max-width: 860px; margin: 0 auto 48px; justify-content: center; }
.belgesel-tab { font-family: var(--ff-ui); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 9px 22px; border: 1px solid var(--text-accent); background: transparent; color: var(--text-accent); cursor: pointer; transition: all .25s; }
.belgesel-tab.active, .belgesel-tab:hover { background: var(--text-accent); color: #fff; }
.belgesel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 24px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .24s ease, transform .24s ease;
}
.belgesel-grid.hidden { display: none; }
.belgesel-grid.is-switching-out,
.belgesel-grid.is-switching-in {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
.belgesel-card { display: flex; align-items: stretch; background: #fff; border: 1px solid #edeae8; text-decoration: none; transition: box-shadow .3s, transform .25s; overflow: hidden; min-height: 160px; }
.belgesel-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-3px); }
.belgesel-card__photo { width: 180px; flex-shrink: 0; overflow: hidden; }
.belgesel-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.belgesel-card:hover .belgesel-card__photo img { transform: scale(1.05); }
.belgesel-card__initials { width: 180px; height: 100%; min-height: 160px; background: var(--bg-dark); display: flex; align-items: center; justify-content: center; color: var(--text-accent); font-family: var(--ff-heading); font-size: 40px; flex-shrink: 0; }
.belgesel-card__info { flex: 1; padding: 28px 32px; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.belgesel-card__name { font-family: var(--ff-heading); font-size: 22px; color: var(--text-main); margin: 0; }
.belgesel-card__unvan { font-family: var(--ff-ui); font-size: 13px; color: var(--text-accent); letter-spacing: .06em; margin: 0; text-transform: uppercase; }
.belgesel-card__arrow { font-size: 22px; color: var(--text-accent); margin-top: 10px; }
.belgesel-empty { color: var(--text-body); opacity: .6; font-family: var(--ff-ui); grid-column: 1/-1; }

/* Söyleşi Kişi Sayfası */
.belgesel-single-section { padding: 80px 0 100px; }
.belgesel-single__header { display: flex; align-items: center; gap: 32px; margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid #edeae8; }
.belgesel-single__photo { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.belgesel-single__photo img { width: 100%; height: 100%; object-fit: cover; }
.belgesel-single__initials { width: 120px; height: 120px; border-radius: 50%; background: var(--bg-dark); display: flex; align-items: center; justify-content: center; color: var(--text-accent); font-family: var(--ff-heading); font-size: 36px; flex-shrink: 0; }
.belgesel-single__meta h2 { font-family: var(--ff-heading); font-size: 32px; color: var(--text-main); margin: 0 0 6px; }
.belgesel-single__unvan { font-family: var(--ff-ui); font-size: 13px; color: var(--text-accent); letter-spacing: .06em; margin: 0 0 8px; }
.belgesel-single__kat { display: inline-block; font-family: var(--ff-ui); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: #fff; background: var(--bg-dark); padding: 4px 12px; }
.belgesel-single__video { margin-bottom: 48px; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.belgesel-single__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.belgesel-single__content { font-family: var(--ff-body); font-size: 17px; line-height: 1.85; color: var(--text-body); margin-bottom: 48px; }
.belgesel-single__back { margin-top: 32px; }

/* =========================================================
   AKGÜNLER GRUP & VAKIF — Film + İçerik
   ========================================================= */
.film-section { padding: 60px 0 40px; background: var(--bg-dark); }
.film-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.film-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.icerik-section { padding: 72px 0 100px; background: var(--bg-page); }
.icerik-content h2 { font-family: var(--ff-heading); font-size: clamp(26px,3vw,40px); color: var(--text-main); margin-bottom: 24px; }
.icerik-content p { font-family: var(--ff-body); font-size: 17px; line-height: 1.85; color: var(--text-body); margin-bottom: 20px; }

/* =========================================================
   BASIN ODASI — Liste
   ========================================================= */
.basin-section { padding: 72px 0 100px; }
.basin-list { list-style: none; padding: 0; margin: 0; }
.basin-list__item { border-bottom: 1px solid #edeae8; }
.basin-list__link:hover { padding-left: 8px; }
.basin-list__meta { margin-bottom: 6px; }
.basin-list__date { font-family: var(--ff-ui); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-accent); }
.basin-list__kaynak { font-family: var(--ff-ui); font-size: 11px; color: var(--text-body); opacity: .6; margin-left: 12px; }
.basin-list__external { margin-left: auto; color: var(--text-accent); opacity: .5; font-size: 14px; }
.basin-list__link { display: flex; flex-wrap: wrap; align-items: baseline; padding: 28px 0; text-decoration: none; transition: padding-left .2s; }
.basin-list__meta { width: 100%; margin-bottom: 6px; }
.basin-list__title { font-family: var(--ff-heading); font-size: clamp(18px,2vw,24px); color: var(--text-main); margin: 0 0 8px; transition: color .2s; }
.basin-list__link:hover .basin-list__title { color: var(--text-accent); }
.basin-list__excerpt { font-family: var(--ff-body); font-size: 14px; color: var(--text-body); opacity: .8; margin: 0; }
.basin-empty { color: var(--text-body); opacity: .6; font-family: var(--ff-ui); }

/* =========================================================
   GENEL — Btn Outline
   ========================================================= */
.btn-outline { display: inline-block; font-family: var(--ff-ui); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 12px 28px; border: 1px solid var(--text-main); color: var(--text-main); text-decoration: none; transition: all .25s; }
.btn-outline:hover { background: var(--text-main); color: #fff; }

/* İçerik sayfaları */
.icerik-section, .bio-text-section { padding: 72px 0 100px; }

/* =========================================================
   v1.4.0 — YENİ STİLLER
   ========================================================= */

/* Anasayfa Alıntı Bölümü */
.pullquote-section--home { padding: 90px 0; background: var(--bg-page); border-top: 1px solid #edeae8; border-bottom: 1px solid #edeae8; }
.pullquote-section--home blockquote { max-width: 820px; margin: 0 auto; text-align: center; padding: 0 24px; }
.pullquote-section--home blockquote p { font-family: var(--ff-heading); font-style: italic; font-size: clamp(22px, 2.8vw, 34px); line-height: 1.45; color: var(--text-main); margin: 0 0 24px; }
.pullquote-section--home blockquote cite { font-family: var(--ff-ui); font-style: normal; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-accent); }
.pullquote-section--home .pullquote-divider { width: 40px; height: 2px; background: var(--text-accent); margin: 0 auto 24px; opacity: .7; }

/* Anasayfa 2 Kart Bölümü */
.home-cards-section { padding: 100px 0; background: #fff; }
.home-cards-header { text-align: center; margin-bottom: 64px; }
.home-cards-header h2 { font-family: var(--ff-heading); font-size: clamp(32px, 4vw, 48px); color: var(--text-main); margin: 0; }
.home-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 1100px; margin: 0 auto; }
.home-card { display: block; background: #fff; border: 1px solid #edeae8; text-decoration: none; color: inherit; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.home-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.1); }
.home-card__image { height: 280px; background-size: cover; background-position: center; transition: transform .5s; }
.home-card:hover .home-card__image { transform: scale(1.05); }
.home-card__content { padding: 32px 32px 36px; }
.home-card__content h3 { font-family: var(--ff-heading); font-size: 28px; color: var(--text-main); margin: 0 0 12px; }
.home-card__content p { font-family: var(--ff-body); font-size: 15px; line-height: 1.7; color: var(--text-body); margin: 0 0 16px; }
.home-card__cta { font-family: var(--ff-ui); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-accent); }
@media (max-width: 768px) { .home-cards-grid { grid-template-columns: 1fr; gap: 24px; } }

/* Anasayfa Basın Odası */
.home-basin-section { padding: 100px 0; background: var(--bg-page); }
.home-basin-header { text-align: center; margin-bottom: 48px; }
.home-basin-header h2 { font-family: var(--ff-heading); font-size: clamp(30px, 3.6vw, 44px); color: var(--text-main); margin: 0 0 12px; }
.home-basin-header p { font-family: var(--ff-body); font-size: 15px; color: var(--text-body); opacity: .75; margin: 0; }
.home-basin-list { list-style: none; padding: 0; margin: 0 auto 32px; max-width: 820px; }
.home-basin-list__item { border-bottom: 1px solid #edeae8; }
.home-basin-list__link { display: flex; flex-wrap: wrap; align-items: baseline; padding: 22px 0; text-decoration: none; transition: padding-left .2s; }
.home-basin-list__link:hover { padding-left: 8px; }
.home-basin-list__meta { width: 100%; margin-bottom: 4px; }
.home-basin-list__date { font-family: var(--ff-ui); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-accent); }
.home-basin-list__kaynak { font-family: var(--ff-ui); font-size: 11px; color: var(--text-body); opacity: .55; margin-left: 12px; }
.home-basin-list__title { font-family: var(--ff-heading); font-size: 19px; color: var(--text-main); margin: 0; transition: color .2s; flex: 1; }
.home-basin-list__link:hover .home-basin-list__title { color: var(--text-accent); }
.home-basin-list__external { color: var(--text-accent); opacity: .4; font-size: 13px; margin-left: 12px; }
.home-basin-more { text-align: center; margin-top: 40px; }

/* Söyleşi Tanıtım Bloğu */
.belgesel-intro-section { padding: 72px 0 40px; background: var(--bg-page); }
.belgesel-intro__title { font-family: var(--ff-heading); font-size: clamp(28px, 3.2vw, 40px); color: var(--text-main); text-align: center; margin: 0 0 32px; }
.belgesel-intro__video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 32px; border-radius: 4px; }
.belgesel-intro__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.belgesel-intro__desc { font-family: var(--ff-body); font-size: 16px; line-height: 1.75; color: var(--text-body); text-align: left; max-width: 860px; margin: 0 auto; }
.belgesel-intro__desc p { margin: 0 0 14px; }

/* Söyleşi Kartı — Röportaj Başlığı */
.belgesel-card__baslik { font-family: var(--ff-body); font-style: italic; font-size: 13px; color: var(--text-body); opacity: .8; margin: 6px 0 0; line-height: 1.4; }

/* Söyleşi Kişi Sayfası — Dikey Ortalı */
.belgesel-single__header { display: flex; align-items: center; gap: 32px; margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid #edeae8; }
.belgesel-single__photo { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.belgesel-single__meta { display: flex; flex-direction: column; justify-content: center; }
.belgesel-single__meta h2 { font-family: var(--ff-heading); font-size: 32px; color: var(--text-main); margin: 0 0 6px; }
.belgesel-single__unvan { font-family: var(--ff-ui); font-size: 13px; color: var(--text-accent); letter-spacing: .08em; text-transform: uppercase; margin: 0; }

/* Söyleşi Kişi Sayfası — Video altı başlık */
.belgesel-single__baslik { font-family: var(--ff-heading); font-size: clamp(24px, 2.8vw, 34px); color: var(--text-main); margin: 8px 0 24px; text-align: left; }

/* Söyleşi Kişi Sayfası — Açıklama (kalın vurgulu) */
/* Belgesel açıklaması: sade metin görünümü */
.belgesel-single__aciklama {
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.78;
  color: var(--text-body);
  margin: 0 0 40px;
  padding: 0;
  background: transparent;
  border-left: 0;
}
.belgesel-single__aciklama p { margin: 0 0 14px; font-weight: 400; }
.belgesel-single__aciklama p:last-child { margin-bottom: 0; }
.belgesel-single__aciklama strong,
.belgesel-single__aciklama b { font-weight: 400; }

/* Söyleşi Kişi Sayfası — Transkript Göster/Gizle */
.belgesel-single__transkript-wrap { margin: 40px 0; }
.belgesel-transkript-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; font-family: var(--ff-ui); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 16px 24px; background: transparent; border: 1px solid var(--text-accent); color: var(--text-accent); cursor: pointer; transition: all .25s; }
.belgesel-transkript-toggle:hover { background: var(--text-accent); color: #fff; }
.transkript-toggle__icon { font-size: 20px; font-weight: normal; line-height: 1; }
.belgesel-single__transkript { margin-top: 24px; padding: 24px 28px; background: #fff; border: 1px solid #edeae8; font-family: var(--ff-body); font-size: 15px; line-height: 1.8; color: var(--text-body); }
.belgesel-single__transkript p { margin: 0 0 14px; }
.belgesel-single__transkript[hidden] { display: none; }

/* =========================================================
   v1.5.14 — HERO VIDEO PROFESSIONAL COVER
   ========================================================= */

/* MP4 video: tarayicinin native object-fit cover davranisi kullanilir. */
.hero-section__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

/* Vimeo/YouTube iframe: arka plan videosu gibi davranir. */
.hero-section__iframe-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #000;
  display: block;
  font-size: 0;
  line-height: 0;
}

/*
 * Fallback cover:
 * - Vimeo hero videonun gercek orani 1920x900 = 2.133333'tur.
 * - Ekstra scale/zoom yoktur; sadece alan dolacak kadar buyur.
 * - JS yuklenene kadar ilk boya aninda dogruya yakin kadraj verir.
 */
.hero-section__iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 213.3334vh);
  height: max(100vh, 46.875vw);
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  border: 0;
  pointer-events: none;
}

/* YouTube videolar genelde 16:9 oldugu icin Vimeo olmayan iframe'lerde 16:9 cover korunur. */
.hero-section__iframe:not(#vimeo-hero-iframe) {
  width: max(100vw, 177.78vh);
  height: max(100vh, 56.25vw);
}

/* Overlay gradient — iframe ve video üstünde görünsün */
.hero-section__bg::after {
  z-index: 1;
}

/* =========================================================
   v1.5.15 — HERO VIEWPORT FIT
   Header normal akışında kalır; hero, headerdan sonra kalan görünür ekran
   yüksekliğini doldurur. İlk açılışta video alanı monitörün alt sınırına oturur.
   ========================================================= */
body.home .hero-section,
body.front-page .hero-section {
  height: calc(100svh - var(--uc-hero-header-h, 110px));
}
@supports (height: 100dvh) {
  body.home .hero-section,
  body.front-page .hero-section {
    height: calc(100dvh - var(--uc-hero-header-h, 110px));
  }
}
@media (max-width: 767px) {
  :root { --uc-header-h: 80px; --uc-hero-header-h: 80px; }
  body.home .hero-section,
  body.front-page .hero-section {
    height: auto;
    min-height: calc(100svh - var(--uc-hero-header-h, 80px));
    padding-top: clamp(56px, 10vh, 84px);
    padding-bottom: clamp(56px, 10vh, 84px);
  }
  @supports (height: 100dvh) {
    body.home .hero-section,
    body.front-page .hero-section {
      min-height: calc(100dvh - var(--uc-hero-header-h, 80px));
    }
  }
}

/* =========================================================
   Hero Fade-In Animasyonu
   ========================================================= */
.hero-section {
  animation: heroFadeIn 1.8s ease-out forwards;
}
.hero-section__bg {
  animation: heroBgReveal 2.8s ease-out forwards;
  opacity: 0;
}
@keyframes heroFadeIn {
  from { background-color: #000; }
  to   { background-color: var(--bg-dark1); }
}
@keyframes heroBgReveal {
  0%   { opacity: 0; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
.hero-section__content {
  animation: heroTextFade 2s ease-out 1s both;
}
@keyframes heroTextFade {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   v1.5.16 — DESKTOP NAV UNIVERSAL CENTERING
   Menü, logo genişliğinden veya sağ alan boşluğundan etkilenmeden
   header'ın gerçek orta eksenine sabitlenir. Ara genişliklerde
   menü sıkışmadan hamburger davranışına geçer.
   ========================================================= */
@media (min-width: 1181px) {
  .header-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    padding-left: clamp(28px, 2.6vw, 40px);
    padding-right: clamp(28px, 2.6vw, 40px);
  }

  .site-logo {
    position: absolute;
    left: clamp(28px, 2.6vw, 40px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .navigation_part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    justify-self: auto;
    z-index: 1;
    max-width: calc(100vw - 560px);
  }

  .nav-list {
    flex-wrap: nowrap;
    gap: clamp(14px, 1.15vw, 24px);
  }

  .nav-list > li > a {
    padding-left: 0;
    padding-right: 0;
    font-size: clamp(12px, .82vw, 14px);
    letter-spacing: clamp(1.35px, .12vw, 2px);
  }

  .header-cta {
    position: absolute;
    right: clamp(28px, 2.6vw, 40px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .header-main {
    grid-template-columns: auto 1fr auto;
    min-height: 92px;
    padding: 0 28px;
  }

  .site-logo img { height: 62px; }
  .header-cta { display: none; }
  .nav-toggle { display: flex; }

  .navigation_part {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
  }

  .nav-list {
    position: fixed;
    top: var(--uc-header-h, 92px);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-mobile-nav);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 20px 28px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .3s ease;
    z-index: 800;
  }

  .nav-list.open { transform: translateX(0); }
  .nav-list > li { width: 100%; }

  .nav-list > li > a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #f4f2ef;
    font-size: 13px;
  }

  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(0,0,0,.3);
    margin-left: 12px;
    display: none;
  }

  .nav-list > li.submenu-open .sub-menu { display: block; }
}


/* =========================================================
   v1.5.18 — HEADER LOGO SMOOTH STICKY TRANSITION
   Logo küçülüp büyürken sert sıçramayı kaldırır.
   ========================================================= */
.header-main {
  transition:
    min-height .38s cubic-bezier(.22,.61,.36,1),
    padding .38s cubic-bezier(.22,.61,.36,1),
    background-color .28s ease,
    border-color .28s ease;
}

.site-logo,
.tmnf_logo_main {
  line-height: 0;
}

.site-logo img,
.custom-logo {
  transition:
    height .42s cubic-bezier(.22,.61,.36,1),
    max-height .42s cubic-bezier(.22,.61,.36,1),
    opacity .26s ease,
    transform .42s cubic-bezier(.22,.61,.36,1);
  will-change: height, opacity, transform;
  backface-visibility: hidden;
}

/* Önceki 76px → 58px geçişi fazla sertti. Fark azaltıldı. */
@media (min-width: 1181px) {
  .site-header.is-sticky .site-logo img,
  .site-header.is-sticky .custom-logo {
    height: 68px;
    max-height: 68px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .site-header.is-sticky .site-logo img,
  .site-header.is-sticky .custom-logo {
    height: 58px;
    max-height: 58px;
  }
}

@media (max-width: 767px) {
  .site-logo img,
  .custom-logo {
    transition-duration: .32s;
  }
}


/* =========================================================
   v1.5.19 — HERO/HEADER DECOUPLING + MOBILE STABILITY
   Hero yüksekliği artık scroll anında küçülen/büyüyen logoya bağlı değildir.
   --uc-header-h mobil menü için dinamik kalır; --uc-hero-header-h sabit açılış
   header ölçüsünü temsil eder. Bu sayede logo animasyonu Vimeo kadrajını oynatmaz.
   ========================================================= */
@media (min-width: 1181px) {
  :root { --uc-hero-header-h: 110px; }
}
@media (min-width: 768px) and (max-width: 1180px) {
  :root { --uc-hero-header-h: 92px; }
}
@media (max-width: 767px) {
  :root { --uc-hero-header-h: 80px; }

  .hero-section__content {
    align-items: center;
  }

  .hero-section__text {
    max-width: min(92vw, 560px);
  }

  .hero-section__desc {
    max-width: 32em;
  }
}


/* =========================================================
   v1.5.20 — HEADER LOGO SHRINK POLISH + FOOTER CREDIT
   Logo küçülürken yükseklik/layout değiştirmek yerine optik scale kullanılır;
   böylece scroll sırasında "pat" diye küçülme hissi azalır.
   ========================================================= */
.site-logo a,
.tmnf_logo_main {
  display: inline-flex;
  align-items: center;
  transform-origin: left center;
}

.site-logo img,
.custom-logo {
  transform-origin: left center;
  transition:
    transform .72s cubic-bezier(.16,1,.3,1),
    height .72s cubic-bezier(.16,1,.3,1),
    max-height .72s cubic-bezier(.16,1,.3,1),
    opacity .28s ease;
}

@media (min-width: 1181px) {
  .site-header.is-sticky .site-logo img,
  .site-header.is-sticky .custom-logo {
    height: 76px;
    max-height: 76px;
    transform: scale(.895);
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .site-header.is-sticky .site-logo img,
  .site-header.is-sticky .custom-logo {
    height: 62px;
    max-height: 62px;
    transform: scale(.935);
  }
}

/* Fallback logoda iki aynı görsel arasında display değişimi sert hissediliyordu.
   Tek görseli scale ederek daha yumuşak geçiş sağlanır. */
.logo-normal,
.site-header.is-sticky .logo-normal {
  display: block;
}
.logo-sticky,
.site-header.is-sticky .logo-sticky {
  display: none;
}

.footer-bottom__copy a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  border-bottom: 0;
  transition: opacity .2s ease;
}

.footer-bottom__copy a:hover {
  opacity: .72;
  color: inherit;
}

.pullquote-section--home.pullquote-section--has-bg {
  position: relative;
  background-image:
    linear-gradient(rgba(249, 248, 247, .82), rgba(249, 248, 247, .74)),
    var(--uc-pullquote-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pullquote-section--home.pullquote-section--has-bg blockquote {
  position: relative;
  z-index: 2;
}
.home-cards-header__desc {
  max-width: 760px;
  margin: 18px auto 0;
  font-family: var(--ff-body);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.75;
  color: var(--text-body);
  opacity: .86;
}

/* =========================================================
   v1.5.23 — BIOGRAPHY IMAGE AREAS + FOOTER MESSAGE
   Biyografi alıntı alanı ve üst başlık alanına panelden görsel eklenebilir.
   Footer logonun altına kısa açıklama metni eklenebilir.
   ========================================================= */
.pullquote-section.pullquote-section--has-bg {
  position: relative;
  background-image:
    linear-gradient(rgba(249, 248, 247, .84), rgba(249, 248, 247, .78)),
    var(--uc-pullquote-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pullquote-section.pullquote-section--has-bg::before {
  color: rgba(25, 18, 14, .06);
}

.pullquote-section.pullquote-section--has-bg blockquote p {
  color: var(--text-main);
}

.pullquote-section.pullquote-section--has-bg cite {
  color: var(--text-accent);
}

.pullquote-section.pullquote-section--has-bg .pullquote-divider {
  background: var(--text-accent);
}

.page-header--has-bg .page-header__bg {
  opacity: .22;
}

.footer-message {
  background: var(--bg-dark3);
  padding: 0 0 24px;
  position: relative;
}

.footer-message__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.footer-message__inner::before {
  content: '';
  display: block;
  width: 54px;
  height: 1px;
  margin: 0 auto 18px;
  background: var(--text-accent);
  opacity: .65;
}

.footer-message__text {
  margin: 0;
  font-family: var(--ff-display);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: rgba(244, 242, 239, .9);
}

@media (max-width: 767px) {
  .footer-message {
    padding: 0 0 22px;
  }

  .footer-message__inner {
    max-width: 92%;
    padding: 0 24px;
  }

  .footer-message__inner::before {
    width: 42px;
    margin-bottom: 14px;
  }

  .footer-message__text {
    font-size: 17px;
    line-height: 1.5;
  }
}