:root {
	--ink: #241b2f;
	--ink-soft: #544b5d;
	--berry: #c72872;
	--berry-dark: #9f1f5c;
	--berry-pale: #fbe8f1;
	--blue: #dceef4;
	--blue-dark: #24566a;
	--paper: #fbfafc;
	--line: #e8e1eb;
	--white: #fff;
	--serif: "Iowan Old Style", Charter, Georgia, serif;
	--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--shadow: 0 18px 50px rgb(36 27 47 / 8%);
	--radius: 22px;
	--shell: min(1180px, calc(100% - 40px));
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header { top: 32px; }

img { display: block; max-width: 100%; height: auto; }

a { color: var(--berry-dark); text-underline-offset: 0.16em; }
a:hover { color: var(--berry); }

button,
input,
textarea,
select { font: inherit; }

input,
textarea,
select {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--white);
	color: var(--ink);
	padding: 12px 14px;
}

input:focus,
textarea:focus,
select:focus {
	border-color: var(--berry);
	outline: 3px solid rgb(199 40 114 / 14%);
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.6em;
	font-family: var(--serif);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

h1 { font-size: clamp(2.65rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }

p { margin: 0 0 1.25em; }

.contact-form {
	position: relative;
	margin-top: 36px;
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
}

.contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.contact-field { margin-bottom: 20px; }
.contact-field label { display: block; margin-bottom: 7px; font-weight: 750; }
.contact-field textarea { resize: vertical; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.contact-consent {
	display: grid;
	grid-template-columns: 22px 1fr;
	align-items: start;
	gap: 11px;
	margin-bottom: 24px;
	font-size: 0.94rem;
}

.contact-consent input { width: 18px; height: 18px; margin-top: 4px; }

.contact-notice {
	margin-bottom: 24px;
	padding: 14px 16px;
	border-radius: 12px;
	font-weight: 700;
}

.contact-notice--success { background: #e8f5ef; color: #175f42; }
.contact-notice--error { background: #fff0f0; color: #8c2631; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(72px, 9vw, 124px); }

.skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 9999;
	transform: translateY(-150%);
	background: var(--ink);
	color: var(--white);
	padding: 10px 16px;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgb(232 225 235 / 82%);
	background: rgb(255 255 255 / 94%);
	backdrop-filter: blur(12px);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	gap: 30px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--ink);
	text-decoration: none;
	white-space: nowrap;
}

.brand-name {
	display: flex;
	align-items: baseline;
	font-size: 1.12rem;
	letter-spacing: -0.035em;
}

.brand-name strong { font-family: var(--serif); font-size: 1.18em; font-weight: 750; }
.brand-name > span,
.footer-brand span { color: var(--berry); }

.brand-mark {
	display: block;
	width: 46px;
	height: 46px;
	filter: drop-shadow(0 7px 12px rgb(199 40 114 / 18%));
}

.primary-navigation .menu,
.footer-navigation .menu {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation a {
	color: var(--ink);
	font-size: 0.88rem;
	font-weight: 650;
	text-decoration: none;
}

.primary-navigation a:hover { color: var(--berry); }

.nav-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	border: 0;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
	font-weight: 700;
}

.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
	display: block;
	width: 22px;
	height: 2px;
	background: currentcolor;
	content: "";
	transition: transform 160ms ease;
}

.nav-toggle-icon { position: relative; }
.nav-toggle-icon::before { position: absolute; top: -7px; }
.nav-toggle-icon::after { position: absolute; top: 7px; }

.home-intro {
	position: relative;
	overflow: hidden;
	padding-block: clamp(68px, 9vw, 128px);
	background:
		radial-gradient(circle at 92% 5%, rgb(220 238 244 / 90%) 0, transparent 31%),
		linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.home-intro::after {
	position: absolute;
	right: -120px;
	bottom: -160px;
	width: 420px;
	height: 420px;
	border: 1px solid rgb(199 40 114 / 18%);
	border-radius: 50%;
	content: "";
}

.home-intro-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
	align-items: center;
	gap: clamp(44px, 8vw, 110px);
}

.home-copy h1 { max-width: 850px; }

.eyebrow,
.card-category,
.aside-kicker {
	margin-bottom: 18px;
	color: var(--berry-dark);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.home-lead,
.article-deck {
	max-width: 720px;
	color: var(--ink-soft);
	font-size: clamp(1.12rem, 2vw, 1.34rem);
	line-height: 1.6;
}

.home-actions {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-top: 32px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--berry);
	color: var(--white);
	font-weight: 750;
	text-decoration: none;
	box-shadow: 0 10px 24px rgb(199 40 114 / 20%);
}

.button:hover { background: var(--berry-dark); color: var(--white); }

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ink);
	font-weight: 750;
	text-decoration: none;
}

