/* ============================================================
   CLUB 28 PAGE — Premium Design
   Inspired by daymondjohn.com + nextlevelceotv.com
   ============================================================ */

/* --- HERO (full-viewport, dramatic photo) --- */
.c28-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}
.c28-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c28-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}
.c28-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.4) 40%,
    rgba(0,0,0,0.15) 100%
  );
  z-index: 1;
}
.c28-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 clamp(24px, 5vw, 80px) clamp(60px, 10vh, 120px);
}
.c28-hero-label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent, #D4A853);
  margin-bottom: 20px;
  position: relative;
  padding-left: 48px;
}
.c28-hero-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 1px;
  background: var(--accent, #D4A853);
}
.c28-hero-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(52px, 8vw, 110px);
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: 1.0;
  color: #fff;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.c28-hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  margin: 0 0 40px;
  max-width: 600px;
}
.c28-btn-gold {
  display: inline-block;
  background: linear-gradient(to bottom, #D4A853 0%, #be9a45 100%);
  color: #0a0a0a;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 48px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.c28-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(212,168,83,0.35);
}
.c28-btn-ghost {
  display: inline-block;
  background: transparent;
  color: rgba(255,255,255,0.9);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 44px;
  border-radius: 50px;
  border: 2px solid var(--accent, #D4A853);
  cursor: pointer;
  transition: all 0.3s;
}
.c28-btn-ghost:hover {
  background: var(--accent, #D4A853);
  color: #0a0a0a;
}

/* --- PROBLEM / AGITATION SECTION --- */
.c28-problem {
  background: #0a0a0a;
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
}
.c28-problem-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 40px);
}
.c28-gold-border {
  border-left: 4px solid var(--accent, #D4A853);
  padding-left: 32px;
  margin-bottom: 36px;
}
.c28-gold-border p {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.85;
  color: rgba(255,255,255,0.82);
  margin: 0 0 24px;
}
.c28-gold-border p:last-child { margin-bottom: 0; }
.c28-gold-border strong {
  color: #fff;
  font-weight: 600;
}

/* --- TRACK RECORD — SPLIT LAYOUT w/ PARALLAX IMAGE --- */
.c28-track {
  background: #111;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.c28-track-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 800px;
}
.c28-track-image {
  position: relative;
  overflow: hidden;
}
.c28-track-image img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center 20%;
  will-change: transform;
}
.c28-track-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px) clamp(32px, 5vw, 80px);
}
.c28-section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent, #D4A853);
  margin-bottom: 16px;
  display: block;
}
.c28-heading {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 20px;
}
.c28-heading em {
  font-style: normal;
  color: var(--accent, #D4A853);
}
.c28-subheading {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent, #D4A853);
  margin: 0 0 32px;
}
.c28-body-text {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.85;
  color: rgba(255,255,255,0.82);
  margin: 0 0 24px;
}
.c28-body-text strong { color: #fff; font-weight: 600; }
.c28-body-text:last-child { margin-bottom: 0; }

/* --- ICON FEATURES (gold checkmarks) --- */
.c28-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.c28-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.c28-feature-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--accent, #D4A853);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c28-feature-icon svg {
  width: 16px;
  height: 16px;
  stroke: #0a0a0a;
  stroke-width: 3;
  fill: none;
}
.c28-feature-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.88);
  line-height: 1.5;
}

/* --- STATS BAR --- */
.c28-stats {
  background: #0a0a0a;
  border-top: 1px solid rgba(212,168,83,0.2);
  border-bottom: 1px solid rgba(212,168,83,0.2);
  padding: clamp(48px, 6vw, 80px) 0;
}
.c28-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 40px);
}
.c28-stat {
  text-align: center;
  position: relative;
}
.c28-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(212,168,83,0.2);
}
.c28-stat-number {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 200;
  color: var(--accent, #D4A853);
  letter-spacing: 0.04em;
  line-height: 1;
}
.c28-stat-label {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(11px, 1.2vw, 14px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 12px;
}

/* --- FULL-BLEED IDENTITY SECTION (Daymond style) --- */
.c28-identity {
  position: relative;
  min-height: clamp(600px, 80vh, 1000px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.c28-identity-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c28-identity-bg img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center 20%;
  will-change: transform;
}
.c28-identity-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.82) 0%,
    rgba(0,0,0,0.55) 50%,
    rgba(0,0,0,0.2) 100%
  );
  z-index: 1;
}
.c28-identity-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: clamp(60px, 8vw, 120px) clamp(32px, 5vw, 80px);
}

