:root {
  --black: rgb(16, 24, 32);
  --gold: rgb(255, 182, 18);
  --gold-soft: #ffd15c;
  --cream: #f7f1e8;
  --white: #ffffff;
  --text: #101820;
  --muted: #657184;
  --line: #e6dfd4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--cream);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 6vw;
  background: rgba(16, 24, 32, 0.95);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  font-weight: 900;
}

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

.brand small {
  margin-top: 2px;
  color: #c8d0db;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover,
.footer a:hover {
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  border: 2px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--gold);
  color: var(--black);
}

.btn-primary:hover {
  background: var(--gold-soft);
  transform: translateY(-2px);
}

.btn-outline {
  border-color: rgba(255,255,255,0.7);
  color: var(--white);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--black);
}

.btn-dark {
  background: var(--black);
  color: var(--white);
}

.btn-light {
  background: var(--white);
  color: var(--black);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
  min-height: 760px;
  padding: 92px 6vw;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 18%, rgba(255,182,18,0.26), transparent 32%),
    linear-gradient(135deg, #101820 0%, #14202b 48%, #101820 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Anton, Inter, sans-serif;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.01em;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 8vw, 118px);
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  text-transform: uppercase;
}

h3 {
  margin: 0;
  font-size: 22px;
}

p {
  line-height: 1.75;
}

