:root {
	--bg: #f7f0e7;
	--bg-alt: #efe2d1;
	--surface: #fffaf3;
	--surface-soft: #f2e5d4;
	--text: #211b17;
	--muted: #756a60;
	--border: rgba(55, 42, 34, 0.12);
	--accent: #e75e2c;
	--accent-dark: #c64516;
	--dark: #1a100b;
	--dark-2: #2a1710;
	--radius: 18px;
	--radius-lg: 28px;
	--max-width: 1180px;
	--shadow: 0 18px 45px rgba(73, 48, 30, 0.1);
}

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

html {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100vh;
	color: var(--text);
	background: var(--bg);
}

body.home {
	background:
		radial-gradient(circle at 15% 5%, rgba(231, 94, 44, 0.08), transparent 24rem),
		linear-gradient(180deg, #fbf5ed 0%, var(--bg) 36%, #f4eadf 100%);
}

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

button,
a {
	font: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--accent);
}

p {
	margin: 0;
}

h1,
h2,
h3 {
	margin: 0;
	color: var(--text);
	letter-spacing: 0;
}

em {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 300;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	margin: 0;
	padding: 1.75rem 1rem 0;
	background: transparent;
	box-shadow: none;
	pointer-events: none;
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding: 0.625rem 1.25rem;
	border: 1px solid rgba(55, 42, 34, 0.07);
	border-radius: 999px;
	background: rgba(247, 240, 231, 0.8);
	box-shadow: 0 8px 30px -15px rgba(75, 55, 38, 0.25);
	backdrop-filter: blur(12px);
	pointer-events: auto;
}

.site-branding {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 0.75rem;
	color: var(--text);
}

.site-logo-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: var(--accent);
	color: var(--bg);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.site-logo-image {
	display: block;
	width: auto;
	max-width: 7.5rem;
	height: 2.25rem;
	object-fit: contain;
}

.jit-maintenance-page {
	position: relative;
	display: grid;
	min-height: 100vh;
	padding: clamp(2rem, 5vw, 5rem);
	place-items: center;
	background:
		linear-gradient(120deg, rgba(247, 240, 231, 0.94), rgba(237, 223, 206, 0.9)),
		var(--maintenance-bg, none),
		var(--bg);
	background-position: center;
	background-size: cover;
	color: var(--text);
}

.jit-maintenance-shell {
	width: min(100%, 44rem);
	text-align: center;
}

.jit-maintenance-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 2rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jit-maintenance-brand img {
	display: block;
	width: auto;
	max-width: 10rem;
	max-height: 4rem;
	object-fit: contain;
}

.jit-maintenance-page h1 {
	max-width: 12ch;
	margin: 0 auto 1.25rem;
	font-size: clamp(3rem, 9vw, 7rem);
	line-height: 0.9;
	letter-spacing: -0.05em;
}

.jit-maintenance-page .eyebrow {
	margin-bottom: 1rem;
	color: var(--muted);
}

.jit-maintenance-page p:not(.eyebrow) {
	max-width: 36rem;
	margin: 0 auto 2rem;
	color: var(--muted);
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.7;
}

.jit-maintenance-page .btn-primary {
	display: inline-flex;
}

.jit-maintenance-page footer {
	margin-top: 3rem;
	color: var(--muted);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-logo::before {
	content: "JIT";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--accent);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0;
}

.site-brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.site-title {
	color: var(--text);
	font-size: 0.875rem;
	font-weight: 700;
}

.site-description {
	color: var(--muted);
	font-size: 0.625rem;
}

.site-navigation {
	display: none;
	align-items: center;
	gap: 1.75rem;
	color: rgba(33, 27, 23, 0.8);
	font-size: 0.875rem;
}

.menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-left: auto;
	border: 1px solid rgba(55, 42, 34, 0.14);
	border-radius: var(--radius);
	background: rgba(255, 250, 243, 0.78);
	color: var(--text);
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.menu-toggle-icon {
	position: relative;
	display: block;
	width: 1.15rem;
	height: 0.125rem;
	border-radius: 999px;
	background: currentColor;
	transition: background 0.2s ease;
}

.menu-toggle-icon::before,
.menu-toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: currentColor;
	transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}

.menu-toggle-icon::before {
	top: -0.35rem;
}

.menu-toggle-icon::after {
	top: 0.35rem;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon::before {
	top: 0;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon::after {
	top: 0;
	transform: rotate(-45deg);
}

body.menu-open {
	overflow: hidden;
}

.site-navigation a {
	transition: color 0.2s ease;
}

.primary-menu {
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	color: inherit;
}

@media (max-width: 767px) {
	.site-header-inner {
		gap: 0.75rem;
	}

	.site-navigation {
		position: fixed;
		top: 5.75rem;
		right: 1rem;
		left: 1rem;
		z-index: 55;
		display: block;
		padding: 1.35rem 1.25rem 1.5rem;
		border: 1px solid rgba(55, 42, 34, 0.12);
		border-radius: var(--radius-lg);
		background: rgba(247, 240, 231, 0.98);
		box-shadow: 0 18px 45px rgba(73, 48, 30, 0.12);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-0.75rem);
		transition: opacity 0.2s ease, transform 0.2s ease;
	}

	.site-navigation.active {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.primary-menu {
		gap: 0.9rem;
	}

	.primary-menu a {
		padding: 0.25rem 0;
		font-size: 1rem;
	}
}

.site-navigation a:hover,
.site-navigation a:focus {
	color: var(--accent);
}

.site-navigation a.is-active,
.site-navigation a[aria-current="page"] {
	color: var(--accent);
}

.site-header-cta {
	display: inline-flex;
	align-items: center;
	padding: 0.625rem 1.25rem;
	border-radius: 999px;
	background: var(--accent);
	color: var(--bg);
	font-size: 0.875rem;
	font-weight: 600;
	transition: background 0.2s ease;
}

.site-header-cta:hover,
.site-header-cta:focus {
	background: rgba(231, 94, 44, 0.9);
	color: var(--bg);
}

.site-content {
	flex: 1;
}

.container {
	width: min(calc(100% - 2rem), var(--max-width));
	margin: 0 auto;
}

.section {
	padding: clamp(4rem, 8vw, 7.5rem) 0;
}

.section-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.section-grid > p,
.about-copy {
	color: var(--muted);
	font-size: clamp(0.98rem, 1.4vw, 1.08rem);
	line-height: 1.75;
}

.jit-breadcrumbs {
	width: min(calc(100% - 2rem), var(--max-width));
	margin: clamp(6.5rem, 10vw, 8rem) auto 0;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.jit-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jit-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-width: 0;
}

.jit-breadcrumbs li + li::before {
	content: "›";
	color: rgba(33, 27, 23, 0.35);
}

.jit-breadcrumbs a {
	color: var(--muted);
	text-decoration: none;
}

.jit-breadcrumbs a:hover,
.jit-breadcrumbs a:focus-visible {
	color: var(--accent);
}

.jit-breadcrumbs a:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
	border-radius: 999px;
}

.jit-breadcrumbs span {
	color: rgba(33, 27, 23, 0.58);
}

.eyebrow {
	margin: 0 0 0.85rem;
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

h1 {
	max-width: 840px;
	font-size: clamp(4.6rem, 10.6vw, 8.2rem);
	font-weight: 700;
	line-height: 0.84;
}

h2 {
	font-size: clamp(2.4rem, 5vw, 4.25rem);
	font-weight: 700;
	line-height: 0.98;
}

h3 {
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 600;
	line-height: 1.1;
}

.home-reveal {
	animation: homeReveal 0.8s ease both;
	animation-timeline: view();
	animation-range: entry 8% cover 28%;
}

.hero {
	padding: 7rem 1rem 5.5rem;
}

.home-hero .container {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding: 0;
}

.hero-kicker {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 2rem;
	color: rgba(33, 27, 23, 0.6);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	line-height: 1;
	text-transform: uppercase;
}

.hero-kicker-dot {
	display: block;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 999px;
	background: var(--accent);
}

.hero-content {
	display: grid;
	gap: 2.5rem;
}

.hero-copy {
	min-width: 0;
}

.hero-copy > p:not(.eyebrow) {
	max-width: 36rem;
	margin-top: 2rem;
	color: rgba(33, 27, 23, 0.7);
	font-size: 1rem;
	line-height: 1.625;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2.5rem;
}

.home-hero h1 {
	max-width: none;
	color: var(--text);
	font-size: clamp(2.5rem, 7vw, 5.75rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.02;
	text-wrap: balance;
}

.home-hero h1 span {
	display: inline;
	color: var(--accent);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 300;
}

.home-hero .btn-primary {
	border-color: var(--text);
	background: var(--text);
	box-shadow: none;
	color: var(--bg);
}

.home-hero .btn-primary:hover,
.home-hero .btn-primary:focus {
	border-color: var(--accent);
	background: var(--accent);
	color: #fff;
}

.home-hero .btn-secondary {
	border-color: rgba(33, 27, 23, 0.15);
	background: var(--bg);
	color: var(--text);
}

.home-hero .btn-secondary:hover,
.home-hero .btn-secondary:focus {
	border-color: rgba(33, 27, 23, 0.4);
	background: var(--surface-soft);
	color: var(--text);
}

.home-hero .btn-primary,
.home-hero .btn-secondary {
	min-height: 3rem;
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.btn-primary,
.btn-secondary,
.cta-input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn-primary {
	border: 1px solid var(--accent);
	background: var(--accent);
	color: #fff;
	box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus {
	border-color: var(--accent-dark);
	background: var(--accent-dark);
	color: #fff;
	transform: translateY(-1px);
}

.btn-secondary {
	border: 1px solid var(--border);
	background: rgba(255, 250, 243, 0.62);
	color: var(--text);
}

.btn-secondary:hover,
.btn-secondary:focus {
	border-color: rgba(231, 94, 44, 0.34);
	color: var(--accent);
}

.btn-on-dark {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
}

.hero-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	border-radius: 1.5rem;
	background: var(--surface-soft);
	box-shadow: var(--shadow);
	transform: translateZ(0);
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.hero-card:hover {
	box-shadow: 0 18px 45px rgba(73, 48, 30, 0.12);
	transform: translateY(-6px);
}

.hero-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.08) contrast(1.04);
}

.hero-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(26, 16, 11, 0.55), rgba(26, 16, 11, 0.1), transparent);
	pointer-events: none;
}

.journey-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 42%, rgba(18, 9, 5, 0.84) 100%);
	pointer-events: none;
}

.hero-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 1.5rem;
	color: var(--bg);
}

.hero-caption-text {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.375;
}

.hero-caption-meta {
	margin-top: 0.75rem;
	color: rgba(247, 240, 231, 0.75);
	font-size: 0.6875rem;
	letter-spacing: 0.22em;
	line-height: 1.4;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.site-header {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		padding-top: 1.75rem;
	}

	.site-header-inner {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.menu-toggle {
		display: none;
	}

	.site-navigation {
		display: flex;
	}

	.primary-menu {
		flex-direction: row;
		align-items: center;
		gap: 1.75rem;
	}

	.hero {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		padding-top: 8rem;
	}

	.hero-copy > p:not(.eyebrow) {
		font-size: 1.125rem;
	}

	.hero-caption {
		padding: 1.75rem;
	}

	.hero-caption-text {
		font-size: 1.25rem;
	}
}

@media (min-width: 1024px) {
	.hero-content {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 3.5rem;
	}

	.hero-copy {
		grid-column: span 7 / span 7;
	}

	.hero-image {
		grid-column: span 5 / span 5;
	}
}

.pillar-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pillar-card,
.discipline-grid article {
	min-height: auto;
	padding: 1.75rem;
	border: 0;
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
}

.premium-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: background 0.5s ease, transform 0.5s ease;
}

