:root {
  --cream: #f3efe6;
  --cream-2: #e7dfd0;
  --paper: #fffdf8;
  --ink: #191914;
  --muted: #666358;
  --forest: #143e31;
  --forest-light: #1f5946;
  --gold: #b98234;
  --gold-light: #e2bd72;
  --line: rgba(25, 25, 20, 0.16);
  --line-light: rgba(255, 253, 248, 0.18);
  --shadow: 0 24px 70px rgba(20, 24, 18, 0.14);
  --radius: 4px;
  --wrap: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Prompt", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.18;
  pointer-events: none;
}

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

a {
  color: inherit;
}

.wrap {
  width: min(calc(100% - 40px), var(--wrap));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-areas: "nav brand action";
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(10px, 2vw, 28px);
  min-height: 70px;
  padding: 10px clamp(20px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  background: rgba(243, 239, 230, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  grid-area: brand;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 14px);
  color: var(--forest);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.brand-worldmasterclass,
.brand-alphamind {
  width: auto;
}

.brand-worldmasterclass {
  height: 14px;
}

.brand-alphamind {
  height: 13.5625px;
}

.brand-collab {
  color: var(--gold);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.nav-links {
  grid-area: nav;
  justify-self: start;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
}

.nav-links a {
  color: #4c4a42;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.footer-inner a:hover {
  color: var(--forest-light);
}

.head-banner {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #09234a;
}

.head-banner img {
  width: 100%;
  height: auto;
}

.section {
  position: relative;
  padding: clamp(38px, 4vw, 56px) 0;
}

.sales-section {
  border-top: 1px solid var(--line);
}

.sales-section:nth-of-type(4n + 1) {
  background: rgba(255, 253, 248, 0.52);
}

.section-copy {
  max-width: 850px;
  margin-inline: auto;
}

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

h1,
h2 {
  font-family: "Prompt", system-ui, sans-serif;
  text-wrap: balance;
}

h3,
h4 {
  font-family: "Prompt", system-ui, sans-serif;
  overflow-wrap: normal;
  text-wrap: pretty;
}

h1 {
  max-width: 980px;
  margin: 0 auto 18px;
  font-size: clamp(2.35rem, 5.2vw, 5rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 3.8vw, 3.35rem);
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin: 16px 0 6px;
  color: var(--forest);
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  line-height: 1.4;
}

h4 {
  margin: 12px 0 4px;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.45;
}

h3 + h3 {
  margin-top: 2px;
}

h4 + h3 {
  margin-top: 4px;
}

h3 + h4 {
  margin-top: 14px;
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

strong {
  color: inherit;
}

.copy-body {
  max-width: 68ch;
  margin: 0 0 12px;
  color: #33332d;
  font-size: clamp(1.16rem, 1.24vw, 1.22rem);
  line-height: 1.58;
  overflow-wrap: normal;
  text-align: start;
  text-wrap: pretty;
}

.copy-body--lead {
  color: #25251f;
  font-size: clamp(1.2rem, 1.32vw, 1.26rem);
  line-height: 1.56;
}

.copy-body + h3 {
  margin-top: 14px;
}

.emphasis-stack {
  display: grid;
  gap: 2px;
  max-width: 760px;
  margin: 14px 0 8px;
}

.emphasis-stack h3 {
  margin: 0;
}

.benefit-list {
  display: grid;
  gap: 6px;
  max-width: 760px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  padding: 10px 12px 10px 34px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.66);
}

.benefit-list li::before {
  position: absolute;
  top: 11px;
  left: 12px;
  color: var(--gold);
  content: "◆";
  font-size: 0.72rem;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero {
  min-height: auto;
  padding: clamp(42px, 4vw, 60px) 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9, 18, 14, 0.76), rgba(8, 13, 10, 0.95)),
    url("./assets/reference/proof/hero-room.jpg") center top / cover no-repeat;
  color: var(--paper);
  text-align: center;
}

.hero::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 18%, rgba(226, 189, 114, 0.14), transparent 40%);
  content: "";
  pointer-events: none;
}

.hero .wrap {
  position: relative;
  z-index: 1;
}

.hero .section-copy {
  max-width: 980px;
}

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

.hero h3,
.hero h4 {
  color: var(--gold-light);
}

.hero .copy-line,
.hero .copy-block,
.hero .copy-body {
  margin-inline: auto;
  color: rgba(255, 253, 248, 0.82);
  text-align: start;
}

.hero .copy-line,
.hero .copy-body--lead {
  color: var(--paper);
}

.hero .benefit-list {
  margin-inline: auto;
  text-align: left;
}

