/*!
Theme Name: AuthorRX
Theme URI: https://yenijournal.com/
Author: Ridwan
Author URI: https://yenijournal.com/
Description: Kurmanji Yazar Teması — özel içerik türleri, çok dilli destek ve Bootstrap 5 ile geliştirilmiş WordPress teması.
Version: 1.1.2
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: authorrx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AuthorRX is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* ================================================================
   AuthorRX — Bootstrap 5 tabanlı WordPress Teması
   Bootstrap'in sağladığı normalize/reset/typography bloklarına
   güveniriz; burada yalnızca temaya özgü stiller bulunur.
   ================================================================ */

/* ----------------------------------------------------------------
   # Genel / Temel
   ---------------------------------------------------------------- */

body {
	color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

blockquote {
	margin: 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #162643;
}

a:hover {
	color: #ff8c00;
}

/* ----------------------------------------------------------------
   # Accessibility
   ---------------------------------------------------------------- */

.skip-link.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* ----------------------------------------------------------------
   # Navigasyon (Bootstrap navbar + wp_nav_menu uyumu)
   ---------------------------------------------------------------- */

/* WordPress menü yapısını Bootstrap navbar-nav'a uyarla */
.navbar-nav > li > a {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-nav .nav-item {
	margin-left: 12px;
	margin-right: 12px;
}

.navbar-nav .nav-link {
	padding-left: 5px;
	padding-right: 5px;
}

@media (max-width: 991.98px) {
	.navbar-nav .nav-item {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Widget menü */
.widget_nav_menu ul,
.widget_categories ul {
	list-style: none;
	padding-left: 0;
}

.widget_nav_menu ul li a,
.widget_categories ul li a {
	display: block;
	padding: 3px 0;
}

/* Header */
.site-header .header-controls {
	margin-left: 20px;
}

@media (max-width: 991.98px) {
	.site-header .header-controls {
		margin-left: 0;
		margin-top: 15px;
		justify-content: center;
	}
}

/* Sticky header admin bar düzeltmesi */
.admin-bar .site-header.sticky-top {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .site-header.sticky-top {
		top: 46px;
	}
}

/* Navbar link renkleri — Bootstrap CSS custom property'leri ezerek !important gerekmez */
.site-header .navbar-dark {
	--bs-navbar-color:        #ffffff;
	--bs-navbar-hover-color:  #ff8c00;
	--bs-navbar-active-color: #ff8c00;
	--bs-navbar-brand-color:  #ffffff;
	--bs-navbar-brand-hover-color: #ff8c00;
}

.site-header .navbar-dark .navbar-brand,
.site-header .navbar-dark .navbar-brand a {
	text-decoration: none;
	transition: color 0.3s ease;
}

/* ----------------------------------------------------------------
   # İçerik / Entry
   ---------------------------------------------------------------- */

.entry-content a,
.entry-summary a,
.comment-content a {
	word-wrap: break-word;
}

.entry-content img,
.entry-summary img,
.comment-content img {
	max-width: 100%;
}

/* ----------------------------------------------------------------
   # Başlıklar (Unified Title Sistemi)
   ---------------------------------------------------------------- */

.unified-title,
.comments-title,
h1.entry-title,
.page-title,
.section-title,
.related-posts-custom .related-section-header,
.sidebar-section-title {
	border-bottom: 2px solid #ff8c00;
	padding-bottom: 10px;
	margin-bottom: 25px;
	text-align: left;
	position: relative;
	display: inline-block;
}

h1.entry-title {
	font-size: 2rem;
	color: #333;
	font-weight: 700;
}

.section-title {
	font-size: 1.25rem;
}

/* ----------------------------------------------------------------
   # Paylaş Butonları
   ---------------------------------------------------------------- */

.rx-share-buttons {
	display: flex;
	gap: 10px;
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #dee2e6;
}

.rx-share-buttons .rx-share-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	transition: opacity 0.2s;
}

.rx-share-btn:hover { opacity: 0.8; }
.rx-share-btn.whatsapp { background-color: #25d366; }
.rx-share-btn.twitter { background-color: #1da1f2; }
.rx-share-btn.facebook { background-color: #3b5998; }

/* ----------------------------------------------------------------
   # Arama Sonuçları (Ajax)
   ---------------------------------------------------------------- */

#ajax-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1000;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	max-height: 400px;
	overflow-y: auto;
	border-radius: 0 0 8px 8px;
	display: none;
}

#ajax-search-results .search-result-item {
	padding: 10px 15px;
	border-bottom: 1px solid #dee2e6;
	display: block;
	text-decoration: none;
	color: #333;
}

#ajax-search-results .search-result-item:hover {
	background: #f8f9fa;
}

/* ----------------------------------------------------------------
   # Okuma Süresi
   ---------------------------------------------------------------- */

.reading-time {
	font-size: 0.85rem;
	color: #6c757d;
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 15px;
}

/* ----------------------------------------------------------------
   # Arşiv / Zaman Çizelgesi
   ---------------------------------------------------------------- */

.archive-timeline {
	position: relative;
	padding: 20px 0;
	margin-left: 20px;
}

.archive-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: #ff8c00;
}

.timeline-item {
	position: relative;
	margin-bottom: 40px;
	padding-left: 40px;
}

.timeline-marker {
	position: absolute;
	left: -6px;
	top: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ff8c00;
	border: 2px solid #fff;
	z-index: 2;
}

.archive-timeline .timeline-item .card-title.h6 {
	font-size: 0.95rem;
}

/* ----------------------------------------------------------------
   # Ekmekizi (Breadcrumb)
   ---------------------------------------------------------------- */

.rx-breadcrumb-nav {
	background-color: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
}

.rx-breadcrumb-nav .breadcrumb {
	margin-bottom: 0;
	padding: 0;
}

.rx-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
	content: "\F285";
	font-family: "bootstrap-icons";
	font-size: 0.75rem;
	vertical-align: middle;
}

.rx-breadcrumb-nav a {
	color: #6c757d;
	transition: color 0.2s;
}

.rx-breadcrumb-nav a:hover {
	color: #162643;
}

/* ----------------------------------------------------------------
   # Ana Sayfa Bölümleri
   ---------------------------------------------------------------- */

.home-section {
	margin-bottom: 4em;
	padding-bottom: 2em;
	border-bottom: 1px solid #dee2e6;
}

.gotin-section {
	background: #333;
	color: #fff;
	padding: 4em 2em;
	text-align: center;
	border-radius: 8px;
}

.home-quote {
	font-size: 1.5rem;
	margin: 0;
	border: 0;
}

.home-quote cite {
	display: block;
	margin-top: 1em;
	font-size: 1rem;
	opacity: 0.8;
}

/* Hero ile gotin arası boşluk */
.rx-hero-split + .full-width-home .gotin-section:first-child,
.rx-hero-split + .gotin-section {
	margin-top: 0;
}

.full-width-home .gotin-section {
	margin-top: 0;
}

/* ----------------------------------------------------------------
   # İletişim Formu
   ---------------------------------------------------------------- */

.home-contact-section .form-control:focus {
	box-shadow: none;
	background-color: #fff;
	border-color: #162643;
}

/* ----------------------------------------------------------------
   # İlgili Yazılar
   ---------------------------------------------------------------- */

.related-post-title {
	font-size: 0.95rem;
	line-height: 1.4;
	font-weight: 700;
}

.related-card .card-body {
	padding: 1.25rem;
}

.related-card-image-only .card-body {
	padding: 0;
}

/* ----------------------------------------------------------------
   # Oran / Aspect Ratio Yardımcıları
   ---------------------------------------------------------------- */

.ratio-19x9 {
	--bs-aspect-ratio: calc(9 / 19 * 100%);
}

.object-fit-cover {
	object-fit: cover;
}

/* ----------------------------------------------------------------
   # Arka Plan Desenleri
   ---------------------------------------------------------------- */

.dark-pattern-bg {
	background-color: #1a1a1a;
	background-image:
		linear-gradient(30deg, rgba(255,255,255,.05) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.05) 87.5%),
		linear-gradient(150deg, rgba(255,255,255,.05) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.05) 87.5%),
		linear-gradient(60deg, rgba(255,255,255,.03) 25%, transparent 25.5%, transparent 75%, rgba(255,255,255,.03) 75%);
	background-size: 80px 140px;
}

