/* The White Shirt Man — main stylesheet
 * Premium, single-page theme. No build step required.
 */

:root {
	--bg: #fcfbf6;
	--paper: #f7f5ee;
	--ink: #15192a;
	--fg: #15192a;
	--muted: #6b7187;
	--border: #e6e3d9;
	--navy: #141a33;
	--navy-soft: #1d2547;
	--gold: #c9a24c;
	--gold-soft: #e9d6a4;
	--radius: 14px;
	--container: 1200px;
	--shadow-lg: 0 30px 80px -30px rgba(15,20,40,.25);
	--font-display: "Fraunces", Georgia, serif;
	--font-sans: "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-sans);
	color: var(--fg);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.05; margin: 0; font-weight: 600; }
p { margin: 0; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 768px) { .container { padding: 0 2rem; } }

.section { padding: 6rem 0; }
@media (min-width: 768px) { .section { padding: 8rem 0; } }

.ta-center { text-align: center; }
.ta-right { text-align: right; }

.eyebrow { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.eyebrow.gold { color: var(--gold-soft); }

.display-1 { font-size: clamp(2.25rem, 5vw, 4rem); }
.display-2 { font-size: clamp(2rem, 4vw, 3rem); margin-top: .75rem; }
.display-3 { font-size: clamp(1.75rem, 3vw, 2.25rem); margin-top: .75rem; }

.hairline { width: 6rem; height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent); margin-top: 2rem; }
.gold-grad { background: linear-gradient(135deg, #d8b063, #a4822f); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: italic; }

/* ===== Header ===== */
.site-header {
	position: fixed; inset: 0 0 auto 0; z-index: 50;
	transition: background-color .3s, backdrop-filter .3s, border-color .3s;
	border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
	background: rgba(252,251,246,.7);
	backdrop-filter: saturate(140%) blur(18px);
	border-bottom-color: rgba(230,227,217,.6);
}
.nav-bar { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand-logo { height: 40px; width: auto; }
.primary-nav { display: none; align-items: center; gap: 2rem; }
.primary-nav a { font-size: 14px; color: var(--muted); transition: color .2s; }
.primary-nav a:hover { color: var(--fg); }
.nav-cta { display: none; }
@media (min-width: 768px) {
	.primary-nav, .nav-cta { display: inline-flex; }
}

.menu-toggle { display: inline-flex; flex-direction: column; gap: 4px; padding: 10px; border: 1px solid var(--border); border-radius: 10px; }
.menu-toggle span { display: block; height: 2px; width: 18px; background: var(--fg); }
@media (min-width: 768px) { .menu-toggle { display: none; } }
.mobile-menu { display: flex; flex-direction: column; padding: .5rem 1.25rem 1rem; background: rgba(252,251,246,.96); backdrop-filter: blur(18px); border-top: 1px solid var(--border); }
.mobile-menu a { padding: .65rem .75rem; border-radius: 8px; color: var(--muted); font-size: 14px; }
.mobile-menu a:hover { background: var(--paper); color: var(--fg); }
.mobile-menu .btn { margin-top: .5rem; justify-content: center; }

/* ===== Buttons ===== */
.btn {
	display: inline-flex; align-items: center; gap: .5rem;
	padding: .85rem 1.4rem; border-radius: 999px; font-size: 14px; font-weight: 500;
	transition: transform .2s, background-color .2s, color .2s, border-color .2s;
	border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: #f7f5ee; }
.btn-light { background: #f7f5ee; color: var(--navy); }
.btn-ghost { background: var(--paper); border-color: var(--border); color: var(--fg); }
.btn-ghost:hover { border-color: rgba(21,25,42,.4); }
.btn-outline-light { border-color: rgba(247,245,238,.25); color: #f7f5ee; }
.btn-outline-light:hover { background: rgba(247,245,238,.1); }
.btn .arrow { transition: transform .2s; }
.btn:hover .arrow { transform: translateX(2px); }
.play { width: 0; height: 0; border-left: 8px solid var(--gold); border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

/* ===== Hero ===== */
.hero { position: relative; padding: 8rem 0 5rem; overflow: hidden; }
@media (min-width: 768px) { .hero { padding: 10rem 0 7rem; } }
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; color: var(--ink); }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .12; }
.blob-gold { width: 28rem; height: 28rem; top: -8rem; left: -8rem; background: var(--gold); }
.blob-navy { width: 24rem; height: 24rem; top: 5rem; right: -4rem; background: var(--navy); }
.grid-pattern {
	position: absolute; inset: 0;
	background-image: linear-gradient(to right, currentColor 1px, transparent 1px), linear-gradient(to bottom, currentColor 1px, transparent 1px);
	background-size: 44px 44px; opacity: .035;
}

.hero-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 4rem; } }

.badge {
	display: inline-flex; align-items: center; gap: .5rem;
	padding: .4rem .75rem; border: 1px solid var(--border); border-radius: 999px;
	background: rgba(247,245,238,.7); font-size: 12px; color: var(--muted);
}
.badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); display: inline-block; }
.badge-gold { background: rgba(201,162,76,.1); border-color: rgba(201,162,76,.4); color: var(--gold-soft); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 500; }
.badge-outline { background: transparent; border-color: rgba(247,245,238,.2); color: var(--gold-soft); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }

.hero-title { font-size: clamp(3rem, 8vw, 5.5rem); margin-top: 1.5rem; font-weight: 600; }
.hero-sub { margin-top: 1.5rem; font-size: clamp(1.1rem, 2vw, 1.25rem); color: var(--muted); max-width: 36rem; }
.hero-desc { margin-top: 1rem; color: var(--muted); max-width: 36rem; }
.cta-row { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem; }

/* Profile card */
.profile-card {
	position: relative; background: var(--paper); border: 1px solid var(--border);
	border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg);
}
.profile-head { display: flex; justify-content: space-between; align-items: center;
	padding: .75rem 1.25rem; border-bottom: 1px solid var(--border);
	font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.status { display: inline-flex; align-items: center; gap: .4rem; }
.dot-live { width: 6px; height: 6px; border-radius: 50%; background: #10b981; display: inline-block; }
.profile-img-wrap { position: relative; aspect-ratio: 1/1.1; background: var(--paper); }
.profile-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.profile-overlay { position: absolute; inset: auto 0 0 0; padding: 1.5rem;
	background: linear-gradient(to top, rgba(20,26,51,.9), rgba(20,26,51,.3), transparent);
	color: #f7f5ee;
}
.profile-overlay .eyebrow { color: var(--gold-soft); }
.profile-name { font-family: var(--font-display); font-size: 1.85rem; margin-top: .25rem; }
.profile-meta { font-size: 12px; opacity: .8; margin-top: .25rem; }
.profile-quote { display: flex; align-items: flex-start; gap: .75rem; padding: 1.25rem 1.5rem; }
.quote-icon { color: var(--gold); font-family: var(--font-display); font-size: 2rem; line-height: 0.5; }
.profile-quote p { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; }

/* ===== Trust strip ===== */
.trust-strip { background: rgba(247,245,238,.6); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; }
@media (min-width: 768px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }
.trust-item { text-align: center; padding: 1.75rem .5rem; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: 0; }
.trust-grid > div:nth-child(2n) { border-right: 0; }
@media (min-width: 768px) { .trust-grid > div { border-right: 1px solid var(--border); } .trust-grid > div:last-child { border-right: 0; } }
.trust-k { font-family: var(--font-display); font-size: 1.75rem; font-weight: 600; }
.trust-v { font-size: 13px; color: var(--muted); margin-top: .25rem; }

/* ===== About ===== */
.about-grid { display: grid; gap: 3.5rem; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: .9fr 1.1fr; gap: 5rem; } }
.prose p { color: var(--muted); margin-top: 1rem; font-size: 1.05rem; line-height: 1.75; }
.prose strong { color: var(--fg); font-weight: 500; }
.timeline { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
@media (min-width: 768px) { .timeline { grid-template-columns: repeat(4, 1fr); } }
.tl-card { background: var(--paper); border: 1px solid var(--border); border-radius: 16px; padding: 1rem; transition: transform .25s; }
.tl-card:hover { transform: translateY(-4px); }
.tl-year { color: var(--gold); font-size: 11px; font-weight: 500; }
.tl-label { margin-top: .25rem; font-size: 14px; font-weight: 500; }

/* ===== Dark section ===== */
.dark-section { position: relative; background: var(--navy); color: #f7f5ee; overflow: hidden; }
.dark-section .eyebrow { color: var(--gold-soft); }
.dark-section .display-1, .dark-section .display-2 { color: #f7f5ee; }
.dark-bg { position: absolute; inset: 0; pointer-events: none; }
.dark-bg::after {
	content: ''; position: absolute; top: -10rem; left: 50%; transform: translateX(-50%);
	width: 30rem; height: 30rem; background: var(--gold); filter: blur(120px); opacity: .08; border-radius: 50%;
}

/* Videos */
.videos-head { display: flex; flex-direction: column; gap: 1.5rem; }
@media (min-width: 768px) { .videos-head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.videos-grid { margin-top: 3rem; display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .videos-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .videos-grid { grid-template-columns: repeat(4, 1fr); } }
.video-card { display: block; background: var(--navy-soft); border: 1px solid rgba(247,245,238,.1); border-radius: 18px; overflow: hidden; transition: transform .25s; color: #f7f5ee; }
.video-card:hover { transform: translateY(-6px); }
.video-thumb { position: relative; aspect-ratio: 16/9; background: var(--navy); display: grid; place-items: center; overflow: hidden; }
.video-thumb.has-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; transition: opacity .35s, transform .5s; }
.video-card:hover .video-thumb img { opacity: 1; transform: scale(1.05); }
.video-thumb.has-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,26,51,.8), rgba(20,26,51,.2) 60%, transparent); }
.video-thumb .video-tag, .video-thumb .play-btn { position: relative; z-index: 1; }
.video-thumb::before {
	content: ''; position: absolute; inset: 0;
	background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.15), transparent 60%);
}
.video-tag { position: absolute; top: 12px; left: 12px; background: rgba(247,245,238,.1); color: #f7f5ee; padding: .25rem .6rem; border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(8px); }
.play-btn { position: relative; width: 56px; height: 56px; border-radius: 50%; background: #f7f5ee; color: var(--navy); display: grid; place-items: center; font-size: 18px; transition: transform .25s; box-shadow: 0 8px 30px rgba(0,0,0,.4); }
.video-card:hover .play-btn { transform: scale(1.1); }
.video-body { padding: 1.25rem; }
.video-body h3 { font-size: 1.1rem; color: #f7f5ee; }
.video-meta { font-size: 12px; color: rgba(247,245,238,.6); margin-top: .5rem; }

/* ===== Program ===== */
.program-card {
	position: relative; background: var(--navy); color: #f7f5ee;
	border-radius: 32px; padding: 2.5rem 2rem; overflow: hidden;
}
@media (min-width: 768px) { .program-card { padding: 4rem; } }
.program-card::before, .program-card::after {
	content: ''; position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none;
}
.program-card::before { width: 20rem; height: 20rem; top: -6rem; right: -6rem; background: var(--gold); opacity: .15; }
.program-card::after { width: 20rem; height: 20rem; bottom: -8rem; left: -4rem; background: var(--gold); opacity: .1; }
.program-grid { display: grid; gap: 2.5rem; align-items: end; position: relative; z-index: 1; }
@media (min-width: 1024px) { .program-grid { grid-template-columns: 1.2fr .8fr; } }
.program-card .display-1 { margin-top: 1.5rem; color: #f7f5ee; }
.program-desc { margin-top: 1.5rem; color: rgba(247,245,238,.75); max-width: 36rem; font-size: 1.05rem; }
.program-card .btn { margin-top: 2rem; }
.program-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat { background: rgba(247,245,238,.04); border: 1px solid rgba(247,245,238,.1); border-radius: 16px; padding: 1.25rem; }
.stat-k { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-soft); }
.stat-v { margin-top: .25rem; font-size: 14px; font-weight: 500; color: #f7f5ee; }

/* ===== Bento ===== */
.bento { margin-top: 3rem; display: grid; gap: 1rem; grid-template-columns: 1fr; grid-auto-rows: 160px; }
@media (min-width: 640px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .bento { grid-template-columns: repeat(4, 1fr); } }
.bento-card {
	position: relative; background: var(--paper); border: 1px solid var(--border); border-radius: 16px;
	padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between;
	transition: transform .25s, border-color .25s, box-shadow .25s; overflow: hidden;
}
.bento-card:hover { transform: translateY(-4px); border-color: rgba(21,25,42,.3); box-shadow: 0 20px 50px -25px rgba(15,20,40,.25); }
.bento-card::after {
	content: ''; position: absolute; bottom: -2.5rem; right: -2.5rem; width: 8rem; height: 8rem;
	background: var(--gold); border-radius: 50%; filter: blur(40px); opacity: 0; transition: opacity .3s;
}
.bento-card:hover::after { opacity: .15; }
.bento-icon { color: rgba(21,25,42,.7); font-size: 18px; transition: color .25s; }
.bento-card:hover .bento-icon { color: var(--gold); }
.bento-card h3 { font-size: 1.25rem; font-weight: 600; line-height: 1.2; }
@media (min-width: 768px) {
	.bento-2x2 { grid-column: span 2; grid-row: span 2; }
	.bento-2x1 { grid-column: span 2; }
}

/* ===== Benefits / Steps ===== */
.benefits-section { background: rgba(247,245,238,.6); }
.steps { margin: 3.5rem 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(5, 1fr); } }
.step { background: var(--bg); padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; transition: background-color .25s; }
.step:hover { background: var(--paper); }
.step-head { display: flex; align-items: baseline; justify-content: space-between; }
.step-num { font-family: var(--font-display); font-size: 1.85rem; font-weight: 600; color: var(--gold); }
.step-line { display: block; width: 2.5rem; height: 1px; background: var(--border); }
.step h3 { font-size: 1.1rem; font-weight: 600; margin-top: 2rem; line-height: 1.25; }
.step p { font-size: 13px; color: var(--muted); margin-top: .5rem; }

/* ===== Learn ===== */
.learn-tabs { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.learn-tab { padding: .55rem 1rem; border-radius: 999px; border: 1px solid var(--border); background: var(--paper); color: var(--muted); font-size: 14px; transition: all .2s; }
.learn-tab:hover { border-color: rgba(21,25,42,.3); color: var(--fg); }
.learn-tab.is-active { background: var(--navy); color: #f7f5ee; border-color: var(--navy); }
.learn-panel { display: none; margin-top: 2rem; background: var(--paper); border: 1px solid var(--border); border-radius: 16px; padding: 1.5rem; gap: .75rem; }
@media (min-width: 768px) { .learn-panel { grid-template-columns: 1fr 1fr; padding: 2rem; } }
.learn-panel.is-active { display: grid; grid-template-columns: 1fr; gap: .75rem; }
@media (min-width: 768px) { .learn-panel.is-active { grid-template-columns: 1fr 1fr; } }
.learn-item { display: flex; align-items: flex-start; gap: .75rem; padding: .5rem .75rem; }
.check { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--navy); color: #f7f5ee; font-size: 11px; flex-shrink: 0; margin-top: 2px; }

/* ===== Revenue ===== */
.revenue-table { margin-top: 2.5rem; background: var(--bg); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.rev-head { display: none; grid-template-columns: 1.4fr .7fr 1fr 1fr; padding: 1rem 1.5rem; background: var(--paper); border-bottom: 1px solid var(--border); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
@media (min-width: 768px) { .rev-head { display: grid; } }
.rev-row { display: grid; grid-template-columns: 1fr; gap: .5rem; padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border); }
.rev-row:last-child { border-bottom: 0; }
@media (min-width: 768px) { .rev-row { grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 0; padding: 1.5rem; } }
.rev-stage { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; }
.rev-amount { font-weight: 600; }
.rev-label { color: var(--muted); font-weight: 400; }
@media (min-width: 768px) { .rev-label { display: none; } .rev-amount { text-align: right; } }
.disclaimer { margin-top: 1rem; font-size: 12px; color: var(--muted); }

/* ===== Social ===== */
.social-row { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }
.social-btn {
	display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1.25rem;
	border: 1px solid var(--border); border-radius: 999px; background: var(--paper); font-size: 14px;
	transition: all .2s;
}
.social-btn:hover { transform: translateY(-2px); background: var(--navy); color: #f7f5ee; border-color: var(--navy); }

/* ===== FAQ ===== */
.faq-list { margin-top: 3rem; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: 0; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.25rem 0; text-align: left; font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }
.faq-chev { color: var(--muted); transition: transform .25s, color .25s; }
.faq-item.is-open .faq-chev { transform: rotate(180deg); color: var(--gold); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; }
.faq-item.is-open .faq-a { max-height: 400px; }
.faq-a p { color: var(--muted); padding: 0 2rem 1.25rem 0; }

/* ===== Final CTA ===== */
.cta-final { position: relative; padding: 6rem 0; color: #f7f5ee; }
@media (min-width: 768px) { .cta-final { padding: 8rem 0; } }
.cta-final .display-1 { margin-top: 1.5rem; color: #f7f5ee; font-size: clamp(2.5rem, 6vw, 4.5rem); }
.cta-final-desc { margin: 1.5rem auto 0; color: rgba(247,245,238,.75); max-width: 36rem; font-size: 1.1rem; }
.cta-final .cta-row { margin-top: 2.5rem; }

/* ===== Footer ===== */
.site-footer { border-top: 1px solid var(--border); background: var(--bg); }
.footer-inner { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 1.5rem; padding: 2.5rem 0; }
@media (min-width: 768px) { .footer-inner { flex-direction: row; align-items: center; } }
.footer-brand { display: flex; align-items: center; gap: .75rem; }
.footer-logo { height: 42px; }
.footer-meta { font-size: 12px; color: var(--muted); }
.footer-meta a { color: var(--fg); }
.footer-meta a:hover { color: var(--gold); }
.footer-copy { font-size: 12px; color: var(--muted); }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; transition: none; }
	html { scroll-behavior: auto; }
}
