/*
Theme Name: Lean CPTO
Theme URI: https://theleancpto.com
Description: Blunt, fast, server-rendered theme for The Lean CPTO. Homepage and offer page for Sell As You Build, the application, and the development page with the qualifier. No page builder, no dependencies.
Version: 1.5.7
Requires at least: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: lean-cpto
*/

/* Tokens
   ------------------------------------------------------------------ */

:root {
	--ink: #0e0d0c;
	--panel: #16130f;
	--raised: #1e1a16;
	--line: #38322c;
	--line-soft: #2e2823;
	--text: #f7f3ec;
	--muted: #c6beb4;
	--dim: #ada49a;
	--faint: #8f8880;

	--cream: #f7f3ec;
	--cream-raised: #fffdf9;
	--cream-line: #ded7cb;
	--cream-ink: #14120f;
	--cream-muted: #4a443d;

	--accent: #4d7cff;
	--accent-hover: #7b9dff;
	--accent-deep: #1d3fa6;
	--good: #2fd07a;
	--mid: #f5b21a;
	--low: #ff5c3d;
	--highlight: #ffd60a;
	--box: #2a3ff0;
	--tri-fill: #141722;

	--font: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--display: "Archivo Black", "Archivo", sans-serif;
	--serif: "Instrument Serif", Georgia, "Times New Roman", serif;
	--gutter: 56px;
}

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

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

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

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

.skip-link {
	position: absolute;
	left: -9999px;
}

.skip-link:focus {
	left: 12px;
	top: 12px;
	z-index: 100;
	padding: 12px 18px;
	background: var( --accent );
	color: var( --ink );
	font-weight: 800;
}

:focus-visible {
	outline: 2px solid var( --accent );
	outline-offset: 3px;
}

.wrap {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 var( --gutter );
}

.wrap--narrow {
	max-width: 760px;
}

/* Type
   ------------------------------------------------------------------ */

h1,
h2,
h3 {
	font-family: var( --display );
	letter-spacing: -0.04em;
	text-transform: uppercase;
	line-height: 0.98;
	margin: 0;
}

h1 {
	font-size: clamp( 40px, 5.4vw, 72px );
	line-height: 0.9;
	letter-spacing: -0.045em;
}

h2 {
	font-size: clamp( 32px, 3.7vw, 50px );
}

h3 {
	font-size: 23px;
	letter-spacing: -0.03em;
}

h1 em,
h2 em {
	font-style: normal;
	color: var( --accent );
}

.h2--wide {
	max-width: 900px;
}

.eyebrow {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var( --dim );
}

.eyebrow--dot {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 15px;
	border: 1px solid var( --line );
	border-radius: 100px;
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 600;
	color: var( --muted );
}

.eyebrow--dot::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var( --good );
}

.lede {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: var( --muted );
}

.lede--wide {
	max-width: 780px;
	margin-top: 22px;
}

.statement {
	max-width: 780px;
	margin: 18px 0 0;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 700;
}

.mark {
	background: linear-gradient( transparent 56%, var( --highlight ) 56%, var( --highlight ) 94%, transparent 94% );
}

/* Buttons
   ------------------------------------------------------------------ */

.btn {
	display: inline-block;
	min-height: 48px;
	padding: 13px 22px;
	background: var( --accent );
	color: var( --ink );
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

.btn:hover,
.btn:focus-visible {
	background: var( --accent-hover );
	color: var( --ink );
}

.btn--lg {
	min-height: 56px;
	padding: 17px 30px;
	font-size: 16px;
}

.btn--ghost {
	background: none;
	border: 1px solid var( --line );
	color: var( --text );
	font-weight: 800;
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
	background: none;
	border-color: var( --accent );
	color: var( --text );
}

.link-arrow {
	font-size: 16px;
	font-weight: 800;
	color: var( --accent-hover );
	text-decoration: none;
	white-space: nowrap;
}

.link-arrow::after {
	content: " \2192";
}

/* Header
   ------------------------------------------------------------------ */

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var( --ink );
	border-bottom: 1px solid var( --line-soft );
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var( --text );
	text-decoration: none;
}

.brand__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: var( --accent );
}

.brand__mark::after {
	content: "";
	width: 9px;
	height: 9px;
	background: var( --ink );
}

.brand__name {
	font-family: var( --display );
	font-size: 15px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.site-nav__list {
	display: flex;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav__list a {
	color: var( --muted );
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.site-nav__list a:hover {
	color: var( --text );
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.site-header__phone {
	color: var( --text );
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

/* Hero
   ------------------------------------------------------------------ */

.hero {
	border-bottom: 1px solid var( --line-soft );
}

.hero__inner {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 56px;
	align-items: start;
	padding-top: 64px;
	padding-bottom: 72px;
}

.hero__copy {
	display: flex;
	flex-direction: column;
	gap: 26px;
	align-items: flex-start;
}

.hero__copy .lede {
	max-width: 540px;
}

.callout {
	padding: 18px 20px;
	background: var( --panel );
	border-left: 3px solid var( --accent );
}

.callout__label {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --dim );
}

.callout p:last-child {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #e4ded5;
}

/* Ticks and arrows
   ------------------------------------------------------------------ */

.ticks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ticks li {
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.5;
}

.ticks li + li {
	margin-top: 10px;
}

.ticks li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 11px;
	height: 6px;
	border-left: 2px solid var( --good );
	border-bottom: 2px solid var( --good );
	transform: rotate( -45deg );
}

.ticks--inline {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	font-weight: 600;
	color: var( --dim );
}

.ticks--inline li + li {
	margin-top: 0;
}

.ticks--2col {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 10px;
	margin-top: 8px;
}

.ticks--2col li + li {
	margin-top: 0;
}

.arrows {
	margin: 0;
	padding: 0;
	list-style: none;
}

.arrows li {
	position: relative;
	padding-left: 26px;
	font-size: 16px;
	line-height: 1.5;
}

.arrows li + li {
	margin-top: 14px;
}

.arrows li::before {
	content: "\2192";
	position: absolute;
	left: 0;
	color: var( --accent-deep );
	font-weight: 900;
}

/* Sections
   ------------------------------------------------------------------ */

.section {
	padding: 76px 0 84px;
	border-bottom: 1px solid var( --line-soft );
}

.section--cream {
	background: var( --cream );
	color: var( --cream-ink );
	border-bottom: 0;
}

.section--cream .eyebrow {
	color: var( --accent-deep );
}

.section--cream .lede {
	color: var( --cream-muted );
}

.section--cream h1 em,
.section--cream h2 em {
	color: var( --accent-deep );
}

.section__head {
	max-width: 760px;
	margin-bottom: 40px;
}

.section__head--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	max-width: none;
	margin-bottom: 32px;
}

.grid {
	display: grid;
	gap: 16px;
}

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

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

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

.grid--gap-top {
	margin-top: 26px;
}

/* Trust strip
   ------------------------------------------------------------------ */

.trust {
	background: var( --panel );
	border-bottom: 1px solid var( --line-soft );
	font-size: 14px;
	font-weight: 600;
	color: var( --muted );
}

.trust__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 22px;
	padding-bottom: 22px;
}

/* Panels, cards, bands
   ------------------------------------------------------------------ */

.panel {
	background: var( --cream-raised );
	border: 1.5px solid var( --cream-ink );
}

.panel__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 22px 28px;
	background: var( --cream-ink );
	color: var( --text );
}

.panel__head h3 {
	font-size: 26px;
}

.panel__head span {
	font-size: 13px;
	font-weight: 700;
	color: var( --dim );
}

