:root {
  --navy:    #0F1F3D;
  --navy2:   #162847;
  --blue:    #1E5FA8;
  --gold:    #C8922A;
  --gold2:   #E8B04A;
  --cream:   #F7F3EE;
  --warm:    #EDE8E0;
  --gray:    #6B7280;
  --light:   #F9F7F4;
  --white:   #FFFFFF;
  --text:    #1A1A2E;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--light);
  color: var(--text);
  overflow-x: hidden;
}

/* ── NAV ─────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 48px;
  background: rgba(15, 31, 61, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200, 146, 42, 0.2);
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 700;
  color: var(--cream); letter-spacing: 0.5px;
}
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  font-size: 13px; font-weight: 500; letter-spacing: 1px;
  text-transform: uppercase; color: rgba(247,243,238,0.75);
  text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold2); }
.nav-cta {
  background: var(--gold); color: var(--navy);
  border: none; border-radius: 4px; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.5px; padding: 10px 22px;
  text-transform: uppercase; transition: background 0.2s;
}
.nav-cta:hover { background: var(--gold2); }

/* ── HERO ─────────────────────────────────── */
#home {
  min-height: 100vh;
  background: var(--navy);
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 140px 64px 80px 80px;
  position: relative; z-index: 2;
}

.hero-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 3px;
  color: var(--gold); text-transform: uppercase;
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 12px;
}
.hero-eyebrow::before {
  content: ''; display: block;
  width: 32px; height: 1px; background: var(--gold);
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 4.5vw, 68px);
  font-weight: 900; line-height: 1.08;
  color: var(--cream);
  margin-bottom: 12px;
}
.hero-headline em {
  font-style: italic; color: var(--gold2);
  display: block;
}

.hero-sub {
  font-family: 'Playfair Display', serif;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 400; font-style: italic;
  color: rgba(247,243,238,0.65);
  line-height: 1.5; margin-bottom: 48px;
  max-width: 480px;
}
.hero-sub strong {
  color: var(--gold2); font-style: normal; font-weight: 700;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  background: var(--gold); color: var(--navy);
  border: none; border-radius: 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.5px; padding: 16px 32px;
  text-transform: uppercase; cursor: pointer;
  transition: all 0.2s; text-decoration: none;
  display: inline-block;
}
.btn-primary:hover { background: var(--gold2); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--cream);
  border: 1.5px solid rgba(247,243,238,0.35);
  border-radius: 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.5px; padding: 16px 32px;
  text-transform: uppercase; cursor: pointer;
  transition: all 0.2s; text-decoration: none;
  display: inline-block;
}
.btn-outline:hover {
  border-color: var(--gold2); color: var(--gold2);
  transform: translateY(-1px);
}

.hero-proof {
  display: flex; gap: 40px; margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(247,243,238,0.1);
}
.proof-stat { }
.proof-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px; font-weight: 900;
  color: var(--gold2); line-height: 1;
}
.proof-label {
  font-size: 12px; font-weight: 400;
  color: rgba(247,243,238,0.55);
  line-height: 1.4; margin-top: 4px;
  max-width: 120px;
}

/* Hero right — photo panel */
.hero-right {
  position: relative; overflow: hidden;
  background: var(--navy2);
}
.hero-photo-area {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; justify-content: center;
}
.hero-photo-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: linear-gradient(160deg, #162847 0%, #0F1F3D 60%, #0A1628 100%);
}
.photo-frame {
  width: 320px; height: 400px;
  border: 2px solid rgba(200,146,42,0.3);
  border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  background: rgba(200,146,42,0.04);
}
.photo-frame::before {
  content: ''; position: absolute;
  top: -12px; left: -12px; right: 12px; bottom: 12px;
  border: 1px solid rgba(200,146,42,0.15);
  border-radius: 2px; pointer-events: none;
}
.photo-placeholder-text {
  text-align: center; color: rgba(247,243,238,0.3);
  font-size: 13px; font-style: italic;
  line-height: 1.6;
}

