/*
Theme Name: fbtarihiorg
Theme URI: https://fenerbahcetarihi.org/
Author: fbtarihiorg
Author URI: https://fenerbahcetarihi.org/
Description: fbtarihiorg için özel klasik WordPress teması.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: fbtarihiorg
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@400;600;700&display=swap");

:root {
    --bg-dark: #111829;
    --bg-darker: #111829;
    --bg-light: #f5f2e8;
    --text-light: #f7f5f0;
    --text-muted: #b9c0cc;
    --text-dark: #1a1e27;
    --gold: #c8b07a;
    --gold-strong: #b89a57;
    --border-dark: rgba(255, 255, 255, 0.08);
    --border-light: rgba(15, 20, 35, 0.1);
    --font-heading: "Playfair Display", serif;
    --font-body: "Graphik", "Inter", system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--font-body);
    background: var(--bg-darker);
    color: var(--text-light);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 400;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1200px, 90%);
    margin: 0 auto;
}

/* Anasayfada ve iç sayfalarda (single, page, archive, blog, search, all-categories) header absolute; diğer sayfalarda relative */
body.home .site-header,
body.single .site-header,
body.page .site-header,
body.archive .site-header,
body.blog .site-header,
body.search .site-header,
body.all-categories .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

body:not(.home):not(.single):not(.page):not(.archive):not(.blog):not(.search):not(.all-categories) .site-header {
    position: relative;
}

.site-header {
    background: rgba(249, 248, 244, 0.1);
    color: var(--text-dark);
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 1000;
}

/* Anasayfada header: şeffaf arka plan + proje koyu yazı rengi (sadece desktop) */
@media (min-width: 901px) {
    body.home .site-header {
        color: var(--text-dark) !important;
    }

    body.home .site-header .header-inner .site-branding .site-title,
    body.home .site-header .header-inner .site-branding .site-tagline,
    body.home .site-header .header-inner .primary-nav a,
    body.home .site-header .header-inner .menu-toggle__bar {
        color: var(--text-dark) !important;
    }

    body.home .site-header .header-inner .primary-nav a:hover,
    body.home .site-header .header-inner .primary-nav .current-menu-item > a,
    body.home .site-header .header-inner .primary-nav .current_page_item > a {
        color: var(--gold-strong) !important;
    }

    body.home .site-header .header-actions {
        border-left-color: rgba(26, 30, 39, 0.4) !important;
    }

    body.home .site-header .search-toggle .search-icon {
        border-color: var(--text-dark) !important;
    }

    body.home .site-header .search-toggle .search-icon::after {
        background: var(--text-dark) !important;
    }
}

/* İç sayfalarda header: koyu arka plan + beyaz yazı */
body.single .site-header,
body.page .site-header,
body.archive .site-header,
body.blog .site-header,
body.search .site-header,
body.all-categories .site-header {
    background: unset;
    color: #fff;
}

body.single .site-title,
body.single .site-tagline,
body.single .primary-nav a,
body.single .menu-toggle__bar,
body.page .site-title,
body.page .site-tagline,
body.page .primary-nav a,
body.page .menu-toggle__bar,
body.archive .site-title,
body.archive .site-tagline,
body.archive .primary-nav a,
body.archive .menu-toggle__bar,
body.blog .site-title,
body.blog .site-tagline,
body.blog .primary-nav a,
body.blog .menu-toggle__bar,
body.search .site-title,
body.search .site-tagline,
body.search .primary-nav a,
body.search .menu-toggle__bar,
body.all-categories .site-title,
body.all-categories .site-tagline,
body.all-categories .primary-nav a,
body.all-categories .menu-toggle__bar {
    color: #fff !important;
}

body.single .primary-nav a:hover,
body.single .primary-nav .current-menu-item > a,
body.page .primary-nav a:hover,
body.page .primary-nav .current-menu-item > a,
body.archive .primary-nav a:hover,
body.archive .primary-nav .current-menu-item > a,
body.blog .primary-nav a:hover,
body.blog .primary-nav .current-menu-item > a,
body.search .primary-nav a:hover,
body.search .primary-nav .current-menu-item > a,
body.all-categories .primary-nav a:hover,
body.all-categories .primary-nav .current-menu-item > a {
    color: var(--gold) !important;
}

body.single .header-actions,
body.page .header-actions,
body.archive .header-actions,
body.blog .header-actions,
body.search .header-actions,
body.all-categories .header-actions {
    border-left-color: rgba(255, 255, 255, 0.25);
}

body.single .search-icon,
body.page .search-icon,
body.archive .search-icon,
body.blog .search-icon,
body.search .search-icon,
body.all-categories .search-icon {
    border-color: rgba(255, 255, 255, 0.6);
}

body.single .search-icon::after,
body.page .search-icon::after,
body.archive .search-icon::after,
body.blog .search-icon::after,
body.search .search-icon::after,
body.all-categories .search-icon::after {
    background: rgba(255, 255, 255, 0.6);
}

/* Anasayfa header koyu yazı – yüksek hiyerarşi ile iç sayfa kurallarını ez (desktop) */
@media (min-width: 901px) {
    body.home .site-header,
    body.home .site-header .header-inner {
        color: var(--text-dark) !important;
    }
    body.home .site-header .header-inner .site-branding .site-title,
    body.home .site-header .header-inner .site-branding .site-tagline,
    body.home .site-header .header-inner .site-branding a.site-title,
    body.home .site-header .header-inner .primary-nav a,
    body.home .site-header .header-inner .primary-nav .current-menu-item > a,
    body.home .site-header .header-inner .primary-nav .current_page_item > a,
    body.home .site-header .header-inner .menu-toggle__bar {
        color: var(--text-dark) !important;
    }
    body.home .site-header .header-inner .primary-nav a:hover,
    body.home .site-header .header-inner .primary-nav .current-menu-item > a:hover,
    body.home .site-header .header-inner .primary-nav .current_page_item > a:hover {
        color: var(--gold-strong) !important;
    }
    body.home .site-header .header-actions {
        border-left-color: rgba(26, 30, 39, 0.4) !important;
    }
    body.home .site-header .search-toggle .search-icon {
        border-color: var(--text-dark) !important;
    }
    body.home .site-header .search-toggle .search-icon::after {
        background: var(--text-dark) !important;
    }
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 110px;
    padding: 12px 0;
    position: relative;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-logo-link img {
    width: 240px;
    height: 90px;
    object-fit: contain;
    display: block;
}

.site-branding__logo-link {
    display: block;
}

.site-branding__logo-img {
    width: 240px;
    height: 90px;
    object-fit: contain;
    display: block;
}

.site-title {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 500;
    color: var(--text-dark);
    letter-spacing: 0.4px;
}

.site-tagline {
    font-size: 12px;
    color: #6c707a;
}

.primary-nav {
    margin-left: auto;
}

.primary-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
}

