/* ============================================================
   KEYNOTE / SPEAKING PAGE — Page-Specific Styles v21
   Hero: stat row under headline. Intro: split image/copy.
   Topic cards: off-white #f0e4e4 (matches /reviews testimonials).
   Section padding: reduced throughout.
   Contact: full-width band. Resources: gold-bordered standout box.
   ============================================================ */

/* --- REVEAL ANIMATION BASE --- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   HERO: FULL-WIDTH CINEMATIC
   min-height: 100vh + no padding-top = headline
   sits at ~540px from top, well clear of Chris's face.
   ============================================= */
.kn-hero-full {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.kn-hero-full-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.kn-hero-full-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% center;
  display: block;
}

.kn-hero-full-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.28) 0%,
    rgba(0,0,0,0.20) 35%,
    rgba(0,0,0,0.65) 70%,
    rgba(0,0,0,0.92) 100%
  );
}

/* No padding-top: content block is compact so headline
   naturally lands in the lower portion of the frame */
.kn-hero-full-content {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: clamp(52px, 6vw, 80px);
}

.kn-hero-full-headline {
  font-family: var(--font-heading);
  font-size: clamp(44px, 6.5vw, 88px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: 0.02em;
  color: var(--white);
  text-transform: none;
  margin-bottom: 28px;
  max-width: 860px;
}

/* Stat row inside the hero (under headline, above arrow) */
.kn-hero-stat-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 16px;
  margin-bottom: 32px;
}

/* Hero down arrow */
.kn-hero-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(212,168,83,0.35);
  border-radius: 50%;
  text-decoration: none;
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
.kn-hero-arrow:hover {
  border-color: var(--accent);
  background: rgba(212,168,83,0.10);
  transform: translateY(4px);
}
.kn-hero-arrow svg { display: block; }

/* =============================================
   INTRO: STATS + SPLIT IMAGE/COPY
   ============================================= */
.kn-intro-section {
  background: #0a0a0a;
  padding: clamp(44px, 5vw, 64px) 0;
}

/* Stats bar across full width */
.kn-intro-stat-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: clamp(40px, 5vw, 56px);
  padding-bottom: clamp(32px, 4vw, 48px);
  border-bottom: 1px solid rgba(212,168,83,0.14);
}

.kn-istat-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 clamp(24px, 3.5vw, 52px);
}
.kn-istat-item:first-child { padding-left: 0; }

.kn-istat-num {
  font-family: var(--font-heading);
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 300;
  color: var(--accent);
  line-height: 1;
  letter-spacing: 0.04em;
}

.kn-istat-label {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.2vw, 15px);
  font-weight: 600;
  color: rgba(255,255,255,0.52);
  white-space: nowrap;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  max-width: 140px;
  line-height: 1.3;
}

.kn-istat-sep {
  width: 1px;
  height: 52px;
  background: rgba(212,168,83,0.22);
  flex-shrink: 0;
}

/* Split: image left, copy right */
.kn-intro-split {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(40px, 5.5vw, 72px);
  align-items: center;
}

.kn-intro-image {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,0.55);
}
.kn-intro-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.kn-intro-authority {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.75vw, 20px);
  line-height: 1.82;
  color: rgba(255,255,255,0.90);
  font-weight: 400;
}

.kn-intro-divider {
  width: 56px;
  height: 1px;
  background: rgba(212,168,83,0.38);
  margin: 28px 0;
}

.kn-intro-body {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.75vw, 20px);
  line-height: 1.82;
  color: rgba(255,255,255,0.68);
}

.kn-intro-cta {
  margin-top: 32px;
  display: inline-block;
}

/* =============================================
   GENERIC SECTION WRAPPERS
   ============================================= */
