:root {
  --night: #060408;
  --ink: #0c070e;
  --surface: #140b16;
  --surface-raised: #1d101e;
  --pink: #ff3a91;
  --pink-soft: #ff5c9d;
  --orange: #ff6f2d;
  --gold: #f6c14a;
  --white: #fff8f2;
  --muted: #cfbdc8;
  --line: rgba(255, 248, 242, 0.16);
  --shell: min(1328px, calc(100% - 64px));
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    var(--night);
  background-size: 72px 72px;
  color: var(--white);
  font-family: Avenir, "Avenir Next", Inter, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, rgba(255, 58, 145, 0.06), transparent 38%, rgba(246, 193, 74, 0.04));
  content: "";
  pointer-events: none;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  transform: translateY(-160%);
  border: 1px solid var(--pink);
  background: var(--night);
  color: var(--white);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(5, 4, 8, 0.976);
  backdrop-filter: none;
}

.header-shell,
.hero-shell,
.section-shell,
.footer-shell {
  width: var(--shell);
  margin: 0 auto;
}

.header-shell {
  display: grid;
  grid-template-columns: auto 1px minmax(210px, auto) 1fr auto;
  align-items: center;
  min-height: 74px;
  gap: 18px;
}

.crush-brand img {
  width: 88px;
  max-height: 35px;
  object-fit: contain;
}

.brand-divider {
  width: 1px;
  height: 32px;
  background: var(--line);
}

.club-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.club-logo-frame {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(246, 193, 74, 0.64);
  background: #050306;
}

.club-logo-frame img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.club-brand strong,
.club-brand small {
  display: block;
}

.club-brand em {
  font-style: normal;
}

.club-brand strong {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.club-brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.site-nav a {
  position: relative;
  padding: 27px 0 24px;
  color: #e5d7e0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--pink);
  content: "";
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-id {
  padding: 10px 13px;
  border: 1px solid rgba(246, 193, 74, 0.55);
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.82fr);
  grid-template-rows: minmax(438px, auto) auto;
  min-height: 605px;
}

.hero-shell::before {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 44%;
  width: 1px;
  background: linear-gradient(transparent, rgba(255, 58, 145, 0.6), transparent);
  content: "";
}

.hero-copy {
  z-index: 2;
  align-self: center;
  max-width: 660px;
  padding: 72px 52px 54px 0;
}

.eyebrow,
.section-kicker,
.role-chip,
.role-label {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--pink-soft);
}

.role-chip {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 11px;
  border: 1px solid rgba(246, 193, 74, 0.45);
  color: var(--gold);
}

.hero h1,
.section-heading h2,
.path-card h3,
.final-panel h2 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 640px;
  margin: 24px 0 10px;
  font-size: clamp(58px, 5.2vw, 86px);
  line-height: 0.87;
}

.hero h1 span {
  display: block;
}

.hero h1 .pink {
  color: var(--pink);
  text-shadow: 4px 4px 0 rgba(255, 111, 45, 0.22);
}

.hero h1 .gold {
  color: var(--gold);
}

.hero-copy h2 {
  margin: 24px 0 0;
  font-size: 19px;
  line-height: 1.3;
}

.hero-intro {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 465px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(246, 193, 74, 0.18);
  border-left: 1px solid rgba(255, 58, 145, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 58, 145, 0.18), transparent 42%),
    linear-gradient(320deg, rgba(255, 111, 45, 0.18), transparent 42%),
    #0e0710;
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.hero-visual::before {
  inset: 18px;
  border: 1px solid rgba(246, 193, 74, 0.34);
}

.hero-visual::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(6, 4, 8, 0.92));
}

.hero-person {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: contrast(1.04) saturate(1.05);
}

.hero-logo-frame {
  position: absolute;
  top: 38px;
  right: 36px;
  z-index: 2;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(246, 193, 74, 0.6);
  background: rgba(6, 4, 8, 0.86);
}

.hero-logo-frame img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.hero-visual figcaption {
  position: absolute;
  right: 32px;
  bottom: 32px;
  left: 32px;
  z-index: 3;
  padding: 15px 18px;
  border-top: 1px solid var(--pink);
  border-bottom: 1px solid rgba(246, 193, 74, 0.58);
  background: rgba(6, 4, 8, 0.86);
}