.primary-nav li {
    position: relative;
}

.primary-nav a {
    color: #1b2433;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    letter-spacing: 0.2px;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
    color: var(--gold-strong);
}

.primary-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #f7f4ea;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    display: grid;
    gap: 8px;
}

.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Desktop: hamburger gizli; mobilde (1024px altı) gösterilecek */
.menu-toggle {
    border: 0;
    background: transparent;
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 8px;
    align-items: center;
    justify-content: center;
}

/* 1024px ve altı: mobil menü – masaüstü nav gizle, hamburger göster, açılınca dropdown */
@media (max-width: 1024px) {
    .site-header .header-inner {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 12px;
        position: relative;
    }
    .site-header .menu-toggle {
        display: flex !important;
    }
    /* Dropdown: header-inner altında, tam genişlik */
    .site-header .primary-nav {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box;
        z-index: 1001;
        background: #f7f4ea;
        padding: 0 16px 20px !important;
        border-bottom: 1px solid rgba(26, 30, 39, 0.12);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
        max-height: 70vh;
        overflow-y: auto;
    }
    .site-header .primary-nav.open {
        display: block !important;
    }
    .site-header .primary-nav ul {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 8px 0 0 !important;
        list-style: none !important;
    }
    .site-header .primary-nav > ul > li {
        border-bottom: 1px solid rgba(26, 30, 39, 0.08);
    }
    .site-header .primary-nav > ul > li:last-child {
        border-bottom: none;
    }
    .site-header .primary-nav a {
        display: block;
        padding: 14px 12px;
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        color: #1a1e27;
        text-decoration: none;
    }
    .site-header .primary-nav a:hover {
        color: var(--gold-strong);
        background: rgba(26, 30, 39, 0.04);
    }
    .site-header .primary-nav .sub-menu {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        border: none !important;
        padding: 0 0 8px 12px !important;
        margin: 0 !important;
        background: rgba(26, 30, 39, 0.04);
        border-radius: 4px;
        margin-top: 4px !important;
        display: grid;
        gap: 2px;
    }
    .site-header .primary-nav .sub-menu a {
        padding: 10px 12px;
        font-size: 14px;
        font-weight: 500;
    }
}

/* Mobil menü açıkken body scroll kapalı (JS ile .menu-open eklenir) */
body.menu-open {
    overflow: hidden;
}

.menu-toggle__bar {
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

/* Mobil: menü açıkken hamburger X olur */
@media (max-width: 1024px) {
    .site-header .menu-toggle.is-open .menu-toggle__bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }
    .site-header .menu-toggle.is-open .menu-toggle__bar:nth-child(2) {
        opacity: 0;
    }
    .site-header .menu-toggle.is-open .menu-toggle__bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }
}

.header-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    border-left: 1px solid #e2dccf;
    padding-left: 16px;
}

.header-search {
    position: relative;
}

.search-toggle {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    color: inherit;
}

.search-toggle:hover {
    opacity: 0.85;
}

.header-search-form {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    padding: 12px;
    background: var(--bg-dark);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    min-width: 260px;
    z-index: 100;
}

.header-search.is-open .header-search-form {
    display: flex;
    gap: 8px;
    align-items: center;
}

.header-search-form__input {
    flex: 1;
    min-width: 0;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.header-search-form__input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header-search-form__input:focus {
    outline: none;
    border-color: var(--gold);
}

.header-search-form__submit {
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--bg-dark);
    background: var(--gold);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.header-search-form__submit:hover {
    background: var(--gold-strong);
}

.search-icon {
    width: 13px;
    height: 13px;
    border: 2px solid #2f3744;
    border-radius: 50%;
    position: relative;
}

.search-icon::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    background: #2f3744;
    right: -5px;
    bottom: -2px;
    transform: rotate(45deg);
}

.hero {
    padding: 64px 0 40px;
    background: linear-gradient(180deg, #0f1424 0%, #0b101c 100%);
}

.hero-slider {
    position: relative;
}

.hero-slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    left:50%;
    transform: translateX(-50%) !important;
}

.hero-slider__pagination {
    position: static;
    width: auto;
}

.hero-slider__bullets {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.hero-slide {
    min-height: 825px;
    background-size: cover;
    background-position: bottom;
    position: relative;
    color: #111829;
}

.hero-slide__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding: 160px 0 90px;
}

.hero-slide__content {
    max-width: 520px;
    min-width: 300px;
}

.hero-slide__kicker {
    display: block;
    font-size: 22px;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111829;
    margin-bottom: 15px;
}

.hero-slide__kicker2 {
    display: block;
    font-size: 24px;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111829;
    margin-bottom: 18px;
}

.hero-slide__title {
    font-family: var(--font-heading);
    font-size: 100px;
    margin: 0 0 18px;
    color: #111829;
}

.hero-slide__text {
    font-family: var(--font-body);
    font-size: 18px;
    color: #111829;
    line-height: 1.7;
    margin-bottom: 18px;
}

.hero-slide__image {
    display: flex;
    justify-content: flex-end;
}

.hero-slide__image img {
    max-height: 360px;
    width: auto;
}

.hero-slider .swiper-pagination-bullet {
    background: #4E597E;
    opacity: 0.5;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #DBD4AB;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    margin-top: 0 !important;
    width: 28px;
    height: 28px;
    border-radius: 0;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: static;
}

.hero-slider .swiper-button-prev {
    background-image: url("assets/img/slider-arrow-left.png");
}

.hero-slider .swiper-button-next {
    background-image: url("assets/img/slider-arrow-right.png");
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
    display: none;
}