.premium-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--accent), rgba(231, 94, 44, 0));
	opacity: 0;
	transition: opacity 0.28s ease;
}

.premium-card:hover {
	background: var(--surface-soft);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
	transform: translateY(-5px);
}

.premium-card:hover::before {
	opacity: 1;
}

.pillar-card span,
.discipline-grid span {
	display: block;
	color: var(--accent);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.pillar-card h3 {
	margin-top: 1.25rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.1;
}

.pillar-card p,
.discipline-grid p,
.feature-copy p,
.journey-panel p,
.cta-panel p,
.footer-brand p {
	color: var(--muted);
	line-height: 1.75;
}

.pillar-card p {
	max-width: 28rem;
	margin: 1rem 0 0;
	color: rgba(33, 27, 23, 0.7);
	font-size: 0.875rem;
	line-height: 1.625;
}

.pillar-card a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	width: fit-content;
	margin-top: 2rem;
	color: var(--text);
	font-size: 0.875rem;
	font-weight: 600;
	transition: color 0.2s ease;
}

.pillar-card a:hover,
.pillar-card a:focus,
.premium-card:hover a {
	color: var(--accent);
}

.pillar-card a span {
	display: inline-block;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0;
	text-transform: none;
	transition: transform 0.2s ease;
}

.premium-card:hover a span {
	transform: translateX(0.25rem);
}

.relationship-band {
	padding-top: 2rem;
}

.featured-section {
	padding-top: clamp(3rem, 7vw, 6rem);
}

.featured-header {
	max-width: 760px;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.ecosystem-track {
	display: grid;
	grid-template-columns: repeat(5, minmax(230px, 1fr));
	gap: 0.9rem;
	overflow-x: auto;
	padding: 0.35rem 0 1rem;
	scroll-snap-type: x proximity;
}

.ecosystem-step {
	position: relative;
	min-height: 18rem;
	padding: clamp(1.25rem, 2vw, 1.7rem);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: linear-gradient(180deg, rgba(255, 250, 243, 0.92), rgba(242, 229, 212, 0.68));
	box-shadow: 0 16px 42px rgba(73, 48, 30, 0.08);
	scroll-snap-align: start;
	transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.ecosystem-step:hover {
	border-color: rgba(231, 94, 44, 0.28);
	background: #fffaf3;
	transform: translateY(-5px);
}

.ecosystem-step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	margin-bottom: 4.75rem;
	border-radius: 50%;
	background: rgba(231, 94, 44, 0.1);
	color: var(--accent);
	font-size: 0.75rem;
	font-weight: 600;
}

.ecosystem-step h3 {
	margin-bottom: 0.8rem;
	font-size: 1.12rem;
}

.ecosystem-step p {
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.7;
}

.relationship-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 6vw, 5rem);
	align-items: center;
	padding: clamp(2rem, 5vw, 3.6rem);
	border-radius: var(--radius-lg);
	background: #e8d2b8;
}

.relationship-tags,
.tag-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.4rem;
}

.relationship-tags span,
.tag-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(55, 42, 34, 0.1);
	border-radius: 0.75rem;
	background: rgba(255, 250, 243, 0.66);
	color: var(--text);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: none;
}

.marquee-section {
	overflow: hidden;
	padding: 1.5rem 0;
	border-top: 1px solid rgba(55, 42, 34, 0.07);
	border-bottom: 1px solid rgba(55, 42, 34, 0.07);
	background: var(--bg);
}

.marquee-track {
	display: flex;
	gap: 3rem;
	width: max-content;
	white-space: nowrap;
	animation: marqueeScroll 38s linear infinite;
}

.marquee-track span {
	color: rgba(33, 27, 23, 0.7);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.marquee-star {
	margin-right: 3rem;
	margin-left: 3rem;
	color: var(--accent) !important;
}

.services-section {
	padding: 5rem 1rem;
}

.services-container {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
}

.services-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 3rem;
}

.services-heading {
	max-width: 42rem;
}

.services-heading > p {
	color: var(--accent);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.services-heading h2 {
	margin-top: 0.75rem;
	color: var(--text);
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.services-heading h2 span {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 300;
}

.services-intro {
	max-width: 24rem;
	color: rgba(33, 27, 23, 0.7);
	font-size: 0.875rem;
	line-height: 1.625;
}

.services-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.service-card {
	padding: 1.5rem;
	border-radius: 1rem;
	background: var(--surface);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.service-card:hover {
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
	transform: translateY(-0.25rem);
}

.service-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-card-top span {
	color: var(--accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1;
}

.service-card-top i {
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 999px;
	background: rgba(231, 94, 44, 0.6);
}

.service-card h3 {
	margin-top: 1.5rem;
	color: var(--text);
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
}

.service-card p {
	margin-top: 0.75rem;
	color: rgba(33, 27, 23, 0.7);
	font-size: 0.875rem;
	line-height: 1.625;
}

.mastering-section {
	padding: 5rem 1rem;
}

.mastering-container {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
}

.mastering-panel {
	overflow: hidden;
	border-radius: 1.5rem;
	background: var(--dark);
	color: var(--bg);
}

.mastering-media {
	position: relative;
}

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

.mastering-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, var(--dark), rgba(26, 16, 11, 0.3), transparent);
	pointer-events: none;
}

.mastering-content {
	padding: 2rem;
}

.mastering-content > p:first-child {
	color: var(--accent);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.mastering-content h2 {
	margin-top: 0.75rem;
	color: var(--bg);
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.mastering-content h2 span {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 300;
}

.mastering-intro {
	max-width: 32rem;
	margin-top: 1.25rem;
	color: rgba(247, 240, 231, 0.75);
	font-size: 0.875rem;
	line-height: 1.625;
}

.mastering-tiers {
	margin-top: 2.5rem;
	border-top: 1px solid rgba(247, 240, 231, 0.1);
	border-bottom: 1px solid rgba(247, 240, 231, 0.1);
}

.mastering-tier {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.25rem 0;
	border-top: 1px solid rgba(247, 240, 231, 0.1);
}

.mastering-tier:first-child {
	border-top: 0;
}

.mastering-tier-heading {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.mastering-tier h3 {
	color: var(--bg);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
}

.mastering-tier-heading span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(231, 94, 44, 0.22);
	border-radius: 0.75rem;
	background: rgba(231, 94, 44, 0.16);
	color: var(--accent);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: none;
}

.mastering-tier p {
	margin-top: 0.25rem;
	color: rgba(247, 240, 231, 0.65);
	font-size: 0.875rem;
}

.mastering-tier strong {
	color: var(--accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
}

.mastering-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 2rem;
}

.mastering-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	transition: background 0.2s ease;
}

.mastering-actions a:first-child {
	background: var(--accent);
	color: var(--bg);
}

.mastering-actions a:first-child:hover,
.mastering-actions a:first-child:focus {
	background: rgba(231, 94, 44, 0.9);
	color: var(--bg);
}

.mastering-actions a:last-child {
	border: 1px solid rgba(247, 240, 231, 0.25);
	color: var(--bg);
}

.mastering-actions a:last-child:hover,
.mastering-actions a:last-child:focus {
	background: rgba(247, 240, 231, 0.1);
	color: var(--bg);
}

.academy-section {
	padding: 5rem 1rem;
}

.academy-container {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
}

.academy-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 3rem;
}

.academy-header-left {
	max-width: 42rem;
}

.academy-eyebrow {
	color: var(--accent);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.25em;
	line-height: 1;
	text-transform: uppercase;
}

.academy-heading {
	margin-top: 0.75rem;
	color: var(--text);
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
	text-wrap: balance;
}

.academy-heading-line {
	display: block;
	line-height: 1.08;
}

.academy-heading-bold {
	font: inherit;
	font-weight: 700;
}

.academy-heading em {
	color: inherit;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 300;
}

.academy-header-copy {
	max-width: 24rem;
	color: rgba(33, 27, 23, 0.7);
	font-size: 0.875rem;
	line-height: 1.625;
}

.academy-panel {
	overflow: hidden;
	border-radius: 1.5rem;
	background: #e8d2b8;
	color: var(--text);
	box-shadow: none;
}

.academy-media {
	position: relative;
}

.academy-media img {
	display: block;
	width: 100%;
	max-height: 560px;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.academy-content {
	padding: 2rem;
}

.academy-feature-label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	background: rgba(231, 94, 44, 0.1);
	color: var(--accent);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
}

.academy-card-heading {
	margin-top: 1.25rem;
	color: var(--text);
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
	text-wrap: balance;
}

.academy-card-heading-accent {
	color: rgba(33, 27, 23, 0.7);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 300;
}

.academy-card-copy {
	max-width: 34rem;
	margin-top: 1rem;
	color: rgba(33, 27, 23, 0.75);
	font-size: 1rem;
	line-height: 1.625;
}

.academy-pill-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	max-width: 34rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.academy-pill-grid li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 2.5rem;
	width: 100%;
	padding: 0.5rem 0.75rem;
	border-radius: 0.75rem;
	background: #fffaf3;
	color: var(--text);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375;
}

.academy-pill-grid li::before {
	content: "";
	flex: 0 0 auto;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 999px;
	background: var(--accent);
}

.academy-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.academy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	box-shadow: none;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.academy-btn-primary {
	background: var(--dark);
	border: 1px solid var(--dark);
	color: var(--bg);
}

.academy-btn-primary:hover,
.academy-btn-primary:focus {
	background: rgba(26, 16, 11, 0.9);
	color: var(--bg);
}

.academy-btn-secondary {
	border: 1px solid rgba(26, 16, 11, 0.2);
	background: transparent;
	color: var(--text);
}

.academy-btn-secondary:hover,
.academy-btn-secondary:focus {
	background: rgba(26, 16, 11, 0.05);
	color: var(--text);
}

.jit-section {
	padding: 5rem 1rem;
}

.jit-container {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 1.5rem;
}

.jit-panel {
	position: relative;
	overflow: hidden;
}

.jit-panel img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	object-position: center;
}

.jit-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, var(--dark), rgba(26, 16, 11, 0.6), rgba(26, 16, 11, 0.2));
	pointer-events: none;
}

.jit-content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2rem;
}

.jit-copy {
	max-width: 42rem;
}

.jit-copy > p:first-child {
	color: var(--accent);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.jit-copy h2 {
	margin-top: 0.75rem;
	color: var(--bg);
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.jit-copy h2 span {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 300;
}

.jit-copy > p:not(:first-child) {
	max-width: 36rem;
	margin-top: 1.25rem;
	color: rgba(247, 240, 231, 0.8);
	font-size: 1rem;
	line-height: 1.625;
}

.jit-badges {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	max-width: 42rem;
	margin-top: 2rem;
}

.jit-badges div {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(247, 240, 231, 0.15);
	border-radius: 0.75rem;
	background: rgba(247, 240, 231, 0.05);
	color: var(--bg);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	box-shadow: none;
}

.jit-actions {
	margin-top: 2rem;
}

.jit-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	background: var(--bg);
	color: var(--text);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	transition: background 0.2s ease;
}

.jit-actions a:hover,
.jit-actions a:focus {
	background: rgba(247, 240, 231, 0.9);
	color: var(--text);
}

@keyframes marqueeScroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-33.333%);
	}
}

.service-marquee {
	display: flex;
	gap: clamp(1.5rem, 5vw, 4rem);
	overflow: hidden;
	padding: 1.05rem 0;
	border-block: 1px solid var(--border);
	background: rgba(255, 250, 243, 0.46);
	color: rgba(33, 27, 23, 0.68);
	font-size: clamp(0.95rem, 1.4vw, 1.2rem);
	font-weight: 600;
	white-space: nowrap;
}

.service-marquee span {
	flex: 0 0 auto;
}

.service-marquee span::after {
	content: "*";
	margin-left: clamp(1.5rem, 5vw, 4rem);
	color: var(--accent);
}

