/* ==========================================================
   KTT Event Detail Pages
   Shared by Louisville and similar tune-meet pages
========================================================== */

/* ==============================
   KTT Event Page Intro Section
============================== */

.ktt-event-hero {
  padding: 70px 20px 40px;
  background: #fff;
  color: #111;
  text-align: center;
}

.ktt-event-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.ktt-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #c51f2f;
}

.ktt-event-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.02;
  font-weight: 700;
  color: #111;
}

.ktt-event-lead {
  max-width: 760px;
  margin: 0 auto 34px;
  font-size: 19px;
  line-height: 1.55;
  color: #333;
}

/* Event Detail Cards */

.ktt-event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0 auto 26px;
  text-align: left;
}

.ktt-event-card {
  padding: 26px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 22px;
  background: #fafafa;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
}

.ktt-event-card h2 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.ktt-event-card ul {
  margin: 0;
  padding-left: 20px;
}

.ktt-event-card li {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.45;
  color: #333;
}

.ktt-map-link,
.ktt-map-link:link,
.ktt-map-link:visited {
  display: inline-flex;
  width: auto;
  height: 50px;
  min-height: 0;
  align-items: center;
  justify-content: center;
  margin: 8px auto 26px;
  padding: 0 22px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform .2s ease,
    background-color .2s ease,
    color .2s ease;
}

/* Booking Text Above Amelia */

.ktt-booking-note {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

/* Mobile */

@media (max-width: 760px) {
  .ktt-event-hero {
    padding: 46px 18px 30px;
  }

  .ktt-event-hero h1 {
    font-size: 38px;
  }

  .ktt-event-lead {
    font-size: 17px;
  }

  .ktt-event-grid {
    grid-template-columns: 1fr;
  }

  .ktt-event-card {
    padding: 22px;
  }
}

/* ==========================================
   KTT Events Page
   Paste this CSS where you keep page CSS,
   or in Elementor Custom CSS / site CSS.
   ========================================== */

.ktt-events-page {
  --ktt-black: #111;
  --ktt-red: #b91c1c;
  --ktt-muted: #5f6368;
  --ktt-soft: #f5f5f3;
  --ktt-border: #e6e2dc;
  --ktt-card: #ffffff;
  --ktt-radius: 28px;
  --ktt-shadow: 0 18px 50px rgba(0, 0, 0, .08);

  color: var(--ktt-black);
  background: #fff;
  font-family: inherit;
}

.ktt-events-page * {
  box-sizing: border-box;
}

.ktt-events-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ktt-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ktt-red);
}

/* ==========================================
   Hero
   ========================================== */

.ktt-events-hero {
  padding: 86px 0 58px;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 0, 0, .06), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7f7f5 100%);
}

.ktt-events-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 42px;
  align-items: center;
}

.ktt-events-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 700;
}

.ktt-events-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--ktt-muted);
  font-size: 19px;
  line-height: 1.6;
}

.ktt-events-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

/* ==========================================
   Buttons
   ========================================== */

.ktt-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.ktt-btn:hover {
  transform: translateY(-1px);
}

.ktt-btn-primary {
  background: #111;
  color: #fff !important;
  border: 1px solid #111;
}

.ktt-btn-secondary {
  background: #fff;
  color: #111 !important;
  border: 1px solid var(--ktt-border);
}

.ktt-btn-light {
  background: #fff;
  color: #111 !important;
  border: 1px solid #fff;
}

.ktt-btn-outline-light {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .35);
}

/* ==========================================
   Map Card
   ========================================== */

.ktt-events-map-card {
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--ktt-border);
  border-radius: var(--ktt-radius);
  padding: 24px;
  box-shadow: var(--ktt-shadow);
  backdrop-filter: blur(10px);
}

.ktt-map-heading {
  font-weight: 700;
  margin-bottom: 14px;
}

.ktt-map-box {
  position: relative;
  min-height: 260px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, .08), rgba(17, 17, 17, .02)),
    #f0efeb;
  border: 1px solid var(--ktt-border);
}

.ktt-ky-map {
  position: absolute;

  /* Keep the state outline proportional to the map box on every screen size.
     180px is approximately 69.23% of the 260px desktop map height. */
  height: 69.23% !important;
  width: auto !important;
  max-width: none !important;

  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  opacity: .28;
  filter: invert(28%) sepia(79%) saturate(1400%) hue-rotate(190deg) brightness(88%) contrast(95%);
}

.ktt-map-pin {
  position: absolute;
  padding: 8px 11px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.ktt-map-pin::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #fff;
}

.ktt-pin-lex { 
  right: 8%; 
  top: 45%; 
}

.ktt-pin-lou { 
  left: 45%; 
  top: 30%; 
}

.ktt-pin-nky { 
  right: 1%; 
  top: 15%; 
}

