/* ========== DESIGN TOKENS ========== */
:root {
  --bg-dark: #161811;
  --bg-card: #1F2218;
  --bg-soft: #1C1F16;
  --bg-elev: #242818;
  --bg-light: #dcecd2;
  --bg-dark-overlay: #161811CC;
  --primary-300: #C8ED79;
  --primary-400: #B8EF43;
  --primary-500: #8FB832;
  --text-primary-light: #E8E4D6;
  --text-muted-light: #B9C5AA;
  --text-secondary-light: #717A5F;
  --text-soft-light: #C8CDB8;
  --text-dark: #1A1A18;
  --line-simple: #1E2117;
  --line-strong: #2A3019;
  --white: #FFFFFF;
  --surface-light: #F7F7F5;
  --f-body: 'Bricolage Grotesque', sans-serif;
  --f-display: 'Instrument Serif', serif;
  --f-mono: 'Instrument Sans', sans-serif;
}

/* ========== RESET ========== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--f-body);
  background: var(--bg-dark);
  color: var(--text-primary-light);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

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

ul {
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

/* ========== UTILITIES ========== */
.container {
  max-width: 1280px;
  margin: 0 auto;
}

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 2.16px;
  color: var(--primary-400);
}

.section-tag--filled {
  background: var(--primary-500);
  color: var(--bg-card);
}

.section-head {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 1;
  color: var(--text-primary-light);
}

.section-head em {
  font-family: var(--f-display);
  font-size: 1.05em;
  font-style: italic;
  font-weight: 400;
  color: var(--primary-400);
}

.s03__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-head-accent {
  font-family: var(--f-display);
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 0.9;
  color: var(--primary-400);
}

.section-intro {
  font-size: 19px;
  line-height: 1.55;
  color: var(--text-muted-light);
  max-width: 640px;
}

.section-head--dark {
  color: var(--bg-dark);
}

.section-head--dark em {
  color: var(--primary-500);
}

.section-intro--dark {
  color: var(--bg-elev);
}

/* ========== NAV ========== */
.nav {
  border-bottom: 1px solid var(--line-simple);
  background: var(--bg-dark);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px;
}

.nav__logo {
  height: 29px;
}

.nav__links {
  display: flex;
  gap: 32px;
}

.nav__links a {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 1.2px;
  color: var(--text-muted-light);
  transition: color 0.2s;
}

.nav__links a:hover {
  color: var(--primary-400);
}

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: none;
  border-radius: 999px;
  background: var(--primary-400);
  color: var(--bg-dark);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.nav__cta:hover {
  background: var(--primary-300);
}

.nav__menu-btn {
  display: none;
  background: none;
  color: var(--text-muted-light);
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  margin: -10px;
  align-items: center;
  justify-content: center;
}

.nav__menu-btn svg {
  width: 24px;
  height: 24px;
}

