/* ============================================================
   Hayatla İletişim — marka paleti (Sinai teması üzerine override)
   Aksan: sakin petrol-teal · Başlıklar: Playfair Display
   ============================================================ */
:root {
  --hi-accent: #137a7f;       /* petrol-teal */
  --hi-accent-dark: #0c565a;
  --hi-ink: #1c2b2d;
}

/* --- Metin seçimi --- */
::selection { background: var(--hi-accent); color: #fff; }

/* --- Logo / marka adı --- */
.c-logo__link { font-family: "Playfair Display", Georgia, serif; letter-spacing: .2px; }
.c-logo__link:hover, .c-logo__link:active, .c-logo__link:focus { color: var(--hi-accent); }

/* --- Başlıklar editoryal serif --- */
.c-post-hero__title,
.c-content h1, .c-content h2, .c-content h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--hi-ink);
}
.c-content h2 { letter-spacing: .2px; }

/* --- Kategori etiketleri (kartlar + hero) --- */
.c-post-card__tags, .c-post-card__tags a,
.c-post-hero__tags, .c-post-hero__tags a,
.c-footer__headline {
  color: var(--hi-accent);
}
.c-post-card__tags a:hover, .c-post-card__tags a:active, .c-post-card__tags a:focus,
.c-post-hero__tags a:hover {
  color: var(--hi-accent-dark);
}

/* --- Kart başlığı hover --- */
.c-post-card__title-link:hover,
.c-post-card__title-link:active,
.c-post-card__title-link:focus { color: var(--hi-accent); }

/* --- İçerik bağlantıları --- */
.c-content a:not(.c-btn) {
  color: var(--hi-accent-dark);
  border-bottom: 1px solid var(--hi-accent);
}
.c-content a:not(.c-btn):hover,
.c-content a:not(.c-btn):active,
.c-content a:not(.c-btn):focus {
  color: #fff;
  background-color: var(--hi-accent);
  border-bottom-color: var(--hi-accent);
}

/* --- İlk harf (drop-cap) --- */
.c-content > p:first-child::first-letter,
.kg-post > p:first-child::first-letter { color: var(--hi-accent); }

/* --- Alıntı bloğu --- */
.c-content blockquote {
  color: var(--hi-ink);
  position: relative;
  padding-top: 8px;
}
.c-content blockquote cite { color: var(--hi-accent); font-style: normal; }

/* --- Anasayfa hero başlığı altına ince aksan çizgisi --- */
.is-home .c-post-hero__content.u-text-center .c-post-hero__title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: var(--hi-accent);
  margin: 20px auto 0;
}

/* --- Footer sosyal ikon hover --- */
.c-social-icons a:hover .icon { fill: var(--hi-accent); }

/* --- Navigasyon aktif/hover --- */
.c-nav__link:hover, .c-nav__link:active, .c-nav__link:focus { color: var(--hi-accent); }

/* ============================================================
   "Hayatla İletişim Nedir?" — zengin içerik düzeni
   ============================================================ */
.hi-wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }

/* foto + metin satırı (alternalı) */
.hi-feature {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 40px; margin: 0 0 64px;
}
.hi-feature__media { flex: 1 1 300px; }
.hi-feature__body  { flex: 1 1 340px; }
.hi-feature--reverse .hi-feature__media { order: 2; }
.hi-feature img {
  width: 100%; height: auto; display: block; border-radius: 4px;
}
.hi-feature__body h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--hi-ink); text-transform: uppercase;
  letter-spacing: .5px; margin-bottom: 18px;
}
.hi-feature__body p { margin-bottom: 16px; }
.hi-feature__body ol, .hi-feature__body ul { margin: 0; padding-left: 22px; }
.hi-feature__body li { margin-bottom: 10px; line-height: 1.5; }

/* yuvarlak portre (giriş + carousel) */
.hi-feature img.hi-avatar,
.hi-carousel__media img.hi-avatar {
  width: 240px; height: 240px; object-fit: cover;
  border-radius: 50%; margin: 0 auto; display: block;
  border: 6px solid #fff; box-shadow: 0 8px 30px rgba(0,0,0,.12);
}

