/* Tarkanhan Dark 2.2.3 — tarkanhanturhan içerik */

:root {
	--bg: #0a0a0a;
	--bg2: #111111;
	--line: rgba(255, 255, 255, 0.12);
	--text: #f5f5f5;
	--muted: #9a9a9a;
	--accent: #cf000f;
	--display: "Plus Jakarta Sans", system-ui, sans-serif;
	--sans: "DM Sans", system-ui, sans-serif;
	--wrap: 1200px;
	--header: 80px;
}

*, *::before, *::after { box-sizing: border-box; }
html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--header);
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: var(--sans);
	font-size: 1rem;
	line-height: 1.65;
	color: var(--muted);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.nav-open { overflow: hidden; }

/* WordPress yönetim çubuğu — sabit header çakışmasını önle */
.admin-bar .site-header { top: 32px; }
.admin-bar .social-rail { top: calc(50% + 16px); }
@media screen and (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
	.admin-bar .social-rail { top: calc(50% + 23px); }
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--text); }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 2.5rem, 720px); margin-inline: auto; }
.wrap--article { width: min(100% - 2.5rem, 760px); margin-inline: auto; }

.accent { color: var(--accent); }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 9999; background: #fff; color: #000; padding: 0.5rem 1rem; }

/* Sosyal ray — sol (samipreshova) */
.social-rail {
	position: fixed;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 90;
	display: none;
}
@media (min-width: 1100px) {
	.social-rail { display: block; }
}
.socials--rail {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.socials--rail a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--muted);
	transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.socials--rail a:hover {
	color: var(--text);
	border-color: var(--text);
	background: rgba(255, 255, 255, 0.04);
}

.socials__icon {
	display: flex;
	line-height: 0;
}
.socials__icon svg {
	width: 1.05rem;
	height: 1.05rem;
	fill: currentColor;
}

.socials__icon svg.socials__icon--stroke {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.85;
}

.socials__icon svg.socials__icon--stroke .socials__icon-dot {
	fill: currentColor;
	stroke: none;
}

.socials:not(.socials--rail) a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	height: var(--header);
	border-bottom: 1px solid var(--line);
	background: rgba(10, 10, 10, 0.88);
	backdrop-filter: blur(14px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--header);
	gap: 1rem;
}

.site-logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	max-height: calc(var(--header) - 1rem);
}

.site-logo__img {
	display: block;
	height: auto;
	max-height: 44px;
	width: auto;
	max-width: min(220px, 42vw);
	object-fit: contain;
	object-position: left center;
}

.site-nav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 1.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav {
	flex: 1;
	min-width: 0;
	display: flex;
	justify-content: center;
}

.site-nav__list a {
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--muted);
	transition: color 0.2s;
	white-space: nowrap;
}
.site-nav__list a:hover,
.site-nav__list .current-menu-item a { color: var(--text); }

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.nav-toggle span {
	display: block;
	width: 18px;
	height: 1px;
	margin: 5px auto;
	background: var(--text);
}

@media (max-width: 1100px) {
	.site-nav__list { gap: 0.25rem 1rem; }
	.site-nav__list a { font-size: 0.65rem; letter-spacing: 0.06em; }
}

