/*
Theme Name: Coşkun Hukuk — Kadence Child
Theme URI: https://coskunhukukdanismanlik.com/
Description: Coşkun Hukuk Arabuluculuk Bürosu için hızlı, erişilebilir ve yerel SEO odaklı Kadence alt teması.
Author: Coşkun Hukuk
Template: kadence
Version: 1.12.3
Text Domain: coskun-hukuk
*/

/*
 * Open Sans, self-hosted. Apache License 2.0.
 * Only the latin and latin-ext subsets ship; latin-ext carries the Turkish
 * characters. No request ever leaves this server for a font.
 *
 * These lived in font-face.css until the stylesheet count mattered; merging
 * them here removes a render-blocking request from every page.
 */

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/open-sans-400-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: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/open-sans-400-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: "Open Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/open-sans-700-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: "Open Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/open-sans-700-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 {
	--coskun-ink: #102033;
	--coskun-navy: #12243a;
	--coskun-navy-deep: #091523;
	/* WCAG AA: beyaz metinle 5.19, açık zeminde 4.93 kontrast verir.
	   Önceki #b7773f üçünde de 3.2-3.7 ile sınıfta kalıyordu.
	   Koyu zeminlerde --coskun-copper-light kullanılıyor, o değişmedi. */
	--coskun-copper: #9a5f2c;
	--coskun-copper-light: #d4a06d;
	--coskun-ivory: #f4efe6;
	--coskun-paper: #fbf9f5;
	--coskun-white: #ffffff;
	--coskun-slate: #5f6b77;
	--coskun-line: rgba(16, 32, 51, 0.13);
	--coskun-line-dark: rgba(255, 255, 255, 0.14);
	--coskun-shadow: 0 24px 70px rgba(9, 21, 35, 0.12);
	--coskun-radius: 4px;
	--coskun-content: 1180px;

	/* One vertical rhythm for the whole site. Sections used five unrelated
	   scales before; anything that separates blocks now picks one of these. */
	--coskun-space-lg: clamp(72px, 9vw, 120px);
	--coskun-space-md: clamp(56px, 7vw, 88px);
	--coskun-space-sm: clamp(40px, 5vw, 68px);
	--coskun-reading: 760px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--coskun-paper);
	color: var(--coskun-ink);
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.coskun-serif {
	color: var(--coskun-navy-deep);
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.25;
}

a {
	color: var(--coskun-navy);
	text-decoration-color: var(--coskun-copper);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

a:hover,
a:focus {
	color: #874d22;
}

:focus-visible {
	outline: 3px solid var(--coskun-copper-light);
	outline-offset: 4px;
}

::selection {
	background: var(--coskun-copper);
	color: var(--coskun-white);
}

.coskun-container {
	margin-inline: auto;
	max-width: var(--coskun-content);
	padding-inline: clamp(20px, 4vw, 48px);
	width: 100%;
}

.coskun-reading {
	max-width: var(--coskun-reading);
}

.coskun-kicker {
	align-items: center;
	color: var(--coskun-copper);
	display: flex;
	font-size: 0.76rem;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 0.17em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.coskun-kicker::before {
	background: currentColor;
	content: "";
	height: 1px;
	width: 38px;
}

.coskun-button,
.wp-block-button__link,
button,
input[type="submit"] {
	align-items: center;
	background: var(--coskun-copper);
	border: 1px solid var(--coskun-copper);
	border-radius: 2px;
	color: var(--coskun-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.06em;
	min-height: 50px;
	padding: 13px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.coskun-button:hover,
.coskun-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #91562a;
	border-color: #91562a;
	color: var(--coskun-white);
	transform: translateY(-1px);
}

.coskun-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.42);
	color: var(--coskun-white);
}

.coskun-button--ghost:hover,
.coskun-button--ghost:focus {
	background: var(--coskun-white);
	border-color: var(--coskun-white);
	color: var(--coskun-navy);
}

.coskun-text-link {
	align-items: center;
	display: inline-flex;
	font-size: 0.83rem;
	font-weight: 700;
	gap: 9px;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.coskun-text-link::after {
	content: "→";
	font-size: 1.15em;
	transition: transform 180ms ease;
}

.coskun-text-link:hover::after,
.coskun-text-link:focus::after {
	transform: translateX(4px);
}

/* Kadence header refinement */
.coskun-local-bar {
	background: var(--coskun-navy-deep);
	border-bottom: 1px solid var(--coskun-line-dark);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.76rem;
	letter-spacing: 0.06em;
}

.coskun-local-bar__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 38px;
}

.coskun-local-bar a {
	color: var(--coskun-copper-light);
	text-decoration: none;
}

#masthead {
	background: rgba(251, 249, 245, 0.98);
	border-bottom: 1px solid var(--coskun-line);
	box-shadow: none;
}