.text-link:hover { color: var(--berry); }

.journey-card {
	padding: 18px 26px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: rgb(255 255 255 / 86%);
	box-shadow: var(--shadow);
}

.journey-label { margin: 5px 0 12px; color: var(--ink-soft); font-size: 0.9rem; }

.journey-link {
	display: grid;
	grid-template-columns: 36px 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 15px 0;
	border-top: 1px solid var(--line);
	color: var(--ink);
	text-decoration: none;
}

.journey-link > span:first-child { color: var(--berry); font-size: 0.76rem; font-weight: 800; }
.journey-link:hover strong { color: var(--berry); }

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 42px;
}

.section-heading h2 { margin-bottom: 0; }

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

.article-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 10px 34px rgb(36 27 47 / 5%);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.card-image {
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: var(--berry-pale);
}

.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.article-card:hover .card-image img { transform: scale(1.025); }
.card-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--berry-pale), var(--blue)); }
.card-body { padding: 25px; }
.card-body h3 { margin-bottom: 12px; }
.card-body h3 a { color: var(--ink); text-decoration: none; }
.card-body > p:not(.card-category) { color: var(--ink-soft); }
.card-category { margin-bottom: 10px; font-size: 0.68rem; }
.card-read { color: var(--berry-dark); font-size: 0.9rem; font-weight: 800; }

.tool-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 15% 12%, rgb(199 40 114 / 30%), transparent 32%),
		radial-gradient(circle at 88% 84%, rgb(158 230 237 / 18%), transparent 28%),
		var(--ink);
	color: var(--white);
}

.tool-section::before {
	position: absolute;
	top: 34px;
	right: max(4vw, 30px);
	width: 86px;
	height: 86px;
	border: 1px solid rgb(255 255 255 / 16%);
	border-radius: 31% 69% 61% 39% / 43% 32% 68% 57%;
	content: "";
	transform: rotate(14deg);
}

