/* Theme fonts are optional; the stacks in style.css and theme.json stay legible without them. */
.wp-site-blocks {
	overflow: clip;
}

/* Editorial masthead */
.it-topline {
	background: var(--it-ink);
	color: #dfe8d7;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.64rem;
	letter-spacing: 0.1em;
}

.it-topline-inner {
	display: flex;
	min-height: 33px;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem 1rem;
}

.it-topline p {
	margin: 0;
}

.it-topline-right {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	color: #b5c4bb;
}

.it-status-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--it-leaf);
}

.site-header {
	position: sticky;
	z-index: 20;
	top: 0;
	border-bottom: 1px solid var(--it-line);
	background: rgb(248 248 243 / 94%);
	backdrop-filter: blur(14px);
}

.it-header {
	min-height: 83px;
	gap: 1rem 1.5rem;
}

.site-brand {
	align-items: center;
	gap: 0.55rem;
}

.site-brand .wp-block-site-title {
	position: relative;
	margin: 0;
	padding-left: 2.55rem;
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.2;
}

.site-brand .wp-block-site-title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 2rem;
	height: 2rem;
	background: url("mark.svg") center / contain no-repeat;
	content: "";
	transform: translateY(-50%);
}

.site-brand .wp-block-site-title a {
	color: var(--it-ink);
	text-decoration: none;
}

.it-nav {
	gap: clamp(1rem, 3vw, 2.3rem);
	margin-left: auto;
}

.it-nav .wp-block-navigation-item__content {
	color: #52615c;
	font-size: 0.82rem;
	text-decoration: none;
	transition: color 180ms ease;
}

.it-nav .wp-block-navigation-item__content:hover {
	color: var(--it-deep);
}

.it-nav-action {
	margin-left: 0.4rem;
}

.it-nav-cta .wp-block-button__link {
	padding: 0 0 0.4rem;
	border: 0;
	border-bottom: 1px solid #a9b6a8;
	background: transparent;
	color: var(--it-ink);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	font-weight: 400;
}

.it-nav-cta .wp-block-button__link span {
	margin-left: 0.8rem;
	color: var(--it-deep);
}

.it-nav-cta .wp-block-button__link:hover {
	border-color: var(--it-ink);
	background: transparent;
	color: var(--it-deep);
}

.site-main {
	padding-top: 0;
	padding-bottom: 0;
}

.it-eyebrow,
.it-kicker,
.section-kicker,
.it-art-label,
.it-art-caption,
.it-hero-foot,
.it-filter-status,
.it-article-number,
.it-article-meta,
.it-archive-note,
.it-about-index,
.it-footer-note,
.it-footer-top {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.it-kicker,
.it-eyebrow,
.section-kicker {
	color: #65766e;
}

/* The native block hero carries the page headline; CSS supplies its figure motif. */
.it-hero {
	position: relative;
	padding: clamp(3.5rem, 7vw, 5.5rem) 5% 0;
	border-bottom: 1px solid var(--it-line);
}

.it-hero-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	min-height: 545px;
}

.it-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 630px;
	padding: 0 0 3rem 3%;
}

.it-kicker {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.7rem;
}

.it-kicker::before {
	width: 8px;
	height: 8px;
	border: 1px solid #567858;
	content: "";
	transform: rotate(45deg);
}

.it-hero-title {
	margin: 0;
	color: var(--it-ink);
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(3.35rem, 6.3vw, 5.4rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.99;
}

.it-hero-title em {
	color: #567968;
	font-weight: 400;
}

.it-hero-deck {
	max-width: 405px;
	margin: 1.5rem 0 1.75rem;
	color: #65716d;
	font-size: 1rem;
	line-height: 1.75;
}

.it-hero-actions {
	gap: 1.2rem;
}

.it-button .wp-block-button__link {
	padding: 0.82rem 1.05rem;
	background: var(--it-ink);
	color: #f7f8f0;
	font-size: 0.78rem;
	transition: background 180ms ease, transform 180ms ease;
}

.it-button .wp-block-button__link span {
	margin-left: 1.1rem;
	color: var(--it-leaf);
}

.it-button .wp-block-button__link:hover {
	transform: translateY(-2px);
	background: #35594c;
	color: #f7f8f0;
}

.it-byline {
	margin: 0;
	color: #73817b;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.65rem;
	letter-spacing: 0.015em;
}

.it-byline-sep {
	margin: 0 0.5rem;
	color: #a6b4a7;
}

.it-hero-art {
	position: relative;
	width: 100%;
	max-width: 475px;
	margin: 0 auto 3.5rem;
	padding: 2.4rem 1rem 2.2rem;
	background: #eff2e8;
}

.it-art-label {
	position: absolute;
	z-index: 2;
	top: 0.85rem;
	left: 1rem;
	margin: 0;
	color: #76867c;
	font-size: 0.62rem;
}

.it-system-diagram {
	position: relative;
	width: 100%;
	max-width: 420px;
	aspect-ratio: 480 / 410;
	margin: auto;
	overflow: hidden;
	background-color: #eff2e8;
	background-image:
		linear-gradient(40deg, transparent 49.8%, rgb(116 143 117 / 45%) 50%, transparent 50.2%),
		linear-gradient(-40deg, transparent 49.8%, rgb(116 143 117 / 45%) 50%, transparent 50.2%),
		linear-gradient(rgb(159 174 157 / 16%) 1px, transparent 1px),
		linear-gradient(90deg, rgb(159 174 157 / 16%) 1px, transparent 1px);
	background-size: 100% 100%, 100% 100%, 22px 22px, 22px 22px;
}

.it-system-diagram::before,
.it-system-diagram::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	content: "";
	pointer-events: none;
	transform: translate(-50%, -50%);
}

.it-system-diagram::before {
	width: 65%;
	aspect-ratio: 1;
	border: 1px dashed #bec9b5;
	animation: it-orbit 72s linear infinite;
}

.it-system-diagram::after {
	width: 45%;
	aspect-ratio: 1;
	border: 1px solid rgb(190 201 181 / 70%);
	border-top: 2px solid #c7dc56;
	animation: it-orbit 58s linear infinite reverse;
}

.it-node,
.it-node-label {
	position: absolute;
	z-index: 1;
	display: grid;
	place-items: center;
	margin: 0;
	font-family: var(--wp--preset--font-family--mono);
	text-align: center;
}

.it-node {
	width: 44px;
	height: 44px;
	border: 1px solid #748f75;
	border-radius: 50%;
	background: var(--it-paper);
	color: var(--it-ink);
	font-size: 0.62rem;
}

.it-node-core {
	top: 50%;
	left: 50%;
	width: 66px;
	height: 66px;
	border-color: #294d42;
	background: #294d42;
	color: #f6f7eb;
	font-size: 0.66rem;
	transform: translate(-50%, -50%);
}

.it-node-api {
	top: 26%;
	left: 20%;
	border-color: #72884e;
	background: var(--it-leaf);
}

.it-node-cloud {
	top: 27%;
	right: 18%;
}

.it-node-kube {
	right: 19%;
	bottom: 19%;
	background: #dae2d0;
}

.it-node-code {
	bottom: 18%;
	left: 18%;
}

.it-node-label {
	color: #65766e;
	font-size: 0.53rem;
	letter-spacing: 0.08em;
}

.it-label-api {
	top: calc(26% + 3.15rem);
	left: 13%;
	width: 4.5rem;
}

.it-label-cloud {
	top: calc(27% + 3.15rem);
	right: calc(18% - 0.4rem);
	width: 4.5rem;
}

.it-label-kube {
	right: calc(19% - 0.4rem);
	bottom: calc(19% - 1.35rem);
	width: 4.5rem;
}

.it-label-code {
	bottom: calc(18% - 1.35rem);
	left: calc(18% - 0.4rem);
	width: 4.5rem;
}

.it-art-caption {
	position: absolute;
	right: 1rem;
	bottom: 0.8rem;
	left: 1rem;
	display: flex;
	justify-content: space-between;
	gap: 0.7rem;
	color: #829087;
	font-size: 0.55rem;
}

.it-art-caption p {
	margin: 0;
}

.it-hero-foot {
	grid-column: 1 / -1;
	display: flex;
	min-height: 49px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-top: 1px solid var(--it-line);
	color: #84908a;
	font-size: 0.61rem;
}

.it-hero-foot p {
	margin: 0;
}

.it-hero-foot a {
	color: #455b50;
	text-decoration: none;
	transition: color 180ms ease;
}

.it-hero-foot a span {
	padding-left: 0.5rem;
	color: #8b9d66;
}

.it-hero-foot a:hover {
	color: #779047;
}

/* Editorial topic directory */
.it-topics-section {
	padding: clamp(3.5rem, 7vw, 5.3rem) 5% clamp(3.8rem, 7vw, 5.5rem);
	background: #f1f3ec;
}

.it-topics-inner {
	max-width: 940px;
}

.it-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem 2rem;
	margin-bottom: 2.1rem;
}

.it-eyebrow {
	margin: 0;
	font-size: 0.64rem;
}

.it-section-head h2,
.it-latest-head h2 {
	margin: 0.75rem 0 0;
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(2.25rem, 4vw, 2.75rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.1;
}

.it-section-description {
	max-width: 320px;
	margin: 0 0 0.3rem;
	color: #6b7771;
	font-size: 0.88rem;
	line-height: 1.7;
}

.it-topic-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid #cfd8cc;
	list-style: none;
}

.it-topic-item {
	display: flex;
	min-width: 0;
	margin: 0;
	border-bottom: 1px solid #cfd8cc;
	list-style: none;
}

.it-topic-item:nth-child(3n + 2),
.it-topic-item:nth-child(3n + 3) {
	border-left: 1px solid #cfd8cc;
}

.it-topic,
.it-topic-all {
	display: flex;
	width: 100%;
	min-height: 59px;
	align-items: center;
	gap: 0.85rem;
	padding: 0.8rem 0.75rem 0.8rem 0;
	color: var(--it-ink);
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.05rem;
	text-align: left;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, padding 180ms ease;
}

.it-topic-item:nth-child(3n + 2) > a,
.it-topic-item:nth-child(3n + 3) > a {
	padding-left: 1rem;
}

.it-topic:hover,
.it-topic-all:hover,
.it-topic:focus-visible,
.it-topic-all:focus-visible {
	background: rgb(211 232 103 / 16%);
	color: #426549;
}

.it-topic:hover {
	padding-left: 0.5rem;
}

.it-topic-item:nth-child(3n + 2) > .it-topic:hover,
.it-topic-item:nth-child(3n + 3) > .it-topic:hover {
	padding-left: 1.5rem;
}

.it-topic-index {
	min-width: 1.6rem;
	color: #89988a;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.62rem;
}