.panel__body {
	padding: 26px 28px 28px;
}

.panel__note {
	margin: 20px 0 0;
	padding-top: 16px;
	border-top: 1px solid var( --cream-line );
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.feature {
	padding: 30px 32px 32px;
	margin-bottom: 16px;
	background: var( --cream-ink );
	color: var( --text );
}

.feature__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.feature__head h3 {
	display: inline;
	font-size: 30px;
}

.feature__price {
	font-size: 18px;
	font-weight: 800;
	white-space: nowrap;
}

.feature p {
	max-width: 760px;
	margin: 0;
	font-size: 17px;
	line-height: 1.55;
	color: var( --muted );
}

.tag {
	display: inline-block;
	margin-right: 16px;
	padding: 6px 11px;
	background: var( --accent );
	color: var( --ink );
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	vertical-align: middle;
}

.card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 24px 26px 26px;
	background: var( --cream-raised );
	border: 1.5px solid var( --cream-ink );
}

.card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var( --cream-muted );
}

.card__label {
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --accent-deep ) !important;
}

.card__price {
	margin-top: auto !important;
	padding-top: 12px;
	font-size: 14px !important;
	font-weight: 800;
	color: var( --cream-ink ) !important;
}

.card--dark {
	background: var( --cream-ink );
	color: var( --text );
}

.card--dark .card__label {
	color: var( --dim ) !important;
}

.card__links {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 1.5;
}

.card__links li + li {
	margin-top: 8px;
}

.card__links a {
	color: var( --accent-hover );
	text-decoration: none;
}

.card__links a::after {
	content: " \2192";
}

.band {
	padding: 26px 28px 28px;
	background: var( --panel );
	border: 1px solid var( --line );
}

.band__price {
	margin: 8px 0;
	font-size: 30px;
	font-weight: 900;
	color: var( --accent );
}

.band p:last-child {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var( --muted );
}

.step {
	padding: 24px 24px 28px;
	background: var( --cream-raised );
	border-top: 4px solid var( --cream-ink );
}

.step__num {
	margin: 0 0 10px;
	font-family: var( --display );
	font-size: 34px;
	line-height: 1;
	color: #c9c1b4;
}

.step h3 {
	margin-bottom: 10px;
	font-family: var( --font );
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -0.02em;
	text-transform: none;
}

.step p:last-child {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var( --cream-muted );
}

.slot {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 26px 28px 28px;
	background: var( --panel );
	border: 1px dashed #4a443d;
}

.slot p {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: var( --faint );
}

.slot__label {
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --dim ) !important;
}

.slot__meta {
	margin-top: auto !important;
	padding-top: 10px;
	font-size: 14px !important;
	font-weight: 800;
	color: #6e675f !important;
}

/* About
   ------------------------------------------------------------------ */

.about {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 48px;
	align-items: center;
}

.about .lede + .lede {
	margin-top: 18px;
}

.about h2 {
	margin: 14px 0 18px;
	font-size: clamp( 30px, 3.2vw, 44px );
}

.promise {
	padding: 34px 36px 38px;
	background: var( --cream-ink );
	color: var( --text );
}

.promise__label {
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --dim );
}

.promise h3 {
	margin-bottom: 16px;
	font-size: 30px;
	line-height: 1.04;
}

.promise p {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	color: var( --muted );
}

/* Guides
   ------------------------------------------------------------------ */

.guide {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 26px 28px 28px;
	background: var( --panel );
	border: 1px solid var( --line );
	color: var( --text );
	text-decoration: none;
}

.guide:hover,
.guide:focus-visible {
	border-color: var( --accent );
}

.guide h2,
.guide h3 {
	font-family: var( --font );
	font-size: 21px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
}

.guide h2 a {
	color: inherit;
	text-decoration: none;
}

.guide p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var( --muted );
}

.guide__label {
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --dim ) !important;
}

.post-list {
	display: grid;
	gap: 16px;
	margin-top: 32px;
}

/* FAQ
   ------------------------------------------------------------------ */

.faq {
	padding: 24px 26px 26px;
	background: var( --cream-raised );
	border: 1px solid var( --cream-line );
}

.faq h3 {
	margin-bottom: 9px;
	font-family: var( --font );
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: -0.02em;
	text-transform: none;
}

.faq p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: var( --cream-muted );
}

/* Closer and footer
   ------------------------------------------------------------------ */

.closer {
	padding: 88px 0 92px;
	text-align: center;
}

.closer h2 {
	max-width: 840px;
	margin: 0 auto 20px;
	font-size: clamp( 36px, 4.2vw, 56px );
}

.closer .lede {
	max-width: 620px;
	margin: 0 auto;
}

.closer__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.closer__note {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: var( --dim );
}

.site-footer {
	border-top: 1px solid var( --line-soft );
	font-size: 13px;
	font-weight: 600;
	color: var( --dim );
}

.site-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 26px;
	padding-bottom: 30px;
}

/* Prose, for pages and guides
   ------------------------------------------------------------------ */

.prose h1 {
	margin-bottom: 24px;
}

.prose h2,
.prose h3 {
	margin: 40px 0 14px;
	font-family: var( --font );
	font-weight: 900;
	letter-spacing: -0.02em;
	text-transform: none;
}

.prose h2 {
	font-size: 28px;
}

.prose h3 {
	font-size: 21px;
}

.prose p,
.prose li {
	font-size: 17px;
	line-height: 1.7;
	color: var( --muted );
}

/* The qualifier
   ------------------------------------------------------------------ */

.lcpto {
	background: var( --panel );
	border: 1px solid var( --line );
}

.lcpto__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 26px;
	border-bottom: 1px solid var( --line-soft );
}

.lcpto__wordmark {
	font-family: var( --display );
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.lcpto__steplabel {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --dim );
}

.lcpto__bar {
	height: 3px;
	background: #2b2520;
}

.lcpto__bar-fill {
	display: block;
	height: 3px;
	width: 0;
	background: var( --accent );
	transition: width 0.3s ease;
}

.lcpto__body {
	padding: 26px;
}

.lcpto__lede {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.6;
	color: var( --muted );
}