.hero-visual figcaption strong,
.hero-visual figcaption span,
.hero-visual figcaption small {
  display: block;
}

.hero-visual figcaption strong {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.hero-visual figcaption span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-visual figcaption small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.visual-note {
  position: absolute;
  top: 104px;
  left: 18px;
  z-index: 2;
  padding: 8px 10px;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  background: var(--pink);
  color: var(--night);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 20px 0 24px;
  border-top: 1px solid var(--line);
}

.dual-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cta {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, filter 160ms ease;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.cta-host {
  border-color: var(--pink);
  background: var(--pink);
  color: #090408;
}

.cta-agent {
  border-color: var(--gold);
  background: linear-gradient(90deg, var(--orange), var(--gold));
  color: #090408;
}

.hero-actions-panel .dual-actions {
  max-width: 680px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.hero-facts span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  position: relative;
  border-bottom: 1px solid var(--line);
}

.section-shell {
  padding: 80px 0;
}

.section-heading {
  max-width: 760px;
}

.section-kicker {
  color: var(--pink-soft);
}

.section-heading h2,
.final-panel h2 {
  margin: 10px 0 0;
  font-size: clamp(36px, 3.8vw, 58px);
  line-height: 0.98;
}

.section-heading > p:last-child,
.split-heading > p {
  color: var(--muted);
}

.split-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.6fr);
  align-items: end;
  gap: 64px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.path-card {
  position: relative;
  display: grid;
  min-height: 360px;
  grid-template-rows: 1fr auto;
  gap: 26px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid;
}

.path-card::after {
  position: absolute;
  right: -24px;
  bottom: -66px;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 182px;
  line-height: 1;
  opacity: 0.08;
}

.host-path {
  border-color: rgba(255, 58, 145, 0.58);
  background: linear-gradient(145deg, rgba(255, 58, 145, 0.18), transparent 55%), var(--surface);
}

.host-path::after {
  content: "H";
}

.agent-path {
  border-color: rgba(246, 193, 74, 0.58);
  background: linear-gradient(145deg, rgba(255, 111, 45, 0.18), transparent 55%), var(--surface);
}

.agent-path::after {
  content: "A";
}

.role-label {
  color: var(--pink-soft);
}

.agent-path .role-label {
  color: var(--gold);
}

.path-card h3 {
  margin: 12px 0 0;
  font-size: 42px;
  line-height: 1;
}

.path-card p {
  max-width: 520px;
  color: var(--muted);
}

.path-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.path-card li {
  padding: 7px 9px;
  border: 1px solid var(--line);
  color: #eadce5;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.path-card .cta {
  z-index: 2;
}

.support-section {
  background: #0a060b;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
}

.support-list {
  border-top: 1px solid var(--line);
}

.support-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.support-list article > span,
.steps-grid article > span {
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 25px;
}

.support-list h3,
.support-list p,
.steps-grid h3,
.steps-grid p {
  margin: 0;
}

.support-list h3,
.steps-grid h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.support-list p,
.steps-grid p {
  margin-top: 5px;
  color: var(--muted);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
}

.steps-grid article {
  min-height: 230px;
  padding: 32px;
  background: var(--surface);
}

.steps-grid h3 {
  margin-top: 30px;
}

.before-section {
  background: linear-gradient(90deg, rgba(255, 58, 145, 0.12), transparent 42%, rgba(246, 193, 74, 0.08));
}

.before-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 70px;
  align-items: center;
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 17px 16px 17px 48px;
  border-top: 1px solid var(--line);
  color: #f4e8ef;
}

.checklist li:last-child {
  border-bottom: 1px solid var(--line);
}

.checklist li::before {
  position: absolute;
  top: 17px;
  left: 12px;
  color: var(--pink);
  content: "+";
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 19px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.66fr) minmax(0, 1.34fr);
  gap: 72px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 20px 38px 20px 0;
  cursor: pointer;
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  color: var(--pink);
  content: "+";
  font-size: 20px;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 0 20px;
  color: var(--muted);
}

.final-section {
  background: #0b060c;
}

