/* ── Scope reset ─────────────────────────────────────────────────────────── */
.lp-hero *, .lp-section *, .lp-footer *, .lp-modal *, .lp-form-col * {
  box-sizing: border-box;
}

/* ── Modal ───────────────────────────────────────────────────────────────── */
.lp-modal { padding: 48px 52px; }
.lp-modal-title {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #ed6e07;
}
.lp-modal-title h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.lp-modal h6 {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 20px 0 8px;
}
.lp-modal p {
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #444 !important;
  margin: 0 0 14px 0 !important;
}
.lp-modal a { color: #ed6e07 !important; font-size: 14px !important; }
.lp-modal-footer { margin-top: 28px; padding-top: 20px; border-top: 1px solid #eee; }

/* ── Shared section styles ───────────────────────────────────────────────── */
.lp-section { padding: 90px 0; }
.lp-section-white { background: #fff; }
.lp-section-cream { background: #fdf0db; }
.lp-section-title {
  font-family: 'Anton', sans-serif !important;
  font-size: 2.4rem !important;
  color: #ed6e07 !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.1 !important;
}
.lp-divider {
  width: 64px;
  height: 5px;
  background: #ed6e07;
  border-radius: 3px;
  margin: 0 auto 48px;
}
.lp-body-text p {
  font-size: 16px !important;
  line-height: 1.9 !important;
  color: #444 !important;
  margin: 0 0 20px 0 !important;
}
.lp-body-text p:last-child { margin-bottom: 0 !important; }

/* ── Winner cards ────────────────────────────────────────────────────────── */
.lp-card-col { margin-bottom: 30px; }
.hof-section-label {
  display: inline-block;
  color: #ed6e07;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hof-section-sub {
  font-size: 15px !important;
  color: #666 !important;
  max-width: 540px;
  margin: 0 auto 8px !important;
  line-height: 1.6 !important;
}
.hof-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s, transform 0.25s;
}
.hof-card:hover {
  box-shadow: 0 10px 36px rgba(237,110,7,0.18);
  transform: translateY(-5px);
}
.hof-photo-area {
  position: relative;
  overflow: hidden;
  height: 260px;
}
.hof-photo-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
}
.hof-trophy-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 64px;
  opacity: 0.45;
  z-index: 1;
}
.hof-trophy-badge img {
  width: 100%;
  height: auto;
  display: block;
}
.hof-card-body {
  padding: 20px 22px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.hof-year-badge {
  display: inline-block;
  background: #ed6e07;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 12px;
  line-height: 1.6 !important;
  align-self: flex-start;
}
.hof-name {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 8px !important;
  line-height: 1.3 !important;
}
.hof-name-rule {
  width: 40px;
  border: none;
  border-top: 3px solid #ed6e07;
  margin: 0 0 12px !important;
  opacity: 1;
}
.hof-bio {
  font-size: 13px !important;
  color: #777 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  flex: 1;
  text-align: left !important;
}

/* ── Gallery ─────────────────────────────────────────────────────────────── */
.lp-gallery-grid { margin: 0 -6px; }
.lp-gallery-cell { padding: 6px; line-height: 0; }
.lp-gallery-cell img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 6px;
}
.lp-section .carousel {
  background: #f5f5f5;
  border-radius: 8px;
  min-height: 300px;
}
.lp-section .carousel img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */
.lp-footer { background: #1a1a1a; text-align: center; padding: 32px 16px; }
.lp-footer p { color: #aaa !important; font-size: 14px !important; margin: 0 !important; }

/* ── Responsive (shared) ─────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .lp-section { padding: 64px 0; }
}
@media (max-width: 575px) {
  .lp-section { padding: 52px 0; }
  .lp-section-title { font-size: 1.9rem !important; }
  .lp-modal { padding: 28px 22px; }
}