.tool-heading { max-width: 760px; margin-bottom: 38px; }
.tool-heading .eyebrow { color: #f6a9cc; }
.tool-heading h2 { margin-bottom: 0.3em; }
.tool-heading > p:last-child { max-width: 660px; margin-bottom: 0; color: #d8d0de; font-size: 1.08rem; }

.tool-studio {
	position: relative;
	border: 1px solid rgb(255 255 255 / 13%);
	border-radius: 30px;
	background: rgb(255 255 255 / 7%);
	box-shadow: 0 30px 90px rgb(0 0 0 / 24%);
	backdrop-filter: blur(14px);
}

.tool-tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	padding: 10px;
	border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.tool-tab {
	min-height: 54px;
	border: 0;
	border-radius: 18px;
	background: transparent;
	color: #d8d0de;
	cursor: pointer;
	font-size: 0.92rem;
	font-weight: 760;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.tool-tab span { margin-right: 8px; color: #f6a9cc; font-size: 0.72rem; }
.tool-tab:hover { color: var(--white); transform: translateY(-1px); }
.tool-tab.is-active { background: var(--white); color: var(--ink); }
.tool-tab:focus-visible { outline: 3px solid #9ee6ed; outline-offset: 2px; }

.tool-panel {
	display: grid;
	grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(32px, 6vw, 80px);
	padding: clamp(28px, 5vw, 64px);
	background: var(--paper);
	color: var(--ink);
	border-radius: 0 0 30px 30px;
}

.tool-panel[hidden] { display: none; }
.tool-panel-copy h3 { font-size: clamp(1.75rem, 3vw, 2.75rem); }
.tool-panel-copy > p:last-child { color: var(--ink-soft); }
.tool-kicker,
.result-label {
	margin-bottom: 10px;
	color: var(--berry-dark);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tool-form { min-width: 0; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tool-form label { display: block; margin-bottom: 18px; font-size: 0.88rem; font-weight: 760; }
.tool-form input,
.tool-form select { margin-top: 7px; min-height: 52px; border-color: #dcd3df; background: var(--white); }
.field-help { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 0.74rem; font-weight: 500; }
.tool-form .button { border: 0; cursor: pointer; }

.tool-result {
	grid-column: 1 / -1;
	margin-top: 6px;
	padding: clamp(20px, 4vw, 32px);
	border: 1px solid #c7e4e9;
	border-radius: 20px;
	background: linear-gradient(135deg, #e8f8fa, #fff 58%, #fcecf4);
}

.tool-result[hidden] { display: none; }
.result-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.result-grid > div { padding-right: 16px; border-right: 1px solid #d5e9ec; }
.result-grid > div:last-child { padding-right: 0; border-right: 0; }
.result-grid span,
.result-grid small { display: block; color: var(--ink-soft); font-size: 0.77rem; }
.result-grid strong { display: block; margin: 4px 0; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.2; }
.result-error { margin: 0; color: #8c2631; font-weight: 700; }
.tool-disclaimer { grid-column: 1 / -1; margin: 2px 0 0; color: #6e6476; font-size: 0.76rem; }

.share-card { border-color: #efc8db; background: linear-gradient(135deg, #fff, var(--berry-pale)); }
.share-copy { max-width: 720px; font-family: var(--serif); font-size: 1.2rem; line-height: 1.55; }
.share-button {
	margin-top: 8px;
	padding: 10px 16px;
	border: 1px solid var(--berry);
	border-radius: 999px;
	background: var(--white);
	color: var(--berry-dark);
	cursor: pointer;
	font-weight: 780;
}
.share-button:hover { background: var(--berry); color: var(--white); }
.share-button:focus-visible { outline: 3px solid rgb(199 40 114 / 20%); outline-offset: 2px; }

.mission-form { display: grid; grid-template-columns: minmax(180px, 1fr) auto; align-items: end; gap: 16px; }
.mission-form .button { margin-bottom: 18px; }
.mission-card h4 { margin-bottom: 0.35em; font-size: 1.65rem; }
.mission-card > p:not(.result-label, .mission-points) { max-width: 680px; }
.mission-points { display: inline-block; margin: 0 0 10px; padding: 6px 10px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 0.76rem; font-weight: 800; }

.trust-section { background: var(--blue); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.trust-grid > div:last-child { padding-top: 8px; font-size: 1.08rem; }

.archive-hero {
	padding-block: clamp(62px, 8vw, 108px);
	background: linear-gradient(150deg, var(--berry-pale), var(--paper) 60%, var(--blue));
}

.archive-hero-inner { max-width: 860px; }
.archive-hero h1 { font-size: clamp(2.7rem, 6vw, 4.8rem); }
.archive-hero p:last-child { max-width: 720px; margin-bottom: 0; color: var(--ink-soft); font-size: 1.12rem; }
.archive-content { padding-top: clamp(54px, 7vw, 88px); }

.article { padding-bottom: 100px; }
.article-shell { max-width: 900px; }
.article-header { padding-top: clamp(56px, 8vw, 104px); padding-bottom: 38px; }
.article-header h1 { font-size: clamp(2.6rem, 6vw, 5.15rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; color: var(--ink-soft); font-size: 0.82rem; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.article-byline { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.article-byline p { margin: 0; font-size: 0.86rem; }
.article-byline p + p { color: var(--ink-soft); }
.article-byline a { color: var(--ink); text-decoration: none; }
.author-avatar { display: grid; flex: 0 0 auto; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--berry-pale); color: var(--berry-dark); font-weight: 850; }
.author-avatar-large { width: 74px; height: 74px; }
.article-hero { max-width: 1120px; }
.article-hero img { width: 100%; max-height: 700px; border-radius: var(--radius); object-fit: cover; }
.article-hero figcaption { margin-top: 9px; color: var(--ink-soft); font-size: 0.78rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 720px) 230px; justify-content: center; align-items: start; gap: clamp(42px, 7vw, 86px); padding-top: 55px; }
.article-content { font-family: var(--sans); font-size: clamp(1.05rem, 1.5vw, 1.14rem); line-height: 1.78; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2 { margin-top: 2.2em; font-size: clamp(1.8rem, 3.2vw, 2.65rem); }
.article-content h3 { margin-top: 1.8em; }
.article-content ul,
.article-content ol { padding-left: 1.35em; }
.article-content li { margin-bottom: 0.55em; }
.article-content blockquote { margin: 2em 0; padding: 1.4em 1.6em; border-left: 4px solid var(--berry); background: var(--berry-pale); font-family: var(--serif); font-size: 1.15em; }
.article-content .wp-block-image img { border-radius: 16px; }
.article-content a:not(.button) { text-decoration-thickness: 1px; }
.article-content figcaption { margin-top: 9px; color: var(--ink-soft); font-size: 0.76rem; line-height: 1.5; }
.iwm-lead { color: var(--ink-soft); font-family: var(--serif); font-size: 1.25em; line-height: 1.55; }
.iwm-quick-answer,
.iwm-affiliate-box { margin: 2.2em 0; padding: clamp(22px, 4vw, 32px); border-radius: 18px; }
.iwm-quick-answer { border: 1px solid #c9e4ed; background: #eef8fb; }
.iwm-affiliate-box { border: 1px solid #f1cddd; background: var(--berry-pale); }
.iwm-quick-answer h2,
.iwm-affiliate-box h3 { margin-top: 0; }
.iwm-quick-answer h2 { font-size: 1.55em; }
.iwm-affiliate-box h3 { font-size: 1.35em; }
.iwm-quick-answer > *:last-child,
.iwm-affiliate-box > *:last-child { margin-bottom: 0; }
.iwm-step-image { margin-block: 2.4em; }
.article-aside { position: sticky; top: 110px; display: grid; gap: 16px; }
.aside-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; }
.aside-card p { margin-bottom: 0.8em; }
.aside-card p:last-child { margin-bottom: 0; }
.aside-kicker { margin-bottom: 10px; font-size: 0.65rem; }
.aside-note { background: var(--blue); border-color: transparent; }
.small { color: var(--ink-soft); font-size: 0.82rem; line-height: 1.55; }
.article-footer { margin-top: 65px; }
.affiliate-note { padding: 17px 20px; border-radius: 12px; background: var(--paper); color: var(--ink-soft); font-size: 0.82rem; }
.author-box { display: grid; grid-template-columns: auto 1fr; gap: 22px; margin-top: 44px; padding-top: 40px; border-top: 1px solid var(--line); }
.author-box h2 { margin-bottom: 8px; font-size: 2rem; }
.author-box .eyebrow { margin-bottom: 6px; }

.archive-header,
.page-shell { max-width: 900px; }
.archive-header { margin-bottom: 54px; }
.archive-header h1,
.page-header h1 { font-size: clamp(2.7rem, 6vw, 4.8rem); }
.archive-description { max-width: 700px; color: var(--ink-soft); font-size: 1.12rem; }
.author-profile { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; }
.author-profile h1 { margin-bottom: 10px; }
.page-content { max-width: 760px; margin-inline: auto; }
.page-header { margin-bottom: 38px; }
.page-content > h1:first-child { margin-bottom: 38px; font-size: clamp(2.7rem, 6vw, 4.8rem); }
.page-content h2 { margin-top: 1.9em; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.page-content h3 { margin-top: 1.6em; }
.page-content ul,
.page-content ol { padding-left: 1.35em; }
.page-content li { margin-bottom: 0.5em; }
.entry-content { overflow-wrap: break-word; }
.entry-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.entry-content th,
.entry-content td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.navigation.pagination { margin-top: 52px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 999px; padding-inline: 12px; color: var(--ink); text-decoration: none; }
.page-numbers.current { border-color: var(--berry); background: var(--berry); color: var(--white); }
.empty-state { max-width: 720px; text-align: center; }

.site-footer { padding-top: 68px; background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr; align-items: start; gap: 50px; padding-bottom: 48px; }
.footer-identity { display: flex; align-items: center; gap: 13px; }
.footer-mark { width: 42px; height: 42px; }
.footer-brand { margin-bottom: 2px; font-family: var(--serif); font-size: 1.25rem; font-weight: 800; letter-spacing: -0.025em; }
.footer-note { color: var(--ink-soft); }
.footer-identity .footer-note { margin-bottom: 0; }
.footer-navigation .menu { justify-content: flex-end; flex-wrap: wrap; }
.footer-navigation a { color: var(--ink); font-size: 0.86rem; font-weight: 650; text-decoration: none; }
.footer-legal { display: grid; grid-template-columns: 1.5fr 1.5fr auto; gap: 24px; padding-block: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 0.74rem; }
.footer-legal p { margin: 0; }

@media (max-width: 1040px) {
	.nav-toggle { display: inline-flex; }
	.primary-navigation { position: absolute; top: 100%; left: 0; width: 100%; display: none; border-bottom: 1px solid var(--line); background: var(--white); }
	.primary-navigation.is-open { display: block; }
	.primary-navigation .menu { width: var(--shell); margin-inline: auto; padding-block: 18px 25px; flex-direction: column; align-items: flex-start; gap: 0; }
	.primary-navigation li { width: 100%; }
	.primary-navigation a { display: block; padding: 10px 0; font-size: 1rem; }
	.home-intro-grid { grid-template-columns: 1fr; }
	.journey-card { max-width: 620px; }
	.article-layout { grid-template-columns: minmax(0, 720px); }
	.article-aside { position: static; grid-template-columns: 1fr 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-navigation .menu { justify-content: flex-start; }
	.footer-legal { grid-template-columns: 1fr 1fr; }
	.footer-legal p:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
	:root { --shell: min(1180px, calc(100% - 28px)); }
	body { font-size: 16px; }
	body.admin-bar .site-header { top: 46px; }
	.header-inner { min-height: 68px; }
	.brand-name { font-size: 0.98rem; }
	.brand-mark { width: 40px; height: 40px; }
	.nav-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
	.home-intro { padding-top: 54px; }
	.home-intro-grid { gap: 42px; }
	.home-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
	.section { padding-block: 68px; }
	.section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
	.card-grid { grid-template-columns: 1fr; }
	.contact-form-grid { grid-template-columns: 1fr; gap: 0; }
	.trust-grid { grid-template-columns: 1fr; }
	.tool-tabs { display: flex; overflow-x: auto; }
	.tool-tab { flex: 0 0 auto; padding-inline: 18px; }
	.tool-panel { grid-template-columns: 1fr; }
	.field-grid,
	.field-grid--three,
	.result-grid,
	.mission-form { grid-template-columns: 1fr; }
	.result-grid > div { padding: 0 0 12px; border-right: 0; border-bottom: 1px solid #d5e9ec; }
	.result-grid > div:last-child { padding-bottom: 0; border-bottom: 0; }
	.mission-form .button { margin-bottom: 0; }
	.article-header { padding-top: 46px; }
	.article-header h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
	.article-hero { width: 100%; }
	.article-hero img { border-radius: 0; }
	.article-layout { padding-top: 38px; }
	.article-aside { grid-template-columns: 1fr; }
	.author-box { grid-template-columns: 1fr; }
	.author-profile { grid-template-columns: 1fr; }
	.footer-navigation .menu { align-items: flex-start; flex-direction: column; gap: 12px; }
	.footer-legal { grid-template-columns: 1fr; }
	.footer-legal p:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
