:root {
	--iw-blog-ink: #221e1d;
	--iw-blog-cream: #faf6ee;
	--iw-blog-white: #fffdf9;
	--iw-blog-rust: #b45309;
	--iw-blog-orange: #e3905d;
	--iw-blog-butter: #f6c75b;
	--iw-blog-butter-soft: #fbe6ac;
	--iw-blog-sky: #aecde8;
	--iw-blog-sky-soft: #d8e8f5;
	--iw-blog-border: #e8ddd4;
	--iw-blog-muted: #6b6460;
	--iw-blog-heading: "Recoleta", "Fraunces", Georgia, serif;
	--iw-blog-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.iw-editorial-blog {
	background: var(--iw-blog-cream);
	color: var(--iw-blog-ink);
	font-family: var(--iw-blog-body);
}

.iw-editorial-blog #page,
.iw-editorial-blog #content,
.iw-editorial-blog .site-content {
	max-width: none;
	padding: 0;
}

.iw-editorial-blog .content-area {
	width: 100%;
}

.iw-editorial-blog .widget-area {
	display: none;
}

.iw-blog-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.iw-blog-eyebrow {
	margin: 0 0 12px;
	color: var(--iw-blog-rust);
	font: 900 12px/1.2 var(--iw-blog-body);
	letter-spacing: .16em;
	text-transform: uppercase;
}

.iw-blog-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid var(--iw-blog-ink);
	background: var(--iw-blog-sky-soft);
}

.iw-blog-hero::after {
	position: absolute;
	right: -90px;
	bottom: -140px;
	width: 340px;
	height: 340px;
	border: 2px solid var(--iw-blog-ink);
	border-radius: 50%;
	background: var(--iw-blog-butter);
	content: "";
	opacity: .9;
}

.iw-blog-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	gap: clamp(42px, 8vw, 110px);
	align-items: end;
	padding-block: clamp(62px, 8vw, 108px);
}

.iw-blog-hero h1,
.iw-article-header h1 {
	max-width: 880px;
	margin: 0;
	color: var(--iw-blog-ink);
	font: 500 clamp(44px, 6.2vw, 82px)/.98 var(--iw-blog-heading);
	letter-spacing: -.035em;
}

.iw-blog-hero__intro {
	max-width: 650px;
	margin: 24px 0 0;
	font-size: clamp(17px, 1.8vw, 21px);
	line-height: 1.65;
}

.iw-blog-search {
	padding: 24px;
	border: 2px solid var(--iw-blog-ink);
	border-radius: 28px;
	background: var(--iw-blog-white);
	box-shadow: 6px 7px 0 var(--iw-blog-ink);
}

.iw-blog-search label {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .04em;
}

.iw-blog-search__row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
}

.iw-blog-search input {
	min-width: 0;
	height: 50px;
	padding: 0 14px;
	border: 1.5px solid var(--iw-blog-ink);
	border-radius: 14px;
	background: var(--iw-blog-cream);
	color: var(--iw-blog-ink);
	font: 600 16px/1 var(--iw-blog-body);
}

.iw-blog-search button,
.iw-blog-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border: 2px solid var(--iw-blog-ink);
	border-radius: 999px;
	background: var(--iw-blog-butter);
	box-shadow: 3px 3px 0 var(--iw-blog-ink);
	color: var(--iw-blog-ink);
	font: 900 14px/1.2 var(--iw-blog-body);
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease;
}

.iw-blog-search button:hover,
.iw-blog-button:hover {
	box-shadow: 1px 1px 0 var(--iw-blog-ink);
	color: var(--iw-blog-ink);
	transform: translate(2px, 2px);
}

.iw-blog-topics {
	display: flex;
	gap: 9px;
	overflow-x: auto;
	padding-block: 22px;
	scrollbar-width: thin;
}

