/*
Theme Name: ATC Endüstriyel
Theme URI: https://atckaucuk.com.tr
Author: ATC Kauçuk ve Sızdırmazlık
Author URI: https://atckaucuk.com.tr
Description: ATC Kauçuk ve Sızdırmazlık için, Belka Kauçuk (belka.com.tr) sitesinden ilham alınarak hazırlanmış; gerçek şirket içeriği ve görselleriyle kurulmuş özel bir endüstriyel/kurumsal blok temasıdır. Tam genişlikte kahraman görseli, bölüm başlıklarının arkasında dev gölge yazılar, yumuşak geçişli renkli paneller ve ikon tabanlı yetkinlik/sektör gridleri içerir.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: atc-endustriyel
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, footer-widgets

ATC Endüstriyel WordPress teması, block temasıdır. Stil kuralları büyük ölçüde theme.json üzerinden gelir.
*/

/* Bunny Fonts (KVKK/GDPR dostu Google Fonts alternatifi) */
@import url('https://fonts.bunny.net/css?family=poppins:600,700,800|inter:400,500,600&display=swap');

body {
	font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6, .wp-block-heading {
	font-family: "Poppins", sans-serif;
	letter-spacing: -0.01em;
}

/* Header */
.atc-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 1.5rem;
	padding: 14px 24px;
	border-bottom: 1px solid #eeeeee;
}

.atc-header-brand {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.atc-header-title {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.05rem;
}

.atc-header-nav {
	font-weight: 600;
	font-size: 0.95rem;
}

.atc-header-nav ul {
	align-items: center;
	gap: 1.6rem;
}

.atc-header-nav .wp-block-navigation-item__content {
	padding: 0.4rem 0;
}

.atc-header-nav .wp-block-navigation-submenu__toggle {
	display: none;
}

.atc-header-actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.atc-lang-switcher {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.85rem;
	font-weight: 600;
}

.atc-lang-switcher li {
	list-style: none;
}

.atc-lang-switcher a {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	color: #141414;
	text-decoration: none;
}

.atc-lang-switcher a:hover {
	color: #F5B400;
}

.atc-lang-switcher img {
	width: 16px;
	height: auto;
}

@media (max-width: 782px) {
	.atc-header-row {
		flex-wrap: wrap;
	}
}

/* Dev gölge yazı efekti (Belka'dan ilham alınan dekoratif arka plan başlık) */
.atc-ghost-label {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: clamp(3.5rem, 12vw, 9rem);
	color: var(--wp--preset--color-gray-100, #F2F2F2);
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	margin-bottom: -2.2rem;
	pointer-events: none;
	user-select: none;
}

.atc-section-heading {
	position: relative;
	z-index: 1;
}

/* İnce çizgili ikon grid (Belka yetkinlik grid stilinden ilham) */
.atc-icon-grid > .wp-block-column {
	border-top: 1px solid rgba(0,0,0,0.12);
	padding-top: 2rem !important;
}

.atc-icon-grid.atc-icon-grid--divided > .wp-block-column:not(:last-child) {
	border-right: 1px solid rgba(0,0,0,0.12);
}

.atc-icon-card svg {
	width: 44px;
	height: 44px;
	stroke: var(--wp--preset--color-atc-yellow, #F5B400);
}

/* Hap (pill) buton */
.wp-block-button.is-style-atc-pill .wp-block-button__link {
	border-radius: 999px;
	padding: 0.9em 1.7em;
	font-weight: 600;
}

/* Sektör / ürün kartları */
.atc-card {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
	transition: transform .18s ease, box-shadow .18s ease;
}

.atc-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.atc-card img {
	aspect-ratio: 4/3;
	object-fit: cover;
	width: 100%;
}

.atc-card .atc-card-title {
	padding: 0.9rem 1rem;
	font-weight: 600;
	font-size: 0.95rem;
	text-align: center;
}

/* Ürün kategori rozeti (fotoğrafsız, ikonlu) */
.atc-badge {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 14px;
	padding: 1.6rem 1rem;
	text-align: center;
	transition: border-color .18s ease, transform .18s ease;
}

.atc-badge:hover {
	border-color: var(--wp--preset--color-atc-yellow, #F5B400);
	transform: translateY(-3px);
}

.atc-badge svg {
	width: 36px;
	height: 36px;
	stroke: #141414;
	margin-bottom: 0.6rem;
}

.atc-footer-sep {
	margin-top: 2.5rem;
	margin-bottom: 1.2rem;
}

/* Sayfa üst başlık bandı (page.html) */
.atc-page-header {
	background: var(--wp--preset--color-atc-black, #141414);
	color: #fff;
	padding: 3.2rem 1.5rem;
}

@media (max-width: 782px) {
	.atc-icon-grid.atc-icon-grid--divided > .wp-block-column {
		border-right: none !important;
	}
}