.lcpto__questions {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lcpto__question + .lcpto__question {
	margin-top: 34px;
	padding-top: 30px;
	border-top: 1px solid var( --line-soft );
}

.lcpto__q-title {
	margin: 0 0 6px;
	font-family: var( --font );
	font-size: 26px;
	font-weight: 900;
	line-height: 1.14;
	letter-spacing: -0.025em;
	text-transform: none;
}

.lcpto__q-sub {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.5;
	color: var( --dim );
}

.lcpto__group + .lcpto__group {
	margin-top: 20px;
}

.lcpto__group-title {
	margin: 0 0 10px;
	font-family: var( --font );
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var( --dim );
}

.lcpto__options {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.lcpto__option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-height: 56px;
	padding: 16px 18px;
	background: var( --raised );
	border: 1px solid var( --line );
	color: var( --text );
	font-family: inherit;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.lcpto__option::after {
	content: "";
	flex-shrink: 0;
	width: 9px;
	height: 9px;
	border-top: 2px solid var( --accent );
	border-right: 2px solid var( --accent );
	transform: rotate( 45deg );
}

.lcpto__option:hover,
.lcpto__option:focus-visible {
	border-color: var( --accent );
	background: #241f1a;
}

.lcpto__option-label {
	display: block;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.lcpto__option-sub {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	line-height: 1.4;
	color: var( --dim );
}

.lcpto__back,
.lcpto__restart {
	display: inline-block;
	min-height: 44px;
	margin-top: 14px;
	padding: 0;
	border: 0;
	background: none;
	color: var( --dim );
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.lcpto__back:hover,
.lcpto__restart:hover {
	color: var( --text );
}

.lcpto__results-title {
	margin: 36px 0 18px;
	padding-top: 30px;
	border-top: 1px solid var( --line-soft );
	font-family: var( --font );
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -0.02em;
	text-transform: none;
}

.lcpto__result + .lcpto__result {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px dashed #4a443d;
}

.lcpto__profile {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --dim );
}

.lcpto__score {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	margin: 0 0 10px;
}

.lcpto__score strong {
	font-family: var( --display );
	font-size: 56px;
	line-height: 0.82;
	letter-spacing: -0.04em;
}

.lcpto__score span {
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	color: var( --dim );
}

.lcpto__score--good strong { color: var( --good ); }
.lcpto__score--mid strong { color: var( --mid ); }
.lcpto__score--low strong { color: var( --low ); }

.lcpto__meter {
	height: 6px;
	margin-bottom: 20px;
	background: #2b2520;
}

.lcpto__meter span {
	display: block;
	height: 6px;
}

.lcpto__meter--good span { background: var( --good ); }
.lcpto__meter--mid span { background: var( --mid ); }
.lcpto__meter--low span { background: var( --low ); }

.lcpto__route {
	margin: 0 0 12px;
	font-size: 14px;
	color: var( --muted );
}

.lcpto__route strong {
	display: inline-block;
	padding: 6px 11px;
	background: var( --accent );
	color: var( --ink );
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.lcpto__result-head {
	margin: 0 0 10px;
	font-family: var( --display );
	font-size: 25px;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

.lcpto__result-body {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: var( --muted );
}

.lcpto__plan {
	margin-top: 18px;
}

.lcpto__steps {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.lcpto__steps li {
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.5;
}

.lcpto__steps li + li {
	margin-top: 9px;
}

.lcpto__steps li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 11px;
	height: 6px;
	border-left: 2px solid var( --good );
	border-bottom: 2px solid var( --good );
	transform: rotate( -45deg );
}

.lcpto__price {
	margin: 0 0 18px;
	padding: 14px 16px;
	background: var( --raised );
	border-left: 3px solid var( --good );
	font-size: 15px;
	line-height: 1.5;
}

.lcpto__cta {
	display: inline-block;
	min-height: 52px;
	padding: 16px 24px;
	background: var( --accent );
	color: var( --ink );
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

.lcpto__cta:hover,
.lcpto__cta:focus-visible {
	background: var( --accent-hover );
	color: var( --ink );
}

.lcpto__gate {
	margin-top: 22px;
	padding: 22px;
	background: var( --raised );
	border: 1px solid var( --line );
}

.lcpto__gate-label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --dim );
}

.lcpto__gate-list {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.lcpto__gate-list li {
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.5;
	color: var( --faint );
}

.lcpto__gate-list li + li {
	margin-top: 8px;
}

.lcpto__gate-list li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 11px;
	height: 6px;
	border-left: 2px solid #4a443d;
	border-bottom: 2px solid #4a443d;
	transform: rotate( -45deg );
}

.lcpto__gate-field {
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: 700;
}

.lcpto__gate-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lcpto__gate-row input {
	flex: 1 1 220px;
	min-height: 52px;
	padding: 14px 16px;
	background: var( --ink );
	border: 1px solid var( --line );
	color: var( --text );
	font-family: inherit;
	font-size: 16px;
}

.lcpto__submit {
	min-height: 52px;
	padding: 14px 24px;
	border: 0;
	background: var( --accent );
	color: var( --ink );
	font-family: inherit;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
}

.lcpto__submit:disabled {
	opacity: 0.6;
	cursor: default;
}

.lcpto__gate-note {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: var( --dim );
}

.lcpto__gate-error {
	margin: 12px 0 0;
	font-size: 14px;
	font-weight: 700;
	color: var( --low );
}

.lcpto__gate-error:not( .is-visible ) {
	display: none;
}

.lcpto__honey {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect( 0 0 0 0 );
	white-space: nowrap;
}

/* Interactive mode. Until the script confirms it can do the revealing,
   nothing is hidden. That is what keeps the page readable to crawlers
   that do not run JavaScript. */

.lcpto[data-mode="interactive"] .lcpto__static-only,
.lcpto[data-mode="interactive"] .lcpto__question,
.lcpto[data-mode="interactive"] .lcpto__result,
.lcpto[data-mode="interactive"] .lcpto__group,
.lcpto[data-mode="interactive"] .lcpto__gate,
.lcpto[data-mode="interactive"] .lcpto__restart,
.lcpto[data-mode="interactive"] .lcpto__plan {
	display: none;
}

.lcpto[data-mode="interactive"] .lcpto__question.is-active,
.lcpto[data-mode="interactive"] .lcpto__result.is-active,
.lcpto[data-mode="interactive"] .lcpto__group.is-active,
.lcpto[data-mode="interactive"] .lcpto__gate.is-active,
.lcpto[data-mode="interactive"] .lcpto__plan.is-open {
	display: block;
}

.lcpto[data-mode="interactive"] .lcpto__restart.is-active {
	display: inline-block;
}

.lcpto[data-mode="interactive"] .lcpto__question,
.lcpto[data-mode="interactive"] .lcpto__result {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

/* Responsive
   ------------------------------------------------------------------ */

@media ( max-width: 1080px ) {
	:root {
		--gutter: 32px;
	}

	.hero__inner,
	.about {
		grid-template-columns: minmax( 0, 1fr );
		gap: 40px;
	}

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

	.site-nav {
		display: none;
	}
}

@media ( max-width: 760px ) {
	:root {
		--gutter: 18px;
	}

	body {
		font-size: 16px;
	}

	.section {
		padding: 52px 0 56px;
	}

	.grid--2,
	.grid--3,
	.grid--4,
	.ticks--2col {
		grid-template-columns: minmax( 0, 1fr );
	}

	.section__head--split {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.feature__head {
		flex-direction: column;
		gap: 12px;
	}

	.site-header__phone {
		display: none;
	}

	.trust__inner,
	.site-footer__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.lcpto__head,
	.lcpto__body {
		padding-left: 18px;
		padding-right: 18px;
	}

	.lcpto__q-title {
		font-size: 22px;
	}

	.lcpto__score strong {
		font-size: 46px;
	}

	.lcpto__result-head {
		font-size: 21px;
	}

	.closer {
		padding: 56px 0 60px;
	}
}

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

/* Flag eyebrow. Flags sit slightly large next to text, so nudge them down. */

.eyebrow--flags {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	color: var( --muted );
}

.eyebrow--flags span {
	font-size: 19px;
	line-height: 1;
	letter-spacing: 0.06em;
}

/* Testimonials
   ------------------------------------------------------------------ */

.quote {
	margin: 0;
	padding: 28px 30px 26px;
	background: var( --panel );
	border-left: 3px solid var( --accent );
}

.quote p {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 1.6;
	color: var( --text );
}

.quote footer {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
}

.quote__name {
	font-family: var( --display );
	font-size: 15px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

.quote__meta {
	font-size: 13px;
	font-weight: 600;
	color: var( --dim );
}

.quote--short {
	padding: 22px 24px 20px;
	border-left-width: 2px;
	border-left-color: var( --line );
}

.quote--short p {
	margin-bottom: 14px;
	font-size: 15px;
	color: var( --muted );
}

.shorts {
	margin-top: 40px;
	padding-top: 34px;
	border-top: 1px solid var( --line-soft );
}

.shorts__label {
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --dim );
}

.section--cream .quote {
	background: var( --cream-raised );
	border-left-color: var( --accent-deep );
}

.section--cream .quote p {
	color: var( --cream-ink );
}

.section--cream .quote__meta {
	color: var( --cream-muted );
}

/* 1.3.0: Sell As You Build
   ------------------------------------------------------------------ */

.site-footer a {
	color: var( --muted );
	text-decoration: none;
}

.site-footer a:hover {
	color: var( --text );
}

.wrap--mid {
	max-width: 1040px;
}

.hero__sub {
	margin: -10px 0 0;
	font-family: var( --serif );
	font-style: italic;
	font-size: clamp( 24px, 2.4vw, 32px );
	line-height: 1.2;
	color: var( --accent-hover );
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
}

.hero__note {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: var( --dim );
}

.hero--program .hero__copy .eyebrow {
	margin: 0 0 -12px;
}

.hero__media {
	align-self: center;
}

.crumb {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: var( --dim );
}

/* Video. 16:9, and an obvious gap when no link is set. */

.video {
	position: relative;
	aspect-ratio: 16 / 9;
	background: var( --panel );
	border: 1px solid var( --line );
}

.video iframe,
.video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	border-style: dashed;
	text-align: center;
}

.video--empty p {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: var( --dim );
}

/* The triangle */

.tri { display:block; width:100%; height:auto; font-family: var(--font); }
.tri .t-box { fill: var(--box); }
.tri .t-cure { fill:#fff; font-family: var(--display); font-size:25px; letter-spacing:.01em; }
.tri .t-sub { fill: var(--muted); font-family: var(--serif); font-style: italic; font-size:18px; }
.tri .t-tri { fill: var(--tri-fill); stroke: var(--line); stroke-width:1.5; }
.tri .t-trap { fill: var(--low); font-weight:800; font-size:16px; letter-spacing:.14em; }
.tri .t-centre { fill: var(--text); font-family: var(--display); font-size:31px; letter-spacing:-.01em; }
.tri .t-arc { fill:none; stroke: var(--accent); stroke-width:2.5; }
.tri .t-arrowhead { fill:none; stroke: var(--accent); stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.tri .t-method { fill: var(--accent-hover); font-family: var(--display); font-size:38px; letter-spacing:.12em; }
.tri .t-tick { stroke: var(--faint); stroke-width:1.5; }
.tri .t-num { fill: var(--box); }
.tri .t-numtext { fill:#fff; font-size:12px; font-weight:900; }
.tri .t-acc { fill: var(--text); font-size:18px; font-weight:700; }
.tri .t-legend-line { stroke: var(--accent); stroke-width:3; }
.tri .t-legend { fill: var(--dim); font-size:18px; font-weight:600; }

.tri-split {
	display: grid;
	grid-template-columns: minmax( 0, 5fr ) minmax( 0, 6fr );
	gap: 56px;
	align-items: center;
}

.tri-split__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
}

.traps {
	width: 100%;
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var( --line-soft );
}

.traps li {
	display: grid;
	grid-template-columns: 11em 1fr;
	gap: 2px 18px;
	padding: 16px 0;
	border-bottom: 1px solid var( --line-soft );
}

.traps__trap {
	grid-row: span 2;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var( --low );
	padding-top: 3px;
}

.traps__cure {
	font-family: var( --display );
	font-size: 19px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

.traps__what {
	font-family: var( --serif );
	font-style: italic;
	font-size: 18px;
	color: var( --muted );
}

.tri-figure__simple {
	display: none;
}

.tri-figure {
	max-width: 980px;
	margin: 0 auto;
}

.section--diagram .section__head {
	margin-bottom: 12px;
}

.cures {
	max-width: 760px;
	margin: 20px auto 0;
	border-top: 1px solid var( --line-soft );
}

.cures__row {
	display: grid;
	grid-template-columns: 12em 1fr;
	gap: 18px;
	padding: 14px 0;
	border-bottom: 1px solid var( --line-soft );
	font-size: 16px;
}

.cures__trap {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var( --low );
	padding-top: 2px;
}

.cures__cure {
	color: var( --muted );
}

.cures__cure strong {
	color: var( --text );
}

.section--diagram .statement {
	margin: 40px auto 0;
	text-align: center;
}

/* The nine accelerators */

.method {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 22px;
	margin-top: 40px;
}

.method__stage {
	border-top: 3px solid var( --accent );
	padding-top: 18px;
}

.method__title {
	margin-bottom: 14px;
	font-size: 28px;
	color: var( --accent-hover );
}

.method__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.method__step {
	display: grid;
	grid-template-columns: 26px 1fr;
	gap: 4px 14px;
	padding: 16px 0;
	border-bottom: 1px solid var( --line-soft );
}

.method__num {
	grid-row: span 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: var( --box );
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.method__name {
	font-size: 17px;
	font-weight: 800;
}

.method__what {
	font-size: 15px;
	line-height: 1.5;
	color: var( --muted );
}

.method__weeks {
	font-size: 13px;
	font-weight: 700;
	color: var( --dim );
}

.method__scorecard,
.method__keep {
	max-width: 760px;
	margin: 34px 0 0;
	font-size: 17px;
	line-height: 1.6;
	color: var( --muted );
}

.method__scorecard {
	padding-left: 18px;
	border-left: 3px solid var( --accent );
}

.method__scorecard strong {
	color: var( --text );
}

.method__keep {
	margin-top: 18px;
}

/* Offer page */

.offer-hero {
	padding: 64px 0 76px;
	border-bottom: 1px solid var( --line-soft );
}

.offer-hero .wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.offer-hero h1 {
	max-width: 900px;
}

.offer-hero .video {
	width: 100%;
	margin-top: 10px;
}

.offer-hero__lede {
	max-width: 760px;
}

.offer-hero__lede strong {
	color: var( --text );
}

.voices {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 16px;
	margin-top: 32px;
}

.voice {
	padding: 24px 24px 26px;
	background: var( --cream-raised );
	border: 1px solid var( --cream-line );
	border-top: 3px solid var( --low );
}

.voice h3 {
	margin-bottom: 12px;
	font-size: 20px;
}

.voice p {
	margin: 0;
	font-family: var( --serif );
	font-style: italic;
	font-size: 20px;
	line-height: 1.4;
	color: var( --cream-muted );
}

.section--cream .statement {
	margin-top: 30px;
}

.facts {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 0 40px;
	margin: 30px 0 0;
}

.facts > div {
	padding: 16px 0;
	border-top: 1px solid var( --cream-line );
}

.facts dt {
	font-weight: 900;
	font-size: 17px;
}

.facts dd {
	margin: 4px 0 0;
	font-size: 16px;
	line-height: 1.55;
	color: var( --cream-muted );
}

.facts--single {
	grid-template-columns: minmax( 0, 1fr );
	max-width: 780px;
}

.fit {
	padding: 26px 28px;
	background: var( --panel );
	border-top: 3px solid var( --good );
}

.fit--no {
	border-top-color: var( --low );
}

.fit h3 {
	margin-bottom: 16px;
	font-size: 21px;
}

.fit ul {
	margin: 0;
	padding-left: 20px;
}

.fit li {
	font-size: 16px;
	line-height: 1.55;
	color: var( --muted );
}

.fit li + li {
	margin-top: 10px;
}

.quotes-stack {
	grid-template-columns: minmax( 0, 1fr );
}

.note {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1.55;
	font-style: italic;
	color: var( --dim );
}

.section--cream .note {
	color: var( --cream-muted );
}

.promise-block {
	padding: 40px 44px 36px;
	border: 2px solid var( --accent );
}

.promise-block h2 {
	margin-bottom: 18px;
}

.promise-block > p:not( .lede ):not( .note ) {
	margin: 20px 0 0;
	font-weight: 700;
}

.choices {
	display: grid;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	gap: 12px;
	margin: 26px 0 0;
}

.choices > div {
	padding: 18px 18px 20px;
	background: var( --panel );
}

.choices dt {
	font-family: var( --display );
	font-size: 18px;
	text-transform: uppercase;
	color: var( --accent-hover );
}

.choices dd {
	margin: 6px 0 0;
	font-size: 15px;
	line-height: 1.5;
	color: var( --muted );
}

.pricebox {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) minmax( 0, 1fr );
	margin-top: 28px;
	background: var( --cream-raised );
	border: 1.5px solid var( --cream-ink );
}

.pricebox__main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: 32px 34px 34px;
	background: var( --cream-ink );
	color: var( --text );
}

.pricebox__amount {
	margin: 0;
	font-family: var( --display );
	font-size: clamp( 44px, 5vw, 64px );
	line-height: 1;
	letter-spacing: -0.04em;
}

.pricebox__terms,
.pricebox__founding {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: var( --muted );
}

.pricebox__founding {
	margin-bottom: 10px;
	padding: 12px 14px;
	border-left: 3px solid var( --highlight );
	background: var( --raised );
}

.pricebox__founding strong {
	color: var( --text );
}

.pricebox__included {
	padding: 32px 34px 34px;
}

.pricebox__included h3 {
	margin-bottom: 18px;
	font-size: 21px;
}

.pricebox__included .ticks li {
	font-size: 16px;
}

.pricebox__included .ticks li::before {
	border-color: var( --accent-deep );
}

.extras__title {
	margin-top: 48px;
	font-size: 23px;
}

.about-matt p:not( .lede ) {
	max-width: 760px;
	margin: 18px 0 0;
	font-size: 17px;
	line-height: 1.65;
	color: var( --muted );
}

.about-matt .lede {
	margin-top: 22px;
	max-width: 760px;
	color: var( --text );
}

/* Homepage extras */

.how {
	padding: 24px 24px 26px;
	background: var( --cream-raised );
	border: 1px solid var( --cream-line );
}

.how h3 {
	margin-bottom: 10px;
	font-size: 19px;
}

.how p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var( --cream-muted );
}

.price-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 28px;
	margin-top: 26px;
	padding: 22px 26px;
	background: var( --cream-ink );
	color: var( --text );
}

.price-strip p {
	margin: 0;
}

.price-strip__main {
	font-size: 18px;
}

.price-strip__promise {
	flex: 1 1 280px;
	font-size: 15px;
	color: var( --muted );
}

.section--tight {
	padding: 56px 0;
}

.crossover {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.crossover h2 {
	margin-bottom: 12px;
	font-size: clamp( 28px, 3vw, 40px );
}

.crossover .lede {
	max-width: 620px;
}

.btn--dark {
	background: var( --cream-ink );
	color: var( --text );
	white-space: nowrap;
}

.btn--dark:hover,
.btn--dark:focus-visible {
	background: var( --accent-deep );
	color: var( --text );
}

/* Application */

.apply-page h1 {
	margin-bottom: 20px;
}

.apply-page__lede {
	margin-bottom: 10px;
}

.apply-page__back {
	margin: 0 0 36px;
	font-size: 15px;
	color: var( --dim );
}

.apply {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

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

.apply__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.apply__label {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	color: var( --text );
}

.apply__label em {
	font-style: normal;
	font-weight: 600;
	color: var( --dim );
}

.apply input[type="text"],
.apply input[type="email"],
.apply textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	background: var( --panel );
	border: 1px solid var( --line );
	color: var( --text );
	font: inherit;
	font-size: 16px;
}

.apply input:focus,
.apply textarea:focus {
	outline: 2px solid var( --accent );
	outline-offset: 0;
	border-color: var( --accent );
}

.apply__group {
	margin: 0;
	padding: 0;
	border: 0;
}

.apply__group legend {
	margin-bottom: 12px;
	padding: 0;
}

.apply__options {
	display: grid;
	gap: 8px;
}

.apply__option {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 50px;
	padding: 12px 16px;
	background: var( --panel );
	border: 1px solid var( --line );
	font-size: 16px;
	cursor: pointer;
}

.apply__option:hover {
	border-color: var( --accent );
}

.apply__option input {
	flex: none;
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var( --accent );
}

.apply__option:has( input:checked ) {
	border-color: var( --accent );
	background: var( --raised );
}

.apply__honey {
	position: absolute;
	left: -9999px;
}

.apply .btn {
	align-self: flex-start;
	border: 0;
	cursor: pointer;
	font-family: inherit;
}

.apply__note {
	margin: -12px 0 0;
	font-size: 14px;
	color: var( --dim );
}

.apply__error {
	margin: 0;
	padding: 14px 16px;
	border-left: 3px solid var( --low );
	background: var( --panel );
	font-weight: 700;
}

.outcome {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.outcome__verdict {
	margin: 0;
	font-family: var( --serif );
	font-style: italic;
	font-size: 34px;
	line-height: 1.1;
	color: var( --good );
}

.outcome--notyet .outcome__verdict {
	color: var( --mid );
}

.outcome__pay {
	display: grid;
	gap: 10px;
	margin-top: 8px;
}

.pay {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2px 18px;
	padding: 18px 20px;
	background: var( --panel );
	border: 1px solid var( --line );
	color: var( --text );
	text-decoration: none;
}

.pay:hover,
.pay:focus-visible {
	border-color: var( --accent );
}

.pay--main {
	background: var( --box );
	border-color: var( --box );
}

.pay--main:hover,
.pay--main:focus-visible {
	border-color: var( --text );
}

.pay__label {
	font-weight: 800;
}

.pay__price {
	grid-row: span 2;
	align-self: center;
	font-family: var( --display );
	font-size: 22px;
}

.pay__note {
	font-size: 14px;
	color: var( --muted );
}

.pay--main .pay__note {
	color: #dfe4ff;
}

.outcome__small {
	margin: 0;
	font-size: 14px;
	color: var( --dim );
}

.outcome__reason {
	padding: 22px 24px;
	background: var( --panel );
	border-left: 3px solid var( --mid );
}

.outcome__reason h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.outcome__reason p {
	margin: 0 0 12px;
	color: var( --muted );
}

@media ( max-width: 1080px ) {
	.tri-split {
		grid-template-columns: minmax( 0, 1fr );
		gap: 40px;
	}

	.tri-split__figure {
		max-width: 620px;
	}

	.method,
	.voices {
		grid-template-columns: minmax( 0, 1fr );
	}

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

	.crossover {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media ( max-width: 760px ) {
	.tri-figure__full {
		display: none;
	}

	.tri-figure__simple {
		display: block;
	}

	.traps li,
	.cures__row {
		grid-template-columns: minmax( 0, 1fr );
		gap: 4px;
	}

	.traps__trap {
		grid-row: auto;
	}

	.facts,
	.pricebox,
	.apply__row,
	.choices {
		grid-template-columns: minmax( 0, 1fr );
	}

	.promise-block {
		padding: 28px 22px 26px;
	}

	.pricebox__main,
	.pricebox__included {
		padding: 26px 22px;
	}

	.offer-hero {
		padding: 44px 0 52px;
	}

	.site-header__actions .btn {
		min-height: 42px;
		padding: 10px 18px;
	}
}

.section__head h2 + .lede {
	margin-top: 18px;
}

.statement--soft {
	font-weight: 400;
}

.section--cream a:not( .btn ):not( .link-arrow ) {
	color: var( --accent-deep );
}

.section--cream .link-arrow {
	color: var( --accent-deep );
}

.section--cream .price-strip .link-arrow {
	color: var( --accent-hover );
}

.pricebox__label {
	margin: 0 0 -6px;
	font-size: 14px;
	font-weight: 800;
	color: var( --highlight );
}

.site-footer__legal p {
	margin: 18px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: var( --faint );
}

/* 1.3.9: Workshops
   ------------------------------------------------------------------ */

.faq--dark {
	background: var( --panel );
	border-color: var( --line );
}

.faq--dark h3 {
	color: var( --text );
}

.faq--dark p {
	color: var( --muted );
}

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

.ws-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 24px 24px 26px;
	background: var( --panel );
	border: 1px solid var( --line );
	border-top: 3px solid var( --accent );
	color: var( --text );
	text-decoration: none;
}

.ws-card:hover,
.ws-card:focus-visible {
	border-color: var( --accent );
}

.ws-card__num {
	font-family: var( --display );
	font-size: 15px;
	color: var( --accent-hover );
}

.ws-card__title {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
}

.ws-card__meta {
	font-size: 14px;
	color: var( --dim );
}

.ws-card__price {
	margin-top: auto;
	padding-top: 10px;
	font-family: var( --display );
	font-size: 26px;
}

.ws-rule__title {
	margin: 64px 0 0;
	font-size: clamp( 26px, 3vw, 36px );
}

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

.ws-sub {
	margin: 36px 0 0;
	font-size: 20px;
}

#ai-stack .voices {
	margin-top: 16px;
}

#ai-stack .pricebox {
	margin-top: 36px;
}

.facts--tight {
	margin: 0;
}

.facts--tight > div:first-child {
	border-top: 0;
	padding-top: 0;
}

.ws-h2 {
	margin: 64px 0 16px;
	font-size: clamp( 26px, 3vw, 36px );
}

.ws-h2 + .lede {
	margin-bottom: 24px;
}

.ws-list .method__title {
	margin-bottom: 4px;
}

.ws-dl {
	margin: 0;
}

.ws-dl > div {
	padding: 14px 0;
	border-bottom: 1px solid var( --line-soft );
}

.ws-dl dt {
	font-weight: 800;
}

.ws-dl dd {
	margin: 4px 0 0;
	font-size: 15px;
	line-height: 1.5;
	color: var( --muted );
}

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

.agenda__row {
	display: grid;
	grid-template-columns: 70px 1fr auto;
	gap: 18px;
	align-items: baseline;
	padding: 16px 0;
	border-bottom: 1px solid var( --line-soft );
}

.agenda__time {
	font-family: var( --display );
	font-size: 16px;
	color: var( --accent-hover );
}

.agenda__what {
	font-size: 16px;
	line-height: 1.5;
	color: var( --muted );
}

.agenda__what strong {
	display: block;
	color: var( --text );
}

.agenda__tag {
	padding: 3px 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: var( --box );
	color: #fff;
}

.agenda__tag--sales {
	background: var( --low );
	color: var( --ink );
}

.agenda__tag--both {
	background: var( --raised );
	color: var( --text );
}

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

.ws-job {
	padding: 22px 22px 24px;
	background: var( --panel );
	border: 1px solid var( --line );
}

.ws-job__num {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var( --accent-hover );
}

.ws-job h3 {
	margin: 8px 0 8px;
	font-size: 19px;
}

.ws-job p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var( --muted );
}

.ws-job .ws-job__tool {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var( --line-soft );
	color: var( --text );
	font-weight: 600;
}

.ws-after {
	align-items: start;
}

.ws-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 28px;
	margin-top: 56px;
	padding: 24px 28px;
	border: 2px solid var( --accent );
}

.ws-strip p {
	margin: 0;
	font-size: 17px;
	color: var( --muted );
}

.ws-strip strong {
	color: var( --text );
}

.ws-panel {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 30px 30px 32px;
	background: var( --cream-raised );
	border: 1px solid var( --cream-line );
	border-top: 3px solid var( --accent-deep );
}

.ws-panel p,
.ws-panel li {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: var( --cream-muted );
}

.ws-panel h3 {
	font-size: 23px;
}

.ws-panel h4 {
	margin: 8px 0 0;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ws-panel__num {
	font-size: 13px !important;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var( --accent-deep ) !important;
}

.ws-panel .ws-panel__stat {
	padding: 12px 14px;
	border-left: 3px solid var( --accent-deep );
	background: var( --cream );
	font-weight: 800;
	color: var( --cream-ink );
}

.ws-panel__stat span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 600;
	color: var( --cream-muted );
}

.ws-panel .ticks li::before {
	border-color: var( --accent-deep );
}

.ws-panel .ws-dl > div {
	border-color: var( --cream-line );
}

.ws-panel .ws-dl dd {
	color: var( --cream-muted );
}

.ws-panel__buy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 18px;
}

.ws-panel__price {
	font-family: var( --display );
	font-size: 30px;
}

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

.ws-steps dd strong {
	display: block;
	color: var( --text );
}

.ws-lead-actions {
	margin-top: 32px;
}

.about-matt--cream p:not( .eyebrow ) {
	max-width: 760px;
	margin: 18px 0 0;
	font-size: 17px;
	line-height: 1.65;
	color: var( --cream-muted );
}

a[aria-disabled="true"] {
	opacity: 0.7;
}

@media ( max-width: 900px ) {
	.ws-cards,
	.ws-stack,
	.ws-rule,
	.ws-steps {
		grid-template-columns: minmax( 0, 1fr );
	}

	.agenda__row {
		grid-template-columns: 58px 1fr;
	}

	.agenda__tag {
		grid-column: 2;
		justify-self: start;
	}
}

/* 1.3.10: mobile menu. A <details> element, so it works without JavaScript. */

.site-header {
	position: relative;
}

.mnav {
	display: none;
}

.mnav__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var( --line );
	cursor: pointer;
	list-style: none;
}

.mnav__toggle::-webkit-details-marker {
	display: none;
}

.mnav__bars,
.mnav__bars::before,
.mnav__bars::after {
	display: block;
	width: 20px;
	height: 2px;
	background: var( --text );
	transition: transform 0.15s ease, background 0.15s ease;
}

.mnav__bars {
	position: relative;
}

.mnav__bars::before,
.mnav__bars::after {
	content: "";
	position: absolute;
	left: 0;
}

.mnav__bars::before {
	top: -6px;
}

.mnav__bars::after {
	top: 6px;
}

.mnav[open] .mnav__bars {
	background: transparent;
}

.mnav[open] .mnav__bars::before {
	transform: translateY( 6px ) rotate( 45deg );
}

.mnav[open] .mnav__bars::after {
	transform: translateY( -6px ) rotate( -45deg );
}

.mnav__panel {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 50;
	padding: 8px var( --gutter ) 20px;
	background: var( --ink );
	border-bottom: 1px solid var( --line );
}

.mnav__panel .site-nav__list {
	flex-direction: column;
	gap: 0;
}

.mnav__panel .site-nav__list li + li {
	border-top: 1px solid var( --line-soft );
}

.mnav__panel .site-nav__list a {
	display: block;
	padding: 16px 0;
	font-size: 18px;
	font-weight: 700;
	color: var( --text );
}

@media ( max-width: 1080px ) {
	.mnav {
		display: block;
	}

	.site-header__actions {
		gap: 10px;
	}
}

/* 1.4.0: the free Manual MVP Check, the main call to action
   ------------------------------------------------------------------ */

.btn__short {
	display: none;
}

@media ( max-width: 520px ) {
	.btn__long {
		display: none;
	}

	.btn__short {
		display: inline;
	}
}

.gform {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
	max-width: 560px;
}

.gform__row {
	display: grid;
	grid-template-columns: minmax( 0, 2fr ) minmax( 0, 3fr );
	gap: 12px;
	width: 100%;
}

.gform__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.gform__label {
	font-size: 14px;
	font-weight: 800;
}

.gform input[type="text"],
.gform input[type="email"] {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	background: var( --panel );
	border: 1px solid var( --line );
	color: var( --text );
	font: inherit;
	font-size: 16px;
}

.gform input:focus {
	outline: 2px solid var( --accent );
	outline-offset: 0;
	border-color: var( --accent );
}

.gform__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: var( --muted );
	cursor: pointer;
}

.gform__consent input {
	flex: none;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var( --accent );
}

.gform .btn {
	border: 0;
	cursor: pointer;
	font-family: inherit;
}

.gform__note {
	margin: -4px 0 0;
	font-size: 13px;
	color: var( --dim );
}

.gform__error {
	margin: 0;
	padding: 12px 14px;
	width: 100%;
	border-left: 3px solid var( --low );
	background: var( --panel );
	font-weight: 700;
}

.gform__honey {
	position: absolute;
	left: -9999px;
}

/* On cream sections the form flips to light fields. */

.section--cream .gform input[type="text"],
.section--cream .gform input[type="email"] {
	background: var( --cream-raised );
	border-color: var( --cream-ink );
	color: var( --cream-ink );
}

.section--cream .gform__consent,
.section--cream .gform__note {
	color: var( --cream-muted );
}

.section--cream .gform__consent input {
	accent-color: var( --accent-deep );
}

.section--cream .gform__error {
	background: var( --cream-raised );
}

.section--cream .eyebrow--dark,
.eyebrow--dark {
	color: var( --accent-deep );
}

.section:not( .section--cream ) .eyebrow--dark {
	color: var( --accent-hover );
}

/* Homepage band */

.guide-band__inner {
	display: grid;
	grid-template-columns: minmax( 0, 7fr ) minmax( 0, 5fr );
	gap: 56px;
	align-items: center;
}

.guide-band__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.guide-band__copy h2 {
	font-size: clamp( 34px, 4vw, 54px );
}

.guide-band__copy .eyebrow {
	margin-bottom: -6px;
}

.guide-band__ticks li::before {
	border-color: var( --accent-deep );
}

.guide-band__figure,
.guide-hero__figure {
	margin: 0;
}

.guide-band__figure img,
.guide-hero__figure img,
.guide-pages img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var( --cream-line );
	box-shadow: 0 24px 48px -24px rgba( 0, 0, 0, 0.45 );
}