.iw-blog-topic {
	flex: 0 0 auto;
	padding: 9px 14px;
	border: 1.5px solid var(--iw-blog-ink);
	border-radius: 999px;
	background: transparent;
	color: var(--iw-blog-ink);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.iw-blog-topic:hover,
.iw-blog-topic.is-active {
	background: var(--iw-blog-ink);
	color: var(--iw-blog-cream);
}

.iw-blog-content {
	padding-block: 34px 90px;
}

.iw-feature-story {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	min-height: 520px;
	overflow: hidden;
	border: 2px solid var(--iw-blog-ink);
	border-radius: 28px;
	background: var(--iw-blog-white);
	box-shadow: 7px 8px 0 var(--iw-blog-ink);
}

.iw-feature-story__media,
.iw-blog-card__media {
	display: block;
	overflow: hidden;
	background: var(--iw-blog-sky);
}

.iw-feature-story__media {
	border-right: 2px solid var(--iw-blog-ink);
}

.iw-editorial-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.iw-editorial-image--fallback {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(135deg, transparent 0 46%, rgba(34,30,29,.08) 46% 54%, transparent 54% 100%),
		var(--iw-blog-butter-soft);
	color: var(--iw-blog-ink);
	font: 500 clamp(32px, 5vw, 58px)/1 var(--iw-blog-heading);
}

.iw-editorial-image--fallback small {
	margin-top: 10px;
	font: 900 10px/1 var(--iw-blog-body);
	letter-spacing: .16em;
	text-transform: uppercase;
}

.iw-feature-story__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(30px, 5vw, 64px);
}

.iw-feature-story h2,
.iw-blog-section-heading h2,
.iw-blog-brand-strip h2,
.iw-article-author h2 {
	margin: 0;
	color: var(--iw-blog-ink);
	font-family: var(--iw-blog-heading);
	font-weight: 500;
	letter-spacing: -.025em;
}

.iw-feature-story h2 {
	margin-top: 22px;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.04;
}

.iw-feature-story h2 a,
.iw-blog-card h3 a {
	color: inherit;
	text-decoration: none;
}

.iw-feature-story__copy > p:not(.iw-blog-eyebrow) {
	margin: 22px 0 26px;
	font-size: 17px;
	line-height: 1.7;
}

.iw-blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 14px;
	color: var(--iw-blog-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.iw-blog-meta span + time::before,
.iw-blog-meta time + span::before,
.iw-blog-meta span + span::before {
	margin-right: 14px;
	color: var(--iw-blog-orange);
	content: "•";
}

.iw-blog-text-link {
	align-self: flex-start;
	color: var(--iw-blog-rust);
	font-size: 14px;
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.iw-blog-latest,
.iw-related {
	padding-top: clamp(72px, 9vw, 118px);
}

.iw-blog-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--iw-blog-ink);
}

.iw-blog-section-heading h2 {
	margin-bottom: 16px;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1;
}

.iw-blog-section-heading .iw-blog-eyebrow {
	order: 2;
	margin-bottom: 20px;
}

.iw-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 24px;
}

.iw-blog-card {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1.5px solid var(--iw-blog-ink);
	border-radius: 24px;
	background: var(--iw-blog-white);
	box-shadow: 4px 5px 0 var(--iw-blog-ink);
	transition: transform .2s ease, box-shadow .2s ease;
}

.iw-blog-card:hover {
	box-shadow: 2px 3px 0 var(--iw-blog-ink);
	transform: translate(2px, 2px);
}

.iw-blog-card__media {
	aspect-ratio: 16 / 9;
	border-bottom: 1.5px solid var(--iw-blog-ink);
}

.iw-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.iw-blog-card h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 15px 0 12px;
	font: 500 clamp(25px, 2.2vw, 32px)/1.08 var(--iw-blog-heading);
	letter-spacing: -.02em;
}

.iw-blog-card h3 a::after {
	position: absolute;
	inset: 0;
	content: "";
}

.iw-blog-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0 0 22px;
	color: var(--iw-blog-muted);
	font-size: 14px;
	line-height: 1.6;
}

.iw-blog-card .iw-blog-text-link {
	margin-top: auto;
}

.iw-blog-brand-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 74px;
	padding: clamp(28px, 4vw, 46px);
	border: 2px solid var(--iw-blog-ink);
	border-radius: 28px;
	background: var(--iw-blog-butter-soft);
	box-shadow: 6px 7px 0 var(--iw-blog-ink);
}

.iw-blog-brand-strip h2 {
	max-width: 720px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
}

.iw-blog-pagination {
	margin-top: 64px;
}

.iw-blog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.iw-blog-pagination .page-numbers {
	display: inline-flex;
	min-width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding-inline: 12px;
	border: 1.5px solid var(--iw-blog-ink);
	border-radius: 999px;
	background: var(--iw-blog-white);
	color: var(--iw-blog-ink);
	font-weight: 900;
	text-decoration: none;
}

