html {
	min-width: 320px;
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

html.axm7-nav-open {
	overflow: hidden;
}

body.axia-material-template {
	min-width: 320px;
	margin: 0;
	overflow-x: clip;
	color: #27332d;
	background: #fbf9f4;
}

body.axia-material-template.admin-bar .axm7-header {
	top: 32px;
}

#axm7 {
	--axm7-deep: #102d23;
	--axm7-pine: #173d2d;
	--axm7-forest: #24523d;
	--axm7-paper: #fbf9f4;
	--axm7-ivory: #f3eee4;
	--axm7-white: #fffdf8;
	--axm7-sage: #e8eee5;
	--axm7-gold: #b3975f;
	--axm7-gold-dark: #72572a;
	--axm7-gold-light: #ead5a7;
	--axm7-ink: #27332d;
	--axm7-muted: #59655f;
	--axm7-line: rgba(16, 45, 35, 0.15);
	--axm7-line-light: rgba(255, 253, 248, 0.18);
	--axm7-shadow: 0 24px 70px rgba(18, 45, 34, 0.12);
	--axm7-serif: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	--axm7-sans: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	width: 100%;
	margin: 0;
	overflow: clip;
	color: var(--axm7-ink);
	background: var(--axm7-paper);
	font-family: var(--axm7-sans);
	font-size: 17px;
	line-height: 1.9;
	letter-spacing: 0.025em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

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

:where(#axm7) a {
	color: inherit;
	text-decoration: none;
}

#axm7 button,
#axm7 a {
	-webkit-tap-highlight-color: transparent;
}

#axm7 button {
	font: inherit;
	cursor: pointer;
}

#axm7 p,
#axm7 h1,
#axm7 h2,
#axm7 h3,
#axm7 h4,
#axm7 figure,
#axm7 ul,
#axm7 ol {
	margin-top: 0;
}

#axm7 figure {
	margin: 0;
}

#axm7 :focus-visible {
	outline: 3px solid var(--axm7-white);
	outline-offset: 2px;
	box-shadow: 0 0 0 5px #0b5a41;
}

.axm7-shell {
	width: min(calc(100% - 48px), 1200px);
	margin-inline: auto;
}

.axm7-skip {
	position: fixed;
	z-index: 1000;
	top: 12px;
	left: 12px;
	padding: 11px 17px;
	color: var(--axm7-deep);
	background: var(--axm7-white);
	border: 1px solid var(--axm7-gold);
	border-radius: 8px;
	box-shadow: var(--axm7-shadow);
	transform: translateY(-160%);
	transition: transform 0.2s ease;
}

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

.axm7-header {
	position: sticky;
	z-index: 100;
	top: 0;
	height: 88px;
	background: rgba(251, 249, 244, 0.96);
	border-bottom: 1px solid rgba(16, 45, 35, 0.09);
	box-shadow: 0 8px 28px rgba(16, 45, 35, 0.05);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.axm7-header__inner {
	display: flex;
	width: min(calc(100% - 48px), 1240px);
	height: 100%;
	margin-inline: auto;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.axm7-logo {
	position: relative;
	z-index: 102;
	display: inline-flex;
	width: 138px;
	align-items: center;
	flex: 0 0 auto;
}

.axm7-logo img {
	width: 100%;
}

.axm7-nav {
	display: flex;
	align-items: center;
	gap: clamp(14px, 1.6vw, 27px);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.055em;
}

.axm7-nav > a:not(.axm7-nav__support) {
	position: relative;
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	color: var(--axm7-deep);
}

.axm7-nav > a:not(.axm7-nav__support)::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	height: 1px;
	content: "";
	background: var(--axm7-gold-dark);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.24s ease;
}

.axm7-nav > a:not(.axm7-nav__support):hover::after,
.axm7-nav > a:not(.axm7-nav__support):focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.axm7-nav__support {
	display: inline-flex;
	min-height: 48px;
	padding-inline: 21px;
	align-items: center;
	justify-content: center;
	color: var(--axm7-white);
	background: var(--axm7-deep);
	border: 1px solid var(--axm7-deep);
	transition: color 0.2s ease, background-color 0.2s ease;
}

.axm7-nav__support:hover,
.axm7-nav__support:focus-visible {
	color: var(--axm7-deep);
	background: var(--axm7-paper);
}

.axm7-menu {
	display: none;
}

.axm7-hero {
	position: relative;
	min-height: 690px;
	padding: 88px 0 80px;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 14%, rgba(203, 218, 193, 0.52), transparent 30%),
		radial-gradient(circle at 87% 16%, rgba(227, 205, 158, 0.30), transparent 27%),
		linear-gradient(135deg, #f8f4ea 0%, #f0eee6 100%);
}

.axm7-hero::after {
	position: absolute;
	right: -7vw;
	bottom: -0.34em;
	content: "STORY";
	color: rgba(16, 45, 35, 0.035);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(120px, 17vw, 270px);
	line-height: 1;
	letter-spacing: 0.02em;
	pointer-events: none;
}

.axm7-breadcrumb {
	position: relative;
	z-index: 1;
	display: flex;
	margin-bottom: 31px;
	align-items: center;
	gap: 10px;
	color: var(--axm7-muted);
	font-size: 14px;
	line-height: 1.6;
}

.axm7-breadcrumb a {
	color: var(--axm7-deep);
	text-decoration: underline;
	text-decoration-color: rgba(16, 45, 35, 0.32);
	text-underline-offset: 4px;
}

.axm7-breadcrumb a:hover,
.axm7-breadcrumb a:focus-visible {
	text-decoration-color: currentColor;
}

.axm7-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(570px, 1.08fr) minmax(430px, 0.92fr);
	align-items: center;
	gap: clamp(52px, 5vw, 76px);
}