.final-panel {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: 30px;
}

.final-panel > img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border: 1px solid rgba(246, 193, 74, 0.52);
  background: #050306;
}

.final-panel h2 {
  font-size: clamp(36px, 3.2vw, 52px);
}

.final-panel p:not(.section-kicker) {
  margin: 10px 0 0;
  color: var(--muted);
}

.final-panel .dual-actions {
  align-self: stretch;
}

.final-id {
  grid-column: 3;
  justify-self: stretch;
  padding: 10px;
  border: 1px solid rgba(246, 193, 74, 0.42);
  color: var(--gold);
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.site-footer {
  padding: 28px 0;
  background: #040204;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.footer-brand strong,
.footer-brand span,
.footer-meta strong,
.footer-meta span {
  display: block;
}

.footer-brand strong,
.footer-meta strong {
  font-size: 12px;
  text-transform: uppercase;
}

.footer-brand span,
.footer-meta span {
  margin-top: 4px;
  color: #9f8f99;
  font-size: 10px;
}

.footer-meta {
  max-width: 430px;
  text-align: right;
}

.footer-meta strong {
  color: var(--gold);
}

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 40px, 900px);
  }

  .header-shell {
    grid-template-columns: auto 1px minmax(170px, auto) 1fr;
  }

  .site-nav {
    display: none;
  }

  .header-id {
    justify-self: end;
  }

  .hero-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(350px, 0.8fr);
  }

  .hero-copy {
    padding-right: 28px;
  }

  .support-layout,
  .before-layout,
  .faq-layout {
    gap: 42px;
  }

  .final-panel {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .final-panel > img {
    width: 78px;
    height: 78px;
  }

  .final-panel .dual-actions,
  .final-id {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .site-header,
  .header-shell {
    min-height: 66px;
  }

  .header-shell {
    grid-template-columns: auto 1px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .crush-brand img {
    width: 66px;
  }

  .brand-divider {
    height: 27px;
  }

  .club-logo-frame {
    width: 36px;
    height: 36px;
  }

  .club-logo-frame img {
    width: 29px;
    height: 29px;
  }

  .club-brand strong {
    overflow: hidden;
    max-width: 130px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .club-brand small,
  .header-id {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    min-width: 48px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 58, 145, 0.62);
    background: transparent;
    color: var(--white);
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .site-nav {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    display: none;
    padding: 10px 14px 16px;
    border-bottom: 1px solid rgba(255, 58, 145, 0.46);
    background: rgba(6, 4, 8, 0.98);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 12px 4px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a::after {
    display: none;
  }

  .hero-shell {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .hero-shell::before {
    display: none;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    padding: 35px 0 24px;
  }

  .eyebrow,
  .role-chip {
    font-size: 10px;
  }

  .role-chip {
    margin-top: 10px;
    padding: 6px 8px;
  }

  .hero h1 {
    margin: 16px 0 8px;
    font-size: clamp(48px, 15vw, 62px);
    line-height: 0.86;
  }

  .hero-copy h2 {
    margin-top: 16px;
    font-size: 15px;
  }

  .hero-intro {
    margin-top: 8px;
    font-size: 13px;
  }

  .hero-visual {
    width: calc(100% + 28px);
    min-height: 286px;
    margin-left: -14px;
    border-right: 0;
    border-left: 0;
  }

  .hero-visual::before {
    inset: 12px;
  }

  .hero-person {
    object-position: center 16%;
  }

  .hero-logo-frame {
    top: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
  }

  .hero-logo-frame img {
    width: 49px;
    height: 49px;
  }

  .hero-visual figcaption {
    right: 20px;
    bottom: 17px;
    left: 20px;
    padding: 10px 12px;
  }

  .hero-visual figcaption strong {
    font-size: 19px;
  }

  .hero-visual figcaption span {
    font-size: 11px;
  }

  .visual-note {
    display: none;
  }

  .hero-actions-panel {
    display: block;
    padding: 14px 0 20px;
  }

  .dual-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .cta {
    min-height: 50px;
    padding: 11px 8px;
    font-size: 11px;
  }

  .hero-facts {
    justify-content: center;
    margin-top: 12px;
  }

  .hero-facts span {
    flex: 1;
    padding: 7px 5px;
    font-size: 8px;
    text-align: center;
  }

  .section-shell {
    padding: 58px 0;
  }

  .section-heading h2,
  .final-panel h2 {
    font-size: 38px;
  }

  .split-heading,
  .support-layout,
  .before-layout,
  .faq-layout {
    display: block;
  }

  .split-heading > p {
    margin-top: 14px;
  }

  .path-grid {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .path-card {
    min-height: 0;
    padding: 24px;
  }

  .path-card h3 {
    font-size: 34px;
  }

  .path-card::after {
    font-size: 138px;
  }

  .support-list,
  .faq-list {
    margin-top: 28px;
  }

  .support-list article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .steps-grid article {
    min-height: 0;
    padding: 24px;
  }

  .steps-grid h3 {
    margin-top: 12px;
  }

  .checklist {
    margin-top: 26px;
  }

  .faq-list summary {
    font-size: 14px;
  }

  .final-panel {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
  }

  .final-panel > img {
    width: 64px;
    height: 64px;
  }

  .final-panel h2 {
    font-size: 32px;
  }

  .final-panel .dual-actions,
  .final-id {
    grid-column: 1 / -1;
  }

  .footer-shell {
    display: block;
  }

  .footer-meta {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

/* Scheme 3 fidelity overrides */
.mobile-hero-meta,
.mobile-path-summary {
  display: none;
}

body {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 38px),
    var(--night);
}

.header-shell {
  grid-template-columns: auto 1px minmax(250px, auto) 1fr auto;
}

.header-id {
  min-width: 274px;
  padding: 10px 18px;
  border-color: var(--pink);
  border-radius: 12px;
  background: var(--pink);
  color: var(--white);
  text-align: center;
}

.hero {
  background:
    linear-gradient(115deg, transparent 0 55%, rgba(255, 58, 145, 0.1) 55% 70%, rgba(255, 111, 45, 0.07) 70% 84%, transparent 84%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 40px);
}

.hero-shell {
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
  grid-template-rows: 573px;
  min-height: 573px;
}

.hero-shell::before {
  top: 0;
  bottom: 0;
  left: 49%;
}

.hero-copy {
  align-self: center;
  padding: 39px 58px 158px 2px;
}

.hero h1,
.section-heading h2,
.path-card h3,
.final-panel h2 {
  font-family: "Arial Black", Impact, Haettenschweiler, sans-serif;
}

.hero h1 {
  margin: 29px 0 8px;
  font-size: clamp(58px, 5.1vw, 74px);
  line-height: 0.95;
}

.hero h1 .pink {
  text-shadow: none;
}

.hero-copy h2 {
  margin-top: 4px;
  font-size: 20px;
}

.hero-intro {
  margin-top: 7px;
}

.hero-visual {
  align-self: center;
  height: 516px;
  min-height: 0;
  margin: 0 2px 0 0;
  border: 1px solid rgba(246, 193, 74, 0.82);
  border-radius: 24px;
}

.hero-visual::before {
  display: none;
}

.hero-person {
  object-position: center 16%;
}

.hero-logo-frame {
  top: 34px;
  right: auto;
  left: 35px;
  width: 112px;
  height: 112px;
  border: 0;
  background: rgba(6, 4, 8, 0.72);
}

.hero-logo-frame img {
  width: 105px;
  height: 105px;
  mix-blend-mode: screen;
}

.hero-visual figcaption {
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 122px;
  padding: 29px 30px 19px;
  border: 0;
  background: linear-gradient(90deg, rgba(6, 4, 8, 0.9), rgba(6, 4, 8, 0.62));
}

.hero-visual figcaption strong {
  font-family: "Arial Black", Impact, Haettenschweiler, sans-serif;
  font-size: 28px;
}

.visual-note {
  top: 22px;
  right: 26px;
  left: auto;
  min-width: 208px;
  padding: 12px 18px;
  transform: none;
  border: 1px solid rgba(255, 248, 242, 0.65);
  border-radius: 12px;
  background: rgba(6, 4, 8, 0.85);
  color: var(--white);
  text-align: center;
}

.hero-actions-panel {
  position: absolute;
  bottom: 39px;
  left: 2px;
  z-index: 4;
  display: block;
  width: calc(49% - 44px);
  padding: 0;
  border: 0;
}

.cta {
  min-height: 62px;
  border-radius: 17px;
}

.hero-actions-panel .dual-actions {
  max-width: none;
}

.hero-facts {
  justify-content: flex-start;
  gap: 0;
  margin-top: 12px;
}

.hero-facts span {
  position: relative;
  padding: 0 14px 0 10px;
  border: 0;
  font-size: 9px;
}

.hero-facts span:first-child {
  padding-left: 0;
}

.hero-facts span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--pink);
  content: "";
}

.paths-section .section-shell {
  padding: 0 0 15px;
}

.paths-section .section-heading h2 {
  font-size: 28px;
  line-height: 1.1;
  text-transform: none;
}

.paths-section .section-kicker {
  font-size: 11px;
}

.path-grid {
  gap: 14px;
  margin-top: 18px;
}

.path-card {
  display: grid;
  min-height: 142px;
  grid-template-columns: minmax(0, 1fr) 168px;
  align-items: end;
  gap: 18px;
  padding: 18px 20px 16px;
  border-radius: 18px;
}

.path-card::after {
  right: -12px;
  bottom: -52px;
  font-size: 132px;
}

.role-label {
  display: inline-flex;
  min-width: 82px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pink);
  border-radius: 10px;
  font-size: 10px;
}

.agent-path .role-label {
  border-color: var(--orange);
}

.path-copy {
  position: relative;
}

.path-card h3 {
  margin: 13px 0 0;
  font-size: 25px;
}

.path-card .path-copy > p:not(.mobile-path-summary) {
  position: absolute;
  top: -2px;
  left: 126px;
  max-width: 285px;
  margin: 0;
  font-size: 13px;
}

.path-card ul {
  gap: 12px;
  margin: 15px 0 0;
  padding: 0;
}

.path-card li {
  padding: 0;
  border: 0;
  color: var(--pink-soft);
  font-size: 9px;
}

.agent-path li {
  color: var(--gold);
}

.path-card .cta {
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 11px;
}

@media (max-width: 980px) and (min-width: 761px) {
  .hero-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(410px, 0.8fr);
  }
}

@media (max-width: 760px) {
  .hero {
    background:
      linear-gradient(105deg, transparent 0 54%, rgba(255, 58, 145, 0.1) 54% 65%, rgba(255, 111, 45, 0.07) 65% 75%, transparent 75%),
      repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 38px);
  }

  .hero-shell {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .hero-copy {
    width: 100%;
    padding: 12px 0 15px;
  }

  .eyebrow,
  .role-chip {
    display: none;
  }

  .mobile-hero-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mobile-hero-meta span {
    color: var(--orange);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-hero-meta a {
    min-width: 154px;
    padding: 8px 10px;
    border-radius: 10px;
    background: var(--pink);
    color: var(--white);
    font-size: 8px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }

  .hero h1 {
    margin: 14px 0 7px;
    font-size: 34px;
    line-height: 1.02;
  }

  .hero h1 span {
    display: inline;
  }

  .hero h1 .pink {
    color: var(--white);
  }

  .hero h1 .gold {
    display: block;
  }

  .hero-copy h2 {
    display: none;
  }

  .hero-intro {
    margin-top: 0;
    font-size: 13px;
  }

  .hero-visual {
    width: 100%;
    height: 226px;
    min-height: 226px;
    margin: 0;
    border: 1px solid var(--gold);
    border-radius: 18px;
  }

  .hero-person {
    object-position: center 22%;
  }

  .hero-logo-frame {
    top: auto;
    right: auto;
    bottom: 13px;
    left: 12px;
    width: 72px;
    height: 72px;
    background: transparent;
  }

  .hero-logo-frame img {
    width: 70px;
    height: 70px;
  }

  .hero-visual figcaption {
    right: 0;
    bottom: 0;
    left: 82px;
    min-height: 62px;
    padding: 11px 10px;
    background: linear-gradient(90deg, rgba(6, 4, 8, 0.88), rgba(6, 4, 8, 0.46));
  }

  .hero-visual figcaption strong {
    font-size: 18px;
  }

  .hero-visual figcaption span {
    font-size: 9px;
  }

  .hero-visual figcaption small,
  .visual-note {
    display: none;
  }

  .hero-actions-panel {
    position: static;
    display: block;
    width: 100%;
    padding: 14px 0 18px;
  }

  .hero-actions-panel .dual-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions-panel .cta {
    min-height: 50px;
    border-radius: 16px;
    font-size: 12px;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 15px;
  }

  .hero-facts span {
    padding: 8px 4px;
    border: 1px solid var(--line);
    border-radius: 10px;
    font-size: 8px;
    text-align: center;
  }

  .hero-facts span:not(:last-child)::after {
    display: none;
  }

  .paths-section .section-shell {
    padding: 14px 0 12px;
  }

  .paths-section .section-heading h2 {
    font-size: 25px;
  }

  .split-heading > p {
    display: none;
  }

  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 13px;
  }

  .path-card {
    display: block;
    min-height: 88px;
    padding: 13px 11px;
    border-radius: 14px;
  }

  .path-card .role-label {
    display: block;
    min-width: 0;
    min-height: 0;
    border: 0;
    text-align: left;
  }

  .path-card h3,
  .path-card > .cta,
  .path-card ul,
  .path-card .path-copy > p:not(.mobile-path-summary) {
    display: none;
  }

  .path-card .mobile-path-summary {
    position: static;
    display: block;
    margin-top: 8px;
    color: var(--white);
    font-size: 12px;
    line-height: 1.45;
  }

  .path-card::after {
    display: none;
  }
}

.crush-brand img {
  width: 145px;
}

.club-logo-frame img,
.hero-logo-frame img,
.final-panel > img,
.footer-brand img {
  object-fit: cover;
  object-position: center;
}

.hero h1,
.paths-section .section-heading h2,
.path-card h3 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
}

.hero-shell {
  grid-template-columns: 687px minmax(0, 1fr);
}

.hero-shell::before {
  left: 687px;
}

.hero-actions-panel {
  width: 525px;
}

.hero-person {
  object-position: center 31%;
}

.cta-host {
  background: linear-gradient(90deg, var(--pink), var(--orange));
}

.paths-section .section-heading h2 {
  font-size: 27px;
}

@media (max-width: 760px) {
  .header-shell {
    grid-template-columns: 128px 1px minmax(0, 1fr) 48px;
    gap: 8px;
  }

  .crush-brand {
    width: 128px;
  }

  .crush-brand img {
    width: 128px;
    max-height: 35px;
  }

  .club-brand strong {
    max-width: 74px;
    overflow: visible;
    font-size: 13px;
    line-height: 1.05;
    white-space: normal;
  }

  .club-brand em {
    display: block;
    color: var(--orange);
  }

  .hero h1 {
    font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
    font-size: 36px;
    line-height: 1;
  }

  .hero-person {
    object-position: center 38%;
  }

  .hero-actions-panel {
    width: 100%;
  }

  .hero-actions-panel .cta {
    width: auto;
  }

  .path-title-extension {
    display: none;
  }

  .paths-section .section-heading h2 {
    font-size: 27px;
  }
}

/* Exact parameters from the approved Scheme 3 renderer */
body {
  background-color: var(--night);
  background-image:
    url("assets/zb-zaddies-club-background-desktop.png"),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 54px);
  background-position: top center, top left;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto;
  font-family: "Avenir Next", Avenir, system-ui, sans-serif;
}

body::before {
  display: none;
}

.eyebrow {
  color: var(--orange);
}

.hero h1,
.hero-visual figcaption strong,
.path-card h3 {
  font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-stretch: condensed;
  font-weight: 900;
}

.site-nav {
  justify-content: flex-start;
  gap: 47px;
  padding-left: 182px;
}

.site-nav a {
  white-space: nowrap;
}

.hero {
  background: transparent;
}

.hero-shell {
  grid-template-columns: 689px minmax(0, 1fr);
}

.hero-shell::before {
  left: 689px;
}

.hero h1 {
  font-size: 78px;
  line-height: 0.9;
}

.hero-copy {
  transform: translateY(8px);
}

.hero-actions-panel {
  width: 524px;
}

.hero-actions-panel .dual-actions {
  grid-template-columns: repeat(2, 254px);
  gap: 16px;
}

.hero-actions-panel .cta {
  min-height: 61px;
  font-size: 15px;
}

.hero-actions-panel .cta-host {
  box-shadow: 0 0 18px rgba(255, 58, 145, 0.16);
}

.hero-actions-panel .cta-agent {
  box-shadow: 0 0 18px rgba(255, 111, 45, 0.14);
}

.desktop-hero-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-actions-panel .hero-facts {
  display: none;
}

.hero-visual {
  position: relative;
  top: -2px;
  height: 515px;
  border: 0;
  border-radius: 26px;
  box-shadow: 0 0 22px rgba(255, 58, 145, 0.14);
}

.hero-visual::before {
  display: block;
  inset: 0;
  z-index: 4;
  border: 2px solid rgba(246, 193, 74, 0.51);
  border-radius: inherit;
}

.hero-visual::after {
  display: none;
}

.hero-person {
  object-position: center 36%;
  filter: none;
}

.hero-logo-frame {
  top: 24px;
  left: 27px;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border: 2px solid rgba(246, 193, 74, 0.67);
  border-radius: 50%;
  background: rgba(4, 3, 6, 0.91);
}

.hero-logo-frame img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.hero-visual figcaption {
  height: 122px;
  min-height: 122px;
  padding: 23px 31px 15px;
  background: rgba(7, 4, 9, 0.706);
}

.hero-visual figcaption strong {
  font-size: 31px;
}

.hero-visual figcaption span {
  font-size: 13px;
}

.hero-visual figcaption small {
  margin-top: 9px;
  font-size: 11px;
}

.path-grid {
  grid-template-columns: 642px 670px;
  gap: 16px;
  margin-top: 20px;
}

.paths-section .section-shell {
  position: relative;
  top: -7px;
}

.paths-section .section-heading h2 {
  font-family: "Avenir Next", Avenir, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.path-card {
  position: relative;
  display: block;
  width: 100%;
  height: 142px;
  min-height: 142px;
  padding: 0;
  border-radius: 20px;
}

.path-card::after {
  display: none;
}

.path-card .role-label {
  position: absolute;
  top: 21px;
  left: 21px;
  width: 80px;
  min-width: 80px;
  height: 30px;
  min-height: 30px;
}

.path-card h3 {
  position: absolute;
  top: 69px;
  left: 21px;
  margin: 0;
  font-size: 26px;
  text-transform: none;
}

.path-card .path-copy > p:not(.mobile-path-summary) {
  position: absolute;
  top: 21px;
  left: 147px;
  width: 300px;
  max-width: 300px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.path-card ul {
  position: absolute;
  top: 116px;
  left: 21px;
  margin: 0;
}

.path-card .cta {
  position: absolute;
  top: 83px;
  right: 19px;
  width: 168px;
  min-height: 46px;
  height: 46px;
  font-size: 12px;
}

.path-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 5px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--pink), var(--orange));
  content: "";
}