.quote-banner {
    background-color: #0b0f1b;
    background-image: url("assets/img/quete-banner-bg.png");
    background-size: cover;
    background-position: top;
    top:-100px;
    @media (max-width: 900px) {
        top: 0px;
    }
    height: 520px;
    position: relative;
}

.quote-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(assets/img/quete-banner-bg-before.png);
    background-size: cover;
    background-position: 126px -149px;
    pointer-events: none;
    z-index: 0;
    background-repeat: no-repeat;
}

.quote-banner__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.quote-banner__text {
    margin: 0;
    max-width: 900px;
    text-align: left;
    font-family: var(--font-heading);
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.quote-banner__line {
    display: block;
    font-size: 44px;
    color: #ffffff;
}

.quote-banner__line--accent {
    font-size: 54px;
    color: #DFD5AA;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: center;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4vw, 54px);
    margin: 12px 0;
}

.hero-text {
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 520px;
}

.hero-kicker {
    display: flex;
    gap: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold);
}

.hero-media img,
.hero-media .media-placeholder {
    border-radius: 4px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}

.content-section {
    padding: 50px 0 80px;
    background: var(--bg-dark);
}

.content-grid {
    display: grid;
    grid-template-columns: 210px 796px;
    gap: 0;
    justify-content: space-between;
}

/* Anasayfa sidebar – single/category ile karışmasın, çerçeve yok */
.sidebar-left {
    width: 210px;
    justify-self: start;
    position: sticky;
    top: 32px;
    align-self: start;
}

.content-main {
    width: 796px;
    justify-self: end;
}

.sidebar-left .panel {
    border: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 48px;
}

.panel h3,
.widget-title {
    font-family: var(--font-heading);
    font-size: 20px;
    margin: 0 0 16px;
}

.panel--recent h3 {
    font-size: 44px;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 18px;
}

.panel--categories h3 {
    font-size: 26px;
    color: #B1B7C7;
    margin-bottom: 16px;
}

.sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #DFD5AA;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 16px;
}

.simple-list,
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    font-size: 16px;
    color: #B1B7C7;
}

.category-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.category-list .count {
    min-width: 34px;
    height: 21px;
    padding: 0 6px;
    border-radius: 2px;
    background: #37436C;
    color: #CACFDA;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(24px, 3vw, 34px);
    margin: 0 0 24px;
}

.post-list {
    display: grid;
    gap: 28px;
}

.post-card {
    display: grid;
    grid-template-columns: 213px minmax(0, 1fr);
    gap: 24px;
    border-bottom: 1px solid var(--border-dark);
    padding-bottom: 20px;
}

.content-main .post-card__media img,
.content-main .post-card__media .media-placeholder {
    width: 213px;
    height: 152px;
    border-radius: 1px;
}

.post-card__media img,
.post-card__media .media-placeholder {
    height: 100%;
    object-fit: cover;
}

.content-main .post-meta {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* Tüm kategoriler sayfası – kategori kartları */
.category-list-page .category-card .category-card__placeholder {
    background: rgba(255, 255, 255, 0.06);
}
.category-card__count {
    margin: 0;
    min-height: 0;
}
.category-card__link {
    color: var(--gold);
    font-size: 14px;
    text-decoration: none;
}
.category-card__link:hover {
    text-decoration: underline;
}

.content-main .post-card__title {
    font-family: var(--font-heading);
    font-size: 26px;
    margin: 6px 0 8px;
    color: #ffffff;
}

.content-main .post-card__title a {
    color: #ffffff;
}

.content-main .post-card__excerpt {
    color: rgba(255, 255, 255, 0.5);
    max-width: 540px;
    min-height: 80px;
    line-height: 1.6;
    font-weight: 300;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-highlight {
    position: relative;
    background: #d9d2a8;
    border-radius: 4px;
    overflow: hidden;
}

.video-highlight__swiper {
    width: 100%;
}

.video-highlight__link {
    display: grid;
    grid-template-columns: 563px 563px;
    text-decoration: none;
    color: inherit;
}

.video-media {
    position: relative;
    overflow: hidden;
}

.video-highlight .video-media img,
.video-highlight .video-media .media-placeholder {
    width: 563px;
    height: 402px;
}

.play-badge {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 28px;
    background: rgba(0, 0, 0, 0.35);
}

.video-content h3 {
    font-family: var(--font-heading);
    font-size: 26px;
    margin: 0 0 12px;
    color: #111829;
}

.video-content p {
    color: #111829;
    line-height: 1.6;
    font-size: 16px;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.frontpage-bottom-section {
    background-color: var(--bg-dark);
    background-image: url("assets/img/frontpage-bottom-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-highlight-section {
    padding: 24px 0 12px;
}

.video-content {
    padding: 28px 36px 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 563px;
    height: 402px;
}

.video-kicker {
    font-size: 13px;
    color: #111829;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.video-highlight__nav {
    position: absolute;
    right: 36px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 2;
}

.video-highlight__bullets {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.video-highlight__nav .swiper-button-prev,
.video-highlight__nav .swiper-button-next {
    width: 18px;
    height: 18px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: static;
    margin: 0;
    display: inline-flex;
}

.video-highlight__nav .swiper-button-prev {
    background-image: url("assets/img/slider-arrow-left.png");
}

.video-highlight__nav .swiper-button-next {
    background-image: url("assets/img/slider-arrow-right.png");
}

.video-highlight__nav .swiper-button-prev::after,
.video-highlight__nav .swiper-button-next::after {
    display: none;
}

.video-highlight__nav .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4E597E;
    opacity: 0.5;
}

.video-highlight__nav .swiper-pagination-bullet-active {
    opacity: 1;
    background: #DBD4AB;
}

.timeline {
    margin-top: 40px;
    padding-top: 24px;
}

.timeline-section {
    padding-bottom: 80px;
}

.timeline-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 20px;
}

.timeline-title {
    font-family: var(--font-heading);
    font-size: 44px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.timeline-nav {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 4px;
    width: 100px;
    height: 40px;
    border:1px solid #DFD5AA;
    border-radius: 4px;
}

.timeline-nav__btn {
    width: 40px;
    height: 40px;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
}

.timeline-nav__btn.swiper-button-prev {
    background-image: url("assets/img/slider-arrow-left.png");
    filter: brightness(0) saturate(100%) invert(88%) sepia(18%) saturate(1200%) hue-rotate(5deg);
}

.timeline-nav__btn.swiper-button-next {
    background-image: url("assets/img/slider-arrow-right.png");
    filter: brightness(0) saturate(100%) invert(88%) sepia(18%) saturate(1200%) hue-rotate(5deg);
}

.timeline-nav__btn.swiper-button-prev::after,
.timeline-nav__btn.swiper-button-next::after {
    display: none;
}

.timeline-nav__arrow {
    display: none;
}

.timeline-track-wrap {
    position: relative;
    padding: 0 0 24px;
}

.timeline__swiper {
    position: relative;
    overflow: visible;
}

.timeline__swiper .swiper-wrapper {
    align-items: flex-start;
}

.timeline__swiper .swiper-slide {
    position: relative;
    height: auto;
    width: 140px;
    flex-shrink: 0;
}

.timeline__swiper .swiper-slide::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 1px;
    background: rgba(177, 183, 199, 0.5);
    pointer-events: none;
}

.timeline__swiper .swiper-slide:last-child::after {
    display: none;
}

.timeline-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 0 12px;
    border: none;
    border-radius: 0;
    background: transparent;
    margin-top: 0;
}

.timeline-card--down {
    margin-top: 52px;
}

.timeline-media {
    width: 96px;
    height: 69px;
    flex-shrink: 0;
    overflow: hidden;
    margin-bottom: 12px;
}

.timeline-media img,
.timeline-media .media-placeholder {
    width: 96px;
    height: 69px;
    object-fit: cover;
}

.timeline-year {
    font-family: var(--font-heading);
    font-size: 26px;
    color: #DFD5AA;
    margin: 0 0 6px;
}

.timeline-card__title {
    font-family: var(--font-body);
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    line-height: 1.35;
}

.timeline-card__title a {
    color: inherit;
    text-decoration: none;
}

.media-placeholder--timeline {
    min-width: 96px;
    min-height: 69px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid transparent;
}

.btn-primary {
    background: var(--gold-strong);
    color: #1b1d21;
}

.btn-ghost {
    border-color: var(--gold);
    color: var(--gold);
    background: transparent;
}

/* ---------- İç sayfa hero (single / arşiv) ---------- */
.site-main--inner {
    background: var(--bg-dark);
}

.inner-hero {
    position: relative;
    padding: 48px 0 40px;
    overflow: hidden;
}

/* Post detay: 400px hero, header bu alanın üzerinde */
.inner-hero--400 {
    min-height: 400px;
    padding-top: 130px;
    padding-bottom: 40px;
    background-color: var(--bg-dark);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-hero__bg {
    position: absolute;
    inset: 0;
    background: var(--bg-dark);
    opacity: 0.85;
}

.inner-hero__inner {
    position: relative;
    z-index: 1;
}

.inner-hero__category {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 16px;
}

.inner-hero__category:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--text-light);
}

.inner-hero__title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3.5vw, 44px);
    line-height: 1.2;
    margin: 0 0 12px;
    color: #fff;
}

