*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --ink: #09090b;
  --ink-soft: #141418;
  --paper: #f1efe8;
  --white: #fff;
  --muted: #686863;
  --line: #d6d2c8;
  --red: #ff344f;
  --red-dark: #df1535;
  --purple: #9146ff;
  --purple-bright: #a970ff;
  --cyan: #20f7ef;
  --tiktok-pink: #ff0050;
  --max: 1220px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.wrap {
  width: min(calc(100% - 2.5rem), var(--max));
  margin-inline: auto;
}

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.65rem 0.9rem;
  color: var(--ink);
  background: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(9, 9, 11, 0.76);
  backdrop-filter: blur(18px);
  transition: background 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(9, 9, 11, 0.94);
}

.nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--red);
  font-size: 0.85rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  transform: rotate(-4deg);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.8vw, 2.2rem);
}

.site-nav a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.site-nav a[aria-current="page"] {
  color: var(--white);
}

.site-nav .nav-cta {
  padding: 0.6rem 0.85rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 9.5rem 0 0;
  color: var(--white);
  background: var(--ink);
}

.hero-orbit {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.hero-orbit-one {
  width: min(66vw, 860px);
  aspect-ratio: 1;
  top: -45%;
  right: -22%;
  box-shadow: 0 0 0 8rem rgba(255, 52, 79, 0.025), 0 0 0 16rem rgba(145, 70, 255, 0.018);
}

.hero-orbit-two {
  width: 19rem;
  aspect-ratio: 1;
  left: -10rem;
  bottom: 5rem;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(3rem, 7vw, 7.5rem);
  align-items: center;
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.hero-grid > * {
  min-width: 0;
}

.eyebrow,
.section-label {
  margin: 0 0 1.1rem;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.live-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(255, 52, 79, 0.13);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  50% { box-shadow: 0 0 0 8px rgba(255, 52, 79, 0); }
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1.7rem;
  font-size: clamp(4.4rem, 9vw, 8.2rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.81;
}

h1 span {
  color: var(--red);
}

.hero-lede {
  max-width: 550px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.61);
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid transparent;
  color: var(--white);
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  fill: currentColor;
}

.button-youtube {
  background: var(--red-dark);
}

.button-youtube:hover {
  background: var(--red);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.035);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.75);
}

.hero-media {
  position: relative;
  min-width: 0;
}

.media-label,
.twitch-topline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.media-label-line {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.13);
}

.video-shell {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.video-shell::before {
  position: absolute;
  inset: -13px 13px 13px -13px;
  z-index: -1;
  border: 1px solid rgba(255, 52, 79, 0.65);
  content: "";
}

.video-shell iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
  background: #000;
}

.creator-tag {
  position: relative;
  z-index: 2;
  width: min(85%, 385px);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: -1.5rem -1rem 0 auto;
  padding: 0.8rem;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

.creator-tag img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.creator-tag span {
  display: grid;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.5;
}

.creator-tag strong {
  color: var(--ink);
  font-size: 0.77rem;
}

.channel-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.channel-rail a {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease;
}

.channel-rail a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.rail-num {
  color: rgba(255, 255, 255, 0.29);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.rail-arrow {
  color: var(--red);
}

.section {
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 890;
  letter-spacing: -0.068em;
  line-height: 0.9;
}

.section-side {
  max-width: 470px;
  margin-left: auto;
}

.section-side p,
.connect-intro,
.live-copy > p {
  color: var(--muted);
  font-size: 1rem;
}

.text-link {
  display: inline-flex;
  gap: 0.4rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 850;
  text-decoration: none;
}

.text-link span {
  color: var(--red);
}

.video-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.825fr 0.825fr;
  gap: 1.2rem;
  align-items: start;
}

.video-card {
  display: block;
  color: var(--ink);
  text-decoration: none;
}

.video-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #c7c4bd;
}

.video-card-featured .video-thumb {
  aspect-ratio: 16 / 10.8;
}

