@font-face{
	font-family: 'Turhan Montserrat';
	font-style: normal;
	font-weight: 600 900;
	font-display: swap;
	src: url('../fonts/montserrat-v31-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face{
	font-family: 'Turhan Montserrat';
	font-style: normal;
	font-weight: 600 900;
	font-display: swap;
	src: url('../fonts/montserrat-v31-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face{
	font-family: 'Turhan Source Sans 3';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/source-sans-3-v19-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face{
	font-family: 'Turhan Source Sans 3';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/source-sans-3-v19-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{
	--font-heading: 'Turhan Montserrat', 'Montserrat', Arial, sans-serif;
	--font-body: 'Turhan Source Sans 3', 'Source Sans 3', 'Open Sans', Arial, sans-serif;

	--turhan-red: #990808;
	--turhan-red-dark: #7A0505;
	--turhan-red-light: #B91C1C;
	--turhan-black: #000000;
	--turhan-charcoal: #111827;
	--turhan-dark-bg: #0B0B0B;
	--turhan-white: #FFFFFF;
	--turhan-off-white: #FFF7ED;
	--turhan-beige: #F3E8D2;
	--turhan-gold: #D69A2D;
	--turhan-gold-light: #F2B544;
	--turhan-gray: #4B5563;
	--turhan-border: #E5E7EB;
	--turhan-halal-green: #1F7A3D;

	--brand-dark: var(--turhan-charcoal);
	--brand-primary: var(--turhan-red);
	--brand-primary-hover: var(--turhan-red-dark);
	--brand-accent: var(--turhan-red-light);
	--brand-gold: var(--turhan-gold);
	--brand-gold-light: var(--turhan-gold-light);
	--brand-halal: var(--turhan-halal-green);

	--bg-page: var(--turhan-off-white);
	--bg-surface: var(--turhan-white);
	--bg-muted: var(--turhan-beige);
	--bg-soft: var(--turhan-off-white);
	--bg-dark: var(--turhan-dark-bg);

	--border: var(--turhan-border);
	--border-red-soft: rgba(153,8,8,.14);
	--border-dark-soft: rgba(17,24,39,.14);

	--text: var(--turhan-charcoal);
	--text-muted: var(--turhan-gray);

	--shadow: 0 10px 28px rgba(17,24,39,.08);
	--shadow-hover: 0 16px 38px rgba(17,24,39,.14);
}

html,
body{
	margin: 0;
	overflow-x: hidden;
}

body,
button,
input,
select,
textarea,
.elementor-kit-5,
.elementor-widget-text-editor,
.elementor-widget-theme-post-content,
.woocommerce,
.woocommerce-page,
.wpforms-container{
	font-family: var(--font-body) !important;
	font-weight: 400;
	letter-spacing: 0;
}

body{
	color: var(--text);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.entry-title,
.page-title,
.woocommerce-products-header__title,
.woocommerce div.product .product_title{
	font-family: var(--font-heading) !important;
	color: var(--text);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

h1,
.elementor-widget-heading h1.elementor-heading-title{
	font-weight: 900;
}

h4,
h5,
h6,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title{
	font-weight: 700;
}

p,
li,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.woocommerce p,
.woocommerce li{
	font-family: var(--font-body) !important;
	line-height: 1.7;
}

a,
.elementor a,
.woocommerce a{
	font-family: var(--font-body) !important;
	letter-spacing: 0;
}

button,
input[type="button"],
input[type="submit"],
.elementor-button,
.wpforms-submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	font-family: var(--font-heading) !important;
	font-weight: 800;
	letter-spacing: 0;
}

strong,
b{
	font-weight: 700;
}

.year-shortcode{
	background: var(--bg-dark);
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 16px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.year-shortcode p{
	margin: 0;
	font-size: 13px;
	color: rgba(255,255,255,.75);
}

.year-shortcode a{
	color: var(--turhan-white);
	font-weight: 700;
	text-decoration: none;
}

.year-shortcode a:hover{
	color: var(--brand-gold);
	text-decoration: underline;
}

.red-number{
	color: var(--brand-primary);
}

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

p a:hover{
	color: var(--brand-primary);
	text-decoration: underline;
}

li::marker{
	color: var(--brand-primary);
}

body:not(.elementor-page):not(.woocommerce-page) .site-main,
body:not(.elementor-page):not(.woocommerce-page) main.site-main{
	width: min(1140px, calc(100% - 48px));
	margin: 44px auto 72px;
	padding: 0;
}

.turhan-front-page{
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.turhan-woocommerce-main{
	width: min(1320px, calc(100% - 48px));
	margin: 42px auto 72px;
	padding: 0;
}

.turhan-search-form{
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	width: min(560px, 100%);
	min-height: 48px;
	border: 1px solid rgba(153,8,8,.22);
	border-radius: 999px;
	background: var(--turhan-white);
	box-shadow: 0 8px 22px rgba(17,24,39,.08);
	overflow: hidden;
}

.turhan-search-field{
	min-width: 0;
	border: 0;
	background: transparent;
	color: var(--text);
	padding: 0 0 0 18px;
	font-size: 15px;
	outline: none;
}

.turhan-search-submit{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: var(--brand-primary);
	color: var(--turhan-white);
	cursor: pointer;
}

.turhan-search-submit:hover{
	background: var(--brand-primary-hover);
}

body:not(.elementor-page):not(.woocommerce-page) .page-header,
body:not(.elementor-page):not(.woocommerce-page) .entry-header,
body:not(.elementor-page):not(.woocommerce-page) .turhan-page-header{
	margin: 0 0 24px;
	padding: 26px 30px;
	border: 1px solid rgba(153,8,8,.14);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(153,8,8,.08), transparent 46%),
		var(--turhan-white);
	box-shadow: var(--shadow);
}

body:not(.elementor-page):not(.woocommerce-page) .entry-title,
body:not(.elementor-page):not(.woocommerce-page) .page-title,
body:not(.elementor-page):not(.woocommerce-page) .turhan-page-header h1,
body:not(.elementor-page):not(.woocommerce-page) .turhan-page-header h2{
	margin: 0;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.04;
}

body:not(.elementor-page):not(.woocommerce-page) .page-content,
body:not(.elementor-page):not(.woocommerce-page) .entry-content,
body:not(.elementor-page):not(.woocommerce-page) .turhan-entry-content{
	padding: 30px;
	border: 1px solid rgba(153,8,8,.12);
	border-radius: 8px;
	background: var(--turhan-white);
	box-shadow: 0 14px 36px rgba(17,24,39,.07);
}

body:not(.elementor-page):not(.woocommerce-page) .page-content h2,
body:not(.elementor-page):not(.woocommerce-page) .entry-content h2,
body:not(.elementor-page):not(.woocommerce-page) .turhan-entry-content h2,
body:not(.elementor-page):not(.woocommerce-page) .page-content h3,
body:not(.elementor-page):not(.woocommerce-page) .entry-content h3,
body:not(.elementor-page):not(.woocommerce-page) .turhan-entry-content h3{
	margin-top: 30px;
	color: var(--text);
}

body:not(.elementor-page):not(.woocommerce-page) .page-content h2:first-child,
body:not(.elementor-page):not(.woocommerce-page) .entry-content h2:first-child,
body:not(.elementor-page):not(.woocommerce-page) .turhan-entry-content h2:first-child,
body:not(.elementor-page):not(.woocommerce-page) .page-content h3:first-child,
body:not(.elementor-page):not(.woocommerce-page) .entry-content h3:first-child,
body:not(.elementor-page):not(.woocommerce-page) .turhan-entry-content h3:first-child{
	margin-top: 0;
}

.turhan-info-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 24px 0;
}

.turhan-info-card{
	padding: 18px;
	border: 1px solid rgba(153,8,8,.12);
	border-radius: 8px;
	background: var(--turhan-off-white);
}

.turhan-info-card strong{
	display: block;
	margin-bottom: 6px;
	color: var(--text);
	font-family: var(--font-heading);
	font-weight: 900;
}

.turhan-info-card p{
	margin: 0;
	color: var(--text-muted);
	font-size: 15px;
	line-height: 1.6;
}

.turhan-page-cta{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 26px;
	padding: 20px;
	border-radius: 8px;
	background: linear-gradient(90deg, var(--brand-primary-hover), var(--brand-primary));
	color: var(--turhan-white);
}

.turhan-page-cta strong{
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
}

.turhan-page-cta a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 8px;
	background: rgba(255,255,255,.12);
	color: var(--turhan-white);
	font-family: var(--font-heading) !important;
	font-weight: 800;
	text-decoration: none;
}

.turhan-page-cta a:hover{
	background: var(--turhan-white);
	color: var(--brand-primary);
	text-decoration: none;
}

.turhan-entry-content:has(.turhan-info-page){
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.turhan-info-page{
	display: grid;
	gap: 24px;
}

.turhan-info-hero,
.turhan-info-section,
.turhan-contact-panel{
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(153,8,8,.13);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(153,8,8,.06), transparent 42%),
		var(--turhan-white);
	box-shadow: 0 14px 36px rgba(17,24,39,.07);
}

.turhan-info-hero{
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	gap: clamp(22px, 4vw, 44px);
	align-items: stretch;
	padding: clamp(26px, 4vw, 46px);
}

.turhan-info-hero::before,
.turhan-info-section::before,
.turhan-contact-panel::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--brand-primary), var(--brand-gold));
}

.turhan-info-kicker{
	display: inline-flex;
	width: fit-content;
	margin: 0 0 14px;
	padding: 7px 11px;
	border: 1px solid rgba(214,154,45,.34);
	border-radius: 999px;
	background: rgba(214,154,45,.12);
	color: var(--brand-primary);
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.turhan-info-hero h2,
.turhan-info-section h2,
.turhan-contact-panel h2{
	margin: 0 0 16px !important;
	font-size: clamp(28px, 3.4vw, 44px);
	font-weight: 900;
	line-height: 1.06;
}

.turhan-info-lead{
	max-width: 760px;
	margin: 0;
	color: var(--text-muted);
	font-size: 18px;
	line-height: 1.75;
}

.turhan-info-media{
	display: grid;
	place-items: center;
	min-height: 260px;
	padding: 22px;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(214,154,45,.16), transparent 50%),
		var(--turhan-off-white);
}

.turhan-info-media img{
	width: min(100%, 360px);
	height: auto;
	max-height: 260px;
	object-fit: contain;
}

.turhan-info-section,
.turhan-contact-panel{
	padding: clamp(24px, 4vw, 38px);
}

.turhan-info-columns{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.turhan-info-columns p,
.turhan-info-section p,
.turhan-contact-panel p{
	margin-top: 0;
	color: var(--text-muted);
	font-size: 16px;
	line-height: 1.75;
}

.turhan-info-stats{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}

.turhan-info-stat,
.turhan-contact-card{
	padding: 18px;
	border: 1px solid rgba(153,8,8,.12);
	border-radius: 8px;
	background: var(--turhan-off-white);
}

.turhan-info-stat strong,
.turhan-contact-card strong{
	display: block;
	margin-bottom: 6px;
	color: var(--text);
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 900;
}

.turhan-info-stat span,
.turhan-contact-card span{
	display: block;
	color: var(--text-muted);
	font-size: 14px;
	line-height: 1.55;
}

.turhan-contact-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.turhan-contact-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.turhan-contact-actions a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border-radius: 8px;
	background: var(--brand-primary);
	color: var(--turhan-white);
	font-family: var(--font-heading) !important;
	font-weight: 900;
	text-decoration: none;
}

.turhan-contact-actions a.secondary{
	border: 1px solid rgba(153,8,8,.18);
	background: var(--turhan-white);
	color: var(--brand-primary);
}

.turhan-contact-actions a:hover{
	background: var(--brand-primary-hover);
	color: var(--turhan-white);
	text-decoration: none;
}

.turhan-map-frame{
	overflow: hidden;
	min-height: 320px;
	border: 1px solid rgba(153,8,8,.12);
	border-radius: 8px;
	background: var(--turhan-off-white);
	box-shadow: 0 14px 36px rgba(17,24,39,.07);
}

.turhan-map-frame iframe{
	display: block;
	width: 100%;
	height: 360px;
	border: 0;
}

.turhan-home{
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: var(--bg-page);
	color: var(--text);
}

.turhan-home-hero{
	position: relative;
	overflow: hidden;
	display: grid;
	align-items: end;
	min-height: clamp(560px, calc(100vh - 170px), 720px);
	padding: clamp(72px, 9vw, 118px) 0 clamp(30px, 4vw, 56px);
	background: var(--bg-dark);
	color: var(--turhan-white);
}

.turhan-home-hero video{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.08) contrast(1.05);
}

