/* ==========================================================================
   TITLE: home-redesign.css
   EXPLAIN: BilgelikSevgisi arayüzünün bu dosyaya ait stil kuralları.
   NOTE: Final temiz sürümde dosya adı korunmuş, sürüm numaralı geçici adlar kaldırılmıştır.
   ========================================================================== */

/* V87 SAFE — yalnızca ana sayfa vitrini. Eski tasarım ve çalışan modüller korunur. */
.home-gateway{
  position:relative;
  z-index:12;
  margin-top:-42px;
  padding:0 clamp(18px,4.6vw,68px) 6px;
  background:transparent;
}
.home-gateway-inner{
  width:min(980px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.home-gateway-link{
  min-height:116px;
  border:1px solid rgba(54,63,60,.14);
  border-radius:18px;
  background:rgba(249,247,242,.97);
  color:#27312f;
  box-shadow:0 12px 30px rgba(35,42,40,.075);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 32px;
  align-items:center;
  gap:14px;
  padding:22px 22px;
  cursor:pointer;
  text-align:left;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.home-gateway-icon{font-size:25px!important;color:#7b5f52!important;justify-self:center}
.home-gateway-copy{display:flex;flex-direction:column;gap:5px;min-width:0}
.home-gateway-copy strong{font:600 22px/1.05 "Cormorant Garamond",serif;color:#27312f}
.home-gateway-copy small{font:400 11px/1.35 Inter,sans-serif;color:#716d68}
.home-gateway-arrow{width:30px;height:30px;border-radius:50%;display:grid!important;place-items:center;background:#eee4d9;color:#7b5f52!important;font-size:10px!important}
.home-gateway-link:hover{
  transform:translateY(-3px);
  border-color:rgba(91,70,59,.28);
  background:#fbfaf7;
  box-shadow:0 15px 32px rgba(35,42,40,.10);
}
.home-gateway-link:focus-visible{outline:2px solid #7b5f52;outline-offset:3px}

/* Çalışan eski ana sayfa modülleri DOM'da kalır. Sadece yeni vitrinde görünmezler. */
#magazineContent>.announcements-showcase,
#magazineContent>.slider-section,
#magazineContent>.weekly-book-v2-section,
#magazineContent>.reader-contact-section{display:none!important}

/* Abonelik ve footer eski CSS'lerinden aynen devam eder; genişlik/rengi burada override edilmez. */

.home-gateway-modal{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:22px;overflow:auto}
.home-gateway-modal[hidden]{display:none!important}
.home-gateway-modal__backdrop{position:absolute;inset:0;background:rgba(20,27,26,.62);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.home-gateway-modal__dialog{position:relative;z-index:1;width:min(860px,94vw);max-height:88vh;overflow:auto;background:#fbfaf7;border:1px solid rgba(53,61,58,.14);border-radius:22px;box-shadow:0 28px 80px rgba(15,20,19,.24);padding:24px}
.home-gateway-modal__close{position:absolute;right:16px;top:16px;width:36px;height:36px;border:1px solid #e5ded4;border-radius:50%;background:#f5f1eb;color:#29312f;cursor:pointer}
.home-gateway-modal__head{padding:2px 46px 18px 0;border-bottom:1px solid #ebe5dc}
.home-gateway-modal__head span{font:600 9px/1 Inter,sans-serif;letter-spacing:.14em;color:#866657}
.home-gateway-modal__head h2{margin:7px 0 4px;font:600 clamp(30px,4vw,44px)/1 "Cormorant Garamond",serif;color:#26302e}
.home-gateway-modal__head p{margin:0;color:#747a77;font:400 12px/1.55 Inter,sans-serif}
.home-gateway-list{display:grid;gap:8px;padding:16px 0 4px}
.home-gateway-item{width:100%;display:grid;grid-template-columns:72px 1fr 28px;gap:12px;align-items:center;border:0;border-bottom:1px solid #ece6de;background:transparent;padding:10px 4px;text-align:left;cursor:pointer;color:#29312f}
.home-gateway-item:last-child{border-bottom:0}
.home-gateway-item:hover{background:#f7f3ed}
.home-gateway-item img{width:72px;height:56px;object-fit:cover;border-radius:10px;background:#eee9e1}
.home-gateway-item__copy small{display:block;color:#8b6b5d;font:600 9px/1.25 Inter,sans-serif;letter-spacing:.06em;margin-bottom:4px}
.home-gateway-item__copy strong{display:block;font:600 19px/1.1 "Cormorant Garamond",serif}
.home-gateway-item__copy p{margin:4px 0 0;color:#747a77;font:400 11px/1.4 Inter,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.home-gateway-item__arrow{display:grid;place-items:center;color:#8a756a;font-size:10px}
.home-gateway-modal__footer{display:flex;justify-content:center;padding-top:16px;border-top:1px solid #ebe5dc;margin-top:10px}
.home-gateway-modal__all{display:inline-flex;align-items:center;gap:8px;padding:10px 17px;border:1px solid rgba(46,60,56,.2);border-radius:999px;background:#2e3c38;color:#fff;text-decoration:none;font:600 10px/1 Inter,sans-serif;letter-spacing:.04em}
.home-gateway-detail{padding:16px 0 2px}
.home-gateway-detail img{width:100%;max-height:310px;object-fit:cover;border-radius:14px;margin-bottom:14px}
.home-gateway-detail .meta{font:600 9px/1.3 Inter,sans-serif;letter-spacing:.05em;color:#8d7367}
.home-gateway-detail h3{font:600 clamp(28px,4vw,40px)/1.05 "Cormorant Garamond",serif;margin:7px 0 10px;color:#26302e}
.home-gateway-detail p{font:400 13px/1.75 Inter,sans-serif;color:#555e5b;white-space:pre-line}
.home-gateway-detail__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.home-gateway-detail__actions button,.home-gateway-detail__actions a{border:1px solid #d9d0c5;border-radius:999px;background:#f6f2ec;color:#35403d;padding:10px 15px;text-decoration:none;font:600 10px/1 Inter,sans-serif;cursor:pointer}
body.home-gateway-open{overflow:hidden}

@media(max-width:720px){
  .home-gateway{margin-top:-24px;padding:0 12px 5px}
  .home-gateway-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .home-gateway-link{min-height:92px;border-radius:14px;grid-template-columns:32px minmax(0,1fr) 24px;gap:8px;padding:14px 12px}
  .home-gateway-icon{font-size:18px!important}
  .home-gateway-copy strong{font-size:17px}
  .home-gateway-copy small{font-size:9px}
  .home-gateway-arrow{width:24px;height:24px;font-size:8px!important}
  .home-gateway-modal{padding:10px}
  .home-gateway-modal__dialog{width:100%;max-height:92vh;border-radius:18px;padding:18px}
  .home-gateway-item{grid-template-columns:58px 1fr 22px;gap:9px}
  .home-gateway-item img{width:58px;height:50px}
  .home-gateway-item__copy strong{font-size:16px}
  .home-gateway-item__copy p{font-size:10px}
}


/* V116 — hero görsel alanı, üst arama ve kompakt ana sayfa akışı */
.navbar-actions{display:flex;align-items:center;gap:12px;margin-left:auto}
.navbar-search{width:min(280px,28vw);height:42px;border:1px solid rgba(109,78,59,.24);border-radius:999px;background:#fbf8f3;display:flex;align-items:center;gap:9px;padding:0 14px;color:#785643}
.navbar-search input{width:100%;border:0;outline:0;background:transparent;color:#2b211b;font:500 12px/1 Inter,sans-serif}
.navbar-search input::placeholder{color:#9c8a7f}

@media (min-width:761px){
  .hero-photo{overflow:hidden!important;background-size:cover!important;background-position:center!important;isolation:isolate}
  .hero-photo::before{content:"";position:absolute;inset:-22px;background-image:inherit;background-size:cover;background-position:center;filter:blur(18px) brightness(.78);transform:scale(1.08);z-index:0}
  .hero-photo::after{content:"";position:absolute;inset:0;background:rgba(13,13,12,.10);z-index:1;pointer-events:none}
  .hero-photo .hero-foreground-image{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:min(88%,820px);height:auto;aspect-ratio:16/9;max-height:72%;object-fit:cover;object-position:center;display:block;border-radius:16px;border:1px solid rgba(255,255,255,.22);box-shadow:0 22px 50px rgba(0,0,0,.24)}
  .hero-copy{justify-content:center!important;padding-top:34px!important;padding-bottom:92px!important}
  .hero-article-meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px;padding-top:17px;border-top:1px solid rgba(255,255,255,.28);max-width:620px}
  .hero-article-meta span{display:inline-flex;align-items:center;gap:7px;color:rgba(255,255,255,.9);font:500 11px/1.2 Inter,sans-serif;white-space:nowrap}
  .hero-article-meta b{font-weight:600}
  .hero-article-meta i{color:#d8b9a2;font-size:12px}
}

/* Yeni vitrinde gizlenen eski modüller alan bırakmasın; abonelik hero kartlarının hemen ardından gelsin. */
body.home-redesign-active #magazineContent{padding-top:0!important;min-height:0!important}
body.home-redesign-active #magazineContent>.newsletter-section{margin-top:18px!important}
body.home-redesign-active .home-gateway{padding-bottom:0!important}
body.home-redesign-active .home-gateway + .editorial-home{margin-top:-2px!important}

@media(max-width:760px){
  .navbar-actions{gap:7px}
  .navbar-search{width:42px;padding:0 12px;transition:width .2s ease}
  .navbar-search:focus-within{width:min(210px,58vw)}
  .navbar-search input{min-width:0}
  .navbar-search:not(:focus-within) input{width:0;opacity:0;padding:0}
  .hero-photo{position:relative!important;overflow:hidden!important;background-size:cover!important;background-position:center!important}
  .hero-photo::before{content:"";position:absolute;inset:-18px;background-image:inherit;background-size:cover;background-position:center;filter:blur(16px) brightness(.72);transform:scale(1.08);z-index:0}
  .hero-photo .hero-foreground-image{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;height:auto;aspect-ratio:16/9;max-height:68%;object-fit:cover;display:block;border-radius:12px;border:1px solid rgba(255,255,255,.18)}
  .hero-article-meta{display:flex;flex-wrap:wrap;gap:8px 13px;margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.22)}
  .hero-article-meta span{display:inline-flex;align-items:center;gap:6px;color:#eee;font:500 10px/1.2 Inter,sans-serif}
}

/* V121 — ana sayfa kartları: görünür içerik sayısına göre tek satır düzeni */
.home-gateway-link[hidden]{display:none!important}
@media (min-width:721px){
  .home-gateway-inner{grid-template-columns:repeat(4,minmax(0,1fr))!important;max-width:1180px;width:min(1180px,100%)}
  .home-gateway-inner.is-three{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .home-gateway-inner.is-two{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .home-gateway-inner.is-one{grid-template-columns:minmax(0,1fr)!important;max-width:560px}
}
body.home-redesign-active .home-gateway{margin-bottom:0!important;padding-bottom:0!important}
body.home-redesign-active .home-gateway + .editorial-home{margin-top:0!important}
body.home-redesign-active #magazineContent>.newsletter-section{margin-top:14px!important}

/* V122 — Ana sayfa geçiş kartları her zaman 4'lü sabit düzen */
@media (min-width: 901px){
  .home-gateway-inner{grid-template-columns:repeat(4,minmax(0,1fr))!important;max-width:1180px!important;width:min(1180px,100%)!important;}
  .home-gateway-link[hidden]{display:grid!important;}
}
@media (max-width: 900px){
  .home-gateway-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .home-gateway-link[hidden]{display:grid!important;}
}


/* V123 — Ana sayfa keşif kartları bağımsız görünürlük */
.home-gateway[hidden],
.home-gateway-link[hidden]{display:none!important;}
.home-gateway-inner.is-one{grid-template-columns:minmax(0,1fr)!important;}
.home-gateway-inner.is-two{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.home-gateway-inner.is-three{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.home-gateway-inner.is-four{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
@media(max-width:760px){
 .home-gateway-inner.is-one{grid-template-columns:1fr!important;}
 .home-gateway-inner.is-two,.home-gateway-inner.is-three,.home-gateway-inner.is-four{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:480px){
 .home-gateway-inner.is-one,.home-gateway-inner.is-two,.home-gateway-inner.is-three,.home-gateway-inner.is-four{grid-template-columns:1fr!important;}
}


/* ==========================================================================
   TITLE: HERO → ABONE OL BULUTSU RENK GEÇİŞİ
   EXPLAIN: Dört ana keşif kartı da gizlendiğinde hero ile Abone Ol alanını
   sert bir çizgi olmadan koyu kahve → karamel → sıcak krem olarak birleştirir.
   ========================================================================== */
body.home-redesign-active.home-gateway-empty .hero-section,
body.home-redesign-active.gateway-empty .hero-section{position:relative;overflow:visible!important;}
body.home-redesign-active.home-gateway-empty .hero-section::after,
body.home-redesign-active.gateway-empty .hero-section::after{
  content:"";position:absolute;left:0;right:0;bottom:-150px;height:260px;z-index:8;pointer-events:none;
  background:
    radial-gradient(ellipse at 18% 18%,rgba(222,178,139,.82) 0%,rgba(222,178,139,.38) 28%,transparent 58%),
    radial-gradient(ellipse at 72% 8%,rgba(170,125,92,.62) 0%,rgba(202,159,124,.32) 34%,transparent 64%),
    radial-gradient(ellipse at 48% 58%,rgba(244,218,194,.92) 0%,rgba(247,229,211,.70) 40%,transparent 72%),
    linear-gradient(to bottom,rgba(74,52,38,.92) 0%,rgba(151,108,78,.68) 25%,rgba(225,188,154,.72) 52%,rgba(250,238,225,.96) 82%,#fbf2e8 100%);
  filter:blur(10px);transform:scaleX(1.04);
}
body.home-redesign-active.home-gateway-empty #magazineContent,
body.home-redesign-active.gateway-empty #magazineContent{position:relative;z-index:9;background:#fbf2e8!important;padding-top:125px!important;}

/* ==========================================================================
   V124 — 20.09.2026 ANA SAYFA VİTRİN DÜZENİ
   Full hero görsel + hero altında bağımsız 4 kare keşif kartı.
   Çalışan modal/içerik/abonelik sistemlerine dokunulmaz.
   ========================================================================== */
body.home-redesign-active .hero{
  min-height:clamp(620px,78vh,820px);
  position:relative;
  overflow:hidden;
}
body.home-redesign-active .hero-photo{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  background:none!important;
  isolation:auto!important;
}
body.home-redesign-active .hero-photo::before,
body.home-redesign-active .hero-photo::after{display:none!important;content:none!important;}
body.home-redesign-active .hero-photo .hero-foreground-image{
  position:absolute!important;
  inset:0!important;
  left:0!important;
  top:0!important;
  transform:none!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  display:block!important;
}
body.home-redesign-active .hero-overlay{
  background:linear-gradient(90deg,rgba(22,19,16,.68) 0%,rgba(22,19,16,.48) 42%,rgba(22,19,16,.22) 72%,rgba(22,19,16,.30) 100%)!important;
}
body.home-redesign-active .hero-copy{
  position:relative;
  z-index:4;
  justify-content:center!important;
  padding-top:54px!important;
  padding-bottom:70px!important;
}
body.home-redesign-active .hero-continue{z-index:5;}

body.home-redesign-active .home-gateway{
  margin-top:0!important;
  padding:34px clamp(18px,4.6vw,68px) 26px!important;
  background:#fbf8f3!important;
}
body.home-redesign-active .home-gateway-inner{
  width:min(1040px,100%)!important;
  max-width:1040px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
body.home-redesign-active .home-gateway-link{
  min-height:220px!important;
  aspect-ratio:1/1;
  border:1px solid rgba(100,76,60,.14)!important;
  border-radius:18px!important;
  background:#fffdf9!important;
  box-shadow:0 12px 30px rgba(62,47,38,.08)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  padding:24px 18px!important;
  text-align:center!important;
}
body.home-redesign-active .home-gateway-icon{
  width:68px;
  height:68px;
  border-radius:50%;
  display:grid!important;
  place-items:center;
  background:#f0e7dc;
  color:#765848!important;
  font-size:25px!important;
}
body.home-redesign-active .home-gateway-link:nth-child(2) .home-gateway-icon{background:#e7eee3;}
body.home-redesign-active .home-gateway-link:nth-child(3) .home-gateway-icon{background:#f5e8d8;}
body.home-redesign-active .home-gateway-link:nth-child(4) .home-gateway-icon{background:#e5e9e1;}
body.home-redesign-active .home-gateway-copy{align-items:center!important;gap:7px!important;}
body.home-redesign-active .home-gateway-copy strong{font-size:25px!important;line-height:1!important;}
body.home-redesign-active .home-gateway-copy small{font-size:11px!important;line-height:1.45!important;max-width:160px;}
body.home-redesign-active .home-gateway-arrow{
  margin-top:2px;
  width:34px!important;
  height:34px!important;
  background:transparent!important;
  border:1px solid #c7aa8f;
  color:#8b674f!important;
}
body.home-redesign-active .home-gateway-link:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 18px 38px rgba(62,47,38,.12)!important;
}
body.home-redesign-active #magazineContent>.newsletter-section{margin-top:0!important;}

@media(max-width:900px){
  body.home-redesign-active .hero{min-height:680px;}
  body.home-redesign-active .home-gateway-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:620px!important;}
  body.home-redesign-active .home-gateway-link{min-height:0!important;}
}
@media(max-width:560px){
  body.home-redesign-active .hero{min-height:620px;}
  body.home-redesign-active .hero-overlay{background:linear-gradient(90deg,rgba(20,18,16,.70),rgba(20,18,16,.36))!important;}
  body.home-redesign-active .hero-copy{padding-top:36px!important;padding-bottom:72px!important;}
  body.home-redesign-active .home-gateway{padding:22px 12px 20px!important;}
  body.home-redesign-active .home-gateway-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  body.home-redesign-active .home-gateway-link{aspect-ratio:1/1.06;padding:16px 10px!important;border-radius:14px!important;gap:8px!important;}
  body.home-redesign-active .home-gateway-icon{width:50px;height:50px;font-size:19px!important;}
  body.home-redesign-active .home-gateway-copy strong{font-size:20px!important;}
  body.home-redesign-active .home-gateway-copy small{font-size:9px!important;}
  body.home-redesign-active .home-gateway-arrow{width:28px!important;height:28px!important;}
}

/* V125 — Abone Ol, beşinci keşif kartı + modal abonelik formu */
body.home-redesign-active .home-subscribe-card{grid-column:2 / span 2;width:calc((100% - 18px)/2);justify-self:center;}
body.home-redesign-active .home-subscribe-card .home-gateway-icon{background:#eee4dc!important;color:#805844!important;}
.subscribe-modal{position:fixed;inset:0;z-index:10050;display:none;place-items:center;padding:24px;}
.subscribe-modal.is-open{display:grid;}
.subscribe-modal-backdrop{position:absolute;inset:0;background:rgba(16,15,14,.68);backdrop-filter:blur(7px);}
.subscribe-modal-dialog{position:relative;z-index:1;width:min(680px,calc(100vw - 34px));max-height:90vh;overflow:auto;background:#fffaf5;border:1px solid #e6d7ca;border-radius:20px;box-shadow:0 28px 80px rgba(20,15,12,.28);padding:34px 36px 32px;color:#211c18;}
.subscribe-modal-close{position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:50%;border:1px solid #decbbb;background:#fff;color:#754f3d;display:grid;place-items:center;cursor:pointer;}
.subscribe-modal-head{text-align:center;padding:5px 38px 24px;}
.subscribe-modal-head>span{font:700 10px Inter,Arial,sans-serif;letter-spacing:.16em;color:#9b6248;}
.subscribe-modal-head h2{font:600 38px/1.05 'Cormorant Garamond',serif;margin:8px 0 10px;}
.subscribe-modal-head p{margin:0;color:#746960;font:12px/1.65 Inter,Arial,sans-serif;}
.subscribe-modal .newsletter-form-v94{gap:14px!important;}
.subscribe-modal .newsletter-pref-drawer-v94{background:#fff!important;color:#211c18!important;border-color:#e4d4c7!important;}
.subscribe-modal .newsletter-pref-drawer-v94 summary{display:none!important;}
.subscribe-modal .newsletter-pref-options-v94{display:grid!important;grid-template-columns:1fr!important;border-top:0!important;}
.subscribe-modal .newsletter-pref-options-v94 label{border-right:0!important;border-bottom:1px solid #eee1d7!important;padding:13px 14px!important;background:#fffdf9;}
.subscribe-modal .newsletter-pref-options-v94 label:first-child{border-radius:10px 10px 0 0;}
.subscribe-modal .newsletter-pref-options-v94 label:last-child{border-bottom:0!important;border-radius:0 0 10px 10px;}
.subscribe-modal .newsletter-submit-v94{width:100%!important;justify-self:stretch!important;justify-content:center!important;background:#171919!important;color:#fff!important;}
body.subscribe-modal-open{overflow:hidden;}
@media(max-width:900px){body.home-redesign-active .home-subscribe-card{grid-column:1 / -1;width:calc((100% - 18px)/2);}}
@media(max-width:560px){body.home-redesign-active .home-subscribe-card{grid-column:1 / -1;width:calc((100% - 10px)/2);}.subscribe-modal{padding:10px}.subscribe-modal-dialog{padding:28px 16px 18px;border-radius:16px}.subscribe-modal-head{padding:8px 30px 20px}.subscribe-modal-head h2{font-size:31px}.subscribe-modal .newsletter-fields-v94{grid-template-columns:1fr!important;}}

/* V126 — 20.09.2026 dinamik ana sayfa modül yerleşimi */
body.home-redesign-active #latestPublishedHeroMeta{display:none!important;}
body.home-redesign-active .home-gateway-inner.is-five{grid-template-columns:repeat(5,minmax(0,1fr))!important;width:min(1420px,100%)!important;max-width:1420px!important;}
body.home-redesign-active .home-gateway-inner.is-four{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
body.home-redesign-active .home-gateway-inner.is-three{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:900px!important;}
body.home-redesign-active .home-gateway-inner.is-two{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:620px!important;}
body.home-redesign-active .home-gateway-link[hidden]{display:none!important;}
body.home-redesign-active .home-gateway-inner.is-five .home-gateway-link{min-height:205px!important;}
body.home-redesign-active #magazineContent:not(.single-module-mode):not(.single-newsletter-mode)>.announcements-showcase,
body.home-redesign-active #magazineContent:not(.single-module-mode):not(.single-newsletter-mode)>.slider-section,
body.home-redesign-active #magazineContent:not(.single-module-mode):not(.single-newsletter-mode)>.weekly-book-v2-section{display:none!important;}
body.home-redesign-active #magazineContent.single-module-mode{padding:42px clamp(18px,5vw,72px)!important;background:#fbf8f3!important;}
body.home-redesign-active #magazineContent.single-module-mode>.editorial-section:not([hidden]){display:block!important;margin:0 auto!important;max-width:1180px!important;}
body.home-redesign-active #magazineContent.single-module-mode .editorial-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;transform:none!important;}
body.home-redesign-active #magazineContent.single-module-mode .editorial-card{width:auto!important;min-width:0!important;}
.single-newsletter-showcase{max-width:900px;margin:0 auto;padding:58px 24px 64px;text-align:center;background:#fbf8f3;}
.single-newsletter-showcase p{font:400 13px/1.7 Inter,sans-serif;color:#6d706d;margin:0 auto 22px;max-width:560px;}
.single-newsletter-open{border:1px solid #c7aa8f;border-radius:999px;background:#fffdf9;color:#684d3f;padding:13px 22px;font:600 12px/1 Inter,sans-serif;cursor:pointer;box-shadow:0 10px 28px rgba(62,47,38,.08);}
.single-newsletter-open i{margin-right:8px;}
.home-visibility-note{display:grid;gap:5px;margin:0 0 14px;padding:13px 15px;border:1px solid #d9e6dc;border-radius:12px;background:#f3f8f4;color:#315a42;font:400 12px/1.55 Inter,Arial,sans-serif;}
.home-visibility-note b{font-size:13px;}
@media(max-width:1050px){body.home-redesign-active .home-gateway-inner.is-five{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:900px!important;}}
@media(max-width:760px){body.home-redesign-active .home-gateway-inner.is-five,body.home-redesign-active .home-gateway-inner.is-four,body.home-redesign-active .home-gateway-inner.is-three,body.home-redesign-active .home-gateway-inner.is-two{grid-template-columns:repeat(2,minmax(0,1fr))!important;}body.home-redesign-active #magazineContent.single-module-mode .editorial-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:480px){body.home-redesign-active #magazineContent.single-module-mode .editorial-cards{grid-template-columns:1fr!important;}}

/* V127 — masaüstünde beş aktif modül tek satır / beş sütun */
@media (min-width:1051px){body.home-redesign-active .home-gateway-inner.is-five{grid-template-columns:repeat(5,minmax(0,1fr))!important;width:min(1420px,calc(100% - 48px))!important;max-width:1420px!important;}}

/* V128 — Abone Ol kartı aktif modül sayısına göre normal grid öğesidir */
body.home-redesign-active .home-subscribe-card{
  grid-column:auto!important;
  width:auto!important;
  justify-self:stretch!important;
}
@media(max-width:900px){
  body.home-redesign-active .home-subscribe-card{grid-column:auto!important;width:auto!important;justify-self:stretch!important;}
}
@media(max-width:560px){
  body.home-redesign-active .home-subscribe-card{grid-column:auto!important;width:auto!important;justify-self:stretch!important;}
}


/* V130 — tek parça full-cover hero. Eski 38% / iki sütun hero kurallarını kesin ezer. */
body.home-redesign-active #latestPublishedHero.hero{
  display:block!important;
  position:relative!important;
  min-height:clamp(620px,78vh,820px)!important;
  height:auto!important;
  overflow:hidden!important;
  background:#111!important;
}
body.home-redesign-active #latestPublishedHero .hero-photo{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  background:none!important;
  overflow:hidden!important;
}
body.home-redesign-active #latestPublishedHero .hero-photo .hero-foreground-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  transform:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.home-redesign-active #latestPublishedHero .hero-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  background:linear-gradient(90deg,rgba(8,10,10,.82) 0%,rgba(8,10,10,.64) 30%,rgba(8,10,10,.34) 54%,rgba(8,10,10,.08) 78%,rgba(8,10,10,.04) 100%)!important;
  pointer-events:none!important;
}
body.home-redesign-active #latestPublishedHero .hero-copy{
  position:relative!important;
  z-index:3!important;
  width:min(700px,54%)!important;
  min-height:clamp(620px,78vh,820px)!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:56px 0 76px clamp(42px,6vw,108px)!important;
  color:#fff!important;
}
body.home-redesign-active #latestPublishedHeroMeta{display:none!important;}
body.home-redesign-active #latestPublishedHero .hero-continue{z-index:4!important;}
@media(max-width:900px){
  body.home-redesign-active #latestPublishedHero.hero{min-height:650px!important;}
  body.home-redesign-active #latestPublishedHero .hero-copy{width:min(720px,82%)!important;min-height:650px!important;padding-left:6vw!important;padding-right:24px!important;}
  body.home-redesign-active #latestPublishedHero .hero-overlay{background:linear-gradient(90deg,rgba(8,10,10,.80),rgba(8,10,10,.48) 62%,rgba(8,10,10,.16))!important;}
}
@media(max-width:560px){
  body.home-redesign-active #latestPublishedHero.hero{min-height:610px!important;}
  body.home-redesign-active #latestPublishedHero .hero-copy{width:92%!important;min-height:610px!important;padding:38px 18px 70px!important;}
  body.home-redesign-active #latestPublishedHero .hero-overlay{background:linear-gradient(90deg,rgba(8,10,10,.80),rgba(8,10,10,.46))!important;}
}

/* ==========================================================================
   V139 — MASAÜSTÜ TEK PARÇA HERO / SEÇİLEN KAPAK GÖRSELİ TAM ARKA PLAN
   Amaç: Hero artık sağ-sol iki parçaya ayrılmaz. Yönetim panelinde seçilen
   yazı/kapak görseli hero alanının tamamını cover olarak doldurur; metin
   görselin üzerinde solda kalır. Mobil kurgu korunur.
   ========================================================================== */
body.home-redesign-active #latestPublishedHero.hero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:clamp(620px,calc(100svh - 112px),860px)!important;
  min-height:620px!important;
  max-height:860px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#0b0c0c!important;
}
body.home-redesign-active #latestPublishedHero .hero-photo{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  z-index:0!important;
  overflow:hidden!important;
  background-color:#0b0c0c!important;
}
body.home-redesign-active #latestPublishedHero .hero-photo::before,
body.home-redesign-active #latestPublishedHero .hero-photo::after{
  display:none!important;
  content:none!important;
}
body.home-redesign-active #latestPublishedHero .hero-photo .hero-foreground-image{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  opacity:1!important;
  filter:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.home-redesign-active #latestPublishedHero .hero-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,rgba(7,8,8,.88) 0%,rgba(7,8,8,.72) 24%,rgba(7,8,8,.46) 45%,rgba(7,8,8,.18) 67%,rgba(7,8,8,.05) 100%),
    linear-gradient(0deg,rgba(7,8,8,.24) 0%,rgba(7,8,8,0) 42%)!important;
}
body.home-redesign-active #latestPublishedHero .hero-copy{
  position:relative!important;
  inset:auto!important;
  z-index:2!important;
  width:min(690px,52vw)!important;
  max-width:690px!important;
  height:100%!important;
  min-height:100%!important;
  margin:0!important;
  box-sizing:border-box!important;
  padding:clamp(56px,6vh,88px) 26px clamp(76px,8vh,104px) clamp(52px,6.5vw,112px)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  color:#fff!important;
  transform:none!important;
}
body.home-redesign-active #latestPublishedHero .hero-copy h1{
  max-width:620px!important;
  margin:12px 0 20px!important;
  text-wrap:balance;
}
body.home-redesign-active #latestPublishedHero .hero-copy p{
  max-width:585px!important;
}
body.home-redesign-active #latestPublishedHeroMeta{display:none!important;}
body.home-redesign-active #latestPublishedHero .hero-continue{
  z-index:3!important;
}

@media(max-width:900px){
  body.home-redesign-active #latestPublishedHero.hero{
    height:clamp(600px,78svh,740px)!important;
    min-height:600px!important;
    max-height:740px!important;
  }
  body.home-redesign-active #latestPublishedHero .hero-photo .hero-foreground-image{
    object-position:60% center!important;
  }
  body.home-redesign-active #latestPublishedHero .hero-overlay{
    background:
      linear-gradient(90deg,rgba(7,8,8,.84) 0%,rgba(7,8,8,.60) 56%,rgba(7,8,8,.18) 100%),
      linear-gradient(0deg,rgba(7,8,8,.34) 0%,rgba(7,8,8,0) 46%)!important;
  }
  body.home-redesign-active #latestPublishedHero .hero-copy{
    width:min(720px,84%)!important;
    max-width:720px!important;
    padding:48px 24px 76px 6vw!important;
  }
}

@media(max-width:560px){
  body.home-redesign-active #latestPublishedHero.hero{
    height:clamp(570px,76svh,680px)!important;
    min-height:570px!important;
    max-height:680px!important;
  }
  body.home-redesign-active #latestPublishedHero .hero-photo .hero-foreground-image{
    object-position:62% center!important;
  }
  body.home-redesign-active #latestPublishedHero .hero-copy{
    width:94%!important;
    max-width:94%!important;
    padding:38px 18px 68px!important;
  }
  body.home-redesign-active #latestPublishedHero .hero-copy h1{
    font-size:clamp(38px,10vw,56px)!important;
    line-height:.98!important;
    max-width:94%!important;
  }
  body.home-redesign-active #latestPublishedHero .hero-copy p{max-width:92%!important;}
  body.home-redesign-active #latestPublishedHero .hero-continue{display:none!important;}
}