.video-thumb::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.48), transparent 52%);
  content: "";
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.video-card:hover .video-thumb img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  padding-left: 3px;
  color: var(--white);
  background: var(--red-dark);
  font-size: 0.8rem;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background 0.2s ease;
}

.video-card:hover .play-button {
  background: var(--red);
  transform: translate(-50%, -50%) scale(1.08);
}

.video-type {
  position: absolute;
  left: 0.85rem;
  bottom: 0.8rem;
  z-index: 2;
  color: var(--white);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-meta {
  position: relative;
  padding: 1.15rem 0 0;
}

.video-meta > span:first-child {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-meta h3 {
  margin: 0.35rem 0 0;
  padding-right: 1.8rem;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.video-card-featured .video-meta h3 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.watch-now {
  display: inline-block;
  margin-top: 0.8rem;
  color: var(--red-dark);
  font-size: 0.69rem;
  font-weight: 850;
}

.live {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.live::before {
  position: absolute;
  width: 38rem;
  aspect-ratio: 1;
  right: -15rem;
  bottom: -25rem;
  border: 1px solid rgba(145, 70, 255, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 8rem rgba(145, 70, 255, 0.025), 0 0 0 16rem rgba(145, 70, 255, 0.015);
  content: "";
}

.live-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.section-label-purple {
  color: var(--purple-bright);
}

.live-copy h2 {
  margin-bottom: 1.5rem;
}

.live-copy > p {
  max-width: 480px;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.53);
}

.button-twitch {
  background: var(--purple);
}

.button-twitch:hover {
  background: var(--purple-bright);
}

.text-link-light {
  color: rgba(255, 255, 255, 0.72);
}

.twitch-card {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.twitch-topline {
  justify-content: space-between;
  padding: 0.35rem 0.2rem 0.7rem;
  margin: 0;
}

.twitch-topline span:first-child {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.live-dot-purple {
  color: var(--purple-bright);
  box-shadow: 0 0 0 5px rgba(145, 70, 255, 0.13);
}

.twitch-player,
.twitch-player iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #0d0d10;
}

.twitch-placeholder {
  height: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  background: radial-gradient(circle at 50% 20%, rgba(145, 70, 255, 0.25), transparent 45%), #0d0d10;
}

.placeholder-mark {
  width: 72px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--purple);
  font-size: 2rem;
  font-weight: 950;
  transform: rotate(-4deg);
}

.twitch-placeholder p {
  margin: 1rem 0 0.35rem;
  font-size: 0.85rem;
  font-weight: 850;
}

.twitch-placeholder a {
  color: var(--purple-bright);
  font-size: 0.67rem;
  font-weight: 800;
}

.twitch-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.9rem 0.3rem 0.2rem;
}

.twitch-bottom img {
  border-radius: 50%;
}

.twitch-bottom div {
  display: grid;
}

.twitch-bottom strong {
  font-size: 0.75rem;
}

.twitch-bottom div span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.65rem;
}

.twitch-arrow {
  color: var(--purple-bright);
}

.tiktok {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 18%, rgba(32, 247, 239, 0.17), transparent 22rem),
    radial-gradient(circle at 82% 78%, rgba(255, 0, 80, 0.24), transparent 24rem),
    linear-gradient(135deg, #08080b 0%, #111114 48%, #19070e 100%);
}

.tiktok::before {
  position: absolute;
  width: 34rem;
  aspect-ratio: 1;
  left: -18rem;
  bottom: -18rem;
  border: 1px solid rgba(32, 247, 239, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 7rem rgba(255, 0, 80, 0.035), 0 0 0 14rem rgba(32, 247, 239, 0.02);
  content: "";
}

.tiktok-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.section-label-tiktok {
  color: var(--cyan);
}

.tiktok-copy > p:not(.section-label) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.03rem;
}

.button-tiktok {
  color: var(--white);
  background: linear-gradient(135deg, var(--tiktok-pink), var(--purple));
  box-shadow: 0 18px 44px rgba(255, 0, 80, 0.22);
}

.button-tiktok:hover {
  background: linear-gradient(135deg, #ff336d, var(--purple-bright));
}

.tiktok-phone {
  position: relative;
  width: min(100%, 390px);
  justify-self: end;
  display: grid;
  gap: 0.9rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2rem;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    #08080b;
  box-shadow: 0 34px 85px rgba(0, 0, 0, 0.38);
  text-decoration: none;
}

.tiktok-phone::before,
.tiktok-phone::after {
  position: absolute;
  z-index: -1;
  width: 68%;
  height: 68%;
  border: 1px solid currentColor;
  content: "";
}

.tiktok-phone::before {
  top: -0.9rem;
  right: -0.9rem;
  color: rgba(255, 0, 80, 0.55);
}

.tiktok-phone::after {
  left: -0.9rem;
  bottom: -0.9rem;
  color: rgba(32, 247, 239, 0.42);
}

.tiktok-phone-top,
.tiktok-phone-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.35rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tiktok-screen {
  position: relative;
  min-height: 530px;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 1.35rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 32% 24%, rgba(32, 247, 239, 0.28), transparent 18rem),
    radial-gradient(circle at 82% 16%, rgba(255, 0, 80, 0.32), transparent 17rem),
    linear-gradient(135deg, #1a1a22, #09090b);
}

.tiktok-screen::before {
  position: absolute;
  inset: 9% 12% auto;
  height: 46%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, transparent 0 36%, rgba(255, 0, 80, 0.88) 36% 51%, transparent 51%),
    rgba(255, 255, 255, 0.05);
  content: "";
  transform: rotate(-4deg);
}

.tiktok-play {
  position: absolute;
  top: 34%;
  left: 50%;
  width: 82px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  font-size: 1.55rem;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.08);
}

.tiktok-bars {
  position: absolute;
  right: 1.35rem;
  bottom: 7.2rem;
  display: grid;
  gap: 0.65rem;
}

.tiktok-bars span {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.tiktok-caption {
  position: relative;
  z-index: 1;
  max-width: 230px;
  display: grid;
  gap: 0.35rem;
}

.tiktok-caption strong {
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.tiktok-caption span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.coaching {
  position: relative;
  overflow: hidden;
  background: #ded9cd;
}

.coaching::before {
  position: absolute;
  width: 32rem;
  aspect-ratio: 1;
  top: -20rem;
  left: -14rem;
  border: 1px solid rgba(9, 9, 11, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 7rem rgba(255, 52, 79, 0.035), 0 0 0 14rem rgba(9, 9, 11, 0.018);
  content: "";
}

.coaching .wrap {
  position: relative;
  z-index: 1;
}

.coaching-head {
  align-items: end;
}

.coaching-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 1.15fr);
  border-top: 1px solid rgba(9, 9, 11, 0.18);
  border-left: 1px solid rgba(9, 9, 11, 0.18);
}

.coaching-card,
.coaching-book {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-right: 1px solid rgba(9, 9, 11, 0.18);
  border-bottom: 1px solid rgba(9, 9, 11, 0.18);
}

.coaching-card {
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.coaching-card:hover {
  color: var(--white);
  background: var(--red-dark);
  transform: translateY(-6px);
}

.coaching-index {
  margin-bottom: auto;
  color: var(--red-dark);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.coaching-card:hover .coaching-index {
  color: rgba(255, 255, 255, 0.6);
}

.coaching-card h3,
.coaching-book h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.55rem, 2.8vw, 2.3rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.coaching-card p,
.coaching-book > p:not(.section-label) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.coaching-card:hover p {
  color: rgba(255, 255, 255, 0.72);
}

.coaching-book {
  color: var(--white);
  background: var(--ink);
}

.coaching-book .section-label {
  margin-bottom: auto;
}

.coaching-book > p:not(.section-label) {
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.58);
}

.button-coaching {
  align-self: flex-start;
  background: var(--red-dark);
}

.button-coaching:hover {
  background: var(--red);
}

.coaching-trackers {
  min-height: 74px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.5rem;
  padding: 1rem 1.2rem;
  color: var(--muted);
  border: 1px solid rgba(9, 9, 11, 0.18);
  border-top: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.coaching-trackers span {
  margin-right: auto;
  color: var(--ink);
}

.coaching-trackers a {
  color: var(--ink);
  text-decoration-color: rgba(9, 9, 11, 0.3);
  text-underline-offset: 0.24rem;
}

.coaching-trackers a:hover,
.coaching-trackers a:focus-visible {
  color: var(--red-dark);
}

.coaching-page {
  background: var(--paper);
}

.coaching-page-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 11rem 0 0;
  color: var(--white);
  background: var(--ink);
}

.coaching-page-orbit {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.coaching-page-orbit-one {
  width: min(72vw, 960px);
  aspect-ratio: 1;
  top: -66%;
  right: -22%;
  box-shadow: 0 0 0 9rem rgba(255, 52, 79, 0.03), 0 0 0 18rem rgba(145, 70, 255, 0.018);
}

.coaching-page-orbit-two {
  width: 23rem;
  aspect-ratio: 1;
  left: -12rem;
  bottom: 3rem;
}

.coaching-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.coaching-page-hero h1 {
  margin-bottom: 0;
  font-size: clamp(4.5rem, 9.5vw, 8.6rem);
}

.coaching-page-intro {
  padding-bottom: 0.7rem;
}

.coaching-page-intro > p {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.6;
}

.coaching-hero-card {
  position: relative;
  margin-top: 2rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 44%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.coaching-hero-card::before {
  position: absolute;
  inset: -10px 10px 10px -10px;
  z-index: -1;
  border: 1px solid rgba(255, 52, 79, 0.58);
  content: "";
}

.coaching-hero-card img {
  display: block;
  width: 100%;
  border-radius: 0.6rem;
}

.coaching-hero-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.coaching-hero-tags span {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coaching-proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.coaching-proof > span {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  padding: 1rem 1.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.68rem;
}

.coaching-proof strong {
  color: var(--white);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing {
  background: var(--paper);
}

.pricing-head {
  margin-bottom: 3.5rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.price-card {
  min-height: 610px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--line);
  background: var(--white);
}

.price-card-media {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: calc(clamp(1.5rem, 3vw, 2.25rem) * -1) calc(clamp(1.5rem, 3vw, 2.25rem) * -1) 1.6rem;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 52, 79, 0.18), transparent 12rem),
    #ded9cd;
}

.price-card-featured .price-card-media {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 76% 16%, rgba(255, 52, 79, 0.2), transparent 13rem),
    #111114;
}

.price-card-media img {
  width: min(100%, 410px);
  transform: scale(1.03);
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.2));
}

.price-card-featured {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: inset 0 5px 0 var(--red);
}

.price-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.5rem;
  margin-bottom: 2.2rem;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card-topline span:last-child {
  color: var(--red-dark);
}

.price-card-featured .price-card-topline {
  color: rgba(255, 255, 255, 0.45);
}

.price-card-featured .price-card-topline span:last-child {
  color: var(--red);
}

.price-card h3 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.price {
  display: flex;
  align-items: end;
  gap: 0.75rem;
  margin-bottom: 1.3rem;
}

.price strong {
  font-size: clamp(3.5rem, 6vw, 5.4rem);
  letter-spacing: -0.075em;
  line-height: 0.8;
}

.price span {
  padding-bottom: 0.18rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.price-card-featured .price span {
  color: rgba(255, 255, 255, 0.45);
}

.price-summary {
  min-height: 5.4rem;
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.price-card-featured .price-summary {
  color: rgba(255, 255, 255, 0.6);
}

.feature-list {
  display: grid;
  gap: 0.75rem;
  padding: 1.3rem 0 0;
  margin: 0 0 2rem;
  border-top: 1px solid var(--line);
  list-style: none;
}

.price-card-featured .feature-list {
  border-color: rgba(255, 255, 255, 0.14);
}

.feature-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.feature-list li::before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  color: var(--red-dark);
  font-weight: 900;
  content: "✓";
}

.price-card-featured .feature-list li {
  color: rgba(255, 255, 255, 0.68);
}

.price-card-featured .feature-list li::before {
  color: var(--red);
}

.price-button {
  width: 100%;
  margin-top: auto;
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover {
  background: var(--red-dark);
}

.price-comparison {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 52, 79, 0.14), transparent 26rem),
    radial-gradient(circle at 12% 90%, rgba(145, 70, 255, 0.12), transparent 24rem),
    var(--ink);
}

.price-comparison::before {
  position: absolute;
  width: 30rem;
  aspect-ratio: 1;
  right: -14rem;
  bottom: -16rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 7rem rgba(255, 52, 79, 0.025), 0 0 0 14rem rgba(145, 70, 255, 0.016);
  content: "";
}

.price-comparison .wrap {
  position: relative;
  z-index: 1;
}

.comparison-head .section-side p {
  color: rgba(255, 255, 255, 0.56);
}

.comparison-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 1rem;
}

.comparison-visual img,
.comparison-visual > div {
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.comparison-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.comparison-visual > div {
  display: grid;
  align-content: end;
  padding: clamp(1.25rem, 3vw, 1.8rem);
}

.comparison-visual span {
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.comparison-visual strong {
  margin: 0.85rem 0;
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.comparison-visual p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.comparison-card {
  min-height: 385px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 2.8vw, 1.9rem);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.comparison-card-stradious {
  color: var(--ink);
  background: var(--white);
  box-shadow: inset 0 5px 0 var(--red);
}

.comparison-kicker {
  margin-bottom: auto;
  color: var(--red);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.comparison-card-stradious .comparison-kicker {
  color: var(--red-dark);
}

.comparison-card h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.comparison-price {
  min-height: 3rem;
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.comparison-card-stradious .comparison-price {
  color: var(--red-dark);
}

.comparison-card > p:not(.comparison-price) {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
}

.comparison-card-stradious > p:not(.comparison-price) {
  color: var(--muted);
}

.comparison-card a {
  align-self: flex-start;
  margin-top: auto;
  color: var(--red);
  font-size: 0.69rem;
  font-weight: 850;
  text-decoration: none;
}

.comparison-card a:hover,
.comparison-card a:focus-visible {
  color: var(--white);
}

.comparison-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 0;
  background: rgba(255, 255, 255, 0.025);
}

.comparison-bottom p {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
}

.comparison-bottom span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-align: right;
  text-transform: uppercase;
}

.coaching-process {
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-grid article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid article > span {
  margin-bottom: auto;
  color: var(--red-dark);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.process-grid h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  letter-spacing: -0.045em;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.coaching-faq {
  color: var(--white);
  background: var(--ink);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-list summary {
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 0;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 1.45rem;
  right: 0;
  color: var(--red);
  content: "+";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 620px;
  padding: 0 2rem 1.5rem 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
}

.coaching-final {
  color: var(--white);
  background: var(--red-dark);
}

.coaching-final .section-label {
  color: rgba(255, 255, 255, 0.62);
}

.store-preview {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 52, 79, 0.17), transparent 28rem),
    radial-gradient(circle at 12% 88%, rgba(145, 70, 255, 0.14), transparent 25rem),
    var(--ink);
}

.store-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.store-preview-copy > p:not(.section-label) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.02rem;
}

.button-store {
  color: var(--white);
  background: var(--red-dark);
}

.button-store:hover {
  background: var(--red);
}

.store-preview .text-link {
  color: rgba(255, 255, 255, 0.75);
}

.store-preview-card {
  position: relative;
  min-height: 560px;
  display: grid;
  align-content: end;
  gap: 1.2rem;
  padding: clamp(1rem, 3vw, 1.6rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%),
    rgba(255, 255, 255, 0.035);
}

.store-preview-card::before {
  position: absolute;
  inset: 1rem 1rem auto auto;
  width: 10rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 52, 79, 0.35);
  border-radius: 50%;
  content: "";
}

.store-drop {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 2;
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-preview-card img {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  margin-inline: auto;
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.35));
}

.store-preview-card div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
}

.store-preview-card strong {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.store-preview-card span:last-child {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
}

.merch-page {
  background: var(--paper);
}

.store-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 11rem 0 6rem;
  color: var(--white);
  background: var(--ink);
}

.store-orbit {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.store-orbit-one {
  width: min(72vw, 950px);
  aspect-ratio: 1;
  top: -55%;
  right: -20%;
  box-shadow: 0 0 0 9rem rgba(255, 52, 79, 0.032), 0 0 0 18rem rgba(145, 70, 255, 0.018);
}

.store-orbit-two {
  width: 24rem;
  aspect-ratio: 1;
  left: -12rem;
  bottom: 3rem;
}

.store-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.store-hero h1 {
  font-size: clamp(4.5rem, 9.5vw, 8.6rem);
}

.store-hero-board {
  position: relative;
  min-height: 560px;
  display: grid;
  align-content: center;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 44%),
    rgba(255, 255, 255, 0.035);
}

.store-hero-board::before {
  position: absolute;
  inset: -13px 13px 13px -13px;
  z-index: -1;
  border: 1px solid rgba(255, 52, 79, 0.65);
  content: "";
}

.store-hero-board img {
  width: min(100%, 480px);
  margin-inline: auto;
  filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.3));
}