/* Decorative gold line */
.hero-accent {
  position: absolute; top: 0; right: 0;
  width: 3px; height: 100%;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  opacity: 0.4;
}

/* Background texture */
.hero-bg-text {
  position: absolute; bottom: -20px; right: -20px;
  font-family: 'Playfair Display', serif;
  font-size: 180px; font-weight: 900; line-height: 1;
  color: rgba(200,146,42,0.04);
  pointer-events: none; z-index: 1;
  white-space: nowrap;
}

/* ── ABOUT ─────────────────────────────────── */
#about {
  background: var(--cream);
  padding: 120px 80px;
}
.about-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 2fr; gap: 80px;
  align-items: start;
}
.about-left { position: sticky; top: 120px; }
.section-tag {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 3px;
  color: var(--gold); text-transform: uppercase;
  margin-bottom: 20px;
  display: flex; align-items: center; gap: 12px;
}
.section-tag::before {
  content: ''; width: 24px; height: 1px; background: var(--gold);
}
.about-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px; font-weight: 900;
  color: var(--navy); line-height: 1.1;
  margin-bottom: 24px;
}
.about-left h2 em { font-style: italic; color: var(--blue); }

.about-pull {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-style: italic;
  color: var(--gray); line-height: 1.6;
  border-left: 3px solid var(--gold);
  padding-left: 20px; margin-top: 32px;
}

.about-body p {
  font-size: 17px; line-height: 1.85;
  color: #2D3748; margin-bottom: 24px;
}
.about-body p strong {
  color: var(--navy); font-weight: 600;
}
.about-body p:first-child::first-letter {
  font-family: 'Playfair Display', serif;
  font-size: 64px; font-weight: 900;
  float: left; line-height: 0.8;
  margin: 8px 12px 0 0;
  color: var(--gold);
}

.about-credentials {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-top: 48px;
}
.cred-item {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 8px; padding: 20px;
  border-left: 3px solid var(--gold);
}
.cred-title { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.cred-sub { font-size: 12px; color: var(--gray); line-height: 1.4; }

/* ── WORK ─────────────────────────────────── */
#work {
  background: var(--navy);
  padding: 120px 80px;
}
.work-inner { max-width: 1100px; margin: 0 auto; }
.work-header { margin-bottom: 64px; }
.work-header .section-tag { color: var(--gold); }
.work-header .section-tag::before { background: var(--gold); }
.work-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px; font-weight: 900;
  color: var(--cream); line-height: 1.1;
}

.work-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.work-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,146,42,0.2);
  border-radius: 8px; padding: 40px 32px;
  position: relative; overflow: hidden;
  transition: all 0.3s;
}
.work-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(200,146,42,0.5);
  transform: translateY(-4px);
}
.work-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.work-card-num {
  font-family: 'DM Mono', monospace;
  font-size: 11px; color: var(--gold);
  letter-spacing: 2px; margin-bottom: 24px;
}
.work-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 700;
  color: var(--cream); margin-bottom: 8px; line-height: 1.2;
}
.work-card-tag {
  font-size: 11px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.work-card p {
  font-size: 14px; line-height: 1.7;
  color: rgba(247,243,238,0.65);
  margin-bottom: 32px;
}
.work-card-link {
  font-size: 12px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  color: var(--gold2); text-decoration: none;
  display: flex; align-items: center; gap: 8px;
  transition: gap 0.2s;
}
.work-card-link:hover { gap: 14px; }
.work-card-link::after { content: '→'; }

/* ── SPEAKING ─────────────────────────────── */
#speaking {
  background: var(--light);
  padding: 120px 80px;
}
.speaking-inner { max-width: 1100px; margin: 0 auto; }

