.idc-author-world {
	order: 60;
	width: min(100% - 4rem, 1440px);
	margin: 4rem auto 4.5rem;
}

.idc-author-world > .idc-author-world__header,
.idc-author-world > .idc-author-world__stack {
	display: none;
}

.idc-author-world-identity {
	--idc-author-world-fade: rgba(251, 250, 248, 0.96);
	overflow: hidden;
	padding: 4.4rem 4rem 2.1rem;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.88) 58%, rgba(255, 255, 255, 0.72) 100%),
		url("/images/szerzoi-bg1.webp") top right / cover no-repeat,
		#fbfaf8;
	border: 1px solid rgba(32, 32, 32, 0.08);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(32, 32, 32, 0.08);
}

.idc-author-world-identity__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 34rem);
	gap: 2.5rem;
	align-items: start;
	margin-bottom: 2.2rem;
}

.idc-author-world-identity__lead {
	max-width: 48rem;
}

.idc-author-world-identity__kicker {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0 0 1.2rem;
	color: var(--idc-color-primary);
	font-family: var(--idc-font-body);
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.idc-author-world-identity__kicker::after {
	display: block;
	width: 5rem;
	height: 2px;
	content: "";
	background: var(--idc-color-primary);
}

.idc-author-world-identity h2 {
	max-width: 47rem;
	margin: 0;
	color: #14171d;
	font-family: var(--idc-font-display);
	font-size: 4.45rem;
	font-weight: 500;
	line-height: 1.05;
}

.idc-author-world-identity__lead > p:not(.idc-author-world-identity__kicker) {
	max-width: 44rem;
	margin: 1.55rem 0 0;
	color: #2f3540;
	font-family: var(--idc-font-body);
	font-size: 1.14rem;
	font-weight: 400;
	line-height: 1.7;
}

.idc-author-world-expand {
	position: relative;
	max-width: 44rem;
	margin: 1.55rem 0 0;
}

.idc-author-world-expand__content {
	color: #2f3540;
	font-family: var(--idc-font-body);
	font-size: 1.14rem;
	font-weight: 400;
	line-height: 1.72;
}

.idc-author-world-expand__content p {
	margin: 0;
}

.idc-author-world-expand__content p + p {
	margin-top: 1rem;
}

.idc-author-world-expand.is-collapsible:not(.is-expanded) .idc-author-world-expand__content {
	max-height: 10.4rem;
	overflow: hidden;
}

.idc-author-world-expand.is-collapsible:not(.is-expanded)::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2.85rem;
	height: 4.4rem;
	content: "";
	pointer-events: none;
	background: linear-gradient(180deg, rgba(251, 250, 248, 0), var(--idc-author-world-fade) 82%);
}

.idc-author-world-expand__button {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	margin-top: 0.9rem;
	padding: 0;
	color: var(--idc-color-primary);
	font-family: var(--idc-font-body);
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.idc-author-world-expand__button::after {
	content: "↓";
	font-size: 1rem;
	line-height: 1;
	transition: transform 0.18s ease;
}

.idc-author-world-expand.is-expanded .idc-author-world-expand__button::after {
	transform: rotate(180deg);
}

.idc-author-world-expand__button [data-label-close] {
	display: none;
}

.idc-author-world-expand.is-expanded .idc-author-world-expand__button [data-label-open] {
	display: none;
}

.idc-author-world-expand.is-expanded .idc-author-world-expand__button [data-label-close] {
	display: inline;
}

.idc-author-world-expand__button:hover,
.idc-author-world-expand__button:focus-visible {
	color: #5f202e;
}
.idc-author-world-mood {
	display: inline-flex;
	gap: 1rem;
	align-items: center;
	justify-self: end;
	margin-top: 2.6rem;
	max-width: 100%;
	padding: 0.9rem 1.5rem;
	color: var(--idc-color-primary);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(122, 46, 58, 0.12);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(32, 32, 32, 0.06);
}

.idc-author-world-mood > span {
	flex: 0 0 auto;
	width: 2.55rem;
	height: 2.55rem;
	background: var(--idc-icon-pen) center / contain no-repeat;
}

.idc-author-world-mood p {
	margin: 0 0 0.25rem;
	color: #242733;
	font-family: var(--idc-font-body);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.idc-author-world-mood strong {
	display: block;
	color: var(--idc-color-primary);
	font-family: var(--idc-font-display);
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.2;
}

.idc-author-world-identity__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 1.25fr) minmax(16rem, 0.95fr);
	gap: 1.1rem;
	align-items: stretch;
}