.dots-pattern-bg {
	background-image: radial-gradient(rgba(0,0,0,.1) 1px, transparent 1px);
	background-size: 20px 20px;
}

.stripes-pattern-bg {
	background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,.02) 10px, rgba(0,0,0,.02) 20px);
}

.grid-pattern-bg {
	background-image:
		linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0,0,0,.05) 1px, transparent 1px);
	background-size: 40px 40px;
}

/* ----------------------------------------------------------------
   # Dark Mode
   ---------------------------------------------------------------- */

body.dark-mode {
	background-color: #121212 !important;
	color: #e0e0e0 !important;
}

body.dark-mode #primary,
body.dark-mode .site-main,
body.dark-mode .entry-content,
body.dark-mode .card,
body.dark-mode .list-group-item,
body.dark-mode .widget,
body.dark-mode .site-footer,
body.dark-mode .site-header,
body.dark-mode .homepage-section-wrapper {
	background-color: #1e1e1e !important;
	color: #e0e0e0 !important;
	border-color: #333 !important;
}

body.dark-mode .card,
body.dark-mode .list-group-item,
body.dark-mode .bg-light {
	background-color: #252525 !important;
}

body.dark-mode a {
	color: #64b5f6 !important;
}

body.dark-mode .text-dark,
body.dark-mode .text-muted,
body.dark-mode .card-title a {
	color: #e0e0e0 !important;
}