.agent-path::before {
  background: linear-gradient(90deg, var(--orange), var(--gold));
}

.cta-host {
  color: var(--white);
}

@media (min-width: 761px) {
  .crush-brand {
    transform: translateX(-2px);
  }

  .crush-brand img {
    width: 145px;
    max-height: 38px;
  }

  .brand-divider {
    height: 38px;
    transform: translateX(5px);
  }

  .club-brand {
    margin-left: 6px;
    gap: 12px;
  }

  .club-logo-frame {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
  }

  .club-logo-frame img {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }

  .header-id {
    padding-block: 8px;
    border-color: rgba(255, 80, 154, 0.59);
  }

  .hero-copy h2 {
    position: relative;
    top: -12px;
    font-size: 21px;
  }

  .hero-intro {
    position: relative;
    top: -12px;
    width: 600px;
    max-width: 600px;
    font-size: 16px;
    line-height: 1.5;
  }

  .desktop-hero-note {
    margin-top: 16px;
  }

  .paths-section .split-heading {
    grid-template-columns: 820px 492px;
    gap: 16px;
    min-height: 80px;
  }

  .paths-section .section-heading h2 {
    position: relative;
    top: -3px;
  }

  .paths-section .section-heading > p {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }

  .host-path,
  .agent-path {
    border-color: rgba(255, 255, 255, 0.11);
    background: rgba(20, 11, 22, 0.957);
  }

  .path-card .role-label {
    font-size: 0;
  }

  .host-path .role-label::after,
  .agent-path .role-label::after {
    font-size: 11px;
  }

  .host-path .role-label::after {
    content: "HOST";
  }

  .agent-path .role-label::after {
    content: "AGENT";
  }

  .host-path .role-label {
    border-color: rgba(255, 58, 145, 0.63);
    background: rgba(255, 58, 145, 0.165);
  }

  .agent-path .role-label {
    border-color: rgba(255, 111, 45, 0.63);
    background: rgba(255, 111, 45, 0.165);
  }

  .path-card li:not(:last-child)::after {
    margin-left: 8px;
    content: " •";
  }
}

