/* ══════════════════════════════════════════
   RESULTS PAGE — results.css
   Individual person cards + "& Many More" card
══════════════════════════════════════════ */

/* ── PAGE-LOAD ANIMATION ── */
@keyframes resFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}
.res-fade {
  animation: resFadeUp .5s ease both;
  animation-delay: calc(280ms + var(--d, 0ms));
}

/* ── HERO ── */
.results-hero {
  background: var(--navy);
  padding: 9rem 2rem 4rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.results-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(212,146,42,.12), transparent 55%),
    radial-gradient(ellipse at 80% 40%, rgba(23,86,184,.15), transparent 55%);
  pointer-events: none;
}
.results-hero::after {
  content: '2400+';
  position: absolute; right: -1rem; bottom: -1.5rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(8rem, 18vw, 14rem);
  color: rgba(255,255,255,.03);
  letter-spacing: 6px; pointer-events: none; user-select: none; line-height: 1;
}
.results-hero-inner {
  max-width: 700px; margin: 0 auto; position: relative; z-index: 2;
}
.aph-eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .72rem; letter-spacing: 2.5px; text-transform: uppercase;
  font-weight: 700; color: var(--gold2); margin-bottom: 1.2rem;
}
.aph-eyebrow::before {
  content: ''; width: 28px; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  display: inline-block; border-radius: 2px;
}
.results-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 800; color: var(--white); line-height: 1.08; margin-bottom: 1.1rem;
}
.results-hero h1 span { color: var(--gold2); }
.results-hero p {
  font-size: 1.05rem; color: rgba(255,255,255,.6);
  line-height: 1.7; max-width: 520px; margin: 0 auto;
}
.results-hero-tab {
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  margin-top: 3.5rem;
}

/* ── BREADCRUMB ── */
.results-breadcrumb {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: .9rem 2rem;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  font-size: .8rem; color: var(--muted);
}
.results-breadcrumb a { color: var(--gold); text-decoration: none; font-weight: 600; }
.results-breadcrumb a:hover { color: var(--navy); }
.results-breadcrumb span { color: var(--muted); }

/* ── STATS BAND ── */
.results-stats-band {
  background: var(--navy);
  border-bottom: 2px solid rgba(212,146,42,.2);
  padding: 3rem 2rem; position: relative; overflow: hidden;
}
.results-stats-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(212,146,42,.08), transparent 60%);
  pointer-events: none;
}
.rsb-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; text-align: center; position: relative; z-index: 1;
}
.rsb-item {
  padding: 1.4rem 1rem;
  border: 1px solid rgba(255,255,255,.08); border-radius: 14px;
  background: rgba(255,255,255,.04);
  transition: border-color .3s, background .3s;
}
.rsb-item:hover { border-color: rgba(212,146,42,.3); background: rgba(255,255,255,.07); }
.rsb-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem; color: var(--gold2); display: block; line-height: 1;
  opacity: 1 !important; transform: none !important;
}
.rsb-label {
  font-size: .72rem; color: rgba(255,255,255,.45);
  letter-spacing: 1.5px; text-transform: uppercase; margin-top: .4rem; display: block;
}

/* ── SECTION WRAPPERS ── */
.results-section {
  padding: 5rem 2rem; max-width: 1280px; margin: 0 auto;
}
.results-section-alt {
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 5rem 2rem;
}
.results-section-alt .results-section-inner { max-width: 1280px; margin: 0 auto; }
.results-section-dark {
  background: var(--navy); padding: 5rem 2rem;
  position: relative; overflow: hidden;
}
.results-section-dark::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(212,146,42,.07), transparent 55%);
  pointer-events: none;
}
.results-section-dark .results-section-inner {
  max-width: 1280px; margin: 0 auto; position: relative; z-index: 1;
}

/* ── SECTION HEADER ── */
.rsh {
  margin-bottom: 2.5rem;
  display: flex; align-items: flex-end; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.rsh h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800; color: var(--navy); line-height: 1.15; margin-top: .4rem;
}
.rsh h2.light { color: var(--white); }
.rsh-count {
  font-family: 'Bebas Neue', sans-serif;
  font-size: .85rem; letter-spacing: 2px;
  color: var(--gold2); background: rgba(212,146,42,.12);
  border: 1px solid rgba(212,146,42,.25);
  padding: .3rem .9rem; border-radius: 20px; white-space: nowrap; align-self: flex-end;
}