.kn-section {
  padding: clamp(44px, 5vw, 72px) 0;
}
.kn-section--dark  { background: #0a0a0a; }
.kn-section--mid   { background: #111111; }
.kn-section--alt   { background: #161616; }

/* =============================================
   EYEBROWS
   ============================================= */
.kn-eyebrow {
  font-family: var(--font-body);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 16px;
}

.kn-eyebrow--center {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 48px);
}

/* Large section header */
.kn-eyebrow--topics {
  font-size: clamp(36px, 4.5vw, 56px);
  letter-spacing: 0.14em;
  margin-bottom: clamp(28px, 3vw, 40px);
}

/* =============================================
   TOPIC CARDS — OFF-WHITE like /reviews testimonials
   ============================================= */
.kn-topic-full {
  background: #f0e4e4;
  border: 1px solid rgba(0,0,0,0.06);
  border-top: 3px solid #D4A853;
  border-radius: 4px;
  padding: clamp(36px, 4.5vw, 60px) clamp(32px, 4vw, 56px);
  margin-bottom: 20px;
  transition: box-shadow 0.3s;
}
.kn-topic-full:hover {
  box-shadow: 0 20px 56px rgba(0,0,0,0.18);
}
.kn-topic-full:last-child { margin-bottom: 0; }

.kn-topic-full-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5.5vw, 80px);
  align-items: start;
}

.kn-topic-title-full {
  font-family: var(--font-heading);
  font-size: clamp(19px, 2.1vw, 26px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  line-height: 1.2;
  margin-bottom: 16px;
}

.kn-topic-subtitle {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.55;
  color: #9a7b3c;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 20px;
}

.kn-topic-desc {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.84;
  color: #444;
}

.kn-topic-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.kn-lessons-label {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 16px;
}

.kn-topic-list-full {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kn-topic-list-full li {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.4vw, 16px);
  line-height: 1.72;
  color: #333;
  padding-left: 20px;
  position: relative;
}

.kn-topic-list-full li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 1px;
  background: #D4A853;
  opacity: 0.80;
}

.kn-topic-outcome-box {
  background: rgba(212,168,83,0.10);
  border-left: 3px solid rgba(212,168,83,0.65);
  border-radius: 0 4px 4px 0;
  padding: 20px 22px;
}

.kn-outcome-label {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9a7b3c;
  margin-bottom: 10px;
}

.kn-outcome-text {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.4vw, 16px);
  line-height: 1.72;
  color: #333;
  margin: 0;
}

.kn-format-badge {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
  border: 1px solid rgba(0,0,0,0.16);
  border-radius: 2px;
  padding: 7px 14px;
  width: fit-content;
}

/* =============================================
   SPLIT SECTIONS
   ============================================= */
.kn-split-section {
  padding: clamp(44px, 5vw, 72px) 0;
}
.kn-nl-section    { background: #111; }

.kn-split-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(44px, 5.5vw, 80px);
  align-items: center;
}

.kn-split-image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,0.55);
}
.kn-split-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.kn-split-headline {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
}

.kn-split-body {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.80;
  color: rgba(255,255,255,0.70);
  margin-bottom: 28px;
}
.kn-split-body a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.3s;
}
.kn-split-body a:hover { color: var(--accent-hover); }

/* =============================================
   CONTACT BAND (full-width, no image split)
   ============================================= */
.kn-contact-band {
  background: #111;
  padding: clamp(44px, 5vw, 64px) 0;
  border-top: 1px solid rgba(212,168,83,0.10);
}

.kn-contact-band-inner {
  display: flex;
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
  flex-wrap: wrap;
}

.kn-contact-band-copy {
  flex: 1;
  min-width: 280px;
}

.kn-contact-band-cta {
  flex-shrink: 0;
  white-space: nowrap;
}

/* =============================================
   GOLD BUTTON
   ============================================= */
.kn-btn-gold {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--accent);
  color: #000;
  border: none;
  border-radius: 4px;
  padding: 18px 44px;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 20px rgba(212,168,83,0.22);
  text-align: center;
}
.kn-btn-gold:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(212,168,83,0.32);
}

/* =============================================
   SPEAKER REQUEST FORM SECTION
   ============================================= */