/* ========== HERO ========== */
.hero {
  position: relative;
  overflow: hidden;
  padding: 100px 80px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.hero__bg-crowd,
.hero__bg-glow,
.hero__bg-rays,
.hero__bg-vignette,
.hero__bg-person,
.hero__bg-overlay {
  position: absolute;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.hero__bg-overlay {
  inset: 0;
  z-index: 5;
  background: linear-gradient(to right, #000000 0%, #000000e6 30%, #0000000d 68%);
}

.hero__bg-crowd {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.95) saturate(0.9);
  transform-origin: center center;
  transition: filter 800ms ease, transform 1200ms ease;
}

.hero__bg-glow {
  z-index: 2;
  right: max(120px, calc((100% - 1280px) / 2 + 40px));
  bottom: 6%;
  width: 52%;
  max-width: 760px;
  height: 82%;
  max-height: 580px;
  mix-blend-mode: screen;
  opacity: 0.32;
  --gx: 0px;
  --gy: 0px;
  transform: translate(var(--gx), var(--gy));
  transition: opacity 800ms cubic-bezier(.22,.61,.36,1),
              transform 400ms cubic-bezier(.22,.61,.36,1);
  /* Hue matches glow.png (yellow -> green, left to right); soft round rim, no hard corners */
  background: linear-gradient(102deg,
    #FFF513 0%,
    #9DFA25 50%,
    #3BFE36 100%);
  -webkit-mask: radial-gradient(ellipse 58% 54% at 50% 48%,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 28%,
    rgba(0, 0, 0, 0.45) 52%,
    rgba(0, 0, 0, 0) 80%);
  mask: radial-gradient(ellipse 58% 54% at 50% 48%,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 28%,
    rgba(0, 0, 0, 0.45) 52%,
    rgba(0, 0, 0, 0) 80%);
}

.hero__bg-rays {
  z-index: 2;
  right: max(80px, calc((100% - 1280px) / 2));
  bottom: 0;
  height: 100%;
  max-height: 720px;
  aspect-ratio: 1944 / 1400;
  mix-blend-mode: screen;
  opacity: 0;
  scale: 0.7;
  transform-origin: 50% 60%;
  transition: opacity 900ms cubic-bezier(.22,.61,.36,1) 80ms,
              scale 1100ms cubic-bezier(.22,.61,.36,1) 80ms;
  -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 55%, #000 5%, rgba(0,0,0,0.65) 35%, transparent 85%);
          mask-image: radial-gradient(ellipse 60% 70% at 50% 55%, #000 5%, rgba(0,0,0,0.65) 35%, transparent 85%);
}

@keyframes hero-rays-spin {
  from { rotate: 0deg; }
  to   { rotate: 360deg; }
}

.hero__bg-rays svg { width: 100%; height: 100%; display: block; }
.hero__bg-rays line {
  stroke: rgba(216, 255, 90, 0.5);
  stroke-width: 1.2;
  stroke-linecap: round;
}

.hero__bg-vignette {
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,0.85) 0%,
      rgba(0,0,0,0.65) 18%,
      rgba(0,0,0,0.30) 35%,
      rgba(0,0,0,0.00) 55%),
    linear-gradient(180deg,
      rgba(0,0,0,0.35) 0%,
      rgba(0,0,0,0.00) 18%,
      rgba(0,0,0,0.00) 78%,
      rgba(0,0,0,0.55) 100%);
  transition: opacity 700ms ease;
  opacity: 1;
}

.hero__bg-person {
  z-index: 4;
  right: max(80px, calc((100% - 1280px) / 2));
  bottom: 0;
  width: auto;
  height: 100%;
  max-height: 720px;
  aspect-ratio: 1944 / 1400;
  object-fit: contain;
  object-position: bottom right;
  transition: transform 900ms ease;
}

.hero__bg.is-hover .hero__bg-glow { opacity: 0.55; }
.hero__bg.is-hover .hero__bg-crowd {
  filter: brightness(0.92) saturate(0.95) contrast(1.05);
  transform: scale(1.015);
}
.hero__bg.is-hover .hero__bg-vignette { opacity: 0.85; }
.hero__bg.is-hover .hero__bg-rays {
  opacity: 0.9;
  scale: 1;
  animation: hero-rays-spin 41.4s linear infinite;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
}

.hero__left {
  flex: 1;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  align-self: flex-start;
}

.hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  background: var(--primary-400);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.hero__eyebrow-text {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 1.68px;
  color: var(--primary-400);
}

.hero__headline {
  margin-top: 32px;
  font: inherit;
  font-weight: 600;
}

.hero__h1-line1 {
  display: block;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -2.3px;
  line-height: 1;
  color: var(--text-primary-light);
}

.hero__h1-line2 {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-top: 4px;
}

.hero__h1-strike {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -2.3px;
  line-height: 1;
  color: var(--text-secondary-light);
}

.hero__h1-italic {
  font-family: var(--f-display);
  font-size: 78px;
  font-style: italic;
  letter-spacing: -1.95px;
  line-height: 0.9;
  color: var(--primary-400);
}

.hero__sub {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-muted-light);
  max-width: 540px;
}

.hero__cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 28px;
  border-radius: 999px;
  background: var(--primary-400);
  color: var(--bg-dark);
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary:hover {
  background: var(--primary-300);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #b8ef4329;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 17px 28px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  color: var(--text-muted-light);
  font-size: 15px;
  background: transparent;
  transition: border-color 0.2s, color 0.2s, transform 0.25s ease;
}

.btn-ghost:hover {
  border-color: var(--primary-400);
  color: var(--text-primary-light);
  transform: translateY(-2px);
}

.btn-yt-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(4px);
}

/* Hero CTA Card */
.hero__card {
  width: 329px;
  flex-shrink: 0;
  padding: 22px;
  border-radius: 24px;
  background: var(--bg-dark-overlay);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line-strong);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 48px #0000002e;
  transform: translateY(0) scale(1);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  will-change: transform;
}

.hero__card:hover {
  border-color: var(--primary-400);
  background: #161811e8;
  box-shadow: 0 26px 70px #00000059, 0 0 0 1px #b8ef4326 inset;
  transform: translateY(-6px) scale(1.015);
}

.hero__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hero__card-brand {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary-light);
}

.hero__card-brand-logo {
  height: 24px;
  width: 125px;
  object-fit: contain;
}

.hero__card-arrow {
  color: var(--text-muted-light);
  transition: color 0.25s ease, transform 0.25s ease;
}

.hero__card:hover .hero__card-arrow {
  color: var(--primary-400);
  transform: translate(2px, -2px);
}

.hero__card-title {
  font-size: clamp(18px, 1.65vw, 20px);
  font-weight: normal;
  letter-spacing: -0.96px;
  line-height: 1.1;
  color: var(--text-primary-light);
  white-space: nowrap;
}

.hero__card-desc {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-muted-light);
}

/* ========== TICKER ========== */
.ticker {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 18px 0;
  overflow: hidden;
  background: var(--bg-soft);
  border-top: 1px solid var(--line-simple);
  border-bottom: 1px solid var(--line-simple);
  white-space: nowrap;
}

