:root {
  --paper: #eceff3;
  --paper-2: #f7f8fa;
  --ink: #1e293b;
  --ink-2: #111925;
  --muted: #647184;
  --accent: #b47a3c;
  --line: rgba(30, 41, 59, 0.3);
  --grid: rgba(30, 41, 59, 0.085);
  --display: "Jost", "Optima", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --data: "Courier Prime", monospace;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--data);
  font-synthesis: none;
  scroll-behavior: smooth;
}

[data-concept="black"] {
  --paper: #111721;
  --paper-2: #1a2330;
  --ink: #f1eee5;
  --ink-2: #090d14;
  --muted: #a7aebb;
  --accent: #c29356;
  --line: rgba(241, 238, 229, 0.26);
  --grid: rgba(241, 238, 229, 0.065);
}

[data-concept="hybrid"] {
  --paper: #eeeae1;
  --paper-2: #f7f3eb;
  --ink: #1f2b3d;
  --ink-2: #111925;
  --muted: #697384;
  --accent: #a96f3b;
  --line: rgba(31, 43, 61, 0.3);
  --grid: rgba(31, 43, 61, 0.09);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--paper);
  color: var(--ink);
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

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

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

h1,
h2,
h3 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

p {
  line-height: 1.5;
}

.wordmark {
  font-family: var(--display);
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow,
.entry-label,
.possibility-copy > span,
.coach-timeline span,
.athlete-proof .proof-row > div > span,
.whisper > div > span,
.no-strings article span,
.how-stack article span {
  font-family: var(--mono);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.entry-label span {
  color: var(--accent);
  margin-right: 16px;
}

.site-head {
  align-items: center;
  backdrop-filter: blur(12px);
  background: color-mix(in srgb, var(--paper) 91%, transparent);
  border-bottom: 1px solid var(--ink);
  display: grid;
  font-family: var(--mono);
  font-size: 9px;
  grid-template-columns: 1fr auto 1fr;
  height: 66px;
  padding: 0 28px;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  z-index: 50;
}

.site-head nav {
  display: flex;
  height: 100%;
}

.site-head nav button {
  background: transparent;
  border: 0;
  border-left: 1px solid var(--line);
  padding: 0 22px;
  text-transform: uppercase;
}

.site-head nav button:last-child {
  border-right: 1px solid var(--line);
}

.site-head nav button[aria-selected="true"] {
  box-shadow: inset 0 -3px 0 var(--accent);
}

.site-head > a:last-child {
  justify-self: end;
}

.hero {
  background:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
  display: grid;
  grid-template-columns: 56% 44%;
  min-height: calc(100svh - 66px);
  overflow: hidden;
  position: relative;
}

.hero-image {
  filter: grayscale(1);
  grid-column: 2;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  width: 100%;
}

.hero-shade {
  background: linear-gradient(90deg, var(--paper), transparent 25%);
  grid-column: 2;
  inset: 0;
  position: absolute;
}

.hero-copy {
  align-content: center;
  display: grid;
  grid-column: 1;
  grid-row: 1;
  padding: 7vw;
  position: relative;
  z-index: 3;
}

.hero h1 {
  font-size: clamp(70px, 6.6vw, 112px);
  margin: 30px 0;
  max-width: 11ch;
}

.hero-copy > p:last-child {
  font-size: clamp(17px, 1.45vw, 22px);
  max-width: 650px;
}

.hero-index {
  bottom: 24px;
  display: flex;
  font-family: var(--mono);
  font-size: 8px;
  gap: 30px;
  left: 7vw;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.hero-index span {
  border-top: 1px solid currentColor;
  min-width: 90px;
  padding-top: 8px;
}

.argument {
  background:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
}

.argument-foundation {
  align-content: center;
  display: grid;
  grid-template-columns: 0.45fr 1.45fr 0.75fr;
  min-height: 92svh;
  padding: 8vw 6vw;
}

.argument-foundation h2 {
  font-size: clamp(72px, 8vw, 132px);
  margin: 0;
}

.argument-copy {
  align-self: end;
  font-size: 17px;
  max-width: 500px;
}

.argument-shift {
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.argument-shift article {
  min-height: 92svh;
  padding: 6vw;
}

.argument-shift article:first-child {
  background: var(--ink);
  color: var(--paper);
}

.argument-shift article + article {
  border-left: 1px solid var(--ink);
}

.argument-shift h2 {
  font-size: clamp(64px, 7vw, 116px);
  margin: 10vw 0 50px;
}

.argument-shift article > div:last-child {
  font-size: 16px;
  max-width: 600px;
}

.short-lines p {
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  margin: 0;
  padding: 10px 0;
}

.argument-consequence {
  border-left: 3px solid var(--accent);
  font-weight: 700;
  margin-top: 38px;
  padding-left: 20px;
}

.argument-turn {
  align-content: center;
  background: var(--accent);
  color: #101722;
  display: grid;
  gap: 5vw;
  grid-template-columns: 0.4fr 1.45fr 0.7fr;
  min-height: 76svh;
  padding: 7vw 6vw;
}

.argument-turn h2 {
  font-size: clamp(66px, 8vw, 132px);
  margin: 0;
}

.argument-turn h2 span {
  display: block;
  opacity: 0.58;
}

.possibilities {
  padding: 9vw 5vw;
}

.possibilities > header {
  align-items: end;
  display: grid;
  gap: 5vw;
  grid-template-columns: 0.45fr 1.4fr 0.7fr;
  margin-bottom: 7vw;
}

.possibilities > header h2 {
  font-size: clamp(58px, 6.8vw, 108px);
  margin: 0;
}

.possibility {
  border: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  margin-top: 26px;
  min-height: 78svh;
}

.possibility-copy {
  align-content: center;
  display: grid;
  padding: 5vw;
}

.possibility-copy h2 {
  font-size: clamp(54px, 6vw, 98px);
  margin: 50px 0 36px;
}

.possibility-copy > div {
  max-width: 580px;
}

.possibility-copy > div p {
  margin-bottom: 8px;
}

.possibility-media {
  background: var(--ink-2);
  border-left: 1px solid var(--ink);
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.possibility-media video {
  filter: grayscale(1) contrast(1.05);
  height: 100%;
  object-fit: cover;
  opacity: 0.83;
  width: 100%;
}

.possibility-media figcaption {
  bottom: 18px;
  display: flex;
  font-family: var(--mono);
  font-size: 8px;
  gap: 6px;
  left: 18px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
}

.rep-media figcaption span {
  background: rgba(245, 247, 249, 0.9);
  border: 1px solid #162033;
  color: #162033;
  padding: 9px 10px;
}

.message-media figcaption {
  background: rgba(247, 248, 250, 0.95);
  border: 1px solid #172033;
  color: #172033;
  display: grid;
  font-family: var(--data);
  font-size: 13px;
  gap: 5px;
  max-width: 380px;
  padding: 16px;
  text-transform: none;
}

.moment-media {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: 4vw;
}

.moment-media video {
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.28);
  height: 70svh;
  max-width: 380px;
}

.moment-media figcaption {
  background: rgba(17, 25, 37, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
  display: grid;
  left: auto;
  max-width: 300px;
  padding: 14px;
  right: 22px;
  text-transform: none;
}

.possibility-talks .possibility-copy {
  grid-column: 2;
}

.possibility-talks .possibility-media {
  border-left: 0;
  border-right: 1px solid var(--ink);
  grid-column: 1;
  grid-row: 1;
}

.reveal {
  background: #0f1724;
  color: #f2f3f4;
  min-height: 110svh;
  overflow: hidden;
  position: relative;
}

.reveal > img {
  filter: grayscale(1);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.82;
  position: absolute;
  width: 100%;
}

.reveal-shade {
  background:
    linear-gradient(90deg, rgba(13, 20, 31, 0.9), rgba(13, 20, 31, 0.18) 76%),
    linear-gradient(0deg, rgba(13, 20, 31, 0.8), transparent 55%);
  inset: 0;
  position: absolute;
}

.reveal-copy {
  align-items: center;
  display: grid;
  gap: 5vw;
  grid-template-columns: 0.4fr 1.3fr 0.8fr;
  min-height: 110svh;
  padding: 8vw 6vw;
  position: relative;
}

.reveal-copy h2 {
  font-size: clamp(60px, 6.5vw, 108px);
  margin: 0;
}

.reveal-copy h2 span {
  color: var(--accent);
  display: block;
}

.reveal-copy > div p {
  margin-bottom: 8px;
}

.reveal-copy > div p:nth-child(4) {
  margin-top: 38px;
}

.outcomes {
  background: var(--paper-2);
  padding: 9vw 5vw;
}

.outcomes-head {
  align-items: end;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 5vw;
}

.outcomes-head h2 {
  font-size: clamp(66px, 8vw, 126px);
  margin: 26px 0 0;
}

.outcome-tabs {
  border: 1px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: sticky;
  top: 82px;
  z-index: 30;
}

.outcome-tabs button {
  background: var(--paper-2);
  border: 0;
  font-family: var(--mono);
  padding: 20px 24px;
  text-align: left;
  text-transform: uppercase;
}

.outcome-tabs button + button {
  border-left: 1px solid var(--ink);
}

.outcome-tabs button span {
  color: var(--muted);
  margin-right: 22px;
}

.outcome-tabs button[aria-selected="true"] {
  background: var(--ink);
  color: var(--paper);
}

.outcome-tabs button[aria-selected="true"] span {
  color: var(--accent);
}

.outcome-panel {
  animation: panel-in 300ms ease both;
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

.outcome-chapter {
  border-bottom: 1px solid var(--ink);
  padding: 8vw 0;
}

.chapter-heading {
  display: grid;
  gap: 5vw;
  grid-template-columns: 1.55fr 0.75fr;
  margin-bottom: 6vw;
}

.chapter-heading h2 {
  font-size: clamp(58px, 7vw, 112px);
  margin: 30px 0 0;
}

.chapter-heading > div:last-child p,
.chapter-heading > p {
  margin-bottom: 8px;
}

.retention-proof,
.coach-grid,
.proof-row,
.meet-grid,
.whisper {
  border: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
}

.retention-proof > div,
.proof-row > div,
.meet-grid > div,
.whisper > div {
  align-content: center;
  display: grid;
  padding: 5vw;
}

.retention-proof h3,
.proof-row h3,
.meet-grid h3 {
  font-size: clamp(44px, 5vw, 76px);
  margin: 0 0 35px;
}

.radar-alerts {
  background: var(--paper);
  border-left: 1px solid var(--ink);
  padding: 28px;
}

.radar-alerts header {
  display: flex;
  font-family: var(--mono);
  font-size: 9px;
  justify-content: space-between;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.radar-alerts > p {
  border-top: 1px solid var(--ink);
  display: grid;
  gap: 18px;
  grid-template-columns: 80px 1fr;
  margin: 0;
  padding: 22px 0;
}

.radar-alerts > p span {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.coaching {
  background: var(--ink);
  color: var(--paper);
  margin: 0 -5vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.coach-grid {
  border-color: var(--paper);
  grid-template-columns: 0.75fr 1.25fr;
}

.coach-timeline article {
  padding: 30px;
}

.coach-timeline article + article {
  border-top: 1px solid var(--paper);
}

.coach-timeline h3 {
  font-size: clamp(34px, 3.5vw, 52px);
  margin: 40px 0 22px;
}

.briefing {
  background: #f0f1f1;
  border-left: 1px solid var(--paper);
  color: #172033;
  padding: 28px;
}

.briefing header {
  display: flex;
  font-family: var(--mono);
  font-size: 9px;
  justify-content: space-between;
  text-transform: uppercase;
}

.briefing p {
  border-top: 1px solid #172033;
  display: grid;
  gap: 25px;
  grid-template-columns: 90px 1fr;
  margin: 22px 0 0;
  padding-top: 18px;
}

.briefing footer {
  border-top: 1px solid #172033;
  font-family: var(--mono);
  font-size: 8px;
  margin-top: 22px;
  padding-top: 16px;
  text-align: right;
  text-transform: uppercase;
}

.proof-row {
  min-height: 76svh;
}

.proof-row + .proof-row {
  margin-top: 24px;
}

.proof-row > div:first-child {
  grid-column: 1;
}

.proof-row > div:last-child,
.proof-row > figure:last-child {
  border-left: 1px solid var(--ink);
}

.proof-row.is-reversed > div:first-child {
  grid-column: 2;
}

.proof-row.is-reversed > div:last-child,
.proof-row.is-reversed > figure:last-child {
  border-left: 0;
  border-right: 1px solid var(--ink);
  grid-column: 1;
  grid-row: 1;
}

.device-ledger {
  background: var(--ink-2);
  overflow: hidden;
  padding: 4vw;
  position: relative;
}

.desktop-shot {
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 88%;
}

.phone-shot {
  border: 1px solid rgba(255, 255, 255, 0.6);
  bottom: 3vw;
  max-height: 65%;
  object-fit: contain;
  position: absolute;
  right: 3vw;
  width: 28%;
}

.social-proof {
  align-items: center;
  background: var(--ink-2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  padding: 4vw;
}

.social-proof img,
.social-proof video {
  height: 62svh;
  object-fit: contain;
}

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

.pricing-grid article {
  border: 1px solid var(--ink);
  min-height: 520px;
  padding: 28px;
}

.pricing-grid article + article {
  border-left: 0;
}

.pricing-grid article.is-featured {
  background: var(--ink);
  color: var(--paper);
}

.pricing-grid article > span {
  background: var(--accent);
  color: #111721;
  font-family: var(--mono);
  font-size: 8px;
  padding: 6px 8px;
  text-transform: uppercase;
}

.pricing-grid h3 {
  font-size: clamp(36px, 3vw, 50px);
  margin: 40px 0;
}

.pricing-grid strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(36px, 3vw, 52px);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 35px;
}

.pricing-grid small {
  display: block;
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
}

.pricing-grid dl {
  display: grid;
  font-size: 12px;
  grid-template-columns: 1fr 1fr;
}

.pricing-grid dt,
.pricing-grid dd {
  border-top: 1px solid currentColor;
  margin: 0;
  padding: 12px 0;
}

.pricing-grid dd {
  text-align: right;
}

.integrations {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr repeat(3, 120px) 1.2fr;
  margin-top: 24px;
  padding: 26px;
}

.integrations > span {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.integrations img {
  filter: grayscale(1);
  max-height: 22px;
  max-width: 100px;
}

.integrations p {
  margin: 0;
}

.meet-grid {
  min-height: 78svh;
}

.meet-grid > figure {
  border-right: 1px solid var(--ink);
  margin: 0;
}

.meet-grid > div {
  grid-column: 2;
}

.meet-grid h3 {
  font-size: clamp(46px, 5vw, 78px);
}

.meet-grid strong {
  font-family: var(--display);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  margin-top: 30px;
}

.athlete-proof .proof-row figure {
  background: var(--ink-2);
  margin: 0;
  padding: 4vw;
}

.athlete-proof .proof-row figure img {
  height: 65svh;
  object-fit: contain;
  width: 100%;
}

.whisper {
  background: var(--ink);
  color: var(--paper);
  min-height: 80svh;
}

.whisper h2 {
  font-size: clamp(56px, 7vw, 112px);
  margin: 40px 0;
}

.whisper figure {
  border-left: 1px solid var(--paper);
  margin: 0;
}

.no-strings > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.no-strings article {
  border: 1px solid var(--ink);
  min-height: 260px;
  padding: 28px;
}

.no-strings article + article {
  border-left: 0;
}

.no-strings article p {
  margin-top: 70px;
}

.how-stack article {
  border: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 72svh;
}

.how-stack article + article {
  border-top: 0;
}

.how-stack article:nth-child(even) figure {
  grid-column: 2;
}

.how-stack article:nth-child(even) > div {
  grid-column: 1;
  grid-row: 1;
}

.how-stack figure {
  background: var(--ink-2);
  margin: 0;
  overflow: hidden;
}

.how-stack figure img,
.how-stack figure video {
  filter: grayscale(1);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.how-stack article > div {
  align-content: center;
  display: grid;
  padding: 5vw;
}

.how-stack h3 {
  font-size: clamp(48px, 5.5vw, 86px);
  margin: 45px 0 30px;
}

.closing {
  background: var(--ink);
  color: var(--paper);
  min-height: 86svh;
  padding: 11vw 7vw;
}

.closing h2 {
  font-size: clamp(76px, 10vw, 160px);
  margin: 35px 0;
  max-width: 9ch;
}

.closing > p:last-of-type {
  max-width: 560px;
}

.closing a {
  border: 1px solid var(--paper);
  display: inline-block;
  font-family: var(--mono);
  margin-top: 35px;
  padding: 16px 20px;
  text-transform: uppercase;
}

.concept-switcher {
  background: var(--paper-2);
  border: 1px solid var(--ink);
  bottom: 12px;
  box-shadow: 4px 4px 0 color-mix(in srgb, var(--ink) 20%, transparent);
  display: flex;
  font-family: var(--mono);
  font-size: 9px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  z-index: 100;
}

.concept-switcher a {
  border-right: 1px solid var(--ink);
  min-width: 38px;
  padding: 10px;
  text-align: center;
}

.concept-switcher a:last-child {
  border-right: 0;
}

.concept-switcher a[aria-current="page"] {
  background: var(--ink);
  color: var(--paper);
}

.is-capture .concept-switcher {
  display: none;
}

/* Theme: Black record */

[data-concept="black"] .site-head {
  background: rgba(17, 23, 33, 0.92);
}

[data-concept="black"] .hero {
  grid-template-columns: 1fr;
}

[data-concept="black"] .hero-image {
  grid-column: 1;
  object-position: right center;
  opacity: 0.56;
}

[data-concept="black"] .hero-shade {
  background:
    linear-gradient(90deg, rgba(17, 23, 33, 0.94), rgba(17, 23, 33, 0.12)),
    linear-gradient(0deg, rgba(17, 23, 33, 0.72), transparent 55%);
  grid-column: 1;
}

[data-concept="black"] .hero-copy {
  grid-column: 1;
  max-width: 1120px;
}

[data-concept="black"] .hero-copy h1 {
  font-size: clamp(78px, 8vw, 142px);
  max-width: 12ch;
}

[data-concept="black"] .argument-foundation {
  border-bottom: 1px solid var(--accent);
}

[data-concept="black"] .argument-shift article:first-child {
  background: var(--accent);
  color: #111721;
}

[data-concept="black"] .argument-turn {
  background: var(--ink);
  color: var(--paper);
}

[data-concept="black"] .argument-turn h2 span {
  color: var(--accent);
  opacity: 1;
}

[data-concept="black"] .possibility,
[data-concept="black"] .retention-proof,
[data-concept="black"] .coach-grid,
[data-concept="black"] .proof-row,
[data-concept="black"] .meet-grid,
[data-concept="black"] .whisper,
[data-concept="black"] .how-stack article {
  border-color: var(--line);
}

[data-concept="black"] .outcome-tabs button {
  background: var(--paper-2);
}

[data-concept="black"] .outcome-tabs button[aria-selected="true"] {
  background: var(--accent);
  color: #111721;
}

[data-concept="black"] .outcome-tabs button[aria-selected="true"] span {
  color: #111721;
}

[data-concept="black"] .coaching,
[data-concept="black"] .whisper {
  background: var(--paper-2);
}

[data-concept="black"] .pricing-grid article.is-featured,
[data-concept="black"] .integrations,
[data-concept="black"] .closing {
  background: var(--accent);
  color: #111721;
}

[data-concept="black"] .closing a {
  border-color: #111721;
}

/* Theme: Working notebook */

[data-concept="hybrid"] .hero,
[data-concept="hybrid"] .argument {
  background:
    linear-gradient(90deg, transparent 0 82px, rgba(169, 111, 59, 0.28) 82px 83px, transparent 83px),
    repeating-linear-gradient(var(--paper) 0 39px, var(--grid) 39px 40px);
}

[data-concept="hybrid"] .hero-copy,
[data-concept="hybrid"] .argument-foundation {
  padding-left: calc(82px + 5vw);
}

[data-concept="hybrid"] .argument-shift article:first-child {
  background: var(--paper-2);
  color: var(--ink);
}

[data-concept="hybrid"] .argument-shift article:first-child h2 {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

[data-concept="hybrid"] .argument-turn {
  background: var(--ink);
  color: var(--paper);
}

[data-concept="hybrid"] .argument-turn h2 span {
  color: var(--accent);
  opacity: 1;
}

[data-concept="hybrid"] .possibilities {
  background: var(--paper);
}

[data-concept="hybrid"] .possibility-copy {
  background:
    repeating-linear-gradient(var(--paper-2) 0 39px, var(--grid) 39px 40px);
}

[data-concept="hybrid"] .outcomes {
  background: var(--ink-2);
  color: #eef0f3;
}

[data-concept="hybrid"] .outcome-tabs {
  border-color: #eef0f3;
}

[data-concept="hybrid"] .outcome-tabs button {
  background: var(--ink-2);
  color: #eef0f3;
}

[data-concept="hybrid"] .outcome-tabs button + button {
  border-color: #eef0f3;
}

[data-concept="hybrid"] .outcome-tabs button[aria-selected="true"] {
  background: #eef0f3;
  color: #111925;
}

[data-concept="hybrid"] .outcome-chapter,
[data-concept="hybrid"] .retention-proof,
[data-concept="hybrid"] .proof-row,
[data-concept="hybrid"] .meet-grid,
[data-concept="hybrid"] .how-stack article,
[data-concept="hybrid"] .pricing-grid article,
[data-concept="hybrid"] .no-strings article {
  border-color: rgba(238, 240, 243, 0.46);
}

[data-concept="hybrid"] .radar-alerts {
  color: var(--ink);
}

[data-concept="hybrid"] .coaching {
  background: #eef0f3;
  color: #111925;
}

[data-concept="hybrid"] .coach-grid {
  border-color: #111925;
}

[data-concept="hybrid"] .coach-timeline article + article {
  border-color: #111925;
}

[data-concept="hybrid"] .pricing-grid article.is-featured {
  background: var(--accent);
  color: #111925;
}

[data-concept="hybrid"] .integrations {
  background: #eef0f3;
  color: #111925;
}

[data-concept="hybrid"] .integrations img {
  filter: grayscale(1) brightness(0.3);
}

/* Hub */

.hub {
  background:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px),
    var(--paper);
  background-size: 40px 40px;
}

.hub-head,
.hub-foot {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--ink);
  display: flex;
  font-family: var(--mono);
  font-size: 9px;
  justify-content: space-between;
  padding: 20px 30px;
  text-transform: uppercase;
}

.hub > main {
  margin: 0 auto;
  max-width: 1600px;
  padding: 8vw 5vw;
}

.hub-intro h1 {
  font-size: clamp(68px, 8.5vw, 138px);
  margin: 28px 0;
  max-width: 12ch;
}

.hub-intro > p:last-child {
  font-size: 18px;
  max-width: 740px;
}

.content-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8vw;
}

.content-map article {
  background: var(--paper-2);
  border: 1px solid var(--ink);
  min-height: 330px;
  padding: 25px;
}

.content-map article + article {
  border-left: 0;
}

.content-map span,
.hub-options span {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.content-map h2 {
  font-size: 36px;
  margin: 60px 0 24px;
}

.hub-options {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 7vw;
}

.hub-options a {
  background: var(--paper-2);
  border: 1px solid var(--ink);
  box-shadow: 7px 7px 0 color-mix(in srgb, var(--ink) 18%, transparent);
  padding-bottom: 26px;
  transition: transform 180ms ease;
}

.hub-options a:hover {
  transform: translate(-4px, -4px);
}

.hub-options img {
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid var(--ink);
  margin-bottom: 24px;
  object-fit: cover;
  width: 100%;
}

.hub-options span,
.hub-options h2,
.hub-options p {
  margin-left: 24px;
  margin-right: 24px;
}

.hub-options h2 {
  font-size: clamp(34px, 3.5vw, 52px);
  margin-bottom: 16px;
  margin-top: 18px;
}

.hub-options p {
  margin-bottom: 0;
}

.hub-foot {
  border-bottom: 0;
  border-top: 1px solid var(--ink);
}

/* Responsive */

@media (max-width: 1020px) {
  .argument-foundation {
    grid-template-columns: 0.35fr 1.4fr;
  }

  .argument-copy {
    grid-column: 2;
    margin-top: 40px;
  }

  .argument-turn,
  .possibilities > header,
  .reveal-copy {
    grid-template-columns: 0.3fr 1.5fr;
  }

  .argument-turn > div:last-child,
  .possibilities > header > p,
  .reveal-copy > div {
    grid-column: 2;
  }

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

  .chapter-heading {
    grid-template-columns: 1.3fr 0.7fr;
  }

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

  .pricing-grid article + article {
    border-left: 1px solid var(--ink);
    border-top: 0;
  }

  .integrations {
    grid-template-columns: 1fr repeat(3, 90px);
  }

  .integrations p {
    grid-column: 1 / -1;
  }

  .content-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-map article:nth-child(3) {
    border-left: 1px solid var(--ink);
    border-top: 0;
  }

  .content-map article:nth-child(4) {
    border-top: 0;
  }
}

@media (max-width: 720px) {
  .site-head {
    grid-template-columns: 1fr 1fr;
    padding: 0 16px;
  }

  .site-head nav {
    background: var(--paper-2);
    border-bottom: 1px solid var(--ink);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 46px;
    left: 0;
    position: absolute;
    right: 0;
    top: 65px;
  }

  .site-head nav button {
    font-size: 8px;
    padding: 0 4px;
  }

  .hero {
    display: block;
    min-height: calc(100svh - 66px);
  }

  .hero-image,
  [data-concept="black"] .hero-image {
    height: 100%;
    inset: 0;
    opacity: 0.28;
    position: absolute;
  }

  .hero-shade {
    background: linear-gradient(0deg, var(--paper), transparent);
    inset: 0;
  }

  [data-concept="black"] .hero-shade {
    background: rgba(17, 23, 33, 0.55);
  }

  .hero-copy,
  [data-concept="hybrid"] .hero-copy {
    min-height: calc(100svh - 66px);
    padding: 150px 24px 90px;
  }

  .hero h1,
  [data-concept="black"] .hero-copy h1 {
    font-size: 62px;
  }

  .hero-index {
    display: none;
  }

  .argument-foundation,
  [data-concept="hybrid"] .argument-foundation {
    display: block;
    min-height: 90svh;
    padding: 120px 24px;
  }

  .argument-foundation h2 {
    font-size: 62px;
    margin: 80px 0 40px;
  }

  .argument-shift {
    display: block;
  }

  .argument-shift article {
    min-height: auto;
    padding: 100px 24px;
  }

  .argument-shift article + article {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }

  .argument-shift h2 {
    font-size: 60px;
    margin: 70px 0 40px;
  }

  .argument-turn {
    display: block;
    min-height: 86svh;
    padding: 100px 24px;
  }

  .argument-turn h2 {
    font-size: 62px;
    margin: 70px 0 40px;
  }

  .possibilities {
    padding: 110px 18px;
  }

  .possibilities > header {
    display: block;
    margin-bottom: 70px;
  }

  .possibilities > header h2 {
    font-size: 58px;
    margin: 30px 0;
  }

  .possibility {
    display: block;
  }

  .possibility-copy {
    min-height: auto;
    padding: 80px 24px;
  }

  .possibility-copy h2 {
    font-size: 56px;
  }

  .possibility-media {
    border-left: 0;
    border-top: 1px solid var(--ink);
    height: 68svh;
  }

  .possibility-talks .possibility-copy,
  .possibility-talks .possibility-media {
    border-right: 0;
    grid-column: auto;
    grid-row: auto;
  }

  .moment-media {
    padding: 24px;
  }

  .moment-media video {
    height: 56svh;
  }

  .reveal-copy {
    display: block;
    padding: 130px 24px;
  }

  .reveal-copy h2 {
    font-size: 60px;
    margin: 60px 0 40px;
  }

  .outcomes {
    padding: 110px 18px;
  }

  .outcomes-head {
    display: block;
  }

  .outcomes-head h2 {
    font-size: 60px;
  }

  .outcome-tabs {
    top: 120px;
  }

  .outcome-tabs button {
    font-size: 8px;
    padding: 15px 6px;
    text-align: center;
  }

  .outcome-tabs button span {
    display: block;
    margin: 0 0 6px;
  }

  .outcome-chapter {
    padding: 100px 0;
  }

  .chapter-heading {
    display: block;
  }

  .chapter-heading h2 {
    font-size: 58px;
  }

  .chapter-heading > div:last-child,
  .chapter-heading > p {
    margin-top: 40px;
  }

  .retention-proof,
  .coach-grid,
  .proof-row,
  .meet-grid,
  .whisper,
  .how-stack article {
    display: block;
  }

  .retention-proof > div,
  .proof-row > div,
  .meet-grid > div,
  .whisper > div,
  .how-stack article > div {
    padding: 70px 24px;
  }

  .radar-alerts,
  .briefing,
  .proof-row > div:last-child,
  .proof-row > figure:last-child,
  .meet-grid > figure,
  .whisper figure {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }

  .coaching {
    margin: 0 -18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .coach-grid {
    border-color: currentColor;
  }

  .briefing p {
    grid-template-columns: 72px 1fr;
  }

  .proof-row {
    min-height: auto;
  }

  .proof-row.is-reversed > div:first-child,
  .proof-row.is-reversed > div:last-child,
  .proof-row.is-reversed > figure:last-child {
    border-right: 0;
    grid-column: auto;
    grid-row: auto;
  }

  .device-ledger {
    height: 68svh;
  }

  .social-proof {
    height: 72svh;
  }

  .social-proof img,
  .social-proof video {
    height: 58svh;
    max-width: 48%;
  }

  .pricing-grid {
    display: block;
  }

  .pricing-grid article {
    min-height: auto;
  }

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

  .integrations > span,
  .integrations p {
    grid-column: 1 / -1;
  }

  .athlete-proof .proof-row figure {
    height: 68svh;
  }

  .no-strings > div {
    display: block;
  }

  .no-strings article + article {
    border-left: 1px solid var(--ink);
    border-top: 0;
  }

  .how-stack article:nth-child(even) figure,
  .how-stack article:nth-child(even) > div {
    grid-column: auto;
    grid-row: auto;
  }

  .how-stack figure {
    height: 64svh;
  }

  .closing {
    min-height: 88svh;
    padding: 130px 24px;
  }

  .closing h2 {
    font-size: 64px;
  }

  [data-concept="hybrid"] .hero,
  [data-concept="hybrid"] .argument {
    background:
      linear-gradient(90deg, transparent 0 22px, rgba(169, 111, 59, 0.25) 22px 23px, transparent 23px),
      repeating-linear-gradient(var(--paper) 0 39px, var(--grid) 39px 40px);
  }

  .hub-head {
    padding: 16px;
  }

  .hub-head span {
    text-align: right;
  }

  .hub > main {
    padding: 90px 16px;
  }

  .hub-intro h1 {
    font-size: 56px;
  }

  .content-map,
  .hub-options {
    display: block;
  }

  .content-map article,
  .hub-options a {
    display: block;
    margin-bottom: 24px;
  }

  .content-map article + article {
    border-left: 1px solid var(--ink);
  }

  .hub-foot {
    align-items: start;
    display: grid;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