@media (max-width: 900px) {
	.nav-toggle { display: block; }
	.site-nav {
		position: fixed;
		inset: var(--header) 0 0 0;
		background: var(--bg);
		padding: 2rem;
		transform: translateX(100%);
		transition: transform 0.35s ease;
		overflow-y: auto;
	}
	.site-nav.is-open { transform: translateX(0); }
	.site-nav__list { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
	.site-nav__list a { font-size: 1.25rem; }
}

.site-main { padding-top: var(--header); }

/* Splash hero — ortalanmış giriş */
.splash {
	position: relative;
	padding: clamp(4rem, 14vh, 8rem) 0 clamp(2.5rem, 6vh, 4rem);
	overflow: hidden;
}

.splash__inner {
	position: relative;
	z-index: 1;
	max-width: var(--wrap);
	margin-inline: auto;
}

.splash__grid {
	display: grid;
	gap: clamp(1.75rem, 4vw, 3.5rem);
	align-items: center;
	min-height: clamp(18rem, 50vh, 32rem);
}

@media (min-width: 768px) {
	.splash__grid {
		grid-template-columns: minmax(200px, 300px) 1fr;
		gap: clamp(2rem, 5vw, 4.5rem);
	}
}

.splash__logo-col {
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.splash__logo-col {
		justify-content: flex-start;
	}
}

.splash__logo-side {
	display: block;
	width: 100%;
	max-width: min(280px, 72vw);
	height: auto;
	object-fit: contain;
	opacity: 0;
	transform: scale(0.88);
	filter: blur(12px);
}

.splash__logo-animate {
	animation: splash-logo-side-in 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes splash-logo-side-in {
	to {
		opacity: 1;
		transform: scale(1);
		filter: blur(0) drop-shadow(0 14px 40px rgba(0, 0, 0, 0.55));
	}
}

.splash__content-col {
	text-align: center;
}

@media (min-width: 768px) {
	.splash__content-col {
		text-align: left;
	}
}

.role-label {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0.4em 0.85em;
	font-family: var(--sans);
	font-size: clamp(0.85rem, 1.4vw, 1rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #0a0a0a;
	background: #f2f2f2;
}

.splash__role {
	position: relative;
	z-index: 2;
}

.splash__title {
	position: relative;
	z-index: 2;
	font-family: var(--display);
	font-weight: 700;
	line-height: 1.05;
	margin: 0 0 1.25rem;
	color: var(--text);
	letter-spacing: -0.03em;
	text-align: inherit;
}

.splash__title-main {
	display: block;
	font-size: clamp(2.25rem, 8.5vw, 6.25rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	white-space: nowrap;
	word-break: keep-all;
	overflow-wrap: normal;
}

.splash__title-sub {
	display: block;
	margin-top: 0.1em;
	font-size: clamp(1.65rem, 6.5vw, 4.25rem);
	font-weight: 600;
	color: var(--muted);
	letter-spacing: -0.03em;
	white-space: nowrap;
	word-break: keep-all;
	overflow-wrap: normal;
}

@media (max-width: 720px) {
	.splash__title-main {
		font-size: clamp(2rem, 11vw, 3.25rem);
	}

	.splash__title-sub {
		font-size: clamp(1.5rem, 8vw, 2.5rem);
	}
}

@media (max-width: 380px) {
	.splash__title-main,
	.splash__title-sub {
		white-space: normal;
	}
}

.splash__reveal {
	opacity: 0;
	transform: translateY(1.75rem);
	animation: splash-reveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.splash__reveal--1 { animation-delay: 0.08s; }
.splash__reveal--2 { animation-delay: 0.22s; }
.splash__reveal--3 { animation-delay: 0.36s; }

.splash__role.splash__reveal { animation-delay: 0s; }

@keyframes splash-reveal {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.splash__logo-side {
		opacity: 1;
		transform: none;
		filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.5));
		animation: none;
	}

	.splash__reveal {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

.splash__sub {
	position: relative;
	z-index: 2;
	font-family: var(--sans);
	font-size: clamp(1rem, 2.2vw, 1.125rem);
	max-width: 42ch;
	margin: 0;
	line-height: 1.65;
	color: var(--muted);
}

@media (min-width: 768px) {
	.splash__sub {
		margin: 0;
	}
}

.stat__n {
	display: block;
	font-family: var(--display);
	font-size: clamp(3rem, 8vw, 4.5rem);
	font-weight: 700;
	line-height: 1;
	color: var(--text);
}

.stat__l {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--muted);
	margin-top: 0.35rem;
}

.stat--lg .stat__n { font-size: 3.5rem; }

.splash__loc {
	margin: 1.5rem 0 0;
	font-size: 0.9rem;
	color: var(--muted);
}

/* Marquee */
.marquee {
	border-block: 1px solid var(--line);
	background: var(--bg2);
	overflow: hidden;
	padding: 0.85rem 0;
}

.marquee__track {
	display: flex;
	width: max-content;
	animation: marquee 55s linear infinite;
}

.marquee__track span {
	flex-shrink: 0;
	padding-right: 3rem;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--muted);
	white-space: nowrap;
}

@keyframes marquee {
	to { transform: translateX(-25%); }
}

/* Sections */
.section {
	padding: clamp(4rem, 10vh, 7rem) 0;
	border-bottom: 1px solid var(--line);
}

.section--dark { background: var(--bg2); }
.section--contact { background: var(--bg); }

.section__kicker {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--accent);
	margin: 0 0 1rem;
}

.section__title {
	font-family: var(--display);
	font-weight: 700;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	color: var(--text);
	margin: 0 0 1.5rem;
	line-height: 1.1;
}

.section__title--lg { font-size: clamp(2rem, 5vw, 3.25rem); }

.section__grid {
	display: grid;
	gap: 3rem;
}
@media (min-width: 768px) {
	.section__grid { grid-template-columns: 180px 1fr; gap: 4rem; }
}

.section__intro {
	max-width: 52rem;
}

.about-grid {
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: start;
}

@media (min-width: 768px) {
	.about-grid {
		grid-template-columns: minmax(200px, 300px) 1fr;
		gap: clamp(2.5rem, 6vw, 4.5rem);
	}
}

.about-grid__figure {
	margin: 0;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.about-grid__figure {
		justify-content: flex-start;
	}
}

.about-grid__img {
	display: block;
	width: 100%;
	max-width: min(280px, 72vw);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.45));
}