.iw-blog-pagination .current,
.iw-blog-pagination a:hover {
	background: var(--iw-blog-ink);
	color: var(--iw-blog-cream);
}

.iw-blog-empty {
	padding: 70px 0 100px;
	text-align: center;
}

/* Article */
.iw-reading-progress {
	position: fixed;
	z-index: 99990;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	pointer-events: none;
}

.iw-reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: var(--iw-blog-rust);
}

.iw-article-page {
	overflow: clip;
}

.iw-article-header {
	padding-block: clamp(56px, 8vw, 104px) clamp(36px, 5vw, 60px);
	text-align: center;
}

.iw-article-breadcrumbs {
	display: flex;
	gap: 9px;
	justify-content: center;
	margin-bottom: 30px;
	color: var(--iw-blog-muted);
	font-size: 13px;
	font-weight: 800;
}

.iw-article-breadcrumbs a {
	color: var(--iw-blog-rust);
}

.iw-article-header h1 {
	margin-inline: auto;
	font-size: clamp(42px, 6vw, 76px);
}

.iw-article-deck {
	max-width: 770px;
	margin: 26px auto 0;
	color: var(--iw-blog-muted);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.6;
}

.iw-article-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 10px;
	justify-content: center;
	margin-top: 28px;
	color: var(--iw-blog-muted);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.iw-article-hero {
	margin-bottom: clamp(46px, 7vw, 82px);
}

.iw-article-hero__image {
	display: block;
	width: 100%;
	max-height: 680px;
	object-fit: cover;
	border: 2px solid var(--iw-blog-ink);
	border-radius: 28px;
	box-shadow: 7px 8px 0 var(--iw-blog-ink);
}

.iw-article-hero figcaption {
	max-width: 760px;
	margin: 14px auto 0;
	color: var(--iw-blog-muted);
	font-size: 12px;
	text-align: center;
}

.iw-article-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 760px) 230px;
	gap: 36px;
	justify-content: center;
}

.iw-article-toc {
	grid-column: 1;
	align-self: start;
}

.iw-article-toc details {
	position: sticky;
	top: 34px;
	padding: 18px;
	border: 1.5px solid var(--iw-blog-ink);
	border-radius: 18px;
	background: var(--iw-blog-sky-soft);
}

.iw-article-toc summary {
	cursor: pointer;
	font-weight: 900;
}

.iw-article-toc ol {
	margin: 16px 0 0 18px;
	padding: 0;
}

.iw-article-toc li {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.35;
}

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

.iw-article-content {
	grid-column: 2;
	min-width: 0;
	font-size: 18px;
	line-height: 1.78;
}

.iw-article-content > *:first-child {
	margin-top: 0;
}

.iw-article-content p,
.iw-article-content ul,
.iw-article-content ol {
	margin-block: 0 1.45em;
}

.iw-article-content h2,
.iw-article-content h3,
.iw-article-content h4 {
	scroll-margin-top: 30px;
	color: var(--iw-blog-ink);
	font-family: var(--iw-blog-heading);
	font-weight: 500;
	letter-spacing: -.02em;
}

.iw-article-content h2 {
	margin: 1.65em 0 .55em;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.08;
}

.iw-article-content h3 {
	margin: 1.5em 0 .5em;
	font-size: clamp(28px, 3vw, 36px);
	line-height: 1.12;
}

.iw-article-content a {
	color: var(--iw-blog-rust);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

.iw-article-content blockquote {
	margin: 2em 0;
	padding: 26px 30px;
	border: 0;
	border-left: 6px solid var(--iw-blog-rust);
	border-radius: 18px;
	background: var(--iw-blog-butter-soft);
	font: 500 clamp(22px, 3vw, 30px)/1.4 var(--iw-blog-heading);
}

.iw-article-content img {
	max-width: 100%;
	height: auto;
}

.iw-article-content .wp-block-image img,
.iw-article-content figure > img {
	border-radius: 20px;
}

.iw-article-content figure,
.iw-article-content .wp-block-image {
	margin: 2.2em auto;
}

.iw-article-content figcaption {
	color: var(--iw-blog-muted);
	font-size: 12px;
	line-height: 1.5;
}

.iw-article-content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	border-radius: 18px;
	border-collapse: collapse;
	font-size: 14px;
}

.iw-article-content th,
.iw-article-content td {
	padding: 12px;
	border: 1px solid var(--iw-blog-border);
}