.hero .benefit-list li {
  border-color: var(--line-light);
  background: rgba(255, 255, 255, 0.06);
}

.stats-strip {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--forest);
  color: var(--paper);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-grid div {
  min-height: 120px;
  padding: 26px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.stats-grid div:last-child {
  border-right: 0;
}

.stats-grid strong,
.stats-grid span {
  display: block;
}

.stats-grid strong {
  color: var(--gold-light);
  font-family: "Prompt", system-ui, sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 2.05rem);
  line-height: 1.15;
}

.stats-grid span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  margin-top: 18px;
  background: var(--gold-light);
  color: #201b11;
  box-shadow: 0 18px 38px rgba(185, 130, 52, 0.2);
}

.btn-primary:hover {
  background: #efcf8e;
}

.btn-nav {
  grid-area: action;
  justify-self: end;
  min-height: 44px;
  padding: 9px 18px;
  border-color: var(--forest);
  color: var(--forest);
}

.btn-nav:hover {
  background: var(--forest);
  color: var(--paper);
}

.promise-section {
  background: var(--forest) !important;
  color: var(--paper);
  text-align: center;
}

.promise-section .section-copy {
  max-width: 900px;
}

.promise-section h2,
.promise-section h3,
.promise-section h4,
.promise-section .copy-line,
.promise-section .copy-body {
  color: var(--paper);
}

.promise-section .copy-block,
.promise-section .copy-body {
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.76);
  text-align: start;
}

.speaker-section {
  background: var(--paper) !important;
}

.speaker-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.speaker-layout .section-copy {
  margin: 0;
}

.speaker-portrait {
  position: static;
  overflow: hidden;
  width: min(100%, 280px);
  margin: 0;
  border: 1px solid var(--line);
  background: var(--forest);
  box-shadow: var(--shadow);
}

.speaker-portrait img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.speaker-portrait--paul {
  background: linear-gradient(160deg, #e9edf4, #c9d4e7);
}

.speaker-portrait--paul img {
  aspect-ratio: 20 / 27;
  object-fit: contain;
  object-position: center bottom;
}

.speaker-portrait span {
  display: block;
  padding: 11px 14px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-gallery {
  overflow: hidden;
  background: #0d1813;
  color: var(--paper);
}

.proof-gallery h2 {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.proof-gallery .eyebrow {
  text-align: center;
}

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

.proof-grid figure {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 16 / 9;
}

.proof-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 500ms ease;
}

.proof-grid figure:hover img {
  transform: scale(1.025);
}

.bonus-section {
  background: #10271f !important;
  color: var(--paper);
}

.bonus-section h2,
.bonus-section h3,
.bonus-section h4,
.bonus-section .copy-line,
.bonus-section .copy-body {
  color: var(--paper);
}

.bonus-section .copy-block,
.bonus-section .copy-body {
  color: rgba(255, 255, 255, 0.74);
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 28px;
}

.bonus-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.bonus-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #080d0a;
}

.bonus-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 760px;
  margin: 14px 0;
}

.metric-grid > div {
  padding: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.7);
}

.metric-grid h3,
.metric-grid h4 {
  margin: 0;
}

.metric-grid h4 {
  color: var(--muted);
  font-size: 0.78rem;
}

.metric-grid h3 {
  margin-top: 4px;
  font-size: clamp(1.04rem, 1.35vw, 1.25rem);
}

.metric-callout {
  max-width: 760px;
  margin: 14px 0 10px;
  padding: 10px 14px;
  border-left: 4px solid var(--gold);
  background: rgba(185, 130, 52, 0.09);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.24;
}

.event-details {
  max-width: 820px;
  margin: 20px auto 2px;
  padding: 16px 18px;
  border: 1px solid rgba(20, 62, 49, 0.2);
  background: rgba(20, 62, 49, 0.07);
  text-align: center;
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.event-facts > div {
  min-width: 0;
  padding: 0 12px;
  border-right: 1px solid rgba(20, 62, 49, 0.18);
  text-align: center;
}

.event-facts > div:last-child {
  border-right: 0;
}

.event-facts dt,
.event-facts dd {
  margin: 0;
}

.event-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.event-facts dd {
  margin-top: 3px;
  color: var(--forest);
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  font-weight: 700;
  line-height: 1.45;
  text-wrap: pretty;
}

.event-map {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.event-map .inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--forest);
  color: var(--forest);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.event-map .inline-link:hover {
  background: var(--forest);
  color: var(--paper);
}

.event-map .inline-link:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.bonus-card strong {
  color: var(--gold-light);
}

.bonus-card span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
}

.site-footer {
  padding: 28px 0;
  background: #090e0b;
  color: rgba(255, 255, 255, 0.6);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.82rem;
}