body.dark-mode .border-primary {
	border-color: #1976d2 !important;
}

body.dark-mode h1.entry-title,
body.dark-mode .comments-title {
	color: #fff;
}

body.dark-mode .rx-share-buttons,
body.dark-mode .home-section {
	border-color: #333;
}

body.dark-mode #ajax-search-results {
	background: #252525;
	border-color: #333;
}

body.dark-mode #ajax-search-results .search-result-item {
	border-bottom-color: #333;
	color: #e0e0e0;
}

body.dark-mode #ajax-search-results .search-result-item:hover {
	background: #333;
}

body.dark-mode .reading-time {
	color: #aaa;
}

body.dark-mode .timeline-marker {
	border-color: #1e1e1e;
}

/* ----------------------------------------------------------------
   # Yorumlar
   ---------------------------------------------------------------- */

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

.comment-list .children {
	list-style: none;
}

.comment-body {
	padding: 1.5rem 0;
	border-bottom: 1px solid #dee2e6;
}

.comment-meta {
	margin-bottom: 0.75rem;
}

/* ----------------------------------------------------------------
   # Jetpack Sonsuz Kaydırma
   ---------------------------------------------------------------- */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/* ----------------------------------------------------------------
   # Hero Split
   ================================================================
   RX HERO SPLIT — full-bleed arka plan, figür sağda
   Sol: eyebrow + açıklama + CTA | Sağ: figür
   ---------------------------------------------------------------- */

.rx-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	isolation: isolate;
}

.rx-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.rx-hero__diag {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background-image: repeating-linear-gradient(
		-55deg,
		transparent,
		transparent 38px,
		rgba(255,255,255,.022) 38px,
		rgba(255,255,255,.022) 39px
	);
}

.rx-hero__glow {
	position: absolute;
	top: -10%;
	right: -5%;
	width: 55%;
	height: 120%;
	z-index: 2;
	pointer-events: none;
	background: radial-gradient(ellipse at 70% 40%,
		rgba(201,168,76,.18) 0%,
		rgba(201,168,76,.06) 40%,
		transparent 70%
	);
}

