/*
Theme Name: Sasevinc for Twenty Twenty-Four
Theme URI: https://sasevinc.com.tr
Author: Şafak Sevinç
Author URI: https://sasevinc.com.tr
Description: sasevinc kurumsal marka kimliği (Lacivert/Turuncu/Krem renk paleti, Roboto Slab + Roboto tipografisi) ile özelleştirilmiş Twenty Twenty-Four child theme'i. L&D & HR Tech danışmanlığı tanıtım sitesi için hazırlanmıştır.
Template: twentytwentyfour
Version: 1.0.0
Text Domain: sasevinc-tt4
Requires PHP: 7.0
Requires at least: 6.4
*/

/* ==========================================================================
   sasevinc — ince ayar CSS'leri
   Renk paleti ve tipografinin ana yapısı theme.json üzerinden geliyor.
   Bu dosya yalnızca theme.json'ın kapsayamadığı ince görsel ayarları içerir.
   ========================================================================== */

.wp-block-site-logo img,
.custom-logo-link img {
	transition: opacity 0.2s ease-in-out;
}

.wp-block-button__link {
	border-radius: 6px;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.is-style-outline .wp-block-button__link {
	border-width: 2px;
}

.sasevinc-card {
	border-radius: 10px;
	box-shadow: 0 2px 14px rgba(27, 58, 107, 0.08);
}

.sasevinc-stat-number {
	font-family: var(--wp--preset--font-family--roboto-slab);
	font-weight: 700;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	color: var(--wp--preset--color--sasevinc-orange);
	line-height: 1.1;
}

.wp-block-separator {
	border-color: var(--wp--preset--color--sasevinc-orange);
	opacity: 1;
}

.wp-block-navigation-item__content {
	font-weight: 500;
}
.wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--sasevinc-orange) !important;
}

@media (max-width: 600px) {
	.sasevinc-hero h1 {
		font-size: clamp(1.6rem, 7vw, 2.2rem) !important;
	}
}