.discipline-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
}

.discipline-grid article {
	min-height: 10.5rem;
}

.discipline-grid h3 {
	font-size: 1rem;
}

.discipline-grid p {
	margin-top: 0.7rem;
	font-size: 0.86rem;
}

.feature-panel {
	overflow: hidden;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}

.media-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.media-panel.reversed .feature-media {
	order: 1;
}

.dark-panel {
	background: var(--dark);
	color: #fff;
}

.dark-panel h2,
.dark-panel h3,
.final-cta h2,
.journey-panel h2,
.cta-panel h2 {
	color: #fff;
}

.feature-media {
	min-height: 30rem;
}

.feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature-copy {
	padding: clamp(2rem, 5vw, 3.6rem);
}

.feature-copy p {
	margin-top: 1rem;
}

.dark-panel .feature-copy p,
.journey-panel p,
.cta-panel p {
	color: rgba(255, 255, 255, 0.72);
}

.pricing-list {
	display: grid;
	gap: 0.85rem;
	margin: 1.8rem 0 0;
	padding: 0;
	list-style: none;
}

.pricing-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.78);
}

.pricing-list strong {
	color: var(--accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 400;
}

.warm-panel {
	background: #e8d2b8;
}

.meet-mark {
	padding-top: clamp(4rem, 8vw, 7rem);
}

.mark-panel {
	background:
		linear-gradient(135deg, rgba(232, 210, 184, 0.94), rgba(255, 250, 243, 0.72)),
		#e8d2b8;
}

.mark-media img {
	filter: saturate(1.1) hue-rotate(330deg) contrast(1.04);
}

.journey-panel {
	position: relative;
	overflow: hidden;
	min-height: 28rem;
	padding: clamp(2rem, 6vw, 4.5rem);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(90deg, rgba(39, 16, 8, 0.94), rgba(79, 28, 10, 0.55)),
		url("../design/studio-hands-aTrCrWlW.jpg") center / cover;
	color: #fff;
	box-shadow: var(--shadow);
}

.journey-panel > * {
	position: relative;
	z-index: 1;
	max-width: 650px;
}

.journey-panel .relationship-tags span {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.journey-panel .btn-secondary {
	margin-top: 1.4rem;
}

.about-section {
	padding-top: 2rem;
}

.about-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(2rem, 6vw, 5rem);
	padding: clamp(2rem, 5vw, 3.4rem) 0;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.about-copy {
	display: grid;
	gap: 1rem;
}

.contact-section {
	padding: 5rem 1rem;
}

.contact-shell {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding: 2.5rem;
	border-radius: 1.5rem;
	background: var(--dark);
	color: var(--bg);
}

.contact-grid {
	display: grid;
	gap: 2.5rem;
}

.contact-eyebrow {
	color: var(--accent);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.25em;
	line-height: 1;
	text-transform: uppercase;
}

.contact-heading {
	margin-top: 1rem;
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.contact-heading span {
	color: rgba(255, 255, 255, 0.85);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 300;
}

.contact-body {
	max-width: 32rem;
	margin-top: 1.25rem;
	color: rgba(247, 240, 231, 0.75);
	font-size: 0.875rem;
	line-height: 1.625;
}

.contact-links {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 1rem;
}

.contact-email {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.25rem;
	border-radius: 1rem;
	background: rgba(247, 240, 231, 0.1);
	transition: background 0.2s ease, transform 0.2s ease;
}

.contact-email:hover,
.contact-email:focus {
	background: rgba(247, 240, 231, 0.15);
	color: inherit;
}

.contact-email-label {
	color: var(--accent);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
}

.contact-email-address {
	margin-top: 0.25rem;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
}

.contact-email-arrow {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.25rem;
	line-height: 1;
	transition: transform 0.2s ease;
}

.contact-email:hover .contact-email-arrow,
.contact-email:focus .contact-email-arrow {
	transform: translateX(0.25rem);
}

.contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.5rem;
	padding: 1rem 1.5rem;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.contact-btn-primary {
	background: var(--accent);
	border: 1px solid var(--accent);
	color: #fff;
}

.contact-btn-primary:hover,
.contact-btn-primary:focus {
	background: rgba(231, 94, 44, 0.9);
	color: #fff;
}

.contact-btn-secondary {
	border: 1px solid rgba(247, 240, 231, 0.25);
	background: transparent;
	color: #fff;
}

.contact-btn-secondary:hover,
.contact-btn-secondary:focus {
	background: rgba(247, 240, 231, 0.05);
	color: #fff;
}

.mastering-page-shell {
	width: min(calc(100% - 2rem), var(--max-width));
	margin: 0 auto;
}

.mastering-page-eyebrow {
	margin: 0 0 0.85rem;
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
}

.mastering-product-hero {
	padding: 7rem 0 5.5rem;
	background:
		radial-gradient(circle at 15% 5%, rgba(231, 94, 44, 0.08), transparent 24rem),
		linear-gradient(180deg, #fbf5ed 0%, var(--bg) 100%);
}

.mastering-product-hero-copy {
	max-width: 62rem;
}

.mastering-product-hero h1,
.mastering-editorial-intro h2 {
	max-width: 62rem;
	font-size: clamp(2.5rem, 7vw, 5.75rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.02;
	text-wrap: balance;
}

.mastering-product-hero-copy > p {
	max-width: 43rem;
	margin-top: 2rem;
	color: rgba(33, 27, 23, 0.72);
	font-size: 1rem;
	line-height: 1.625;
}

.mastering-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.mastering-product-hero-media {
	position: relative;
	margin-top: clamp(2rem, 5vw, 4rem);
}

.mastering-product-hero-media img {
	width: min(100%, 60rem);
	margin-left: auto;
	aspect-ratio: 4 / 5;
	border-radius: 1.5rem;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.08) contrast(1.04);
	box-shadow: var(--shadow);
}

.mastering-product-hero-note {
	width: min(100%, 24rem);
	margin-top: -3.8rem;
	padding: 1.75rem;
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
}

.mastering-product-hero-note span,
.mastering-proof-grid span,
.mastering-service-editorial-list span,
.mastering-timeline span {
	color: var(--accent);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.mastering-product-hero-note p,
.mastering-profile-copy p,
.mastering-proof-grid p,
.mastering-objection-cards p,
.mastering-service-editorial-list p,
.mastering-buy-copy p,
.mastering-page-price-row p,
.mastering-timeline p,
.mastering-page-faq-list p,
.mastering-page-final-panel p {
	color: rgba(33, 27, 23, 0.7);
	font-size: 0.875rem;
	line-height: 1.625;
}

.mastering-editorial-band,
.mastering-profile-section,
.mastering-product-section,
.mastering-service-editorial,
.mastering-buy-section,
.mastering-timeline-section,
.mastering-faq-editorial,
.mastering-page-final-cta {
	padding: 5rem 0;
	background: var(--bg);
}

.mastering-editorial-band {
	border-top: 1px solid rgba(55, 42, 34, 0.08);
	border-bottom: 1px solid rgba(55, 42, 34, 0.08);
}

.mastering-editorial-intro {
	display: grid;
	gap: 1.5rem;
}

.mastering-editorial-intro p:last-child {
	max-width: 42rem;
	color: rgba(33, 27, 23, 0.72);
	font-size: 1rem;
	line-height: 1.625;
}

.mastering-profile-layout,
.mastering-objection-layout,
.mastering-buy-layout,
.mastering-faq-layout {
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	align-items: start;
}

.mastering-profile-image {
	overflow: hidden;
	margin: 0;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}

.mastering-profile-image img,
.mastering-page-process-intro img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	filter: saturate(1.08) contrast(1.04);
}

.mastering-profile-copy {
	padding-top: clamp(0rem, 6vw, 5rem);
}

.mastering-profile-copy h2,
.mastering-objection-heading h2,
.mastering-service-lead h2,
.mastering-buy-copy h2,
.mastering-timeline-header h2,
.mastering-faq-layout h2,
.mastering-page-final-panel h2 {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.08;
	text-wrap: balance;
}

.mastering-profile-copy p {
	max-width: 38rem;
	margin-top: 1.25rem;
}

.mastering-proof-strip {
	padding: 1.5rem 0;
	background: var(--bg);
	border-top: 1px solid rgba(55, 42, 34, 0.07);
	border-bottom: 1px solid rgba(55, 42, 34, 0.07);
}

.mastering-proof-grid {
	display: grid;
	gap: 0.75rem;
}

.mastering-proof-grid div {
	padding: 1.75rem;
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
}

.mastering-proof-grid p {
	margin-top: 1rem;
	font-size: 0.875rem;
	line-height: 1.625;
}

.mastering-objection-cards {
	display: grid;
	gap: 0.9rem;
}

.mastering-objection-cards article {
	padding: 1.75rem;
	border-left: 0;
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
}

.mastering-objection-cards h3,
.mastering-service-editorial-list h3,
.mastering-page-price-row h3,
.mastering-timeline h3 {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
}

.mastering-objection-cards p,
.mastering-service-editorial-list p,
.mastering-timeline p {
	margin-top: 0.75rem;
	font-size: 0.94rem;
	line-height: 1.625;
}

.mastering-service-lead {
	max-width: 48rem;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.mastering-service-editorial-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--border);
}

.mastering-service-editorial-list article {
	display: grid;
	gap: 1rem;
	padding: 1.75rem 0;
	border-bottom: 1px solid var(--border);
}

.mastering-quote-section {
	padding: 5rem 0;
	background: #e8d2b8;
}

.mastering-quote-section blockquote {
	max-width: 62rem;
	margin: 0;
}

.mastering-quote-section p {
	color: var(--text);
	font-family: inherit;
	font-size: clamp(2.1rem, 5vw, 3rem);
	font-style: normal;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.mastering-quote-section cite {
	display: block;
	margin-top: 1.5rem;
	color: var(--accent);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.mastering-buy-section {
	background: var(--bg);
}

.mastering-buy-copy p {
	max-width: 32rem;
	margin-top: 1rem;
}

.mastering-page-price-table {
	overflow: hidden;
	border: 1px solid rgba(55, 42, 34, 0.12);
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
}

.mastering-page-price-row {
	display: grid;
	gap: 0.85rem;
	padding: 1.75rem;
	border-top: 1px solid rgba(55, 42, 34, 0.1);
}

.mastering-page-price-row.is-recommended {
	position: relative;
	background: rgba(231, 94, 44, 0.08);
}

.mastering-page-price-row:first-child {
	border-top: 0;
}

.mastering-page-price-row strong {
	color: var(--accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
}

.mastering-page-price-row p span {
	display: inline-flex;
	margin-right: 0.45rem;
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.mastering-timeline-header {
	max-width: 48rem;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.mastering-timeline {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid var(--border);
}

.mastering-timeline li {
	position: relative;
	padding: 0 0 2.5rem 1.75rem;
}

.mastering-timeline li::before {
	content: "";
	position: absolute;
	top: 0.35rem;
	left: -0.34rem;
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 50%;
	background: var(--accent);
}

.mastering-page-faq-list {
	display: grid;
	gap: 0.75rem;
}

.mastering-page-faq-list details {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 1.5rem;
	background: var(--surface);
}

.mastering-page-faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.5rem;
	color: var(--text);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
}

.mastering-page-faq-list summary::-webkit-details-marker {
	display: none;
}

.mastering-page-faq-list summary::after {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background: rgba(231, 94, 44, 0.1);
	color: var(--accent);
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1;
}

.mastering-page-faq-list details[open] summary::after {
	content: "-";
}

.mastering-page-faq-list p {
	max-width: 52rem;
	padding: 0 1.5rem 1.5rem;
}

.mastering-page-final-panel {
	display: grid;
	gap: 2rem;
	align-items: center;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: var(--radius-lg);
	background: var(--dark);
	color: #fff;
}

.mastering-page-final-panel h2 {
	color: #fff;
}

.mastering-page-final-panel p:not(.mastering-page-eyebrow) {
	max-width: 38rem;
	margin-top: 1rem;
	color: rgba(247, 240, 231, 0.74);
	font-size: 0.875rem;
	line-height: 1.625;
}

.mastering-page-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.mastering-page {
	background:
		radial-gradient(circle at 12% 3%, rgba(231, 94, 44, 0.08), transparent 23rem),
		linear-gradient(180deg, #fbf5ed 0%, var(--bg) 34%, #f4eadf 100%);
}

.mastering-shell {
	width: min(calc(100% - 2rem), var(--max-width));
	margin: 0 auto;
}

.mastering-eyebrow {
	margin: 0 0 0.95rem;
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
}

.mastering-page h1,
.mastering-page h2,
.mastering-page h3 {
	color: var(--text);
	letter-spacing: 0;
}

.mastering-page h1 {
	max-width: 60rem;
	font-size: clamp(3rem, 8.2vw, 6.4rem);
	font-weight: 600;
	line-height: 0.98;
	text-wrap: balance;
}

.mastering-page h2 {
	max-width: 52rem;
	font-size: clamp(2.2rem, 4.8vw, 4rem);
	font-weight: 600;
	line-height: 1.02;
	text-wrap: balance;
}

.mastering-page h3 {
	font-size: clamp(1.15rem, 1.8vw, 1.45rem);
	font-weight: 600;
	line-height: 1.15;
}

.mastering-page p {
	color: rgba(33, 27, 23, 0.7);
	line-height: 1.7;
}

.mastering-hero {
	padding: clamp(7.5rem, 12vw, 10rem) 0 clamp(5rem, 9vw, 8rem);
}

.mastering-hero-grid {
	display: grid;
	gap: clamp(2.5rem, 7vw, 6rem);
	align-items: end;
}

.mastering-hero-copy > p {
	max-width: 42rem;
	margin-top: 1.8rem;
	font-size: clamp(1rem, 1.5vw, 1.125rem);
}

.mastering-actions,
.mastering-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2.2rem;
}

.mastering-hero-portrait {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: var(--radius-lg);
	background: var(--surface-soft);
	box-shadow: var(--shadow);
}

.mastering-hero-portrait img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.08) contrast(1.04);
}

.mastering-hero-portrait::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(26, 16, 11, 0.72) 100%);
	pointer-events: none;
}

.mastering-hero-portrait figcaption {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	left: 1.5rem;
	z-index: 1;
	color: var(--bg);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mastering-proof,
.mastering-diagnostic,
.mastering-outcomes,
.mastering-philosophy,
.mastering-service-guide,
.mastering-pricing,
.mastering-process,
.mastering-faq,
.mastering-final-cta {
	padding: clamp(5rem, 9vw, 8rem) 0;
}

.mastering-proof {
	border-top: 1px solid rgba(55, 42, 34, 0.08);
}

.mastering-proof-grid,
.mastering-diagnostic-layout,
.mastering-pricing-layout,
.mastering-faq-layout {
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	align-items: start;
}

.mastering-proof-copy {
	display: grid;
	gap: 1.25rem;
	max-width: 43rem;
}

.mastering-cred-row {
	display: grid;
	gap: 0.9rem;
	margin-top: clamp(2.5rem, 6vw, 4.5rem);
}

.mastering-cred-row div,
.mastering-outcome-grid article {
	padding: 1.75rem;
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
}

.mastering-cred-row strong {
	display: block;
	color: var(--text);
	font-size: 1rem;
	font-weight: 700;
}

.mastering-cred-row span {
	display: block;
	margin-top: 0.55rem;
	color: rgba(33, 27, 23, 0.7);
	font-size: 0.9rem;
	line-height: 1.6;
}

.mastering-diagnostic {
	background: rgba(239, 226, 209, 0.45);
}

.mastering-diagnostic-image {
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: var(--surface-soft);
	box-shadow: var(--shadow);
}

.mastering-diagnostic-image img {
	width: 100%;
	aspect-ratio: 5 / 4;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.08) contrast(1.04);
}

.mastering-diagnostic-copy {
	align-self: center;
}

.mastering-diagnostic-copy p:not(.mastering-eyebrow) {
	max-width: 38rem;
	margin-top: 1.25rem;
}

.mastering-outcomes-head,
.mastering-service-intro,
.mastering-process-head {
	max-width: 58rem;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.mastering-outcome-grid {
	display: grid;
	gap: 0.9rem;
}

.mastering-outcome-grid article {
	min-height: 15rem;
}

.mastering-outcome-grid span,
.mastering-service-list span,
.mastering-process-list span,
.mastering-price-table span {
	display: inline-block;
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
}

.mastering-outcome-grid h3 {
	margin-top: 3.4rem;
}

.mastering-outcome-grid p {
	margin-top: 0.9rem;
	font-size: 0.92rem;
}

.mastering-philosophy {
	padding-top: clamp(2rem, 5vw, 4rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.mastering-philosophy-panel {
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: var(--radius-lg);
	background: #e8d2b8;
}

.mastering-philosophy-panel p:not(.mastering-eyebrow) {
	max-width: 46rem;
	margin-top: 1.25rem;
	color: rgba(33, 27, 23, 0.76);
	font-size: clamp(1rem, 1.5vw, 1.125rem);
}

.mastering-service-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--border);
}

.mastering-service-list article {
	display: grid;
	gap: 1.25rem;
	padding: clamp(1.5rem, 3vw, 2.2rem) 0;
	border-bottom: 1px solid var(--border);
}

.mastering-service-list h3 {
	margin-top: 0.8rem;
}

.mastering-service-list p {
	max-width: 43rem;
	font-size: 0.96rem;
}

.mastering-pricing {
	background: rgba(239, 226, 209, 0.45);
}

.mastering-pricing-copy p:not(.mastering-eyebrow) {
	max-width: 34rem;
	margin-top: 1.25rem;
}

.mastering-price-table {
	overflow: hidden;
	border: 1px solid rgba(55, 42, 34, 0.12);
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
}

.mastering-price-table article {
	display: grid;
	gap: 1rem;
	padding: 1.75rem;
	border-top: 1px solid rgba(55, 42, 34, 0.1);
}

.mastering-price-table article:first-child {
	border-top: 0;
}

.mastering-price-table article.is-recommended {
	background: rgba(231, 94, 44, 0.08);
}

.mastering-price-table h3 {
	margin-top: 0.35rem;
}

.mastering-price-table p {
	margin-top: 0.65rem;
	font-size: 0.9rem;
}

.mastering-price-table strong {
	color: var(--accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.65rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
}

.mastering-process-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--border);
}

.mastering-process-list li {
	display: grid;
	gap: 0.8rem;
	padding: 1.7rem 0;
	border-bottom: 1px solid var(--border);
}

.mastering-process-list p {
	max-width: 42rem;
	font-size: 0.94rem;
}

.mastering-faq {
	background: rgba(239, 226, 209, 0.45);
}

.mastering-faq-list {
	display: grid;
	gap: 0.75rem;
}

.mastering-faq-list details {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 12px 28px rgba(73, 48, 30, 0.06);
}

.mastering-faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.5rem;
	color: var(--text);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
}

.mastering-faq-list summary::-webkit-details-marker {
	display: none;
}

.mastering-faq-list summary::after {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background: rgba(231, 94, 44, 0.1);
	color: var(--accent);
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1;
}

.mastering-faq-list details[open] summary::after {
	content: "-";
}

.mastering-faq-list p {
	max-width: 52rem;
	padding: 0 1.5rem 1.5rem;
	font-size: 0.94rem;
}

.mastering-final-cta {
	padding-bottom: clamp(5rem, 9vw, 8rem);
}

.mastering-final-panel {
	display: grid;
	gap: 2rem;
	align-items: center;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: var(--radius-lg);
	background: var(--dark);
	color: #fff;
}

.mastering-final-panel h2 {
	color: #fff;
}

.mastering-final-panel .mastering-eyebrow {
	color: rgba(247, 240, 231, 0.7);
}

.mastering-final-panel p:not(.mastering-eyebrow) {
	max-width: 41rem;
	margin-top: 1.2rem;
	color: rgba(247, 240, 231, 0.74);
}

.mastering-final-actions {
	margin-top: 0;
}

.mastering-final-actions .btn-secondary {
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
}

.mastering-final-actions .btn-secondary:hover,
.mastering-final-actions .btn-secondary:focus {
	border-color: rgba(255, 255, 255, 0.38);
	color: #fff;
}

@media (min-width: 640px) {
	.mastering-cred-row,
	.mastering-outcome-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.mastering-shell {
		width: min(calc(100% - 3rem), var(--max-width));
	}

	.mastering-page h1 {
		letter-spacing: -0.025em;
	}

	.mastering-page h2 {
		letter-spacing: -0.025em;
	}

	.mastering-hero-grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.72fr);
	}

	.mastering-hero-copy {
		padding-bottom: clamp(1rem, 5vw, 4rem);
	}

	.mastering-hero-copy > p,
	.mastering-diagnostic-copy p:not(.mastering-eyebrow),
	.mastering-pricing-copy p:not(.mastering-eyebrow),
	.mastering-final-panel p:not(.mastering-eyebrow) {
		font-size: 1.05rem;
	}

	.mastering-proof-grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}

	.mastering-cred-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mastering-diagnostic-layout {
		grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
	}

	.mastering-diagnostic-image img {
		aspect-ratio: 4 / 5;
	}

	.mastering-outcome-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mastering-service-list article {
		grid-template-columns: minmax(15rem, 0.74fr) minmax(0, 1fr);
		align-items: start;
	}

	.mastering-pricing-layout {
		grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
	}

	.mastering-price-table article {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		padding: 1.75rem 2.25rem;
	}

	.mastering-process-list li {
		grid-template-columns: 5rem minmax(10rem, 0.45fr) minmax(0, 1fr);
		align-items: start;
		padding: 2rem 0;
	}

	.mastering-faq-layout {
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	}

	.mastering-final-panel {
		grid-template-columns: minmax(0, 1fr) auto;
	}
}