.rx-hero__accent-bar {
	position: absolute;
	top: 18%;
	left: 0;
	width: 4px;
	height: 52%;
	z-index: 4;
	background: linear-gradient(to bottom,
		transparent 0%,
		#c9a84c 20%,
		#e8c96a 50%,
		#c9a84c 80%,
		transparent 100%
	);
	border-radius: 0 2px 2px 0;
}

.rx-hero__stage {
	position: relative;
	z-index: 5;
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
	padding: 0 72px;
	box-sizing: border-box;
}

.rx-hero__content {
	flex: 0 0 55%;
	width: 55%;
	max-width: 55%;
	min-width: 0;
	padding: 0 64px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.rx-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(201,168,76,.15);
	border: 1px solid rgba(201,168,76,.45);
	color: #e8c96a;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	padding: 7px 16px 7px 12px;
	border-radius: 100px;
	margin-bottom: 24px;
	width: fit-content;
}

.rx-hero__badge-dot {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c9a84c;
	flex-shrink: 0;
	animation: rx-pulse 2s ease-in-out infinite;
}

@keyframes rx-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50%       { opacity: .55; transform: scale(.75); }
}

.rx-hero__eyebrow {
	display: block;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-weight: 600;
	font-size: clamp(1.5rem, 2.2vw, 2.2rem);
	color: #c9a84c;
	margin-bottom: 12px;
	letter-spacing: .02em;
	line-height: 1.2;
}

.rx-hero__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 900;
	font-size: clamp(2.6rem, 5vw, 5.2rem);
	line-height: 1;
	letter-spacing: -.01em;
	color: #fff;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.rx-hero__title em {
	font-style: normal;
	color: #c9a84c;
}

.rx-hero__title::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #c9a84c, #e8c96a, #c9a84c);
	margin-top: 20px;
	border-radius: 2px;
}

.rx-hero__desc {
	font-size: clamp(.88rem, 1.05vw, 1.02rem);
	line-height: 1.8;
	color: rgba(255,255,255,.72);
	margin: 0 0 44px;
	max-width: 480px;
}

.rx-hero__cta {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.rx-hero__btn--primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #c9a84c;
	color: #0a0f1e !important;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	padding: 17px 36px;
	text-decoration: none !important;
	border: 2px solid #c9a84c;
	transition: background .25s, color .25s, transform .2s, box-shadow .25s, gap .2s;
	box-shadow: 0 6px 28px rgba(201,168,76,.4);
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}

.rx-hero__btn--primary:hover {
	background: #dbb94e;
	border-color: #dbb94e;
	transform: translateY(-2px);
	box-shadow: 0 10px 36px rgba(201,168,76,.55);
	gap: 14px;
	color: #0a0f1e !important;
}

.rx-hero__btn-ico {
	flex-shrink: 0;
	transition: transform .2s;
}

.rx-hero__btn--primary:hover .rx-hero__btn-ico {
	transform: translateX(4px);
}

.rx-hero__btn--ghost {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	color: rgba(255,255,255,.8) !important;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding-bottom: 3px;
	transition: color .2s, border-color .2s;
}

.rx-hero__btn--ghost:hover {
	color: #fff !important;
	border-color: #c9a84c;
}

.rx-hero__stats {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-top: 8px;
	border-top: 1px solid rgba(255,255,255,.12);
	width: fit-content;
}

.rx-hero__stats-val {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.8rem, 2.8vw, 2.6rem);
	font-weight: 900;
	color: #c9a84c;
	line-height: 1;
}

.rx-hero__stats-lbl {
	font-size: .72rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
}

.rx-hero__figure-wrap {
	flex: 0 0 45%;
	width: 45%;
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 100vh;
	box-sizing: border-box;
}

.rx-hero__figure-bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle,
		rgba(201,168,76,.14) 0%,
		rgba(201,168,76,.05) 55%,
		transparent 75%
	);
	pointer-events: none;
}