.axm7-hero__copy,
.axm7-hero__visual,
.axm7-heading,
.axm7-material-pair,
.axm7-material-card,
.axm7-material-card__body {
	min-width: 0;
}

.axm7-eyebrow,
.axm7-kicker {
	margin-bottom: 18px;
	color: var(--axm7-gold-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.axm7-hero__label {
	display: inline-flex;
	margin-bottom: 17px;
	padding-bottom: 7px;
	color: var(--axm7-forest);
	border-bottom: 1px solid var(--axm7-gold);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.09em;
}

.axm7-hero h1,
.axm7-heading h2 {
	color: var(--axm7-deep);
	font-family: var(--axm7-serif);
	font-weight: 500;
	letter-spacing: 0.04em;
}

.axm7-hero h1 {
	margin-bottom: 27px;
	font-size: clamp(45px, 4.05vw, 57px);
	line-height: 1.42;
	letter-spacing: 0.025em;
}

.axm7-hero h1 span,
.axm7-heading h2 span {
	display: block;
}

.axm7-hero h1 span {
	white-space: nowrap;
}

.axm7-hero__lead {
	max-width: 620px;
	margin-bottom: 0;
	color: #425149;
	font-size: 18px;
	line-height: 2.05;
}

.axm7-actions {
	display: flex;
	margin-top: 34px;
	flex-wrap: wrap;
	gap: 12px;
}

.axm7-button {
	display: inline-flex;
	min-height: 57px;
	padding: 13px 23px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border: 1px solid var(--axm7-deep);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.045em;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.axm7-button:hover {
	transform: translateY(-2px);
}

.axm7-button--solid {
	color: var(--axm7-white);
	background: var(--axm7-deep);
}

.axm7-button--solid:hover,
.axm7-button--solid:focus-visible {
	color: var(--axm7-white);
	background: var(--axm7-forest);
}

.axm7-button--outline {
	color: var(--axm7-deep);
	background: rgba(255, 253, 248, 0.56);
}

.axm7-button--outline:hover,
.axm7-button--outline:focus-visible {
	color: var(--axm7-white);
	background: var(--axm7-deep);
}

.axm7-hero__facts {
	display: grid;
	max-width: 620px;
	margin: 39px 0 0;
	padding: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	border-top: 1px solid var(--axm7-line);
	border-bottom: 1px solid var(--axm7-line);
}

.axm7-hero__facts li {
	display: flex;
	min-height: 88px;
	padding: 13px 12px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.axm7-hero__facts li + li {
	border-left: 1px solid var(--axm7-line);
}

.axm7-hero__facts strong {
	color: var(--axm7-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
}

.axm7-hero__facts span {
	margin-top: 6px;
	color: var(--axm7-muted);
	font-size: 12px;
	line-height: 1.5;
}

.axm7-hero__visual {
	position: relative;
	isolation: isolate;
}

.axm7-hero__visual::before {
	position: absolute;
	z-index: -1;
	top: -20px;
	right: -20px;
	width: 78%;
	height: 68%;
	content: "";
	background: var(--axm7-deep);
}

.axm7-hero__image {
	overflow: hidden;
	background: #d9d9cf;
	box-shadow: var(--axm7-shadow);
}

#axm7 .axm7-hero__image img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
}

.axm7-hero__visual figcaption {
	display: flex;
	width: 100%;
	padding: 14px 19px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: var(--axm7-white);
	background: var(--axm7-deep);
}

.axm7-hero__visual figcaption span:first-child {
	color: var(--axm7-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.axm7-hero__visual figcaption span:last-child {
	font-size: 13px;
	font-weight: 600;
	text-align: right;
}

.axm7-section {
	padding-block: 104px;
}

.axm7-heading {
	max-width: 700px;
}

.axm7-heading--center {
	margin-inline: auto;
	text-align: center;
}

.axm7-heading--wide {
	max-width: 860px;
}

.axm7-heading h2 {
	margin-bottom: 22px;
	font-size: clamp(34px, 4vw, 51px);
	line-height: 1.55;
}

.axm7-heading > p:last-child {
	margin-bottom: 0;
	color: var(--axm7-muted);
	font-size: 17px;
	line-height: 2;
}

.axm7-role-brief {
	display: grid;
	margin-block: 42px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--axm7-line);
}

.axm7-role-brief > * {
	display: flex;
	min-height: 86px;
	margin: 0;
	padding: 17px 21px;
	justify-content: center;
	flex-direction: column;
	gap: 3px;
	background: var(--axm7-paper);
}

.axm7-role-brief > * + * {
	border-left: 1px solid var(--axm7-line);
}

.axm7-role-brief > p {
	color: var(--axm7-white);
	background: var(--axm7-deep);
}

.axm7-role-brief strong {
	color: var(--axm7-deep);
	font-size: 16px;
	font-weight: 700;
}

.axm7-role-brief > p strong {
	color: var(--axm7-white);
}

.axm7-role-brief span {
	color: var(--axm7-muted);
	font-size: 15px;
	line-height: 1.65;
}

.axm7-role-brief > p span {
	color: rgba(255, 253, 248, 0.76);
}

.axm7-role-brief > a {
	transition: background-color 0.2s ease;
}

.axm7-role-brief > a:hover,
.axm7-role-brief > a:focus-visible {
	background: var(--axm7-sage);
}

.axm7-stories {
	background: var(--axm7-ivory);
}

.axm7-general-note {
	display: grid;
	margin-top: 46px;
	padding: 24px 27px;
	grid-template-columns: 230px minmax(0, 1fr);
	align-items: start;
	gap: 28px;
	background: rgba(255, 253, 248, 0.74);
	border-top: 1px solid var(--axm7-gold);
	border-bottom: 1px solid var(--axm7-line);
}

.axm7-general-note > span {
	color: var(--axm7-deep);
	font-size: 16px;
	font-weight: 700;
}

.axm7-general-note p {
	margin-bottom: 0;
	color: var(--axm7-muted);
	font-size: 16px;
	line-height: 1.9;
}

.axm7-story-index {
	display: grid;
	margin-top: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--axm7-line);
	border-left: 1px solid var(--axm7-line);
}

.axm7-story-index a {
	display: grid;
	min-height: 82px;
	padding: 13px 15px;
	grid-template-columns: 32px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-content: center;
	gap: 2px 10px;
	background: rgba(255, 253, 248, 0.46);
	border-right: 1px solid var(--axm7-line);
	border-bottom: 1px solid var(--axm7-line);
	transition: color 0.2s ease, background-color 0.2s ease;
}

.axm7-story-index a:hover,
.axm7-story-index a:focus-visible {
	color: var(--axm7-white);
	background: var(--axm7-deep);
}

.axm7-story-index span {
	grid-row: 1 / 3;
	align-self: center;
	color: var(--axm7-gold-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: 700;
}

.axm7-story-index strong {
	color: var(--axm7-deep);
	font-size: 14px;
	font-weight: 700;
}

.axm7-story-index small {
	color: var(--axm7-muted);
	font-size: 13px;
	line-height: 1.5;
}

.axm7-story-index a:hover span,
.axm7-story-index a:focus-visible span,
.axm7-story-index a:hover small,
.axm7-story-index a:focus-visible small {
	color: var(--axm7-gold-light);
}

.axm7-story-index a:hover strong,
.axm7-story-index a:focus-visible strong {
	color: var(--axm7-white);
}

.axm7-story-ledger {
	margin-top: 72px;
}

.axm7-story-chapter {
	padding: 78px 0;
	border-top: 1px solid var(--axm7-line);
}

.axm7-story-chapter:first-child {
	padding-top: 0;
	border-top: 0;
}

.axm7-story-chapter__header {
	display: grid;
	margin-bottom: 38px;
	grid-template-columns: 220px minmax(0, 1fr);
	align-items: start;
	gap: 30px;
}

.axm7-story-chapter__header p {
	margin-bottom: 5px;
	color: var(--axm7-gold-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.axm7-story-chapter__header p span {
	display: block;
	margin-bottom: 7px;
	color: var(--axm7-deep);
	letter-spacing: 0.16em;
}

.axm7-story-chapter__header h3 {
	margin-bottom: 13px;
	color: var(--axm7-deep);
	font-family: var(--axm7-serif);
	font-size: clamp(31px, 3.2vw, 43px);
	font-weight: 500;
	line-height: 1.55;
	text-wrap: balance;
}

.axm7-story-chapter__intro {
	max-width: 780px;
	margin-bottom: 0;
	color: var(--axm7-muted);
	font-size: 16px;
	line-height: 1.95;
}

.axm7-material-pair {
	display: grid;
	gap: 24px;
}

.axm7-material-card {
	display: grid;
	grid-template-columns: 42% 58%;
	align-items: start;
	overflow: hidden;
	background: var(--axm7-white);
	border: 1px solid var(--axm7-line);
	box-shadow: 0 18px 48px rgba(18, 45, 34, 0.075);
	scroll-margin-top: 112px;
}

.axm7-material-card__visual {
	display: flex;
	min-width: 0;
	margin: 0;
	flex-direction: column;
	background: #d8d7ce;
}

#axm7 .axm7-material-card__visual img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
}

.axm7-material-card__visual figcaption {
	display: flex;
	min-height: 46px;
	padding: 11px 16px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	color: var(--axm7-white);
	background: var(--axm7-deep);
}

.axm7-material-card__visual figcaption strong {
	color: var(--axm7-white);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.045em;
}

.axm7-material-card__visual figcaption span {
	color: var(--axm7-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-align: right;
}

.axm7-material-card__body {
	display: flex;
	padding: clamp(28px, 3.4vw, 44px);
	justify-content: center;
	flex-direction: column;
}

.axm7-material-card__material {
	margin-bottom: 12px;
	color: var(--axm7-gold-dark);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.045em;
}

.axm7-material-card__field {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 15px;
	padding: 6px 10px;
	align-items: center;
	gap: 9px;
	color: var(--axm7-forest);
	background: var(--axm7-sage);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.axm7-material-card__field span {
	padding-right: 9px;
	border-right: 1px solid rgba(16, 45, 35, 0.22);
	color: var(--axm7-gold-dark);
}

.axm7-material-card h4 {
	margin-bottom: 16px;
	color: var(--axm7-deep);
	font-family: var(--axm7-serif);
	font-size: clamp(26px, 2.35vw, 34px);
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: 0.025em;
	text-wrap: balance;
}

.axm7-material-card__lead {
	margin-bottom: 22px;
	color: #3f4d46;
	font-size: 17px;
	line-height: 1.95;
}

.axm7-material-card__notes {
	display: grid;
	margin: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.axm7-material-card__notes > div {
	display: block;
	padding: 15px 17px;
	background: var(--axm7-paper);
	border-left: 2px solid rgba(179, 151, 95, 0.72);
}

.axm7-material-card__notes > div:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.axm7-material-card__notes dt {
	margin-bottom: 5px;
	color: var(--axm7-deep);
	font-size: 15px;
	font-weight: 700;
}

.axm7-material-card__notes dd {
	margin: 0;
	color: var(--axm7-muted);
	font-size: 16px;
	line-height: 1.85;
}

.axm7-research {
	position: relative;
	overflow: hidden;
	color: var(--axm7-white);
	background: var(--axm7-deep);
}

.axm7-research::after {
	position: absolute;
	right: -0.1em;
	bottom: -0.45em;
	content: "MATERIAL";
	color: rgba(255, 253, 248, 0.035);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(94px, 15vw, 220px);
	line-height: 1;
	pointer-events: none;
}

.axm7-heading--light .axm7-kicker {
	color: var(--axm7-gold-light);
}

.axm7-heading--light h2 {
	color: var(--axm7-white);
}

.axm7-heading--light > p:last-child {
	color: rgba(255, 253, 248, 0.76);
}

.axm7-compare-list {
	position: relative;
	z-index: 1;
	display: grid;
	margin: 52px 0 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--axm7-line-light);
	border-left: 1px solid var(--axm7-line-light);
}

.axm7-compare-list > div {
	padding: 24px 26px 25px;
	border-right: 1px solid var(--axm7-line-light);
	border-bottom: 1px solid var(--axm7-line-light);
}

.axm7-compare-list dt {
	margin-bottom: 9px;
	color: var(--axm7-white);
	font-family: var(--axm7-serif);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}

.axm7-compare-list dd {
	margin: 0;
	color: rgba(255, 253, 248, 0.78);
	font-size: 16px;
	line-height: 1.85;
}

.axm7-sources {
	background: var(--axm7-white);
}

.axm7-sources__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: start;
	gap: clamp(48px, 7vw, 90px);
}

.axm7-sources__date {
	margin-bottom: 18px;
	color: var(--axm7-gold-dark);
	font-size: 15px;
	font-weight: 700;
}

.axm7-sources__list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--axm7-line);
}

.axm7-sources__list li {
	border-bottom: 1px solid var(--axm7-line);
}

.axm7-sources__list li > a,
.axm7-sources__list li > span {
	display: flex;
	min-height: 58px;
	padding: 13px 3px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	color: var(--axm7-deep);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
}

.axm7-sources__list li > a {
	text-decoration: underline;
	text-decoration-color: rgba(16, 45, 35, 0.26);
	text-underline-offset: 4px;
}

.axm7-sources__list li > a:hover,
.axm7-sources__list li > a:focus-visible {
	text-decoration-color: currentColor;
}

.axm7-sources__list a span {
	flex: 0 0 auto;
	color: var(--axm7-gold-dark);
	font-size: 13px;
	font-weight: 700;
}

.axm7-sources__list li > span {
	color: var(--axm7-muted);
	font-weight: 500;
}

.axm7-sources__note {
	margin: 22px 0 0;
	padding: 18px 20px;
	color: var(--axm7-muted);
	background: var(--axm7-paper);
	border-left: 3px solid var(--axm7-gold);
	font-size: 16px;
	line-height: 1.9;
}

.axm7-material-cta {
	padding-block: 56px;
	color: var(--axm7-white);
	background: var(--axm7-pine);
}

.axm7-material-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: 42px;
}

.axm7-material-cta__inner > div:first-child > p {
	margin-bottom: 7px;
	color: var(--axm7-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.axm7-material-cta h2 {
	margin-bottom: 0;
	color: var(--axm7-white);
	font-family: var(--axm7-serif);
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 600;
	line-height: 1.6;
}

.axm7-material-cta__links {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 12px;
}

.axm7-material-cta .axm7-button--solid {
	color: var(--axm7-deep);
	background: var(--axm7-white);
	border-color: var(--axm7-white);
}

.axm7-material-cta .axm7-button--outline {
	color: var(--axm7-white);
	background: transparent;
	border-color: rgba(255, 253, 248, 0.55);
}

.axm7-material-cta .axm7-button--solid:hover,
.axm7-material-cta .axm7-button--solid:focus-visible,
.axm7-material-cta .axm7-button--outline:hover,
.axm7-material-cta .axm7-button--outline:focus-visible {
	color: var(--axm7-deep);
	background: var(--axm7-gold-light);
	border-color: var(--axm7-gold-light);
}

.axm7-before-use {
	padding-block: 66px;
	background: var(--axm7-sage);
}

.axm7-before-use__inner {
	display: grid;
	grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(38px, 6vw, 80px);
}

.axm7-before-use h2 {
	margin-bottom: 0;
	color: var(--axm7-deep);
	font-family: var(--axm7-serif);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.55;
}

.axm7-before-use__copy p {
	margin-bottom: 17px;
	color: #405048;
	font-size: 16px;
	line-height: 1.95;
}

.axm7-before-use__copy a {
	display: inline-flex;
	min-height: 45px;
	align-items: center;
	color: var(--axm7-deep);
	border-bottom: 1px solid var(--axm7-gold-dark);
	font-size: 16px;
	font-weight: 700;
}

.axm7-before-use__copy a:hover,
.axm7-before-use__copy a:focus-visible {
	color: var(--axm7-forest);
}

.axm7-related {
	background: var(--axm7-paper);
}

.axm7-related__grid {
	display: grid;
	margin-top: 52px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.axm7-related__grid a {
	display: flex;
	min-height: 292px;
	padding: 31px 29px;
	flex-direction: column;
	background: var(--axm7-white);
	border: 1px solid var(--axm7-line);
	transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.axm7-related__grid a:hover,
.axm7-related__grid a:focus-visible {
	color: var(--axm7-white);
	background: var(--axm7-deep);
	transform: translateY(-4px);
}

.axm7-related__grid span {
	margin-bottom: 40px;
	color: var(--axm7-gold-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.axm7-related__grid a:hover span,
.axm7-related__grid a:focus-visible span {
	color: var(--axm7-gold-light);
}

.axm7-related__grid strong {
	margin-bottom: 14px;
	color: var(--axm7-deep);
	font-family: var(--axm7-serif);
	font-size: 25px;
	font-weight: 600;
	line-height: 1.55;
}

.axm7-related__grid a:hover strong,
.axm7-related__grid a:focus-visible strong {
	color: var(--axm7-white);
}

.axm7-related__grid p {
	margin-bottom: 28px;
	color: var(--axm7-muted);
	font-size: 16px;
	line-height: 1.9;
}

.axm7-related__grid a:hover p,
.axm7-related__grid a:focus-visible p {
	color: rgba(255, 253, 248, 0.82);
}

.axm7-related__grid em {
	margin-top: auto;
	color: var(--axm7-deep);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

.axm7-related__grid a:hover em,
.axm7-related__grid a:focus-visible em {
	color: var(--axm7-gold-light);
}

.axm7-footer {
	padding: 78px 0 28px;
	color: rgba(255, 253, 248, 0.78);
	background: #0d251d;
}

.axm7-footer__main {
	display: grid;
	grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(150px, 0.72fr));
	align-items: start;
	gap: 46px;
}

.axm7-logo--footer {
	width: 150px;
	filter: brightness(0) invert(1);
	opacity: 0.94;
}

.axm7-footer__brand > p {
	margin: 24px 0 0;
	color: rgba(255, 253, 248, 0.72);
	font-size: 14px;
	line-height: 2;
}

.axm7-footer__heading {
	margin-bottom: 17px;
	color: var(--axm7-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.axm7-footer nav {
	display: grid;
	gap: 5px;
}

.axm7-footer nav a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	color: rgba(255, 253, 248, 0.80);
	font-size: 14px;
	line-height: 1.55;
}

.axm7-footer nav a:hover,
.axm7-footer nav a:focus-visible,
.axm7-footer nav a[aria-current="page"] {
	color: var(--axm7-white);
}

.axm7-footer__legal {
	display: flex;
	margin-top: 56px;
	padding-top: 27px;
	align-items: flex-start;
	justify-content: space-between;
	gap: 36px;
	border-top: 1px solid rgba(255, 253, 248, 0.15);
}

.axm7-footer__legal > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 23px;
}

.axm7-footer__legal a,
.axm7-footer__legal p {
	color: rgba(255, 253, 248, 0.66);
	font-size: 14px;
	line-height: 1.8;
}

.axm7-footer__legal a:hover,
.axm7-footer__legal a:focus-visible {
	color: var(--axm7-white);
}

.axm7-footer__legal p {
	margin-bottom: 0;
	white-space: nowrap;
}

@media (max-width: 1120px) {
	.axm7-nav {
		gap: 12px;
		font-size: 13px;
	}

	.axm7-nav__support {
		padding-inline: 15px;
	}

	.axm7-hero__grid {
		grid-template-columns: minmax(525px, 1.08fr) minmax(380px, 0.92fr);
		gap: 42px;
	}

	.axm7-hero h1 {
		font-size: 50px;
	}

	.axm7-footer__main {
		grid-template-columns: minmax(270px, 1.2fr) repeat(3, minmax(125px, 0.7fr));
		gap: 32px;
	}
}

@media (max-width: 1040px) {
	.axm7-hero {
		min-height: auto;
		padding: 82px 0;
	}

	.axm7-hero__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 48px;
	}

	.axm7-hero__copy,
	.axm7-hero__visual {
		max-width: 820px;
	}

	#axm7 .axm7-hero__visual {
		width: 100%;
		margin-left: auto;
	}

	.axm7-hero h1 {
		font-size: clamp(48px, 6.2vw, 58px);
	}

}

@media (max-width: 900px) {
	.axm7-header {
		height: 78px;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.axm7-header__inner {
		width: min(calc(100% - 40px), 1200px);
	}

	.axm7-logo {
		width: 122px;
	}

	#axm7.is-nav-enhanced .axm7-menu:not([hidden]) {
		position: relative;
		z-index: 102;
		display: grid;
		width: 52px;
		height: 52px;
		padding: 0;
		place-items: center;
		background: transparent;
		border: 0;
	}

	.axm7-menu span {
		position: absolute;
		width: 27px;
		height: 1px;
		background: var(--axm7-deep);
		transition: transform 0.25s ease;
	}

	.axm7-menu span:first-child {
		transform: translateY(-5px);
	}

	.axm7-menu span:last-child {
		transform: translateY(5px);
	}

	.axm7-header.is-open .axm7-menu span:first-child {
		transform: rotate(45deg);
	}

	.axm7-header.is-open .axm7-menu span:last-child {
		transform: rotate(-45deg);
	}

	#axm7.is-nav-enhanced .axm7-nav {
		position: fixed;
		z-index: 101;
		inset: 0;
		display: none;
		padding: 112px 30px 44px;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		overflow-y: auto;
		background: rgba(251, 249, 244, 0.99);
	}

	#axm7.is-nav-enhanced .axm7-header.is-open .axm7-nav {
		display: flex;
	}

	#axm7.is-nav-enhanced .axm7-nav > a:not(.axm7-nav__support) {
		min-height: 60px;
		justify-content: center;
		border-bottom: 1px solid var(--axm7-line);
		font-family: var(--axm7-serif);
		font-size: 18px;
	}

	#axm7.is-nav-enhanced .axm7-nav__support {
		min-height: 60px;
		margin-top: 28px;
		font-size: 17px;
	}

	#axm7:not(.is-nav-enhanced) .axm7-header {
		position: relative;
		height: auto;
	}

	#axm7:not(.is-nav-enhanced) .axm7-header__inner {
		min-height: 78px;
		padding-block: 10px;
		flex-wrap: wrap;
		gap: 4px 20px;
	}

	#axm7:not(.is-nav-enhanced) .axm7-nav {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 16px;
	}

	#axm7:not(.is-nav-enhanced) .axm7-nav > a:not(.axm7-nav__support),
	#axm7:not(.is-nav-enhanced) .axm7-nav__support {
		min-height: 44px;
		font-size: 13px;
	}

	#axm7:not(.is-nav-enhanced) .axm7-nav__support {
		padding-inline: 16px;
	}

	#axm7:not(.is-nav-enhanced) .axm7-hero {
		padding-top: 76px;
	}

	.axm7-story-chapter__header {
		grid-template-columns: 190px minmax(0, 1fr);
	}

	.axm7-role-brief {
		grid-template-columns: 1fr;
	}

	.axm7-role-brief > * {
		min-height: 0;
	}

	.axm7-role-brief > * + * {
		border-top: 1px solid var(--axm7-line);
		border-left: 0;
	}

	.axm7-material-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.axm7-material-card__visual {
		width: min(100%, 504px);
		justify-self: center;
	}

	.axm7-sources__grid,
	.axm7-material-cta__inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.axm7-material-cta__links {
		justify-content: flex-start;
	}

	.axm7-related__grid {
		grid-template-columns: 1fr;
	}

	.axm7-related__grid a {
		min-height: 0;
	}

	.axm7-related__grid span {
		margin-bottom: 25px;
	}

	.axm7-footer__main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.axm7-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.axm7-shell {
		width: min(calc(100% - 32px), 1200px);
	}

	.axm7-hero {
		padding: 70px 0 72px;
	}

	.axm7-breadcrumb {
		margin-bottom: 24px;
		font-size: 13px;
	}

	.axm7-hero h1 {
		font-size: clamp(34px, 9vw, 44px);
		line-height: 1.5;
		letter-spacing: 0.02em;
	}

	.axm7-hero h1 span {
		white-space: normal;
	}

	.axm7-hero__lead {
		font-size: 16px;
		line-height: 1.95;
	}

	.axm7-actions {
		display: grid;
	}

	.axm7-button {
		width: 100%;
		min-height: 58px;
	}

	.axm7-hero__facts {
		display: none;
	}

	.axm7-hero__visual::before {
		top: -13px;
		right: -13px;
	}

	#axm7 .axm7-hero__visual {
		margin-left: 0;
	}

	.axm7-hero__visual figcaption {
		padding: 13px 16px;
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.axm7-hero__visual figcaption span:last-child {
		text-align: left;
	}

	.axm7-section {
		padding-block: 76px;
	}

	.axm7-heading h2 {
		font-size: clamp(30px, 8.6vw, 40px);
		line-height: 1.55;
	}

	.axm7-heading > p:last-child {
		font-size: 16px;
	}

	.axm7-related__grid {
		margin-top: 40px;
	}

	.axm7-role-brief {
		margin-top: 38px;
	}

	.axm7-role-brief > * {
		padding: 17px 18px;
	}

	.axm7-general-note {
		padding: 22px 20px;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.axm7-story-index {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.axm7-story-index a {
		min-height: 61px;
		padding-inline: 12px;
		font-size: 13px;
	}

	.axm7-story-ledger {
		margin-top: 62px;
	}

	.axm7-story-chapter {
		padding: 66px 0;
	}

	.axm7-story-chapter__header {
		margin-bottom: 32px;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.axm7-story-chapter__header h3 {
		font-size: clamp(28px, 8vw, 36px);
	}

	.axm7-material-card__body {
		padding: 26px 22px 28px;
	}

	.axm7-material-card h4 {
		font-size: 27px;
	}

	.axm7-material-card__lead {
		font-size: 16px;
	}

	.axm7-material-card__notes {
		grid-template-columns: 1fr;
	}

	.axm7-material-card__notes > div:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.axm7-material-card__notes > div {
		padding: 14px 15px;
	}

	.axm7-material-card__visual figcaption {
		min-height: 44px;
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.axm7-material-card__visual figcaption span {
		font-size: 12px;
		text-align: left;
	}

	.axm7-compare-list {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}

	.axm7-compare-list > div {
		padding: 21px 20px 22px;
	}

	.axm7-sources__list li > a,
	.axm7-sources__list li > span {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.axm7-material-cta {
		padding-block: 48px;
	}

	.axm7-material-cta__inner {
		gap: 28px;
	}

	.axm7-material-cta__links {
		display: grid;
	}

	.axm7-before-use {
		padding-block: 54px;
	}

	.axm7-before-use__inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.axm7-related__grid a {
		padding: 27px 24px;
	}

	.axm7-footer {
		padding-top: 62px;
	}

	.axm7-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 28px;
	}

	.axm7-footer__brand {
		grid-column: 1 / -1;
	}

	.axm7-footer__legal {
		flex-direction: column;
		gap: 20px;
	}

	.axm7-footer__legal p {
		white-space: normal;
	}
}

@media (max-width: 420px) {
	.axm7-story-index {
		grid-template-columns: 1fr;
	}

	.axm7-footer__main {
		grid-template-columns: 1fr;
	}

	.axm7-footer__brand {
		grid-column: auto;
	}
}

@media (max-width: 782px) {
	body.axia-material-template.admin-bar .axm7-header {
		top: 46px;
	}
}

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

	#axm7 *,
	#axm7 *::before,
	#axm7 *::after {
		scroll-behavior: auto;
		transition-duration: 0.001ms;
		animation-duration: 0.001ms;
		animation-iteration-count: 1;
	}
}

@media print {
	body.axia-material-template,
	#axm7,
	#axm7 .axm7-research {
		color: #111;
		background: #fff;
	}

	#axm7 .axm7-header,
	#axm7 .axm7-footer,
	#axm7 .axm7-actions,
	#axm7 .axm7-related,
	#axm7 .axm7-story-index {
		display: none;
	}

	#axm7 .axm7-section,
	#axm7 .axm7-hero {
		padding-block: 28px;
	}

	#axm7 .axm7-heading--light h2,
	#axm7 .axm7-heading--light > p:last-child,
	#axm7 .axm7-compare-list dt,
	#axm7 .axm7-compare-list dd {
		color: #111;
	}

	#axm7 .axm7-story-chapter,
	#axm7 .axm7-material-card,
	#axm7 .axm7-role-brief {
		break-inside: avoid;
	}
}