@media (min-width: 1100px) {
	.mastering-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.58fr);
	}

	.mastering-proof-statement {
		padding-right: 2rem;
	}

	.mastering-pricing-copy {
		position: sticky;
		top: 8rem;
	}
}

@media (max-width: 640px) {
	.mastering-shell {
		width: min(calc(100% - 1.25rem), var(--max-width));
	}

	.mastering-page h1 {
		font-size: clamp(2.65rem, 13vw, 4rem);
		line-height: 1.02;
	}

	.mastering-page h2 {
		font-size: clamp(2rem, 10vw, 3rem);
		line-height: 1.04;
	}

	.mastering-hero {
		padding-top: 7.5rem;
	}

	.mastering-actions,
	.mastering-final-actions {
		flex-direction: column;
	}

	.mastering-cred-row div,
	.mastering-outcome-grid article,
	.mastering-philosophy-panel,
	.mastering-price-table article,
	.mastering-final-panel {
		padding: 1.35rem;
	}

	.mastering-outcome-grid article {
		min-height: auto;
	}

	.mastering-outcome-grid h3 {
		margin-top: 2rem;
	}

	.mastering-service-list article,
	.mastering-process-list li {
		padding: 1.45rem 0;
	}

	.mastering-hero-portrait figcaption {
		right: 1.15rem;
		bottom: 1.15rem;
		left: 1.15rem;
	}
}

.mastering-product .mastering-poster {
	padding: clamp(7.5rem, 12vw, 10rem) 0 clamp(4.5rem, 8vw, 7rem);
}

.mastering-poster-frame {
	position: relative;
	overflow: hidden;
	min-height: clamp(34rem, 72vw, 48rem);
	border-radius: var(--radius-lg);
	background: var(--dark);
	box-shadow: var(--shadow);
}