.inner-hero__meta {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.inner-hero__meta-sep {
    margin: 0 8px;
    opacity: 0.6;
}

.inner-hero__comment-link {
    font-size: 14px;
    color: var(--gold);
    text-decoration: none;
}

.inner-hero__comment-link:hover {
    text-decoration: underline;
}

/* Hero içeriği (kategori, başlık, meta) article’ın en üstünde */
.single-article__hero {
    margin-bottom: 28px;
}

.category-archive__hero {
    margin-bottom: 24px;
}

.category-archive__hero .inner-hero__title {
    margin-bottom: 0;
}

.single-article__hero .inner-hero__title {
    color: var(--text-light);
}

.single-article__hero .inner-hero__meta {
    color: var(--text-muted);
}

/* Öne çıkan görsel article içinde */
.single-featured-image {
    margin-bottom: 28px;
}

.single-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

/* Etiketler pill */
.entry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
    margin-bottom: 24px;
}

.tag-pill {
    display: inline-block;
    padding: 8px 16px;
    font-size: 13px;
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border-dark);
    border-radius: 4px;
    text-decoration: none;
}

.tag-pill:hover {
    background: rgba(255, 255, 255, 0.14);
    color: var(--text-light);
}

/* Paylaşım bölümü */
.entry-share {
    margin-bottom: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--border-dark);
}

.entry-share__title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--text-light);
    margin: 0 0 16px;
}

.entry-share__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.entry-share__icons a,
.entry-share__icons .entry-share__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--text-light);
    border: 1px solid var(--border-dark);
    border-radius: 4px;
    transition: color 0.2s, border-color 0.2s;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
}

.entry-share__icons a:hover,
.entry-share__copy:hover {
    color: var(--gold);
    border-color: var(--gold);
}

.entry-share__copy-text {
    margin: 0;
    font-size: 14px;
    color: var(--text-muted);
}

.entry-share__copy-link {
    color: #7b9acc;
    text-decoration: underline;
}

.entry-share__copy-link:hover {
    color: #9bb8e8;
}

/* Yorum formu butonu */
.comment-form-wrapper .form-submit .submit,
.comments .btn-primary {
    background: #F5F1E9 !important;
    color: #1a1e27 !important;
    border: none !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
}

.comment-form-wrapper .form-submit .submit:hover,
.comments .btn-primary:hover {
    background: #e8e4d9 !important;
    color: #1a1e27 !important;
}

/* Yorum formu: etiketler ve alanlar */
.comment-form-wrapper label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.comment-form-wrapper .comment-form-author,
.comment-form-wrapper .comment-form-email {
    display: inline-block;
    width: calc(50% - 12px);
    vertical-align: top;
    margin-bottom: 12px;
}

.comment-form-wrapper .comment-form-email {
    margin-left: 24px;
}

@media (max-width: 600px) {
    .comment-form-wrapper .comment-form-author,
    .comment-form-wrapper .comment-form-email {
        width: 100%;
        margin-left: 0;
    }
}

.comment-form-wrapper .comment-form-cookies-consent {
    margin-bottom: 16px;
}

.comment-form-wrapper .comment-form-cookies-consent label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
}

/* Önceki / Sonraki yazı – full genişlik */
.post-nav {
    background: var(--bg-dark);
    border-top: 1px solid var(--border-dark);
}

