/* ===========================================================
   Central Pennsylvania Music Summit — shared stylesheet
   Theme: Hall-of-Fame gold on black, Cinzel + Montserrat
   =========================================================== */

:root {
  --gold-primary: #c5a059;
  --gold-light: #e5c483;
  --gold-dark: #947132;
  --bg-dark: #0a0a0a;
  --bg-card: #141414;
  --bg-card-hover: #1e1e1e;
  --text-light: #f5f5f5;
  --text-muted: #a0a0a0;
  --border-gold: rgba(197, 160, 89, 0.3);
  --max-width: 1160px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  font-family: "Cinzel", serif;
  color: var(--gold-primary);
  letter-spacing: 0.5px;
  line-height: 1.25;
}

/* ---------- Site header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-gold);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img { height: 40px; width: auto; }

.brand-text {
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gold-light);
  font-size: 0.95rem;
  line-height: 1.2;
}

.brand-text span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--text-muted);
  font-size: 0.65rem;
  text-transform: uppercase;
  margin-top: 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.main-nav a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-light);
  transition: color 0.2s;
  white-space: nowrap;
}

.main-nav a:hover { color: var(--gold-light); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: transform 0.25s, box-shadow 0.25s;
  border: none;
  cursor: pointer;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 100%);
  color: #000;
  box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(197, 160, 89, 0.5);
}

.btn-outline {
  background: transparent;
  color: var(--gold-light);
  border: 1px solid var(--gold-primary);
  padding: 12px 27px;
}

.btn-outline:hover {
  background: rgba(197, 160, 89, 0.08);
}

.btn-small {
  padding: 9px 20px;
  font-size: 0.72rem;
}

/* ---------- Hero sections ---------- */
.hero {
  padding: 100px 20px 70px;
  text-align: center;
  border-bottom: 1px solid var(--border-gold);
  background: radial-gradient(ellipse at top, rgba(197, 160, 89, 0.08), transparent 60%);
}

.event-badge {
  display: inline-block;
  border: 1px solid var(--gold-primary);
  padding: 10px 25px;
  margin-bottom: 28px;
  background: rgba(197, 160, 89, 0.05);
  border-radius: 3px;
}

.event-date {
  font-family: "Cinzel", serif;
  color: var(--gold-light);
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 700;
}

.event-location {
  font-size: 0.9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  color: var(--text-light);
}

.hero-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-primary);
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  max-width: 900px;
  margin: 0 auto 20px;
}

.hero p.lede {
  max-width: 640px;
  margin: 0 auto 32px;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Sections ---------- */
section { padding: 70px 0; }

.section-title {
  font-family: "Cinzel", serif;
  text-align: center;
  font-size: 1.7rem;
  color: var(--gold-primary);
  margin-bottom: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: var(--gold-primary);
  margin: 16px auto 0;
}

.section-sub {
  text-align: center;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto 50px;
}

/* ---------- Hub link cards (3-4 folders) ---------- */
.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.hub-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  padding: 40px 28px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
  position: relative;
  overflow: hidden;
}

.hub-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: var(--gold-primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.hub-card:hover {
  transform: translateY(-6px);
  background-color: var(--bg-card-hover);
  box-shadow: 0 14px 30px rgba(197, 160, 89, 0.12);
}

.hub-card:hover::before { transform: scaleX(1); }

.hub-icon { font-size: 2.6rem; margin-bottom: 18px; }

.hub-card h3 {
  font-size: 1.25rem;
  color: var(--gold-light);
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.hub-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 22px;
}

/* ---------- Speaker gallery grid ---------- */
.speaker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 30px;
}

.speaker-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  display: block;
}

.speaker-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: 0 14px 30px rgba(197, 160, 89, 0.15);
}

.speaker-card .thumb-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #000;
}

.speaker-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.speaker-card .card-caption {
  padding: 18px 18px 22px;
  text-align: center;
}