.mastering-poster-frame img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.05) contrast(1.05);
}

.mastering-poster-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(26, 16, 11, 0.82) 0%, rgba(26, 16, 11, 0.5) 42%, rgba(26, 16, 11, 0.12) 100%),
		linear-gradient(180deg, transparent 48%, rgba(26, 16, 11, 0.5) 100%);
}

.mastering-poster-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 48rem;
	min-height: clamp(34rem, 72vw, 48rem);
	padding: clamp(1.5rem, 5vw, 4rem);
}

.mastering-poster-copy h1,
.mastering-release-panel h2 {
	color: #fff;
}

.mastering-poster-copy p {
	max-width: 40rem;
	margin-top: 1.5rem;
	color: rgba(247, 240, 231, 0.78);
	font-size: clamp(1rem, 1.5vw, 1.125rem);
}

.mastering-product .mastering-authority,
.mastering-product .mastering-listen,
.mastering-product .mastering-audit,
.mastering-product .mastering-statement,
.mastering-product .mastering-selector,
.mastering-product .mastering-price-book,
.mastering-product .mastering-flow,
.mastering-product .mastering-questions,
.mastering-product .mastering-release-cta {
	padding: clamp(5rem, 9vw, 8rem) 0;
}

.mastering-authority .mastering-shell {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(2rem, 5vw, 4rem);
}

.mastering-authority-kicker {
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.mastering-authority-story {
	max-width: 58rem;
}

.mastering-authority-story p {
	max-width: 43rem;
	margin-top: 1.3rem;
	font-size: clamp(1rem, 1.5vw, 1.08rem);
}

.mastering-authority-rail {
	display: grid;
	gap: 0.8rem;
	padding: 0;
}

.mastering-authority-rail div {
	padding: 1.35rem;
	border-left: 3px solid rgba(231, 94, 44, 0.55);
	border-radius: 0 var(--radius) var(--radius) 0;
	background: rgba(255, 250, 243, 0.76);
	box-shadow: 0 12px 28px rgba(73, 48, 30, 0.06);
}

.mastering-authority-rail strong {
	display: block;
	color: var(--text);
	font-size: 0.95rem;
}

.mastering-authority-rail span {
	display: block;
	margin-top: 0.45rem;
	color: rgba(33, 27, 23, 0.68);
	font-size: 0.88rem;
	line-height: 1.55;
}

.mastering-listen {
	background: rgba(239, 226, 209, 0.45);
}

.mastering-listen-layout {
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	align-items: end;
}

.mastering-listen-note {
	display: grid;
	gap: 1.1rem;
	max-width: 38rem;
	padding-bottom: 0.25rem;
}

.mastering-wide-image {
	overflow: hidden;
	margin: clamp(2rem, 5vw, 4rem) 0 0;
	border-radius: var(--radius-lg);
	background: var(--surface-soft);
	box-shadow: var(--shadow);
}

.mastering-wide-image img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.08) contrast(1.04);
}

.mastering-product .mastering-mark-image img {
	aspect-ratio: 16 / 4.8;
	object-position: center top;
}

.mastering-audit-heading {
	max-width: 54rem;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.mastering-audit-list {
	border-top: 1px solid var(--border);
}

.mastering-audit-list article {
	display: grid;
	gap: 1rem;
	padding: clamp(1.35rem, 3vw, 2.25rem) 0;
	border-bottom: 1px solid var(--border);
}

.mastering-audit-list span,
.mastering-selector-table span,
.mastering-flow li span,
.mastering-price-book-list span {
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.mastering-audit-list p {
	max-width: 36rem;
}

.mastering-statement {
	padding-top: clamp(2rem, 5vw, 4rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.mastering-statement-panel {
	max-width: 74rem;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: var(--radius-lg);
	background: #e8d2b8;
}

.mastering-statement-panel p:not(.mastering-eyebrow) {
	max-width: 54rem;
	margin-top: 1.25rem;
	color: rgba(33, 27, 23, 0.76);
	font-size: clamp(1.05rem, 1.6vw, 1.18rem);
}

.mastering-selector-header,
.mastering-price-heading,
.mastering-questions-heading {
	max-width: 54rem;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.mastering-selector-table {
	display: grid;
	gap: 0.9rem;
}

.mastering-selector-table article {
	display: grid;
	gap: 0.9rem;
	padding: 1.75rem;
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
}

.mastering-selector-table h3 {
	margin-top: 0.8rem;
}

.mastering-selector-table p {
	font-size: 0.94rem;
}

.mastering-price-book {
	background: rgba(239, 226, 209, 0.45);
}

.mastering-price-heading {
	display: grid;
	gap: 1rem;
}

.mastering-price-heading p:not(.mastering-eyebrow) {
	max-width: 44rem;
}

.mastering-price-book-list {
	overflow: hidden;
	border: 1px solid rgba(55, 42, 34, 0.12);
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
}

.mastering-price-book-list article {
	display: grid;
	gap: 1rem;
	padding: 1.75rem;
	border-top: 1px solid rgba(55, 42, 34, 0.1);
}

.mastering-price-book-list article:first-child {
	border-top: 0;
}

.mastering-price-book-list article.is-recommended {
	background: rgba(231, 94, 44, 0.08);
}

.mastering-price-book-list h3 {
	margin-top: 0.35rem;
}

.mastering-price-book-list p {
	margin-top: 0.65rem;
	font-size: 0.9rem;
}

.mastering-price-book-list strong {
	color: var(--accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.75rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
}

.mastering-flow .mastering-shell {
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	align-items: start;
}

.mastering-flow-image {
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: var(--surface-soft);
	box-shadow: var(--shadow);
}

.mastering-flow-image img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.08) contrast(1.04);
}

.mastering-flow-content ol {
	display: grid;
	gap: 0;
	margin: clamp(2rem, 5vw, 3.5rem) 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--border);
}

.mastering-flow-content li {
	display: grid;
	gap: 0.65rem;
	padding: 1.5rem 0;
	border-bottom: 1px solid var(--border);
}

.mastering-flow-content strong {
	color: var(--text);
	font-size: 1.05rem;
}

.mastering-flow-content p {
	max-width: 34rem;
	font-size: 0.92rem;
}

.mastering-questions {
	background: rgba(239, 226, 209, 0.45);
}

.mastering-question-stack {
	display: grid;
	gap: 0.75rem;
	max-width: 56rem;
	margin-left: auto;
}

.mastering-question-stack details {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 12px 28px rgba(73, 48, 30, 0.06);
}

.mastering-question-stack summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.5rem;
	color: var(--text);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
}

.mastering-question-stack summary::-webkit-details-marker {
	display: none;
}

.mastering-question-stack summary::after {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background: rgba(231, 94, 44, 0.1);
	color: var(--accent);
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1;
}

.mastering-question-stack details[open] summary::after {
	content: "-";
}

.mastering-question-stack p {
	max-width: 52rem;
	padding: 0 1.5rem 1.5rem;
	font-size: 0.94rem;
}

.mastering-release-cta {
	padding-bottom: clamp(5rem, 9vw, 8rem);
}

.mastering-release-panel {
	position: relative;
	overflow: hidden;
	display: flex;
	min-height: clamp(28rem, 48vw, 38rem);
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(2rem, 6vw, 5rem);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(135deg, rgba(26, 16, 11, 0.96), rgba(42, 23, 16, 0.9)),
		var(--dark);
	color: #fff;
}

.mastering-release-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 86% center;
	transform: scale(0.86);
	transform-origin: center center;
	filter: saturate(1.08) contrast(1.04);
}

.mastering-release-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(26, 16, 11, 0.8), rgba(42, 23, 16, 0.52)),
		linear-gradient(180deg, rgba(26, 16, 11, 0.62) 0%, rgba(26, 16, 11, 0.66) 100%);
	pointer-events: none;
}

.mastering-release-copy,
.mastering-release-panel .mastering-actions {
	position: relative;
	z-index: 1;
}

.mastering-release-panel .mastering-eyebrow {
	color: rgba(247, 240, 231, 0.7);
}

.mastering-release-panel p:not(.mastering-eyebrow) {
	max-width: 40rem;
	margin-top: 1.25rem;
	color: rgba(247, 240, 231, 0.74);
	font-size: clamp(1rem, 1.4vw, 1.08rem);
}

@media (min-width: 768px) {
	.mastering-authority .mastering-shell {
		grid-template-columns: minmax(7rem, 0.24fr) minmax(0, 1fr) minmax(16rem, 0.45fr);
	}

	.mastering-authority-rail {
		padding-top: 0.2rem;
	}

	.mastering-listen-layout {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}

	.mastering-audit-list article {
		grid-template-columns: 5rem minmax(12rem, 0.42fr) minmax(0, 1fr);
		align-items: start;
	}

	.mastering-selector-table article {
		grid-template-columns: minmax(14rem, 0.64fr) minmax(0, 1fr);
		align-items: center;
		padding: 2rem 2.25rem;
	}

	.mastering-price-book-list article {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		padding: 1.75rem 2.25rem;
	}

	.mastering-flow .mastering-shell {
		grid-template-columns: minmax(16rem, 0.48fr) minmax(0, 1fr);
	}

	.mastering-flow-content {
		padding-top: clamp(1rem, 4vw, 3rem);
	}

	.mastering-flow-content li {
		grid-template-columns: 4rem minmax(9rem, 0.34fr) minmax(0, 1fr);
		align-items: start;
		padding: 1.8rem 0;
	}
}