.iw-article-content th {
	background: var(--iw-blog-sky-soft);
}

.iw-article-content iframe,
.iw-article-content video {
	max-width: 100%;
}

.iw-article-footer {
	padding-block: clamp(70px, 10vw, 120px) 80px;
}

.iw-article-author {
	max-width: 860px;
	margin-inline: auto;
	padding: clamp(28px, 5vw, 52px);
	border: 2px solid var(--iw-blog-ink);
	border-radius: 28px;
	background: var(--iw-blog-sky-soft);
	box-shadow: 6px 7px 0 var(--iw-blog-ink);
	text-align: center;
}

.iw-article-author h2 {
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.05;
}

.iw-article-author > p:last-child {
	max-width: 660px;
	margin: 20px auto 0;
	line-height: 1.7;
}

.iw-related .iw-blog-card__body > p {
	display: none;
}

.iw-article-comments {
	padding-block: 0 90px;
}

.iw-article-comments .comments-area {
	max-width: 760px;
	margin-inline: auto;
	padding-top: 48px;
	border-top: 2px solid var(--iw-blog-ink);
}

.iw-editorial-blog :focus-visible {
	outline: 3px solid var(--iw-blog-rust);
	outline-offset: 4px;
}

@media (max-width: 1080px) {
	.iw-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.iw-article-layout {
		grid-template-columns: minmax(0, 760px);
	}

	.iw-article-toc,
	.iw-article-content {
		grid-column: 1;
	}

	.iw-article-toc details {
		position: static;
	}
}

@media (max-width: 820px) {
	.iw-blog-hero__grid,
	.iw-feature-story {
		grid-template-columns: 1fr;
	}

	.iw-blog-hero__grid {
		align-items: stretch;
	}

	.iw-blog-search {
		max-width: 540px;
	}

	.iw-feature-story {
		min-height: 0;
	}

	.iw-feature-story__media {
		aspect-ratio: 16 / 10;
		border-right: 0;
		border-bottom: 2px solid var(--iw-blog-ink);
	}

	.iw-blog-brand-strip {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 620px) {
	.iw-blog-shell {
		width: min(100% - 28px, 1180px);
	}

	.iw-blog-hero__grid {
		gap: 34px;
		padding-block: 48px 52px;
	}

	.iw-blog-hero h1,
	.iw-article-header h1 {
		font-size: clamp(40px, 12.5vw, 58px);
	}

	.iw-blog-hero::after {
		right: -160px;
		bottom: -220px;
	}

	.iw-blog-search {
		padding: 18px;
		box-shadow: 4px 5px 0 var(--iw-blog-ink);
	}

	.iw-blog-search__row {
		grid-template-columns: 1fr;
	}

	.iw-blog-topics {
		width: 100%;
		padding-inline: 14px;
	}

	.iw-blog-content {
		padding-top: 22px;
	}

	.iw-feature-story {
		box-shadow: 4px 5px 0 var(--iw-blog-ink);
	}

	.iw-feature-story__copy {
		padding: 26px 22px 30px;
	}

	.iw-feature-story h2 {
		font-size: clamp(32px, 9.5vw, 44px);
	}

	.iw-blog-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.iw-blog-section-heading .iw-blog-eyebrow {
		order: 0;
		margin: 0 0 8px;
	}

	.iw-blog-section-heading h2 {
		margin-bottom: 14px;
	}

	.iw-blog-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.iw-blog-card h3 {
		font-size: clamp(28px, 8.5vw, 36px);
	}

	.iw-blog-brand-strip {
		margin-top: 54px;
		box-shadow: 4px 5px 0 var(--iw-blog-ink);
	}

	.iw-blog-button {
		width: 100%;
	}

	.iw-article-header {
		padding-top: 48px;
		text-align: left;
	}

	.iw-article-breadcrumbs,
	.iw-article-byline {
		justify-content: flex-start;
	}

	.iw-article-hero__image {
		box-shadow: 4px 5px 0 var(--iw-blog-ink);
	}

	.iw-article-content {
		font-size: 17px;
		line-height: 1.72;
	}

	.iw-article-content h2 {
		font-size: clamp(32px, 10vw, 42px);
	}

	.iw-article-author {
		box-shadow: 4px 5px 0 var(--iw-blog-ink);
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.iw-blog-card,
	.iw-blog-button,
	.iw-blog-search button {
		transition: none;
	}
}
