:root {
	--ink: #111315;
	--paper: #f4efe5;
	--signal: #b14b2d;
	--ink-soft: color-mix(in srgb, var(--ink) 94%, var(--paper));
	--paper-strong: color-mix(in srgb, var(--paper) 97%, var(--signal));
	--warm: color-mix(in srgb, var(--paper) 82%, var(--signal));
	--warm-deep: color-mix(in srgb, var(--paper) 70%, var(--signal));
	--signal-dark: color-mix(in srgb, var(--signal) 62%, var(--ink));
	--signal-light: color-mix(in srgb, var(--signal) 62%, var(--paper));
	--muted: color-mix(in srgb, var(--ink) 62%, var(--paper));
	--line-dark: rgba(17, 19, 21, 0.18);
	--line-light: rgba(244, 239, 229, 0.2);
	--shadow: 0 24px 70px rgba(17, 19, 21, 0.14);
	--radius-media: 8px;
	--shell: min(1240px, calc(100% - 3rem));
	--header-height: 78px;
	--font-interface: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-editorial: "Iowan Old Style", Charter, "Sitka Text", Cambria, "Noto Serif", Georgia, Baskerville, serif;
	--section-space: clamp(5rem, 8vw, 8rem);
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-interface);
	font-size: 1rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img,
svg,
video,
iframe {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

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

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

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
	outline: 3px solid var(--signal);
	outline-offset: 4px;
}

.button:focus-visible {
	box-shadow:
		0 0 0 3px var(--paper),
		0 0 0 6px var(--signal);
	outline: none;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	font-family: var(--font-editorial);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.02;
}

h1 em,
h2 em {
	color: var(--signal);
	font-weight: inherit;
}

.shell {
	margin-inline: auto;
	width: var(--shell);
}

.skip-link {
	background: var(--paper-strong);
	color: var(--ink);
	left: 1rem;
	padding: 0.75rem 1rem;
	position: fixed;
	top: -8rem;
	z-index: 10000;
}

.skip-link:focus {
	top: 1rem;
}

.eyebrow,
.section-index {
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	margin-bottom: 1.35rem;
	text-transform: uppercase;
}

.section-index {
	color: var(--signal-dark);
}

.section--ink .section-index,
.section--lab .section-index,
.section--final .section-index {
	color: var(--signal-light);
}

.button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 7px;
	box-shadow: none;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 780;
	gap: 0.8rem;
	justify-content: center;
	letter-spacing: 0.005em;
	line-height: 1.15;
	min-height: 48px;
	padding: 0.9rem 1.25rem;
	text-decoration: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.button:active {
	box-shadow: none;
	transform: translateY(0);
}

.button > span[aria-hidden="true"] {
	transition: transform 180ms ease;
}

.button:hover > span[aria-hidden="true"] {
	transform: translateX(3px);
}

.button--primary {
	min-height: 58px;
	padding-inline: 1.55rem;
}

.button--small {
	min-height: 42px;
	padding: 0.7rem 1rem;
}

.button--full {
	width: 100%;
}

.button--booking,
.button--signal {
	background: var(--signal);
	border-color: var(--signal);
	box-shadow:
		inset 0 -1px rgba(17, 19, 21, 0.24),
		0 10px 24px rgba(17, 19, 21, 0.16);
	color: var(--paper);
}

.button--booking:hover,
.button--signal:hover {
	background: var(--ink);
	border-color: var(--signal);
	box-shadow:
		0 14px 30px rgba(17, 19, 21, 0.22);
	color: var(--paper);
}

.site-header .button--booking:hover,
.hero .button--booking:hover,
.section--ink .button--booking:hover,
.section--lab .button--booking:hover,
.section--final .button--booking:hover,
.pricing-plan--primary .button--booking:hover {
	background: var(--paper);
	border-color: var(--paper);
	color: var(--ink);
}

.button--outline {
	background: transparent;
	border-color: var(--signal-dark);
	color: var(--ink);
}

.button--outline:hover {
	background: var(--signal);
	border-color: var(--signal);
	box-shadow: 0 10px 24px rgba(17, 19, 21, 0.14);
	color: var(--paper);
}

.text-link {
	align-items: center;
	display: inline-flex;
	font-weight: 750;
	gap: 0.5rem;
	text-decoration: none;
}

.text-link::after {
	background: currentColor;
	content: "";
	height: 1px;
	inset: auto 0 -0.25rem;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.text-link {
	position: relative;
}

.text-link:hover::after {
	transform: scaleX(1);
}

/* Header */

.site-header {
	background: rgba(17, 19, 21, 0.96);
	border-bottom: 1px solid rgba(244, 239, 229, 0.12);
	color: var(--paper);
	height: var(--header-height);
	position: sticky;
	top: 0;
	z-index: 1000;
}

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

.site-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.brand {
	align-items: center;
	display: inline-flex;
	gap: 0.85rem;
	text-decoration: none;
}

.brand__logo {
	aspect-ratio: 1;
	background: var(--ink);
	border-radius: var(--radius-media);
	flex: 0 0 auto;
	height: 54px;
	object-fit: cover;
	width: 54px;
}

.brand__mark {
	border: 1px solid rgba(244, 239, 229, 0.6);
	display: grid;
	height: 38px;
	padding-block: 6px;
	position: relative;
	width: 38px;
}

.brand__mark::after {
	background: var(--signal);
	border-radius: 50%;
	content: "";
	height: 7px;
	position: absolute;
	right: 9px;
	top: 13px;
	width: 7px;
}

.brand__mark span {
	border-top: 1px solid rgba(244, 239, 229, 0.55);
}

.brand__text {
	display: grid;
	line-height: 1.05;
}

.brand__text strong {
	font-family: var(--font-editorial);
	font-size: 1.12rem;
}

.brand__text small {
	color: rgba(244, 239, 229, 0.65);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	margin-top: 0.25rem;
	text-transform: uppercase;
}

.site-nav {
	align-items: center;
	display: flex;
	gap: clamp(1rem, 2.1vw, 2rem);
}

.site-nav > a:not(.button) {
	font-size: 0.82rem;
	font-weight: 680;
	text-decoration: none;
}

.site-nav > a:not(.button):hover {
	color: var(--signal-light);
}

.site-header .button--booking {
	box-shadow: none;
	min-height: 46px;
	padding-inline: 1.2rem;
}

.site-header .button--booking:hover {
	box-shadow: 0 10px 24px rgba(17, 19, 21, 0.24);
}

.nav-toggle {
	background: transparent;
	border: 0;
	color: inherit;
	display: none;
	min-height: 44px;
	padding: 0.5rem;
}

/* Hero */

.hero {
	background: var(--ink);
	color: var(--paper);
	min-height: calc(100svh - var(--header-height));
	overflow: hidden;
	padding-block: clamp(2.75rem, 5vw, 5rem);
	position: relative;
}

.hero::before {
	background:
		linear-gradient(rgba(244, 239, 229, 0.055) 1px, transparent 1px);
	background-size: 100% 4.2rem;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to right, transparent 0, var(--ink) 36%, var(--ink) 100%);
	opacity: 0.8;
	pointer-events: none;
	position: absolute;
}

.hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 6vw, 6.5rem);
	grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.82fr);
	position: relative;
	z-index: 1;
}

.hero__content {
	max-width: 750px;
}

.hero .eyebrow {
	color: var(--signal-light);
}

.hero h1 {
	font-size: clamp(3rem, 5.2vw, 5.4rem);
	margin-bottom: 1.8rem;
	max-width: 15ch;
}

.hero__lead {
	color: rgba(244, 239, 229, 0.82);
	font-size: clamp(1.08rem, 1.5vw, 1.3rem);
	line-height: 1.55;
	max-width: 650px;
}

.hero__facts {
	border-block: 1px solid var(--line-light);
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.5rem;
	margin-block: 1.5rem;
	padding-block: 1rem;
}

.hero__facts span {
	color: rgba(244, 239, 229, 0.72);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.hero__facts span + span::before {
	color: var(--signal);
	content: "●";
	font-size: 0.48rem;
	margin-right: 1.5rem;
	vertical-align: 0.18em;
}

.hero__conversion {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.price {
	align-items: baseline;
	display: flex;
	gap: 0.65rem;
	margin: 0;
}

.price strong {
	font-family: var(--font-editorial);
	font-size: 3rem;
	letter-spacing: -0.05em;
	line-height: 1;
}

.price span {
	color: rgba(244, 239, 229, 0.6);
	font-size: 0.82rem;
}

.reassurance {
	color: rgba(244, 239, 229, 0.6);
	font-size: 0.75rem;
	margin: 0.85rem 0 0;
}

.hero__visual {
	border-radius: var(--radius-media);
	box-shadow: var(--shadow);
	min-height: min(650px, 70vh);
	position: relative;
}

.hero__image {
	border-radius: var(--radius-media) var(--radius-media) 0 0;
	height: min(650px, 70vh);
	object-fit: cover;
	object-position: center 35%;
	width: 100%;
}

.hero__visual::after {
	border: 1px solid rgba(244, 239, 229, 0.28);
	border-radius: var(--radius-media);
	content: "";
	inset: 1rem -1rem -1rem 1rem;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.hero__caption {
	background: var(--paper);
	border-radius: 0 0 var(--radius-media) var(--radius-media);
	bottom: 0;
	color: var(--ink);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.72rem;
	font-weight: 730;
	gap: 0.75rem 1.25rem;
	justify-content: space-between;
	left: 0;
	padding: 0.85rem 1rem;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.hero__caption span:last-child {
	color: var(--muted);
}

.media-placeholder {
	align-items: center;
	background:
		repeating-linear-gradient(
			-45deg,
			rgba(244, 239, 229, 0.04),
			rgba(244, 239, 229, 0.04) 12px,
			rgba(244, 239, 229, 0.08) 12px,
			rgba(244, 239, 229, 0.08) 24px
		),
		var(--ink-soft);
	color: rgba(244, 239, 229, 0.78);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: center;
	text-align: center;
}

.media-placeholder span {
	font-family: var(--font-editorial);
	font-size: 1.6rem;
}

.media-placeholder small {
	font-size: 0.75rem;
}

.media-placeholder--hero {
	height: min(650px, 70vh);
	min-height: 520px;
}

.media-placeholder--portrait {
	aspect-ratio: 4 / 5;
}

.media-placeholder--video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

/* Sections */

.section {
	padding-block: var(--section-space);
}

.section h2 {
	font-size: clamp(2.65rem, 5.2vw, 5.5rem);
	margin-bottom: 1.5rem;
}

.section--paper {
	background: var(--paper);
}

.section--warm {
	background: var(--warm);
}

.section--ink,
.section--lab,
.section--final {
	background: var(--ink);
	color: var(--paper);
}

.split-heading {
	align-items: end;
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
}

.split-heading h2 {
	font-size: clamp(2.8rem, 4.4vw, 4.6rem);
	margin-bottom: 0;
	max-width: 13ch;
}

.section-intro {
	color: var(--muted);
	font-size: 1.12rem;
	margin-bottom: 0.65rem;
	max-width: 590px;
}

/* Diagnostic */

.diagnosis-list {
	border-top: 1px solid var(--line-dark);
	margin-top: clamp(3rem, 6vw, 6rem);
}

.diagnosis-list details {
	border-bottom: 1px solid var(--line-dark);
}

.diagnosis-list summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 45px minmax(250px, 0.85fr) minmax(220px, 1fr);
	list-style: none;
	min-height: 108px;
	padding-block: 1.15rem;
	position: relative;
}

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

.diagnosis-list summary::after {
	content: "+";
	font-size: 1.5rem;
	position: absolute;
	right: 0;
}

.diagnosis-list details[open] summary::after {
	content: "−";
}

.diagnosis-list summary > span {
	color: var(--signal-dark);
	font-size: 0.72rem;
	font-weight: 800;
}

.diagnosis-list summary strong {
	font-family: var(--font-editorial);
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	letter-spacing: -0.02em;
	line-height: 1.12;
	padding-right: 2.5rem;
}

.diagnosis-list summary small {
	color: var(--muted);
	font-size: 0.9rem;
	padding-right: 3rem;
}

.diagnosis-list details > div {
	max-width: 680px;
	padding: 0 2rem 2rem 70px;
}

.diagnosis-list details > div p {
	color: var(--muted);
	margin: 0;
}

/* Method */

.method-grid {
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.method-grid__heading {
	align-self: start;
	position: sticky;
	top: calc(var(--header-height) + 3rem);
}

.method-grid__heading h2 {
	font-size: clamp(2.7rem, 4.2vw, 4.4rem);
	max-width: 10ch;
}

.steps {
	counter-reset: steps;
	list-style: none;
	margin: 0;
	padding: 0;
}

.steps li {
	border-top: 1px solid var(--line-light);
	padding: 2.4rem 0 2.7rem 6rem;
	position: relative;
}

.steps li:last-child {
	border-bottom: 1px solid var(--line-light);
}

.steps li::before {
	color: var(--signal-light);
	content: "0" counter(steps);
	counter-increment: steps;
	font-size: 0.75rem;
	font-weight: 800;
	left: 0;
	letter-spacing: 0.12em;
	position: absolute;
	top: 2.65rem;
}

.steps span {
	color: rgba(244, 239, 229, 0.55);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.steps h3 {
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	margin: 0.55rem 0 0.8rem;
}

.steps p {
	color: rgba(244, 239, 229, 0.7);
	margin: 0;
	max-width: 650px;
}

/* Work */

.work-grid {
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

.work-grid__content h2 {
	font-size: clamp(2.8rem, 4.8vw, 5.15rem);
}

.work-grid__content h3 {
	color: var(--signal-dark);
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	margin-bottom: 0.6rem;
}

.work-grid__content > p:last-child {
	font-size: 1.08rem;
	max-width: 610px;
}

.work-list {
	border-top: 1px solid rgba(17, 19, 21, 0.38);
	list-style: none;
	margin: 0;
	padding: 0;
}

.work-list li {
	align-items: baseline;
	border-bottom: 1px solid rgba(17, 19, 21, 0.38);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
	padding-block: 1.5rem;
}

.work-list span {
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.work-list strong {
	font-family: var(--font-editorial);
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	line-height: 1.15;
}

/* Live experience */

.section--live {
	background: var(--paper-strong);
	border-top: 1px solid var(--line-dark);
}

.live-heading {
	align-items: end;
	display: grid;
	gap: clamp(2rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
}

.live-heading h2 {
	margin-bottom: 0;
	max-width: 10ch;
}

.live-heading > p {
	color: var(--muted);
	font-size: 1.06rem;
	margin: 0;
	max-width: 610px;
}

.live-gallery {
	display: grid;
	gap: clamp(0.8rem, 1.8vw, 1.35rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(2.75rem, 5vw, 4.5rem);
}

.live-shot {
	background: var(--ink);
	border-radius: var(--radius-media);
	color: var(--paper);
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	margin: 0;
	overflow: hidden;
}

.live-shot--primary {
	align-self: stretch;
}

.live-shot--featured {
	grid-column: 1 / -1;
	justify-self: center;
	max-width: 900px;
	width: 100%;
}

.live-shot__image {
	aspect-ratio: 3 / 2;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.live-shot--primary .live-shot__image {
	aspect-ratio: 3 / 2;
}

.live-shot--featured .live-shot__image {
	aspect-ratio: 3 / 2;
}

.live-shot figcaption {
	display: grid;
	gap: 0.15rem;
	padding: 0.85rem 1rem 1rem;
}

.live-shot figcaption strong {
	font-family: var(--font-editorial);
	font-size: 1.15rem;
}

.live-shot figcaption span {
	color: rgba(244, 239, 229, 0.68);
	font-size: 0.72rem;
	line-height: 1.4;
}

.live-credit {
	color: var(--muted);
	font-size: 0.7rem;
	margin-bottom: 0;
	margin-top: 0.8rem;
	text-align: right;
}

/* Lab */

.section--lab {
	border-top: 1px solid var(--line-light);
}

.lab-grid {
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.lab-brand {
	align-items: center;
	display: flex;
	gap: 0.9rem;
	margin-bottom: 1.75rem;
}

.lab-brand__logo {
	aspect-ratio: 1;
	background: var(--ink);
	border: 1px solid var(--line-light);
	border-radius: var(--radius-media);
	flex: 0 0 auto;
	height: clamp(64px, 6vw, 78px);
	object-fit: cover;
	object-position: center;
	width: clamp(64px, 6vw, 78px);
}

.lab-brand p {
	display: grid;
	gap: 0.05rem;
	margin: 0;
}

.lab-brand span {
	color: rgba(244, 239, 229, 0.55);
	font-size: 0.65rem;
	font-weight: 780;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.lab-brand strong {
	font-family: var(--font-editorial);
	font-size: 1.3rem;
	line-height: 1.2;
}

.lab-grid__story h2 {
	font-size: clamp(2.7rem, 4.2vw, 4.3rem);
	max-width: 12ch;
}

.lab-grid__story > p {
	color: rgba(244, 239, 229, 0.76);
	max-width: 610px;
}

.lab-grid__lead {
	color: var(--paper) !important;
	font-family: var(--font-editorial);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.45;
}

.lab-grid__note {
	border-left: 3px solid var(--signal);
	font-size: 0.88rem;
	padding-left: 1rem;
}

.lab-grid .text-link {
	color: var(--signal-light);
	margin-top: 1rem;
}

.lab-flow {
	align-self: center;
	border: 1px solid var(--line-light);
	padding: clamp(1.2rem, 3vw, 2.5rem);
}

.lab-flow > div {
	align-items: start;
	display: grid;
	gap: 0.5rem 1rem;
	grid-template-columns: 36px 1fr;
	padding-block: 1.25rem;
}

.lab-flow > div span {
	color: var(--signal-light);
	font-size: 0.7rem;
	font-weight: 800;
	grid-row: span 2;
	letter-spacing: 0.08em;
}

.lab-flow > div strong {
	font-family: var(--font-editorial);
	font-size: 1.65rem;
	line-height: 1.1;
}

.lab-flow > div small {
	color: rgba(244, 239, 229, 0.6);
}

.lab-flow > i {
	color: var(--signal-light);
	display: block;
	font-size: 1.4rem;
	font-style: normal;
	margin-left: 36px;
	transform: rotate(90deg);
	width: 1.5rem;
}

/* Video */

.section--video {
	background: var(--paper-strong);
}

.video-layout {
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
}

.video-layout h2 {
	font-size: clamp(2.6rem, 4.7vw, 4.8rem);
	max-width: 9ch;
}

.video-layout > div:first-child > p:last-child {
	color: var(--muted);
	max-width: 410px;
}

.video-card {
	aspect-ratio: 16 / 9;
	background: var(--ink);
	box-shadow: var(--shadow);
	border-radius: var(--radius-media);
	overflow: hidden;
	position: relative;
}

.video-card > img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.video-card::after {
	background: rgba(17, 19, 21, 0.28);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.video-card.is-playing::after {
	display: none;
}

.video-card iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.video-card__play {
	align-items: center;
	background: var(--paper);
	border: 0;
	bottom: 1.5rem;
	color: var(--ink);
	cursor: pointer;
	display: flex;
	gap: 1rem;
	left: 1.5rem;
	min-height: 58px;
	padding: 0.8rem 1.1rem;
	position: absolute;
	z-index: 2;
}

.video-card__play span {
	align-items: center;
	background: var(--signal);
	border-radius: 50%;
	color: var(--paper);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	padding-left: 0.15rem;
	width: 38px;
}

.video-card__pending {
	background: var(--paper);
	bottom: 1.5rem;
	color: var(--ink);
	display: grid;
	left: 1.5rem;
	padding: 0.8rem 1rem;
	position: absolute;
	z-index: 2;
}

.video-card__pending small {
	color: var(--muted);
}

/* About */

.section--about {
	background: var(--paper);
}

.about-grid {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
}

.about__visual {
	position: relative;
}

.about__visual::before {
	border: 1px solid var(--line-dark);
	border-radius: var(--radius-media);
	content: "";
	inset: -1rem 1rem 1rem -1rem;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.about__image {
	aspect-ratio: 4 / 5;
	border-radius: var(--radius-media);
	object-fit: cover;
	width: 100%;
}

.about__content h2 {
	font-size: clamp(3.2rem, 6vw, 6.7rem);
	margin-bottom: 0.7rem;
}

.about__lead {
	color: var(--signal-dark);
	font-family: var(--font-editorial);
	font-size: clamp(1.4rem, 2.4vw, 2rem);
	line-height: 1.25;
}

.about__content > p:not(.section-index, .about__lead) {
	color: var(--muted);
	font-size: 1.05rem;
	max-width: 720px;
}

.about__facts {
	border-top: 1px solid var(--line-dark);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 2.3rem 0 0;
	padding: 0;
}

.about__facts li {
	border-right: 1px solid var(--line-dark);
	display: grid;
	gap: 0.35rem;
	padding: 1.2rem;
}

.about__facts li:first-child {
	padding-left: 0;
}

.about__facts li:last-child {
	border-right: 0;
}

.about__facts strong {
	font-family: var(--font-editorial);
	font-size: 1.65rem;
}

.about__facts span {
	color: var(--muted);
	font-size: 0.72rem;
	line-height: 1.4;
}

/* Pricing */

.section--pricing {
	background: var(--warm);
	border-top: 1px solid rgba(17, 19, 21, 0.15);
}

.pricing-intro {
	align-items: end;
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
}

.pricing-intro h2 {
	font-size: clamp(2.8rem, 4.5vw, 4.7rem);
	max-width: 14ch;
}

.pricing-intro > div > p:last-child {
	margin-bottom: 0;
	max-width: 560px;
}

.pricing-welcome {
	background: var(--ink);
	border-radius: var(--radius-media);
	color: var(--paper);
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.pricing-welcome__label,
.pricing-plan__label,
.local-course__label {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.pricing-welcome__label {
	color: var(--signal-light);
}

.pricing-welcome__headline {
	font-family: var(--font-editorial);
	font-size: clamp(1.65rem, 3vw, 2.65rem);
	line-height: 1.12;
	margin-bottom: 1rem;
}

.pricing-welcome__headline strong {
	color: var(--signal-light);
	font-weight: 600;
}

.pricing-welcome > p:last-child {
	color: rgba(244, 239, 229, 0.72);
	margin-bottom: 0;
	max-width: 650px;
}

.pricing-options {
	background: var(--line-dark);
	border: 1px solid var(--line-dark);
	border-radius: var(--radius-media);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(2.5rem, 5vw, 4.5rem);
	overflow: hidden;
}

.pricing-plan {
	background: var(--paper-strong);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: clamp(1.35rem, 2.4vw, 2.2rem);
}

.pricing-plan--primary {
	background: var(--ink);
	color: var(--paper);
}

.pricing-plan__label {
	color: var(--signal-dark);
	margin-bottom: 0.8rem;
}

.pricing-plan--primary .pricing-plan__label {
	color: var(--signal-light);
}

.pricing-plan h3 {
	font-size: clamp(1.65rem, 2.4vw, 2.4rem);
	margin-bottom: 1.5rem;
}

.pricing-plan__price,
.local-course__price {
	align-items: baseline;
	border-bottom: 1px solid var(--line-dark);
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-bottom: 1rem;
	padding-bottom: 1.25rem;
}

.pricing-plan--primary .pricing-plan__price {
	border-color: var(--line-light);
}

.pricing-plan__price strong,
.local-course__price strong {
	font-family: var(--font-editorial);
	font-size: clamp(3.5rem, 5vw, 5.2rem);
	letter-spacing: -0.06em;
	line-height: 0.9;
}

.pricing-plan__price span,
.local-course__price span {
	color: var(--muted);
	font-size: 0.78rem;
}

.pricing-plan--primary .pricing-plan__price span {
	color: rgba(244, 239, 229, 0.6);
}

.pricing-plan__benefit {
	color: var(--signal-dark);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.45;
	min-height: 3.9em;
}

.pricing-plan--primary .pricing-plan__benefit {
	color: var(--signal-light);
}

.pricing-plan ul {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
}

.pricing-plan li {
	font-size: 0.9rem;
	padding-left: 1.35rem;
	position: relative;
}

.pricing-plan li::before {
	color: var(--signal);
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.pricing-plan--primary li {
	color: rgba(244, 239, 229, 0.8);
}

.pricing-plan .button {
	margin-top: auto;
}

.pricing-terms {
	color: var(--muted);
	font-size: 0.75rem;
	margin: 1rem auto 0;
	max-width: 970px;
	text-align: center;
}

.local-course {
	align-items: center;
	border-block: 1px solid var(--line-dark);
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	margin-top: clamp(3.5rem, 7vw, 6.5rem);
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.local-course h3 {
	font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	max-width: 16ch;
}

.local-course__content > p:not(.section-index, .local-course__proof) {
	max-width: 720px;
}

.local-course__proof {
	border-left: 3px solid var(--signal-dark);
	color: var(--muted);
	font-size: 0.92rem;
	margin-bottom: 0;
	max-width: 720px;
	padding-left: 1rem;
}

.local-course__booking {
	background: var(--paper-strong);
	border-radius: var(--radius-media);
	padding: clamp(1.4rem, 3vw, 2.4rem);
}

.local-course__booking > p:not(.local-course__label, .local-course__price) {
	color: var(--muted);
	font-size: 0.82rem;
}

/* FAQ */

.section--faq {
	background: var(--paper-strong);
}

.faq-grid {
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
}

.faq-grid h2 {
	font-size: clamp(2.8rem, 5vw, 5.2rem);
	max-width: 8ch;
}

.faq-list {
	border-top: 1px solid var(--line-dark);
}

.faq-list details {
	border-bottom: 1px solid var(--line-dark);
}

.faq-list summary {
	cursor: pointer;
	font-family: var(--font-editorial);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	list-style: none;
	padding: 1.5rem 3rem 1.5rem 0;
	position: relative;
}

.faq-list summary::after {
	content: "+";
	font-family: var(--font-interface);
	font-weight: 400;
	position: absolute;
	right: 0;
}

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

.faq-list details p {
	color: var(--muted);
	margin: -0.25rem 0 1.5rem;
	max-width: 700px;
	padding-right: 3rem;
}

/* Final CTA */

.section--final {
	text-align: center;
}

.final-cta {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.final-cta h2 {
	font-size: clamp(3.5rem, 8vw, 8.5rem);
	margin-bottom: 1.5rem;
}

.final-cta > p:not(.section-index) {
	color: rgba(244, 239, 229, 0.72);
	font-size: 1.08rem;
	max-width: 650px;
}

.final-cta .button {
	margin-top: 1.25rem;
}

/* Footer */

.site-footer {
	background: var(--ink);
	color: var(--paper);
	padding: 4rem 0 1.5rem;
}

.site-footer__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.site-footer__brand {
	font-family: var(--font-editorial);
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.site-footer__note,
.site-footer__grid p:not(.site-footer__brand, .site-footer__heading) {
	color: rgba(244, 239, 229, 0.58);
	font-size: 0.82rem;
}

.site-footer__heading {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer__grid a {
	align-items: center;
	color: rgba(244, 239, 229, 0.8);
	display: inline-flex;
	font-size: 0.82rem;
	min-height: 32px;
}

.site-footer__legal {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.site-footer__consent-button {
	appearance: none;
	background: transparent;
	border: 0;
	color: rgba(244, 239, 229, 0.8);
	cursor: pointer;
	font: inherit;
	font-size: 0.82rem;
	line-height: 1.4;
	min-height: 32px;
	padding: 0;
	text-align: left;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.2em;
	transition:
		color 180ms ease,
		text-decoration-color 180ms ease;
}

.site-footer__consent-button:hover,
.site-footer__consent-button:focus-visible {
	color: var(--paper);
	text-decoration-color: var(--signal-light);
}

.site-footer__support {
	border-top: 1px solid rgba(244, 239, 229, 0.13);
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	grid-column: 1 / -1;
	padding-top: 1.5rem;
}

.site-footer__support > * {
	margin-bottom: 0;
}

.site-footer__paypal-button {
	border: 1px solid rgba(231, 103, 60, 0.72);
	border-radius: 0.55rem;
	color: var(--paper) !important;
	font-size: 0.78rem !important;
	font-weight: 750;
	gap: 0.65rem;
	justify-content: space-between;
	letter-spacing: 0.04em;
	line-height: 1.35;
	max-width: 100%;
	padding: 0.72rem 0.9rem;
	text-align: center;
	text-transform: uppercase;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
	width: fit-content;
}

.site-footer__paypal-button:hover,
.site-footer__paypal-button:focus-visible {
	background: rgba(177, 75, 45, 0.18);
	border-color: var(--signal-light);
	transform: translateY(-1px);
}

.site-footer__support-note {
	color: rgba(244, 239, 229, 0.62);
	font-size: 0.76rem;
	line-height: 1.65;
	max-width: 72ch;
}

.site-footer__bottom {
	border-top: 1px solid rgba(244, 239, 229, 0.13);
	display: flex;
	font-size: 0.72rem;
	justify-content: space-between;
	margin-top: 3rem;
	padding-top: 1.3rem;
}

.site-footer__bottom p {
	color: rgba(244, 239, 229, 0.56);
	margin: 0;
}

.site-footer__bottom a {
	color: var(--signal-light);
}

/* Blog */

.blog-page,
.single-post-page {
	background: var(--paper-strong);
}

.blog-hero,
.article__header {
	background:
		linear-gradient(rgba(244, 239, 229, 0.05) 1px, transparent 1px),
		var(--ink);
	background-size: 100% 4.2rem;
	color: var(--paper);
	padding-block: clamp(5rem, 9vw, 9rem);
}

.blog-hero--compact {
	padding-block: clamp(4rem, 7vw, 7rem);
}

.blog-hero__inner,
.article__header-inner {
	max-width: 980px;
}

.blog-hero h1,
.article__header h1 {
	font-size: clamp(3.3rem, 7.5vw, 7.8rem);
	margin-bottom: 1.6rem;
	max-width: 11ch;
}

.blog-hero__inner > p:not(.section-index),
.blog-hero__description,
.article__intro {
	color: rgba(244, 239, 229, 0.72);
	font-size: clamp(1.05rem, 1.7vw, 1.3rem);
	max-width: 720px;
}

.blog-hero__description > :last-child {
	margin-bottom: 0;
}

.post-grid {
	display: grid;
}

.post-card {
	align-items: center;
	border-top: 1px solid var(--line-dark);
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	padding-block: clamp(2.5rem, 5vw, 5rem);
}

.post-card:last-child {
	border-bottom: 1px solid var(--line-dark);
}

.post-card:nth-child(even) .post-card__visual {
	order: 2;
}

.post-card__visual {
	background: var(--warm);
	border-radius: var(--radius-media);
	overflow: hidden;
}

.post-card__image {
	aspect-ratio: 3 / 2;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
	width: 100%;
}

.post-card__visual:hover .post-card__image {
	transform: scale(1.025);
}

.post-card__meta,
.article__meta {
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.post-card__title {
	font-size: clamp(2rem, 4vw, 4rem);
	margin-bottom: 1rem;
}

.post-card__title a {
	text-decoration: none;
}

.post-card__excerpt {
	color: var(--muted);
	font-size: 1rem;
	max-width: 620px;
}

.post-card__link {
	color: var(--signal-dark);
	font-size: 0.82rem;
}

.empty-state {
	border-block: 1px solid var(--line-dark);
	padding-block: 3rem;
}

.empty-state h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.blog-pagination {
	margin-top: 2rem;
}

.blog-pagination .nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.blog-pagination .page-numbers {
	align-items: center;
	border: 1px solid var(--line-dark);
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 0.55rem 0.8rem;
	text-decoration: none;
}

.blog-pagination .current {
	background: var(--ink);
	color: var(--paper);
}

.blog-cta .final-cta h2 {
	max-width: 11ch;
}

/* Article */

.article__back {
	color: var(--signal-light);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 760;
	margin-bottom: 2.4rem;
	text-decoration: none;
}

.article__meta {
	color: rgba(244, 239, 229, 0.58);
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.article__featured {
	margin-block: clamp(2rem, 5vw, 5rem);
}

.article__featured-image {
	border-radius: var(--radius-media);
	max-height: 780px;
	object-fit: cover;
	width: 100%;
}

.article__layout {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 760px) minmax(230px, 1fr);
	justify-content: center;
	padding-bottom: clamp(5rem, 9vw, 9rem);
}

.article__content {
	max-width: none;
}

.article__content > * + * {
	margin-top: 1.4em;
}

.article__content h2,
.article__content h3 {
	scroll-margin-top: calc(var(--header-height) + 1.5rem);
}

.article__content h2 {
	font-size: clamp(2.2rem, 4.6vw, 4.2rem);
	margin-top: 1.7em;
}

.article__content h3 {
	font-size: clamp(1.55rem, 3vw, 2.45rem);
	margin-top: 1.5em;
}

.article__content p,
.article__content li {
	color: var(--muted);
	font-size: clamp(1rem, 1.2vw, 1.08rem);
}

.article__content a {
	color: var(--signal-dark);
}

.article__content blockquote {
	border-left: 3px solid var(--signal);
	font-family: var(--font-editorial);
	font-size: clamp(1.45rem, 3vw, 2.2rem);
	margin-inline: 0;
	padding-left: 1.25rem;
}

.article__content img {
	border-radius: var(--radius-media);
	width: auto;
}

.article__content figure {
	margin-inline: 0;
}

.article__content figcaption {
	color: var(--muted);
	font-size: 0.78rem;
	margin-top: 0.65rem;
}

.article__content pre,
.article__content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.article__content pre {
	background: var(--ink);
	color: var(--paper);
	padding: 1rem;
}

.article__content table {
	border-collapse: collapse;
	width: 100%;
}

.article__content th,
.article__content td {
	border-bottom: 1px solid var(--line-dark);
	padding: 0.8rem;
	text-align: left;
	white-space: nowrap;
}

.article__aside {
	background: var(--warm);
	padding: clamp(1.4rem, 3vw, 2.2rem);
	position: sticky;
	top: calc(var(--header-height) + 2rem);
}

.article__aside h2 {
	font-size: clamp(1.7rem, 2.8vw, 2.5rem);
}

.article__aside > p:not(.section-index) {
	color: var(--muted);
	font-size: 0.88rem;
}

.article__aside .button {
	width: 100%;
}

.article__footer {
	border-top: 1px solid var(--line-dark);
	padding-block: 2rem clamp(5rem, 9vw, 9rem);
}

.article__footer .nav-links {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article__footer .nav-next {
	text-align: right;
}

.article__footer a {
	display: grid;
	text-decoration: none;
}

.article__footer span {
	color: var(--muted);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.article__footer strong {
	font-family: var(--font-editorial);
	font-size: clamp(1.15rem, 2vw, 1.6rem);
}

/* Documents */

.site-main--document {
	background: var(--paper-strong);
	min-height: 70vh;
	padding-block: clamp(4rem, 8vw, 8rem);
}

.prose {
	max-width: 780px;
}

.site-main--document .prose {
	margin-inline: auto;
}

.prose h1 {
	font-size: clamp(2.8rem, 6vw, 5.6rem);
}

.prose h2 {
	font-size: clamp(1.9rem, 4vw, 3rem);
	margin-top: 2.5rem;
}

.prose p,
.prose li {
	color: var(--muted);
}

.prose a {
	color: var(--signal-dark);
	overflow-wrap: anywhere;
}

.legal-document {
	margin-top: clamp(2rem, 5vw, 4rem);
}

.legal-document__meta {
	align-items: center;
	border-block: 1px solid var(--line-dark);
	display: flex;
	font-size: 0.78rem;
	font-weight: 760;
	gap: 0.65rem;
	letter-spacing: 0.08em;
	margin-bottom: 2rem;
	padding-block: 0.9rem;
	text-transform: uppercase;
}

.legal-document__meta::before {
	background: var(--signal);
	border-radius: 50%;
	content: "";
	flex: 0 0 auto;
	height: 0.55rem;
	width: 0.55rem;
}

.legal-document__intro {
	font-family: var(--font-editorial);
	font-size: clamp(1.25rem, 2.6vw, 1.75rem);
	line-height: 1.35;
}

.legal-toc {
	background: var(--ink);
	border-radius: var(--radius-media);
	color: var(--paper);
	margin-block: clamp(2rem, 5vw, 3.5rem);
	padding: clamp(1.35rem, 4vw, 2rem);
}

.legal-toc__title {
	color: var(--signal-light);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.legal-toc ol {
	display: grid;
	gap: 0.6rem 2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding-left: 1.25rem;
}

.legal-toc li {
	color: rgba(244, 239, 229, 0.7);
}

.legal-toc a {
	color: var(--paper);
}

.legal-section {
	border-top: 1px solid var(--line-dark);
	margin-top: clamp(2.5rem, 6vw, 4.5rem);
	padding-top: clamp(1.75rem, 4vw, 2.5rem);
	scroll-margin-top: calc(var(--header-height) + 2rem);
}

.legal-section h2 {
	margin-top: 0;
}

.legal-section h3 {
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	margin-top: 2rem;
}

.legal-facts {
	border-block: 1px solid var(--line-dark);
	display: grid;
	grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.6fr);
	margin-block: 1.75rem;
}

.legal-facts dt,
.legal-facts dd {
	border-bottom: 1px solid var(--line-dark);
	margin: 0;
	padding: 0.9rem 0;
}

.legal-facts dt {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding-right: 1.25rem;
	text-transform: uppercase;
}

.legal-facts dd {
	color: var(--muted);
	overflow-wrap: anywhere;
}

.legal-facts > :nth-last-child(-n + 2) {
	border-bottom: 0;
}

.legal-callout {
	background: var(--warm);
	border-left: 4px solid var(--signal);
	border-radius: 0 var(--radius-media) var(--radius-media) 0;
	margin-block: 1.75rem;
	padding: 1.15rem 1.25rem;
}

.legal-callout p:last-child {
	margin-bottom: 0;
}

.legal-list {
	padding-left: 1.25rem;
}

.legal-list li + li {
	margin-top: 0.65rem;
}

.legal-provider-list {
	display: grid;
	gap: 0.85rem;
	list-style: none;
	padding: 0;
}

.legal-provider-list li {
	border-bottom: 1px solid var(--line-dark);
	padding-bottom: 0.85rem;
}

.legal-provider-list strong {
	color: var(--ink);
	display: block;
}

/* Sticky mobile booking */

.mobile-booking {
	display: none;
}

/* Responsive */

@media (max-width: 1024px) {
	:root {
		--shell: min(100% - 2.25rem, 900px);
	}

	.site-nav {
		gap: 1rem;
	}

	.hero__grid {
		gap: 3rem;
		grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr);
	}

	.hero h1 {
		font-size: clamp(3rem, 5.7vw, 4.8rem);
	}

	.hero__visual {
		min-height: min(560px, 64vh);
	}

	.hero__image {
		height: min(560px, 64vh);
	}

	.method-grid,
	.work-grid,
	.live-heading,
	.lab-grid,
	.video-layout,
	.about-grid,
	.pricing-intro,
	.local-course,
	.faq-grid {
		gap: 4rem;
	}
}

@media (max-width: 920px) {
	.pricing-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pricing-plan--primary {
		grid-column: 1 / -1;
	}

	.pricing-plan--primary .pricing-plan__benefit {
		min-height: 0;
	}
}

@media (max-width: 820px) {
	:root {
		--header-height: 70px;
		--section-space: 5.5rem;
	}

	.nav-toggle {
		align-items: center;
		display: inline-flex;
		gap: 0.7rem;
	}

	.nav-toggle__label {
		font-size: 0.75rem;
		font-weight: 750;
		text-transform: uppercase;
	}

	.nav-toggle__icon,
	.nav-toggle__icon::before,
	.nav-toggle__icon::after {
		background: currentColor;
		content: "";
		display: block;
		height: 1px;
		transition: transform 180ms ease;
		width: 22px;
	}

	.nav-toggle__icon {
		position: relative;
	}

	.nav-toggle__icon::before {
		position: absolute;
		top: -6px;
	}

	.nav-toggle__icon::after {
		bottom: -6px;
		position: absolute;
	}

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

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

	.nav-toggle[aria-expanded="true"] .nav-toggle__icon::after {
		bottom: 0;
		transform: rotate(-45deg);
	}

	.site-nav {
		align-items: stretch;
		background: var(--ink);
		border-top: 1px solid var(--line-light);
		display: none;
		flex-direction: column;
		inset: var(--header-height) 0 auto;
		max-height: calc(100dvh - var(--header-height));
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 1.2rem;
		position: fixed;
	}

	.site-nav.is-open {
		display: flex;
	}

	.site-nav > a:not(.button) {
		border-bottom: 1px solid var(--line-light);
		display: block;
		font-family: var(--font-editorial);
		font-size: 1.45rem;
		padding: 0.9rem 0;
	}

	.hero {
		min-height: auto;
		padding-bottom: 5rem;
	}

	.hero__grid,
	.split-heading,
	.method-grid,
	.work-grid,
	.live-heading,
	.lab-grid,
	.video-layout,
	.about-grid,
	.article__layout,
	.pricing-intro,
	.local-course,
	.faq-grid {
		grid-template-columns: 1fr;
	}

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

	.live-shot--featured {
		grid-column: 1 / -1;
		max-width: none;
	}

	.live-shot--primary .live-shot__image {
		aspect-ratio: 4 / 3;
		object-position: center 38%;
	}

	.live-credit {
		text-align: left;
	}

	.hero__grid {
		gap: 4rem;
	}

	.hero h1 {
		max-width: 12ch;
	}

	.hero__visual,
	.media-placeholder--hero {
		aspect-ratio: 3 / 4;
		height: auto;
		justify-self: center;
		max-width: 520px;
		min-height: 0;
		width: 100%;
	}

	.hero__image {
		height: 100%;
	}

	.method-grid__heading {
		position: static;
	}

	.article__aside {
		position: static;
	}

	.method-grid__heading h2,
	.lab-grid__story h2,
	.video-layout h2,
	.pricing-intro h2,
	.faq-grid h2 {
		max-width: 12ch;
	}

	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__grid > div:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.admin-bar .site-nav {
		top: calc(var(--header-height) + 46px);
	}
}

@media (max-width: 640px) {
	:root {
		--shell: min(100% - 1.5rem, 560px);
		--section-space: 4.5rem;
	}

	.site-footer {
		padding-bottom: calc(1.5rem + 72px + env(safe-area-inset-bottom));
	}

	.brand__text small {
		display: none;
	}

	.brand__logo {
		height: 46px;
		width: 46px;
	}

	.hero {
		padding-top: 3rem;
	}

	.hero h1 {
		font-size: clamp(2.45rem, 11.5vw, 3.7rem);
		line-height: 0.98;
		max-width: 100%;
	}

	.hero__lead {
		font-size: 1rem;
	}

	.hero__facts {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.65rem;
	}

	.hero__facts span + span::before {
		content: none;
	}

	.hero__conversion {
		align-items: stretch;
		flex-direction: column;
	}

	.hero__conversion .button {
		width: 100%;
	}

	.hero__visual,
	.media-placeholder--hero {
		aspect-ratio: 3 / 4;
		height: auto;
		max-height: none;
		min-height: 0;
	}

	.hero__image {
		height: 100%;
	}

	.hero__visual::after {
		inset: 0.65rem -0.45rem -0.65rem 0.45rem;
	}

	.hero__caption {
		display: grid;
	}

	.section h2 {
		font-size: clamp(2.45rem, 12vw, 4rem);
	}

	.diagnosis-list {
		margin-top: 3rem;
	}

	.diagnosis-list summary {
		align-items: start;
		gap: 0.35rem 0.75rem;
		grid-template-columns: 34px 1fr;
		min-height: 0;
		padding: 1.4rem 2.5rem 1.4rem 0;
	}

	.diagnosis-list summary small {
		grid-column: 2;
		padding: 0;
	}

	.diagnosis-list details > div {
		padding: 0 0 1.5rem 34px;
	}

	.steps li {
		padding: 2rem 0 2rem 3rem;
	}

	.work-list li {
		gap: 0.45rem;
		grid-template-columns: 1fr;
	}

	.lab-flow > div strong {
		font-size: 1.4rem;
	}

	.video-layout {
		gap: 2.5rem;
	}

	.video-card__play,
	.video-card__pending {
		bottom: 0.75rem;
		left: 0.75rem;
		right: 0.75rem;
	}

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

	.post-card {
		gap: 1.5rem;
		grid-template-columns: 1fr;
	}

	.post-card:nth-child(even) .post-card__visual {
		order: 0;
	}

	.live-gallery {
		grid-template-columns: 1fr;
	}

	.live-shot--featured {
		grid-column: auto;
	}

	.live-shot--archive-extra {
		display: none;
	}

	.article__header h1,
	.blog-hero h1 {
		font-size: clamp(2.8rem, 13vw, 5rem);
	}

	.article__footer .nav-links {
		grid-template-columns: 1fr;
	}

	.article__footer .nav-next {
		text-align: left;
	}

	.about__visual {
		margin-inline: auto;
		max-width: 430px;
		width: 100%;
	}

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

	.about__facts li,
	.about__facts li:first-child {
		border-bottom: 1px solid var(--line-dark);
		border-right: 0;
		padding: 1rem 0;
	}

	.pricing-plan,
	.local-course__booking,
	.pricing-welcome {
		padding: 1.4rem;
	}

	.pricing-options {
		grid-template-columns: 1fr;
	}

	.pricing-plan--primary {
		grid-column: auto;
	}

	.pricing-plan__benefit {
		min-height: 0;
	}

	.pricing-plan__price strong,
	.local-course__price strong {
		font-size: clamp(3.5rem, 16vw, 4.4rem);
	}

	.pricing-terms {
		text-align: left;
	}

	.final-cta h2 {
		font-size: clamp(3.1rem, 16vw, 5.2rem);
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__grid a {
		min-height: 44px;
	}

	.site-footer__consent-button {
		min-height: 44px;
	}

	.site-footer__grid > div:first-child {
		grid-column: auto;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.75rem;
	}

	.legal-toc ol {
		grid-template-columns: 1fr;
	}

	.legal-facts {
		grid-template-columns: 1fr;
	}

	.legal-facts dt {
		border-bottom: 0;
		padding-bottom: 0.15rem;
		padding-right: 0;
	}

	.legal-facts dd {
		padding-top: 0.15rem;
	}

	.legal-facts > :nth-last-child(2) {
		border-bottom: 0;
	}

	.mobile-booking {
		align-items: center;
		background: var(--ink);
		border-top: 1px solid var(--signal);
		bottom: 0;
		box-shadow: 0 -12px 30px rgba(17, 19, 21, 0.18);
		color: var(--paper);
		display: flex;
		gap: 1rem;
		justify-content: space-between;
		left: 0;
		min-height: 72px;
		padding: 0.75rem max(0.75rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
		position: fixed;
		right: 0;
		transform: translateY(0);
		transition: transform 220ms ease;
		z-index: 950;
	}

	.mobile-booking.is-hidden {
		transform: translateY(120%);
	}

	.mobile-booking span {
		font-size: 0.72rem;
		line-height: 1.2;
	}

	.mobile-booking span strong {
		display: block;
		font-family: var(--font-editorial);
		font-size: 1.25rem;
	}

	.mobile-booking a {
		background: var(--signal);
		border: 1px solid var(--signal);
		border-radius: 7px;
		box-shadow:
			inset 0 -1px rgba(17, 19, 21, 0.24),
			0 8px 18px rgba(17, 19, 21, 0.16);
		color: var(--paper);
		font-size: 0.75rem;
		font-weight: 800;
		min-height: 44px;
		padding: 0.75rem;
		text-align: center;
		text-decoration: none;
	}

	.site-footer__paypal-button {
		justify-content: center;
		padding: 0.68rem 0.8rem;
		width: 100%;
	}
}

@media (max-width: 360px) {
	.brand__text strong {
		font-size: 1rem;
	}

	.hero h1 {
		font-size: 2.4rem;
	}

	.mobile-booking {
		gap: 0.5rem;
	}

	.mobile-booking a {
		font-size: 0.7rem;
		padding-inline: 0.6rem;
	}
}

/* Complianz : le réglage reste dans le footer sans couvrir la réservation. */

@media (max-width: 1024px) {
	body #cmplz-manage-consent .cmplz-manage-consent {
		display: none !important;
	}
}

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

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