@media (min-width: 1100px) {
	.mastering-price-book .mastering-shell {
		display: grid;
		grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
		gap: clamp(3rem, 7vw, 6rem);
		align-items: start;
	}

	.mastering-price-heading {
		position: sticky;
		top: 8rem;
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.mastering-poster-frame,
	.mastering-poster-copy {
		min-height: 36rem;
	}

	.mastering-poster-frame::after {
		background: linear-gradient(180deg, rgba(26, 16, 11, 0.2) 0%, rgba(26, 16, 11, 0.82) 100%);
	}

	.mastering-wide-image img {
		aspect-ratio: 4 / 5;
	}

	.mastering-authority-rail div,
	.mastering-selector-table article,
	.mastering-price-book-list article {
		padding: 1.35rem;
	}
}

.mastering-product .mastering-eyebrow,
.mastering-product .mastering-authority-kicker {
	margin: 0 0 0.85rem;
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.mastering-product h1 {
	max-width: none;
	font-size: clamp(2.5rem, 7vw, 5.75rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.02;
	text-wrap: balance;
}

.mastering-product h2 {
	font-size: clamp(2rem, 4.2vw, 3.25rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.05;
	text-wrap: balance;
}

.mastering-product h2 em {
	color: var(--accent);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 300;
}

.mastering-product h3 {
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1;
}

.mastering-product p {
	color: rgba(33, 27, 23, 0.7);
	font-size: 1rem;
	line-height: 1.625;
}

.mastering-product .mastering-poster-copy p {
	color: rgba(247, 240, 231, 0.78);
	font-size: 1rem;
	line-height: 1.625;
}

.mastering-product .mastering-authority-story p,
.mastering-product .mastering-listen-note p,
.mastering-product .mastering-statement-panel p:not(.mastering-eyebrow),
.mastering-product .mastering-release-panel p:not(.mastering-eyebrow) {
	font-size: 1rem;
	line-height: 1.625;
}

.mastering-product .mastering-audit-list span,
.mastering-product .mastering-selector-table span,
.mastering-product .mastering-flow li span,
.mastering-product .mastering-price-book-list span {
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	line-height: 1;
}

.mastering-product .mastering-authority-rail {
	gap: 0;
	border-top: 1px solid var(--border);
}

.mastering-product .mastering-authority-rail div {
	padding: 1rem 0;
	border: 0;
	border-bottom: 1px solid var(--border);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.mastering-product .mastering-authority-rail strong {
	color: var(--text);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
}

.mastering-product .mastering-question-stack {
	gap: 0;
	border-top: 1px solid var(--border);
}

.mastering-product .mastering-question-stack details {
	border: 0;
	border-bottom: 1px solid var(--border);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.mastering-product .mastering-question-stack summary {
	padding: 1.4rem 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
}

.mastering-product .mastering-question-stack p {
	padding: 0 0 1.5rem;
	font-size: 1rem;
	line-height: 1.625;
}

@media (min-width: 768px) {
	.mastering-product .mastering-poster-copy p,
	.mastering-product .mastering-authority-story p,
	.mastering-product .mastering-listen-note p,
	.mastering-product .mastering-statement-panel p:not(.mastering-eyebrow),
	.mastering-product .mastering-release-panel p:not(.mastering-eyebrow) {
		font-size: 1.125rem;
	}

	.mastering-product .mastering-proof-grid {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	}

	.mastering-product .mastering-cred-row {
		grid-template-columns: 1fr;
	}

	.mastering-product .mastering-selector-table h3 {
		font-size: 1.875rem;
	}
}

@media (max-width: 640px) {
	.mastering-product h1 {
		font-size: clamp(2.5rem, 13vw, 4.25rem);
		line-height: 1.02;
	}

	.mastering-product h2 {
		font-size: clamp(2rem, 4.2vw, 3.25rem);
		line-height: 1.05;
	}
}

.mastering-product .mastering-authority {
	padding-top: clamp(4rem, 8vw, 7rem);
	padding-bottom: clamp(4rem, 8vw, 7rem);
}

.mastering-product .mastering-authority .mastering-shell {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(2rem, 6vw, 5rem);
	align-items: start;
}

.mastering-product .mastering-authority-story {
	max-width: none;
}

.mastering-product .mastering-authority-story h2 {
	max-width: 38rem;
}

.mastering-product .mastering-authority-story p:not(.mastering-eyebrow) {
	max-width: 36rem;
	margin-top: 1.25rem;
}

.mastering-product .mastering-listen-note {
	max-width: 42rem;
}

.mastering-product .mastering-proof-grid {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
}

.mastering-product .mastering-cred-row {
	grid-template-columns: 1fr;
}

.mastering-product .mastering-cred-row div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 6.25rem;
	min-width: 0;
}

.mastering-product .mastering-authority-rail {
	display: grid;
	gap: 0.9rem;
	border-top: 0;
}

.mastering-product .mastering-authority-rail div {
	display: flex;
	align-items: center;
	min-height: 5.25rem;
	padding: 1.25rem 1.5rem;
	border: 1px solid var(--border);
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
}

.mastering-product .mastering-authority-rail strong {
	color: var(--text);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
}

.mastering-product .mastering-selector {
	padding-top: clamp(4.5rem, 8vw, 7rem);
	padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.mastering-product .mastering-selector-header {
	max-width: 48rem;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.mastering-product .mastering-selector-header h2 {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.mastering-product .mastering-selector-table {
	gap: 1rem;
}

.mastering-product .mastering-selector-table article {
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	min-height: 8.25rem;
	padding: clamp(1.5rem, 3vw, 2.1rem);
}

.mastering-product .mastering-selector-table span {
	display: block;
	margin-bottom: 0.75rem;
	color: var(--accent);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.mastering-product .mastering-selector-description {
	width: 100%;
}

.mastering-product .mastering-selector-table h3 {
	margin-top: 0;
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	font-weight: 600;
	line-height: 1.1;
}

.mastering-product .mastering-selector-table p {
	max-width: 36rem;
	font-size: 1rem;
	line-height: 1.625;
}

.mastering-product .mastering-questions {
	padding-top: clamp(3rem, 6vw, 5rem);
	padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.mastering-product .mastering-questions-heading {
	max-width: 46rem;
	margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
}

.mastering-product .mastering-question-stack {
	gap: 0.75rem;
	width: 100%;
	max-width: none;
	margin-left: 0;
	border-top: 0;
}

.mastering-product .mastering-question-stack details {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 12px 28px rgba(73, 48, 30, 0.06);
}

.mastering-product .mastering-question-stack summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 4.25rem;
	padding: 1.25rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
}

.mastering-product .mastering-question-stack summary::after {
	flex: 0 0 auto;
}

.mastering-product .mastering-question-stack p {
	max-width: 52rem;
	padding: 0 1.5rem 1.5rem;
	font-size: 1rem;
	line-height: 1.625;
}

.mastering-product .mastering-listen,
.mastering-product .mastering-price-book,
.mastering-product .mastering-questions {
	background: rgba(239, 226, 209, 0.45);
}

@media (min-width: 768px) {
	.mastering-product .mastering-authority .mastering-shell {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}

	.mastering-product .mastering-authority-rail {
		padding-top: 0;
	}

	.mastering-product .mastering-authority-rail div {
		min-height: 5.75rem;
	}

	.mastering-product .mastering-selector-table article {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
		justify-content: stretch;
	}

	.mastering-product .mastering-selector-table p {
		max-width: none;
	}

	.mastering-product .mastering-selector-table h3 {
		font-size: 1.35rem;
	}
}

@media (min-width: 1100px) {
	.mastering-product .mastering-authority .mastering-shell {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}

	.mastering-product .mastering-selector-table article {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
	}
}

@media (max-width: 640px) {
	.mastering-product .mastering-authority-rail {
		grid-template-columns: 1fr;
	}

	.mastering-product .mastering-authority-rail div {
		min-height: 4.5rem;
	}

	.mastering-product .mastering-cred-row {
		grid-template-columns: 1fr;
	}

	.mastering-product .mastering-selector-table article {
		align-items: start;
	}

	.mastering-product .mastering-question-stack summary {
		align-items: center;
	}
}

.mastering-product .mastering-sounds-panel,
.mastering-product .mastering-mark-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 4vw, 2.5rem);
	align-items: start;
}

.mastering-product .mastering-sounds-side,
.mastering-product .mastering-mark-copy {
	display: grid;
	gap: 1rem;
	align-content: start;
}

.mastering-product .mastering-mark-portrait {
	margin: 0;
}

.mastering-product .mastering-mark-portrait img {
	display: block;
}

@media (min-width: 768px) {
	.mastering-product .mastering-sounds-panel {
		grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
		gap: clamp(2rem, 5vw, 4rem);
		align-items: center;
	}

	.mastering-product .mastering-sounds-copy {
		max-width: 42rem;
	}

	.mastering-product .mastering-sounds-copy h2 {
		max-width: 33rem;
	}

	.mastering-product .mastering-sounds-side {
		gap: 1.25rem;
		justify-self: end;
		max-width: 28rem;
	}

	.mastering-product .mastering-sounds-side p {
		max-width: 24rem;
		font-size: 1rem;
		line-height: 1.625;
	}

	.mastering-product .mastering-sounds-side .mastering-actions {
		margin-top: 0;
	}

	.mastering-product .mastering-mark-section .mastering-shell {
		align-items: center;
	}

	.mastering-product .mastering-mark-layout {
		display: grid;
		grid-template-columns: minmax(0, 1.16fr) minmax(18rem, 0.84fr);
		gap: clamp(2rem, 5vw, 4rem);
		align-items: center;
	}

	.mastering-product .mastering-mark-copy {
		gap: 1rem;
		max-width: 42rem;
	}

	.mastering-product .mastering-mark-copy h2 {
		max-width: 28rem;
	}

	.mastering-product .mastering-mark-note {
		max-width: 38rem;
	}

	.mastering-product .mastering-mark-note p {
		max-width: 34rem;
	}

	.mastering-product .mastering-mark-portrait {
		justify-self: end;
		width: 100%;
		max-width: 30rem;
		padding: clamp(0.85rem, 1.8vw, 1.15rem);
		border-radius: var(--radius-lg);
		background: linear-gradient(180deg, rgba(255, 250, 243, 0.75), rgba(255, 250, 243, 0.45));
		box-shadow: var(--shadow);
	}

	.mastering-product .mastering-mark-portrait img {
		width: 100%;
		aspect-ratio: 4 / 5;
		object-fit: cover;
		object-position: center center;
		border-radius: calc(var(--radius-lg) - 0.35rem);
		filter: saturate(1.05) contrast(1.03);
	}
}

@media (max-width: 900px) {
	.mastering-product .mastering-sounds-panel,
	.mastering-product .mastering-mark-layout {
		grid-template-columns: 1fr;
	}

	.mastering-product .mastering-sounds-side,
	.mastering-product .mastering-mark-portrait {
		justify-self: stretch;
		max-width: none;
	}

	.mastering-product .mastering-mark-copy h2,
	.mastering-product .mastering-sounds-copy h2 {
		max-width: none;
	}
}

@keyframes homeReveal {
	from {
		opacity: 0;
		transform: translateY(28px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

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

	.home-reveal {
		animation: none;
	}

	.hero-card,
	.premium-card,
	.ecosystem-step,
	.btn-primary,
	.btn-secondary,
	.cta-input {
		transition: none;
	}
}

.site-footer {
	margin-top: 5rem;
	border-top: 1px solid var(--border);
	background: #f1e5d8;
}

.footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(150px, 0.45fr));
	gap: clamp(2rem, 7vw, 7rem);
	width: min(calc(100% - 2rem), var(--max-width));
	margin: 0 auto;
	padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.footer-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1rem;
	color: var(--text);
	font-size: 0.95rem;
	font-weight: 700;
}

.footer-brand p {
	max-width: 26rem;
}

.footer-section {
	display: grid;
	align-content: start;
	gap: 0.75rem;
}

.footer-section h2 {
	margin-bottom: 0.35rem;
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.footer-section a {
	color: var(--muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.footer-credits {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	width: min(calc(100% - 2rem), var(--max-width));
	margin: 0 auto;
	padding: 1.25rem 0;
	border-top: 1px solid var(--border);
	color: var(--muted);
	font-size: 0.78rem;
}

.back-to-top {
	position: fixed;
	right: clamp(1rem, 2.5vw, 1.75rem);
	bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
	z-index: 60;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid rgba(231, 94, 44, 0.24);
	border-radius: 999px;
	background: rgba(231, 94, 44, 0.94);
	box-shadow: 0 12px 34px -18px rgba(75, 55, 38, 0.45);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(0.5rem);
	transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
	border-color: var(--accent-dark);
	background: var(--accent-dark);
}

.back-to-top:focus-visible {
	outline: 2px solid var(--text);
	outline-offset: 3px;
}

.back-to-top span {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
}

.page-main,
.page-intro {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 3rem 1rem;
}

.entry,
.no-results {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--surface);
	padding: 2rem;
}

.entry-title {
	font-size: clamp(2rem, 4vw, 3rem);
}

.entry-content {
	color: var(--muted);
	line-height: 1.8;
}

.legal-page-main {
	width: min(calc(100% - 2rem), 850px);
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.jit-legal-page {
	overflow-x: hidden;
}

.legal-entry {
	overflow: visible;
	border-radius: var(--radius-lg);
	padding: 3rem;
	box-shadow: var(--shadow);
}

.legal-entry .entry-header {
	margin-bottom: 2.25rem;
	padding-bottom: 1.75rem;
	border-bottom: 1px solid var(--border);
}

.legal-entry .entry-title {
	max-width: 780px;
	margin: 0;
	color: var(--text);
	font-size: 48px;
	line-height: 1.05;
	letter-spacing: -0.025em;
}

.legal-entry .entry-content,
.legal-entry #cmplz-document {
	width: 100%;
	min-width: 0 !important;
	max-width: 100% !important;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.75;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.legal-entry .entry-content *,
.legal-entry #cmplz-document * {
	width: auto;
	min-width: 0 !important;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal !important;
}

.legal-entry p,
.legal-entry #cmplz-document p {
	width: 100% !important;
	max-width: 100% !important;
}

.legal-entry .entry-content > *,
.legal-entry #cmplz-document > * {
	margin-top: 0;
	margin-bottom: 1.15rem;
}

.legal-entry .entry-content > *:last-child,
.legal-entry #cmplz-document > *:last-child {
	margin-bottom: 0;
}

.legal-draft-notice {
	margin: 0 0 2rem;
	padding: 0.9rem 1rem;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--surface-soft);
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.legal-entry .entry-content h2,
.legal-entry .entry-content h2.wp-block-heading,
.legal-entry #cmplz-document h2 {
	margin-top: 2.5rem;
	margin-bottom: 0.85rem;
	color: var(--text);
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: -0.015em;
}

.legal-entry .entry-content h3,
.legal-entry #cmplz-document h3 {
	margin-top: 2rem;
	margin-bottom: 0.65rem;
	color: var(--text);
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.legal-entry .entry-content h4,
.legal-entry #cmplz-document h4 {
	margin-top: 1.6rem;
	margin-bottom: 0.55rem;
	color: var(--text);
	font-size: 20px;
	line-height: 1.3;
}

.legal-entry .entry-content p,
.legal-entry .entry-content li,
.legal-entry .entry-content td,
.legal-entry #cmplz-document p,
.legal-entry #cmplz-document li,
.legal-entry #cmplz-document td {
	font-size: 18px;
	line-height: inherit;
}

.legal-entry .entry-content blockquote,
.legal-entry #cmplz-document blockquote {
	margin: 2rem 0;
	padding: 1rem 1.25rem;
	border-left: 3px solid var(--accent);
	border-radius: 0 var(--radius) var(--radius) 0;
	background: var(--surface-soft);
	color: var(--text);
}

.legal-entry a,
.legal-entry #cmplz-document a {
	color: var(--accent);
	font-weight: 700;
	overflow-wrap: anywhere;
	word-break: break-all;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.legal-entry a:hover,
.legal-entry a:focus-visible,
.legal-entry #cmplz-document a:hover,
.legal-entry #cmplz-document a:focus-visible {
	color: var(--accent-dark);
}

.legal-entry a:focus-visible,
.legal-entry #cmplz-document a:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
	border-radius: 4px;
}