@media (max-width: 760px) {
  body {
    background-color: var(--night);
    background-image:
      url("assets/zb-zaddies-club-background-mobile.png"),
      repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 34px);
    background-position: top center, top left;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, auto;
  }

  .header-shell {
    grid-template-columns: 122px 1px 170px 39px;
    gap: 10px;
  }

  .crush-brand,
  .crush-brand img {
    width: auto;
    height: 31px;
    max-height: none;
  }

  .club-brand {
    gap: 8px;
  }

  .club-logo-frame {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
  }

  .brand-divider {
    height: 36px;
  }

  .club-logo-frame img {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }

  .club-brand strong {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
    font-size: 13px;
    font-weight: 900;
  }

  .menu-toggle {
    width: 39px;
    min-width: 39px;
    min-height: 35px;
    padding: 0;
    border-radius: 10px;
  }

  .site-nav {
    padding-left: 14px;
  }

  .hero-copy {
    padding-top: 8px;
    transform: none;
  }

  .hero h1 {
    margin-top: 16px;
    margin-bottom: 3px;
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
    font-size: 38px;
    line-height: 1;
  }

  .hero-person {
    object-position: center 31%;
  }

  .hero-visual {
    top: 0;
    height: 226px;
    min-height: 226px;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 0 16px rgba(255, 58, 145, 0.12);
  }

  .hero-visual::before {
    border-color: rgba(246, 193, 74, 0.47);
  }

  .hero-logo-frame {
    top: auto;
    bottom: 6px;
    left: 11px;
    width: 70px;
    height: 70px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .hero-logo-frame img {
    width: 70px;
    height: 70px;
  }

  .hero-visual figcaption {
    left: 82px;
    height: 60px;
    min-height: 60px;
    padding: 7px 7px;
    background: rgba(6, 4, 8, 0.725);
  }

  .hero-visual figcaption strong {
    font-size: 20px;
  }

  .hero-actions-panel .dual-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions-panel {
    width: 100%;
    padding-bottom: 24px;
  }

  .hero-actions-panel .cta {
    width: auto;
    min-height: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 14px;
  }

  .desktop-hero-note {
    display: none;
  }

  .hero-actions-panel .hero-facts {
    display: grid;
    position: relative;
    top: 1px;
  }

  .paths-section .section-shell {
    top: 0;
    padding-top: 11px;
  }

  .paths-section .section-heading h2 {
    font-family: "Avenir Next", Avenir, sans-serif;
    font-size: 22px;
    font-weight: 900;
  }

  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
  }

  .path-card {
    height: 87px;
    min-height: 87px;
    padding: 10px 12px;
    border-radius: 15px;
    background: rgba(21, 11, 23, 0.961);
  }

  .host-path {
    border-color: rgba(255, 92, 157, 0.392);
  }

  .agent-path {
    border-color: rgba(246, 193, 74, 0.392);
  }

  .path-card::before {
    display: none;
  }

  .path-card .role-label {
    position: static;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
  }

  .path-card .mobile-path-summary {
    position: static;
    width: auto;
    max-width: none;
  }
}