.guide-band__figure img {
	transform: rotate( 2deg );
}

/* The guide page */

.guide-hero {
	padding: 64px 0 76px;
	border-bottom: 1px solid var( --line-soft );
}

.guide-hero__inner {
	display: grid;
	grid-template-columns: minmax( 0, 7fr ) minmax( 0, 5fr );
	gap: 56px;
	align-items: center;
}

.guide-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
}

.guide-hero__copy .eyebrow {
	margin-bottom: -10px;
}

.guide-hero__copy .outcome__verdict {
	margin-bottom: -8px;
}

.guide-hero__figure img {
	border-color: var( --line );
}

.ws-card--static {
	border-top-color: var( --accent );
}

.ws-card--static:hover {
	border-color: var( --line );
	border-top-color: var( --accent );
}

.guide-inside {
	margin-top: 28px;
}

.guide-sectors {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.guide-sectors li {
	padding: 6px 12px;
	border: 1px solid var( --line );
	font-size: 14px;
	font-weight: 700;
	color: var( --muted );
}

.guide-pages {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 22px;
	margin-top: 40px;
}

.guide-pages img {
	border-color: var( --line );
}

@media ( max-width: 900px ) {
	.guide-band__inner,
	.guide-hero__inner {
		grid-template-columns: minmax( 0, 1fr );
		gap: 40px;
	}

	.guide-band__figure,
	.guide-hero__figure {
		max-width: 420px;
	}

	.guide-band__figure img {
		transform: none;
	}
}

@media ( max-width: 600px ) {
	.gform__row,
	.guide-pages {
		grid-template-columns: minmax( 0, 1fr );
	}

	.guide-hero {
		padding: 44px 0 52px;
	}

	.gform .btn {
		width: 100%;
		text-align: center;
	}
}

.site-header__actions .btn {
	white-space: nowrap;
}

@media ( max-width: 520px ) {
	.site-header__actions .btn {
		padding: 10px 14px;
		font-size: 14px;
	}

	.brand__name {
		font-size: 13px;
		white-space: nowrap;
	}

	.site-header__inner {
		gap: 10px;
	}

	.brand {
		gap: 8px;
	}
}

/* 1.4.4: video cover image, click to play. The play control sits
   bottom right, over the jacket, so it never covers the headline or face. */

.video__cover {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.video__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video__pill {
	position: absolute;
	right: 3.5%;
	bottom: 5%;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 6px 16px 6px 6px;
	background: rgba( 0, 0, 0, 0.78 );
	border-radius: 100px;
	transition: background 0.15s ease;
}

.video__play {
	position: relative;
	flex: none;
	width: 40px;
	height: 40px;
	background: var( --accent );
	border-radius: 50%;
	transition: background 0.15s ease;
}

.video__play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -5px;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #fff;
}

.video__label {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.video__cover:hover .video__pill,
.video__cover:focus-visible .video__pill {
	background: rgba( 0, 0, 0, 0.92 );
}

.video__cover:hover .video__play,
.video__cover:focus-visible .video__play {
	background: var( --accent-hover );
}

.video--cover {
	border-color: var( --line );
}

@media ( max-width: 600px ) {
	/* On phones the label is dropped, so the button stays small and clear of faces. */
	.video__pill {
		gap: 0;
		padding: 4px;
	}

	.video__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect( 0 0 0 0 );
	}

	.video__play {
		width: 32px;
		height: 32px;
	}

	.video__play::after {
		margin: -6px 0 0 -4px;
		border-width: 6px 0 6px 11px;
	}

	.video__label {
		font-size: 13px;
	}
}

/* 1.4.5: refund reassurance under the Apply button */

.pricebox__secure {
	margin: 4px 0 0;
	padding-left: 12px;
	border-left: 2px solid var( --good );
	font-size: 14px;
	line-height: 1.5;
	color: var( --muted );
}

/* 1.4.9: 3-workshop pass */

.ws-pass {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px 32px;
	margin-top: 16px;
	padding: 24px 28px;
	border: 2px solid var( --accent );
	background: var( --panel );
}

.ws-pass__copy {
	flex: 1 1 420px;
}

.ws-pass__label {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 800;
	color: var( --highlight );
}

.ws-pass__title {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
}

.ws-pass__title strong {
	font-family: var( --display );
	color: var( --accent-hover );
}

.ws-pass__note {
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 1.55;
	color: var( --muted );
}

/* 1.4.11: Luma booking panels */

.ws-book {
	margin-top: 28px;
	scroll-margin-top: 90px;
}

.ws-book__title {
	margin-bottom: 14px;
	font-size: 20px;
}

.ws-book__frame {
	max-width: 640px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var( --cream-line );
	border-radius: 4px;
}

.ws-book__frame iframe {
	display: block;
	width: 100%;
	height: 450px;
	border: 0;
}

.ws-book__alt {
	margin: 10px 0 0;
	font-size: 14px;
	color: var( --cream-muted );
}

.ws-panel .ws-book {
	margin-top: 8px;
}

.section:not( .section--cream ) .ws-book__alt {
	color: var( --dim );
}

/* 1.4.12: AI Stack section aligned with the Luma listing */

.ws-dl--grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 0 32px;
}