.it-topic-arrow {
	margin-left: auto;
	color: #81947c;
	opacity: 0;
	transform: translate(-4px, 4px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.it-topic:hover .it-topic-arrow,
.it-topic:focus-visible .it-topic-arrow {
	opacity: 1;
	transform: translate(0, 0);
}

.it-topic-all {
	color: #557056;
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.85rem;
}

.it-topic-count {
	margin-left: auto;
	color: #89958a;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.62rem;
}

.topic-grid__empty {
	padding: 1rem 0;
	color: var(--it-muted);
}

/* Recent posts use WordPress Query Loop data in an editorial list. */
.it-latest-section {
	padding: clamp(3.8rem, 7vw, 5.6rem) 0 clamp(3.3rem, 6vw, 4.5rem);
}

.it-latest-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.25rem;
	margin-bottom: 1.65rem;
}

.it-latest-head h2 {
	font-size: clamp(2.4rem, 4.5vw, 3rem);
}

.it-title-dot {
	color: #89a447;
}

.it-search {
	width: 235px;
	margin-bottom: 0.35rem;
}

.it-search .wp-block-search__inside-wrapper {
	display: flex;
	min-height: 42px;
	align-items: center;
	padding: 0 0.75rem;
	border: 1px solid #d8dfd6;
}

.it-search .wp-block-search__inside-wrapper::before {
	margin-right: 0.45rem;
	color: #76847a;
	content: "⌕";
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.4rem;
	transform: rotate(-20deg);
}

.it-search .wp-block-search__input {
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--it-ink);
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.78rem;
}

.it-search .wp-block-search__input:focus {
	box-shadow: none;
}

.it-search .wp-block-search__input::placeholder {
	color: #929d94;
	opacity: 1;
}

.it-filter-status {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.75rem 0;
	border-top: 1px solid var(--it-ink);
	border-bottom: 1px solid var(--it-line);
	color: #728078;
	font-size: 0.61rem;
}

.it-filter-status p {
	margin: 0;
}

.it-filter-status .wp-block-shortcode {
	margin-left: -0.5rem;
	color: var(--it-ink);
	font-size: 0.7rem;
}

.latest-query .wp-block-post-template,
.archive-query .wp-block-post-template {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.latest-query .wp-block-post,
.archive-query .wp-block-post {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr) 108px;
	gap: 0.75rem 1.25rem;
	margin: 0;
	padding: 1.55rem 0;
	border-bottom: 1px solid var(--it-line);
	list-style: none;
	transition: padding 220ms ease, background 220ms ease;
}

.latest-query .wp-block-post:hover,
.archive-query .wp-block-post:hover {
	padding-left: 0.6rem;
	background: linear-gradient(90deg, rgb(226 234 215 / 45%), transparent 75%);
}

.it-article-list {
	counter-reset: iteritory-article;
}

.archive-query {
	counter-reset: iteritory-article;
}

.latest-query.it-article-list .wp-block-post {
	counter-increment: none;
}

.it-article-list .it-article {
	counter-increment: iteritory-article;
}

.it-article-number {
	grid-column: 1;
	grid-row: 1 / span 4;
	margin: 0;
	padding-top: 0.25rem;
	color: #8a988d;
	font-size: 0.66rem;
	line-height: 1.2;
}

.latest-query .wp-block-post,
.archive-query .wp-block-post,
.it-article {
	counter-increment: iteritory-article;
}

.archive-query .wp-block-post::before,
.it-article-number::before {
	grid-column: 1;
	grid-row: 1 / span 4;
	padding-top: 0.25rem;
	color: #8a988d;
	content: counter(iteritory-article, decimal-leading-zero);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.66rem;
}

.it-article-topics {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0;
	color: #59715f;
	font-size: 0.62rem;
	line-height: 1.5;
}

.it-article-topics a {
	color: inherit;
	text-decoration: none;
}

.it-article-topics a:hover {
	text-decoration: underline;
}