.site-header-row-container-inner {
	min-height: 82px;
}

.site-branding .site-title {
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	font-weight: 400;
	letter-spacing: -0.035em;
}

.site-branding .site-description {
	color: var(--coskun-slate);
	font-size: 0.72rem;
	letter-spacing: 0.045em;
	margin-top: 2px;
}

.site-branding a.brand {
	text-decoration: none;
}

.header-navigation .header-menu-container > ul > li.menu-item > a {
	color: var(--coskun-ink);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.055em;
	padding-inline: 0.42em;
	text-transform: uppercase;
	/* Two-word labels were breaking across two lines, which left the row
	   ragged: "Ana Sayfa" and "Hesaplama Araçları" sat taller than their
	   single-word neighbours. */
	white-space: nowrap;
}

.header-navigation .header-menu-container > ul {
	flex-wrap: nowrap;
}

/* Between the mobile breakpoint and a comfortable desktop the unwrapped row
   runs right up against the logo, so the tracking gives the space back. */
@media (min-width: 1025px) and (max-width: 1280px) {
	.header-navigation .header-menu-container > ul > li.menu-item > a {
		letter-spacing: 0.025em;
		padding-inline: 0.28em;
	}
}

.header-navigation .header-menu-container > ul > li.current-menu-item > a,
.header-navigation .header-menu-container > ul > li.current-menu-ancestor > a,
.header-navigation .header-menu-container > ul > li > a:hover {
	color: var(--coskun-copper);
}

.header-navigation .sub-menu {
	border-top: 2px solid var(--coskun-copper);
	box-shadow: 0 18px 45px rgba(9, 21, 35, 0.14);
}

.site-main-header-wrap .site-header-row-container-inner > .site-container {
	max-width: var(--coskun-content);
	padding-inline: clamp(20px, 4vw, 48px);
}

#inner-wrap {
	background: transparent;
}

/* Hero */
.coskun-hero {
	background:
		radial-gradient(circle at 82% 22%, rgba(183, 119, 63, 0.18), transparent 28%),
		linear-gradient(118deg, var(--coskun-navy-deep), var(--coskun-navy));
	color: rgba(255, 255, 255, 0.78);
	overflow: hidden;
	position: relative;
}

.coskun-hero::before,
.coskun-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
	position: absolute;
}

.coskun-hero::before {
	height: 460px;
	right: -180px;
	top: -170px;
	width: 460px;
}

.coskun-hero::after {
	bottom: -300px;
	height: 620px;
	right: 2%;
	width: 620px;
}

.coskun-hero__grid {
	display: grid;
	gap: clamp(40px, 7vw, 96px);
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	min-height: clamp(610px, 72vh, 760px);
	padding-block: var(--coskun-space-lg);
	position: relative;
	z-index: 1;
}

.coskun-hero__content {
	align-self: center;
	max-width: 760px;
}

.coskun-hero h1 {
	color: var(--coskun-white);
	font-size: clamp(2rem, 3.6vw, 2.9rem);
	letter-spacing: -0.052em;
	margin: 0 0 26px;
	max-width: 860px;
}