.ticker__track {
  display: flex;
  gap: 56px;
  animation: ticker-scroll 30s linear infinite;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.ticker__item {
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: 0.65px;
  color: var(--text-muted-light);
}

.ticker__sep {
  color: var(--primary-400);
  font-size: 14px;
}

/* ========== S01 THESIS ========== */
.s01 {
  position: relative;
  padding: 100px 80px;
  overflow: hidden;
}

.s01__glow {
  position: absolute;
  width: 800px;
  height: 250px;
  background: var(--primary-500);
  border-radius: 50%;
  filter: blur(200px);
  bottom: -240px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.s01__header {}

.s01__header .section-head {
  margin-top: 24px;
  font-size: 48px;
  letter-spacing: -1.8px;
}

.s01__header .section-intro {
  margin-top: 16px;
}

.s01__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}

.thesis-card {
  padding: 32px 28px;
  border-radius: 20px;
  background: var(--bg-card);
  border-bottom: 3px solid var(--primary-500);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.thesis-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.thesis-card__icon {
  color: var(--primary-400);
  font-size: 48px;
}

.thesis-card__icon svg {
  width: 48px;
  height: 48px;
}

.thesis-card__num {
  font-family: var(--f-display);
  font-size: 48px;
  font-style: italic;
  color: var(--primary-300);
  line-height: 1;
}

.thesis-card__label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 1.54px;
  color: var(--text-secondary-light);
}

.thesis-card__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.22px;
  line-height: 1.15;
}

.thesis-card__desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-muted-light);
}

/* ========== S02 WHAT'S INSIDE ========== */
.s02 {
  padding: 100px 80px;
  background: var(--bg-light);
}

.s02__bento {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 48px;
}

.s02__bento-top {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.bento-yt {
  flex: 1;
  border-radius: 24px;
  background: var(--bg-card);
  border: 1px solid var(--line-simple);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.bento-yt__thumb {
  border-radius: 10px;
  overflow: hidden;
  height: 253px;
  flex-shrink: 0;
}

.bento-yt__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bento-yt__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: var(--primary-400);
}

.bento-yt__tag svg {
  width: 20px;
  height: 20px;
}

.bento-yt__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.47px;
  line-height: 1.08;
  color: var(--text-primary-light);
  margin-top: 8px;
}

.bento-yt__desc {
  font-size: 14px;
  color: var(--text-muted-light);
  line-height: 1.5;
  margin-top: 4px;
}

.bento-yt__foot {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid #717A5F;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.66px;
  color: var(--text-secondary-light);
  margin-top: 26px;
}

.bento-yt__foot-accent {
  color: var(--primary-400);
  font-weight: 500;
}

.bento-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 420px;
  flex-shrink: 0;
}

.bento-social {
  border-radius: 24px;
  background: var(--bg-card);
  border: 1px solid var(--line-simple);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 16px;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.bento-yt:hover,
.bento-social:hover,
.who-card:hover {
  border-color: #2a3019;
  box-shadow: 0 20px 60px #00000024;
  transform: translateY(-4px);
}

.bento-social__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: var(--primary-400);
}

.bento-social__tag svg {
  width: 20px;
  height: 20px;
}

.bento-social__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary-light);
  margin-top: 12px;
}

.bento-social__desc {
  font-size: 13px;
  color: var(--text-muted-light);
  line-height: 1.5;
  margin-top: 4px;
}

.bento-social__foot {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.66px;
  color: var(--text-secondary-light);
  padding-top: 18px;
  border-top: 1px solid #717A5F;
  display: flex;
  justify-content: space-between;
}

/* Skool banner */
.skool {
  border-radius: 24px;
  background: linear-gradient(300deg, var(--primary-400), var(--primary-300));
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.skool__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 1.54px;
  color: var(--bg-dark);
}

.skool__tag-dot {
  width: 6px;
  height: 6px;
  background: var(--bg-dark);
  border-radius: 50%;
}

.skool__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.skool__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.47px;
  line-height: 1.08;
  color: var(--bg-dark);
}

.skool__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #161811C7;
  margin-top: 8px;
}

.skool__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--bg-dark);
  color: var(--primary-400);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.skool__foot {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid #16181133;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.66px;
}

.skool__foot-left {
  color: #161811A6;
}

.skool__foot-right {
  color: var(--bg-dark);
  font-weight: 500;
}

/* ========== S03 STACK ========== */
.s03 {
  position: relative;
  padding: 100px 80px;
  overflow: hidden;
}

.s03__glow {
  position: absolute;
  width: 800px;
  height: 250px;
  background: var(--primary-500);
  border-radius: 50%;
  filter: blur(200px);
  opacity: 0.6;
  bottom: 0;
  left: -36px;
  pointer-events: none;
}

.s03__bg-img {
  position: absolute;
  right: 0;
  top: 100px;
  width: 737px;
  height: 505px;
  background-image: url('assets/Group 1597883117.png');
  background-size: cover;
  mask-image: linear-gradient(to right, transparent 0%, black 38%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 38%);
}

.s03__content {
  position: relative;
  z-index: 1;
}

/* ========== S04 WHO ========== */
.s04 {
  padding: 100px 80px;
  background: var(--bg-light);
}

.s04__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.who-card {
  padding: 40px 36px;
  border-radius: 24px;
  background: var(--bg-card);
  border: 1px solid var(--line-simple);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.who-card__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 4px;
  background: var(--primary-400);
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.32px;
  color: var(--bg-dark);
}

.who-card__title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 1.2;
  color: var(--text-primary-light);
}

.who-card__desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted-light);
}

