            
    
    a { color:#eaeaea } a:hover{ color:#fff }

    /* Headings in Anton */
    h1,h2,h3,h4,h5,.section-title{ font-family:'Anton',sans-serif; letter-spacing:.06em; text-transform:uppercase; }
    .section{ padding:2rem 0; }


/* ================= CTA (shared) ================= */

.cta-band {
  position: relative;
  background: #000;                 /* or your image via inline style per page */
  color: #fff;
  padding: 5rem 0;
  text-align: center;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .8);    /* dark veil over bg or image */
}
.cta-band .container {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
            color: #fff;
        }

/* Heading in Anton inherits from your global heading rules */
.cta-band .section-title {
  color: #fff;
}

/* Optional sub-title (if used) */
.cta-band .promo-title {
  font-family: 'Anton', sans-serif;
  letter-spacing: .06em;
  font-size: clamp(1.6rem, 4.8vw, 2.6rem);
  margin: .5rem 0 0;
}

/* Body copy */
.cta-band .about-text {
  font-family: Arial, "Anton", Helvetica, sans-serif;
  max-width: 780px;                 /* shared width as requested */
  margin: 0 auto;
}
.cta-band .about-text .lead {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 1.55;
  color: #f0f0f0;
}


/* Red Wording */
.accent-red { color: red; }

/* Buttons */
.btn-cta-light {
  background: #fff;
  color: #b30000;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  padding: 12px 20px;
  text-decoration: none;
}
.btn-cta-light:hover { background: #f9f9f9; color: #8e0000; }

.btn-book {
  background: red;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  text-decoration: none;
}
.btn-book:hover { background: #cc0000; color: #fff; }

       .btn-cta-ghost {
            background: transparent;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 999px;
            font-weight: 800;
            padding: 12px 20px;
        }

        .btn-cta-ghost:hover {
            background: rgba(255, 255, 255, .15);
            color: #fff;
        }


/* Optional outline variant (used elsewhere too) */
.btn-outline {
  border: 1px solid red;
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  text-decoration: none;
}
.btn-outline:hover { background: #ffffff15; color: #fff; }

 /* Testimonials */
        .testi-bg {
            position: relative;
            background: url("img/") center/cover no-repeat;
            color: #fff;
            text-align: center;
            padding: 2.5rem 1rem;
        }

        .testi-bg::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, .65);
        }

        .testi-bg .carousel-inner,
        .testi-bg .carousel-item {
            position: relative;
            z-index: 1;
        }

        /* Match testimonial quote styling to the Keith Richards quote */
        .testi-bg .testi-text {
            font-family: 'Anton', sans-serif;
            /* same font */
            text-transform: none !important;
            /* keep natural casing */
            letter-spacing: .04em;
            /* same tracking */
            font-size: clamp(1.2rem, 3vw, 1.5rem);
            /* same sizing */
            line-height: 1.4;
            /* tighten to feel like a quote */
            margin: 0 auto 1rem;
            /* keep existing centering */
            color: #f5f5f7;
            /* same color as before */
        }

        .testi-bg .testi-img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: .5rem;
            border: 2px solid red;
        }

        .testi-bg .testi-name {
            font-weight: 700;
            color: #fff;
            font-size: .95rem;
        }

/* Surface */

.surface {
            background: transparent;
            border: white solid;
            border-radius: 30px;
            padding: 0.5rem;
            height: 100%;
        }

            header.hero{
      position:relative;
      min-height:calc(100vh - 100px);
      display:grid; place-items:center;
      text-align:center; overflow:hidden;
    }
    .hero::before{
      content:""; position:absolute; inset:0;
      filter:brightness(.6); transform:scale(1.05);
    }
    .hero::after{
      content:""; position:absolute; inset:0;
      background: radial-gradient(ellipse at center, rgba(0,0,0,.2) 0%, rgba(0,0,0,.6) 70%, rgba(0,0,0,.85) 100%);
    }
    .hero-content{ position:relative; z-index:2; padding:0 1rem; max-width: 980px; }
    .hero-title{ font-size: clamp(2.2rem, 6vw, 3.6rem); line-height:1.05; margin:0 0 .6rem; max-width: 650px; }
    .hero-title .years{ color:red; }