.store-lookbook {
  align-content: end;
}

.store-lookbook-stack {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.store-lookbook-stack img {
  position: absolute;
  width: min(76%, 360px);
  margin: 0;
  border-radius: 1.3rem;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.34);
  filter: none;
}

.store-lookbook-stack img:first-child {
  left: 1%;
  top: 4%;
  transform: rotate(-7deg);
}

.store-lookbook-stack img:last-child {
  right: 0;
  bottom: 2%;
  transform: rotate(6deg);
}

.store-board-note {
  width: min(88%, 410px);
  display: grid;
  gap: 0.2rem;
  margin: -2rem -0.5rem 0 auto;
  padding: 1rem;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.store-board-note span {
  color: var(--red-dark);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-board-note strong {
  font-size: 1.1rem;
}

.store-board-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.shop {
  background: var(--paper);
}

.store-palette {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: -1rem 0 2rem;
}

.store-palette span {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: end;
  padding: 1rem;
  border: 1px solid var(--line);
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.store-palette span::before {
  position: absolute;
  inset: 0 0 auto;
  height: 24px;
  background: var(--swatch);
  content: "";
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
}

.product-card-featured {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: inset 0 5px 0 var(--red);
}

.product-art {
  min-height: 310px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 1.2rem;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 52, 79, 0.18), transparent 12rem),
    #ded9cd;
}

.product-card-featured .product-art {
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 52, 79, 0.18), transparent 13rem),
    #141418;
}