.who-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.who-card__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-muted-light);
}

.who-card__list-item svg {
  width: 16px;
  height: 16px;
  color: var(--primary-400);
  flex-shrink: 0;
}

.who-card__quote {
  padding: 14px 0 14px 20px;
  border-left: 3px solid var(--primary-400);
  font-family: var(--f-display);
  font-size: 18px;
  font-style: italic;
  line-height: 1.3;
  color: var(--text-soft-light);
}

/* ========== ABOUT ========== */
.about {
  position: relative;
  padding: 100px 80px;
  overflow: hidden;
}

.about__glow {
  position: absolute;
  width: 800px;
  height: 250px;
  background: var(--primary-500);
  border-radius: 50%;
  filter: blur(200px);
  bottom: -240px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.about__head-title {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -1.68px;
  line-height: 1;
  margin-top: 12px;
}

.about__wrap {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 48px;
  padding: 30px 0;
}

.about__card {
  width: 360px;
  flex-shrink: 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  box-shadow: 0 20px 60px #00000044;
  aspect-ratio: 3/4;
}

.about__card {
  position: relative;
}

.about__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about__card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #000000 0%, transparent 37%);
  border-radius: 28px;
}

.about__bio {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.about__bio-intro {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 1.25;
}

.about__bio-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about__bio-text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted-light);
}

.about__highlights {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.highlight-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--bg-card);
  border: 1px solid var(--line-simple);
}

.highlight-pill svg {
  width: 16px;
  height: 16px;
  color: var(--primary-400);
}

.highlight-pill span {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--text-soft-light);
}

.about__quote {
  padding: 24px 0 24px 24px;
  border-left: 3px solid var(--primary-400);
  font-family: var(--f-display);
  font-size: 24px;
  font-style: italic;
  line-height: 1.3;
}

/* ========== S05 RULE ========== */
.s05 {
  position: relative;
  padding: 120px 80px;
  background: var(--bg-light);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.s05__glow {
  position: absolute;
  width: 800px;
  height: 250px;
  background: var(--primary-300);
  border-radius: 50%;
  filter: blur(200px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.s05__head {
  position: relative;
  z-index: 1;
}

.s05__rh1 {
  font-size: 84px;
  font-weight: 600;
  letter-spacing: -3.15px;
  line-height: 0.98;
  color: var(--bg-elev);
}

.s05__rh-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 12px;
}

.s05__rh-highlight {
  display: inline-block;
  padding: 0 12px;
  border-radius: 4px;
  background: var(--primary-400);
  transform: rotate(3deg);
}

.s05__rh-highlight span {
  font-family: var(--f-display);
  font-size: 70px;
  font-style: italic;
  letter-spacing: -3.36px;
  line-height: 0.98;
  color: var(--bg-dark);
}

.s05__rh3 {
  font-size: 74px;
  font-weight: 600;
  letter-spacing: -3.15px;
  line-height: 0.98;
  color: var(--bg-soft);
}

.s05__body {
  font-size: 18px;
  line-height: 1.55;
  color: var(--line-strong);
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.s05__socials {
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.social-icon {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  background: var(--bg-card);
  border: 1.5px solid var(--line-simple);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px #00000015;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.social-icon:hover {
  transform: translateY(-4px);
  border-color: var(--primary-400);
  box-shadow: 0 16px 36px #1f221833;
}

.social-icon svg {
  width: 28px;
  height: 28px;
}

/* ========== S06 FINAL CTA ========== */
.s06 {
  padding: 100px 80px;
  overflow: hidden;
}

.s06__card {
  border-radius: 32px;
  padding: 80px 60px;
  display: flex;
  align-items: center;
  gap: 64px;
  position: relative;
  background: linear-gradient(var(--bg-card), var(--bg-card)) padding-box,
    linear-gradient(180deg, var(--primary-300) 0%, #8fb83242 22%, #000000ff 66%, #000000ff 100%) border-box;
  border: 1px solid transparent;
  box-shadow: 0 24px 80px #00000026;
}

.s06__card::before {
  display: none;
}

.s06__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.s06__left .section-head {
  margin-top: 32px;
  letter-spacing: -2.05px;
  line-height: 0.98;
}

.s06__left .section-intro {
  margin-top: 28px;
  max-width: 520px;
}

.s06__pills {
  display: flex;
  gap: 8px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.s06__pill {
  display: inline-flex;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 4px;
  background: var(--bg-soft);
  border: 1px solid var(--line-simple);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.88px;
}

.s06__pill-label {
  color: var(--primary-400);
}

.s06__pill-value {
  color: var(--text-muted-light);
}

/* Join Panel */
.join-panel {
  width: 400px;
  flex-shrink: 0;
  padding: 36px;
  border-radius: 24px;
  background: var(--bg-dark);
  border: 1px solid var(--primary-400);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  box-shadow: 0 18px 48px #00000024;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.join-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px #0000003d;
}

.join-panel__tier {
  display: flex;
  justify-content: space-between;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 1.32px;
  color: var(--text-secondary-light);
}

.join-panel__tier-label {
  color: var(--primary-400);
}

.join-panel__price {
  font-family: var(--f-display);
  font-size: 84px;
  font-style: italic;
  letter-spacing: -2.52px;
  line-height: 0.9;
  color: var(--primary-400);
  margin-top: 16px;
}

.join-panel__note {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.88px;
  color: var(--text-secondary-light);
  margin-top: 4px;
}

.join-panel__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

.join-panel__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-muted-light);
}

.join-panel__list-item svg {
  width: 16px;
  height: 16px;
  color: var(--primary-400);
  flex-shrink: 0;
}

.join-panel__btn {
  margin-top: 28px;
  width: 100%;
  justify-content: center;
}

/* ========== FOOTER ========== */
.newsletter {
  background: var(--bg-card);
  border-top: 1px solid var(--line-simple);
  border-bottom: 1px solid var(--line-simple);
  padding: 64px 80px;
}

.newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
}

.newsletter__left {
  flex: 1;
}

.newsletter__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--primary-400);
}

.newsletter__tag svg {
  width: 14px;
  height: 14px;
}

.newsletter__title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.08px;
  line-height: 1;
  margin-top: 16px;
}

