:root {
  --ink: #050505;
  --paper: #ffffff;
  --soft: #f3f3f0;
  --line: #111111;
  --muted: #5f5f5f;
  --green: #15ed00;
  --green-dark: #0bce00;
  --display: "Big Shoulders Display", Impact, sans-serif;
  --sans: "Inter", Arial, sans-serif;
  --shell: 1040px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; }
p, h1, h2, h3, blockquote { margin-top: 0; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 790px; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; background: #000; color: #fff; }
.skip-link:focus { transform: none; }

.topbar { display: flex; justify-content: center; padding: 18px 20px 0; }
.logo {
  display: inline-flex;
  min-width: 124px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 13px;
  background: #000;
  color: #fff;
  font-size: 8px;
  letter-spacing: .16em;
  line-height: 1;
  text-decoration: none;
}
.logo strong { font-size: 13px; letter-spacing: -.02em; }

.eyebrow {
  margin-bottom: 16px;
  color: #5e5e5e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .86;
  text-transform: uppercase;
}
h1 { max-width: 1040px; margin-inline: auto; font-family: var(--sans); font-size: clamp(3.6rem, 5.8vw, 4.25rem); }
h2 { font-size: clamp(3.15rem, 5vw, 4.15rem); }
h3 { line-height: 1.12; }

.hero { padding-top: 62px; padding-bottom: 86px; text-align: center; }
.hero__subhead { max-width: 720px; margin: 22px auto 0; font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.video-shell {
  overflow: hidden;
  width: min(800px, calc(100% - 16px));
  aspect-ratio: 16 / 9;
  margin: 34px auto 0;
  border: 2px solid #000;
  background: #000;
  box-shadow: 11px 11px 0 var(--green);
}
.video-shell iframe { width: 100%; height: 100%; border: 0; }

.cta-stack { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 28px; }
.cta-stack > span { color: #747474; font-size: 10px; }
.cta-stack--light > span { color: #929292; }
.button {
  display: inline-flex;
  min-width: 220px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .16s ease, background .16s ease;
}
.button:hover { transform: translateY(-2px); }
.button--black { background: #000; color: #fff; }
.button--black:hover { background: #252525; }
.button--green { border-color: #000; background: var(--green); color: #000; }
.button--green:hover { background: var(--green-dark); }
.button--large { min-width: 290px; min-height: 56px; }

.trust-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px 16px; margin-top: 24px; font-size: 11px; }
.avatar-stack { display: flex; }
.avatar-stack img { width: 31px; height: 31px; margin-left: -7px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.avatar-stack img:first-child { margin-left: 0; }
.stars { letter-spacing: .08em; }

.section { padding-top: 88px; padding-bottom: 88px; border-top: 1px solid var(--line); }
.section--soft { background: var(--soft); }
.section--black { background: #060606; color: #fff; }
.section--black .eyebrow { color: var(--green); }
.center-heading { max-width: 820px; margin: 0 auto 40px; text-align: center; }
.center-heading > p:last-child { max-width: 650px; margin: 18px auto 0; color: var(--muted); }
.center-heading--light > p:last-child { color: #a4a4a4; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(230px, .7fr); align-items: end; gap: 44px; margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid #000; }
.section-head > p { margin: 0; color: var(--muted); font-weight: 600; }

.proof-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.social-proof { min-height: 270px; padding: 22px; border: 1px solid #000; background: #fff; }
.social-proof--wide { display: grid; grid-template-columns: 1fr 1fr; grid-column: 1 / -1; min-height: 300px; padding: 0; }
.proof-feature__media { min-height: 300px; border-right: 1px solid #000; background: #000; }
.proof-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.proof-feature__copy { display: flex; flex-direction: column; padding: 24px; }
.social-proof__top { display: flex; align-items: center; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid #d7d7d3; }
.social-proof__top > span:last-child { margin-left: auto; }
.social-proof__top img, .proof-avatar { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #000; border-radius: 50%; object-fit: cover; filter: grayscale(1); font-size: 9px; font-weight: 800; }
.social-proof__top div { display: flex; flex-direction: column; }
.social-proof__top small { color: #777; }
.proof-copy, .social-proof > p:not(.mini-label) { max-width: 680px; margin: 27px 0; font-size: .98rem; }
.proof-feature__copy .proof-copy { flex: 1; }
.proof-metric { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: 30px; }
.proof-metric span { color: #666; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.proof-metric strong { font-family: var(--display); font-size: clamp(2.8rem, 5vw, 4rem); letter-spacing: -.02em; line-height: .85; text-transform: uppercase; }
.proof-metric mark, .price-lock mark { padding: 0 .08em; background: linear-gradient(transparent 48%, var(--green) 48% 93%, transparent 93%); }
.social-proof--dark { display: flex; flex-direction: column; justify-content: center; background: #000; color: #fff; }
.social-proof--green { display: flex; flex-direction: column; justify-content: center; background: var(--green); }
.mini-label { margin-bottom: 16px; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.giant-number { display: block; font-family: var(--display); font-size: clamp(4.6rem, 8vw, 6.5rem); letter-spacing: -.02em; line-height: .8; }
.social-proof--dark > p:last-child, .social-proof--green > p:last-child { margin: 12px 0 0 !important; }

.revenue-wall { display: grid; gap: 20px; }
.revenue-wall--lead .win-shot--feature { width: min(100%, 920px); margin-inline: auto; }
.revenue-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 20px; }
.revenue-column { display: grid; gap: 20px; }
.win-shot {
  overflow: hidden;
  margin: 0;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  box-shadow: 7px 7px 0 #000;
  transition: transform .18s ease, box-shadow .18s ease;
}
.win-shot:hover { transform: translate(-2px, -2px); box-shadow: 10px 10px 0 #000; }
.win-shot img { width: 100%; height: auto; }
.win-shot--feature { box-shadow: 10px 10px 0 var(--green); }
.win-shot--feature:hover { box-shadow: 13px 13px 0 var(--green); }
.revenue-columns--dark .win-shot { border-color: #303030; box-shadow: 7px 7px 0 var(--green); }
.revenue-columns--dark .win-shot:hover { box-shadow: 10px 10px 0 var(--green); }
.revenue-columns--dark .revenue-column:first-child { margin-top: 44px; }
.results-disclaimer { max-width: 720px; margin: 24px auto 0; color: #696969; font-size: 12px; text-align: center; }
.results-disclaimer--dark { margin-top: 18px; color: #7f7f7f; }

.lesson-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #000; border-left: 1px solid #000; }
.lesson-grid article { min-height: 260px; padding: 24px; border-right: 1px solid #000; border-bottom: 1px solid #000; }
.lesson-grid article > span { display: grid; width: 38px; height: 38px; margin-bottom: 48px; place-items: center; border: 1px solid #000; font-family: var(--display); font-size: 22px; font-weight: 900; }
.lesson-grid h3 { margin-bottom: 11px; font-size: 18px; }
.lesson-grid p { margin: 0; color: #555; font-size: 14px; }
.lesson-grid__wide { display: grid !important; grid-template-columns: 80px 1fr; grid-column: 1 / -1; align-items: center; min-height: 148px !important; }
.lesson-grid__wide > span { margin: 0 !important; }
.lesson-grid__wide div { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 36px; }

.member-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.member-post { min-height: 225px; padding: 24px; border: 1px solid #353535; background: #fff; color: #000; }
.member-post--large { min-height: 290px; }
.member-post__identity { display: flex; align-items: center; gap: 11px; padding-bottom: 16px; border-bottom: 1px solid #d7d7d3; }
.member-post__identity img { width: 41px; height: 41px; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.member-post__identity div { display: flex; flex-direction: column; }
.member-post__identity span { color: #717171; font-size: 10px; }
.member-post blockquote { margin: 34px 0 0; font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 700; line-height: 1.38; }
.post-footer { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 12px; border-top: 1px solid #d7d7d3; color: #777; font-size: 10px; }
.member-post--text { display: flex; flex-direction: column; justify-content: center; }
.member-post--text blockquote { margin: 0; }
.member-post--stat { display: flex; flex-direction: column; justify-content: center; background: #111; color: #fff; }
.member-post--green { display: flex; flex-direction: column; justify-content: center; background: var(--green); }
.member-post--stat p, .member-post--green p { margin: 10px 0 0; }
.bridge-copy { max-width: 730px; margin: 36px auto 0; text-align: center; font-weight: 600; }

.stack-card { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid #000; }
.stack-card__visual { display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid #000; background: var(--soft); }
.stack-card__visual img { width: 100%; border: 1px solid #000; filter: grayscale(1) contrast(1.08); }
.stack-card__visual span { margin-top: 12px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stack-list { margin: 0; padding: 18px 30px; list-style: none; }
.stack-list li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid #d7d7d3; }
.stack-list li > span { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid #000; font-size: 10px; }
.stack-list li div { display: flex; flex-direction: column; }
.stack-list small { color: #6e6e6e; }
.stack-card__price { display: flex; grid-column: 1 / -1; align-items: baseline; justify-content: center; gap: 10px 20px; padding: 24px; border-top: 1px solid #000; background: var(--green); text-align: center; }
.stack-card__price > span, .stack-card__price > small { font-size: 10px; }
.stack-card__price strong { font-family: var(--display); font-size: clamp(2.7rem, 5vw, 4rem); letter-spacing: -.02em; line-height: .85; text-transform: uppercase; }
.stack-card__price i { font-family: var(--sans); font-size: 10px; text-transform: uppercase; }

.price-story .center-heading { margin-bottom: 0; }
.price-story .center-heading > p { max-width: 680px; }
.price-lock { font-family: var(--display); font-size: clamp(2.3rem, 4vw, 3.2rem) !important; font-weight: 900; letter-spacing: -.01em; line-height: .95; text-transform: uppercase; }

.milestone-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.milestone-wall article { min-height: 235px; padding: 24px; border: 1px solid #000; background: #fff; }
.milestone-wall article > span { display: grid; width: 36px; height: 36px; margin-bottom: 42px; place-items: center; border: 1px solid #000; font-family: var(--display); font-size: 18px; font-weight: 900; }
.milestone-wall strong { display: block; font-family: var(--display); font-size: 2.5rem; letter-spacing: -.01em; line-height: .9; text-transform: uppercase; }
.milestone-wall p { margin: 11px 0 0; color: #555; }
.milestone-wall__green { background: var(--green) !important; }
.milestone-wall__green p { color: #123a0d; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #383838; }
.fit-card { padding: 28px; }
.fit-card + .fit-card { border-left: 1px solid #383838; }
.fit-card h3 { padding-bottom: 18px; border-bottom: 1px solid currentColor; font-size: 18px; }
.fit-card h3 span { display: inline-grid; width: 26px; height: 26px; margin-right: 8px; place-items: center; border: 1px solid currentColor; }
.fit-card ul { margin: 0; padding: 0; list-style: none; }
.fit-card li { padding: 13px 0; border-bottom: 1px solid currentColor; }
.fit-card--muted { color: #8f8f8f; background: #0d0d0d; }
.fit-card--green { background: var(--green); color: #000; }

.operator-card { display: grid; grid-template-columns: .7fr 1.3fr; border: 1px solid #000; }
.operator-card__portrait { position: relative; padding: 24px; border-right: 1px solid #000; background: var(--soft); }
.operator-card__portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.operator-card__portrait > span { position: absolute; right: 0; bottom: 39px; padding: 8px 11px; background: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.operator-card__copy { padding: 36px; }
.operator-card__copy h3 { font-family: var(--display); font-size: clamp(2.7rem, 4.5vw, 3.8rem); letter-spacing: -.015em; line-height: .9; text-transform: uppercase; }
.operator-card__copy > p:not(.eyebrow) { color: #555; }
.operator-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 26px 0; border-top: 1px solid #000; border-left: 1px solid #000; }
.operator-stats div { padding: 14px; border-right: 1px solid #000; border-bottom: 1px solid #000; }
.operator-stats strong, .operator-stats span { display: block; }
.operator-stats strong { font-family: var(--display); font-size: 2.35rem; letter-spacing: -.01em; line-height: .9; }
.operator-stats span { color: #6d6d6d; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

.diagnosis-list { border-top: 1px solid #000; }
.diagnosis-list article { display: grid; grid-template-columns: 32px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid #000; }
.diagnosis-list article > span { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid #000; font-family: var(--display); font-weight: 900; }
.diagnosis-list p { margin: 0; }
.diagnosis-pull { margin: 30px 0 0; padding: 26px; border: 1px solid #000; background: #fff; font-family: var(--display); font-size: clamp(2rem, 3.4vw, 2.85rem); font-weight: 900; letter-spacing: -.01em; line-height: .94; text-align: center; text-transform: uppercase; }

.skill-section { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 54px; }
.skill-copy > p:not(.eyebrow) { color: #555; }
.skill-copy > strong { display: block; margin: 24px 0; font-size: 1.05rem; }
.chart-card { padding: 24px; border: 1px solid #000; background: #050505; color: #fff; }
.chart-title, .chart-axis { display: flex; justify-content: space-between; color: #8a8a8a; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.chart-title div { display: flex; gap: 11px; }
.chart-title i { display: inline-block; width: 14px; height: 2px; background: var(--green); vertical-align: middle; }
.chart-title i:last-of-type { background: #6c6c6c; }
.chart-card svg { margin: 18px 0 5px; }
.chart-card line { stroke: #242424; }
.chart-card path { fill: none; stroke-width: 4; stroke-linecap: round; }
.chart-card .tactic { stroke: #696969; }
.chart-card .skill { stroke: var(--green); filter: drop-shadow(0 0 8px rgba(18,230,0,.4)); }
.chart-card circle { fill: var(--green); }

.origin { text-align: center; }
.origin h2 { margin-inline: auto; }
.origin__copy { margin: 36px 0 0; border-top: 1px solid #333; }
.origin__copy p { margin: 0; padding: 18px 0; border-bottom: 1px solid #333; color: #b2b2b2; }
.origin-box { margin-top: 24px; padding: 27px; border: 1px solid var(--green); background: var(--green); color: #000; }
.origin-box strong { display: block; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 3.35rem); letter-spacing: -.01em; line-height: .9; text-transform: uppercase; }
.origin-box p { max-width: 620px; margin: 9px auto 0; }

.faq-list { max-width: 840px; margin-inline: auto; border-top: 1px solid #000; }
.faq-list details { border-bottom: 1px solid #000; }
.faq-list summary { display: flex; cursor: pointer; justify-content: space-between; gap: 20px; padding: 19px 0; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--display); font-size: 21px; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -3px 0 19px; color: #555; }

.final-cta { padding: 102px 0; border-top: 1px solid #000; background: var(--green); color: #000; text-align: center; }
.final-cta .eyebrow { color: #164f11; }
.final-cta h2 { font-size: clamp(4rem, 7vw, 5.8rem); }
.final-cta > div > p:not(.eyebrow) { max-width: 620px; margin: 23px auto 30px; font-size: 1.03rem; }
.final-cta .button--green { background: #000; color: #fff; }
.final-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 24px; margin-top: 21px; color: #164f11; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.final-meta span + span::before { content: "×"; margin-right: 24px; color: #000; }

.footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding-top: 24px; padding-bottom: 24px; font-size: 10px; }
.footer .logo { justify-self: start; }
.footer p { margin: 0; }
.footer > a:last-child { justify-self: end; }

@media (max-width: 900px) {
  .section-head, .skill-section { grid-template-columns: 1fr; }
  .proof-wall, .lesson-grid { grid-template-columns: repeat(2, 1fr); }
  .revenue-columns { grid-template-columns: 1fr; }
  .revenue-columns--dark .revenue-column:first-child { margin-top: 0; }
  .lesson-grid__wide { grid-template-columns: 64px 1fr; }
  .lesson-grid__wide div { grid-template-columns: 1fr; }
  .member-wall { grid-template-columns: 1fr; }
  .stack-card, .operator-card { grid-template-columns: 1fr; }
  .stack-card__visual, .operator-card__portrait { border-right: 0; border-bottom: 1px solid #000; }
  .operator-card__portrait { max-width: 510px; margin-inline: auto; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer p { grid-column: 1 / -1; grid-row: 2; }
  .stack-card__price { flex-direction: column; }
  .skill-section { gap: 36px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .topbar { padding-top: 13px; }
  .hero { padding-top: 34px; padding-bottom: 68px; }
  h1 { font-size: clamp(1.8rem, 7.5vw, 2.05rem); line-height: .98; }
  h2 { font-size: clamp(3rem, 13vw, 4.05rem); }
  .hero__subhead { margin-top: 16px; font-size: 1rem; }
  .video-shell { width: calc(100% - 8px); margin-top: 22px; box-shadow: 7px 7px 0 var(--green); }
  .button { width: 100%; min-width: 0; }
  .trust-row { flex-direction: column; }
  .section { padding-top: 67px; padding-bottom: 67px; }
  .proof-wall, .lesson-grid, .milestone-wall, .fit-grid { grid-template-columns: 1fr; }
  .social-proof--wide { grid-template-columns: 1fr; grid-column: auto; }
  .proof-feature__media { min-height: auto; border-right: 0; border-bottom: 1px solid #000; }
  .lesson-grid__wide { display: block !important; grid-column: auto; }
  .lesson-grid__wide > span { margin-bottom: 48px !important; }
  .fit-card + .fit-card { border-top: 1px solid #383838; border-left: 0; }
  .stack-card__visual { padding: 19px; }
  .stack-list { padding: 16px; }
  .operator-card__copy { padding: 25px; }
  .operator-stats { grid-template-columns: 1fr; }
  .operator-card__portrait > span { bottom: 25px; }
  .chart-card { padding: 17px; }
  .final-cta { padding: 78px 0; }
  .final-cta h2 { font-size: clamp(3.6rem, 16vw, 5rem); }
  .final-meta { flex-direction: column; }
  .final-meta span + span::before { display: none; }
  .footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer .logo, .footer > a:last-child { justify-self: center; }
  .footer p { grid-column: auto; grid-row: auto; }
}

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