/*
 * Faz 3 içerik katmanı.
 *
 * Bu dosya yalnız editoryal sayfa, yazı ve güvenli boş durum sunumunu taşır.
 * WooCommerce veya BB davranışı tanımlamaz.
 */

.iy-content-page {
	padding-block: var(--wp--preset--spacing--section-sm);
}

.iy-content-heading {
	margin-block-end: var(--wp--preset--spacing--xxl);
}

.iy-content-heading .wp-block-heading {
	margin-block: 0;
}

.iy-content-query {
	margin-block-start: var(--wp--preset--spacing--xl);
}

.iy-content-query__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--wp--preset--spacing--xl);
	margin: 0;
	padding: 0;
	list-style: none;
}

.iy-content-query__item {
	block-size: 100%;
	box-sizing: border-box;
	padding: var(--wp--preset--spacing--xl);
	border: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
	border-radius: var(--wp--custom--radius--md);
	background: var(--wp--preset--color--surface);
	box-shadow: var(--wp--preset--shadow--card-quiet);
}

.iy-content-query__item .wp-block-post-title {
	margin-block: 0 var(--wp--preset--spacing--sm);
}

.iy-content-query__item .wp-block-post-title a {
	color: inherit;
}

.iy-content-query__item .wp-block-post-date,
.iy-post__meta {
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--body-sm);
}

.iy-content-query__item .wp-block-post-excerpt {
	margin-block: var(--wp--preset--spacing--lg) 0;
}

.iy-content-query__pagination {
	padding-block-start: var(--wp--preset--spacing--xl);
	border-block-start: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
}

.iy-post {
	max-inline-size: var(--wp--custom--layout--reading);
	margin-inline: auto;
}

.iy-post__header {
	padding-block-end: var(--wp--preset--spacing--xl);
	border-block-end: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
}

.iy-post__header .wp-block-post-title {
	margin-block: 0 var(--wp--preset--spacing--md);
}

.iy-post__content {
	margin-block-start: var(--wp--preset--spacing--xxl);
}

.iy-post__content :where(p, li) {
	line-height: 1.75;
}

.iy-empty-state {
	box-sizing: border-box;
	padding: var(--wp--preset--spacing--xxl);
	border: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
	border-radius: var(--wp--custom--radius--md);
	background: var(--wp--preset--color--surface-subtle);
	text-align: center;
}

.iy-empty-state .wp-block-heading,
.iy-empty-state p {
	margin-block-start: 0;
}

.iy-empty-state .wp-block-navigation {
	margin-block-start: var(--wp--preset--spacing--lg);
}

@media (min-width: 48rem) {
	.iy-content-query__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.iy-home {
	padding-block-end: var(--wp--preset--spacing--section-md);
}

.iy-home-section {
	padding-block: var(--wp--preset--spacing--section-sm);
}

.iy-home-section__heading {
	max-inline-size: var(--wp--custom--layout--reading);
	margin-inline: 0;
	margin-block-end: var(--wp--preset--spacing--xxl);
}

.iy-home-section__heading .wp-block-heading,
.iy-home-section__heading p {
	margin-block-start: 0;
}

.iy-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--wp--preset--spacing--xxl);
	padding-block-start: var(--wp--preset--spacing--section-md);
}

.iy-home-hero__content {
	align-self: center;
	margin-inline: 0;
}

.iy-home-hero__eyebrow,
.iy-home-busra__role {
	color: var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--label);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.iy-home-hero__title {
	margin-block: var(--wp--preset--spacing--md) var(--wp--preset--spacing--lg);
	font-size: var(--wp--preset--font-size--heading-two);
	hyphens: auto;
	overflow-wrap: break-word;
}

.iy-home-hero__identity-name {
	overflow-wrap: anywhere;
}

.iy-home-hero__lead {
	max-inline-size: var(--wp--custom--layout--reading);
	font-size: var(--wp--preset--font-size--body-lg);
	line-height: 1.7;
}

.iy-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--preset--spacing--md);
	margin-block-start: var(--wp--preset--spacing--xl);
}

.iy-home-hero__actions .wp-block-button,
.iy-home-hero__actions .wp-block-button__link {
	inline-size: 100%;
}

.iy-home-hero__identity {
	align-self: center;
	box-sizing: border-box;
	min-block-size: 18rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: var(--wp--preset--spacing--xxl);
	border: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
	border-radius: var(--wp--custom--radius--md);
	background: var(--wp--preset--color--accent-soft);
}

.iy-home-hero__identity p {
	margin-block: var(--wp--preset--spacing--xs) 0;
}

.iy-home-hero__identity-name {
	max-inline-size: 8ch;
	color: var(--wp--preset--color--on-accent-soft);
	font-family: var(--wp--preset--font-family--lora);
	font-size: var(--wp--preset--font-size--display);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.06;
}

.iy-home-trust {
	padding-block: var(--wp--preset--spacing--xl);
	border-block: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
}

.iy-home-trust__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--wp--preset--spacing--lg);
	margin: 0;
	padding: 0;
	list-style: none;
}

.iy-home-trust__list li {
	padding-inline-start: var(--wp--preset--spacing--md);
	border-inline-start: var(--wp--custom--component--notice-accent-width) solid var(--wp--preset--color--primary);
	font-weight: 600;
}

.iy-home-topics {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--wp--preset--spacing--xxl);
}