.about-grid__content .section__title {
	margin-bottom: 1.25rem;
}

.about-grid__role {
	margin-bottom: 1rem;
}

.about-grid--no-media {
	max-width: 52rem;
	margin-inline: auto;
}

.about-grid--no-media .about-grid__content {
	width: 100%;
}

/* Ana sayfa proje vitrin */
.project-showcase {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 640px) {
	.project-showcase { grid-template-columns: repeat(2, 1fr); }
}

.project-showcase__link {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	gap: 0 1rem;
	padding: 1rem;
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.02);
	transition: border-color 0.25s, background 0.25s;
}

.project-showcase__link:hover {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.04);
}

.project-showcase__media {
	grid-column: 1 / -1;
	overflow: hidden;
	border: 1px solid var(--line);
	background: var(--bg);
	aspect-ratio: 16 / 10;
}

.project-showcase__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-showcase__media--brand {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: linear-gradient(145deg, #141414 0%, #0a0a0a 100%);
}

.project-showcase__media--brand img {
	width: auto;
	height: auto;
	max-width: min(220px, 70%);
	max-height: 5rem;
	object-fit: contain;
}

.project-showcase__body {
	align-self: end;
}

.project-showcase__title {
	font-family: var(--display);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--text);
	margin: 0;
	line-height: 1.3;
}

.project-showcase__tag {
	margin: 0.25rem 0 0;
	font-size: 0.72rem;
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.project-showcase__go {
	align-self: center;
	color: var(--accent);
	font-size: 1.25rem;
}

.section__head-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: 2rem;
}

.section__more {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--muted);
}
.section__more:hover { color: var(--accent); }

.prose { font-size: 1.05rem; line-height: 1.75; }
.prose--sans { font-family: var(--sans); font-size: 1rem; }
.prose p { margin: 0 0 1.15rem; }
.prose strong { color: var(--text); }

/* Skills */
.skills { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.1rem; }
.skill__head { display: flex; justify-content: space-between; margin-bottom: 0.35rem; }
.skill__name { font-size: 0.85rem; font-weight: 600; color: var(--text); }
.skill__pct { font-size: 0.75rem; color: var(--muted); }
.skill__track { height: 2px; background: var(--line); }
.skill__bar { display: block; height: 100%; background: var(--accent); }