.turhan-home-hero::before,
.turhan-home-hero::after{
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.turhan-home-hero::before{
	background:
		linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.60) 44%, rgba(0,0,0,.24) 100%),
		linear-gradient(0deg, rgba(0,0,0,.72) 0%, transparent 48%);
}

.turhan-home-hero::after{
	background: linear-gradient(0deg, var(--bg-page) 0, transparent 90px);
}

.turhan-home-inner,
.turhan-home-band-inner{
	position: relative;
	z-index: 1;
	width: min(1320px, calc(100% - 48px));
	margin: 0 auto;
}

.turhan-hero-copy{
	max-width: 790px;
}

.turhan-hero-kicker,
.turhan-section-kicker{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: var(--brand-gold-light);
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .8px;
	line-height: 1.2;
	text-transform: uppercase;
}

.turhan-hero-kicker::before,
.turhan-section-kicker::before{
	content: "";
	width: 42px;
	height: 3px;
	border-radius: 999px;
	background: var(--brand-gold);
}

.turhan-home-hero h1{
	max-width: 850px;
	margin: 0 0 18px;
	color: var(--turhan-white);
	font-size: clamp(42px, 6vw, 86px);
	font-weight: 900;
	line-height: .98;
}

.turhan-home-hero p{
	max-width: 690px;
	margin: 0;
	color: rgba(255,255,255,.86);
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.55;
}