.footer-inner a {
  text-decoration: none;
}

.mobile-cta {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .nav-links {
    display: none;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-grid div:nth-child(2) {
    border-right: 0;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid .proof-main {
    grid-column: auto;
    grid-row: auto;
  }

}

@media (max-width: 760px) {
  body {
    font-size: 18px;
  }

  .wrap {
    width: min(calc(100% - 28px), var(--wrap));
  }

  .site-header {
    min-height: 62px;
    padding: 9px 14px;
  }

  .brand {
    gap: 7px;
  }

  .brand-worldmasterclass,
  .brand-alphamind {
    width: auto;
  }

  .brand-worldmasterclass {
    height: 11px;
  }

  .brand-alphamind {
    height: 10.65625px;
  }

  .brand-collab {
    font-size: 0.86rem;
  }

  .btn-nav {
    display: none;
  }

  .section {
    padding: 30px 0;
  }

  .hero {
    min-height: auto;
    padding: 34px 0 38px;
    background-position: 58% top;
    text-align: start;
  }

  h1 {
    margin-inline: 0;
    font-size: clamp(1.85rem, 8vw, 2.4rem);
    line-height: 1.13;
    text-wrap: pretty;
  }

  h2 {
    margin-bottom: 12px;
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  h3 {
    margin-top: 12px;
    font-size: clamp(1.18rem, 5vw, 1.32rem);
  }

  h3 + h3 {
    margin-top: 0;
  }

  h4 + h3 {
    margin-top: 2px;
  }

  .copy-line,
  .copy-body {
    margin-bottom: 8px;
    font-size: 1.125rem;
    line-height: 1.56;
  }

  .copy-body--lead {
    font-size: 1.19rem;
    line-height: 1.54;
  }

  .copy-block {
    margin-bottom: 10px;
    font-size: 0.98rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-grid div {
    min-height: auto;
    padding: 14px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .speaker-layout {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0 14px;
  }

  .speaker-layout .section-copy {
    display: contents;
  }

  .speaker-layout .section-copy > * {
    grid-column: 1 / -1;
  }

  .speaker-layout .section-copy > h2,
  .speaker-layout .section-copy > h2 + h3,
  .speaker-layout .section-copy > h2 + .emphasis-stack {
    grid-column: 2;
  }

  .speaker-layout .section-copy > h2 {
    margin-bottom: 6px;
  }

  .speaker-layout .section-copy > h2 + h3,
  .speaker-layout .section-copy > h2 + .emphasis-stack {
    margin: 0 0 6px;
  }

  .speaker-layout .section-copy > .copy-body--lead {
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .speaker-portrait {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 96px;
    margin-inline: 0;
  }

  .speaker-portrait span {
    padding: 7px 6px;
    font-size: 0.56rem;
    letter-spacing: 0.03em;
    line-height: 1.35;
  }

  .promise-section {
    text-align: start;
  }

  .hero .copy-line,
  .hero .copy-block,
  .hero .copy-body,
  .promise-section .copy-block,
  .promise-section .copy-body {
    margin-inline: 0;
  }

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

  .proof-grid .proof-main {
    grid-column: auto;
    grid-row: auto;
  }

  .event-details {
    margin-top: 16px;
    padding: 14px;
  }

  .event-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 6px;
  }

  .event-facts > div {
    padding: 0 6px;
  }

  .event-facts > div:nth-child(2) {
    border-right: 0;
  }

  .event-facts > div:last-child {
    grid-column: 1 / -1;
    padding-top: 10px;
    border-top: 1px solid rgba(20, 62, 49, 0.18);
  }

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

  .bonus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 22px;
  }

  .bonus-card figcaption {
    flex-direction: column;
    gap: 4px;
    padding: 9px;
    line-height: 1.35;
  }

  .bonus-card strong {
    font-size: 0.8rem;
  }

  .bonus-card span {
    font-size: 0.72rem;
  }

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

  .metric-grid > div {
    padding: 9px;
  }

  .metric-callout {
    margin: 10px 0 8px;
    padding: 8px 10px;
    font-size: 1.45rem;
  }

  .footer-inner {
    padding-bottom: 68px;
  }

  .mobile-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 1px solid #d7ab59;
    background: var(--gold-light);
    color: #201b11;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  }
}

@media (min-width: 1120px) {
  .speaker-layout {
    grid-template-columns: minmax(280px, 320px) minmax(640px, 1fr);
    gap: clamp(44px, 5vw, 64px);
  }

  .speaker-portrait {
    position: sticky;
    top: 110px;
    width: 100%;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