.speaker-card .card-caption h3 {
  font-size: 1.02rem;
  color: var(--text-light);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.speaker-card .card-caption .role {
  font-size: 0.78rem;
  color: var(--gold-primary);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ---------- Profile page ---------- */
.profile-hero {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 50px;
  align-items: start;
  padding: 60px 0 20px;
}

.profile-photo {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border-gold);
  position: sticky;
  top: 100px;
}

.photo-full-link {
  display: block;
  position: relative;
}

.profile-photo img { width: 100%; transition: transform 0.25s ease, filter 0.25s ease; }

.photo-full-link:hover img { transform: scale(1.03); filter: brightness(1.08); }

.cpmhof-badge-link {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46%;
  height: 6.5%;
  z-index: 3;
  border-radius: 0 6px 0 0;
  transition: background 0.2s ease;
}

.cpmhof-badge-link:hover { background: rgba(197, 160, 89, 0.22); }

.photo-full-link::after {
  content: "\f00e  View full size";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(10, 10, 10, 0.75);
  color: var(--gold-light);
  border: 1px solid var(--border-gold);
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  opacity: 0.85;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.photo-full-link:hover::after { opacity: 1; }

.profile-hero-landscape {
  grid-template-columns: minmax(420px, 520px) 1fr;
  gap: 40px;
}

.profile-hero-landscape .profile-photo img {
  display: block;
  width: 76%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.profile-hero-landscape .profile-photo {
  padding: 12px 0;
  background: #000;
  overflow: visible;
  box-sizing: border-box;
}

.profile-body .eyebrow {
  color: var(--gold-primary);
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.profile-body h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 14px;
}

.profile-body .role {
  color: var(--gold-light);
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 34px;
}

.profile-bio p, .profile-bio li {
  color: var(--text-light);
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.75;
}

.profile-bio strong { color: var(--gold-light); }

.profile-bio ul { padding-left: 1.2em; margin-bottom: 18px; }

.pull-quote {
  border-left: 3px solid var(--gold-primary);
  background: rgba(197, 160, 89, 0.06);
  padding: 22px 26px;
  margin: 30px 0;
  font-style: italic;
  color: var(--text-light);
  border-radius: 0 8px 8px 0;
}

.profile-cta {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--border-gold);
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 20px;
  transition: color 0.2s;
}

.back-link:hover { color: var(--gold-light); }

@media (max-width: 800px) {
  .profile-hero { grid-template-columns: 1fr; }
  .profile-photo { position: static; max-width: 320px; margin: 0 auto; }
  .profile-hero-landscape .profile-photo { max-width: 560px; }
}

/* ---------- Registration pillars / pricing (registration page) ---------- */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 60px;
}

.pillar-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 40px 28px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.pillar-card:hover {
  transform: translateY(-5px);
  background-color: var(--bg-card-hover);
}

.pillar-icon { font-size: 2.6rem; margin-bottom: 18px; }

.pillar-title {
  font-family: "Cinzel", serif;
  font-size: 1.25rem;
  color: var(--gold-light);
  margin-bottom: 12px;
}

.pillar-desc { color: var(--text-muted); font-size: 0.92rem; }

.highlights-box {
  border: 1px solid var(--gold-primary);
  background: rgba(20, 20, 20, 0.8);
  border-radius: 8px;
  padding: 36px;
  margin-bottom: 60px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 26px;
}

.highlight-item:last-child { margin-bottom: 0; }

.highlight-badge {
  width: 60px; height: 60px;
  border-radius: 50%;
  border: 1px solid var(--gold-primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  color: var(--gold-primary);
  background: rgba(197, 160, 89, 0.05);
  flex-shrink: 0;
}

.highlight-content h3 {
  font-family: "Cinzel", serif;
  font-size: 1.15rem;
  color: var(--gold-light);
  margin-bottom: 4px;
}

.highlight-content p { color: var(--text-muted); font-size: 0.92rem; }

.registration-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 40px;
  align-items: center;
}

.pricing-info h3 {
  font-size: 1.7rem;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--border-gold);
  padding-bottom: 10px;
}

.price-row {
  display: flex; justify-content: space-between;
  margin-bottom: 14px; font-size: 1.05rem; gap: 20px;
}

.price-row .value { font-weight: bold; color: var(--gold-light); }

.fee-breakdown {
  background: rgba(0,0,0,0.3);
  padding: 18px; border-radius: 6px; margin: 22px 0;
  border-left: 3px solid var(--gold-primary);
}

.fee-breakdown p {
  font-size: 0.88rem; color: var(--text-muted); margin-bottom: 8px;
}

.donation-info { font-size: 0.9rem; color: var(--text-muted); }
.donation-info strong { color: var(--gold-light); }

.action-col {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; gap: 22px;
  border-left: 1px solid var(--border-gold);
  padding-left: 36px;
}

.qr-wrapper {
  background: #fff; padding: 14px; border-radius: 10px;
  display: inline-block; box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.qr-caption { font-size: 0.78rem; color: var(--text-muted); margin-top: 5px; }

@media (max-width: 900px) {
  .registration-grid { grid-template-columns: 1fr; }
  .action-col { border-left: none; padding-left: 0; border-top: 1px solid var(--border-gold); padding-top: 26px; }
}

/* ---------- Session list ---------- */
.session-list { list-style: none; max-width: 780px; margin: 0 auto; }

.session-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--border-gold);
  color: var(--text-light);
}

.session-list li:last-child { border-bottom: none; }

.session-list strong { color: var(--gold-light); }

/* ---------- Image feature blocks ---------- */
.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.feature-split img {
  border-radius: 10px;
  border: 1px solid var(--border-gold);
}

@media (max-width: 800px) {
  .feature-split { grid-template-columns: 1fr; }
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--border-gold);
  padding: 50px 0 30px;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.site-footer .brand-text { justify-content: center; margin-bottom: 16px; }

.footer-links {
  display: flex; gap: 24px; justify-content: center;
  margin: 18px 0; flex-wrap: wrap;
}

.footer-links a { font-size: 0.8rem; color: var(--text-muted); }
.footer-links a:hover { color: var(--gold-light); }

.site-footer p a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer p a:hover { color: var(--gold-primary); }

.footer-partner-logo {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.footer-partner-logo img {
  max-width: 130px;
  max-height: 90px;
  width: auto;
  height: auto;
}

/* ---------- Splash page ---------- */
.splash-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 20px;
  position: relative;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(197, 160, 89, 0.10), transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(197, 160, 89, 0.08), transparent 50%);
}

.splash-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1080px;
}

.splash-text { text-align: left; }

.splash-logo { max-width: 170px; margin-bottom: 22px; }

.splash-text .hero-eyebrow { margin-bottom: 14px; }

.splash-text h1 {
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  margin-bottom: 16px;
}

.splash-text p.lede {
  margin: 0 0 26px;
  max-width: 480px;
  text-align: left;
  font-size: 0.98rem;
}

.splash-image img { max-height: 78vh; width: auto; margin: 0 auto; }

.splash-image img {
  border-radius: 12px;
  border: 1px solid var(--border-gold);
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

@media (max-width: 860px) {
  .splash-card { grid-template-columns: 1fr; text-align: center; }
  .splash-text { text-align: center; }
  .splash-text p.lede { margin-left: auto; margin-right: auto; }
  .splash-image { max-width: 340px; margin: 0 auto; }
}