.hero-sub {
  font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif; /* ⬅️ Roboto first */
  color: #cfcfe6;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.section { padding:2rem 0;}


/* Gig Dates */

      .no-gigs {
            background: #17171c;
            border: 1px dashed #3a3a48;
            border-radius: 16px;
            padding: 24px;
            text-align: center;
            color: #cfcfe6;
        }  
     
     .gig-card .btn-book {
            background: red;
            border: 1px solid red;
            color: #fff;
        }

        .gig-card .btn-book:hover,
        .gig-card .btn-book:focus {
            background: #cc0000;
            border-color: #cc0000;
            color: #fff;
        }

                .gig-card {
            background: #17171c;
            border: 1px solid red;
            border-radius: 16px;
            padding: 16px 18px;
            display: flex;
            align-items: center;
            gap: 16px;
            transition: transform .08s ease, border-color .12s ease;
        }

        .gig-date {
            min-width: 210px;
            font-weight: 600;
            font-size: 1rem;
            color: #fff;
            opacity: .95;
        }

        .gig-main {
            flex: 1;
        }

        .gig-venue {
            font-weight: 700;
            font-size: 1.2rem;
            color: #fff;
        }

        .gig-sub {
            margin-top: 2px;
            font-size: .9rem;
            color: #b8b8c7;
        }

        .gig-type {
            display: block;
            margin-top: 6px;
            font-size: .82rem;
            color: #9a9ab0;
        }

        .gig-actions {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-left: auto;

        }

        /* On very small devices, let date go full-width above the venue if needed */
@media (max-width: 400px) {
  .gig-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .gig-date {
    min-width: auto;
    width: 100%;
    margin-bottom: 4px;
  }
}

/* “Where we play” style blocks reused */
.who-block{ background:#17171c; border:1px solid #242430; border-radius:16px; overflow:hidden; margin-bottom:1.5rem; }
    .who-left{ padding:1.5rem 1.5rem; }
    .who-left h3{ font-family:'Anton',sans-serif; text-transform:none!important; letter-spacing:.06em; font-size: clamp(1.4rem, 3.8vw, 2.1rem); margin-bottom:.4rem; color:#fff; }
    .who-left p{ font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: clamp(0.98rem, 1.6vw, 1.06rem); line-height:1.6; color:#c4c4cf; }
    .who-img-wrap{ min-height: 240px; height: 100%; }
    .who-photo{ width:100%; height:100%; object-fit:cover; display:block; } 

      
    
        /* Quote box */
        .quote-title {
            font-family: 'Anton', sans-serif;
            text-transform: none !important;
            /* keep natural casing */
            letter-spacing: .04em;
            font-size: clamp(1.2rem, 3vw, 1.5rem);
            margin: 0;
            color: #f5f5f7;
        }

        .quote-wrap {
            border-radius: 16px;
            margin-top: 20px;
        }

        /* ===== Where We Play — make the image truly fill the column ===== */

/* Kill the old height constraint on the column */
.who-img-wrap { height: auto !important; }  /* overrides your earlier height:100% */

/* Mobile: tidy 16:9 thumbnail that can crop slightly */
.who-img-wrap .who-photo{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

/* Desktop: image fills full column height */
@media (min-width: 992px){
  .who-block .row{ align-items: stretch; }  /* equal heights for both cols */

  /* Use CSS Grid so the child can size to the column’s height */
  .who-img-wrap{
    display: grid;         /* grid makes it easy for the child to be 100% x 100% */
    min-height: 0;         /* prevent weird growth from earlier min-heights */
  }
  .who-img-wrap .who-photo{
    width: 100%;
    height: 100%;          /* <-- this is the key: fill the column’s computed height */
    aspect-ratio: auto;    /* hand height control to height:100% */
    object-fit: cover;     /* zoom/crop to remove blank space */
    object-position: center;
  }

  /* Optional: if you set a consistent block height, do it here */
  /* .who-block .row{ min-height: 380px; } */
}