.newsletter__desc {
  font-size: 15px;
  color: var(--text-muted-light);
  line-height: 1.55;
  margin-top: 10px;
}

.newsletter__right {
  width: 420px;
  flex-shrink: 0;
}

.newsletter__input-row {
  display: flex;
  gap: 10px;
}

.newsletter__input {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 12px;
  background: var(--bg-light);
  border: 1px solid var(--line-strong);
  font-size: 15px;
  color: var(--bg-dark);
  font-family: var(--f-body);
}

.newsletter__input svg {
  width: 16px;
  height: 16px;
  color: var(--bg-card);
  flex-shrink: 0;
}

.newsletter__input input {
  border: none;
  background: none;
  outline: none;
  font-family: var(--f-body);
  font-size: 15px;
  color: var(--bg-dark);
  width: 100%;
}

.newsletter__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 12px;
  background: var(--primary-400);
  color: var(--bg-dark);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.newsletter__note {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.4px;
  color: var(--text-secondary-light);
  margin-top: 16px;
}

/* Footer Main */
/* Footer Newsletter */
.footer-news {
  border-bottom: 1px solid var(--line-simple);
  padding: 56px 80px;
}

.footer-news__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-news__copy {
  max-width: 520px;
}

.footer-news__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--primary-400);
  margin-bottom: 16px;
}

.footer-news__title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.1;
  color: var(--text-primary-light);
}

.footer-news__sub {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-muted-light);
}

.footer-news__action {
  flex-shrink: 0;
}

.footer-news__form {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.footer-news__field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  min-width: 280px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--bg-soft);
  color: var(--text-secondary-light);
  transition: border-color 0.2s;
}

.footer-news__field:focus-within {
  border-color: var(--primary-400);
}

.footer-news__field svg {
  flex-shrink: 0;
}

.footer-news__field input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 16px 0;
  font-family: inherit;
  font-size: 15px;
  color: var(--text-primary-light);
  outline: none;
}

.footer-news__field input::placeholder {
  color: var(--text-secondary-light);
}

.footer-news__btn {
  white-space: nowrap;
}

.footer-news__note {
  margin-top: 12px;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.4px;
  color: var(--text-secondary-light);
}

.footer-news__note--ok {
  color: var(--primary-400);
}

.footer-news__note--error {
  color: #e88;
}

/* Newsletter Modal */
.news-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.news-modal.active {
  opacity: 1;
  visibility: visible;
}

.news-modal__backdrop {
  position: absolute;
  inset: 0;
  background: #0c0d09cc;
  backdrop-filter: blur(4px);
}

.news-modal__panel {
  position: relative;
  width: 100%;
  max-width: 460px;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid var(--line-strong);
  background: var(--bg-card);
  box-shadow: 0 30px 80px #00000066;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}

.news-modal.active .news-modal__panel {
  transform: translateY(0) scale(1);
}

.news-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted-light);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.news-modal__close:hover {
  background: var(--bg-soft);
  color: var(--primary-400);
}

.news-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--primary-400);
  margin-bottom: 16px;
}

.news-modal__title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.1;
  color: var(--text-primary-light);
}

.news-modal__sub {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-muted-light);
}

.news-modal__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.news-modal__btn {
  justify-content: center;
}

.news-modal__form .footer-news__field {
  min-width: 0;
}

.news-modal .footer-news__note {
  margin-top: 14px;
}

.footer-main {
  position: relative;
  padding: 64px 80px;
  overflow: hidden;
}

.footer-main__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.footer-main__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.footer-col__title {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--primary-400);
  margin-bottom: 18px;
}

.footer-col a {
  display: block;
  font-size: 15px;
  color: var(--text-muted-light);
  margin-bottom: 14px;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--primary-400);
}

.footer-main__logo {
  margin-top: 48px;
  opacity: 0.7;
  height: 184px;
  overflow: hidden;
}

.footer-main__logo img {
  width: 100%;
  object-fit: contain;
}