/* Work list */
.work-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.work-list li { border-top: 1px solid var(--line); }
.work-list li:last-child { border-bottom: 1px solid var(--line); }
.work-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1.35rem 0;
	font-family: var(--display);
	font-size: clamp(1.15rem, 3vw, 1.75rem);
	font-weight: 600;
	color: var(--text);
	transition: padding-left 0.25s;
}
.work-list a:hover { padding-left: 0.75rem; color: var(--text); }
.work-list__go { color: var(--accent); font-size: 1.25rem; }

/* Post list */
.post-list { list-style: none; margin: 0; padding: 0; }
.post-list__item {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1.1rem 0;
	border-bottom: 1px solid var(--line);
}
.post-list__item time {
	font-size: 0.75rem;
	color: var(--muted);
	flex: 0 0 auto;
}
.post-list__item a {
	font-family: var(--display);
	font-size: clamp(1rem, 2.5vw, 1.15rem);
	color: var(--text);
	line-height: 1.35;
}
@media (min-width: 640px) {
	.post-list__item {
		flex-direction: row;
		align-items: baseline;
		gap: 1.5rem;
	}
	.post-list__item time { flex: 0 0 7.5rem; }
	.post-list__item a { flex: 1; min-width: 0; }
}

/* Contact */
.contact-split {
	display: grid;
	gap: 3rem;
}
@media (min-width: 900px) {
	.contact-split { grid-template-columns: 1fr 1fr; gap: 4rem; }
}

.contact-details {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}
.contact-details li { padding: 0.35rem 0; font-size: 1rem; color: var(--text); }

.socials:not(.socials--rail) {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.socials:not(.socials--rail) a {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--muted);
}
.socials:not(.socials--rail) a:hover { color: var(--accent); }

.socials:not(.socials--rail) .socials__icon svg {
	width: 0.95rem;
	height: 0.95rem;
}

.contact-split .socials {
	margin-top: 1.25rem;
}

/* Forms */
.wpcf7-form label,
.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 0.35rem;
	color: var(--muted);
}

.wpcf7 input, .wpcf7 textarea,
.contact-form-fallback input,
.contact-form-fallback textarea {
	width: 100%;
	padding: 0.85rem 1rem;
	margin-bottom: 0.75rem;
	background: transparent;
	border: 1px solid var(--line);
	color: var(--text);
	font-family: var(--sans);
}
.wpcf7-submit, .btn-submit {
	background: var(--accent);
	color: #fff;
	border: none;
	padding: 0.85rem 2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.75rem;
	cursor: pointer;
}
.contact-form-fallback label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 1rem;
	color: var(--muted);
}

/* Inner pages */
.page-top { padding: 3rem 0 2rem; }
.page-top__title {
	font-family: var(--display);
	font-size: clamp(2rem, 5vw, 3rem);
	margin: 0 0 0.5rem;
	color: var(--text);
}
.page-top__desc { margin: 0; }

/* Magazine / portfolio / article — keep functional */
.magazine { padding-bottom: 3rem; }
.magazine--front { padding-bottom: 0; }
.magazine--front .mag-lead { margin-bottom: 2rem; }
.mag-lead { margin-bottom: 3rem; }
.mag-lead__media { margin-bottom: 1.5rem; overflow: hidden; border: 1px solid var(--line); }
.mag-lead__img { width: 100%; aspect-ratio: 21/9; object-fit: cover; }
.mag-lead__title { font-family: var(--display); font-size: clamp(1.75rem, 4vw, 2.5rem); color: var(--text); margin: 0.5rem 0; }
.mag-meta { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); display: flex; gap: 1rem; flex-wrap: wrap; }
.magazine-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 2rem; }
.mag-card__media { margin-bottom: 0.75rem; border: 1px solid var(--line); overflow: hidden; }
.mag-card__img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.mag-card__title { font-family: var(--display); font-size: 1.1rem; color: var(--text); margin: 0.35rem 0 0; }