.turhan-hero-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.turhan-hero-actions a,
.turhan-home-button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 8px;
	background: rgba(255,255,255,.12);
	color: var(--turhan-white);
	font-family: var(--font-heading) !important;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	backdrop-filter: blur(10px);
}

.turhan-hero-actions a:first-child,
.turhan-home-button.is-primary{
	border-color: var(--brand-primary);
	background: var(--brand-primary);
	color: var(--turhan-white);
}

.turhan-hero-actions a:hover,
.turhan-home-button:hover{
	border-color: var(--brand-gold);
	background: var(--brand-primary-hover);
	color: var(--turhan-white);
	text-decoration: none;
}

.turhan-hero-facts{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-top: clamp(34px, 6vw, 78px);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 8px;
	background: rgba(255,255,255,.18);
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,.24);
}

.turhan-hero-fact{
	padding: 18px;
	background: rgba(10,10,10,.58);
	backdrop-filter: blur(12px);
}

.turhan-hero-fact strong{
	display: block;
	color: var(--turhan-white);
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

.turhan-hero-fact span{
	display: block;
	margin-top: 5px;
	color: rgba(255,255,255,.72);
	font-size: 14px;
	line-height: 1.45;
}

.turhan-home-band{
	padding: clamp(46px, 7vw, 86px) 0;
}

.turhan-home-band.is-white{
	background: var(--turhan-white);
}

.turhan-home-band.is-dark{
	background: var(--bg-dark);
	color: var(--turhan-white);
}

.turhan-home-band.is-dark h2,
.turhan-home-band.is-dark h3,
.turhan-home-band.is-dark strong{
	color: var(--turhan-white);
}

.turhan-home-band.is-dark p,
.turhan-home-band.is-dark li{
	color: rgba(255,255,255,.75);
}

.turhan-split{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
}

.turhan-split h2,
.turhan-home-section h2{
	max-width: 820px;
	margin: 0 0 18px;
	font-size: clamp(34px, 4.8vw, 62px);
	font-weight: 900;
	line-height: 1.02;
}

.turhan-split p,
.turhan-home-section > p{
	max-width: 720px;
	margin: 0;
	color: var(--text-muted);
	font-size: 18px;
	line-height: 1.72;
}

.turhan-award-panel{
	padding: 24px;
	border: 1px solid rgba(214,154,45,.32);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(214,154,45,.16), transparent 48%),
		var(--turhan-white);
	box-shadow: var(--shadow);
}

