/* =====================================================
   HOME PAGE — page-specific styles
   Global design tokens & shared classes live in /style.css.
   Theme: monochrome, blended, minimal.
   ===================================================== */

/* Override hero background image for home page */
.hero-landing .hero-bg {
	background-image: url('../images/original/justin-edited-training.jpg');
}

/* ---- Shared centered section header ---- */
.home-section-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3.4rem;
}
.home-eyebrow {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--text-muted, #5A5A5A);
	margin-bottom: .5rem;
}
.home-section-head h2 {
	margin: 0 0 0.75rem;
	line-height: 1.1;
}
.home-section-head .inner-description {
	margin: 0 auto;
	max-width: 560px;
}

/* =====================================================
   TRUST STRIP  (below hero)
   ===================================================== */
.content-wrapper.trust-strip {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 0;
	border-top: 1px solid rgba(212, 212, 212, 0.06);
	border-bottom: 1px solid rgba(212, 212, 212, 0.06);
}
.trust-strip__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 5%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	text-align: center;
}
.trust-strip__item {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}
.trust-strip__value {
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 900;
	color: var(--text-primary, #D4D4D4);
	line-height: 1;
	letter-spacing: -0.02em;
}
.trust-strip__label {
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text-muted, #5A5A5A);
}
.trust-strip__stars {
	color: var(--text-secondary, #8A8A8A);
	letter-spacing: 0.05em;
}
@media (max-width: 480px) {
	.trust-strip__inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}

/* =====================================================
   WHO THIS IS FOR
   ===================================================== */
.content-wrapper.audience-section {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 6rem 2rem;
}
.audience-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	max-width: 940px;
	margin: 0 auto;
}
.audience-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.75rem;
	border: 1px solid rgba(212, 212, 212, 0.06);
	background: var(--bg-tile);
	border-radius: 3px;
	transition: border-color 0.3s ease, background 0.3s ease;
}
.audience-item:hover {
	border-color: rgba(212, 212, 212, 0.14);
	background: rgba(212, 212, 212, 0.03);
}
.audience-check {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	stroke: var(--primary, #8A8A8A);
	margin-top: 3px;
}
.audience-item strong {
	display: block;
	font-size: 0.95rem;
	color: var(--text-primary, #D65A1F);
	margin-bottom: 0.4rem;
	font-weight: 700;
}
.audience-item p {
	font-size: 0.86rem;
	line-height: 1.65;
	color: var(--text-secondary, #8A8A8A);
	margin: 0;
}

/* =====================================================
   BASECAMP PACKAGE  (monochrome / blended)
   ===================================================== */
.content-wrapper.basecamp-section {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 6rem 2rem;
}
.basecamp__card {
	max-width: 980px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 300px 1fr;
	border: 1px solid rgba(212, 212, 212, 0.08);
	background: rgba(212, 212, 212, 0.015);
	border-radius: 4px;
	overflow: hidden;
}
.basecamp__media {
	position: relative;
	min-height: 320px;
}
.basecamp__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(100%) brightness(0.85);
}
.basecamp__body {
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	background: var(--bg-tile)
}
.basecamp__items {
	display: flex;
	flex-direction: column;
	border: 0px solid rgba(212, 212, 212, 0.06);
	border-radius: 3px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.basecamp__item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.15rem 1.25rem;
	border-bottom: 1px solid rgba(212, 212, 212, 0.06);
}
.basecamp__item:last-child {
	border-bottom: none;
}
.basecamp__num {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--primary, #4cb2ba);
	fill: var(--primary, #4cb2ba);
	width: 20px;
	flex-shrink: 0;
	padding-top: 2px;
	font-variant-numeric: tabular-nums;
}
.basecamp__item strong {
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--text-primary, #D4D4D4);
	text-transform: none;
	letter-spacing: 0.02em;
	display: block;
	margin: 0 0 0.35rem;
}
.basecamp__item p {
	font-size: 0.84rem;
	line-height: 1.6;
	color: var(--text-secondary, #8A8A8A);
	margin: 0;
}
.basecamp__price {
	display: flex;
	align-items: baseline;
	gap: 0.6rem;
}
.basecamp__amount {
	font-size: 1.9rem;
	font-weight: 900;
	color: var(--text-primary, #D4D4D4);
	line-height: 1;
	letter-spacing: -0.02em;
}
.basecamp__note {
	font-size: 0.74rem;
	color: var(--text-muted, #5A5A5A);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.basecamp__footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}
.basecamp__guarantee {
	display: flex;
	gap: 0.9rem;
	align-items: flex-start;
	padding: 1.25rem 1.4rem;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(212, 212, 212, 0.1);
	border-radius: 12px;
	background: rgba(212, 212, 212, 0.02);
}
.basecamp__guarantee-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(212, 212, 212, 0.12);
	color: var(--text-primary, #D4D4D4);
}
.basecamp__guarantee-icon svg {
	width: 20px;
	height: 20px;
}
.basecamp__guarantee strong {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--text-primary, #D4D4D4);
	margin: 0 0 0.35rem;
}
.basecamp__guarantee p {
	font-size: 0.82rem;
	line-height: 1.6;
	color: var(--text-secondary, #8A8A8A);
	margin: 0;
}
@media (max-width: 600px) {
	.basecamp__footer {
		align-items: center;
		text-align: center;
	}
}


/* =====================================================
   MOBILE TRAINING
   ===================================================== */
.content-wrapper.mobile-training-section {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 6rem 2rem;
}
.mobile-training__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}
.mobile-training__media {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	min-height: 360px;
}
.mobile-training__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(100%) brightness(0.7);
}
.mobile-training__content h2 {
	margin: 0.75rem 0 1rem;
	line-height: 1.08;
}
.mobile-training__content > p {
	font-size: 0.92rem;
	line-height: 1.75;
	color: var(--text-secondary, #8A8A8A);
	margin: 0 0 1.75rem;
}
.mobile-training__points {
	list-style: none;
	padding: 1rem;
	margin: 0 0 2rem;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}
.mobile-training__points li {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}
.mobile-training__points svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 3px;
    stroke: var(--primary, #D65A1F);
	fill: var(--primary, #D65A1F);
}
.mobile-training__points strong {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--text-primary, #D4D4D4);
	margin-bottom: 0.2rem;
}
.mobile-training__points span {
	font-size: 0.84rem;
	line-height: 1.6;
	color: var(--text-secondary, #D65A1F);
}

/* =====================================================
   STEP TAG  (badge that ties a detail section to its step)
   ===================================================== */
.home-step-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.0rem;
	margin-bottom: .75rem;
}
.home-step-tag__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	border: 1px solid var(--primary, #D65A1F);
	border-radius: 3px 0 0 3px;
	font-size: 0.76rem;
	font-weight: 700;
	color: var(--primary, #D65A1F);
	font-variant-numeric: tabular-nums;
}
.home-step-tag__label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: black;
	background: var(--primary, #D65A1F);
	border: 1px solid var(--primary, #D65A1F);
	padding: 3px 9px;
	border-radius: 0 3px 3px 0;
}
.home-optional-tag {
	display: inline-block;
	font-size: 0.58rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text-muted, #5A5A5A);
	border: 1px solid rgba(212, 212, 212, 0.14);
	padding: 2px 7px;
	border-radius: 2px;
	vertical-align: middle;
	margin-left: 8px;
}

/* Smooth in-page anchor jumps with breathing room under any sticky header */
html { scroll-behavior: smooth; }
#step-consultation,
#step-basecamp,
#step-membership {
	scroll-margin-top: 90px;
}

/* =====================================================
   BOTTOM CTA
   ===================================================== */
.content-wrapper.mb-bottom-cta {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 6rem 2rem;
	background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('../images/hero-car-color.jpg') center/cover no-repeat;
	border-top: 1px solid rgba(212, 212, 212, 0.06);
	text-align: center;
	filter: grayscale(100%);
}
.mb-section-inner {
	max-width: 700px;
	margin: 0 auto;
}
.mb-section-inner h2 {
	margin: 0 0 1rem;
	line-height: 1.1;
}
.mb-bottom-cta__desc {
	font-size: 0.95rem;
	line-height: 1.75;
	color: rgba(212, 212, 212, 0.8);
	margin: 0 0 1.5rem;
}
.mb-section-inner .cta-button {
	display: inline-flex;
	margin: 0 auto;
}


/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 900px) {
	.mobile-training__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
	.mobile-training__media {
		min-height: 280px;
	}
	.basecamp__card {
		grid-template-columns: 1fr;
	}
	.basecamp__media {
		min-height: 240px;
	}

	.basecamp-section .section-underlabel {
		--offset-x: 50;   /* override data-offset-x="250" */
	}

}

@media (max-width: 600px) {
	.audience-grid {
		grid-template-columns: 1fr;
	}
	.content-wrapper.audience-section,
	.content-wrapper.basecamp-section,
	.content-wrapper.mobile-training-section,
	.content-wrapper.mb-bottom-cta {
		padding: 4rem 1.25rem;
	}
	.mobile-training__content h2 {
		text-align: center;
	}
	.mobile-training__content > p {
		text-align: center;
	}
	.mobile-training__content .cta-button {
		display: flex;
		width: fit-content;
		margin: 0 auto;
	}
	.home-step-tag {
		display: flex;
		justify-content: center;
	}
	.content-wrapper.about-section a.cta-button.cta-button-secondary {
		margin: 1rem auto 0;
	}
	.basecamp__body {
		padding: 1.75rem 1.5rem;
	}
	.basecamp-section .section-underlabel {
		--offset-x: 200;   /* override data-offset-x="250" */
	}

	.trust-strip__item {
		padding: 1rem 0;
	}
}

/* =====================================================
   SECTION UNDERLABELS  (giant watermark text layered into
   a section and clipped by its edges — some bleed off the
   bottom, some off the side. Inspired by distro-nation.com.)
   Driven by js/scroll-band.js via [data-underlabel].
   ===================================================== */

.has-underlabel {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}
.has-underlabel > *:not(.section-underlabel) {
	position: relative;
	z-index: 1;
}
.section-underlabel {
	position: absolute;
	z-index: 0;
	margin: 0;
	font-family: 'Ox Bold', sans-serif;
	font-weight: 900;
	line-height: 0.8;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	white-space: nowrap;
	color: transparent;
	/* -webkit-text-stroke: 1.5px rgba(212, 212, 212, 0.14); */
	pointer-events: none;
	user-select: none;
	will-change: transform;
}
.section-underlabel--accent {
	-webkit-text-stroke-color: rgba(214, 90, 31, 0.20);
}
/* Slightly stronger stroke for labels that sit over imagery. */
.section-underlabel--strong {
	-webkit-text-stroke-color: rgba(212, 212, 212, 0.24);
}
/* Adds a faint FILL behind the outline (combine with any variant for
   a filled + outlined look). Tune the alpha to taste. */
.section-underlabel--fill {
	color: rgba(255, 255, 255, .05);
}
.section-underlabel--fill.section-underlabel--accent {
	color: rgba(214, 90, 31, 0.07);
}
/* Bleeds off the BOTTOM edge — the lower half of the letters is clipped. */
.section-underlabel--bottom {
	left: 50%;
	bottom: -0.01em;
	transform: translateX(-50%);
	font-size: clamp(8rem, 32vw, 40rem);
	/* -webkit-text-stroke-width: 2px; */
}
/* Bleeds off the TOP edge — the upper half of the letters is clipped. */
.section-underlabel--top {
	left: 50%;
	top: -0.34em;
	transform: translateX(-50%);
	font-size: clamp(6rem, 26vw, 30rem);
	-webkit-text-stroke-width: 2px;
}
/* Horizontal label pinned to the LEFT edge (start cut off). */
.section-underlabel--left {
	top: 50%;
	left: -0.12em;
	transform: translateY(-50%);
	font-size: clamp(5rem, 21vw, 24rem);
	-webkit-text-stroke-width: 2px;
}
/* Horizontal label pinned to the RIGHT edge (end cut off). */
.section-underlabel--right {
	top: 50%;
	right: -0.12em;
	transform: translateY(-50%);
	font-size: clamp(5rem, 21vw, 24rem);
	-webkit-text-stroke-width: 2px;
}
/* VERTICAL labels — rotated 90°, vertically centred, clipped by the side edge. */
.section-underlabel--vleft,
.section-underlabel--vright {
	top: 50%;
	writing-mode: vertical-rl;
	line-height: 0.86;
	font-size: clamp(5rem, 25vw, 28rem);
	-webkit-text-stroke-width: 2px;
}
.section-underlabel--vleft {
	left: -0.14em;
	transform: translateY(-50%) rotate(180deg);
}
.section-underlabel--vright {
	right: -0.14em;
	transform: translateY(-50%);
}

@media (max-width: 640px) {
	.section-underlabel--bottom,
	.section-underlabel--top {
		font-size: clamp(4.5rem, 36vw, 14rem) !important;
	}
	.section-underlabel--left,
	.section-underlabel--right,
	.section-underlabel--vleft,
	.section-underlabel--vright {
		font-size: clamp(4rem, 42vw, 13rem) !important;
	}
}

/* =====================================================
   UNIVERSAL SCROLL REVEAL  (data-reveal-from)
   Add data-reveal-from="left|right|up" to any element.
   JS observes each one, auto-staggers siblings,
   and toggles .is-revealed.
   ===================================================== */
[data-reveal-from] {
	opacity: 0;
	transition: opacity 0.55s ease var(--reveal-delay, 0s),
	            transform 0.55s ease var(--reveal-delay, 0s);
}
[data-reveal-from="left"]  { transform: translateX(-40px); }
[data-reveal-from="right"] { transform: translateX( 40px); }
[data-reveal-from="up"]    { transform: translateY( 30px); }
[data-reveal-from].is-revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	[data-reveal-from] { opacity: 1; transform: none; transition: none; }
}

/* =====================================================
   PROGRAM CARD SCROLL REVEAL
   Cards start dim; brighten as they enter the viewport
   and fade back down as they leave.
   ===================================================== */
.program-card {
	opacity: 0.18;
	transition: opacity 0.5s ease;
}
.program-card.is-visible {
	opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
	.program-card { opacity: 1; }
}