.speaking-header { margin-bottom: 64px; max-width: 640px; }
.speaking-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px; font-weight: 900;
  color: var(--navy); line-height: 1.1; margin-bottom: 16px;
}
.speaking-header p {
  font-size: 17px; color: var(--gray); line-height: 1.7;
}

.speaking-grid {
  display: grid; grid-template-columns: 3fr 2fr;
  gap: 64px; align-items: start;
}

.topics-list { display: flex; flex-direction: column; gap: 0; }
.topic-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 32px 0; display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px; align-items: start;
}
.topic-item:first-child { border-top: 1px solid rgba(0,0,0,0.08); }
.topic-num {
  font-family: 'DM Mono', monospace;
  font-size: 11px; color: var(--gold);
  letter-spacing: 2px; padding-top: 4px;
}
.topic-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700;
  color: var(--navy); margin-bottom: 8px; line-height: 1.2;
}
.topic-content p {
  font-size: 14px; line-height: 1.7;
  color: var(--gray);
}
.topic-audiences {
  display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px;
}
.audience-tag {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.5px; color: var(--blue);
  background: rgba(30,95,168,0.08);
  border-radius: 20px; padding: 3px 10px;
}

.speaking-sidebar { }
.speaking-cta-card {
  background: var(--navy);
  border-radius: 8px; padding: 40px;
  margin-bottom: 24px;
}
.speaking-cta-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 700;
  color: var(--cream); margin-bottom: 16px;
}
.speaking-cta-card p {
  font-size: 14px; line-height: 1.7;
  color: rgba(247,243,238,0.65); margin-bottom: 28px;
}
.speaking-cta-card .btn-primary { width: 100%; text-align: center; display: block; }

.past-engagements { }
.pe-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 2px;
  color: var(--gray); text-transform: uppercase;
  margin-bottom: 16px;
}
.pe-list { list-style: none; }
.pe-list li {
  font-size: 14px; color: var(--gray);
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex; gap: 10px; align-items: baseline;
}
.pe-list li::before {
  content: '—'; color: var(--gold); flex-shrink: 0;
  font-size: 12px;
}

/* ── BOOK STRIP ────────────────────────────── */
#book {
  background: var(--gold);
  padding: 80px;
}
.book-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; gap: 80px;
}
.book-cover {
  width: 200px; height: 280px; flex-shrink: 0;
  background: var(--navy);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 12px 12px 0 rgba(0,0,0,0.15);
  position: relative;
}
.book-cover-inner {
  text-align: center; padding: 20px;
}
.book-cover-title {
  font-family: 'Playfair Display', serif;
  font-size: 14px; font-weight: 900;
  color: var(--gold2); line-height: 1.2; margin-bottom: 8px;
}
.book-cover-author {
  font-size: 10px; color: rgba(247,243,238,0.6);
  letter-spacing: 1px; text-transform: uppercase;
}
.book-content { flex: 1; }
.book-content .section-tag { color: var(--navy); }
.book-content .section-tag::before { background: var(--navy); }
.book-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px; font-weight: 900;
  color: var(--navy); line-height: 1.1; margin-bottom: 16px;
}
.book-content h2 em { font-style: italic; }
.book-content p {
  font-size: 16px; color: rgba(15,31,61,0.75);
  line-height: 1.7; margin-bottom: 32px; max-width: 520px;
}
.book-actions { display: flex; gap: 16px; }
.btn-navy {
  background: var(--navy); color: var(--cream);
  border: none; border-radius: 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.5px; padding: 14px 28px;
  text-transform: uppercase; cursor: pointer;
  transition: all 0.2s; text-decoration: none;
  display: inline-block;
}
.btn-navy:hover { background: var(--navy2); transform: translateY(-1px); }
.btn-navy-outline {
  background: transparent; color: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.5px; padding: 14px 28px;
  text-transform: uppercase; cursor: pointer;
  transition: all 0.2s; text-decoration: none;
  display: inline-block;
}
.btn-navy-outline:hover { background: rgba(15,31,61,0.08); }