.footer-main__glow {
  position: absolute;
  width: 800px;
  height: 250px;
  background: var(--primary-500);
  border-radius: 50%;
  filter: blur(200px);
  bottom: -230px;
  left: 50%;
  transform: translateX(calc(-50% + var(--glow-x, 0px)));
  opacity: 0.85;
  pointer-events: none;
  will-change: transform;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid var(--line-simple);
  padding: 24px 80px;
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-bottom__left {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.48px;
  color: var(--text-secondary-light);
}

.footer-bottom__center {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.4px;
  color: var(--text-secondary-light);
}

.footer-bottom__right {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.6px;
  color: var(--primary-400);
  cursor: pointer;
  transition: border-color 0.2s;
}

.footer-bottom__right:hover {
  border-color: var(--primary-400);
}

.footer-bottom__right svg {
  width: 14px;
  height: 14px;
}

/* ========== MOBILE MENU OVERLAY ========== */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  background: var(--bg-dark);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-overlay.active {
  transform: translate(0, 0);
}

.menu-overlay__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 80px;
  border-bottom: 1px solid var(--line-simple);
}

.menu-overlay__top img {
  height: 29px;
}

.menu-overlay__close {
  background: none;
  border: none;
  color: var(--text-muted-light);
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  margin: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-overlay__close svg {
  width: 24px;
  height: 24px;
}

.menu-overlay__links {
  flex: 1;
  padding: 48px 80px;
  display: flex;
  flex-direction: column;
}

.menu-overlay__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-simple);
  font-size: 28px;
  font-weight: 600;
  color: var(--text-primary-light);
  transition: color 0.2s;
}

.menu-overlay__link:last-child {
  border-bottom: none;
}

.menu-overlay__link:hover {
  color: var(--primary-400);
}

.menu-overlay__link svg {
  width: 20px;
  height: 20px;
  color: var(--text-muted-light);
}

.menu-overlay__bottom {
  padding: 40px 80px;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.menu-overlay__bottom .btn-primary {
  width: 100%;
  justify-content: center;
}

.menu-overlay__socials {
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--text-muted-light);
  letter-spacing: 0.5px;
}

.menu-overlay__socials .sep {
  color: var(--primary-400);
  font-size: 10px;
}

/* ========== RESPONSIVE — LAPTOP (1200px) ========== */
@media (max-width: 1280px) {
  .nav__inner {
    padding: 22px 60px;
  }

  .hero {
    padding: 80px 60px;
  }

  .hero__h1-line1,
  .hero__h1-strike {
    font-size: 56px;
  }

  .hero__h1-italic {
    font-size: 62px;
  }

  .s01__header .section-head {
    font-size: 42px;
  }

  .s01,
  .s02,
  .s04 {
    padding: 80px 60px;
  }

  .s03 {
    padding: 80px 60px 160px;
  }

  .s05 {
    padding: 120px 60px;
  }

  .s06 {
    padding: 80px 60px;
  }

  .about {
    padding: 80px 60px;
  }

  .newsletter {
    padding: 64px 60px;
  }

  .footer-main {
    padding: 64px 60px;
  }

  .footer-news {
    padding: 56px 60px;
  }

  .s03__bg-img {
    width: 600px;
    right: -40px;
  }
}