.ws-bonus {
	margin-top: 28px;
	padding: 22px 26px;
	border-left: 4px solid var( --good );
	background: var( --panel );
}

.ws-bonus__label {
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 800;
	color: var( --good );
}

.ws-bonus__title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 900;
}

.ws-bonus p:last-child {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: var( --muted );
}

.host-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
}

.about-matt--cream .host-links a {
	font-weight: 800;
	color: var( --accent-deep );
}

@media ( max-width: 600px ) {
	.ws-dl--grid {
		grid-template-columns: minmax( 0, 1fr );
	}
}

/* 1.5.0: workshops rebuilt around the three Luma events */

.ws-card--img {
	padding-top: 0;
	overflow: hidden;
}

.ws-card__img {
	display: block;
	width: calc( 100% + 48px );
	max-width: none;
	height: auto;
	margin: 0 -24px 14px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.ws-card__len {
	font-family: var( --font );
	font-size: 14px;
	font-weight: 700;
	color: var( --dim );
}

.ws-pass__how {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 700;
	color: var( --text );
}

.ws-section {
	scroll-margin-top: 70px;
}

.ws-banner {
	display: block;
	margin: 0 0 36px;
}

.ws-banner img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var( --line );
}

.ws-section__title {
	max-width: 900px;
	margin-bottom: 12px;
}