.coskun-hero__lead {
	font-size: clamp(1.08rem, 1.7vw, 1.34rem);
	line-height: 1.7;
	margin: 0;
	max-width: 680px;
}

.coskun-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 36px;
}

.coskun-hero__aside {
	align-self: end;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding: 24px 0 8px 28px;
}

.coskun-hero__aside strong {
	color: var(--coskun-copper-light);
	display: block;
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 14px;
}

.coskun-hero__aside p {
	font-size: 0.9rem;
	line-height: 1.7;
	margin: 0;
}

/* Sections */
.coskun-section {
	padding-block: var(--coskun-space-lg);
}

.coskun-section--ivory {
	background: var(--coskun-ivory);
}

.coskun-section--navy {
	background: var(--coskun-navy-deep);
	color: rgba(255, 255, 255, 0.76);
}

.coskun-section--navy h2,
.coskun-section--navy h3 {
	color: var(--coskun-white);
}

.coskun-section__heading {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
	margin-bottom: var(--coskun-space-sm);
}

.coskun-section__heading h2 {
	font-size: clamp(1.6rem, 3.4vw, 2.6rem);
	margin: 0;
}

.coskun-section__heading p {
	align-self: end;
	color: var(--coskun-slate);
	margin: 0;
}

.coskun-section--navy .coskun-section__heading p {
	color: rgba(255, 255, 255, 0.68);
}

.coskun-facts {
	background: var(--coskun-paper);
	border-bottom: 1px solid var(--coskun-line);
}

.coskun-facts__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.coskun-fact {
	border-left: 1px solid var(--coskun-line);
	padding: 30px clamp(20px, 4vw, 46px);
}

.coskun-fact:last-child {
	border-right: 1px solid var(--coskun-line);
}