.post-nav__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    width: 100%;
}

.post-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    text-align: center;
    text-decoration: none;
    color: var(--text-light);
    border-right: 1px solid var(--border-dark);
    transition: background 0.2s;
}

.post-nav__item:last-child {
    border-right: none;
    border-left: 1px solid var(--border-dark);
}

.post-nav__item:hover {
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-light);
}

.post-nav__item--empty {
    cursor: default;
    background: transparent;
}

.post-nav__label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.post-nav__title {
    font-family: var(--font-heading);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.3;
}

@media (max-width: 768px) {
    .post-nav__inner {
        grid-template-columns: 1fr;
    }
    .post-nav__item:last-child {
        border-left: none;
        border-top: 1px solid var(--border-dark);
    }

    /* Single ve page – tablet: hero kısalt, grid alta akış */
    .single .inner-hero--400,
    .page .inner-hero--400 {
        min-height: 280px;
        padding-top: 90px;
        padding-bottom: 24px;
    }
    .single .single-grid,
    .category .single-grid,
    .tag .single-grid,
    .page .single-grid,
    .all-categories .single-grid {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 20px;
    }
    .single .single-grid .content-main,
    .category .single-grid .content-main,
    .tag .single-grid .content-main,
    .page .single-grid .content-main,
    .all-categories .single-grid .content-main {
        order: 1;
        width: 100%;
    }
    .single .single-grid .sidebar,
    .category .single-grid .sidebar,
    .tag .single-grid .sidebar,
    .page .single-grid .sidebar,
    .all-categories .single-grid .sidebar {
        order: 2;
        width: 100%;
        max-width: none;
        justify-self: stretch;
    }
    .single .single-content,
    .page .single-content {
        padding: 20px 0 56px;
    }
    .single-article__hero .inner-hero__title,
    .category-archive__hero .inner-hero__title {
        font-size: clamp(22px, 5vw, 28px);
    }
    .single .entry-share,
    .page .entry-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .single .entry-share__copy-text,
    .page .entry-share__copy-text {
        font-size: 13px;
    }
    .single .comments-title,
    .page .comments-title {
        font-size: 20px;
    }
}

/* ---------- Eski single hero (page.php vb.) ---------- */
.single-hero {
    padding: 60px 0 30px;
    background: var(--bg-dark);
}

.single-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

.single-hero__content h1 {
    font-family: var(--font-heading);
    font-size: clamp(30px, 4vw, 44px);
    margin-top: 8px;
}

.single-hero__media img,
.single-hero__media .media-placeholder {
    border-radius: 4px;
}

.single-content {
    padding: 30px 0 80px;
    position: relative;
    top: -200px;
}

.single-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
}

.single-grid .content-main {
    width: auto;
    min-width: 0;
}

/* Sol-sağ layout’ta kısa sütun (sidebar) sticky – tüm sayfalar */
.single-grid .sidebar {
    position: sticky;
    top: 32px;
    align-self: start;
}

/* Single ve kategori sayfasında sağ sidebar: 400px */
.single .single-grid,
.category .single-grid,
.tag .single-grid,
.page .single-grid,
.all-categories .single-grid {
    grid-template-columns: minmax(0, 1fr) 400px;
    justify-content: space-between;
}

/* Arama sonuçları: sidebar yok, içerik tam genişlik */
body.search .single-grid .content-main {
    max-width: 100%;
}

.single .sidebar.sidebar--panels,
.category .sidebar.sidebar--panels,
.tag .sidebar.sidebar--panels,
.page .sidebar.sidebar--panels,
.all-categories .sidebar.sidebar--panels {
    width: 400px;
    justify-self: end;
    border: none;
    background: unset;
    padding: 0;
    border: 0.5px solid #DFD5AA;
    padding: 30px;
}

/* Sidebar çerçeve: kategori / index / arşiv (widget’lı sidebar) */
.single-grid .sidebar:not(.sidebar--panels) {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 3px solid #DFD5AA;
    padding: 24px;
    background: #212838;
}

.single .sidebar.sidebar--panels .panel,
.category .sidebar.sidebar--panels .panel,
.tag .sidebar.sidebar--panels .panel,
.page .sidebar.sidebar--panels .panel,
.all-categories .sidebar.sidebar--panels .panel {
    border: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 48px;
}

.single .sidebar.sidebar--panels .panel--recent h3,
.category .sidebar.sidebar--panels .panel--recent h3,
.tag .sidebar.sidebar--panels .panel--recent h3,
.page .sidebar.sidebar--panels .panel--recent h3,
.all-categories .sidebar.sidebar--panels .panel--recent h3 {
    font-size: 44px;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 18px;
}

.single .sidebar.sidebar--panels .panel--categories h3,
.category .sidebar.sidebar--panels .panel--categories h3,
.tag .sidebar.sidebar--panels .panel--categories h3,
.page .sidebar.sidebar--panels .panel--categories h3,
.all-categories .sidebar.sidebar--panels .panel--categories h3 {
    font-size: 26px;
    color: #B1B7C7;
    margin-bottom: 16px;
}

.single .sidebar.sidebar--panels .sidebar-link,
.category .sidebar.sidebar--panels .sidebar-link,
.tag .sidebar.sidebar--panels .sidebar-link,
.page .sidebar.sidebar--panels .sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #DFD5AA;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 16px;
}

.single .sidebar.sidebar--panels .category-list,
.category .sidebar.sidebar--panels .category-list,
.tag .sidebar.sidebar--panels .category-list,
.page .sidebar.sidebar--panels .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    font-size: 16px;
    color: #B1B7C7;
}

.single .sidebar.sidebar--panels .category-list li,
.category .sidebar.sidebar--panels .category-list li,
.tag .sidebar.sidebar--panels .category-list li,
.page .sidebar.sidebar--panels .category-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.single .sidebar.sidebar--panels .category-list .count,
.category .sidebar.sidebar--panels .category-list .count,
.tag .sidebar.sidebar--panels .category-list .count,
.page .sidebar.sidebar--panels .category-list .count {
    min-width: 34px;
    height: 21px;
    padding: 0 6px;
    border-radius: 2px;
    background: #37436C;
    color: #CACFDA;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single .sidebar.sidebar--panels .panel--video,
.category .sidebar.sidebar--panels .panel--video,
.tag .sidebar.sidebar--panels .panel--video,
.page .sidebar.sidebar--panels .panel--video {
    margin-bottom: 48px;
}

.single .sidebar.sidebar--panels .panel--video .widget-label,
.category .sidebar.sidebar--panels .panel--video .widget-label,
.tag .sidebar.sidebar--panels .panel--video .widget-label,
.page .sidebar.sidebar--panels .panel--video .widget-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--text-light);
    margin-bottom: 12px;
}