.ws-section .hero__sub {
	margin: 0;
}

.ws-body {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) 320px;
	gap: 48px;
	align-items: start;
	margin-top: 36px;
}

.ws-para {
	max-width: 680px;
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 1.65;
	color: var( --muted );
}

.ws-para em {
	color: var( --text );
}

.ws-fact {
	max-width: 680px;
	margin: 6px 0 22px;
	padding: 16px 20px;
	border-left: 3px solid var( --low );
	background: var( --panel );
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: var( --text );
}

.ws-h3 {
	margin: 34px 0 14px;
	font-size: 21px;
}

.ws-points {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: pt;
	border-top: 1px solid var( --line-soft );
}

.ws-points li {
	position: relative;
	padding: 13px 0 13px 40px;
	border-bottom: 1px solid var( --line-soft );
	font-size: 16px;
	line-height: 1.55;
	color: var( --muted );
	counter-increment: pt;
}

.ws-points li::before {
	content: counter( pt );
	position: absolute;
	left: 0;
	top: 13px;
	width: 24px;
	height: 24px;
	background: var( --box );
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 24px;
	text-align: center;
}

.ws-points strong {
	color: var( --text );
}

.ws-leave li {
	font-size: 16px;
}

.ws-extra {
	margin-top: 22px;
	padding: 18px 22px;
	border-left: 4px solid var( --accent );
	background: var( --panel );
}