.turhan-card-media{
	overflow: hidden;
	margin: -6px -6px 18px;
	border-radius: 8px;
	background: var(--turhan-off-white);
}

.turhan-card-media img{
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.turhan-award-panel .turhan-card-media img{
	height: 220px;
}

.turhan-award-panel strong{
	display: block;
	margin-bottom: 8px;
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.15;
}

.turhan-award-panel p{
	margin: 0;
	font-size: 16px;
}

.turhan-feature-grid,
.turhan-category-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 30px;
}

.turhan-feature-card,
.turhan-category-card{
	position: relative;
	overflow: hidden;
	min-height: 210px;
	padding: 22px;
	border: 1px solid rgba(153,8,8,.12);
	border-radius: 8px;
	background: var(--turhan-white);
	box-shadow: var(--shadow);
}

.turhan-feature-card{
	min-height: 190px;
}

.turhan-feature-card::before,
.turhan-category-card::before{
	content: "";
	display: block;
	width: 46px;
	height: 4px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--brand-primary), var(--brand-gold));
}

.turhan-feature-card:has(.turhan-card-media)::before,
.turhan-category-card:has(.turhan-card-media)::before{
	display: none;
}

.turhan-feature-card h3,
.turhan-category-card h3{
	margin: 0 0 10px;
	font-size: 23px;
	font-weight: 900;
}