.coskun-fact span {
	color: var(--coskun-copper);
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.coskun-fact strong {
	color: var(--coskun-navy);
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(1.05rem, 2vw, 1.32rem);
	font-weight: 400;
}

.coskun-area-grid {
	border-left: 1px solid var(--coskun-line);
	border-top: 1px solid var(--coskun-line);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.coskun-area-card {
	background: rgba(255, 255, 255, 0.35);
	border-bottom: 1px solid var(--coskun-line);
	border-right: 1px solid var(--coskun-line);
	display: flex;
	flex-direction: column;
	min-height: 290px;
	padding: clamp(26px, 3.5vw, 42px);
	position: relative;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

.coskun-area-card:hover,
.coskun-area-card:focus {
	background: var(--coskun-white);
	color: var(--coskun-ink);
	transform: translateY(-3px);
	z-index: 1;
}

.coskun-area-card__number {
	color: var(--coskun-copper);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 2.25rem;
}

.coskun-area-card h3 {
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	margin: 36px 0 14px;
}

.coskun-area-card p {
	color: var(--coskun-slate);
	font-size: 0.91rem;
	line-height: 1.62;
	margin: 0;
}

.coskun-team-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, 1fr);
}

.coskun-person-card {
	background: var(--coskun-white);
	box-shadow: 0 16px 45px rgba(9, 21, 35, 0.08);
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	min-height: 260px;
	overflow: hidden;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.coskun-person-card:hover,
.coskun-person-card:focus {
	box-shadow: var(--coskun-shadow);
	color: var(--coskun-ink);
	transform: translateY(-4px);
}

.coskun-person-card__mark {
	align-items: center;
	background: linear-gradient(155deg, var(--coskun-navy), var(--coskun-navy-deep));
	color: var(--coskun-copper-light);
	display: flex;
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 2.5rem;
	justify-content: center;
	letter-spacing: -0.06em;
}

.coskun-person-card__body {
	align-self: center;
	padding: 30px;
}

.coskun-person-card__role {
	color: var(--coskun-copper);
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.coskun-person-card h3 {
	font-size: clamp(1.3rem, 2.2vw, 1.7rem);
	margin: 10px 0 12px;
}

.coskun-person-card p {
	color: var(--coskun-slate);
	font-size: 0.9rem;
	margin: 0;
}

.coskun-steps {
	counter-reset: steps;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, 1fr);
}

.coskun-step {
	border-top: 1px solid var(--coskun-line-dark);
	counter-increment: steps;
	padding: 34px 34px 10px 0;
}

.coskun-step::before {
	color: var(--coskun-copper-light);
	content: "0" counter(steps);
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 58px;
}

.coskun-step h3 {
	font-size: 1.65rem;
	margin: 0 0 13px;
}

.coskun-step p {
	font-size: 0.92rem;
	margin: 0;
}

.coskun-article-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.coskun-article-card {
	background: var(--coskun-white);
	border: 1px solid var(--coskun-line);
	display: flex;
	flex-direction: column;
	min-height: 320px;
	padding: 30px;
}

.coskun-article-card__meta {
	color: var(--coskun-copper);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.coskun-article-card h2,
.coskun-article-card h3 {
	font-size: 1.65rem;
	margin: 28px 0 14px;
}

.coskun-article-card p {
	color: var(--coskun-slate);
	font-size: 0.92rem;
	margin: 0 0 26px;
}

.coskun-article-card .coskun-text-link {
	margin-top: auto;
}

.coskun-contact-band {
	background: var(--coskun-copper);
	/* Full white, not 84%: over copper the faded tone lands at 4.18 contrast
	   and misses AA by a hair. */
	color: var(--coskun-white);
	padding-block: var(--coskun-space-md);
}

.coskun-contact-band__grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.coskun-contact-band h2 {
	color: var(--coskun-white);
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	margin: 0 0 12px;
}

.coskun-contact-band p {
	margin: 0;
}

/* Interior pages */
.coskun-page-hero {
	background:
		radial-gradient(circle at 86% 8%, rgba(183, 119, 63, 0.18), transparent 30%),
		var(--coskun-navy-deep);
	color: rgba(255, 255, 255, 0.73);
	/* Tighter than the section scale on purpose: this band holds a breadcrumb,
	   a heading and one line, so the full --coskun-space-md pushed the first
	   real content far below the fold on a laptop screen. */
	padding-block: clamp(34px, 3.8vw, 58px);
}

.coskun-page-hero h1 {
	color: var(--coskun-white);
	font-size: clamp(1.8rem, 4vw, 3rem);
	margin: 18px 0 20px;
	max-width: 900px;
}

.coskun-page-hero__intro {
	font-size: clamp(1.02rem, 1.6vw, 1.25rem);
	max-width: 720px;
}

.coskun-breadcrumbs {
	color: rgba(255, 255, 255, 0.57);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.coskun-breadcrumbs a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.coskun-breadcrumbs span {
	margin-inline: 8px;
	opacity: 0.55;
}

.coskun-content-layout {
	display: grid;
	gap: clamp(44px, 7vw, 88px);
	grid-template-columns: minmax(0, 1fr) 300px;
	padding-block: var(--coskun-space-lg);
}

.coskun-entry-content {
	font-size: 1.04rem;
	max-width: var(--coskun-reading);
}

.coskun-entry-content > *:first-child {
	margin-top: 0;
}

.coskun-entry-content h2 {
	font-size: clamp(2rem, 3.8vw, 3rem);
	margin: 2.15em 0 0.7em;
}

.coskun-entry-content h3 {
	font-size: clamp(1.45rem, 2.7vw, 2rem);
	margin: 1.8em 0 0.65em;
}

.coskun-entry-content p,
.coskun-entry-content li {
	color: #344354;
}

.coskun-entry-content ul,
.coskun-entry-content ol {
	padding-left: 1.35em;
}

.coskun-entry-content li::marker {
	color: var(--coskun-copper);
}

.coskun-entry-content blockquote {
	border-left: 3px solid var(--coskun-copper);
	color: var(--coskun-navy);
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 1.35rem;
	font-style: normal;
	margin: 2.2em 0;
	padding: 6px 0 6px 28px;
}

.coskun-sidebar {
	align-self: start;
	position: sticky;
	top: 30px;
}

.coskun-sidebar-card {
	background: var(--coskun-ivory);
	border-top: 3px solid var(--coskun-copper);
	padding: 28px;
}

.coskun-sidebar-card + .coskun-sidebar-card {
	margin-top: 20px;
}

.coskun-sidebar-card h2,
.coskun-sidebar-card h3 {
	font-size: 1.45rem;
	margin: 0 0 13px;
}

.coskun-sidebar-card p,
.coskun-sidebar-card li {
	color: var(--coskun-slate);
	font-size: 0.86rem;
}

.coskun-sidebar-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.coskun-sidebar-card li + li {
	border-top: 1px solid var(--coskun-line);
}

.coskun-sidebar-card li a {
	display: block;
	font-weight: 700;
	padding: 10px 0;
	text-decoration: none;
}

.coskun-profile-facts {
	border-bottom: 1px solid var(--coskun-line);
	border-top: 1px solid var(--coskun-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
	margin: 32px 0 44px;
}

.coskun-profile-facts > div {
	border-right: 1px solid var(--coskun-line);
	padding: 22px 24px 22px 0;
}

.coskun-profile-facts > div + div {
	padding-left: 24px;
}

.coskun-profile-facts > div:last-child {
	border-right: 0;
}

.coskun-profile-facts span {
	color: var(--coskun-copper);
	display: block;
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.coskun-profile-facts strong {
	font-size: 0.94rem;
}

.coskun-related {
	border-top: 1px solid var(--coskun-line);
	margin-top: 60px;
	padding-top: 38px;
}

.coskun-related h2 {
	font-size: 1.85rem;
	margin: 0 0 20px;
}

.coskun-related__links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.coskun-related__links a {
	background: var(--coskun-ivory);
	border: 1px solid transparent;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 9px 13px;
	text-decoration: none;
}

.coskun-related__links a:hover,
.coskun-related__links a:focus {
	background: var(--coskun-white);
	border-color: var(--coskun-copper);
}

.coskun-legal-note {
	background: var(--coskun-ivory);
	border-left: 3px solid var(--coskun-copper);
	color: var(--coskun-slate);
	font-size: 0.83rem;
	margin-top: 44px;
	padding: 18px 20px;
}

.coskun-answer {
	background: var(--coskun-navy);
	color: rgba(255, 255, 255, 0.86);
	margin: 0 0 38px;
	padding: clamp(24px, 4vw, 36px);
}

.coskun-answer span {
	color: var(--coskun-copper-light);
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.coskun-answer p {
	color: inherit;
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(1.18rem, 2vw, 1.48rem);
	line-height: 1.55;
	margin: 0;
}

/* Two contents lists share this styling: the theme's own .coskun-toc and the
   Rank Math block that now lives inside post_content. Only one of them ever
   renders on a page, and they must look the same either way. */
.coskun-toc,
.wp-block-rank-math-toc-block {
	background: var(--coskun-ivory);
	border-top: 3px solid var(--coskun-copper);
	margin: 0 0 44px;
	padding: 26px 30px;
}

.coskun-toc > p,
.wp-block-rank-math-toc-block > h2 {
	color: var(--coskun-navy);
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 1.4rem;
	margin: 0 0 14px;
}

.coskun-toc ol,
.wp-block-rank-math-toc-block ul {
	margin: 0;
	padding-left: 1.3em;
}

.coskun-toc li,
.wp-block-rank-math-toc-block li {
	color: var(--coskun-slate);
	font-size: 0.88rem;
	margin: 6px 0;
}

.coskun-toc__level-3,
.wp-block-rank-math-toc-block li ul {
	margin-left: 18px !important;
}

.coskun-toc a,
.wp-block-rank-math-toc-block a {
	text-decoration: none;
}

.coskun-sources {
	border-top: 1px solid var(--coskun-line);
	margin-top: 54px;
	padding-top: 30px;
}

.coskun-sources h2 {
	font-size: 1.7rem;
	margin: 0 0 16px;
}

.coskun-sources li {
	font-size: 0.88rem;
	margin: 7px 0;
}

.coskun-map-card {
	background:
		linear-gradient(rgba(9, 21, 35, 0.88), rgba(9, 21, 35, 0.88)),
		repeating-linear-gradient(45deg, transparent 0 12px, rgba(255,255,255,.04) 12px 13px);
	color: rgba(255, 255, 255, 0.78);
	margin-top: 36px;
	padding: clamp(34px, 5vw, 58px);
}

.coskun-map-card h2 {
	color: var(--coskun-white);
	margin-top: 0;
}

.coskun-map-card a {
	color: var(--coskun-copper-light);
}

/* Footer */
.coskun-footer {
	background: var(--coskun-navy-deep);
	color: rgba(255, 255, 255, 0.66);
	padding-top: var(--coskun-space-md);
}

.coskun-footer__grid {
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(270px, 1.25fr) minmax(170px, 0.7fr) minmax(220px, 0.9fr);
}

.coskun-footer__brand {
	color: var(--coskun-white);
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.7rem);
	line-height: 1.12;
	margin: 0 0 18px;
}

.coskun-footer h2,
.coskun-footer h3 {
	color: var(--coskun-copper-light);
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.coskun-footer p,
.coskun-footer li {
	font-size: 0.86rem;
}

.coskun-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.coskun-footer li + li {
	margin-top: 9px;
}

.coskun-footer a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.coskun-footer a:hover,
.coskun-footer a:focus {
	color: var(--coskun-copper-light);
}

.coskun-footer__bottom {
	align-items: center;
	border-top: 1px solid var(--coskun-line-dark);
	display: flex;
	font-size: 0.72rem;
	justify-content: space-between;
	margin-top: 60px;
	padding-block: 22px;
}

.coskun-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

/* Empty and 404 states */
.coskun-empty {
	background: var(--coskun-ivory);
	border-left: 3px solid var(--coskun-copper);
	padding: 28px;
}

.coskun-404 {
	align-items: center;
	display: flex;
	min-height: 66vh;
	padding-block: 80px;
}

.coskun-404__code {
	color: rgba(183, 119, 63, 0.22);
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(8rem, 25vw, 20rem);
	line-height: 0.7;
	position: absolute;
	right: 4vw;
	z-index: 0;
}

.coskun-404__content {
	max-width: 650px;
	position: relative;
	z-index: 1;
}

.coskun-404 h1 {
	font-size: clamp(3rem, 7vw, 6rem);
	margin: 0 0 22px;
}

.coskun-consent {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999;
	width: min(520px, calc(100vw - 48px));
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 4px;
	background: var(--coskun-navy);
	box-shadow: 0 20px 60px rgba(5, 18, 31, 0.28);
	color: #fff;
}

.coskun-consent[hidden] {
	display: none;
}

.coskun-consent p {
	margin: 0 0 16px;
}

.coskun-consent a {
	color: #fff;
	text-decoration: underline;
}

.coskun-consent > div {
	display: flex;
	gap: 10px;
}

.coskun-button--small {
	min-height: 40px;
	padding: 8px 16px;
	font-size: 0.88rem;
}

@media (max-width: 980px) {
	.coskun-hero__grid,
	.coskun-section__heading,
	.coskun-contact-band__grid,
	.coskun-content-layout {
		grid-template-columns: 1fr;
	}

	.coskun-hero__grid {
		min-height: auto;
	}

	.coskun-hero__aside {
		max-width: 420px;
	}

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

	.coskun-sidebar {
		position: static;
	}

	.coskun-footer__grid {
		grid-template-columns: 1.2fr 0.8fr;
	}

	.coskun-footer__grid > :last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	body {
		font-size: 16px;
	}

	.coskun-local-bar__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
		justify-content: center;
		min-height: 50px;
	}

	.coskun-local-bar__inner > :last-child {
		display: none;
	}

	.coskun-hero h1 {
		font-size: clamp(1.85rem, 8vw, 2.6rem);
	}

	.coskun-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.coskun-area-grid,
	.coskun-team-grid,
	.coskun-steps,
	.coskun-article-grid,
	.coskun-facts__grid,
	.coskun-profile-facts,
	.coskun-footer__grid {
		grid-template-columns: 1fr;
	}

	.coskun-area-card {
		min-height: 235px;
	}

	.coskun-fact,
	.coskun-fact:last-child {
		border-bottom: 1px solid var(--coskun-line);
		border-right: 0;
	}

	.coskun-person-card {
		grid-template-columns: 94px 1fr;
		min-height: 230px;
	}

	.coskun-person-card__body {
		padding: 24px 20px;
	}

	.coskun-step::before {
		margin-bottom: 24px;
	}

	.coskun-profile-facts > div,
	.coskun-profile-facts > div + div {
		border-bottom: 1px solid var(--coskun-line);
		border-right: 0;
		padding: 18px 0;
	}

	.coskun-footer__grid > :last-child {
		grid-column: auto;
	}

	.coskun-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.coskun-consent {
		right: 12px;
		bottom: 12px;
		width: calc(100vw - 24px);
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.coskun-local-bar,
	#masthead,
	.coskun-footer,
	.coskun-contact-band,
	.coskun-sidebar {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
		font-size: 12pt;
	}

	a {
		color: #000;
	}
}


/* Sixteen practice areas overflow a single-column dropdown: the list runs past
   the bottom of the viewport and the last items cannot be reached. Two columns
   halve the height.

   This uses column-count rather than grid on purpose. The theme shows and hides
   these lists with the display property, so setting display here would pin them
   open. column-count changes the layout without touching display. */
@media (min-width: 1025px) {
	#primary-menu .sub-menu:has(> li:nth-child(9)) {
		column-count: 2;
		column-gap: 0;
		width: 440px;
	}

	#primary-menu .sub-menu:has(> li:nth-child(9)) > li {
		break-inside: avoid;
		width: 100%;
	}

	#primary-menu .sub-menu > li > a {
		padding-block: 0.7em;
	}
}

/* Table of contents on articles. */
.coskun-toc {
	background: var(--coskun-ivory);
	border-left: 3px solid var(--coskun-copper);
	margin: 0 0 var(--coskun-space-sm);
	padding: 22px clamp(18px, 3vw, 30px);
}

.coskun-toc h2 {
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.coskun-toc ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.coskun-toc li {
	margin: 0 0 7px;
}

.coskun-toc li:last-child {
	margin-bottom: 0;
}

.coskun-toc__level-3 {
	padding-left: 18px;
}

.coskun-toc a {
	color: var(--coskun-ink);
	text-decoration: none;
}

.coskun-toc a:hover,
.coskun-toc a:focus {
	color: var(--coskun-copper);
	text-decoration: underline;
}

/* Anchor links land under the sticky header without this. */
.coskun-entry-content h2,
.coskun-entry-content h3 {
	scroll-margin-top: 90px;
}

/* Calculator tool. */
.coskun-calc {
	background: var(--coskun-ivory);
	border: 1px solid var(--coskun-line);
	margin: 0 0 var(--coskun-space-sm);
	padding: clamp(20px, 3vw, 34px);
}

.coskun-calc h2 {
	margin-top: 0;
}

.coskun-calc__row {
	margin: 0 0 16px;
}

.coskun-calc__row label {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.coskun-calc__row select,
.coskun-calc__row input {
	border: 1px solid var(--coskun-line);
	font: inherit;
	max-width: 320px;
	padding: 10px 12px;
	width: 100%;
}

.coskun-calc__row small {
	color: var(--coskun-slate);
	display: block;
	font-size: 0.86rem;
	margin-top: 6px;
}

.coskun-calc__checks label {
	display: block;
	margin-bottom: 8px;
}

.coskun-calc__checks input {
	margin-right: 8px;
}

.coskun-calc button {
	margin-top: 8px;
}

.coskun-calc__out {
	background: var(--coskun-white);
	border-left: 3px solid var(--coskun-copper);
	display: block;
	margin-top: 22px;
	padding: 18px 20px;
}

.coskun-calc__out p {
	margin: 0 0 8px;
}

.coskun-calc__err {
	color: #9a2f2f;
}

.coskun-calc__small,
.coskun-calc__note {
	color: var(--coskun-slate);
	font-size: 0.9rem;
}

.coskun-calc__note {
	margin-top: 18px;
}

.coskun-table {
	border-collapse: collapse;
	margin: 0 0 18px;
	width: 100%;
}

.coskun-table th,
.coskun-table td {
	border-bottom: 1px solid var(--coskun-line);
	padding: 10px 12px;
	text-align: left;
}

.coskun-table th {
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Floating contact button. Renders open and unscripted; the footer script
   collapses it behind the round toggle. */
.coskun-fab {
	align-items: flex-end;
	bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: fixed;
	right: 24px;
	z-index: 9998;
}

.coskun-fab__actions {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.coskun-fab__action {
	align-items: center;
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(9, 21, 35, 0.24);
	color: #fff;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 10px;
	padding: 11px 17px;
	text-decoration: none;
	transition: transform 0.15s ease;
}

.coskun-fab__action:hover,
.coskun-fab__action:focus-visible {
	color: #fff;
	transform: translateY(-2px);
}

/* WhatsApp's darker brand green: the bright one cannot carry white text at
   an accessible contrast ratio. */
.coskun-fab__action--whatsapp {
	background: #128c7e;
}

.coskun-fab__action--phone {
	background: var(--coskun-navy);
}

.coskun-fab__icon {
	display: inline-flex;
}

.coskun-fab__toggle {
	align-items: center;
	background: var(--coskun-copper);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 12px 34px rgba(9, 21, 35, 0.3);
	color: #fff;
	cursor: pointer;
	display: none;
	height: 56px;
	justify-content: center;
	padding: 0;
	transition: transform 0.15s ease;
	width: 56px;
}

.coskun-fab__toggle:hover,
.coskun-fab__toggle:focus-visible {
	transform: scale(1.05);
}

.coskun-fab__toggle-text {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.coskun-fab.is-collapsible .coskun-fab__toggle {
	display: inline-flex;
}

.coskun-fab.is-collapsible .coskun-fab__actions {
	display: none;
}

.coskun-fab.is-collapsible.is-open .coskun-fab__actions {
	display: flex;
}

.coskun-fab__icon--close {
	display: none;
}

.coskun-fab.is-open .coskun-fab__icon--open {
	display: none;
}

.coskun-fab.is-open .coskun-fab__icon--close {
	display: inline-flex;
}

/* The cookie banner owns the same corner while it is open. */
body:has(.coskun-consent:not([hidden])) .coskun-fab {
	bottom: calc(24px + 190px);
}

@media (max-width: 600px) {
	.coskun-fab {
		bottom: 16px;
		right: 16px;
	}

	.coskun-fab__action {
		font-size: 0.85rem;
		padding: 10px 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.coskun-fab__action,
	.coskun-fab__toggle {
		transition: none;
	}

	.coskun-fab__action:hover,
	.coskun-fab__action:focus-visible,
	.coskun-fab__toggle:hover,
	.coskun-fab__toggle:focus-visible {
		transform: none;
	}
}

@media print {
	.coskun-fab {
		display: none;
	}
}