.idc-author-world-panel {
	min-width: 0;
	margin: 0;
	padding: 1.95rem 1.95rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(32, 32, 32, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(32, 32, 32, 0.06);
}

.idc-author-world-panel__heading {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-bottom: 1.35rem;
}

.idc-author-world-panel__heading span {
	width: 2.55rem;
	height: 2.55rem;
	border: 1px solid var(--idc-color-primary);
	border-radius: 50%;
	background: var(--idc-icon-eye) center / 1.35rem no-repeat;
}

.idc-author-world-panel--reader .idc-author-world-panel__heading span {
	background-image: var(--idc-icon-heart);
}

.idc-author-world-panel__heading h3 {
	margin: 0;
	color: #171717;
	font-family: var(--idc-font-body);
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.idc-author-world-panel--topics > p {
	margin: 0;
	color: #303744;
	font-family: var(--idc-font-body);
	font-size: 1.03rem;
	font-weight: 400;
	line-height: 1.65;
}

.idc-author-world-topic-list {
	margin-top: 1.35rem;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(122, 46, 58, 0.16);
}

.idc-author-world-topic-list > p {
	margin: 0 0 0.85rem;
	color: var(--idc-color-primary);
	font-family: var(--idc-font-body);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.idc-author-world-topic-list > div {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.idc-author-world-topic-list span {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	min-height: 2.25rem;
	padding: 0.48rem 0.82rem;
	color: #2f3540;
	font-family: var(--idc-font-body);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.2;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(32, 32, 32, 0.09);
	border-radius: 8px;
}

.idc-author-world-topic-list span::before {
	width: 1rem;
	height: 1rem;
	content: "";
	background: var(--idc-icon-pen) center / contain no-repeat;
}

.idc-author-world-panel--reader ul {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.idc-author-world-panel--reader li {
	position: relative;
	min-height: 1.55rem;
	padding-left: 2.4rem;
	color: #303744;
	font-family: var(--idc-font-body);
	font-size: 1.02rem;
	font-weight: 400;
	line-height: 1.55;
}

.idc-author-world-panel--reader li::before {
	position: absolute;
	left: 0;
	top: 0.15rem;
	display: grid;
	width: 1.35rem;
	height: 1.35rem;
	content: "✓";
	place-items: center;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	background: var(--idc-color-primary);
	border-radius: 50%;
}

.idc-author-world-panel--quote {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	padding: 2rem;
	text-align: center;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(250, 243, 239, 0.84)),
		url("/images/szerzoi-bg2.webp") bottom center / cover no-repeat;
}

.idc-author-world-panel--quote::before {
	content: "“";
	color: var(--idc-color-primary);
	font-family: var(--idc-font-display);
	font-size: 4rem;
	line-height: 0.8;
}

.idc-author-world-panel--quote p {
	white-space: pre-line;
	margin: 0.6rem 0 1.2rem;
	color: #1f2430;
	font-family: var(--idc-font-display);
	font-size: 1.45rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.35;
}

.idc-author-world-panel--quote cite {
	color: var(--idc-color-primary);
	font-family: var(--idc-font-display);
	font-size: 1.45rem;
	font-style: italic;
	font-weight: 500;
}

.idc-author-world-question {
	display: grid;
	grid-template-columns: minmax(11rem, 18rem) 1fr;
	gap: 2.2rem;
	align-items: center;
	margin-top: 1.1rem;
	padding: 1.55rem 2rem;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(66, 8, 18, 0.96) 0%, rgba(91, 23, 33, 0.86) 46%, rgba(91, 23, 33, 0.45) 100%),
		url("/images/szerzoi-bg3.webp") center / cover no-repeat;
	border-radius: 8px;
	box-shadow: 0 20px 40px rgba(73, 18, 27, 0.18);
}

.idc-author-world-question p {
	display: flex;
	gap: 0.8rem;
	align-items: center;
	margin: 0;
	font-family: var(--idc-font-body);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.idc-author-world-question p::before {
	display: grid;
	width: 2.8rem;
	height: 2.8rem;
	content: "“";
	place-items: center;
	font-family: var(--idc-font-display);
	font-size: 2.4rem;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.idc-author-world-question strong {
	color: #fff;
	font-family: var(--idc-font-display);
	font-size: 2.05rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.25;
}

.idc-author-world-footnote {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin: 1.1rem 0 0;
	color: #303744;
	font-family: var(--idc-font-body);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.idc-author-world-footnote span {
	flex: 0 0 auto;
	width: 2.5rem;
	height: 2.5rem;
	background: rgba(255, 255, 255, 0.72) var(--idc-icon-book) center / 1.35rem no-repeat;
	border: 1px solid rgba(122, 46, 58, 0.12);
	border-radius: 50%;
}

.idc-author-world-footnote strong {
	color: var(--idc-color-primary);
}

.idc-author-connect-section {
	order: 80;
	width: min(100% - 8rem, 1320px);
	margin: 3rem auto 5rem;
}

@media (max-width: 1180px) {
	.idc-author-world-identity {
		padding: 3.4rem 2rem 2rem;
	}

	.idc-author-world-identity__top,
	.idc-author-world-identity__grid {
		grid-template-columns: 1fr;
	}

	.idc-author-world-mood {
		justify-self: start;
		margin-top: 0;
	}
}

@media (max-width: 760px) {
	.idc-author-world {
		width: min(100% - 1rem, 1440px);
		margin-top: 2.6rem;
	}

	.idc-author-world-identity {
		padding: 2.1rem 1rem 1.2rem;
	}

	.idc-author-world-identity h2 {
		font-size: 3rem;
	}

	.idc-author-world-question {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding: 1.35rem 1rem;
	}

	.idc-author-world-question strong {
		font-size: 1.65rem;
	}

	.idc-author-world-footnote {
		align-items: flex-start;
	}

	.idc-author-connect-section {
		width: min(100% - 1rem, 1320px);
	}
}

@media (max-width: 560px) {
	.idc-author-world-identity h2 {
		font-size: 2.4rem;
	}

	.idc-author-world-mood,
	.idc-author-world-panel {
		padding: 1.35rem;
	}

	.idc-author-world-panel--quote p {
		white-space: pre-line;
		font-size: 1.25rem;
	}
}
/* Mobile MVP: make the author world readable without an oversized content wall. */
@media (max-width: 620px) {
	.idc-author-world {
		margin: 2rem auto 2.6rem;
	}

	.idc-author-world-identity {
		padding: 1.35rem 1rem 1rem;
	}

	.idc-author-world-identity__top {
		gap: 0.9rem;
		margin-bottom: 1rem;
	}

	.idc-author-world-identity__kicker {
		gap: 0.45rem;
		margin-bottom: 0.8rem;
		font-size: 0.78rem;
	}

	.idc-author-world-identity h2 {
		font-size: 2.12rem;
		line-height: 1.05;
	}

	.idc-author-world-identity__lead > p:not(.idc-author-world-identity__kicker),
	.idc-author-world-expand {
		margin-top: 0.85rem;
	}

	.idc-author-world-expand__content {
		font-size: 1rem;
		line-height: 1.55;
	}

	.idc-author-world-expand.is-collapsible:not(.is-expanded) .idc-author-world-expand__content {
		max-height: 7.3rem;
	}

	.idc-author-world-expand.is-collapsible:not(.is-expanded)::after {
		bottom: 2.75rem;
		height: 3.2rem;
	}

	.idc-author-world-expand__button {
		font-size: 0.9rem;
	}
.idc-author-world-mood {
		gap: 0.75rem;
		padding: 0.72rem 0.85rem;
	}

	.idc-author-world-mood > span {
		width: 1.85rem;
		height: 1.85rem;
	}

	.idc-author-world-mood p {
		margin-bottom: 0.1rem;
		font-size: 0.68rem;
	}

	.idc-author-world-mood strong {
		font-size: 1.05rem;
	}

	.idc-author-world-identity__grid {
		gap: 0.85rem;
	}

	.idc-author-world-panel {
		padding: 1rem;
	}

	.idc-author-world-panel__heading {
		gap: 0.75rem;
		margin-bottom: 0.8rem;
	}

	.idc-author-world-panel__heading span {
		width: 2rem;
		height: 2rem;
		background-size: 1rem;
	}

	.idc-author-world-panel__heading h3 {
		font-size: 0.9rem;
	}

	.idc-author-world-panel--topics > p {
		display: none;
	}

	.idc-author-world-topic-list {
		margin-top: 0;
		padding-top: 0.85rem;
	}

	.idc-author-world-topic-list > p {
		margin-bottom: 0.55rem;
		font-size: 0.68rem;
	}

	.idc-author-world-topic-list > div {
		flex-wrap: nowrap;
		gap: 0.45rem;
		overflow-x: auto;
		padding-bottom: 0.2rem;
		scrollbar-width: none;
	}

	.idc-author-world-topic-list > div::-webkit-scrollbar {
		display: none;
	}

	.idc-author-world-topic-list span {
		flex: 0 0 auto;
		min-height: 1.9rem;
		padding: 0.36rem 0.62rem;
		font-size: 0.82rem;
	}

	.idc-author-world-panel--quote {
		min-height: 0;
		padding: 1.2rem 1rem;
	}

	.idc-author-world-panel--quote::before {
		font-size: 2.4rem;
	}

	.idc-author-world-panel--quote p {
		white-space: pre-line;
		margin: 0.35rem 0 0.75rem;
		font-size: 1.05rem;
		line-height: 1.35;
	}

	.idc-author-world-panel--quote cite {
		font-size: 1.05rem;
	}

	.idc-author-world-question {
		margin-top: 0.85rem;
		padding: 1rem;
	}

	.idc-author-world-question p::before {
		width: 2.1rem;
		height: 2.1rem;
		font-size: 1.8rem;
	}

	.idc-author-world-question strong {
		font-size: 1.32rem;
		line-height: 1.25;
	}
}