.ktt-events-map-card p {
  margin: 16px 0 0;
  color: var(--ktt-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* ==========================================
   Sections
   ========================================== */

.ktt-events-section {
  padding: 74px 0;
}

.ktt-muted-section {
  background: var(--ktt-soft);
}

.ktt-section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.ktt-section-heading h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 700;
}

.ktt-section-heading p {
  margin: 14px 0 0;
  color: var(--ktt-muted);
  font-size: 18px;
  line-height: 1.55;
}

/* ==========================================
   Featured Event
   ========================================== */

.ktt-featured-event-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--ktt-border);
  border-radius: var(--ktt-radius);
  padding: 28px;
  box-shadow: var(--ktt-shadow);
}

.ktt-event-date-block {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 170px;
  border-radius: 24px;
  background: #111;
  color: #fff;
  text-align: center;
}

.ktt-event-date-block strong {
  display: block;
  font-size: 58px;
  line-height: .9;
  letter-spacing: -.06em;
}

.ktt-event-month,
.ktt-event-year {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
}

.ktt-event-main {
  min-width: 0;
}

.ktt-event-meta {
  margin-bottom: 10px;
  color: var(--ktt-muted);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}

.ktt-event-main h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 700;
}

.ktt-event-main p {
  max-width: 780px;
  margin: 16px 0 0;
  color: var(--ktt-muted);
  font-size: 17px;
  line-height: 1.65;
}

.ktt-event-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ktt-event-list li {
  position: relative;
  padding-left: 22px;
  color: #222;
  font-size: 15px;
  font-weight: 650;
}

.ktt-event-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111;
}

/* ==========================================
   Cards
   ========================================== */

.ktt-event-grid,
.ktt-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ktt-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ktt-event-card,
.ktt-benefit-card {
  background: #fff;
  border: 1px solid var(--ktt-border);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .04);
}

.ktt-card-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f0efeb;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ktt-event-card h3,
.ktt-benefit-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.03em;
  font-weight: 700;
}

.ktt-event-card p,
.ktt-benefit-card p {
  margin: 13px 0 0;
  color: var(--ktt-muted);
  font-size: 16px;
  line-height: 1.6;
}

.ktt-text-link {
  display: inline-flex;
  margin-top: 18px;
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 700;
}

.ktt-text-link::after {
  content: "→";
  margin-left: 8px;
}

/* ==========================================
   FAQ
   ========================================== */

.ktt-faq-wrap {
  max-width: 880px;
}

.ktt-faq-list {
  display: grid;
  gap: 12px;
}

.ktt-faq-list details {
  background: #fff;
  border: 1px solid var(--ktt-border);
  border-radius: 18px;
  padding: 18px 20px;
}

.ktt-faq-list summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}

.ktt-faq-list p {
  margin: 12px 0 0;
  color: var(--ktt-muted);
  line-height: 1.6;
}

/* ==========================================
   Final CTA
   ========================================== */

.ktt-events-final-cta {
  padding: 74px 0;
  background: #fff;
}

.ktt-final-cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: var(--ktt-radius);
  background: #111;
  color: #fff;
}

.ktt-final-cta-box p {
  color: rgba(255, 255, 255, .72);
}

.ktt-final-cta-box h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 700;
}

.ktt-final-cta-box p {
  max-width: 620px;
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.55;
}

/* ==========================================
   Responsive
   ========================================== */

@media (max-width: 900px) {
  .ktt-events-hero-grid,
  .ktt-featured-event-card,
  .ktt-final-cta-box {
    grid-template-columns: 1fr;
  }

  .ktt-event-date-block {
    min-height: 130px;
  }

  .ktt-benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ktt-events-wrap {
    width: min(100% - 32px, 1120px);
  }

  .ktt-events-hero {
    padding: 58px 0 40px;
  }

  .ktt-events-hero h1 {
    font-size: clamp(38px, 13vw, 56px);
  }

  .ktt-events-hero p {
    font-size: 17px;
  }

  .ktt-events-section,
  .ktt-events-final-cta {
    padding: 54px 0;
  }

  .ktt-events-actions,
  .ktt-events-actions .ktt-btn {
    width: 100%;
  }

  .ktt-btn {
    width: 100%;
  }

  .ktt-event-grid,
  .ktt-event-list {
    grid-template-columns: 1fr;
  }

  .ktt-featured-event-card {
    padding: 20px;
  }

  .ktt-map-box {
    min-height: 220px;
  }

  /*
   * Do not reposition the state or city pins on mobile.
   * The SVG now scales with the map box, so the desktop pin coordinates
   * remain aligned at smaller screen sizes.
   */

  .ktt-map-pin {
    padding: 6px 9px;
    font-size: 11px;
    line-height: 1;
  }

  .ktt-map-pin::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }

  .ktt-final-cta-box {
    padding: 26px;
  }
}

.ktt-events-page .ktt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ktt-events-page .ktt-eyebrow::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 2px;
  background: #b91c1c;
}