.single .sidebar.sidebar--panels .panel--video .widget-video__title,
.category .sidebar.sidebar--panels .panel--video .widget-video__title,
.tag .sidebar.sidebar--panels .panel--video .widget-video__title,
.page .sidebar.sidebar--panels .panel--video .widget-video__title {
    margin: 12px 0 0;
    font-size: 16px;
}

.single .sidebar.sidebar--panels .panel--video .widget-video__title a,
.category .sidebar.sidebar--panels .panel--video .widget-video__title a,
.tag .sidebar.sidebar--panels .panel--video .widget-video__title a,
.page .sidebar.sidebar--panels .panel--video .widget-video__title a {
    color: var(--text-light);
    text-decoration: none;
}

.single .sidebar.sidebar--panels .panel--video .widget-video__title a:hover,
.category .sidebar.sidebar--panels .panel--video .widget-video__title a:hover,
.tag .sidebar.sidebar--panels .panel--video .widget-video__title a:hover,
.page .sidebar.sidebar--panels .panel--video .widget-video__title a:hover {
    color: var(--gold);
}

.single .sidebar.sidebar--panels .panel--latest h3,
.category .sidebar.sidebar--panels .panel--latest h3,
.tag .sidebar.sidebar--panels .panel--latest h3,
.page .sidebar.sidebar--panels .panel--latest h3,
.all-categories .sidebar.sidebar--panels .panel--latest h3 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 16px;
}

.single .sidebar.sidebar--panels .recent-list__title a,
.category .sidebar.sidebar--panels .recent-list__title a,
.tag .sidebar.sidebar--panels .recent-list__title a,
.page .sidebar.sidebar--panels .recent-list__title a {
    color: var(--text-light);
    text-decoration: none;
}

.single .sidebar.sidebar--panels .recent-list__title a:hover,
.category .sidebar.sidebar--panels .recent-list__title a:hover,
.tag .sidebar.sidebar--panels .recent-list__title a:hover,
.page .sidebar.sidebar--panels .recent-list__title a:hover {
    color: var(--gold);
}

.entry-content {
    color: var(--text-light);
    line-height: 1.8;
}

.entry-content img {
    border-radius: 4px;
    margin: 24px 0;
}

.entry-content a {
    color: var(--gold);
}

.entry-content h2,
.entry-content h3 {
    font-family: var(--font-heading);
}

.sidebar .widget {
    border: 1px solid var(--border-dark);
    padding: 18px;
    border-radius: 2px;
    margin-bottom: 18px;
    background: #11182a;
}

/* Sidebar: pill kategoriler */
.category-list--pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-list--pills li {
    display: block;
}

.category-list--pills a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 14px;
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    text-decoration: none;
}

.category-list--pills a:hover {
    background: rgba(255, 255, 255, 0.14);
    color: var(--text-light);
}

.category-list--pills .count {
    min-width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    color: var(--text-muted);
    font-size: 13px;
}

.sidebar .sidebar-link {
    margin-top: 14px;
    font-size: 13px;
}

.sidebar .sidebar-link i {
    font-size: 12px;
}

/* Video widget etiket */
.widget--video .widget-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

/* Kapsayıcı relative olmalı; içindeki .play-badge absolute ile buna göre konumlanır */
.widget-video__media {
    position: relative;
    display: block;
    overflow: hidden;
}