/* ══════════════════════════════════════════
   PERSON CARDS — one card per person
══════════════════════════════════════════ */
.pc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.1rem;
}

/* Individual person card */
.pc-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 18px; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  position: relative;
}
.pc-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.pc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(0,0,0,.11);
  border-color: rgba(212,146,42,.35);
}

/* Card top — gradient avatar area */
.pc-top {
  padding: 1.4rem 1rem 1.1rem;
  text-align: center; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--navy), #1756b8);
}
.pc-top::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 110%, rgba(212,146,42,.18), transparent 55%);
}
.pc-avatar {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(255,255,255,.13); border: 2px solid rgba(212,146,42,.45);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 800; color: var(--gold2);
  margin: 0 auto .7rem; position: relative; z-index: 1;
}
.pc-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700; font-size: .92rem; color: var(--white);
  position: relative; z-index: 1; line-height: 1.25;
}

/* Card body */
.pc-body { padding: .8rem 1rem; text-align: center; }
.pc-badge {
  display: inline-block;
  background: rgba(212,146,42,.1); border: 1px solid rgba(212,146,42,.25);
  color: var(--gold); font-size: .7rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  padding: .2rem .7rem; border-radius: 20px; margin-bottom: .3rem;
}
.pc-exam { font-size: .7rem; color: var(--muted); line-height: 1.4; }

/* ── Dark variant (for navy background sections) ── */
.pc-grid-dark .pc-card {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.1);
}
.pc-grid-dark .pc-card:hover {
  border-color: rgba(212,146,42,.4);
  background: rgba(255,255,255,.09);
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
}
.pc-grid-dark .pc-body { background: transparent; }
.pc-grid-dark .pc-exam { color: rgba(255,255,255,.45); }

/* ══════════════════════════════════════════
   "& MANY MORE" CARD
══════════════════════════════════════════ */
.pc-more {
  border: 2px dashed rgba(212,146,42,.4) !important;
  background: rgba(212,146,42,.04) !important;
  cursor: default;
}
.pc-more::after { display: none; }
.pc-more:hover {
  border-color: var(--gold) !important;
  background: rgba(212,146,42,.08) !important;
  box-shadow: 0 8px 24px rgba(212,146,42,.12) !important;
  transform: translateY(-4px) !important;
}
.pc-more-inner {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 2rem 1rem;
  min-height: 148px; /* match approx card height */
}
.pc-more-dots {
  display: flex; gap: 6px; margin-bottom: .9rem;
}
.pc-more-dots span {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); opacity: .6;
}
.pc-more-dots span:nth-child(2) { opacity: .4; }
.pc-more-dots span:nth-child(3) { opacity: .2; }
.pc-more-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; font-weight: 700; color: var(--gold);
  text-align: center; line-height: 1.3; margin-bottom: .35rem;
}
.pc-more-sub {
  font-size: .68rem; color: var(--muted); letter-spacing: .5px;
  text-align: center; text-transform: uppercase;
}

/* Dark bg variant of "many more" */
.pc-grid-dark .pc-more {
  border-color: rgba(212,146,42,.3) !important;
  background: rgba(212,146,42,.06) !important;
}
.pc-grid-dark .pc-more-sub { color: rgba(255,255,255,.35); }

/* ── CTA ── */
.results-cta {
  background: var(--cream); border-top: 1px solid var(--border); padding: 4.5rem 2rem; text-align: center;
}
.results-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; color: var(--navy); margin-bottom: .7rem;
}
.results-cta p {
  color: var(--muted); max-width: 480px; margin: 0 auto 2rem; line-height: 1.75; font-size: .97rem;
}
.results-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── DROPDOWN HOVER FIX ── */
.nav-item:hover > .dropdown {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: all !important;
}
.nav-item:hover > .nav-link .chevron { transform: rotate(180deg); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .rsb-inner { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .pc-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}
@media (max-width: 600px) {
  .rsb-inner { grid-template-columns: 1fr 1fr; gap: .8rem; }
  .pc-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: .8rem; }
  .results-hero { padding: 7rem 1.5rem 3.5rem; }
}