/* ---- üst carousel ---- */
.hi-carousel { overflow: hidden; margin: 8px 0 0; }
.hi-carousel__track { display: flex; transition: transform 600ms ease; }
.hi-carousel__slide {
  flex: 0 0 100%; box-sizing: border-box;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 48px; padding: 24px 8px;
}
.hi-carousel__media { flex: 0 0 auto; }
.hi-carousel__body { flex: 1 1 360px; max-width: 540px; text-align: center; }
.hi-carousel__body h2 {
  font-family: "Playfair Display", Georgia, serif;
  text-transform: uppercase; letter-spacing: .5px;
  color: var(--hi-ink); margin-bottom: 16px;
}
.hi-carousel__body p { margin-bottom: 0; }
.hi-carousel__body ul { list-style: none; padding: 0; margin: 0; }
.hi-carousel__body li { margin-bottom: 8px; line-height: 1.5; }
.hi-carousel__dots { display: flex; justify-content: center; gap: 10px; margin-top: 10px; }
.hi-carousel__dot {
  width: 10px; height: 10px; padding: 0; border: none; border-radius: 50%;
  background: #cfd8da; cursor: pointer; transition: all 300ms ease;
}
.hi-carousel__dot.is-active { background: var(--hi-accent); transform: scale(1.25); }

/* ince ayraç */
.hi-rule {
  border: none; border-top: 1px solid #e6ebec;
  width: 120px; margin: 48px auto 64px;
}

/* bölüm başlığı (ortalı) */
.hi-section-title {
  text-align: center; font-family: "Playfair Display", Georgia, serif;
  text-transform: uppercase; letter-spacing: 1px; color: var(--hi-ink);
  margin: 24px 0 40px;
}
.hi-section-title::after {
  content: ""; display: block; width: 64px; height: 3px;
  background: var(--hi-accent); margin: 18px auto 0;
}

/* basın & sosyal medya galerisi */
.hi-gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-bottom: 72px;
}
.hi-gallery figure {
  margin: 0; position: relative; overflow: hidden;
  border-radius: 4px; background: #e9eef0;
}
.hi-gallery img {
  width: 100%; height: 100%; aspect-ratio: 4 / 3;
  object-fit: cover; display: block;
  transition: transform 500ms ease;
}
.hi-gallery figure:hover img { transform: scale(1.05); }
.hi-gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 28px 14px 12px; color: #fff; font-size: 13px; line-height: 1.3;
  background: linear-gradient(to top, rgba(12,86,90,.92), rgba(12,86,90,0));
}

