/* ── Homepage ──────────────────────────────────────────────── */

/* Hero */
.home-hero {
  background: linear-gradient(135deg, var(--green), var(--charcoal));
  color: var(--white);
  text-align: center;
  padding: 5rem 1.5rem 4rem;
}
.hero-inner { max-width: 780px; margin: 0 auto; }
.hero-badge {
  display: inline-block;
  background: rgba(200,168,75,.18);
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .4rem 1rem;
  border-radius: 20px;
  margin-bottom: 1.2rem;
}
.home-hero h1 { font-size: clamp(2rem,5vw,3.2rem); color: var(--white); margin-bottom: 1rem; }
.home-hero p { font-size: 1.1rem; opacity: .85; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn--outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,.5);
  color: var(--white);
  padding: .75rem 1.6rem;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s, background .2s;
}
.btn--outline:hover { border-color: var(--white); background: rgba(255,255,255,.1); }

/* Countdown */
.countdown-bar {
  background: var(--near-black);
  color: var(--white);
  text-align: center;
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.countdown-label { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-light); }
.countdown-units { display: flex; gap: 1.2rem; }
.cu { display: flex; flex-direction: column; align-items: center; }
.cu span { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--white); line-height: 1; }
.cu small { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: #888; margin-top: .2rem; }

/* About grid */
.home-about-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: start; }
.about-text h2 { font-size: 1.6rem; margin-bottom: 1rem; }
.about-text p { font-size: .97rem; line-height: 1.8; color: #555; margin-bottom: .9rem; }
.about-stats { display: flex; flex-direction: column; gap: 1rem; }
.stat-pill { background: var(--warm-gray); border-radius: 12px; padding: 1.2rem 1.4rem; display: flex; align-items: center; gap: 1rem; border-left: 4px solid var(--gold); }
.stat-n { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--green); flex-shrink: 0; }
.stat-l { font-size: .9rem; color: #666; }

/* Topics */
.topics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.topic-card {
  background: var(--white);
  border-radius: 12px;
  padding: 1.4rem 1.2rem;
  display: flex;
  align-items: center;
  gap: .9rem;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  border-left: 4px solid var(--gold);
}
.topic-icon { font-size: 1.4rem; flex-shrink: 0; }
.topic-label { font-weight: 700; font-size: .92rem; color: var(--charcoal); }

/* Speaker cards (homepage preview) */
.speakers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 1.5rem; }
.speaker-card { display: flex; flex-direction: column; }
.speaker-photo { background: linear-gradient(135deg,var(--green),var(--charcoal)); padding: 1.5rem; display: flex; justify-content: center; }
.speaker-photo img { width: 80px; height: 100px; object-fit: cover; border-radius: 8px; border: 3px solid rgba(255,255,255,.2); }
.speaker-photo-placeholder { width: 80px; height: 100px; border-radius: 8px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: rgba(255,255,255,.4); }
.speaker-body { padding: 1.2rem; flex: 1; }
.chair-badge { display: inline-block; background: var(--gold); color: var(--near-black); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: .2rem .6rem; border-radius: 20px; margin-bottom: .4rem; }
.speaker-body h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.spk-meta { font-size: .82rem; color: var(--green); font-weight: 700; margin-bottom: .5rem; }
.spk-meta span { color: #888; font-weight: 600; }
.spk-talk { font-size: .82rem; color: #666; font-style: italic; border-left: 3px solid var(--gold); padding-left: .6rem; }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem; }
.testimonial-card { background: rgba(255,255,255,.08); border-radius: 12px; padding: 1.8rem; border-top: 3px solid var(--gold); }
.testi-quote { font-size: .97rem; line-height: 1.7; color: rgba(255,255,255,.9); margin-bottom: 1rem; font-style: italic; }
.testi-attr { font-size: .82rem; color: rgba(255,255,255,.6); font-weight: 700; }
.testi-attr span { display: block; font-weight: 400; margin-top: .15rem; }

@media(max-width:700px) {
  .home-about-grid { grid-template-columns: 1fr; }
  .countdown-bar { gap: 1rem; }
}

/* ── Testimonials ──────────────────────────────────────────── */
.testi-section {
  background: var(--near-black);
  padding: 5rem 0 4rem;
  overflow: hidden;
  position: relative;
}
.testi-heading {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--gold-light);
  letter-spacing: .04em;
  margin-bottom: 3.5rem;
  position: relative;
}
.testi-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: .8rem auto 0;
  border-radius: 2px;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  align-items: start;
}
.testi-col { display: flex; flex-direction: column; }
.testi-col:nth-child(2) { margin-top: 2.5rem; }
.testi-col:nth-child(3) { margin-top: 1.2rem; }
.testi-col:nth-child(4) { margin-top: 3.5rem; }
.tq {
  position: relative;
  padding: 1.4rem 1.6rem 1.8rem;
  margin-bottom: 1.2rem;
  border-left: 3px solid var(--gold);
  transition: border-color .2s;
}
.tq:hover { border-left-color: var(--gold-light); }
.tq::before {
  content: '\201C';
  position: absolute;
  top: -.4rem;
  left: .8rem;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  color: var(--gold);
  opacity: .25;
  line-height: 1;
  pointer-events: none;
}
.tq p { font-family: 'Playfair Display', serif; font-style: italic; line-height: 1.55; position: relative; z-index: 1; }
.tq.sz-sm  p { font-size: .92rem; padding: .3rem 0; }
.tq.sz-md  p { font-size: 1.05rem; padding: .5rem 0; }
.tq.sz-lg  p { font-size: 1.2rem;  padding: .6rem 0; }
.tq.sz-xl  p { font-size: 1.35rem; padding: .8rem 0; }
.tq.c1 p { color: var(--gold); }
.tq.c2 p { color: var(--gold-light); }
.tq.c3 p { color: #d4b05a; }
.tq.c4 p { color: #c0982e; }
.tq.pull-up { margin-top: -1.8rem; }
.tq.pull-up-sm { margin-top: -.8rem; }

/* ── Attendees strip ───────────────────────────────────────── */
.att-strip-names {
  font-size: .92rem;
  line-height: 2.1;
  color: var(--text);
}
.att-strip-names em { color: #999; }

@media(max-width:900px) {
  .testi-grid { grid-template-columns: repeat(2,1fr); }
  .testi-col:nth-child(3), .testi-col:nth-child(4) { margin-top: 0; }
  .testi-col:nth-child(2) { margin-top: 1.5rem; }
}
@media(max-width:560px) {
  .testi-grid { grid-template-columns: 1fr; }
  .testi-col { margin-top: 0 !important; }
  .tq.pull-up, .tq.pull-up-sm { margin-top: 0; }
}