/* --- PHOTO BREAK (parallax) --- */
.c28-photo-break {
  position: relative;
  height: clamp(300px, 40vh, 500px);
  overflow: hidden;
}
.c28-photo-break-bg {
  position: absolute;
  inset: -20% 0;
  z-index: 0;
}
.c28-photo-break-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.c28-photo-break-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}
.c28-photo-break-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 24px;
}
.c28-photo-break-quote {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.c28-photo-break-quote em {
  font-style: normal;
  color: var(--accent, #D4A853);
}

/* --- TESTIMONIALS (light bg, premium cards) --- */
.c28-testimonials {
  background: #f5f5f0;
  padding: clamp(80px, 10vw, 140px) 0;
}
.c28-testimonials-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto clamp(48px, 6vw, 72px);
  padding: 0 24px;
}
.c28-testimonials-header .c28-section-label {
  color: #8a6f20;
}
.c28-testimonials-header .c28-heading {
  color: #0a0a0a;
  font-size: clamp(28px, 3.5vw, 48px);
}
.c28-tgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 40px);
}
.c28-tcard {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.c28-tcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(0,0,0,0.1);
}
.c28-tcard-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.c28-tcard-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--accent, #D4A853);
}
.c28-tcard-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.c28-tcard-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #777;
  margin: 2px 0 0;
  letter-spacing: 0.02em;
}
.c28-tcard-stars {
  color: var(--accent, #D4A853);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.c28-tcard-quote {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  flex: 1;
  margin: 0;
}
.c28-tcard-quote::before {
  content: '\201C';
  font-size: 32px;
  line-height: 0;
  vertical-align: -8px;
  color: var(--accent, #D4A853);
  font-weight: 700;
  margin-right: 2px;
}

/* --- APPLY SECTION --- */
.c28-apply {
  background: #0a0a0a;
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
}
.c28-apply-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 40px);
}

/* --- FORM SECTION --- */
.c28-form-section {
  background: #111;
  padding: clamp(60px, 8vw, 100px) 0 clamp(80px, 10vw, 140px);
}
.c28-form-card {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: clamp(36px, 5vw, 60px) clamp(28px, 4vw, 56px);
  box-shadow: 0 20px 80px rgba(0,0,0,0.4);
}
.c28-form-header {
  text-align: center;
  margin-bottom: 36px;
}
.c28-form-header h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 300;
  color: #0a0a0a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.c28-form-header p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #777;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}
.c28-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.c28-form-full { grid-column: 1 / -1; }
.c28-form-label {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.c28-form-input,
.c28-form-textarea,
.c28-form-select {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
  color: #222;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.c28-form-input:focus,
.c28-form-textarea:focus,
.c28-form-select:focus {
  outline: none;
  border-color: var(--accent, #D4A853);
  box-shadow: 0 0 0 3px rgba(212,168,83,0.15);
}
.c28-form-textarea { resize: vertical; }
.c28-form-submit {
  text-align: center;
  margin-top: 32px;
}

/* --- SCROLL REVEAL for Club 28 --- */
.c28-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.c28-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.c28-reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.c28-reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.c28-reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.c28-reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.c28-reveal-delay-1 { transition-delay: 0.15s; }
.c28-reveal-delay-2 { transition-delay: 0.3s; }
.c28-reveal-delay-3 { transition-delay: 0.45s; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .c28-track-grid {
    grid-template-columns: 1fr;
  }
  .c28-track-image {
    height: 400px;
  }
  .c28-track-image img {
    height: 100%;
  }
  .c28-features {
    grid-template-columns: 1fr;
  }
  .c28-tgrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .c28-hero-content {
    padding: 0 24px 60px;
  }
  .c28-tgrid {
    grid-template-columns: 1fr;
  }
  .c28-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 0;
  }
  .c28-stat:nth-child(2)::after { display: none; }
  .c28-stat:nth-child(1)::after,
  .c28-stat:nth-child(3)::after {
    right: 0;
  }
  .c28-form-grid {
    grid-template-columns: 1fr;
  }
  .c28-identity-overlay {
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.88) 0%,
      rgba(0,0,0,0.6) 50%,
      rgba(0,0,0,0.35) 100%
    );
  }
  .c28-identity-content {
    padding: 60px 24px;
  }
}
@media (max-width: 480px) {
  .c28-stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .c28-hero-title {
    font-size: clamp(40px, 12vw, 60px);
  }
}