.kn-form-section {
  background: #0a0a0a;
  padding: clamp(44px, 5vw, 72px) 0;
  border-top: 1px solid rgba(212,168,83,0.10);
  position: relative;
  overflow: hidden;
}
.kn-form-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(212,168,83,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.kn-form-header {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.kn-form-sub {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.72;
  color: rgba(255,255,255,0.56);
  max-width: 480px;
  margin: 0 auto;
}

.kn-form-wrap {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.kn-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* =============================================
   FORM FIELDS
   ============================================= */
.kn-speaker-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.kn-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.kn-form-label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.50);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kn-form-input,
.kn-form-textarea {
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.11);
  color: rgba(255,255,255,0.90);
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 16px;
  border-radius: 4px;
  transition: border-color 0.3s, box-shadow 0.3s;
  outline: none;
  width: 100%;
}
.kn-form-input::placeholder,
.kn-form-textarea::placeholder { color: rgba(255,255,255,0.20); }
.kn-form-input:focus,
.kn-form-textarea:focus {
  border-color: #D4A853;
  box-shadow: 0 0 0 3px rgba(212,168,83,0.12);
}
.kn-form-textarea { resize: vertical; min-height: 100px; }

.kn-form-submit-wrap { margin-top: 8px; }
.kn-form-submit-wrap .kn-btn-gold { width: 100%; }

/* =============================================
   RESOURCES & CONNECT — BULLET LIST
   ============================================= */
.kn-resources-section {
  background: #111;
}

.kn-resources-label {
  font-family: var(--font-heading);
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 400;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 28px;
  line-height: 1;
}

.kn-resources-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kn-resources-list li {
  display: flex;
  align-items: center;
  gap: 14px;
}

.kn-resources-list li::before {
  content: '•';
  color: var(--accent);
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.kn-resources-list a {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color 0.3s;
}
.kn-resources-list a:hover { color: var(--accent); }

/* =============================================
   EMILY CONTACT — BELOW RESOURCES
   ============================================= */
.kn-emily-section {
  background: #0a0a0a;
  padding: clamp(44px, 5vw, 64px) 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.kn-emily-inner {
  display: flex;
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
  flex-wrap: wrap;
}

.kn-emily-body {
  flex: 1;
  min-width: 280px;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.7;
  color: rgba(255,255,255,0.68);
}

.kn-emily-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-emily-cta {
  flex-shrink: 0;
  white-space: nowrap;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .kn-topic-full-inner { grid-template-columns: 1fr; gap: 32px; }
  .kn-split-inner { grid-template-columns: 1fr; gap: 40px; }
  .kn-intro-split { grid-template-columns: 1fr; gap: 40px; }
  .kn-split-image,
  .kn-intro-image { max-width: 480px; margin: 0 auto; }
  .kn-contact-band-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
}

@media (max-width: 768px) {
  .kn-hero-full { min-height: 85vh; }
  .kn-topic-full { padding: clamp(28px, 5vw, 44px) clamp(20px, 4vw, 36px); }
  .kn-form-row { grid-template-columns: 1fr; }
  .kn-eyebrow--topics { font-size: clamp(28px, 5vw, 40px); letter-spacing: 0.10em; }
  .kn-istat-item { padding: 0 clamp(14px, 3vw, 24px); }
  .kn-istat-sep { height: 40px; }
}

@media (max-width: 640px) {
  .kn-hero-full { min-height: 90vh; }
  .kn-hero-full-content { padding-bottom: clamp(48px, 9vw, 64px); }
  .kn-istat-sep { display: none; }
  .kn-intro-stat-row { gap: 0; row-gap: 16px; }
  .kn-istat-item { padding: 0; width: 50%; }
  .kn-istat-item:nth-child(odd) { padding-right: 12px; }
  .kn-split-section { padding: clamp(40px, 8vw, 60px) 0; }
  .kn-btn-gold { padding: 16px 28px; font-size: 15px; }
}

@media (max-width: 375px) {
  .kn-hero-full-headline { font-size: clamp(34px, 9.5vw, 44px); }
  .kn-istat-item { width: 100%; padding: 0; }
  .kn-eyebrow--topics { font-size: clamp(24px, 7vw, 32px); }
}