.product-art img {
  width: min(100%, 285px);
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.22));
}

.product-art-shirt img,
.product-art-cap img,
.product-art-jersey img {
  width: min(100%, 365px);
}

.product-art-hoodie img,
.product-art-stickers img {
  width: min(100%, 330px);
}

.product-art-pad img {
  width: min(100%, 440px);
}

.product-art-pad {
  position: relative;
  align-content: end;
  justify-items: start;
  gap: 0.35rem;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    #111114;
  background-size: 34px 34px;
}

.product-art-pad::after {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 82px;
  height: 24px;
  background: var(--red);
  content: "";
}

.product-art-pad::after {
  display: none;
}

.product-art-pad span,
.product-art-jersey span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.product-art-pad strong {
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.05em;
}

.product-art-cap {
  align-content: center;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 52, 79, 0.2), transparent 12rem),
    #ded9cd;
}

.product-art-cap span {
  width: 150px;
  height: 98px;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.12), transparent 35%),
    #09090b;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 70% 70% 26% 26%;
  font-size: 4rem;
  font-weight: 950;
}

.product-art-cap span::after {
  width: 190px;
  height: 38px;
  margin-top: 82px;
  border-radius: 50%;
  background: #09090b;
  content: "";
}

.product-art-jersey {
  position: relative;
  align-content: center;
  gap: 1rem;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(145, 70, 255, 0.22), transparent 11rem),
    linear-gradient(118deg, transparent 0 35%, rgba(255, 52, 79, 0.28) 35% 50%, transparent 50%),
    #ded9cd;
}