/* ── CONTACT ──────────────────────────────── */
#contact {
  background: var(--navy2);
  padding: 120px 80px;
}
.contact-inner {
  max-width: 700px; margin: 0 auto; text-align: center;
}
.contact-inner .section-tag {
  color: var(--gold); justify-content: center;
  margin-bottom: 20px;
}
.contact-inner .section-tag::before { background: var(--gold); }
.contact-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 48px; font-weight: 900;
  color: var(--cream); line-height: 1.1; margin-bottom: 16px;
}
.contact-inner h2 em { font-style: italic; color: var(--gold2); }
.contact-inner > p {
  font-size: 16px; color: rgba(247,243,238,0.65);
  line-height: 1.7; margin-bottom: 48px;
}

.contact-form { text-align: left; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label {
  font-size: 12px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  color: rgba(247,243,238,0.5);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(247,243,238,0.15);
  border-radius: 4px;
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px; padding: 14px 16px;
  outline: none; transition: border-color 0.2s;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
}
.form-group select option { background: var(--navy2); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  width: 100%; background: var(--gold);
  color: var(--navy); border: none; border-radius: 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 18px; cursor: pointer;
  transition: all 0.2s; margin-top: 8px;
}
.form-submit:hover { background: var(--gold2); }

/* ── FOOTER ──────────────────────────────── */
footer {
  background: var(--navy);
  border-top: 1px solid rgba(200,146,42,0.15);
  padding: 40px 80px;
  display: flex; align-items: center;
  justify-content: space-between;
}
.footer-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700; color: var(--cream);
}
.footer-links { display: flex; gap: 32px; }
.footer-links a {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.5px; color: rgba(247,243,238,0.4);
  text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }
.footer-copy {
  font-size: 12px; color: rgba(247,243,238,0.25);
}

/* ── ANIMATIONS ───────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-left > * {
  animation: fadeUp 0.8s ease both;
}
.hero-eyebrow  { animation-delay: 0.1s; }
.hero-headline { animation-delay: 0.25s; }
.hero-sub      { animation-delay: 0.4s; }
.hero-actions  { animation-delay: 0.55s; }
.hero-proof    { animation-delay: 0.7s; }

/* ── RESPONSIVE ───────────────────────────── */
@media (max-width: 960px) {
  nav { padding: 16px 24px; }
  .nav-links { display: none; }
  #home {
    grid-template-columns: 1fr;
    grid-template-rows: 280px auto;
  }
  .hero-left { padding: 40px 32px 60px; order: 2; }
  .hero-right {
    display: block;
    order: 1;
    height: 280px;
    width: 100%;
  }
  .hero-photo-area {
    position: absolute;
    inset: 0;
  }
  .hero-photo-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  #about { padding: 80px 32px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-left { position: static; }
  #work { padding: 80px 32px; }
  .work-grid { grid-template-columns: 1fr; }
  #speaking { padding: 80px 32px; }
  .speaking-grid { grid-template-columns: 1fr; }
  #book { padding: 60px 32px; }
  .book-inner { flex-direction: column; gap: 40px; }
  #contact { padding: 80px 32px; }
  .form-row { grid-template-columns: 1fr; }
  footer { flex-direction: column; gap: 16px; text-align: center; padding: 32px; }
  .about-credentials { grid-template-columns: 1fr; }

  /* Three entities section — stack the framework/speaking/book cards */
  .entities-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Resources section — stack workbook cards */
  #resources { padding: 60px 24px !important; }
  .resources-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  /* Toolkit section — stack tools list and form */
  #toolkit { padding: 60px 24px !important; }
  .toolkit-inner {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  /* Kit form — ensure it doesn't overflow */
  .formkit-form,
  .seva-form {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .formkit-input,
  .formkit-submit {
    width: 100% !important;
    box-sizing: border-box !important;
  }
}