.legal-entry ul,
.legal-entry ol,
.legal-entry #cmplz-document ul,
.legal-entry #cmplz-document ol {
	padding-left: 1.35rem;
}

.legal-entry li + li,
.legal-entry #cmplz-document li + li {
	margin-top: 0.45rem;
}

.legal-entry table,
.legal-entry #cmplz-document table {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 1.5rem 0;
	overflow-x: auto;
	border-collapse: collapse;
	font-size: 0.94rem;
}

.legal-entry th,
.legal-entry td,
.legal-entry #cmplz-document th,
.legal-entry #cmplz-document td {
	padding: 0.85rem 1rem;
	border: 1px solid var(--border);
	text-align: left;
	vertical-align: top;
}

.legal-entry th,
.legal-entry #cmplz-document th {
	background: var(--surface-soft);
	color: var(--text);
	font-weight: 800;
}

.legal-entry .cmplz-subtitle,
.legal-entry #cmplz-document .cmplz-subtitle {
	color: var(--text);
	font-weight: 800;
}

.cmplz-cookiebanner {
	border: 1px solid var(--border) !important;
	border-radius: var(--radius) !important;
	background: var(--surface) !important;
	box-shadow: var(--shadow) !important;
	font-family: inherit !important;
	gap: 0.65rem !important;
	padding: 1rem !important;
}

.cmplz-cookiebanner .cmplz-title,
.cmplz-cookiebanner .cmplz-message {
	color: var(--ink) !important;
}

.cmplz-cookiebanner .cmplz-title {
	margin-bottom: 0.25rem !important;
}

.cmplz-cookiebanner .cmplz-message {
	width: 100% !important;
	max-width: 100% !important;
	line-height: 1.5 !important;
	white-space: normal !important;
	overflow: visible !important;
	overflow-wrap: anywhere !important;
}

.cmplz-cookiebanner .cmplz-body {
	width: 100% !important;
	max-width: 100% !important;
}

.cmplz-cookiebanner .cmplz-buttons {
	gap: 0.5rem !important;
	margin-top: 0.35rem !important;
}

.cmplz-cookiebanner .cmplz-btn {
	border-radius: 999px !important;
	font-family: inherit !important;
	font-weight: 800 !important;
	min-height: 2.5rem !important;
	padding: 0.65rem 1rem !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-accept {
	border-color: var(--accent) !important;
	background: var(--accent) !important;
	color: #fff !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences {
	border-color: var(--border) !important;
	background: var(--surface-soft) !important;
	color: var(--ink) !important;
}

.cmplz-cookiebanner .cmplz-btn:focus-visible,
.cmplz-cookiebanner .cmplz-link:focus-visible {
	outline: 2px solid var(--accent) !important;
	outline-offset: 3px !important;
}

.cmplz-cookiebanner .cmplz-categories,
.cmplz-cookiebanner .cmplz-category {
	gap: 0.45rem !important;
}

@media (max-width: 600px) {
	.cmplz-cookiebanner {
		right: auto !important;
		left: 1rem !important;
		width: calc(100vw - 2rem) !important;
		min-width: 0 !important;
		max-width: calc(100vw - 2rem) !important;
		margin: 0 !important;
		padding: 0.85rem !important;
		transform: none !important;
	}

	.cmplz-cookiebanner * {
		min-width: 0 !important;
	}

	.cmplz-cookiebanner .cmplz-buttons {
		gap: 0.45rem !important;
	}

	.cmplz-cookiebanner .cmplz-btn {
		min-height: 2.35rem !important;
		padding: 0.6rem 0.85rem !important;
	}
}

.jit-404 {
	padding-top: clamp(7rem, 12vw, 10rem);
}

.jit-404-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.72fr);
	gap: clamp(2rem, 6vw, 5rem);
	align-items: center;
}

.jit-404-copy {
	min-width: 0;
}

.jit-404 h1 {
	max-width: 9.5ch;
	font-size: clamp(3.8rem, 9vw, 7rem);
	line-height: 0.88;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.jit-404-copy > p:not(.eyebrow) {
	max-width: 34rem;
	margin-top: 1.75rem;
	color: var(--muted);
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	line-height: 1.75;
}

.jit-404-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2.25rem;
}

.jit-404-contact {
	display: inline-flex;
	margin-top: 1.15rem;
	color: var(--muted);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
}

.jit-404-contact:hover,
.jit-404-contact:focus {
	color: var(--accent);
}

.jit-404-media {
	position: relative;
	overflow: hidden;
	min-height: 28rem;
	margin: 0;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--surface-soft);
	box-shadow: var(--shadow);
}

.jit-404-media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(33, 27, 23, 0.08), rgba(231, 94, 44, 0.16));
	pointer-events: none;
}

.jit-404-media img {
	width: 100%;
	height: 100%;
	min-height: 28rem;
	object-fit: cover;
}

.elementor-full-width-template {
	width: 100%;
	margin: 0;
	padding: 0;
}

.page-template-elementor-full-width .site-content,
.elementor-page .site-content {
	display: block;
}

.page-template-elementor-full-width .site-footer,
.elementor-page .site-footer {
	margin-top: 0;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
}

.skip-link:focus {
	z-index: 100;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.7rem 1rem;
	clip: auto;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
}

@media (max-width: 980px) {
	.site-header,
	.section-grid,
	.relationship-panel,
	.media-panel,
	.about-grid,
	.footer-inner {
		grid-template-columns: 1fr;
	}

	.site-header {
		border-radius: 24px;
	}

	.hero-card {
		margin-left: 0;
	}

	.media-panel.reversed .feature-media {
		order: 0;
	}

	.pillar-grid {
		grid-template-columns: 1fr;
	}

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

	.ecosystem-track {
		grid-template-columns: repeat(5, minmax(260px, 1fr));
	}
}

@media (max-width: 640px) {
	.site-header {
		width: 100%;
		margin: 0;
		padding: 1.75rem 1rem 0;
	}

	.site-description {
		display: none;
	}

	.site-brand-text {
		display: none;
	}

	.container,
	.jit-breadcrumbs,
	.legal-page-main,
	.footer-inner,
	.footer-credits {
		width: min(calc(100% - 1.25rem), var(--max-width));
	}

	.legal-page-main {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 2.75rem 1rem 3.5rem !important;
	}

	.legal-entry {
		width: 100% !important;
		max-width: 100% !important;
		padding: 1.5rem;
	}

	.legal-entry .entry-title {
		font-size: 34px;
		line-height: 1.08;
	}

	.legal-entry .entry-content,
	.legal-entry #cmplz-document,
	.legal-entry .entry-content p,
	.legal-entry .entry-content li,
	.legal-entry .entry-content td,
	.legal-entry #cmplz-document p,
	.legal-entry #cmplz-document li,
	.legal-entry #cmplz-document td {
		font-size: 16px;
	}

	.legal-entry .entry-content h2,
	.legal-entry .entry-content h2.wp-block-heading,
	.legal-entry #cmplz-document h2 {
		font-size: 26px;
		line-height: 1.2;
	}

	.legal-entry .entry-content h3,
	.legal-entry #cmplz-document h3 {
		font-size: 22px;
		line-height: 1.25;
	}

	.legal-entry .entry-content h4,
	.legal-entry #cmplz-document h4 {
		font-size: 20px;
	}

	.legal-entry a,
	.legal-entry #cmplz-document a {
		display: inline !important;
		max-width: 100% !important;
		vertical-align: baseline;
		overflow-wrap: anywhere !important;
		word-break: break-all !important;
	}

	.jit-breadcrumbs {
		margin-top: 6rem;
		margin-bottom: 0;
		font-size: 0.74rem;
	}

	h1 {
		font-size: clamp(3.35rem, 17vw, 5rem);
		line-height: 0.88;
	}

	.home-hero h1 {
		max-width: 100%;
		font-size: clamp(2.5rem, 13vw, 4.25rem);
		line-height: 1.02;
	}

	.hero {
		padding: 7rem 1rem 4rem;
	}

	h2 {
		font-size: clamp(2.1rem, 11vw, 3rem);
	}

	.pillar-grid,
	.discipline-grid {
		grid-template-columns: 1fr;
	}

	.ecosystem-step {
		min-height: 16rem;
	}

	.ecosystem-step span {
		margin-bottom: 3.25rem;
	}

	.pillar-card,
	.discipline-grid article {
		min-height: auto;
	}

	.feature-media {
		min-height: 20rem;
	}

	.relationship-panel,
	.feature-copy,
	.journey-panel {
		padding: 1.35rem;
	}

	.hero-actions,
	.mastering-actions,
	.mastering-final-actions,
	.academy-actions,
	.footer-credits {
		flex-direction: column;
		align-items: stretch;
		gap: 0.75rem;
	}

	.btn-primary,
	.btn-secondary,
	.btn-on-dark,
	.mastering-actions a,
	.mastering-final-actions .btn-secondary,
	.academy-btn,
	.contact-btn {
		display: flex;
		width: 100%;
		min-height: 3rem;
		padding: 0.75rem 1.5rem;
		border-radius: 999px;
		justify-content: center;
		text-align: center;
	}

	.contact-shell {
		padding: 2.5rem;
	}

	.back-to-top {
		right: 1rem;
		bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
		width: 2.45rem;
		height: 2.45rem;
	}

	.jit-404-layout {
		grid-template-columns: 1fr;
	}

	.jit-404 h1 {
		max-width: 100%;
		font-size: clamp(3.2rem, 15vw, 4.75rem);
		line-height: 0.92;
	}

	.jit-404-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.jit-404-media {
		min-height: 18rem;
	}

	.jit-404-media img {
		min-height: 18rem;
	}
}