/* ========== RESPONSIVE — TABLET (768px) ========== */
@media (max-width: 1024px) {
  .nav__inner {
    padding: 16px 40px;
  }

  .nav__links {
    display: none;
  }

  .nav__cta {
    display: none;
  }

  .nav__menu-btn {
    display: flex;
  }

  .hero {
    padding: 48px 40px;
  }

  .hero__bg-vignette {
    background:
      linear-gradient(180deg,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,0.9) 30%,
        rgba(0,0,0,0.05) 60%,
        rgba(0,0,0,0.5) 100%);
  }

  .hero__bg-overlay {
    background: linear-gradient(to bottom, #000000 0%, #000000e6 30%, #0000000d 60%);
  }

  .hero__bg-person {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    transform: none;
    object-fit: contain;
    object-position: center bottom;
  }

  .hero__bg-glow {
    left: 50%;
    right: auto;
    bottom: 0;
    top: auto;
    width: 95%;
    height: 70%;
    max-width: none;
    max-height: none;
    transform: translateX(-50%) translate(var(--gx), var(--gy));
    opacity: 1;
  }

  /* Active state — always lit + rotating rays on tablet/mobile (no hover) */
  .hero__bg-rays {
    display: block;
    right: auto;
    left: 50%;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 75%;
    max-height: none;
    aspect-ratio: auto;
    translate: -50% 0;
    opacity: 0.85;
    scale: 1;
    animation: hero-rays-spin 41.4s linear infinite;
  }

  .hero__bg-crowd {
    filter: brightness(0.92) saturate(0.95) contrast(1.05);
  }

  .hero__bg-vignette {
    opacity: 0.9;
  }

  .hero__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 300px;
  }

  .hero__left {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .hero__headline {
    margin-top: 0;
  }

  .hero__h1-line1,
  .hero__h1-strike {
    font-size: 48px;
    letter-spacing: -1.5px;
  }

  .hero__h1-italic {
    font-size: 52px;
    letter-spacing: -1.3px;
  }

  .hero__h1-line2 {
    gap: 12px;
  }

  .hero__sub {
    font-size: 16px;
    max-width: 100%;
    margin-top: 0;
  }

  .hero__cta-row {
    margin-top: 0;
  }

  .hero__card {
    width: 100%;
  }

  .s01,
  .s02,
  .s04,
  .about {
    padding: 60px 40px;
  }

  .s03 {
    padding: 48px 40px;
  }

  .s05 {
    padding: 80px 40px;
  }

  .s06 {
    padding: 60px 40px;
  }

  .section-head {
    font-size: 36px;
    letter-spacing: -1.2px;
  }

  .section-head-accent {
    font-size: 40px;
  }

  .s03__heading {
    gap: 12px;
  }

  .section-intro {
    font-size: 16px;
    max-width: 100%;
  }

  .about__head-title {
    font-size: 42px;
    letter-spacing: -1.1px;
  }

  .s01__header .section-head {
    font-size: 36px;
    letter-spacing: -1.2px;
  }

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

  .s02__bento {
    gap: 18px;
  }

  .s02__bento-top {
    flex-direction: column;
    gap: 18px;
  }

  .bento-right {
    width: 100%;
    gap: 18px;
  }

  .bento-yt__thumb {
    height: 200px;
  }

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

  .s03 {
    padding: 60px 40px 120px;
  }

  .s03__glow {
    width: 454px;
    height: 142px;
    left: -45px;
  }

  .s03__bg-img {
    width: 468px;
    height: 300px;
    top: 89px;
    right: 0;
  }

  .about__wrap {
    flex-direction: column;
    gap: 32px;
  }

  .about__card {
    width: 100%;
    height: 400px;
    aspect-ratio: auto;
  }

  .s05__rh1 {
    font-size: 52px;
    letter-spacing: -2px;
  }

  .s05__rh3 {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .s05__rh-highlight span {
    font-size: 50px;
  }

  .s06__card {
    flex-direction: column;
    padding: 48px 36px;
    gap: 36px;
  }

  .join-panel {
    width: 100%;
  }

  .s06__left .section-head {
    font-size: 42px;
    letter-spacing: -1.3px;
  }

  .s06__left .section-intro {
    max-width: 100%;
  }

  .newsletter {
    padding: 40px;
  }

  .newsletter__inner {
    flex-direction: column;
    gap: 24px;
  }

  .newsletter__right {
    width: 100%;
  }

  .footer-main {
    padding: 40px;
  }

  .footer-news {
    padding: 40px;
  }

  .footer-news__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .footer-news__action {
    width: 100%;
  }

  .footer-news__field {
    flex: 1;
    min-width: 0;
  }

  .footer-bottom {
    padding: 20px 40px;
  }

  .footer-bottom__inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .menu-overlay__top {
    padding: 16px 40px;
  }

  .menu-overlay__links {
    padding: 48px 40px;
  }

  .menu-overlay__bottom {
    padding: 40px;
  }

  .s05__socials {
    flex-wrap: wrap;
    gap: 16px;
  }
}

/* ========== RESPONSIVE — MOBILE (375px) ========== */
@media (max-width: 480px) {
  .nav__inner {
    padding: 18px 20px;
  }

  .nav__logo {
    height: 22px;
  }

  .hero {
    padding: 42px 20px;
  }

  .hero__bg-vignette {
    background:
      linear-gradient(180deg,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,0.9) 30%,
        rgba(0,0,0,0.05) 65%,
        rgba(0,0,0,0.55) 100%);
  }

  .hero__bg-overlay {
    background: linear-gradient(to bottom, #000000 0%, #000000e6 20%, #0000000d 50%);
  }

  .hero__bg-rays {
    height: 75%;
    max-height: none;
  }

  .hero__content {
    gap: 260px;
  }

  .hero__left {
    gap: 20px;
  }

  .hero__h1-line1,
  .hero__h1-strike {
    font-size: 36px;
    letter-spacing: -1.2px;
  }

  .hero__h1-italic {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .hero__h1-line2 {
    gap: 18px;
  }

  .hero__sub {
    font-size: 12px;
    line-height: 1.4;
  }

  .hero__cta-row {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .hero__cta-row .btn-primary {
    padding: 12px 14px;
    font-size: 14px;
  }

  .hero__cta-row .btn-ghost {
    display: none;
  }

  .btn-yt-mobile {
    display: flex;
  }

  .hero__eyebrow {
    padding: 6px 14px;
  }

  .hero__eyebrow-text {
    font-size: 8px;
  }

  .s01,
  .s02,
  .s04,
  .about {
    padding: 48px 20px;
  }

  .s03 {
    padding: 48px 20px 180px;
  }

  .s01__header .section-head {
    font-size: 24px;
    letter-spacing: -0.8px;
  }

  .s02__bento {
    gap: 18px;
  }

  .s02__bento-top {
    gap: 18px;
  }

  .bento-yt {
    padding: 20px;
    gap: 16px;
  }

  .bento-yt__thumb {
    height: 180px;
  }

  .bento-right {
    gap: 18px;
  }

  .bento-social {
    padding: 20px;
  }

  .skool {
    padding: 20px;
  }

  .skool__body {
    flex-direction: column;
    gap: 16px;
  }

  .skool__btn {
    width: 100%;
    justify-content: center;
  }

  .skool__title {
    font-size: 22px;
  }

  .s05 {
    padding: 48px 20px;
  }

  .s06 {
    padding: 48px 20px;
  }

  .section-head {
    font-size: 24px;
    letter-spacing: -0.8px;
  }

  .section-head-accent {
    font-size: 28px;
  }

  .s03__heading {
    gap: 8px;
  }

  .section-intro {
    font-size: 15px;
  }

  .about__head-title {
    font-size: 30px;
    letter-spacing: -0.9px;
    text-align: left;
  }

  .about__highlights {
    flex-direction: column;
  }

  .s03__glow {
    width: 290px;
    height: 91px;
    left: 124px;
  }

  .s03__bg-img {
    display: block;
    width: 415px;
    height: 285px;
    top: 157px;
    left: 16px;
    transform: rotate(-12.44deg);
    mask-image: linear-gradient(to right, transparent 0%, black 38%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 38%);
  }

  .who-card {
    padding: 28px 24px;
  }

  .s05__rh1 {
    font-size: 32px;
    letter-spacing: -1.2px;
  }

  .s05__rh3 {
    font-size: 28px;
    letter-spacing: -1.2px;
  }

  .s05__rh-highlight span {
    font-size: 32px;
  }

  .s05__rh-row {
    flex-direction: column;
    gap: 8px;
  }

  .s05__body {
    font-size: 15px;
  }

  .s05__socials {
    flex-wrap: wrap;
    gap: 12px;
  }

  .social-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .social-icon svg {
    width: 22px;
    height: 22px;
  }

  .s06__card {
    padding: 32px 20px;
    gap: 24px;
    border-radius: 20px;
  }

  .s06__left .section-head {
    font-size: 28px;
    letter-spacing: -0.9px;
  }

  .s06__left .section-intro {
    font-size: 15px;
  }

  .s06__pills {
    flex-direction: column;
    gap: 6px;
  }

  .join-panel__price {
    font-size: 56px;
  }

  .newsletter {
    padding: 32px 20px;
  }

  .newsletter__inner {
    flex-direction: column;
    gap: 20px;
  }

  .newsletter__input-row {
    flex-direction: column;
  }

  .footer-main {
    padding: 32px 20px;
  }

  .footer-news {
    padding: 32px 20px;
  }

  .footer-news__title {
    font-size: 27px;
  }

  .footer-news__form {
    flex-direction: column;
  }

  .footer-news__btn {
    justify-content: center;
  }

  .footer-main__cols {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-main__logo {
    height: 120px;
  }

  .footer-bottom {
    padding: 16px 20px;
  }

  .footer-bottom__inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-bottom__left {
    font-size: 10px;
  }

  .footer-bottom__center {
    font-size: 9px;
  }

  .menu-overlay__top {
    padding: 14px 20px;
  }

  .menu-overlay__top img {
    height: 20px;
  }

  .menu-overlay__links {
    padding: 32px 20px;
  }

  .menu-overlay__link {
    font-size: 22px;
    padding: 20px 0;
  }

  .menu-overlay__bottom {
    padding: 32px 20px;
    padding-bottom: calc(32px + env(safe-area-inset-bottom));
  }

  .menu-overlay__socials {
    gap: 16px;
  }
}

/* ========== LEGAL PAGES (Privacy / Terms) ========== */
.legal {
  padding: 80px 80px 40px;
}

.legal__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.legal__tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 2.16px;
  color: var(--primary-400);
}

.legal__title {
  margin-top: 24px;
  font-family: var(--f-body);
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -2.3px;
  line-height: 1;
  color: var(--text-primary-light);
}

.legal__date {
  margin-top: 24px;
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: 0.65px;
  color: var(--text-secondary-light);
}

.legal__intro {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-muted-light);
  max-width: 720px;
}

.legal-content {
  padding: 40px 80px 100px;
}

.legal-content__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.legal-doc {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.legal-section h2 {
  font-family: var(--f-body);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.2;
  color: var(--text-primary-light);
  margin: 0 0 16px;
}

.legal-section p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-muted-light);
  margin: 0;
}

.legal-section p + p {
  margin-top: 14px;
}

.legal-section a {
  color: var(--primary-400);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 1024px) {
  .legal {
    padding: 60px 40px 30px;
  }
  .legal__title {
    font-size: 56px;
    letter-spacing: -1.5px;
  }
  .legal-content {
    padding: 30px 40px 80px;
  }
}

@media (max-width: 640px) {
  .legal {
    padding: 48px 20px 24px;
  }
  .legal__title {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .legal__intro {
    font-size: 16px;
  }
  .legal-content {
    padding: 24px 20px 60px;
  }
  .legal-section h2 {
    font-size: 26px;
    letter-spacing: -0.6px;
  }
  .legal-section p {
    font-size: 15px;
  }
  .legal-doc {
    gap: 32px;
  }
}

/* ========== ANIMATIONS ========== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.stagger-1 {
  transition-delay: 0.1s;
}

.stagger-2 {
  transition-delay: 0.2s;
}

.stagger-3 {
  transition-delay: 0.3s;
}

.stagger-4 {
  transition-delay: 0.4s;
}

.stagger-5 {
  transition-delay: 0.5s;
}

@media (prefers-reduced-motion: reduce) {

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