.portfolio-grid { display: grid; gap: 2rem; padding-bottom: 4rem; }
@media (min-width: 700px) { .portfolio-grid { grid-template-columns: 1fr 1fr; } }
.portfolio-item__media { border: 1px solid var(--line); overflow: hidden; }
.portfolio-item__media img {
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
	transition: transform 0.5s;
	background: var(--bg2);
}
.portfolio-item:hover img { transform: scale(1.03); }
.portfolio-item__title { font-family: var(--display); font-size: 1.25rem; color: var(--text); margin: 0.75rem 0 0; }

.article { padding-bottom: 4rem; }
.article__head { padding: 2rem 0 1rem; }
.article__title { font-family: var(--display); font-size: clamp(2rem, 5vw, 2.75rem); color: var(--text); margin: 0.5rem 0 0; }
.article__figure { margin: 0 0 2rem; border: 1px solid var(--line); }
.article__figure img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article__body { padding-bottom: 2rem; }
.article-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; font-size: 0.9rem; }

.prose h2, .prose h3 { font-family: var(--display); color: var(--text); margin-top: 2em; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose img { border: 1px solid var(--line); margin: 1.5em 0; }

.cv__section { margin-bottom: 2rem; }
.cv__heading { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); }
.cv__list { padding-left: 1.2rem; }

.btn {
	display: inline-block;
	padding: 0.65rem 1.25rem;
	border: 1px solid var(--text);
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--text);
}
.btn:hover { background: var(--text); color: var(--bg); }

.empty { text-align: center; padding: 2rem; color: var(--muted); }

.navigation.pagination { margin: 2rem 0 4rem; }
.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	border: 1px solid var(--line);
	margin: 0 0.15rem;
	font-size: 0.8rem;
	color: var(--muted);
}
.page-numbers.current { color: var(--text); border-color: var(--text); }

/* Footer */
.site-footer {
	border-top: 1px solid var(--line);
	padding: 2rem 0;
}
.site-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.site-footer .site-logo__img {
	max-height: 40px;
	max-width: min(200px, 50vw);
}
.site-footer__copy { margin: 0; font-size: 0.75rem; color: var(--muted); }

.comments-area { margin-top: 2rem; }

/* —— Mobil uyumluluk —— */
@media (max-width: 480px) {
	:root { --header: 72px; }

	.wrap,
	.wrap--narrow,
	.wrap--article {
		width: min(100% - 1.5rem, var(--wrap));
	}

	.site-header__inner { gap: 0.5rem; }

	.site-logo__img {
		max-height: 32px;
		max-width: min(120px, 36vw);
	}

	.nav-toggle {
		width: 40px;
		height: 40px;
		flex-shrink: 0;
	}

	.splash {
		padding: clamp(2.5rem, 8vh, 4rem) 0 clamp(2rem, 5vh, 3rem);
	}

	.splash__sub {
		font-size: 1rem;
		max-width: 100%;
	}

	.marquee__track span {
		font-size: 0.62rem;
	}

	.section {
		padding: clamp(3rem, 8vh, 5rem) 0;
	}

	.section__title--lg {
		font-size: clamp(1.65rem, 7vw, 2.25rem);
	}

	.project-showcase__link {
		padding: 0.85rem;
	}

	.contact-split {
		gap: 2rem;
	}

	.wpcf7 input,
	.wpcf7 textarea,
	.contact-form-fallback input,
	.contact-form-fallback textarea {
		font-size: 16px; /* iOS zoom önleme */
	}

	.wpcf7-submit,
	.btn-submit {
		width: 100%;
	}

	.site-footer__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 900px) {
	.contact-split {
		grid-template-columns: 1fr;
	}

	.section__head-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.prose {
		font-size: 1rem;
		overflow-wrap: anywhere;
	}

	.prose img,
	.article__figure img,
	.mag-card__img,
	.mag-lead__img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 639px) {
	.project-showcase {
		grid-template-columns: 1fr;
	}
}