.ws-extra .ws-bonus__label {
	color: var( --accent-hover );
}

.ws-extra p:last-child,
.ws-bonus p:last-child {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: var( --muted );
}

.ws-extra em,
.ws-bonus em {
	color: var( --text );
}

.ws-who {
	margin: 26px 0 0;
	font-size: 16px;
	line-height: 1.6;
	color: var( --muted );
}

.ws-who strong {
	color: var( --text );
}

.ws-ticket {
	position: sticky;
	top: 96px;
	padding: 26px 24px 24px;
	background: var( --panel );
	border: 2px solid var( --accent );
}

.ws-ticket__price {
	margin: 0;
	font-family: var( --display );
	font-size: 48px;
	line-height: 1;
	letter-spacing: -0.04em;
}

.ws-ticket__sub {
	margin: 8px 0 16px;
	font-size: 14px;
	font-weight: 700;
	color: var( --dim );
}

.ws-ticket__facts {
	margin: 0 0 20px;
}

.ws-ticket__facts > div {
	padding: 10px 0;
	border-top: 1px solid var( --line-soft );
}

.ws-ticket__facts dt {
	font-size: 13px;
	font-weight: 800;
	color: var( --text );
}

.ws-ticket__facts dd {
	margin: 3px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: var( --muted );
}