.turhan-feature-card p,
.turhan-category-card p{
	margin: 0;
	color: var(--text-muted);
	font-size: 16px;
	line-height: 1.62;
}

.turhan-category-card{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: var(--text);
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.turhan-category-card span{
	display: inline-flex;
	align-items: center;
	margin-top: 18px;
	color: var(--brand-primary);
	font-family: var(--font-heading);
	font-weight: 900;
}

.turhan-category-card:hover{
	border-color: rgba(153,8,8,.32);
	box-shadow: var(--shadow-hover);
	transform: translateY(-4px);
	text-decoration: none;
}

.turhan-home-cta{
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 5vw, 48px);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(122,5,5,.96), rgba(153,8,8,.92)),
		var(--brand-primary);
	color: var(--turhan-white);
}

.turhan-home-cta h2{
	max-width: 760px;
	margin: 0 0 12px;
	color: var(--turhan-white);
	font-size: clamp(30px, 4vw, 54px);
	font-weight: 900;
	line-height: 1.04;
}

.turhan-home-cta p{
	max-width: 700px;
	margin: 0;
	color: rgba(255,255,255,.82);
	font-size: 18px;
}

.turhan-home-cta .turhan-hero-actions{
	margin-top: 22px;
}

@media (max-width: 720px){
	body:not(.elementor-page):not(.woocommerce-page) .site-main,
	body:not(.elementor-page):not(.woocommerce-page) main.site-main{
		width: min(100% - 28px, 1140px);
		margin-top: 28px;
		margin-bottom: 48px;
	}

	body:not(.elementor-page):not(.woocommerce-page) .page-header,
	body:not(.elementor-page):not(.woocommerce-page) .entry-header,
	body:not(.elementor-page):not(.woocommerce-page) .page-content,
	body:not(.elementor-page):not(.woocommerce-page) .entry-content{
		padding: 20px;
	}

	.turhan-info-grid{
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.turhan-info-hero,
	.turhan-info-columns,
	.turhan-info-stats,
	.turhan-contact-grid{
		grid-template-columns: 1fr;
	}

	.turhan-info-media{
		min-height: 200px;
	}

	.turhan-page-cta{
		align-items: stretch;
		flex-direction: column;
		padding: 18px;
	}

	.turhan-page-cta a{
		width: 100%;
	}

	.turhan-home-inner,
	.turhan-home-band-inner{
		width: min(100% - 28px, 1320px);
	}

	.turhan-home-hero{
		min-height: clamp(560px, calc(100vh - 220px), 680px);
		padding: 36px 0 24px;
	}

	.turhan-home-hero h1{
		font-size: clamp(38px, 11vw, 50px);
	}

	.turhan-hero-actions{
		gap: 10px;
		margin-top: 22px;
	}

	.turhan-hero-actions a{
		width: 100%;
	}

	.turhan-hero-facts{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 18px;
	}

	.turhan-hero-fact{
		padding: 13px;
	}

	.turhan-hero-fact strong{
		font-size: 14px;
	}

	.turhan-hero-fact span{
		display: none;
	}

	.turhan-split,
	.turhan-feature-grid,
	.turhan-category-grid{
		grid-template-columns: 1fr;
	}

	.turhan-home-band{
		padding: 42px 0;
	}

	.turhan-split h2,
	.turhan-home-section h2,
	.turhan-home-cta h2{
		font-size: 34px;
	}

	.turhan-feature-card,
	.turhan-category-card{
		min-height: auto;
		padding: 18px;
	}
}