.widget-video__media img,
.widget-video__media .media-placeholder {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.widget-video__title {
    margin: 12px 0 0;
    font-size: 16px;
    font-family: var(--font-heading);
}

.widget-video__title a {
    color: var(--text-light);
    text-decoration: none;
}

.widget-video__title a:hover {
    color: var(--gold);
}

/* Son Eklenenler thumbnail listesi */
.recent-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.recent-list__item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.recent-list__media {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-list__media img,
.recent-list__media .media-placeholder--thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-placeholder--thumb {
    min-height: 56px;
    background: rgba(255, 255, 255, 0.06);
}

.recent-list__title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.recent-list__title a {
    color: var(--text-light);
    text-decoration: none;
}

.recent-list__title a:hover {
    color: var(--gold);
}

.comments {
    margin-top: 40px;
    border-top: 1px solid var(--border-dark);
    padding-top: 24px;
}

.comments-title {
    font-family: var(--font-heading);
    font-size: 24px;
    color: var(--text-light);
    margin: 0 0 20px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.comment-list li {
    border-bottom: 1px solid var(--border-dark);
    padding: 20px 0;
}

.comment-list .comment-author {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 4px;
}

.comment-list .comment-author a {
    color: var(--gold);
}

.comment-list .comment-metadata {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.comment-list .comment-metadata a {
    color: var(--text-muted);
}

.comment-list .comment-content {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-light);
}

.comment-list .children {
    list-style: none;
    padding-left: 24px;
    margin-top: 16px;
    border-left: 2px solid var(--border-dark);
}

.comment-form-wrapper textarea,
.comment-form-wrapper input {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid var(--border-dark);
    background: #0c1220;
    color: var(--text-light);
}

.comment-form-wrapper p {
    margin-bottom: 12px;
}

.site-footer {
    background: #F5F1E9;
    color: #1a1e27;
    padding: 100px 0px 0px 0px;
}

.site-footer a {
    color: #1a1e27;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    gap: 32px 24px;
    padding-bottom: 32px;
}

.footer-col h4 {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1e27;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
}

.footer-col--social {
    border-left: 1px solid rgba(26, 30, 39, 0.12);
    padding-left: 28px;
}

.footer-social {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #111829;
    font-size: 18px;
    transition: color 0.2s ease;
}
.footer-social a:hover {
    color: #DFD5AA;
}

.footer-social__text {
    font-size: 13px;
    color: #4a4e58;
    margin: 0;
    line-height: 1.5;
}

.footer-bottom {
    border-top: 1px solid rgba(26, 30, 39, 0.12);
    padding: 20px 0 28px;
}

.footer-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 13px;
}

.footer-copy {
    flex-shrink: 0;
    color: #5c616b;
}

.footer-copy a {
    color: #1a1e27;
    text-decoration: underline;
}

.footer-logo {
    flex-shrink: 0;
}

.footer-logo img {
    display: block;
    width: 150px;
    object-fit: contain;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: flex-end;
}

.footer-legal a {
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .content-grid {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 40px;
        justify-content: start;
    }

    .content-main {
        width: auto;
        justify-self: stretch;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 92%;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        justify-content: start;
    }

    .content-grid .sidebar-left {
        position: static;
    }

    .sidebar-left {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 16px;
        width: 100%;
        justify-self: stretch;
    }

    .content-main {
        width: 100%;
        justify-self: stretch;
    }

    .single-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .single-grid .sidebar {
        position: static;
    }

    /* Single, category, tag, page, all-categories: mobil görünüm – tek sütun, alta doğru akış */
    .single .single-grid,
    .category .single-grid,
    .tag .single-grid,
    .page .single-grid,
    .all-categories .single-grid {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 24px;
    }
    .single .single-grid .content-main,
    .category .single-grid .content-main,
    .tag .single-grid .content-main,
    .page .single-grid .content-main,
    .all-categories .single-grid .content-main {
        order: 1;
        width: 100%;
    }
    .single .single-grid .sidebar,
    .category .single-grid .sidebar,
    .tag .single-grid .sidebar,
    .page .single-grid .sidebar,
    .all-categories .single-grid .sidebar {
        order: 2;
        width: 100%;
        max-width: none;
        justify-self: stretch;
    }

    .single .sidebar.sidebar--panels,
    .category .sidebar.sidebar--panels,
    .tag .sidebar.sidebar--panels,
    .page .sidebar.sidebar--panels,
    .all-categories .sidebar.sidebar--panels {
        width: 100%;
        justify-self: stretch;
    }

    .inner-hero--400 {
        min-height: 340px;
        padding-top: 100px;
        padding-bottom: 32px;
    }

    /* Single ve page: hero (ve .inner-hero__bg) yüksekliği daha düşük */
    .single .inner-hero--400,
    .page .inner-hero--400 {
        min-height: 300px;
        padding-top: 90px;
        padding-bottom: 28px;
    }

    .single-content {
        padding: 24px 0 60px;
    }

    .single .single-article,
    .page .single-article {
        padding: 0;
    }

    .single-article__hero {
        margin-bottom: 22px;
    }

    .single-article__hero .inner-hero__title,
    .category-archive__hero .inner-hero__title {
        font-size: clamp(24px, 4vw, 32px);
    }

    .single-featured-image {
        margin-bottom: 22px;
    }

    .single .entry-content,
    .page .entry-content {
        font-size: 16px;
    }

    .single .entry-content h2,
    .page .entry-content h2 {
        font-size: 22px;
    }

    .single .entry-content h3,
    .page .entry-content h3 {
        font-size: 18px;
    }

    .single .entry-share__title,
    .page .entry-share__title {
        font-size: 16px;
    }

    .single .entry-share__icons a,
    .single .entry-share__icons .entry-share__copy,
    .page .entry-share__icons a,
    .page .entry-share__icons .entry-share__copy {
        width: 36px;
        height: 36px;
    }

    .single .sidebar.sidebar--panels .panel--recent h3,
        font-size: 32px;
    }

    .single .sidebar.sidebar--panels .panel--categories h3,
    .single .sidebar.sidebar--panels .panel--latest h3,
    .page .sidebar.sidebar--panels .panel--categories h3,
    .page .sidebar.sidebar--panels .panel--latest h3 {
        font-size: 22px;
    }

    .header-inner {
        min-height: 90px;
        padding: 8px 0;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-col--social {
        grid-column: 1 / -1;
        border-left: none;
        border-top: 1px solid rgba(26, 30, 39, 0.12);
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width: 900px) {
    /* Mobil header düzeni */
    .site-header .container {
        width: 92%;
        max-width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .header-inner {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 12px;
        min-height: 72px;
        padding: 10px 0;
    }
    .site-branding {
        flex: 0 0 auto;
        min-width: 0;
        max-width: 60%;
        display: flex;
        align-items: center;
    }
    .site-branding__logo-link,
    .site-branding .custom-logo-link {
        display: block;
        line-height: 0;
    }
    .site-branding__logo-img,
    .site-branding .custom-logo-link img {
        display: block !important;
        max-width: 160px !important;
        width: auto !important;
        height: auto !important;
        max-height: 56px !important;
        min-height: 36px;
        object-fit: contain;
        vertical-align: middle;
    }
    .site-title {
        font-size: 17px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .site-tagline {
        display: none;
    }
    .header-actions {
        flex-shrink: 0;
        padding-left: 12px;
    }
    .menu-toggle {
        flex-shrink: 0;
    }

    /* Tablet/mobilde anasayfada da header yazıları beyaz (hero üzerinde okunabilir) */
    body.home .site-header {
        color: #fff;
    }
    body.home .site-title,
    body.home .site-tagline,
    body.home .primary-nav a,
    body.home .menu-toggle__bar {
        color: #fff !important;
    }
    body.home .primary-nav a:hover,
    body.home .primary-nav .current-menu-item > a,
    body.home .primary-nav .current_page_item > a {
        color: var(--gold) !important;
    }
    body.home .header-actions {
        border-left-color: rgba(255, 255, 255, 0.25);
    }
    body.home .search-icon {
        border-color: rgba(255, 255, 255, 0.6);
    }
    body.home .search-icon::after {
        background: rgba(255, 255, 255, 0.6);
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-slide {
        min-height: 520px;
    }

    .hero-slide__inner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 120px 0 60px;
        align-items: center;
        justify-content: center;
    }

    .hero-slide__image {
        justify-content: center;
    }

    .hero-slide__image img {
        max-height: 220px;
    }

    .video-highlight__link {
        grid-template-columns: 1fr;
    }

    .video-highlight .video-media img,
    .video-highlight .video-media .media-placeholder {
        width: 100%;
        height: 280px;
    }

    .video-content {
        width: 100%;
        height: auto;
    }

    .video-highlight {
        overflow: visible;
    }

    .video-highlight__nav {
        position: static;
        padding: 0 20px 20px;
        justify-content: center;
    }

    .quote-banner {
        height: 420px;
    }

    .panel--recent h3 {
        font-size: 34px;
    }

    .panel--categories h3 {
        font-size: 22px;
    }

    .timeline-title {
        font-size: 32px;
    }

    .timeline__swiper .swiper-slide {
        width: 100px;
    }

    .timeline-media,
    .timeline-media img,
    .timeline-media .media-placeholder {
        width: 80px;
        height: 58px;
    }

    .timeline-card--down {
        margin-top: 36px;
    }
}

@media (max-width: 600px) {
    .container {
        width: 92%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-slide {
        min-height: 440px;
    }

    .hero-slide__inner {
        padding: 100px 0 50px;
    }

    .post-card {
        grid-template-columns: 1fr;
    }

    .footer-bottom__inner {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .footer-legal {
        justify-content: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-slide__title {
        font-size: 28px;
    }

    .hero-slide__image img {
        max-height: 180px;
    }

    .panel--recent h3 {
        font-size: 28px;
    }

    .panel--categories h3 {
        font-size: 20px;
    }

    .quote-banner__text {
        max-width: 100%;
    }

    .quote-banner__line {
        font-size: 28px;
    }

    .quote-banner__line--accent {
        font-size: 34px;
    }

    .quote-banner {
        height: 360px;
    }

    .inner-hero--400 {
        min-height: 260px;
        padding-top: 85px;
        padding-bottom: 20px;
    }

    /* Single ve page: hero ve .inner-hero__bg alanı daha kısa */
    .single .inner-hero--400,
    .page .inner-hero--400 {
        min-height: 200px;
        padding-top: 72px;
        padding-bottom: 16px;
    }

    .single-content {
        padding: 16px 0 40px;
    }

    /* Mobil: single, category, tag, page, all-categories grid tek sütun, alta doğru akış */
    .single .single-grid,
    .category .single-grid,
    .tag .single-grid,
    .page .single-grid,
    .all-categories .single-grid {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 20px;
    }
    .single .single-grid .content-main,
    .category .single-grid .content-main,
    .tag .single-grid .content-main,
    .page .single-grid .content-main,
    .all-categories .single-grid .content-main {
        order: 1;
        width: 100%;
    }
    .single .single-grid .sidebar,
    .category .single-grid .sidebar,
    .tag .single-grid .sidebar,
    .page .single-grid .sidebar,
    .all-categories .single-grid .sidebar {
        order: 2;
        width: 100%;
        max-width: none;
        justify-self: stretch;
    }

    .single-article__hero {
        margin-bottom: 18px;
    }

    .single-article__hero .inner-hero__title,
    .category-archive__hero .inner-hero__title {
        font-size: clamp(20px, 6vw, 26px);
        line-height: 1.25;
    }

    .single-article__hero .inner-hero__meta {
        font-size: 13px;
    }

    .single-article__hero .inner-hero__comment-link {
        font-size: 13px;
    }

    .single-featured-image {
        margin-bottom: 20px;
    }

    .single-featured-image img {
        border-radius: 0;
    }

    .single .entry-content,
    .page .entry-content {
        font-size: 15px;
        line-height: 1.75;
    }

    .single .entry-content h2,
    .page .entry-content h2 {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .single .entry-content h3,
    .page .entry-content h3 {
        font-size: 17px;
    }

    .single .entry-content img,
    .page .entry-content img {
        margin: 16px 0;
    }

    .single .entry-tags {
        margin-top: 20px;
        margin-bottom: 20px;
        gap: 8px;
    }

    .single .tag-pill {
        padding: 6px 12px;
        font-size: 12px;
    }

    .single .entry-share,
    .page .entry-share {
        margin-bottom: 32px;
        padding-top: 20px;
    }

    .single .entry-share__title,
    .page .entry-share__title {
        font-size: 15px;
    }

    .single .entry-share__icons a,
    .single .entry-share__icons .entry-share__copy,
    .page .entry-share__icons a,
    .page .entry-share__icons .entry-share__copy {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .single .entry-share__copy-text,
    .page .entry-share__copy-text {
        font-size: 12px;
    }

    .single .comments-title,
    .page .comments-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .single .comment-form-wrapper .comment-form-comment textarea,
    .page .comment-form-wrapper .comment-form-comment textarea {
        min-height: 120px;
    }

    .single .sidebar.sidebar--panels .panel,
    .page .sidebar.sidebar--panels .panel {
        margin-bottom: 32px;
    }

    .single .sidebar.sidebar--panels .panel--recent h3,
    .page .sidebar.sidebar--panels .panel--recent h3 {
        font-size: 26px;
    }

    .single .sidebar.sidebar--panels .panel--categories h3,
    .single .sidebar.sidebar--panels .panel--latest h3,
    .page .sidebar.sidebar--panels .panel--categories h3,
    .page .sidebar.sidebar--panels .panel--latest h3 {
        font-size: 18px;
    }

    .single .sidebar.sidebar--panels .recent-list__title,
    .page .sidebar.sidebar--panels .recent-list__title {
        font-size: 13px;
    }

    .post-nav__inner {
        grid-template-columns: 1fr;
    }

    .post-nav__item {
        padding: 24px 12px;
    }

    .post-nav__title {
        font-size: 16px;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .content-main .post-card__media img,
    .content-main .post-card__media .media-placeholder {
        width: 100%;
        height: 200px;
    }

    .content-main .post-card__excerpt {
        max-width: 100%;
        min-height: 0;
    }

    .video-content {
        padding: 20px;
    }

    .timeline-title {
        font-size: 28px;
    }

    .timeline-header {
        flex-wrap: wrap;
    }

    .timeline__swiper .swiper-slide {
        width: 90px;
    }

    .timeline-media,
    .timeline-media img,
    .timeline-media .media-placeholder {
        width: 72px;
        height: 52px;
    }

    .timeline-year {
        font-size: 22px;
    }

    .timeline-card__title {
        font-size: 14px;
    }

    .timeline-card--down {
        margin-top: 28px;
    }
}