/* "Merhaba" iletişim çağrısı */
.hi-merhaba { text-align: center; margin: 24px auto 72px; max-width: 620px; }
.hi-merhaba img {
  width: 88px; height: 88px; object-fit: cover; border-radius: 50%;
  margin: 0 auto 16px; display: block;
}
.hi-merhaba h2 {
  font-family: "Playfair Display", Georgia, serif; color: var(--hi-ink);
  margin-bottom: 14px;
}
.hi-merhaba .hi-merhaba__cta {
  display: inline-block; margin-top: 18px; padding: 12px 28px;
  border: 1px solid var(--hi-accent); color: var(--hi-accent);
  letter-spacing: 1px; text-transform: uppercase; font-size: 13px;
  border-radius: 2px; transition: all 300ms ease;
}
.hi-merhaba .hi-merhaba__cta:hover { background: var(--hi-accent); color: #fff; }

@media (max-width: 900px) {
  .hi-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .hi-gallery { grid-template-columns: 1fr; }
  .hi-feature--reverse .hi-feature__media { order: 0; }
}

/* ============================================================
   SULU BOYA / "PAINTERLY" MODU
   Yumuşak kenarlar, beyaz zemine eriyen görseller, ince serif
   (Sulu boya görseller geldiğinde en iyi sonucu verir;
    yer tutucu fotoğraflarda da kenarlar yumuşatılır.)
   ============================================================ */

/* --- ince, yumuşak başlık fontu --- */
:root { --hi-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif; }
.c-logo__link,
.c-post-hero__title,
.c-content h1, .c-content h2, .c-content h3,
.hi-feature__body h2, .hi-carousel__body h2,
.hi-section-title, .hi-merhaba h2 {
  font-family: var(--hi-serif);
  font-weight: 600;
  letter-spacing: .3px;
}
.c-post-hero__title { font-weight: 600; }

/* --- görseller: kenarlar beyaza erisin, çerçeve/gölge yok --- */
/* dikdörtgen içerik & galeri görselleri */
.hi-feature__media img:not(.hi-avatar),
.hi-gallery img {
  border-radius: 6px;
  -webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 50%,
                       #000 68%, rgba(0,0,0,.35) 86%, transparent 100%);
          mask-image: radial-gradient(ellipse 100% 100% at 50% 50%,
                       #000 68%, rgba(0,0,0,.35) 86%, transparent 100%);
}

/* yuvarlak portreler: sert halka & gölge yerine yumuşak eriyen kenar */
.hi-feature img.hi-avatar,
.hi-carousel__media img.hi-avatar,
.hi-merhaba img {
  border: none !important;
  box-shadow: none !important;
  -webkit-mask-image: radial-gradient(circle at 50% 50%,
                       #000 58%, rgba(0,0,0,.4) 72%, transparent 82%);
          mask-image: radial-gradient(circle at 50% 50%,
                       #000 58%, rgba(0,0,0,.4) 72%, transparent 82%);
}

/* --- galeri: koyu şeritli başlık yerine sade, alt yazılı --- */
.hi-gallery { gap: 28px 24px; }
.hi-gallery figure { background: transparent; overflow: visible; border-radius: 0; }
.hi-gallery figure:hover img { transform: none; }
.hi-gallery figcaption {
  position: static; background: none; color: #5d738d;
  text-align: center; font-size: 13px; letter-spacing: .3px;
  padding: 12px 6px 0;
}

/* --- ayraç & noktalar daha hafif --- */
.hi-rule { border-top-color: #eef2f3; }

/* --- ana sayfa kartları & hero görselleri de yumuşasın --- */
.c-post-card__image, .c-post-hero__image {
  -webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 50%,
                       #000 70%, rgba(0,0,0,.3) 88%, transparent 100%);
          mask-image: radial-gradient(ellipse 100% 100% at 50% 50%,
                       #000 70%, rgba(0,0,0,.3) 88%, transparent 100%);
}

/* ============================================================
   YUMUŞAK RENK PALETİ — siyah yerine sulu boya tonları
   ============================================================ */
:root {
  --hi-heading: #0e5a60;   /* derin petrol-yeşili — başlıklar */
  --hi-text:    #3d4a4a;   /* yumuşak arduvaz grisi — gövde yazıları */
}

/* gövde / paragraf / liste metinleri */
body,
.c-content, .c-content p, .c-content li,
.hi-feature__body, .hi-carousel__body, .hi-merhaba,
.c-post-hero__excerpt {
  color: var(--hi-text);
}

/* başlıklar derin petrol-yeşili */
.c-post-hero__title,
.c-content h1, .c-content h2, .c-content h3,
.hi-feature__body h2, .hi-carousel__body h2,
.hi-section-title, .hi-merhaba h2 {
  color: var(--hi-heading);
}
.hi-section-title::after { background: var(--hi-heading); }

/* 1-2-3 sıra numaraları aksan renginde */
.hi-feature__body ol li::marker,
.c-content ol li::marker {
  color: var(--hi-heading);
  font-weight: 700;
}

/* logo & menü biraz yumuşasın (saf siyah değil) */
.c-logo__link { color: var(--hi-heading); }
.c-nav__link { color: var(--hi-text); }

/* ============================================================
   DAHA YUMUŞAK TİPOGRAFİ — büyük harf yok, ince ağırlık, ferah
   ============================================================ */
:root { --hi-heading: #2f6e70; }   /* biraz daha açık/dingin teal */

/* başlıklar: normal yazım, ince, ferah */
.c-post-hero__title,
.c-content h1, .c-content h2, .c-content h3,
.hi-feature__body h2, .hi-carousel__body h2,
.hi-section-title, .hi-merhaba h2 {
  text-transform: none !important;
  font-weight: 500 !important;
  letter-spacing: .2px !important;
  line-height: 1.25;
}
.c-post-hero__title { font-weight: 500 !important; }

/* gövde ve listeler biraz daha havadar */
.c-content p, .hi-feature__body p, .hi-carousel__body p { line-height: 1.7; }
.hi-feature__body li, .hi-carousel__body li, .c-content li { line-height: 1.65; }

/* sıra numaraları yumuşasın (kalın değil) */
.hi-feature__body ol li::marker,
.c-content ol li::marker { font-weight: 500; }

/* menü linkleri büyük harf hissini azalt */
.c-nav__link { text-transform: none; letter-spacing: .2px; }

/* kart görsel kutusundaki açık zemini kaldır (şeffaf PNG'ler beyaza erisin) */
.c-post-card__media { background: transparent !important; }

/* ============================================================
   ANA SAYFA — kare görsellere değişken yükseklik (asimetrik masonry)
   object-fit: cover → yalnızca yan beyaz boşluklar kırpılır, figür korunur
   ============================================================ */
.is-home .c-post-card__image { width: 100%; display: block; object-fit: cover; }
.is-home .js-post-card-wrap:nth-child(7n+1) .c-post-card__image { aspect-ratio: 4 / 5; }
.is-home .js-post-card-wrap:nth-child(7n+2) .c-post-card__image { aspect-ratio: 1 / 1; }
.is-home .js-post-card-wrap:nth-child(7n+3) .c-post-card__image { aspect-ratio: 3 / 4; }
.is-home .js-post-card-wrap:nth-child(7n+4) .c-post-card__image { aspect-ratio: 1 / 1; }
.is-home .js-post-card-wrap:nth-child(7n+5) .c-post-card__image { aspect-ratio: 4 / 5; }
.is-home .js-post-card-wrap:nth-child(7n+6) .c-post-card__image { aspect-ratio: 5 / 6; }
.is-home .js-post-card-wrap:nth-child(7n+7) .c-post-card__image { aspect-ratio: 1 / 1; }

/* ============================================================
   Gömülü videolar — responsive 16:9
   ============================================================ */
.hi-video {
  position: relative;
  width: 100%;
  min-width: 100%;          /* tema .c-content flex düzeninde sıfıra çökmesin */
  aspect-ratio: 16 / 9;
  margin: 0 0 16px;
  border-radius: 6px;
  overflow: hidden;
  background: #eef2f3;
}
.hi-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* video başlıkları biraz daha derli toplu */
.c-content .hi-video + p { margin-top: 4px; }

/* ============================================================
   KİTAP — sayfa + ana sayfa banner'ı + satın alma butonları
   ============================================================ */
.hi-buybtn {
  display: inline-block; padding: 12px 22px; margin: 0;
  border: 1px solid var(--hi-accent); color: var(--hi-accent);
  border-radius: 4px; font-size: 14px; letter-spacing: .3px;
  transition: all 300ms ease; white-space: nowrap;
}
.hi-buybtn:hover, .hi-buybtn:focus { background: var(--hi-accent); color: #fff; }

/* kitap sayfası */
.hi-book { display: flex; flex-wrap: wrap; gap: 48px; align-items: center; margin: 40px 0 64px; }
.hi-book__cover { flex: 1 1 280px; }
.hi-book__cover img {
  width: 100%; max-width: 460px; display: block; margin: 0 auto;
  border-radius: 10px; box-shadow: 0 14px 44px rgba(0,0,0,.14);
}
.hi-book__info { flex: 1 1 340px; }
.hi-book__info h1 {
  font-family: var(--hi-serif); color: var(--hi-heading);
  font-weight: 500; margin-bottom: 8px;
}
.hi-book__hook {
  font-family: var(--hi-serif); font-style: italic;
  color: var(--hi-accent); font-size: 22px; margin-bottom: 22px;
}
.hi-book__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* ana sayfa banner */
.hi-book-banner { text-align: center; margin: 8px auto 0; }
.hi-book-banner__img { display: block; max-width: 500px; margin: 0 auto 22px; }
.hi-book-banner__img img {
  width: 100%; display: block; border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,.14); transition: transform 400ms ease;
}
.hi-book-banner__img:hover img { transform: translateY(-4px); }
.hi-book-banner__buy { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