.rx-hero__figure {
	display: block;
	width: auto;
	max-width: none;
	height: calc(100vh - 32px);
	max-height: calc(100vh - 32px);
	object-fit: contain;
	object-position: bottom center;
	position: relative;
	z-index: 1;
	align-self: flex-end;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.5) 8%, black 22%);
	mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.5) 8%, black 22%);
	filter: drop-shadow(-24px 0 60px rgba(0,0,0,.5));
}

/* Hero Responsive — Tablet */
@media (max-width: 991.98px) {
	.rx-hero__accent-bar { display: none; }
	.rx-hero__stage {
		flex-direction: column;
		align-items: center;
		padding: 0 28px;
	}
	.rx-hero__content {
		flex: unset;
		width: 100%;
		max-width: 100%;
		padding: 52px 0 44px;
		align-items: center;
		text-align: center;
	}
	.rx-hero__desc {
		margin-left: auto;
		margin-right: auto;
	}
	.rx-hero__cta { justify-content: center; }
	.rx-hero__stats { align-items: center; }
	.rx-hero__figure-wrap {
		flex: unset;
		width: 100%;
		max-width: 100%;
		min-height: auto;
		height: 70vw;
		position: relative;
		overflow: hidden;
		padding-top: 0;
	}
	.rx-hero__figure {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 100%;
		width: auto;
		max-width: none;
		object-fit: contain;
		object-position: bottom center;
		align-self: unset;
	}
}

/* Hero Responsive — Mobil */
@media (max-width: 575.98px) {
	.rx-hero__stage { padding: 0 20px; }
	.rx-hero__content { padding: 40px 0 32px; }
	.rx-hero__glow { display: none; }
	.rx-hero__eyebrow { font-size: 1.35rem; }
	.rx-hero__title { font-size: 2.2rem; }
	.rx-hero__cta {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}
	.rx-hero__btn--primary {
		width: 100%;
		justify-content: center;
		clip-path: none;
	}
	.rx-hero__figure-wrap {
		height: 80vw;
	}
}

/* ----------------------------------------------------------------
   # WordPress Hizalama Yardımcıları
   ---------------------------------------------------------------- */

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ----------------------------------------------------------------
   # Yorum Formu Yardımcıları
   ---------------------------------------------------------------- */

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
}

.comment-form-cookies-consent label {
	font-weight: normal;
	cursor: pointer;
}

/* ----------------------------------------------------------------
   # Galeri
   ---------------------------------------------------------------- */

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
	display: block;
}

/* ----------------------------------------------------------------
   # Gotar Ana Sayfa Kartları — Responsive
   ---------------------------------------------------------------- */

.gotar-home-card {
	transition: box-shadow 0.2s ease;
	overflow: hidden;
}
.gotar-home-card:hover {
	box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.13) !important;
}

/*
 * .gotar-card-inner
 * Mobil (< 768px): dikey — resim üstte, metin altta
 * Masaüstü (≥ 768px): yatay — resim solda, metin sağda
 */
.gotar-card-inner {
	display: flex;
	flex-direction: column; /* MOBİL: üst-alt */
	height: 100%;
}

.gotar-thumb-col {
	flex-shrink: 0;
	width: 100%;           /* MOBİL: tam genişlik */
	/* aspect-ratio ile orantılı yükseklik — resim kart genişliğine göre büyür */
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
}

.gotar-thumb-link {
	display: block;
	position: absolute;
	inset: 0;              /* top/right/bottom/left = 0 → tam kaplama */
}

/* Resim kutuyu tamamen doldurur, kırpar, boşluk bırakmaz */
.gotar-thumb-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.gotar-body-col {
	flex: 1;
	min-width: 0;
}

/*
 * 4 sütun grid'de kartlar her ekran boyutunda dikey kalır:
 * resim kartın tamamını orantılı kaplar, metin altta.
 */
.gotar-card-inner {
	flex-direction: column !important;
}
.gotar-thumb-col {
	width: 100% !important;
	aspect-ratio: 4 / 3;
	min-height: unset;
}

.gotar-readmore {
	font-size: 0.875rem;
	display: inline-block;
}