.iy-home-topics__intro {
	margin-inline: 0;
}

.iy-home-topics__grid,
.iy-home-format__grid,
.iy-home-scope__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--wp--preset--spacing--xl);
}

.iy-home-topics__item,
.iy-home-format__item,
.iy-home-scope__panel {
	box-sizing: border-box;
	padding-block: var(--wp--preset--spacing--lg);
	border-block-start: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
}

.iy-home-topics__item .wp-block-heading,
.iy-home-format__item .wp-block-heading,
.iy-home-scope__panel .wp-block-heading {
	margin-block-start: 0;
}

.iy-home-format__item {
	padding: var(--wp--preset--spacing--xl);
	border: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
	border-radius: var(--wp--custom--radius--sm);
	background: var(--wp--preset--color--surface);
}

.iy-home-scope__panel--boundary {
	background: var(--wp--preset--color--surface-subtle);
}

.iy-home-scope__panel .wp-block-list {
	padding-inline-start: var(--wp--preset--spacing--lg);
}

.iy-home-busra {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--wp--preset--spacing--xxl);
	padding: var(--wp--preset--spacing--xxl);
	border: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
	border-radius: var(--wp--custom--radius--md);
	background: var(--wp--preset--color--sage-soft);
}

.iy-home-busra__identity,
.iy-home-busra__formats {
	margin-inline: 0;
}

.iy-home-busra__identity .wp-block-heading {
	margin-block: 0 var(--wp--preset--spacing--md);
}

.iy-home-busra__experience {
	font-size: var(--wp--preset--font-size--body-lg);
	font-weight: 600;
}

.iy-home-faq__list {
	max-inline-size: var(--wp--custom--layout--reading);
	margin-inline: 0;
}

.iy-home-faq__item {
	padding-block: var(--wp--preset--spacing--lg);
	border-block-start: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
}

.iy-home-faq__item:last-child {
	border-block-end: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
}

.iy-home-faq__item summary {
	min-block-size: var(--wp--custom--component--control-min-height);
	display: flex;
	align-items: center;
	font-weight: 600;
	cursor: pointer;
}

.iy-home-final {
	padding: var(--wp--preset--spacing--xxl);
	border: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
	border-radius: var(--wp--custom--radius--md);
	background: var(--wp--preset--color--surface);
	text-align: center;
}

.iy-home-final .wp-block-heading {
	margin-block-start: 0;
}

@media (min-width: 48rem) {
	.iy-home-hero__title {
		font-size: var(--wp--preset--font-size--display);
	}

	.iy-home-hero__actions .wp-block-button,
	.iy-home-hero__actions .wp-block-button__link {
		inline-size: auto;
	}

	.iy-home-trust__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.iy-home-topics__grid,
	.iy-home-format__grid,
	.iy-home-scope__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 64rem) {
	.iy-home-hero,
	.iy-home-busra {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.iy-home-hero__content,
	.iy-home-busra__identity {
		grid-column: span 5;
	}

	.iy-home-hero__identity,
	.iy-home-busra__formats {
		grid-column: span 7;
	}

	.iy-home-topics {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.iy-home-topics__intro {
		grid-column: span 4;
	}

	.iy-home-topics__grid {
		grid-column: span 8;
	}
}

.iy-page-content {
	box-sizing: border-box;
	padding-block: var(--wp--preset--spacing--section-sm);
}

.iy-page-profile {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--wp--preset--spacing--xxl);
}

.iy-page-profile__identity {
	box-sizing: border-box;
	margin-inline: 0;
	padding: var(--wp--preset--spacing--xxl);
	border: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
	border-radius: var(--wp--custom--radius--md);
	background: var(--wp--preset--color--accent-soft);
}

.iy-page-profile__identity .wp-block-heading {
	margin-block-start: 0;
}

.iy-page-profile__name {
	margin-block: var(--wp--preset--spacing--xxl) var(--wp--preset--spacing--sm);
	color: var(--wp--preset--color--on-accent-soft);
	font-family: var(--wp--preset--font-family--lora);
	font-size: var(--wp--preset--font-size--heading-one);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.iy-page-profile__role {
	color: var(--wp--preset--color--primary);
	font-weight: 600;
}

.iy-page-profile__experience {
	font-size: var(--wp--preset--font-size--body-lg);
}

.iy-page-profile__facts {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--wp--preset--spacing--xl);
}

.iy-page-profile__formats,
.iy-page-profile__boundaries {
	box-sizing: border-box;
	margin-inline: 0;
	padding: var(--wp--preset--spacing--xl);
	border-block-start: var(--wp--custom--component--control-border-width) solid var(--wp--preset--color--border-soft);
}

.iy-page-profile__formats .wp-block-heading,
.iy-page-profile__boundaries .wp-block-heading {
	margin-block-start: 0;
}

.iy-page-profile__facts .wp-block-list {
	padding-inline-start: var(--wp--preset--spacing--lg);
}

.iy-page-faq {
	max-inline-size: var(--wp--custom--layout--content);
}

.iy-page-faq .iy-home-faq {
	padding-block: 0;
}

.iy-page-faq .iy-home-faq__list {
	max-inline-size: var(--wp--custom--layout--reading);
}

@media (min-width: 64rem) {
	.iy-page-profile {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.iy-page-profile__identity {
		grid-column: span 5;
	}

	.iy-page-profile__facts {
		grid-column: span 7;
	}
}