.it-article-title {
	grid-column: 2;
	grid-row: 2;
	max-width: 680px;
	margin: 0;
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(1.3rem, 2.3vw, 1.65rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.24;
}

.it-article-title a {
	color: var(--it-ink);
	text-decoration: none;
	transition: color 180ms ease;
}

.it-article-title a:hover {
	color: #567968;
}

.it-article-excerpt {
	grid-column: 2;
	grid-row: 3;
	max-width: 650px;
	margin: 0;
	color: #707d76;
	font-size: 0.91rem;
	line-height: 1.65;
}

.it-article-meta {
	grid-column: 3;
	grid-row: 1 / span 3;
	align-self: center;
	justify-self: end;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
	color: #758178;
	font-size: 0.62rem;
	letter-spacing: 0;
	white-space: nowrap;
}

.it-article-meta p {
	margin: 0;
}

.it-article-meta::after {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid #d7ded5;
	border-radius: 50%;
	color: #607a62;
	content: "↗";
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.85rem;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.it-article:hover .it-article-meta::after {
	transform: rotate(45deg);
	background: var(--it-ink);
	color: var(--it-paper);
}

.latest-query .wp-block-post-featured-image,
.archive-query .wp-block-post-featured-image {
	display: none;
}

.latest-query .post-card__body,
.archive-query .post-card__body {
	display: contents;
}

.post-card__topics {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	color: #59715f;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.62rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-card__topics a {
	color: inherit;
	text-decoration: none;
}

.post-card__topics a:hover {
	color: var(--it-deep);
	text-decoration: underline;
}

.post-card__title {
	grid-column: 2;
	grid-row: 2;
	max-width: 680px;
	margin: 0;
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(1.3rem, 2.3vw, 1.65rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.24;
}

.post-card__title a {
	color: var(--it-ink);
	text-decoration: none;
	transition: color 180ms ease;
}

.post-card__title a:hover {
	color: #567968;
}

.post-card__date {
	grid-column: 3;
	grid-row: 1 / span 3;
	align-self: center;
	justify-self: end;
	margin: 0;
	color: #758178;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.62rem;
	letter-spacing: 0;
	white-space: nowrap;
}

.post-card__excerpt {
	grid-column: 2;
	grid-row: 3;
	max-width: 650px;
	margin: 0;
	color: #707d76;
	font-size: 0.91rem;
	line-height: 1.65;
}

.posts-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin-top: 1.75rem;
	color: var(--it-ink);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
}

.posts-pagination a {
	color: var(--it-deep);
	text-decoration: none;
}

.it-no-results {
	padding: 3rem 0;
	border-bottom: 1px solid var(--it-line);
	text-align: center;
}

.it-no-results-mark {
	color: #8ba05a;
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.75rem;
}

.it-no-results h3 {
	margin: 0.5rem 0;
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.55rem;
	font-weight: 400;
}

.it-no-results p {
	color: var(--it-muted);
}

.it-archive-note {
	display: flex;
	justify-content: space-between;
	gap: 0.8rem 1rem;
	padding-top: 0.9rem;
	color: #849088;
	font-size: 0.6rem;
}

.it-archive-note p {
	margin: 0;
}

.it-archive-note .wp-block-shortcode {
	margin-left: auto;
}

/* About panel and quiet footer */
.it-about-section {
	position: relative;
	overflow: hidden;
	padding: clamp(3rem, 6vw, 4.6rem) 5%;
	background: #23453d;
	color: #edf0e6;
}

.it-about-section::after {
	position: absolute;
	right: -185px;
	bottom: -300px;
	width: 410px;
	height: 410px;
	border: 1px solid rgb(215 231 191 / 10%);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgb(215 231 191 / 3%), 0 0 0 85px rgb(215 231 191 / 3%);
	content: "";
	pointer-events: none;
}

.it-about-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(140px, 1fr) minmax(0, 2fr) minmax(120px, 1fr);
	align-items: start;
	gap: 1.25rem;
}

.it-about-index {
	margin: 0;
	color: #a8c397;
}

.it-about-index span {
	color: #b7c5b4;
	font-size: 0.58rem;
}

.it-about-content {
	position: relative;
	z-index: 1;
	max-width: 540px;
}

.it-about-content .it-eyebrow {
	color: #b8c9a7;
}

.it-about-content h2 {
	margin: 1rem 0 1.15rem;
	color: #edf0e6;
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(2.55rem, 4.5vw, 3.2rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.03;
}

.it-about-content h2 em {
	color: #cfdf83;
}

.it-about-content p {
	max-width: 46ch;
	margin: 0 0 0.8rem;
	color: #c3d0c6;
	font-size: 0.93rem;
	line-height: 1.8;
}

.it-about-link {
	display: inline-block;
	margin-top: 0.55rem !important;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #8fa591;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.7rem !important;
}

.it-about-link a {
	color: #e7eddc;
	text-decoration: none;
}

.it-about-link span {
	margin-left: 0.75rem;
	color: #d4e781;
}

.it-about-stamp {
	justify-self: end;
	align-self: center;
	margin: 0;
	color: #d5dfc5;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.67rem;
	letter-spacing: 0.11em;
	line-height: 1.6;
	text-align: center;
	transform: rotate(8deg);
}

.it-about-stamp::before {
	display: block;
	width: 4.2rem;
	height: 4.2rem;
	margin: 0 auto 0.55rem;
	background: url("mark.svg") center / contain no-repeat;
	filter: brightness(0) saturate(100%) invert(86%) sepia(18%) saturate(325%) hue-rotate(33deg) brightness(93%);
	content: "";
}

.site-footer {
	padding: 1.1rem 5%;
	background: #192f2a;
	color: #b4c1b6;
}

.it-footer {
	min-height: 55px;
	gap: 0.75rem 1.5rem;
}

.site-footer .wp-block-site-title {
	margin: 0;
}

.site-footer .wp-block-site-title a {
	color: #eff1e8;
	font-size: 1.25rem;
}

.site-footer .wp-block-site-title::before {
	filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(469%) hue-rotate(37deg) brightness(96%);
}

.site-footer .wp-block-site-title::after {
	color: var(--it-leaf);
}

.it-footer-note,
.it-footer-top {
	margin: 0;
	color: #a4b3a8;
	font-size: 0.6rem;
}

.it-footer-top a {
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease;
}

.it-footer-top a:hover {
	color: #e4eea0;
}

/* Native archive/search/page/post templates keep the same editorial rhythm. */
.archive-intro {
	margin: 0 auto 2.4rem;
	padding: clamp(3rem, 6vw, 5rem) 0 1.2rem;
	border-bottom: 1px solid var(--it-line);
}

.archive-intro h1,
.search-intro h1 {
	margin: 0.5rem 0 0.75rem;
	color: var(--it-ink);
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(2.5rem, 5.5vw, 4.25rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 1.05;
}

.archive-intro p,
.search-intro p {
	max-width: 60ch;
	color: var(--it-muted);
}

.archive-query {
	padding-bottom: 3rem;
}

.search-intro {
	padding-top: clamp(3rem, 6vw, 5rem);
}

.search-intro .wp-block-search {
	max-width: 560px;
	margin-top: 1.25rem;
}

.article-shell {
	max-width: 850px;
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 4rem) 0;
}

.article-header {
	margin-bottom: 2rem;
}

.article-header h1,
.article-shell > .wp-block-post-title {
	margin: 0.7rem 0 1rem;
	color: var(--it-ink);
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(2.5rem, 6vw, 4.6rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 1.04;
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 1rem;
	color: var(--it-muted);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.7rem;
}

.article-featured {
	margin: 0 0 2.3rem;
	overflow: hidden;
	background: #eff2e8;
}

.article-featured img {
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}

.article-content {
	max-width: 74ch;
	margin-inline: auto;
	font-size: 1.05rem;
	line-height: 1.85;
}

.article-content > * {
	max-width: 100%;
}

.article-content h2,
.article-content h3,
.article-content h4 {
	margin-top: 2.3em;
	font-family: var(--wp--preset--font-family--serif);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.25;
}

.article-content pre,
.article-content .wp-block-code {
	overflow-x: auto;
	padding: 1.25rem;
	border: 1px solid #d3dbd1;
	background: #192f2a;
	color: #eff5e8;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.88em;
	line-height: 1.65;
}

.article-content blockquote {
	margin-inline: 0;
	padding: 0.25rem 0 0.25rem 1.4rem;
	border-left: 3px solid #95a84d;
	color: var(--it-ink-soft);
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.12em;
}

.article-content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.article-content th,
.article-content td {
	padding: 0.7rem 0.9rem;
	border: 1px solid var(--it-line);
	text-align: left;
}

.article-endmatter {
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--it-line);
	color: var(--it-muted);
	font-size: 0.9rem;
}

.article-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.article-navigation > * {
	min-width: 0;
	padding: 1rem 1.1rem;
	border: 1px solid var(--it-line);
}

.article-navigation a {
	text-decoration: none;
}

.post-comments {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--it-line);
}

.post-comments .comment-list {
	padding-left: 1.4rem;
}

.post-comments .comment-body {
	padding: 1rem 0;
	border-bottom: 1px solid var(--it-line);
}

.post-comments .comment-meta,
.post-comments .comment-reply-link {
	font-size: 0.9rem;
}

.search-intro .wp-block-search__input {
	min-height: 50px;
	border: 1px solid var(--it-line);
	background: var(--it-white);
}

.search-intro .wp-block-search__button {
	min-height: 50px;
}

.not-found-panel {
	padding: clamp(2rem, 6vw, 4rem);
	border: 1px solid var(--it-line);
	background: var(--it-white);
	text-align: center;
}

.not-found-panel h1 {
	margin: 0;
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(3.5rem, 9vw, 6.5rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	line-height: 1;
}

.not-found-panel .wp-block-search {
	max-width: 560px;
	margin: 1.5rem auto;
}

.wp-block-separator {
	border-color: var(--it-line);
}

.wp-block-post-content > *:first-child,
.article-content > *:first-child {
	margin-top: 0;
}

@keyframes it-orbit {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/* Ink & Vermilion single-post editorial layout. */
.it-single-article {
	--it-article-paper: #f5f1e8;
	--it-article-surface: #fffcf6;
	--it-article-ink: #1e2d3d;
	--it-article-deep: #172738;
	--it-article-muted: #6e7882;
	--it-article-line: #d9d2c7;
	--it-article-red: #bb4c35;
	--it-article-red-dark: #9f3d2a;
	background: var(--it-article-paper);
	color: var(--it-article-ink);
}

.it-article-shell {
	max-width: 1164px;
	padding: 0 32px 5.5rem;
}

.it-article-masthead {
	max-width: none;
	padding: clamp(2.8rem, 6vw, 4.5rem) 0 2.2rem;
}

.it-article-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.75rem;
	margin: 0 0 1.1rem;
	color: var(--it-article-red-dark);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.66rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-transform: uppercase;
}

.it-article-categories a,
.it-article-tags a {
	color: inherit;
	text-decoration: none;
}

.it-article-categories a:hover,
.it-article-tags a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.it-article-heading {
	max-width: 990px;
	margin: 0;
	color: var(--it-article-ink);
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(2.8rem, 6.4vw, 5rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.99;
	text-wrap: pretty;
}

.it-article-deck {
	max-width: 770px;
	margin: 1.35rem 0 1.7rem;
	color: #66727c;
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(1.1rem, 2vw, 1.32rem);
	line-height: 1.55;
}

.it-article-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	min-height: 58px;
	padding-top: 0.85rem;
	border-top: 1px solid var(--it-article-line);
	color: var(--it-article-muted);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.64rem;
}

.it-article-meta .wp-block-post-author-name a,
.it-article-meta .wp-block-post-date,
.it-article-tags {
	color: inherit;
	text-decoration: none;
}

.it-article-meta .wp-block-post-author-name a {
	color: var(--it-article-ink);
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.76rem;
	font-weight: 500;
}

.it-article-meta .wp-block-post-author-name a:hover {
	color: var(--it-article-red-dark);
}

.it-article-tags {
	margin: 0;
}

.it-article-meta .wp-block-shortcode {
	margin-left: auto;
}

.it-article-meta .wp-block-shortcode > * {
	margin-block: 0;
}

.it-article-meta .it-post-love,
.it-article-meta .it-post-love a,
.it-article-meta .it-post-love button {
	color: var(--it-article-red-dark);
}

.it-single-article .it-article-meta {
	grid-column: auto;
	grid-row: auto;
	justify-self: auto;
	justify-content: flex-start;
	flex-wrap: wrap;
	white-space: normal;
}

.it-single-article .it-article-meta::after {
	display: none;
}

.it-love-button {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.6rem;
	border: 1px solid #d8c9bf;
	border-radius: 999px;
	background: rgb(255 252 246 / 58%);
	color: var(--it-article-red-dark);
	cursor: pointer;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.65rem;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.it-love-button svg {
	width: 0.85rem;
	height: 0.85rem;
}

.it-love-button.is-loved svg path {
	fill: currentColor;
}

.it-love-button:not(:disabled):hover {
	transform: translateY(-1px);
	border-color: var(--it-article-red);
	background: #fff7f1;
}

.it-love-button:disabled {
	cursor: wait;
}

.it-love-button:focus-visible {
	outline: 2px solid #607e93;
	outline-offset: 3px;
}

.it-love-error {
	color: var(--it-article-red-dark);
	font-size: 0.68rem;
}

.it-article-featured {
	margin: 0 0 3.8rem;
	overflow: hidden;
	background: #e7ecef;
}

.it-article-featured img {
	display: block;
	width: 100%;
	max-height: 580px;
	object-fit: cover;
}

.it-article-content {
	max-width: 74ch;
	margin-inline: auto;
	color: #44535f;
	font-size: 1rem;
	line-height: 1.9;
}

.it-article-content > * {
	max-width: 100%;
}

.it-article-content > p {
	margin-block: 0 1.2em;
}

.it-article-content h2,
.it-article-content h3,
.it-article-content h4 {
	margin-top: 2.2em;
	margin-bottom: 0.65em;
	color: var(--it-article-ink);
	font-family: var(--wp--preset--font-family--serif);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.2;
	scroll-margin-top: 110px;
}

.it-article-content h2 {
	font-size: clamp(1.9rem, 4vw, 2.4rem);
}

.it-article-content h3 {
	font-size: clamp(1.45rem, 3vw, 1.8rem);
}

.it-article-content a {
	color: var(--it-article-red-dark);
	text-decoration-color: rgb(187 76 53 / 42%);
	text-underline-offset: 3px;
}

.it-article-content a:hover {
	text-decoration-color: currentColor;
}

.it-article-content pre,
.it-article-content .wp-block-code {
	max-width: 100%;
	margin-block: 1.7rem;
	overflow-x: auto;
	padding: 1.2rem 1.3rem;
	border: 1px solid #33485a;
	background: #1e3041;
	color: #eef1ef;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.83em;
	line-height: 1.8;
}

.it-article-content :not(pre) > code {
	padding: 0.12em 0.3em;
	background: #eae5db;
	color: var(--it-article-deep);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.86em;
}

.it-article-content blockquote {
	margin: 2rem 0;
	padding: 0.2rem 0 0.2rem 1.4rem;
	border-left: 2px solid var(--it-article-red);
	color: #314353;
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.35em;
	line-height: 1.5;
}

.it-article-content figure {
	margin-block: 2rem;
}

.it-article-content figure img {
	height: auto;
}

.it-article-content figcaption {
	margin-top: 0.7rem;
	color: #7b8790;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	line-height: 1.6;
}

.it-article-content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.it-article-content th,
.it-article-content td {
	padding: 0.65rem 0.8rem;
	border: 1px solid var(--it-article-line);
	text-align: left;
}

.it-article-endmatter {
	max-width: 74ch;
	margin: 3rem auto 0;
	padding-top: 1.25rem;
	border-top: 1px solid var(--it-article-line);
	color: var(--it-article-muted);
	font-size: 0.78rem;
	line-height: 1.8;
}

.it-article-endmatter > * {
	margin-block: 0.35rem;
}

.it-article-endmatter a {
	color: var(--it-article-red-dark);
	text-decoration: none;
}

.it-article-endmatter a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.it-article-navigation {
	max-width: 74ch;
	margin: 2rem auto 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.it-article-navigation > * {
	min-width: 0;
	margin: 0;
	padding: 1rem 1.1rem;
	border: 1px solid var(--it-article-line);
	color: var(--it-article-red-dark);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	line-height: 1.6;
}

.it-article-navigation a {
	color: var(--it-article-ink);
	text-decoration: none;
}

.it-article-navigation a:hover {
	color: var(--it-article-red-dark);
}

.it-comments-band {
	padding: 3.7rem 5% 4rem;
	border-top: 1px solid var(--it-article-line);
	background: #eeeae1;
}

.it-comments-inner {
	max-width: 1164px;
}

.it-native-comments {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	align-items: start;
	gap: 1.5rem clamp(1.5rem, 4vw, 2.8rem);
	margin: 0;
}

.it-native-comments > .wp-block-comments-title {
	grid-column: 1 / -1;
	margin: 0 0 0.4rem;
	color: var(--it-article-ink);
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.it-native-comments > .wp-block-comment-template {
	grid-column: 2;
	grid-row: 2 / span 2;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cfc8be;
	list-style: none;
}

.it-native-comments .wp-block-comment-template li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d5cec4;
	list-style: none;
}

.it-native-comments .it-comment-body {
	display: grid;
	grid-template-columns: 35px minmax(0, 1fr);
	align-items: start;
	gap: 0.35rem 0.75rem;
	padding: 1rem 0;
}

.it-comment-body .wp-block-avatar {
	grid-column: 1;
	grid-row: 1 / span 3;
	width: 35px;
	height: 35px;
	margin: 0;
	overflow: hidden;
	border: 1px solid #c9d1d2;
	border-radius: 50%;
	background: var(--it-article-surface);
}

.it-comment-body .wp-block-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.it-comment-body .wp-block-comment-author-name,
.it-comment-body .wp-block-comment-date,
.it-comment-body .wp-block-comment-content,
.it-comment-body .it-comment-actions {
	grid-column: 2;
}

.it-comment-body .wp-block-comment-author-name {
	align-self: end;
	margin: 0;
	color: var(--it-article-ink);
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.35;
}

.it-comment-body .wp-block-comment-author-name a {
	color: inherit;
	text-decoration: none;
}

.it-comment-body .wp-block-comment-author-name a:hover {
	color: var(--it-article-red-dark);
}

.it-comment-body .wp-block-comment-date {
	margin: 0;
	color: #8a9296;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.61rem;
}

.it-comment-body .wp-block-comment-content {
	margin: 0.45rem 0 0;
	color: #4e5c67;
	font-size: 0.82rem;
	line-height: 1.75;
}

.it-comment-body .wp-block-comment-content p {
	margin: 0 0 0.6rem;
}

.it-comment-body .comment-reply-link {
	width: fit-content;
	margin-top: 0.35rem;
	color: var(--it-article-red-dark);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.62rem;
	text-decoration: none;
}

.it-comment-body .comment-reply-link:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.it-native-comments .bypostauthor > .it-comment-body .wp-block-comment-author-name::after {
	display: inline-flex;
	align-items: center;
	margin-left: 0.45rem;
	padding: 0.2rem 0.4rem;
	border: 1px solid #d3b39f;
	border-radius: 999px;
	background: #f5e8dc;
	color: #8d4935;
	content: "AUTHOR";
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	vertical-align: middle;
}

.it-native-comments .wp-block-comment-template ol {
	margin: 0 0 0.6rem 0.3rem;
	padding: 0 0 0 1rem;
	border-left: 1px solid #cfc8be;
	list-style: none;
}

.it-native-comments .wp-block-comment-template ol .it-comment-body {
	padding: 0.7rem 0;
}

.it-native-comments .wp-block-comment-template ol .wp-block-avatar {
	width: 30px;
	height: 30px;
}

.it-native-comments .wp-block-comment-template ol .wp-block-comment-content {
	font-size: 0.77rem;
}

.it-comment-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.it-comment-actions .wp-block-comment-reply-link {
	margin: 0;
}

.it-native-comments .it-comment-love {
	width: fit-content;
	min-height: 27px;
	margin: 0.25rem 0 0;
	font-size: 0.61rem;
}

.it-native-comments .it-comment-love:focus-visible,
.it-native-comments .comment-reply-link:focus-visible {
	outline: 2px solid #607e93;
	outline-offset: 3px;
}

.it-native-comments .it-comment-love svg {
	width: 0.8rem;
	height: 0.8rem;
}

.it-native-comments > .wp-block-comments-pagination {
	grid-column: 2;
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0;
	color: var(--it-article-muted);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
}

.it-native-comments .wp-block-comments-pagination a {
	color: var(--it-article-red-dark);
	text-decoration: none;
}

.it-native-comments .wp-block-post-comments-form {
	grid-column: 1;
	grid-row: 2;
	margin: 0;
	padding: 1.25rem;
	border: 1px solid var(--it-article-line);
	background: rgb(255 252 246 / 72%);
}

.it-native-comments .comment-reply-title {
	margin: 0 0 1rem;
	color: var(--it-article-red-dark);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.it-native-comments .comment-reply-title small {
	margin-left: 0.5rem;
	font-size: 0.65rem;
	letter-spacing: 0;
	text-transform: none;
}

.it-native-comments .comment-form label {
	display: block;
	margin-bottom: 0.35rem;
	color: #667580;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.62rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.it-native-comments .comment-form input:not([type="checkbox"]):not([type="submit"]),
.it-native-comments .comment-form textarea {
	width: 100%;
	min-height: 42px;
	margin: 0 0 0.9rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--it-article-line);
	border-radius: 2px;
	background: var(--it-article-surface);
	color: var(--it-article-ink);
	font: 0.8rem/1.55 var(--wp--preset--font-family--sans);
}

.it-native-comments .comment-form textarea {
	min-height: 112px;
	resize: vertical;
}

.it-native-comments .comment-form input:focus,
.it-native-comments .comment-form textarea:focus {
	border-color: #607e93;
	outline: 0;
	box-shadow: 0 0 0 2px rgb(96 126 147 / 15%);
}

.it-native-comments .comment-form .submit {
	padding: 0.65rem 0.9rem;
	border: 0;
	background: var(--it-article-deep);
	color: var(--it-article-surface);
	cursor: pointer;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	transition: background 180ms ease, transform 180ms ease;
}

.it-native-comments .comment-form .submit:hover {
	transform: translateY(-1px);
	background: #293f51;
}

.it-native-comments .comment-form .submit:focus-visible {
	outline: 2px solid #607e93;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.it-header {
		min-height: 72px;
	}

	.it-nav {
		gap: 1.1rem;
	}

	.it-hero-inner {
		grid-template-columns: minmax(0, 1fr) minmax(250px, 0.82fr);
		min-height: 520px;
	}

	.it-hero-title {
		font-size: clamp(3rem, 7vw, 4.6rem);
	}

	.it-hero-art {
		height: auto;
		margin-bottom: 3rem;
	}

	.it-latest-section {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media (max-width: 680px) {
	.it-topline {
		font-size: 0.56rem;
	}

	.it-topline-inner {
		min-height: 29px;
		padding-inline: 5%;
	}

	.it-topline-right {
		font-size: 0;
	}

	.it-status-dot {
		margin-left: 0;
	}

	.it-header {
		min-height: 66px;
		padding-inline: 5%;
	}

	.site-brand .wp-block-site-title {
		font-size: 1.45rem;
	}

	.it-nav {
		width: auto;
		margin-left: auto;
		gap: 0.8rem;
	}

	.it-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.it-nav-action {
		display: none;
	}

	.it-hero {
		padding: 3.2rem 6% 0;
	}

	.it-hero-inner {
		display: flex;
		min-height: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 1.2rem;
	}

	.it-hero-copy {
		padding: 0 0 1rem;
	}

	.it-kicker {
		margin-bottom: 1.25rem;
		font-size: 0.58rem;
	}

	.it-hero-title {
		font-size: clamp(3.1rem, 13vw, 4.55rem);
	}

	.it-hero-deck {
		margin: 1.1rem 0 1.25rem;
		font-size: 0.98rem;
	}

	.it-hero-art {
		width: 100%;
		margin: 0 0 3.3rem;
		padding: 2.1rem 0.7rem;
	}

	.it-hero-foot {
		min-height: 45px;
		font-size: 0.52rem;
	}

	.it-hero-foot p:last-child {
		font-size: 0.6rem;
	}

	.it-topics-section {
		padding: 3.5rem 6%;
	}

	.it-section-head {
		display: block;
		margin-bottom: 1.4rem;
	}

	.it-section-head h2 {
		font-size: 2.3rem;
	}

	.it-section-description {
		margin-top: 0.75rem;
		font-size: 0.9rem;
	}

	.it-topic-list {
		grid-template-columns: 1fr;
	}

	.it-topic-item:nth-child(3n + 2),
	.it-topic-item:nth-child(3n + 3) {
		border-left: 0;
	}

	.it-topic,
	.it-topic-all,
	.it-topic-item:nth-child(3n + 2) > a,
	.it-topic-item:nth-child(3n + 3) > a {
		min-height: 54px;
		padding: 0.75rem 0;
	}

	.it-topic:hover,
	.it-topic-item:nth-child(3n + 2) > .it-topic:hover,
	.it-topic-item:nth-child(3n + 3) > .it-topic:hover {
		padding-left: 0.5rem;
	}

	.it-latest-section {
		padding: 3.8rem 6% 3.2rem;
	}

	.it-latest-head {
		display: block;
		margin-bottom: 1.2rem;
	}

	.it-latest-head h2 {
		font-size: 2.5rem;
	}

	.it-search {
		width: 100%;
		margin: 1rem 0 0;
	}

	.latest-query .wp-block-post,
	.archive-query .wp-block-post {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 0.55rem 0.7rem;
		padding: 1.25rem 0;
	}

	.archive-query .wp-block-post::before,
	.it-article-number::before {
		grid-column: 1;
		grid-row: 1 / span 5;
		font-size: 0.58rem;
	}

	.post-card__topics,
	.post-card__title,
	.post-card__excerpt {
		grid-column: 2;
	}

	.post-card__date {
		grid-column: 2;
		grid-row: auto;
		justify-self: start;
		margin-top: 0.2rem;
	}

	.it-article-meta {
		grid-column: 2;
		grid-row: 4;
		justify-self: start;
	}

	.it-filter-status {
		font-size: 0.53rem;
	}

	.it-archive-note {
		font-size: 0.53rem;
	}

	.it-about-section {
		padding: 3.2rem 6% 3.6rem;
	}

	.it-about-inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 1.2rem 0.6rem;
	}

	.it-about-index,
	.it-about-content {
		grid-column: 1 / -1;
	}

	.it-about-content h2 {
		font-size: 2.75rem;
	}

	.it-about-stamp {
		position: absolute;
		top: 0.2rem;
		right: 0;
		transform: scale(0.72) rotate(8deg);
		transform-origin: top right;
	}

	.site-footer {
		padding: 1.1rem 6%;
	}

	.it-footer {
		gap: 0.75rem;
	}

	.it-footer-note {
		order: 3;
		width: 100%;
	}

	.article-navigation {
		grid-template-columns: 1fr;
	}

	.article-header h1,
	.article-shell > .wp-block-post-title {
		font-size: clamp(2.35rem, 11vw, 3.2rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Ink & Vermilion: the approved editorial palette and homepage composition. */
:root {
	--it-ink: #1e2d3d;
	--it-ink-soft: #405264;
	--it-muted: #6e7882;
	--it-line: #d9d2c7;
	--it-paper: #f5f1e8;
	--it-white: #fffcf6;
	--it-leaf: #bb4c35;
	--it-deep: #172738;
	--it-leaf-wash: #e7ecef;
	--it-shadow: 0 18px 50px rgb(30 45 61 / 8%);
}

body {
	background: var(--it-paper);
	color: var(--it-ink);
}

a:hover,
.it-hero-title em,
.it-title-dot,
.it-no-results-mark,
.it-article-title a:hover,
.post-card__title a:hover {
	color: #bb4c35;
}

.it-topline {
	background: #172738;
	color: #d6dde2;
}

.it-topline-right {
	color: #bbc5cc;
}

.it-status-dot,
.it-kicker::before {
	background: #bb4c35;
}

.site-header {
	position: relative;
	z-index: 20;
	border-color: var(--it-line);
	background: rgb(245 241 232 / 96%);
}

.site-brand .wp-block-site-title::after {
	color: #bb4c35;
	content: ".";
}

.site-brand .wp-block-site-title::before {
	filter: none;
}

.it-nav .wp-block-navigation-item__content:hover,
.it-nav .wp-block-navigation-item__content:focus-visible {
	color: #bb4c35;
}

.it-nav-cta .wp-block-button__link span,
.it-hero-foot a span {
	color: #bb4c35;
}

.it-nav-cta .wp-block-button__link {
	border-color: #9da9ae;
	color: var(--it-ink);
}

.it-hero {
	padding-right: 7.1%;
	padding-left: 7.1%;
}

.it-hero-inner {
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
	min-height: 595px;
	gap: 5%;
}

.it-hero-copy {
	padding-left: 2.5%;
}

.it-kicker,
.it-eyebrow,
.section-kicker {
	color: #687682;
}

.it-kicker::before {
	border: 0;
	transform: rotate(45deg);
}

.it-hero-title {
	font-size: clamp(3.4rem, 5.7vw, 4.75rem);
	line-height: 0.94;
}

.it-hero-title em {
	color: #bb4c35;
}

.it-hero-deck {
	color: #6e7882;
	font-size: 0.9rem;
}

.it-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0.45rem 0.5rem 0.45rem 1.2rem;
	border: 1px solid var(--it-ink);
	border-radius: 999px;
	background: var(--it-ink);
	color: var(--it-white);
	font-size: 0.72rem;
	font-weight: 400;
	transition: transform 180ms ease, background 180ms ease;
}

.it-button .wp-block-button__link span {
	display: grid;
	width: 2rem;
	height: 2rem;
	margin: 0;
	place-items: center;
	border-radius: 50%;
	background: rgb(255 252 246 / 14%);
	color: #ffd3c6;
}

.it-button .wp-block-button__link:hover {
	transform: translateY(-2px);
	border-color: #9f3d2a;
	background: #9f3d2a;
	color: var(--it-white);
}

.it-byline,
.it-byline-sep {
	color: #77828b;
}

.it-hero-art {
	max-width: 480px;
	height: 385px;
	margin-bottom: 1.4rem;
	padding: 2.4rem 1rem 2.2rem;
	background-color: #e4e9e9;
	background-image:
		linear-gradient(rgb(65 84 98 / 5.5%) 1px, transparent 1px),
		linear-gradient(90deg, rgb(65 84 98 / 5.5%) 1px, transparent 1px);
	background-size: 21px 21px;
}

.it-art-label,
.it-art-caption {
	color: #71808a;
}

.it-system-diagram {
	background-color: #e4e9e9;
	background-image:
		linear-gradient(rgb(65 84 98 / 5.5%) 1px, transparent 1px),
		linear-gradient(90deg, rgb(65 84 98 / 5.5%) 1px, transparent 1px);
	background-size: 21px 21px;
}

.it-system-diagram::before {
	border-color: #aab9c2;
}

.it-system-diagram::after {
	border-color: #b8c5cc;
	border-top-color: #bb4c35;
}

.it-node {
	border-color: #607e93;
	color: #1e2d3d;
}

.it-node-core {
	border-color: #1e2d3d;
	background: #1e2d3d;
}

.it-node-api {
	border-color: #bb4c35;
	background: #bb4c35;
}

.it-node-kube {
	background: #c4d2db;
}

.it-node-label {
	color: #60717d;
}

.it-hero-foot {
	border-color: var(--it-line);
	color: #78838c;
}

.it-hero-foot a {
	color: #9f3d2a;
}

.it-topics-section {
	padding: 4.75rem 7.1% 5.1rem;
	background: #eeebe4;
}

.it-topics-inner {
	max-width: 1100px;
}

.it-section-head {
	margin-bottom: 1.9rem;
}

.it-section-head h2 {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	font-size: 2.625rem;
}

.it-section-head h2::before {
	display: inline-grid;
	width: 1.8rem;
	height: 1.8rem;
	place-items: center;
	color: #bb4c35;
	content: "⌘";
	font-family: var(--wp--preset--font-family--sans);
	font-size: 1.55rem;
	font-weight: 400;
}

.it-section-description {
	color: #6e7882;
	font-size: 0.75rem;
}

.it-topic-list {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-left: 1px solid #cbc5bb;
	border-top-color: #cbc5bb;
}

.it-topic-item,
.it-topic-item:nth-child(3n + 2),
.it-topic-item:nth-child(3n + 3) {
	min-height: 116px;
	border-right: 1px solid #cbc5bb;
	border-bottom-color: #cbc5bb;
	border-left: 0;
}

.it-topic,
.it-topic-all,
.it-topic-item:nth-child(3n + 2) > a,
.it-topic-item:nth-child(3n + 3) > a {
	position: relative;
	min-height: 116px;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	gap: 0;
	padding: 0.9rem;
	font-size: 1rem;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.it-topic-item:nth-child(3n + 2) > a,
.it-topic-item:nth-child(3n + 3) > a {
	padding-left: 0.9rem;
}

.it-topic-index,
.it-topic-count {
	color: #78838b;
	font-size: 0.57rem;
}

.it-topic-count {
	position: absolute;
	top: 0.9rem;
	right: 0.9rem;
	margin: 0;
}

.it-topic,
.it-topic-all {
	background: transparent;
}

.it-topic:hover,
.it-topic-all:hover,
.it-topic:focus-visible,
.it-topic-all:focus-visible {
	transform: translateY(-3px);
	background: var(--it-white);
	color: #9f3d2a;
}

.it-topic:hover,
.it-topic-item:nth-child(3n + 2) > .it-topic:hover,
.it-topic-item:nth-child(3n + 3) > .it-topic:hover {
	padding-left: 0.9rem;
}

.it-topic-all {
	color: #9f3d2a;
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1rem;
}

.it-latest-section {
	width: 100vw;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	padding: 5.1rem max(7.1%, calc((100vw - 1100px) / 2)) 4.4rem;
	background: #e7ecef;
}

.it-latest-head {
	margin-bottom: 1.7rem;
}

.it-latest-head h2 {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	font-size: clamp(2.625rem, 5vw, 3.55rem);
}

.it-latest-head h2::before {
	display: inline-grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	color: #bb4c35;
	content: "✳";
	font-family: var(--wp--preset--font-family--sans);
	font-size: 1.7rem;
}

.it-title-dot {
	color: #bb4c35;
}

.it-search {
	width: 255px;
}

.it-search .wp-block-search__inside-wrapper {
	min-height: 43px;
	padding: 0 0.8rem;
	border: 1px solid #c7d0d5;
	border-radius: 999px;
	background: rgb(255 252 246 / 76%);
}

.it-search .wp-block-search__inside-wrapper::before {
	color: #bb4c35;
	content: "⌕";
}

.it-filter-status {
	padding: 0.7rem 0;
	border-top-color: var(--it-ink);
	border-bottom-color: #cbd3d8;
	color: #65737e;
	font-size: 0.58rem;
}

.it-filter-status .wp-block-shortcode {
	color: #65737e;
}

.latest-query .wp-block-post-template {
	display: grid;
	gap: 0.45rem;
	margin: 1.3rem 0 0;
	padding: 0;
}

.latest-query .wp-block-post {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.latest-query .wp-block-post:hover {
	padding: 0;
	background: none;
}

.it-article-list .it-article {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 285px;
	grid-template-areas:
		"date art"
		"topics art"
		"title art"
		"excerpt art"
		"read art";
	align-items: center;
	gap: 0.65rem 2.5rem;
	max-width: none;
	margin: 0;
	padding: 1.7rem 0 1.85rem;
	border-top: 1px solid #c5cfd4;
	border-bottom: 1px solid #c5cfd4;
	transition: transform 240ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.it-article-list .wp-block-post:first-child .it-article {
	margin-bottom: 1.3rem;
	padding: 1.75rem 0;
}

.it-article-list .wp-block-post:first-child .it-article::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: #bb4c35;
	content: "";
	opacity: 0.45;
	pointer-events: none;
	transform: scaleX(0.08);
	transform-origin: left center;
	transition: transform 280ms cubic-bezier(0.2, 0.75, 0.25, 1), opacity 200ms ease;
}

.it-article-list .wp-block-post:first-child .it-article:hover,
.it-article-list .wp-block-post:first-child .it-article:focus-within {
	transform: translateY(-3px);
}

.it-article-list .wp-block-post:first-child .it-article:hover::after,
.it-article-list .wp-block-post:first-child .it-article:focus-within::after {
	opacity: 1;
	transform: scaleX(1);
}

.it-article-date {
	grid-area: date;
	margin: 0;
	color: #71808a;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.58rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.it-article-topics {
	grid-area: topics;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0.3rem 0 0;
	color: #526b7d;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.57rem;
}

.it-article-topics a {
	padding: 0.22rem 0.55rem;
	border: 1px solid #c7d0d5;
	border-radius: 999px;
	color: inherit;
	text-decoration: none;
}

.it-article-title {
	grid-area: title;
	max-width: 650px;
	margin: 0;
	font-size: clamp(1.95rem, 3.4vw, 2.8rem);
	letter-spacing: -0.035em;
	line-height: 1.03;
}

.it-article-title a {
	color: var(--it-ink);
	text-decoration: none;
}

.it-article-title a:hover {
	color: #9f3d2a;
}

.it-article-excerpt {
	grid-area: excerpt;
	max-width: 490px;
	margin: 0;
	color: #6e7882;
	font-size: 0.75rem;
	line-height: 1.75;
}

.it-article-read-more {
	grid-area: read;
	justify-self: start;
	margin: 0.2rem 0 0;
}

.it-article-read-more a {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.3rem 0.4rem 0.3rem 0.8rem;
	border: 1px solid #b9c5cc;
	border-radius: 999px;
	background: rgb(255 252 246 / 55%);
	color: var(--it-ink);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.58rem;
	text-decoration: none;
}

.it-article-read-more a::after {
	display: grid;
	width: 1.7rem;
	height: 1.7rem;
	place-items: center;
	border-radius: 50%;
	background: #bb4c35;
	color: #fff;
	content: "↗";
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.9rem;
	transition: transform 220ms ease;
}

.it-article-read-more a:hover::after {
	transform: rotate(45deg);
}

.it-feature-art {
	position: relative;
	grid-area: art;
	display: flex;
	min-height: 210px;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 1.2rem 1rem;
	overflow: hidden;
	border-left: 1px solid #c5cfd4;
	background-color: transparent;
	background-image: linear-gradient(rgb(43 65 82 / 9%) 1px, transparent 1px), linear-gradient(90deg, rgb(43 65 82 / 9%) 1px, transparent 1px);
	background-position: 18px 13px;
	background-size: 18px 18px;
	color: #607e93;
}

.it-feature-art-label,
.it-feature-art-caption {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #617483;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.48rem;
	letter-spacing: 0.09em;
}

.it-feature-route {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.it-feature-route::before {
	position: absolute;
	top: 1.05rem;
	right: 16%;
	left: 16%;
	height: 1px;
	background: #8da0ad;
	content: "";
}

.it-route-step {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 0.55rem;
	margin: 0;
	color: #617483;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.45rem;
	text-align: center;
}

.it-route-step span {
	display: grid;
	width: 2.2rem;
	height: 2.2rem;
	place-items: center;
	border: 1px solid #8da0ad;
	border-radius: 50%;
	background: #f5f1e8;
	color: #50677a;
	font-size: 0.52rem;
	transition: transform 240ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.it-route-step:nth-child(2) span {
	border-color: var(--it-ink);
	background: var(--it-ink);
	box-shadow: 0 0 0 5px rgb(30 45 61 / 8%);
	color: var(--it-white);
}

.it-route-step:nth-child(3) span {
	border-color: #bb4c35;
	background: #bb4c35;
	color: #fff;
}

.it-article-list .wp-block-post:first-child .it-article:hover .it-feature-art,
.it-article-list .wp-block-post:first-child .it-article:focus-within .it-feature-art {
	transform: translateX(-3px);
}

.it-article-list .wp-block-post:first-child .it-article:hover .it-route-step:first-child span,
.it-article-list .wp-block-post:first-child .it-article:focus-within .it-route-step:first-child span,
.it-article-list .wp-block-post:first-child .it-article:hover .it-route-step:last-child span,
.it-article-list .wp-block-post:first-child .it-article:focus-within .it-route-step:last-child span {
	transform: translateY(-3px);
}

.it-article-list .wp-block-post:first-child .it-article:hover .it-route-step:nth-child(2) span,
.it-article-list .wp-block-post:first-child .it-article:focus-within .it-route-step:nth-child(2) span {
	transform: scale(1.08);
}

.it-article-list .wp-block-post:not(:first-child) .it-article {
	grid-template-columns: 86px minmax(0, 1fr) 114px;
	grid-template-areas:
		"date topics read"
		"date title read"
		"date excerpt read";
	gap: 0.35rem 1.3rem;
	min-height: 106px;
	padding: 1.05rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 17px;
	background: rgb(255 252 246 / 40%);
	transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.it-article-list .wp-block-post:not(:first-child) .it-article:hover {
	transform: translateX(5px);
	border-color: rgb(185 197 204 / 60%);
	background: rgb(255 252 246 / 90%);
}

.it-article-list .wp-block-post:not(:first-child) .it-article-title {
	font-size: 1.32rem;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.it-article-list .wp-block-post:not(:first-child) .it-article-excerpt {
	font-size: 0.65rem;
	line-height: 1.55;
}

.it-article-list .wp-block-post:not(:first-child) .it-article-read-more {
	justify-self: end;
}

.it-article-list .wp-block-post:not(:first-child) .it-article-read-more a {
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0;
}

.it-article-list .wp-block-post:not(:first-child) .it-article-read-more a::after {
	width: 1.8rem;
	height: 1.8rem;
	border: 1px solid #b9c5cc;
	background: transparent;
	color: #bb4c35;
	font-size: 0.85rem;
}

.it-article-list .wp-block-post:not(:first-child) .it-article-read-more a:hover::after {
	background: #bb4c35;
	color: #fff;
}

.it-article-list .wp-block-post:not(:first-child) .it-feature-art {
	display: none;
}

.it-archive-note {
	color: #77838c;
}

.it-about-section {
	background: #263a4b;
	color: #fffcf6;
}

.it-about-index {
	color: #e28c75;
}

.it-about-content .it-eyebrow {
	color: #c5d0d5;
}

.it-about-content h2 {
	color: #fffcf6;
}

.it-about-content h2 em {
	color: #efaa94;
}

.it-about-content p {
	color: #c4ced3;
	font-size: 0.72rem;
}

.it-about-link span {
	color: #efaa94;
}

.it-about-stamp::before {
	filter: brightness(0) invert(1);
}

.site-footer {
	background: #172738;
	color: #bac5cc;
}

.site-footer .wp-block-site-title a {
	color: #fffcf6;
}

.site-footer .wp-block-site-title::before {
	filter: brightness(0) invert(1);
}

.site-footer .wp-block-site-title::after {
	color: #bb4c35;
}

.it-footer-note,
.it-footer-top {
	color: #aab6bd;
}

.it-footer-top a:hover {
	color: #f1a28d;
}

.archive-intro,
.article-endmatter,
.article-navigation > *,
.post-comments {
	border-color: var(--it-line);
}

.archive-intro h1,
.search-intro h1,
.article-header h1,
.article-shell > .wp-block-post-title,
.article-content h2,
.article-content h3,
.article-content h4 {
	color: var(--it-ink);
}

.archive-intro p,
.search-intro p,
.article-meta,
.article-endmatter {
	color: var(--it-muted);
}

.post-card__topics,
.post-card__topics a {
	color: #526b7d;
}

.archive-query .wp-block-post {
	border-color: var(--it-line);
}

.archive-query .wp-block-post:hover {
	background: linear-gradient(90deg, rgb(231 236 239 / 65%), transparent 75%);
}

.post-card__date {
	color: #71808a;
}

.article-featured {
	background: #e4e9e9;
}

.article-content pre,
.article-content .wp-block-code {
	border-color: #344b5c;
	background: #172738;
	color: #eff5f7;
}

.article-content blockquote {
	border-left-color: #bb4c35;
	color: var(--it-ink-soft);
}

.not-found-panel {
	border-color: var(--it-line);
	background: var(--it-white);
}

.search-intro .wp-block-search__input {
	border-color: var(--it-line);
	background: var(--it-white);
}

.search-intro .wp-block-search__button {
	border-radius: 999px;
	background: var(--it-ink);
}

.posts-pagination a {
	color: #9f3d2a;
}

.it-latest-section > * {
	max-width: 1100px !important;
}

@media (max-width: 900px) {
	.it-hero {
		padding-right: 7%;
		padding-left: 7%;
	}

	.it-hero-inner {
		min-height: 545px;
	}

	.it-topics-section {
		padding-right: 7%;
		padding-left: 7%;
	}

	.it-topic-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.it-article-list .wp-block-post:not(:first-child) .it-article {
		grid-template-columns: 72px minmax(0, 1fr) 55px;
		gap: 0.45rem 0.9rem;
	}
}

@media (max-width: 680px) {
	.it-hero {
		padding: 3.3rem 6% 0;
	}

	.it-hero-inner {
		min-height: 0;
	}

	.it-hero-title {
		font-size: clamp(3.25rem, 13vw, 4.55rem);
	}

	.it-hero-art {
		height: auto;
		aspect-ratio: 1.14;
		margin: 1rem 0 3.3rem;
	}

	.it-topics-section {
		padding: 3.4rem 6% 3.7rem;
	}

	.it-topic-list {
		grid-template-columns: 1fr;
	}

	.it-topic-item,
	.it-topic-item:nth-child(3n + 2),
	.it-topic-item:nth-child(3n + 3),
	.it-topic,
	.it-topic-all,
	.it-topic-item:nth-child(3n + 2) > a,
	.it-topic-item:nth-child(3n + 3) > a {
		min-height: 69px;
	}

	.it-topic,
	.it-topic-all,
	.it-topic-item:nth-child(3n + 2) > a,
	.it-topic-item:nth-child(3n + 3) > a {
		align-items: center;
		flex-direction: row;
		gap: 0.85rem;
		padding: 0.8rem 0.9rem;
	}

	.it-topic-count {
		position: static;
		margin-left: auto;
	}

	.it-latest-section {
		padding: 3.65rem 6% 3.1rem;
	}

	.it-latest-head {
		display: block;
	}

	.it-latest-head h2 {
		font-size: 2.625rem;
	}

	.it-search {
		width: 100%;
		margin: 1rem 0 0;
	}

	.it-article-list .wp-block-post:first-child .it-article {
		grid-template-columns: 1fr;
		grid-template-areas: "date" "topics" "title" "excerpt" "read" "art";
		gap: 0.6rem;
		padding: 1.2rem 0 1.3rem;
	}

	.it-article-list .wp-block-post:first-child .it-article-title {
		font-size: clamp(1.95rem, 8vw, 2.45rem);
	}

	.it-article-list .wp-block-post:first-child .it-article-read-more {
		margin-top: 0.25rem;
	}

	.it-article-list .wp-block-post:first-child .it-feature-art {
		width: min(100%, 340px);
		min-height: 170px;
		margin: 0.45rem auto 0.5rem;
		border-left: 0;
	}

	.it-article-list .wp-block-post:not(:first-child) .it-article {
		grid-template-columns: 39px minmax(0, 1fr);
		grid-template-areas:
			"date topics"
			"date title"
			"date excerpt"
			"date read";
		gap: 0.4rem 0.65rem;
		padding: 0.95rem 0.8rem;
		border-radius: 13px;
	}

	.it-article-list .wp-block-post:not(:first-child) .it-article-date {
		padding-top: 0.2rem;
		font-size: 0.52rem;
	}

	.it-article-list .wp-block-post:not(:first-child) .it-article-title {
		font-size: 1.2rem;
	}

	.it-article-list .wp-block-post:not(:first-child) .it-article-excerpt {
		font-size: 0.62rem;
	}

	.it-article-list .wp-block-post:not(:first-child) .it-article-read-more {
		justify-self: start;
	}

	.it-about-section {
		padding: 3rem 6% 3.3rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.it-article-list .wp-block-post:first-child .it-article,
	.it-article-list .wp-block-post:first-child .it-article::after,
	.it-feature-art,
	.it-route-step span,
	.it-article-read-more a::after {
		transition-duration: 0.01ms !important;
	}

	.it-article-list .wp-block-post:first-child .it-article:hover,
	.it-article-list .wp-block-post:first-child .it-article:focus-within,
	.it-article-list .wp-block-post:first-child .it-article:hover .it-feature-art,
	.it-article-list .wp-block-post:first-child .it-article:focus-within .it-feature-art,
	.it-article-list .wp-block-post:first-child .it-article:hover .it-route-step span,
	.it-article-list .wp-block-post:first-child .it-article:focus-within .it-route-step span,
	.it-article-list .wp-block-post:not(:first-child) .it-article:hover {
		transform: none;
	}
}

@media (max-width: 700px) {
	.it-article-shell {
		padding: 0 6% 3.8rem;
	}

	.it-article-masthead {
		padding-top: 2.7rem;
	}

	.it-article-heading {
		font-size: clamp(2.6rem, 11vw, 3.7rem);
	}

	.it-article-meta {
		gap: 0.65rem 0.8rem;
	}

	.it-article-meta .wp-block-shortcode {
		margin-left: 0;
	}

	.it-article-featured {
		margin-bottom: 2.6rem;
	}

	.it-article-content {
		font-size: 0.96rem;
	}

	.it-article-navigation {
		grid-template-columns: 1fr;
	}

	.it-comments-band {
		padding: 2.8rem 6% 3rem;
	}

	.it-native-comments {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.1rem;
	}

	.it-native-comments > .wp-block-comments-title {
		grid-column: 1;
		grid-row: 1;
	}

	.it-native-comments > .wp-block-post-comments-form {
		grid-column: 1;
		grid-row: 2;
	}

	.it-native-comments > .wp-block-comment-template {
		grid-column: 1;
		grid-row: 3;
	}

	.it-native-comments > .wp-block-comments-pagination {
		grid-column: 1;
		grid-row: 4;
	}
}

@media (prefers-reduced-motion: reduce) {
	.it-native-comments .it-comment-love,
	.it-native-comments .comment-form .submit {
		transition-duration: 0.01ms !important;
	}

	.it-native-comments .it-comment-love:hover,
	.it-native-comments .comment-form .submit:hover {
		transform: none;
	}
}

/* Article discussions: readable threads and a full-width reply composer. */
.it-comments-band {
	padding-block: clamp(3rem, 6vw, 5rem);
}

.it-native-comments {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.it-native-comments > .wp-block-comments-title {
	width: 100%;
	margin: 0;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid var(--it-article-line);
	font-size: clamp(2.5rem, 5vw, 3.7rem);
}

.it-native-comments > .wp-block-comments-title::before {
	display: block;
	margin-bottom: 0.55rem;
	color: var(--it-article-red-dark);
	content: "JOIN THE DISCUSSION";
	font: 0.65rem/1.5 var(--wp--preset--font-family--mono);
	letter-spacing: 0.14em;
}

.it-native-comments > .wp-block-comment-template {
	width: 100%;
	border: 0;
}

.it-native-comments .wp-block-comment-template > li {
	margin-bottom: 0.85rem;
	overflow: hidden;
	border: 1px solid #d9d2c7;
	border-radius: 14px;
	background: #fffcf6;
	box-shadow: 0 5px 22px rgb(30 45 61 / 4%);
}

.it-native-comments .wp-block-comment-template li {
	border-bottom: 0;
}

.it-native-comments .it-comment-body {
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 0.15rem 1rem;
	padding: 1.3rem clamp(1rem, 3vw, 2rem);
}

.it-comment-body .wp-block-avatar {
	grid-row: 1 / span 2;
	width: 44px;
	height: 44px;
}

.it-comment-body .wp-block-comment-author-name,
.it-comment-body .wp-block-comment-date {
	justify-self: start;
	width: auto;
}

.it-comment-body .wp-block-comment-author-name {
	align-self: end;
	font-size: 0.94rem;
	font-weight: 600;
}

.it-comment-body .wp-block-comment-date {
	font-size: 0.65rem;
}

.it-comment-body .wp-block-comment-date a {
	color: inherit;
	text-decoration: none;
}

.it-comment-body .wp-block-comment-content {
	margin-top: 0.75rem;
	font-size: 0.93rem;
	line-height: 1.75;
}

.it-comment-body .wp-block-comment-content p:last-child {
	margin-bottom: 0;
}

.it-comment-actions {
	grid-column: 2;
	gap: 0.9rem;
	margin-top: 0.7rem;
}

.it-comment-actions .comment-reply-link {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin: 0;
	font-size: 0.72rem;
	font-weight: 500;
}

.it-native-comments .wp-block-comment-template ol {
	margin: 0 1.25rem 1.2rem clamp(2rem, 7vw, 5rem);
	padding: 0 0 0 1rem;
	border-left: 2px solid #d8b5a9;
}

.it-native-comments .wp-block-comment-template ol li {
	margin: 0.4rem 0;
	border: 0;
	border-radius: 10px;
	background: #f5f1e8;
}

.it-native-comments .wp-block-comment-template ol .it-comment-body {
	padding: 1rem 1.2rem;
}

.it-native-comments .wp-block-comment-template ol .wp-block-avatar {
	width: 38px;
	height: 38px;
}

.it-native-comments .wp-block-comment-template ol .wp-block-comment-content {
	font-size: 0.88rem;
}

.it-native-comments > .wp-block-comments-pagination {
	width: 100%;
}

.it-native-comments .wp-block-post-comments-form {
	width: 100%;
	max-width: 780px;
	margin-top: 1.25rem;
	padding: clamp(1.35rem, 4vw, 2.5rem);
	border: 1px solid #d9d2c7;
	border-radius: 16px;
	background: #fffcf6;
	box-shadow: 0 12px 32px rgb(30 45 61 / 5%);
}

.it-native-comments .comment-reply-title {
	margin-bottom: 1.25rem;
	color: var(--it-article-ink);
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(1.65rem, 3vw, 2rem);
	letter-spacing: -0.03em;
	text-transform: none;
}

.it-native-comments .logged-in-as,
.it-native-comments .comment-notes,
.it-native-comments .must-log-in {
	margin: 0 0 1.35rem;
	color: var(--it-article-muted);
	font-size: 0.84rem;
	line-height: 1.6;
}

.it-native-comments .logged-in-as a,
.it-native-comments .comment-reply-title a {
	color: var(--it-article-red-dark);
	text-underline-offset: 3px;
}

.it-native-comments .comment-form textarea {
	height: 155px;
	min-height: 155px;
	border-radius: 8px;
	background: #fff;
	font-size: 0.93rem;
}

.it-native-comments .comment-form input:not([type="checkbox"]):not([type="submit"]) {
	border-radius: 8px;
	background: #fff;
}

.it-native-comments .comment-form .submit {
	min-height: 44px;
	padding: 0.72rem 1.35rem;
	border-radius: 999px;
	font-size: 0.76rem;
}

/* More prominent article hearts without changing the existing reaction action. */
.it-article-meta .it-post-love {
	gap: 0.65rem;
	min-height: 44px;
	padding: 0.48rem 1rem;
	border: 1px solid var(--it-article-red);
	background: #b34a34;
	box-shadow: 0 4px 14px rgb(187 76 53 / 18%);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
}

.it-article-meta .it-post-love svg {
	width: 1.15rem;
	height: 1.15rem;
}

.it-article-meta .it-post-love.is-loved svg path {
	fill: currentColor;
}

.it-article-meta .it-post-love:not(:disabled):hover,
.it-article-meta .it-post-love.is-loved {
	border-color: #923824;
	background: #923824;
	color: #fff;
}

.it-article-meta .it-post-love:disabled {
	color: #fff;
}

/* The lead story uses its real featured image; every story shows live counts. */
.it-article-list .it-article {
	grid-template-areas:
		"date art"
		"topics art"
		"title art"
		"excerpt art"
		"stats art"
		"read art";
}

.it-article-list .it-article > .wp-block-shortcode {
	grid-area: stats;
	margin: 0;
}

.it-article-list .it-article > .it-post-stats {
	grid-area: stats;
	margin: 0;
}

.it-post-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	color: #596b78;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.65rem;
}

.it-post-stats > span {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
}

.it-post-stats svg {
	width: 1rem;
	height: 1rem;
	flex: none;
}

.it-post-stats__loves svg {
	color: #bb4c35;
}

.it-post-stats__comments svg {
	color: #526b7d;
}

.latest-query .it-article .it-feature-image {
	grid-area: art;
	display: block;
	align-self: stretch;
	width: 100%;
	min-height: 210px;
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
	background: #d6dfe3;
}

.it-feature-image a,
.it-feature-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.it-feature-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 240ms ease;
}

.it-article-list .wp-block-post:first-child .it-article:hover .it-feature-image img {
	transform: scale(1.035);
}

.it-article-list .wp-block-post:not(:first-child) .it-article {
	grid-template-areas:
		"date topics read"
		"date title read"
		"date excerpt read"
		"date stats read";
}

.it-article-list .wp-block-post:not(:first-child) .it-feature-image {
	display: none;
}

@media (max-width: 680px) {
	.it-article-list .wp-block-post:first-child .it-article {
		grid-template-areas: "date" "topics" "title" "excerpt" "stats" "read" "art";
	}

	.latest-query .wp-block-post:first-child .it-feature-image {
		min-height: 0;
		margin-top: 0.5rem;
	}

	.it-article-list .wp-block-post:not(:first-child) .it-article {
		grid-template-areas:
			"date topics"
			"date title"
			"date excerpt"
			"date stats"
			"date read";
	}

	.it-comment-body .wp-block-comment-content,
	.it-comment-body .it-comment-actions {
		grid-column: 1 / -1;
	}

	.it-native-comments .wp-block-comment-template ol {
		margin-left: 1.2rem;
		margin-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.it-native-comments .it-comment-body {
		padding: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.it-feature-image img {
		transition: none;
	}
}

/* WordPress's constrained layout centers every direct child by default.
 * Keep the outer reading canvas centered, but align its contents to one edge. */
.it-single-article .it-article-shell > .it-article-masthead,
.it-single-article .it-article-shell > .it-article-featured {
	width: 100%;
	max-width: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left;
}

.it-single-article .it-article-masthead.is-layout-constrained > :not(.aligncenter),
.it-single-article .it-article-content.is-layout-constrained > :not(.aligncenter):not(.alignfull),
.it-single-article .it-article-endmatter.is-layout-constrained > *,
.it-single-article .it-article-navigation.is-layout-constrained > * {
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left;
}

.it-single-article .it-article-shell > .it-article-content,
.it-single-article .it-article-shell > .it-article-index,
.it-single-article .it-article-shell > .it-article-endmatter,
.it-single-article .it-article-shell > .it-article-navigation {
	width: 100%;
	max-width: 74ch;
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left;
}

.it-single-article .it-comments-inner > .it-native-comments {
	width: 100%;
	max-width: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left;
}

.it-hero-inner > .it-hero-copy,
.it-hero-copy.is-layout-constrained > :not(.aligncenter),
.it-topics-inner.is-layout-constrained > :not(.aligncenter),
.it-latest-section.is-layout-constrained > :not(.aligncenter),
.it-article-list .it-article.is-layout-constrained > :not(.aligncenter) {
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left;
}

.it-latest-section.is-layout-constrained > :not(.alignfull) {
	width: 100%;
	max-width: 1100px !important;
}

.it-article-list .it-article {
	width: 100%;
	max-width: none;
}

/* Per-article heading index. Links use the real rendered H2/H3 headings. */
.it-article-index {
	margin-top: 0;
	margin-bottom: 2.7rem;
	padding: 1.35rem 1.6rem 1.5rem;
	border: 1px solid #d9d2c7;
	border-left: 3px solid #bb4c35;
	border-radius: 0 12px 12px 0;
	background: #fffcf6;
}

.it-article-index[hidden] {
	display: none;
}

.it-article-index__eyebrow {
	margin: 0 0 1rem;
	color: #9f3d2a;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.it-article-index__list {
	counter-reset: it-index;
	margin: 0;
	padding: 0;
	list-style: none;
}

.it-article-index__list li {
	counter-increment: it-index;
	display: flex;
	gap: 0.9rem;
	padding: 0.5rem 0;
	border-top: 1px solid #ece6dc;
	font-size: 0.86rem;
	line-height: 1.55;
}

.it-article-index__list li::before {
	flex: 0 0 1.8rem;
	color: #9f3d2a;
	content: counter(it-index, decimal-leading-zero);
	font: 0.7rem/1.9 var(--wp--preset--font-family--mono);
}

.it-article-index__list li.it-article-index__subsection {
	padding-left: 1.25rem;
}

.it-article-index__list a {
	color: #263a4b;
	text-decoration: none;
}

.it-article-index__list a:hover,
.it-article-index__list a:focus-visible {
	color: #9f3d2a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Center the complete topic directory, without centering its text. */
.it-topics-inner.is-layout-constrained > .it-section-head,
.it-topics-inner.is-layout-constrained > .it-topic-list {
	width: 100%;
	max-width: 1100px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

/* The reading column and one sticky index share the article shell. */
@media (min-width: 901px) {
	.it-single-article .it-article-shell {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(215px, 280px);
		column-gap: clamp(1.5rem, 3vw, 3.25rem);
		align-items: start;
	}

	.it-single-article .it-article-masthead,
	.it-single-article .it-article-featured {
		grid-column: 1 / -1;
	}

	.it-single-article .it-article-index {
		grid-column: 2;
		grid-row: 3 / 6;
	}

	.it-single-article .it-article-content {
		grid-column: 1;
		grid-row: 3;
	}

	.it-single-article .it-article-endmatter {
		grid-column: 1;
		grid-row: 4;
	}

	.it-single-article .it-article-navigation {
		grid-column: 1;
		grid-row: 5;
	}
}

.it-single-article .it-article-index {
	position: sticky;
	top: 2rem;
	align-self: start;
	width: 100%;
	max-height: calc(100vh - 4rem);
	margin-top: 0;
	margin-bottom: 2rem;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	padding: 1.15rem;
}

.it-article-index ol {
	counter-reset: it-index;
	margin: 0;
	padding: 0;
	list-style: none;
}

.it-article-index ol li {
	position: relative;
	display: block;
	counter-increment: it-index;
	padding: 0.45rem 0;
	border-top: 1px solid #ece6dc;
	font-size: 0.76rem;
	line-height: 1.5;
}

.it-article-index ol li::before {
	position: absolute;
	top: 0.55rem;
	left: 0;
	color: #9f3d2a;
	content: counter(it-index, decimal-leading-zero);
	font: 0.65rem/1.5 var(--wp--preset--font-family--mono);
}

.it-article-index ol li > a {
	display: block;
	padding-left: 2rem;
	color: #344657;
	text-decoration: none;
}

.it-article-index ol li > a:hover,
.it-article-index ol li > a:focus-visible,
.it-article-index ol li > a.is-active {
	color: #9f3d2a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.it-article-index ol li > a.is-active {
	font-weight: 600;
}

.it-article-index ol ol {
	margin: 0.4rem 0 0.1rem 0.65rem;
	padding-left: 0.7rem;
	border-left: 1px solid #d9d2c7;
}

.it-article-index ol ol li:last-child {
	padding-bottom: 0;
}

.it-article-index__list li.it-article-index__subsection {
	padding-left: 0.7rem;
}

@media (max-width: 900px) {
	.it-single-article .it-article-index {
		position: static;
		max-height: none;
		overflow: visible;
	}
}

/* Core's Read More block renders the anchor itself with this class. */
.it-article-list a.it-article-read-more.wp-block-read-more {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	gap: 0.75rem;
	min-height: 42px;
	margin-top: 0.4rem;
	padding: 0.3rem 0.35rem 0.3rem 1rem;
	border: 1px solid #172738;
	border-radius: 999px;
	background: #172738;
	color: #fffcf6;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.it-article-list a.it-article-read-more.wp-block-read-more::after {
	display: grid;
	width: 1.85rem;
	height: 1.85rem;
	flex: none;
	place-items: center;
	border-radius: 50%;
	background: #bb4c35;
	color: #fff;
	content: "↗";
	font: 1rem/1 var(--wp--preset--font-family--sans);
	transition: transform 180ms ease;
}

.it-article-list a.it-article-read-more.wp-block-read-more:hover {
	transform: translateY(-2px);
	border-color: #bb4c35;
	background: #bb4c35;
	color: #fff;
}

.it-article-list a.it-article-read-more.wp-block-read-more:hover::after {
	transform: rotate(45deg);
	background: #172738;
}

.it-article-list a.it-article-read-more.wp-block-read-more:focus-visible {
	outline: 2px solid #607e93;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.it-article-list a.it-article-read-more.wp-block-read-more,
	.it-article-list a.it-article-read-more.wp-block-read-more::after {
		transition: none;
	}

	.it-article-list a.it-article-read-more.wp-block-read-more:hover,
	.it-article-list a.it-article-read-more.wp-block-read-more:hover::after {
		transform: none;
	}
}

/* Match the hero action to the article actions, including its icon treatment. */
.it-hero .it-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 44px;
	padding: 0.3rem 0.35rem 0.3rem 1rem;
	border: 1px solid #172738;
	border-radius: 999px;
	background: #172738;
	color: #fffcf6;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.it-hero .it-button .wp-block-button__link span {
	display: block;
	width: 1.85rem;
	height: 1.85rem;
	flex: none;
	margin: 0;
	border-radius: 50%;
	background: #bb4c35 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4v15m-6-6 6 6 6-6' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 1rem no-repeat;
	color: transparent;
	font-size: 0;
}

.it-hero .it-button .wp-block-button__link:hover {
	transform: translateY(-2px);
	border-color: #bb4c35;
	background: #bb4c35;
	color: #fff;
}

.it-hero .it-button .wp-block-button__link:hover span {
	background-color: #172738;
}

.it-hero .it-button .wp-block-button__link:focus-visible {
	outline: 2px solid #607e93;
	outline-offset: 3px;
}

/* Use vector motifs instead of font glyphs that vary across mobile platforms. */
.it-section-head h2::before,
.it-latest-head h2::before {
	content: "";
	flex: none;
	background-color: #bb4c35;
	font-size: 0;
}

.it-section-head h2::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 8h8v8H8zM8 8H5a3 3 0 1 1 3-3v3m8 0V5a3 3 0 1 1 3 3h-3m0 8h3a3 3 0 1 1-3 3v-3m-8 0v3a3 3 0 1 1-3-3h3' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 8h8v8H8zM8 8H5a3 3 0 1 1 3-3v3m8 0V5a3 3 0 1 1 3 3h-3m0 8h3a3 3 0 1 1-3 3v-3m-8 0v3a3 3 0 1 1-3-3h3' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.it-latest-head h2::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2v20M2 12h20M5 5l14 14M19 5 5 19' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2v20M2 12h20M5 5l14 14M19 5 5 19' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.it-search .wp-block-search__inside-wrapper::before {
	display: block;
	width: 1rem;
	height: 1rem;
	flex: none;
	content: "";
	background-color: #bb4c35;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m15.5 15.5 5 5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m15.5 15.5 5 5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	transform: none;
}

.it-article-list a.it-article-read-more.wp-block-read-more::after {
	background: #bb4c35 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M8 5h11v11' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 1rem no-repeat;
	content: "";
}

.it-article-list a.it-article-read-more.wp-block-read-more:hover::after {
	background-color: #172738;
}

/* Homepage body copy uses the same comfortable scale as article text. */
.it-hero-deck,
.it-section-description,
.it-about-content p,
.it-article-excerpt,
.it-article-list .wp-block-post:not(:first-child) .it-article-excerpt {
	font-size: 1rem;
	line-height: 1.7;
}

.it-hero-deck {
	font-size: 1.05rem;
}

.it-byline,
.it-hero-foot,
.it-hero-foot a,
.it-filter-status,
.it-archive-note,
.it-post-stats,
.it-article-date,
.it-article-topics,
.it-topic-index,
.it-topic-count,
.it-search .wp-block-search__input {
	font-size: 0.8rem;
	line-height: 1.5;
}

.it-art-caption {
	font-size: 0.75rem;
}

.it-article-list .wp-block-post:not(:first-child) .it-article-date {
	font-size: 0.8rem;
}

.it-article-list a.it-article-read-more.wp-block-read-more {
	font-size: 0.82rem;
	min-height: 44px;
}

/* Larger numbered pagination, with a distinct editorial tile treatment. */
.posts-pagination {
	justify-content: center;
	gap: 0.65rem;
	margin-top: 2.2rem;
	font-size: 0.9rem;
}

.posts-pagination .wp-block-query-pagination-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.posts-pagination .page-numbers,
.posts-pagination > a {
	display: inline-flex;
	min-width: 46px;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 0.8rem;
	border: 1px solid #aebcc5;
	border-radius: 8px;
	background: #fffcf6;
	color: #263a4b;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.posts-pagination .page-numbers.current {
	border-color: #172738;
	background: #172738;
	box-shadow: inset 0 -3px #bb4c35;
	color: #fff;
}

.posts-pagination .page-numbers.dots {
	min-width: 32px;
	border: 0;
	background: transparent;
}

.posts-pagination a:hover {
	border-color: #bb4c35;
	background: #f6eae4;
	color: #9f3d2a;
}

.posts-pagination a:focus-visible {
	outline: 2px solid #607e93;
	outline-offset: 3px;
}

@media (max-width: 680px) {
	.posts-pagination {
		gap: 0.5rem;
	}

	.posts-pagination .page-numbers,
	.posts-pagination > a {
		min-width: 44px;
		min-height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.it-hero .it-button .wp-block-button__link,
	.posts-pagination .page-numbers,
	.posts-pagination > a {
		transition: none;
	}

	.it-hero .it-button .wp-block-button__link:hover {
		transform: none;
	}
}