.product-art-jersey strong {
  font-size: 7rem;
  letter-spacing: -0.1em;
  line-height: 0.8;
}

.product-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(1.3rem, 3vw, 1.8rem);
}

.product-kicker {
  margin-bottom: 1rem;
  color: var(--red-dark);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-card-featured .product-kicker {
  color: var(--red);
}

.product-copy h3 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.product-copy > p:not(.product-kicker) {
  color: var(--muted);
  font-size: 0.8rem;
}

.product-card-featured .product-copy > p:not(.product-kicker) {
  color: rgba(255, 255, 255, 0.62);
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  margin-top: auto;
  border-top: 1px solid var(--line);
}

.product-card-featured .product-bottom {
  border-color: rgba(255, 255, 255, 0.14);
}

.product-bottom strong {
  font-size: 1.5rem;
  letter-spacing: -0.055em;
}

.product-bottom a {
  color: var(--red-dark);
  font-size: 0.7rem;
  font-weight: 850;
  text-decoration: none;
}

.product-card-featured .product-bottom a {
  color: var(--red);
}

.drop-system {
  color: var(--white);
  background: var(--ink);
}

.drop-system-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.drop-notes {
  display: grid;
  gap: 1rem;
}

.drop-notes article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.drop-notes span {
  color: var(--red);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.drop-notes h3,
.drop-notes p {
  grid-column: 2;
}

.drop-notes h3 {
  margin-bottom: 0.4rem;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  letter-spacing: -0.045em;
}

.drop-notes p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.store-final {
  color: var(--white);
  background: var(--red-dark);
}

.store-final .section-label {
  color: rgba(255, 255, 255, 0.62);
}

.connect {
  background: var(--white);
}

.section-head-connect {
  margin-bottom: 3rem;
}

.connect-intro {
  max-width: 490px;
  margin: 0 0 0 auto;
}

.link-stack {
  border-top: 1px solid var(--line);
}

.link-stack > a {
  min-height: 116px;
  display: grid;
  grid-template-columns: 70px 1fr 1fr auto;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: padding 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.link-stack > a:hover {
  padding-inline: 1.1rem;
  color: var(--white);
  background: var(--ink);
}

.link-index {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.link-name {
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  font-weight: 880;
  letter-spacing: -0.045em;
}

.link-handle {
  color: var(--muted);
  font-size: 0.78rem;
}

.link-stack > a:hover .link-handle,
.link-stack > a:hover .link-index {
  color: rgba(255, 255, 255, 0.5);
}

.link-arrow {
  color: var(--red);
  font-size: 1.25rem;
}

.final-cta {
  color: var(--white);
  background: var(--red-dark);
}

.final-cta .section-label {
  color: rgba(255, 255, 255, 0.62);
}

.final-grid {
  display: grid;
  grid-template-columns: 1.3fr auto;
  gap: 3rem;
  align-items: end;
}

.final-actions {
  display: grid;
  gap: 1rem;
  justify-items: start;
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.final-discord {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
}

footer {
  padding: 1.6rem 0;
  color: rgba(255, 255, 255, 0.39);
  background: var(--ink);
  font-size: 0.65rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner p:last-child {
  text-align: right;
}

.brand-footer {
  font-size: 0.68rem;
}

.brand-footer .brand-mark {
  width: 25px;
  height: 25px;
  font-size: 0.7rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .live-grid,
  .tiktok-grid,
  .store-preview-grid,
  .store-hero-grid,
  .drop-system-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 5rem;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-media {
    width: min(100%, 780px);
  }

  .channel-rail {
    grid-template-columns: 1fr 1fr;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .video-card-featured {
    grid-column: 1 / -1;
  }

  .video-card-featured .video-thumb {
    aspect-ratio: 16 / 8.5;
  }

  .live-copy {
    max-width: 700px;
  }

  .twitch-card {
    width: min(100%, 850px);
  }

  .tiktok-phone {
    justify-self: start;
  }

  .coaching-grid {
    grid-template-columns: 1fr 1fr;
  }

  .coaching-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .coaching-page-intro {
    max-width: 680px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .comparison-visual,
  .comparison-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .price-summary {
    min-height: auto;
  }
}

@media (max-width: 840px) {
  .wrap {
    width: min(calc(100% - 1.5rem), var(--max));
  }

  .nav-inner {
    min-height: 64px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 6px;
    padding: 0;
    border: 0;
    color: var(--white);
    background: transparent;
    cursor: pointer;
  }

  .menu-button > span:not(.sr-only) {
    width: 22px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 0.2s ease;
  }

  .menu-button[aria-expanded="true"] > span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    inset: 64px 0 auto;
    display: none;
    align-items: stretch;
    padding: 1rem 0.75rem 1.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(9, 9, 11, 0.98);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 0.8rem 0.3rem;
  }

  .site-nav .nav-cta {
    margin-top: 0.4rem;
    text-align: center;
  }

  .hero {
    padding-top: 8.2rem;
  }

  h1 {
    font-size: clamp(3.65rem, 16vw, 5.75rem);
  }

  h1 span {
    display: block;
  }

  .hero-grid {
    gap: 4rem;
  }

  .creator-tag {
    width: 90%;
    margin-right: 0;
  }

  .section-head,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .section-side,
  .connect-intro {
    max-width: 560px;
    margin-left: 0;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-card-featured {
    grid-column: auto;
  }

  .video-card-featured .video-thumb,
  .video-thumb {
    aspect-ratio: 16 / 9.5;
  }

  .coaching-grid {
    grid-template-columns: 1fr;
  }

  .coaching-page-hero {
    padding-top: 8.5rem;
  }

  .coaching-page-hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }

  .coaching-proof,
  .comparison-visual,
  .comparison-grid,
  .process-grid,
  .faq-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .coaching-hero-tags,
  .store-palette {
    grid-template-columns: 1fr 1fr;
  }

  .coaching-proof > span {
    min-height: 74px;
  }

  .faq-grid {
    gap: 2.5rem;
  }

  .coaching-card,
  .coaching-book {
    min-height: 280px;
  }

  .coaching-trackers {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-preview-card,
  .store-hero-board,
  .comparison-card,
  .product-card {
    min-height: auto;
  }

  .comparison-bottom {
    grid-template-columns: 1fr;
  }

  .comparison-bottom span {
    text-align: left;
  }

  .store-hero {
    padding-top: 8.5rem;
  }

  .store-hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }

  .coaching-trackers span {
    margin: 0 0 0.4rem;
  }

  .link-stack > a {
    grid-template-columns: 44px 1fr auto;
    min-height: 100px;
  }

  .link-handle {
    display: none;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .footer-inner p:nth-child(2) {
    display: none;
  }
}

@media (max-width: 480px) {
  .actions {
    align-items: stretch;
  }

  .hero-copy .button {
    width: 100%;
  }

  .channel-rail {
    grid-template-columns: 1fr;
  }

  .channel-rail a {
    min-height: 64px;
  }

  h2 {
    font-size: clamp(2.75rem, 15vw, 4.1rem);
  }

  .creator-tag {
    width: calc(100% - 0.5rem);
    margin-top: -0.5rem;
  }

  .media-label span:last-child {
    display: none;
  }

  .twitch-bottom {
    grid-template-columns: auto 1fr;
  }

  .twitch-arrow {
    display: none;
  }

  .tiktok-screen {
    min-height: 430px;
  }

  .store-preview-card {
    padding: 1rem;
  }

  .store-board-note {
    width: 96%;
    margin: -0.75rem auto 0;
  }

  .coaching-hero-tags,
  .store-palette {
    grid-template-columns: 1fr;
  }

  .store-lookbook-stack {
    min-height: 330px;
  }

  .comparison-visual img,
  .comparison-visual > div {
    min-height: 220px;
  }

  .product-art {
    min-height: 250px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

}