.ecosystem-intro {
	padding: 4rem 1rem;
}

.ecosystem-intro .container {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding: 0;
}

.ecosystem-intro .section-grid {
	display: grid;
	gap: 2rem;
	align-items: end;
	margin-bottom: 3rem;
}

.ecosystem-intro .eyebrow {
	margin-bottom: 1rem;
	color: rgba(33, 27, 23, 0.55);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.22em;
}

.ecosystem-intro h2 {
	font-size: clamp(2rem, 4.2vw, 3.25rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.05;
	text-wrap: balance;
}

.ecosystem-intro h2 em {
	color: var(--accent);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 300;
}

.ecosystem-intro .section-grid > p {
	max-width: 36rem;
	color: rgba(33, 27, 23, 0.7);
	font-size: 1rem;
	line-height: 1.625;
}

.jit-testimonials-section {
	padding: 5rem 1rem;
	background: linear-gradient(180deg, rgba(255, 250, 243, 0.28), rgba(239, 226, 209, 0.28));
}

.jit-testimonials-section .container,
.jit-testimonials-page-hero .container,
.jit-testimonials-page .container {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding: 0;
}

.jit-testimonial-carousel {
	min-width: 0;
}

.jit-testimonial-viewport {
	overflow: hidden;
	width: 100%;
}

.jit-testimonial-track {
	display: flex;
	align-items: stretch;
	gap: 1rem;
	transition: transform 0.6s ease;
	will-change: transform;
}

.jit-testimonial-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	padding: 1.5rem;
	border: 1px solid rgba(55, 42, 34, 0.08);
	border-radius: 1.5rem;
	background: var(--surface);
	box-shadow: 0 16px 38px rgba(73, 48, 30, 0.08);
	color: var(--text);
	animation: homeReveal 0.7s ease both;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.jit-testimonial-card:hover {
	border-color: rgba(231, 94, 44, 0.18);
	box-shadow: 0 18px 45px rgba(73, 48, 30, 0.1);
	transform: translateY(-3px);
}

.jit-testimonial-card--carousel {
	flex: 0 0 100%;
}

.jit-testimonial-card--grid {
	min-height: 18rem;
}

.jit-testimonial-rating {
	display: flex;
	gap: 0.15rem;
	margin-bottom: 1rem;
	color: var(--accent);
	font-size: 0.9rem;
	letter-spacing: 0;
}

.jit-testimonial-quote {
	flex: 1;
	color: rgba(33, 27, 23, 0.76);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
	font-style: italic;
	line-height: 1.55;
}

.jit-testimonial-quote p + p {
	margin-top: 0.85rem;
}

.jit-testimonial-person {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-top: 2rem;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(55, 42, 34, 0.08);
}

.jit-testimonial-avatar {
	flex: 0 0 auto;
	overflow: hidden;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: var(--surface-soft);
}

.jit-testimonial-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jit-testimonial-person strong,
.jit-testimonial-person span {
	display: block;
}

.jit-testimonial-person strong {
	color: var(--text);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
}

.jit-testimonial-person span {
	margin-top: 0.2rem;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.jit-testimonial-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.5rem;
}

.jit-testimonial-arrow,
.jit-testimonial-dots button {
	border: 1px solid var(--border);
	background: rgba(255, 250, 243, 0.74);
	color: var(--text);
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.jit-testimonial-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	font-size: 1rem;
	line-height: 1;
}

.jit-testimonial-arrow:hover,
.jit-testimonial-arrow:focus {
	border-color: rgba(231, 94, 44, 0.34);
	color: var(--accent);
	transform: translateY(-1px);
}

.jit-testimonial-arrow:disabled {
	opacity: 0.42;
	cursor: default;
	transform: none;
}

.jit-testimonial-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 2.75rem;
}

.jit-testimonial-dots button {
	width: 0.6rem;
	height: 0.6rem;
	padding: 0;
	border-radius: 50%;
	background: rgba(55, 42, 34, 0.18);
}

.jit-testimonial-dots button.is-active {
	border-color: var(--accent);
	background: var(--accent);
}

.jit-testimonials-cta {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.jit-testimonials-page-hero {
	padding: 9rem 1rem 4rem;
	background: linear-gradient(180deg, rgba(255, 250, 243, 0.55), rgba(247, 240, 231, 0));
}

.jit-testimonials-page-hero h1 {
	max-width: 58rem;
	color: var(--text);
	font-size: clamp(3rem, 7vw, 6rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 0.96;
	text-wrap: balance;
}

.jit-testimonials-page-hero p:not(.eyebrow) {
	max-width: 42rem;
	margin-top: 1.5rem;
	color: rgba(33, 27, 23, 0.7);
	font-size: 1.05rem;
	line-height: 1.7;
}

.jit-testimonials-page {
	padding: 1rem 1rem 6rem;
}

.jit-testimonial-group-list {
	display: grid;
	gap: clamp(3rem, 6vw, 5rem);
}

.jit-testimonial-group-heading {
	max-width: 44rem;
	margin-bottom: 1.5rem;
}

.jit-testimonial-group-heading h2 {
	font-size: clamp(1.75rem, 3.5vw, 3rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

.jit-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	align-items: stretch;
}

.jit-testimonial-card[hidden] {
	display: none;
}

.strong-view,
.strong-view * {
	box-shadow: none;
}

@media (min-width: 640px) {
	.ecosystem-intro .pillar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.jit-testimonial-card {
		padding: 1.75rem;
	}
}

@media (min-width: 768px) {
	.ecosystem-intro {
		padding: 6rem 1.5rem;
	}

	.jit-testimonials-section {
		padding: 6rem 1.5rem;
	}

	.jit-testimonials-page-hero,
	.jit-testimonials-page {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.ecosystem-intro .section-grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.ecosystem-intro .section-grid > div {
		grid-column: span 5 / span 5;
	}

	.ecosystem-intro .section-grid > p {
		grid-column: 7 / span 6;
		font-size: 1.125rem;
	}

	.pillar-card {
		padding: 2.25rem;
	}

	.pillar-card h3 {
		font-size: 1.875rem;
	}

	.pillar-card p {
		font-size: 1rem;
	}

	.marquee-track span {
		font-size: 1.875rem;
	}

	.services-section {
		padding: 7rem 1.5rem;
	}

	.services-header {
		flex-direction: row;
		align-items: flex-end;
	}

	.services-heading h2 {
		font-size: 3rem;
	}

	.mastering-section {
		padding: 7rem 1.5rem;
	}

	.mastering-panel {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.mastering-media {
		grid-column: span 5 / span 5;
	}

	.mastering-media img {
		max-height: none;
	}

	.mastering-overlay {
		background: linear-gradient(to right, transparent, transparent, rgba(26, 16, 11, 0.7));
	}

	.mastering-content {
		grid-column: span 7 / span 7;
		padding: 3.5rem;
	}

	.mastering-content h2 {
		font-size: 3rem;
	}

	.mastering-intro {
		font-size: 1rem;
	}

	.mastering-tier {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 1.5rem;
	}

	.mastering-tier > div {
		flex: 1;
	}

	.mastering-tier strong {
		font-size: 1.875rem;
	}

	.academy-section {
		padding: 7rem 1.5rem;
	}

	.academy-header {
		flex-direction: row;
		align-items: flex-end;
		margin-bottom: 3rem;
	}

	.academy-header-left {
		max-width: 42rem;
	}

	.academy-heading {
		font-size: 3rem;
		line-height: 1.05;
	}

	.academy-header-copy {
		max-width: 24rem;
		font-size: 0.875rem;
	}

	.academy-panel {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.academy-media {
		grid-column: span 6 / span 6;
	}

	.academy-media img {
		max-height: none;
	}

	.academy-content {
		grid-column: span 6 / span 6;
		padding: 3rem;
	}

	.academy-card-heading {
		font-size: 2.25rem;
	}

	.academy-card-copy {
		max-width: 36rem;
	}

	.jit-section {
		padding: 7rem 1.5rem;
	}

	.jit-panel img {
		height: 640px;
	}

	.jit-content {
		padding: 3.5rem;
	}

	.jit-copy h2 {
		font-size: 3rem;
	}

	.contact-section {
		padding: 7rem 1.5rem;
	}

	.contact-shell {
		padding: 4rem;
	}

	.contact-grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		align-items: end;
	}

	.contact-copy {
		grid-column: span 7 / span 7;
	}

	.contact-heading {
		font-size: 3rem;
	}

	.contact-body {
		max-width: 34rem;
		font-size: 1rem;
	}

	.contact-links {
		grid-column: span 5 / span 5;
	}

	.mastering-product-hero {
		padding-top: 8rem;
		padding-bottom: 7rem;
	}

	.mastering-product-hero-copy > p {
		font-size: 1.125rem;
	}

	.mastering-editorial-intro p:last-child {
		font-size: 1.125rem;
	}

	.mastering-editorial-band,
	.mastering-profile-section,
	.mastering-product-section,
	.mastering-service-editorial,
	.mastering-buy-section,
	.mastering-timeline-section,
	.mastering-faq-editorial,
	.mastering-page-final-cta {
		padding: 7rem 0;
	}

	.mastering-profile-copy h2,
	.mastering-objection-heading h2,
	.mastering-service-lead h2,
	.mastering-buy-copy h2,
	.mastering-timeline-header h2,
	.mastering-faq-layout h2,
	.mastering-page-final-panel h2 {
		font-size: 3rem;
		line-height: 1.05;
	}

	.mastering-proof-grid div,
	.mastering-objection-cards article {
		padding: 2.25rem;
	}

	.mastering-page-final-panel p:not(.mastering-page-eyebrow) {
		font-size: 1rem;
	}

	.mastering-profile-layout {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}

	.mastering-proof-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mastering-objection-layout,
	.mastering-buy-layout,
	.mastering-faq-layout {
		grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	}

	.mastering-service-editorial-list article {
		grid-template-columns: 5rem minmax(0, 1fr);
		align-items: start;
	}

	.mastering-page-price-row {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		padding: 1.75rem 2.25rem;
	}

	.mastering-page-final-panel {
		grid-template-columns: minmax(0, 1fr) auto;
	}
}

@media (max-width: 640px) {
	.academy-btn {
		width: 100%;
	}

	.jit-testimonials-section {
		padding: 4rem 1rem;
	}

	.jit-testimonial-card {
		padding: 1.35rem;
		border-radius: 1.15rem;
	}

	.jit-testimonial-controls {
		justify-content: space-between;
		gap: 0.75rem;
	}

	.jit-testimonial-dots {
		flex: 1;
	}

	.jit-testimonials-cta .btn-secondary {
		width: 100%;
	}

	.jit-testimonials-page-hero {
		padding: 8rem 1rem 3rem;
	}

	.jit-testimonials-page {
		padding: 0 1rem 4rem;
	}

	.jit-testimonials-grid {
		grid-template-columns: 1fr;
	}
}

body:not(.home) .jit-breadcrumbs {
	margin-bottom: clamp(2rem, 3vw, 2.5rem);
}

body:not(.home) .page-main,
body:not(.home) .mastering-product .mastering-poster,
body:not(.home) .jit-testimonials-page-hero,
body:not(.home) .jit-404 {
	padding-top: 0;
}

@media (max-width: 980px) {
	body:not(.home) .jit-breadcrumbs {
		margin-bottom: clamp(1.5rem, 3vw, 2rem);
	}
}

@media (max-width: 640px) {
	body:not(.home) .jit-breadcrumbs {
		margin-bottom: 1.25rem;
	}
}

@media (min-width: 640px) {
	.jit-badges {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.services-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 641px) and (max-width: 1023px) {
	.jit-testimonials-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