.hero-text {
  max-width: 690px;
  margin: 26px 0 0;
  color: #d9deea;
  font-size: 21px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.hero-media {
  position: relative;
}

.image-placeholder,
.product-placeholder {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 28px;
  text-align: center;
  color: #788397;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.08) 0 2px, transparent 2px 16px);
  border: 2px dashed rgba(255,255,255,0.24);
  border-radius: 34px;
}

.image-placeholder span,
.product-placeholder span {
  display: block;
  color: #f1f4f8;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.image-placeholder small,
.product-placeholder small {
  display: block;
  margin-top: 8px;
  color: #b6becc;
  font-weight: 700;
}

.image-tall {
  min-height: 580px;
}

.image-square {
  min-height: 480px;
}

.image-wide {
  min-height: 430px;
}

.stats-card {
  position: absolute;
  right: -20px;
  bottom: 32px;
  max-width: 310px;
  padding: 24px;
  border-radius: 26px;
  background: var(--gold);
  color: var(--black);
  box-shadow: 0 24px 80px rgba(0,0,0,0.28);
}

.stats-card strong {
  display: block;
  font-size: 22px;
}

.stats-card p {
  margin: 8px 0 0;
  font-weight: 700;
}

.quote-section {
  padding: 78px 6vw;
  background: var(--black);
  color: var(--white);
  border-top: 6px solid var(--gold);
  border-bottom: 6px solid var(--gold);
}

.quote-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.quote-inner blockquote {
  margin: 0;
  padding: 0;
  color: var(--white);
  background: transparent;
  box-shadow: none;
  font-family: Anton, Inter, sans-serif;
  font-size: clamp(46px, 7vw, 96px);
  line-height: 0.98;
  text-transform: uppercase;
}

.quote-inner p:last-child {
  max-width: 760px;
  margin: 24px auto 0;
  color: #d6dee8;
  font-size: 18px;
}

.logo-strip {
  padding: 24px 6vw;
  text-align: center;
  background: var(--gold);
  color: var(--black);
  font-weight: 900;
}

.logo-strip p {
  margin: 0;
}

.section {
  padding: 96px 6vw;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
}

.intro-card {
  padding: 48px;
  border-radius: 34px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(16, 24, 32, 0.08);
}

.intro-card.dark {
  background: var(--black);
  color: var(--white);
}

.intro-card p {
  color: var(--muted);
}

.intro-card.dark p {
  color: var(--gold);
}

.about-section,
.split,
.nonprofit-section,
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.section-copy p {
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading.center,
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.path-card {
  padding: 30px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(16, 24, 32, 0.08);
}

.number {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.path-card p {
  color: var(--muted);
}

.path-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.dark-section {
  background: var(--black);
  color: var(--white);
}

.dark-section .section-copy p {
  color: #c4ccda;
}

.dark-section .image-placeholder {
  border-color: rgba(255,182,18,0.42);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  background: rgba(255,255,255,0.06);
  border-radius: 14px;
  font-weight: 800;
}

.assessment {
  background: var(--gold);
}

.assessment-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
  padding: 54px;
  border-radius: 38px;
  background: var(--cream);
}

.assessment .eyebrow {
  color: var(--black);
}

.assessment-card p {
  max-width: 760px;
  color: #4b5565;
  font-size: 18px;
}

.assessment-box {
  padding: 34px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(16,24,32,0.1);
}


.coaching-section {
  background: var(--black);
  color: var(--white);
}

.coaching-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.coaching-card .section-copy p {
  color: #d6dee8;
}

.coaching-card .image-placeholder {
  border-color: rgba(255,182,18,0.42);
}

.dark-checks li {
  color: var(--white);
  background: rgba(255,255,255,0.06);
}

.small-note {
  max-width: 520px;
  margin-top: 14px;
  color: #aeb8c6 !important;
  font-size: 14px !important;
}

.merch-section {
  background: var(--white);
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.merch-card {
  padding: 22px;
  border-radius: 30px;
  background: var(--cream);
  box-shadow: 0 20px 50px rgba(16, 24, 32, 0.08);
}

.product-placeholder {
  min-height: 280px;
  margin-bottom: 22px;
  background:
    linear-gradient(135deg, rgba(16,24,32,0.05), rgba(16,24,32,0.02)),
    repeating-linear-gradient(45deg, rgba(16,24,32,0.08) 0 2px, transparent 2px 16px);
  border-color: rgba(16,24,32,0.22);
}

.product-placeholder span {
  color: var(--black);
}

.product-placeholder small {
  color: var(--muted);
}

.merch-card p {
  color: var(--muted);
}

.merch-cta {
  margin-top: 34px;
}

.event-list {
  display: grid;
  gap: 18px;
}

.event-card {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(16,24,32,0.08);
}

.event-date {
  display: grid;
  place-items: center;
  min-height: 100px;
  border-radius: 22px;
  background: var(--black);
  color: var(--white);
}

.event-date strong {
  color: var(--gold);
  letter-spacing: 0.14em;
}

.event-card p {
  color: var(--muted);
}

.event-card a {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

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

.mini-grid span {
  padding: 16px;
  border-radius: 18px;
  background: var(--white);
  font-weight: 900;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonials blockquote {
  margin: 0;
  padding: 32px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(16,24,32,0.08);
}

.testimonials blockquote p {
  margin-top: 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
}

cite {
  color: var(--black);
  font-style: normal;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 72px 6vw;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 20%, rgba(255,182,18,0.26), transparent 34%),
    var(--black);
}

.final-cta h2 {
  font-size: clamp(44px, 6vw, 88px);
}

.final-cta p {
  max-width: 720px;
  color: #d5dbea;
  font-size: 20px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: 34px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(16,24,32,0.1);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--text);
  background: #fbfaf7;
  font: inherit;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-links {
  margin-top: 30px;
}

.contact-links p {
  margin: 8px 0;
  color: var(--text);
}

.contact-links a {
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 6vw;
  color: #cbd3df;
  background: var(--black);
}

.footer div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

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

  .hero,
  .intro-grid,
  .about-section,
  .split,
  .assessment-card,
  .coaching-card,
  .nonprofit-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .path-grid,
  .testimonial-grid,
  .merch-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .stats-card {
    position: static;
    margin-top: 18px;
    max-width: none;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 14px 5vw;
  }

  .header-btn {
    display: none;
  }

  .hero,
  .section,
  .quote-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 42px;
  }

  .hero-actions,
  .final-cta,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .path-grid,
  .testimonial-grid,
  .mini-grid,
  .merch-grid {
    grid-template-columns: 1fr;
  }

  .intro-card,
  .assessment-card {
    padding: 30px;
  }

  .image-tall,
  .image-square,
  .image-wide {
    min-height: 300px;
  }

  .quote-inner blockquote {
    font-size: 42px;
  }
}