.ws-ticket .btn {
	display: block;
	text-align: center;
}

.ws-ticket__pass {
	margin: 14px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: var( --dim );
}

.ws-quotes {
	margin-top: 44px;
}

.ws-book__note {
	margin: -6px 0 12px;
	font-size: 14px;
	color: var( --dim );
}

.ws-section .ws-book {
	margin-top: 40px;
}

@media ( max-width: 900px ) {
	.ws-body {
		grid-template-columns: minmax( 0, 1fr );
		gap: 32px;
	}

	.ws-ticket {
		position: static;
	}
}

@media ( max-width: 600px ) {
	.ws-banner {
		max-width: 420px;
		margin-bottom: 28px;
	}
}

/* 1.5.2: simpler nav. Apply sits under The program. */

.site-nav .has-sub {
	position: relative;
}

.site-nav .has-sub > a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 3px 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate( 45deg );
}

.site-nav .site-nav__sub {
	position: absolute;
	top: 100%;
	left: -14px;
	z-index: 60;
	min-width: 150px;
	margin: 0;
	padding: 14px 0 0;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.12s ease;
}

.site-nav .site-nav__sub li {
	background: var( --ink );
	border: 1px solid var( --line );
}

.site-nav .site-nav__sub a {
	display: block;
	padding: 10px 14px;
	white-space: nowrap;
}

.site-nav .has-sub:hover .site-nav__sub,
.site-nav .has-sub:focus-within .site-nav__sub {
	visibility: visible;
	opacity: 1;
}

/* Phone and tablet menu: the sub-item sits indented under its parent. */

.mnav__panel .site-nav__sub {
	margin: 0;
	padding: 0 0 8px 18px;
	list-style: none;
}

.mnav__panel .site-nav__sub a {
	padding: 8px 0;
	font-size: 16px;
	font-weight: 600;
	color: var( --muted );
}

.mnav__panel .has-sub > a::after {
	display: none;
}

/* 1.5.4: founding cohort announcement bar, from the Founding Cohort Banner design */

.founding-bar {
	background: var( --box );
	color: #fff;
	font-size: 15px;
}

.founding-bar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.founding-bar__cta {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 16px;
	background: var( --ink );
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.founding-bar__cta::after {
	content: "\2192";
	margin-left: 8px;
}

.founding-bar__cta:hover,
.founding-bar__cta:focus-visible {
	background: #000;
	color: #fff;
}

.founding-bar__short {
	display: none;
}

@media ( max-width: 760px ) {
	.founding-bar {
		font-size: 14px;
	}

	.founding-bar__long {
		display: none;
	}

	.founding-bar__short {
		display: inline;
	}

	.founding-bar__inner {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
		text-align: left;
	}

	.founding-bar__cta {
		flex: none;
		min-height: 36px;
		padding: 0 12px;
		font-size: 13px;
	}

	.founding-bar__cta::after {
		display: none;
	}
}
