/* =====================================================
   CICFEST UK — styles.css
   Wireframe / skeleton layout — no colour, grey + outlined
   ===================================================== */
 
 
/* ////////////////////////////////////////////////////
   BASE
//////////////////////////////////////////////////// */
*, *::before, *::after { box-sizing: border-box; }
 
body {
  font-family: 'Bebas Neue', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #FFF3E3;
  color: #1a1a1a;
}
.container {
  max-width: 100% !important;  
  padding-left: 158px !important;
  padding-right: 158px !important;
}



/* ////////////////////////////////////////////////////
   NAVBAR
//////////////////////////////////////////////////// */
.navbar {
  font-family: "Bungee", sans-serif;
  background-color: #fafaf8;
  min-height: 72px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0 1rem;
  
}

/* .logo {
  width: auto;
  height: 500px;
  size: 122px;   
  padding: 5px;
} */
.brand-logo img {
  max-height: none !important;
  height: 120px;
  width: auto;
  padding: 5px;
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-est {
  font-family: "Bungee", sans-serif;
  font-size: 0.65rem;
  font-weight: 200;
  color: #5c5c5c;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.nav-link {
  color: #333;
  font-size: 1.25rem;
  font-weight: 100;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #000;
  background-color: transparent !important;
}
 
.nav-link.active {
  color: #e61f1f;
  font-weight: 100;
  border-radius: 4px;
}
/* Get tickets link */
.nav-cta-btn {
  background-color: #e61f1f;
  color: #FFF3E3;
  border-radius: 4px;
  font-size: 1.25rem;
  font-weight: 200;
  border: 1.5px solid #aa1414;
  transition: 0.2s ease;
}
 
.nav-cta-btn:hover {
  background-color: #1FB701;
  color: #FFF3E3;
}
 
.navbar-burger span {
  background-color: #000000;
  height: 3px;
  width: 28px;
  left: calc(50% - 14px);
}


.navbar-burger {
  margin-top: 10px;
  width: 56px;
  height: 56px;
  background-color: #FFF3E3;
  border-radius: 6px;
  border: 1px solid #1FB701;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 9px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 7px);
}


/* ////////////////////////////////////////////////////
   STRIPE ACCENT
//////////////////////////////////////////////////// */
.stripe {
  display: flex;
  height: 5px;
  width: 100%;
}
 
.stripe span { flex: 1; }
.s1 { background-color: #1FB701; }
.s2 { background-color: #FF120A; }
.s3 { background-color: #F2C40C; }
 

/* ////////////////////////////////////////////////////
   HERO
//////////////////////////////////////////////////// */
.hero-section {
  background-color: #2a2a2a;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px 60px;
}
.hero-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #e2cb47;
  margin-bottom: 20px;
}
 
.hero-title {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(72px, 20vw, 160px); 
  line-height: 0.95;
  color: #e0e0e0;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
 
.hero-title .outline-word {
  color: transparent;
  -webkit-text-stroke: 1px #aaa;
}
.cameroon {
  color: #009639; 
}

.international {
  color: #ce1126; 
}

.cultural {
  color: #fcd116; 
}
 
.hero-tagline {
 font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFF3E3;
  max-width: 680px;
  line-height: 1.5;
  margin: 0 auto 36px;
}

/* Ticket card */
.hero-ticket {
  display: inline-flex;
  align-items: stretch;
  background-color: #ce1126;
  border: 1px solid #666;
  border-radius: 10px;
  max-width: 420px;
  width: 100%;
  position: relative;
}
 
.hero-ticket::before,
.hero-ticket::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #2a2a2a;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
 
.hero-ticket::before { left: -8px; }
.hero-ticket::after  { right: -8px; }
 
.ht-date {
  padding: 18px 20px;
  min-width: 90px;
  text-align: center;
  border-right: 1px dashed #666;
}
 
.ht-day {
  font-family: "Antonio", sans-serif;
  font-size: 72px;
  line-height: 1;
  color: #fffefe;
}
 
.ht-month,
.ht-year {
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
 
.ht-info {
  font-family: "Fredoka", sans-serif;
  padding: 16px 20px;
  text-align: left;
  flex: 1;
}
 
.ht-time {
  font-size: 0.9rem;
  font-weight: 800;
  color: #2b2a2a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
 
.ht-venue {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fffdfd;
  line-height: 1.5;
  margin-bottom: 14px;
}
 
.ht-btn {
  display: inline-block;
  background-color: #dfa916;
  color: #333;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 7px 18px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}
 
.ht-btn:hover {
  background-color: #c29607;
  color: #000;
}


/* ////////////////////////////////////////////////////
   CONVEYOR BELT
//////////////////////////////////////////////////// */
.conveyor-outer {
  background-color: #2d5cb3;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
 
.conveyor-label {
  font-family: "Bungee", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  color: #f8f8f8;
  padding: 10px 0 4px;
}
 
.conveyor-track {
  padding: 8px 0 14px;
  overflow: hidden;
}
 
.belt {
  display: flex;
  gap: 0;
  width: max-content;
  animation: beltScroll 22s linear infinite;
}
 
.belt:hover { animation-play-state: paused; }
 
@keyframes beltScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
 
.a-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 40px;
  padding: 8px 18px;
  margin: 0 8px;
  white-space: nowrap;
}
 
.av {
  font-size: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #bbb;
  border: 1px solid #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.aname {
  font-family: "Bungee", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  color: #222;
  margin: 0;
  letter-spacing: 0.04em;
}
 
.atag {
  font-size: 1.15rem;
  font-weight: 600;
  color: #666;
  margin: 0;
}
 
.belt-sep {
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #aaa;
  align-self: center;
  margin: 0 4px;
}


/* ////////////////////////////////////////////////////
   ABOUT SECTION — feature cards
//////////////////////////////////////////////////// */
.about-img {
  height: 420px;
}
 
.features-grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 32px;
}
.feature-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 24px;
}

.card-1 {
  background-color: #00963970; /* Cameroon green */
  color: #fff;
}

.card-2 {
  background-color: #ce11276b; /* Cameroon red */
  color: #fff;
}
.card-3 {
  background-color: #fcd21679; /* Cameroon yellow */
  color: #1a1a1a;
}
.fc-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-color: #0b183500;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #070707;
}
 
.fc-icon svg {
  width: 100px;
  height: 100px;
}
 
.fc-title {
  font-family: "Bungee", sans-serif;
  font-size: 1.25rem;
  padding-top: 5px;
  font-weight: 200;
  color: #1a1a1a;
  margin: 0 0 4px;
}
 
.fc-body {
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ////////////////////////////////////////////////////
   SHARED SECTION STYLES
//////////////////////////////////////////////////// */
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
 
.section-eyebrow {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 8px;
}
 
.section-title {
  font-family: "Bungee", sans-serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 200;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.section-label span:last-child {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #999;
}
 
.flag-stripe {
  display: flex;
  height: 14px;
  width: 28px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #bbb;
}
 
.flag-stripe span { flex: 1; }
.fs-1 { background-color: #1FB701; }
.fs-2 { background-color: #FF120A; }
.fs-3 { background-color: #F2C40C; }
 
.section-body {
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 28px;
}
 
.outline-btn {
  font-family: "Bungee", sans-serif;
  background-color: transparent;
  color: #333;
  border: 2px solid #333;
  border-radius: 4px;
  font-weight: 200;
  font-size: 1.25rem;
  transition: 0.2s ease;
}
 
.outline-btn:hover {
  background-color: #e61f1f;
  color: #f5f5f5;
}



/* ////////////////////////////////////////////////////
   LINEUP
//////////////////////////////////////////////////// */
.artist-card {
  background-color: #e4e4e438;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  height: 100%;
}
 
.artist-headliner {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  padding: 24px;
  justify-content: center;
}


.artist-img {
  height: 380px;
  min-width: 180px;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
  display: block;
  margin: 0 auto 12px auto;
}

.artist-headliner .artist-img {
  width: 260px;
  height: 500px;
  font-weight: 700;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  margin: 0;
}
 
.artist-tag {
  font-family: "Bungee", sans-serif;
  font-size: 0.65rem;
  font-weight: 200;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777;
  display: block;
  margin-bottom: 6px;
}
 
.artist-name {
  font-family: "Bungee", sans-serif;
  font-size: 1.6rem;
  color: #1a1a1a;
  margin: 0 0 10px;
  font-weight: 200;
}
 
.artist-bio {
   font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ////////////////////////////////////////////////////
   TICKETS
//////////////////////////////////////////////////// */
.tickets-section {
  background-color: #ebebeb;
}
 
.ticket-tiers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px 0 24px;
}
 
.ticket-tier {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 20px 24px;
}

.tier-1 {
  background-color: #00963970; /* Cameroon green */
  color: #fff;
}

.tier-2 {
  background-color: #ce11276b; /* Cameroon red */
  color: #fff;
   border: 6px solid gold;
}
.tier-3 {
  background-color: #fcd21679; /* Cameroon yellow */
  color: #1a1a1a;
}
 
.tier-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
 
.tier-label {
  font-family: "Bungee", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2e2e2e;
}
 
.tier-price {
  font-family: "Bungee", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  color: #1a1a1a;
}
 
.tier-desc {
  font-family: "Fredoka", sans-serif;
  font-size: 1.05rem;
  color: #424242;
  line-height: 1.6;
  margin: 0;
}
 
.ticket-notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background-color: #ddd;
  border: 1px solid #bbb;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 28px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}
 
.ticket-notice svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: #888;
}
 
.ticket-cta-wrap {
  text-align: center;
}


 


/* ////////////////////////////////////////////////////
   TICKETS CTA
//////////////////////////////////////////////////// */
.tickets-cta .section-body {
  max-width: 480px;
  margin: 0 auto 28px;
}
 
.cta-btn {
  font-family: "Bungee", sans-serif;
  background-color: #e61f1f;
  color: #f5f5f5;
  border-radius: 4px;
  font-size: 1.85rem;
  font-weight: 200;
  padding: 14px 36px;
  transition: 0.2s ease;
}
 
.cta-btn:hover {
  background-color:  #009639;
  color: #f5f5f5;
}


/* ////////////////////////////////////////////////////
   SCHEDULE
//////////////////////////////////////////////////// */
.schedule-list {
  max-width: 640px;
  margin: 0 auto;
}
 
.schedule-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
 
.sched-time {
  font-family: "Bungee", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  color: #888;
  min-width: 90px;
  margin: 0;
}
 
.sched-act {
  font-family: "Bungee", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  color: #1a1a1a;
  margin: 0 0 4px;
}
 
.sched-stage {
  font-family: "Bungee", sans-serif;
  font-size: 1.25rem;
  color: #888;
  margin: 0;
  letter-spacing: 0.06em;
}

/* ////////////////////////////////////////////////////
   SCHEDULE — what to expect grid
//////////////////////////////////////////////////// */
.expect-label {
  margin-top: 48px;
  margin-bottom: 20px;
}
 
.expect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
 
.expect-card {
  background-color: #5586e0dc;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
}
 
.expect-icon {
  font-size: 70px;
  margin-bottom: 10px;
}
 
.expect-title {
  font-family: "Bungee", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  color: #1a1a1a;
  margin: 0 0 8px;
}
 
.expect-body {
  font-size: 1.25rem;
  color: #fffdfd;
  line-height: 1.6;
  margin: 0;
}




/* ////////////////////////////////////////////////////
   CONTACT
//////////////////////////////////////////////////// */
.contact-section {
  background-color: #f5f5f5;
}
 
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}
 
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fcd21679;  
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px 24px;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* #fcd21679 #ce11276b #00963970 */
 
.contact-card:hover {
  background-color: #ce11276b;
  border-color: #aaa;
}
 
.cc-icon {
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  background-color: #00963970;
  border: 1px solid #bbb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
 
.cc-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
 
.cc-title {
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
 
.cc-info {
  font-size: 1.25rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* ////////////////////////////////////////////////////
   LOCATION — stations + hotels
//////////////////////////////////////////////////// */
.location-sub-label {
  margin-top: 48px;
  margin-bottom: 20px;
}
 
.station-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
 
.station-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-radius: 8px;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  margin: 40px;
}
 
.station-icon {
  font-size: 50px;
  flex-shrink: 0;
}
 
.station-name {
  font-family: 'Bungee', sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  color: #1a1a1a;
  margin: 0 0 4px;
}
 
.station-info {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.25rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.station-green{
  background-color: #00963970;

}
.station-red{
  background-color: #ce11276b;

}

.station-yellow{
  background-color: #fcd21679;

}
.station-card:hover {
  transform: scale(1.02);
}

 
.hotel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
 
.hotel-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background-color: #00963970;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 18px 20px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
 /* #fcd21679 #ce11276b #00963970 */
.hotel-card:hover {
  background-color: #009639a6;
  border-color: #aaa;
}
 
.hotel-icon {
  font-size: 50px;
  flex-shrink: 0;
}
 
.hotel-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
 
.hotel-name {
  font-family: 'Bungee', sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  color: #1a1a1a;
  margin: 0;
}
 
.hotel-info {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.25rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
 
.hotel-link {
  font-size: 0.95rem;
  font-weight: 700;
  color: #555;
  letter-spacing: 0.03em;
}



.icon-title{
  font-family: 'Bungee', sans-serif;
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 24px;
  color: #1a1a1a;

}
.insta-icon{
   width: 50px;
  height: 50px;
  margin: 0 12px;
}
.insta-icon:hover{
  transform: scale(1.2);

}
.icon-info{
  padding-top: 24px;
  font-size: 1.25rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}





/* ////////////////////////////////////////////////////
   ABOUT PAGE DESIGN
//////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////
   ABOUT HERO
//////////////////////////////////////////////////// */
.about-hero {
  background-color: #2a2a2a;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 24px 40px;
}
 
.about-hero-title {
  font-family: 'Bungee', sans-serif;
  font-size: clamp(48px, 10vw, 90px);
  font-weight: 200;
  color: #e0e0e0;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 8px;
}
 
.about-hero-sub {
  font-family: 'Bungee', sans-serif;
  font-size: clamp(36px, 8vw, 72px);
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
}
 
/* Outline colour accent letters — grey wireframe for now */
.ah-c  { color: #1FB701; }
.ah-i  { color: #FF120A; }
.ah-cf { color: #F2C40C; }




/* ////////////////////////////////////////////////////
   ABOUT INFO SECTION
//////////////////////////////////////////////////// */
.about-info-section {
  background-color: #f5f5f5;
}
 
.about-page-img {
  height: 420px;
}
 
.about-subtitle {
  font-family: 'Bungee', sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  color: #1a1a1a;
  margin: 0 0 4px;
}
 
.about-tagline {
  font-family: 'Bungee', sans-serif;
  font-size: 0.95rem;
  font-weight: 100;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 20px;
}
 


/* ////////////////////////////////////////////////////
   MISSION SECTION
//////////////////////////////////////////////////// */
.about-mission-section {
  font-family: 'Fredoka', sans-serif;
  background-color: #ebebeb;
}
 
.mission-img {
  height: 380px;
}



/* ////////////////////////////////////////////////////
   GALLERY PAGE
//////////////////////////////////////////////////// */
.weddingtitle, .bdaytitle {
  font-size: clamp(2rem, 5vw, 60px);
  font-weight: 700;
  color: #ffd857;
  margin-top: 12px;
  margin-bottom: 32px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  position: relative;
  cursor: pointer;
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img,
.gallery-item:hover video {
  transform: scale(1.04);
}


/* ////////////////////////////////////////////////////
   FAQ
//////////////////////////////////////////////////// */
.faq-section {
  background-color: #f5f5f5;
}
 
.faq-list {
  max-width: 720px;
  margin: 32px auto 0;
}
 
.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 18px 0;
}
 
.faq-item:first-child {
  border-top: 1px solid #ccc;
}
 
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
}
 
.faq-question::-webkit-details-marker {
  display: none;
}
 
.faq-arrow {
  font-size: 1.1rem;
  color: #888888;
  transition: transform 0.2s ease;
}
 
.faq-item[open] .faq-arrow {
  transform: rotate(180deg);
}
 
.faq-answer {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
  margin: 14px 0 0;
}



/* ////////////////////////////////////////////////////
   FOOTER
//////////////////////////////////////////////////// */
.site-footer {
  background-color: #2a2a2a;
  padding: 60px 0 40px;
  border-top: 1px solid #444;
}
 
.footer-brand {
  font-family: 'Bungee', sans-serif;
  font-size: 1.2rem;
  color: #e0e0e0;
  margin: 0 0 2px;
  font-weight: 200;
}
 
.footer-sub {
  font-size: 0.7rem;
  color: #777;
  letter-spacing: 0.15em;
  margin: 0 0 16px;
}
 
.footer-copy {
  font-size: 0.75rem;
  color: #666;
  margin: 0;
}
 
.footer-heading {
  font-family: 'Bungee', sans-serif;
  font-size: 0.75rem;
  font-weight: 200;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 12px;
}
 
.footer-links {
  font-family: 'Fredoka', sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.footer-links li { margin-bottom: 8px; }
 
.footer-links a {
  font-size: 0.85rem;
  color: #777;
  text-decoration: none;
  transition: color 0.2s;
}
 
.footer-links a:hover { color: #e0e0e0; }



/* ====================================================
   RESPONSIVE — CICFEST UK
   Breakpoints:
     tablet  : max-width 1024px
     mobile  : max-width 768px
     small   : max-width 480px
==================================================== */
 
/* ////////////////////////////////////////////////////
   TABLET  (≤ 1024px)
//////////////////////////////////////////////////// */
@media screen and (max-width: 1024px) {
 
  /* Container — reduce the huge desktop padding */
  .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
 
  /* Navbar logo slightly smaller */
  .brand-logo img {
    height: 80px;
  }
 
  /* Hero title scale back a little */
  .hero-title {
    font-size: clamp(48px, 12vw, 100px);
  }
 
  /* About feature cards — wrap to column on tablet */
  .features-grid {
    flex-direction: column;
    gap: 16px;
  }
 
  /* Artist live act cards — 3 per row on tablet */
  .column.is-one-fifth {
    width: 33.333% !important;
  }
 
  /* Headliner: slightly smaller image */
  .artist-headliner .artist-img {
    width: 220px;
    height: 380px;
  }
 
  /* Expect grid: 2 columns on tablet */
  .expect-grid {
    grid-template-columns: repeat(2, 1fr);
  }
 
  /* Contact cards: stack to 1 column */
  .contact-cards-grid {
    grid-template-columns: 1fr;
  }
 
  /* Station grid: 1 column */
  .station-grid {
    grid-template-columns: repeat(2, 1fr);
  }
 
  /* Hotel grid: 1 column */
  .hotel-grid {
    grid-template-columns: 1fr;
  }
 
  /* Ticket card wider */
  .hero-ticket {
    max-width: 95%;
  }
 
  /* CTA button slightly smaller */
  .cta-btn {
    font-size: 1.4rem;
  }
}
 
 
/* ////////////////////////////////////////////////////
   MOBILE  (≤ 768px)
//////////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
 
  /* Container — tight mobile padding */
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
 
  /* ---- NAVBAR ---- */
  .navbar {
    min-height: 64px;
    padding: 0 16px;
  }
 
  .brand-logo img {
    height: 56px;
  }
 
  /* Bulma mobile menu: white bg so it reads */
  .navbar-menu.is-active {
    background-color: #FFCE0A;
    padding: 12px 0 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
 
  .navbar-menu.is-active .navbar-end {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 4px;
  }
 
  .navbar-menu.is-active .navbar-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    width: 100%;
  }
 
  .navbar-menu.is-active .navbar-item:last-child {
    border-bottom: none;
    padding-top: 14px;
  }
 
  .nav-link {
    font-size: 1.1rem;
  }
 
  .nav-cta-btn {
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
 
  /* ---- HERO ---- */
  .hero-section {
    padding: 60px 20px 48px;
    min-height: auto;
  }
 
  .hero-title {
    font-size: clamp(36px, 13vw, 72px);
    line-height: 1.05;
    margin-bottom: 16px;
  }
 
  .hero-kicker {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
  }
 
  .hero-tagline {
    font-size: 1rem;
    margin-bottom: 28px;
  }
 
  /* Ticket card: stack date above info */
  .hero-ticket {
    flex-direction: column;
    max-width: 340px;
    border-radius: 12px;
  }
 
  .hero-ticket::before,
  .hero-ticket::after {
    display: none; /* hide the notch cutouts on mobile — they look odd stacked */
  }
 
  .ht-date {
    border-right: none;
    border-bottom: 1px dashed #666;
    padding: 16px 20px 12px;
    min-width: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
 
  .ht-day {
    font-size: 52px;
  }
 
  .ht-month,
  .ht-year {
    font-size: 0.8rem;
  }
 
  .ht-info {
    padding: 14px 20px 18px;
    width: 100%;
  }
 
  /* ---- CONVEYOR BELT ---- */
  .conveyor-label {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
  }
 
  .aname {
    font-size: 1rem;
  }
 
  .atag {
    font-size: 0.85rem;
  }
 
  /* ---- SECTIONS ---- */
  .section {
    padding: 60px 0;
  }
 
  .section-title {
    font-size: clamp(1.6rem, 6vw, 2.4rem);
  }
 
  .section-body {
    font-size: 1rem;
  }
 
  /* ---- ABOUT FEATURE CARDS ---- */
  .features-grid {
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
  }
 
  /* Bulma columns: force stack on mobile */
  .columns {
    flex-direction: column !important;
  }
 
  .column {
    width: 100% !important;
  }
 
  /* ---- LINEUP ---- */
 
  /* Headliner: stack image above text */
  .artist-headliner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px;
  }
 
  .artist-headliner .artist-img {
    width: 100%;
    max-width: 300px;
    height: 340px;
  }
 
  /* Live acts: 2 per row */
  .column.is-one-fifth {
    width: 50% !important;
  }
 
  .artist-img {
    height: 260px;
    min-width: unset;
    width: 100%;
  }
 
  .artist-name {
    font-size: 1.2rem;
  }
 
  /* ---- TICKETS ---- */
  .tier-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
 
  .tier-label {
    font-size: 1rem;
  }
 
  .tier-price {
    font-size: 1.1rem;
  }
 
  .tier-desc {
    font-size: 0.95rem;
  }
 
  .cta-btn {
    font-size: 1.1rem;
    padding: 14px 24px;
    width: 100%;
    text-align: center;
  }
 
  /* ---- SCHEDULE ---- */
  .schedule-list {
    max-width: 100%;
  }
 
  .expect-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 
  .expect-title {
    font-size: 1rem;
  }
 
  .expect-body {
    font-size: 1rem;
  }
 
  .expect-icon {
    font-size: 48px;
  }
 
  .sched-time {
    font-size: 1rem;
    min-width: 80px;
  }
 
  .sched-act,
  .sched-stage {
    font-size: 1rem;
  }
 
  /* ---- CONTACT ---- */
  .contact-cards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 
  .cc-title {
    font-size: 1rem;
  }
 
  .cc-info {
    font-size: 1rem;
  }
 
  .cc-icon {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }
 
  /* ---- LOCATION ---- */
  .station-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 
  .hotel-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 
  .station-icon,
  .hotel-icon {
    font-size: 36px;
  }
 
  .station-name,
  .hotel-name {
    font-size: 1rem;
  }
 
  .station-info,
  .hotel-info {
    font-size: 0.95rem;
  }
 
  /* ---- SOCIAL ---- */
  .icon-title {
    font-size: 1.6rem;
  }
 
  /* ---- FOOTER ---- */
  .site-footer .columns {
    flex-direction: column !important;
    gap: 32px;
  }
 
  .site-footer .column {
    width: 100% !important;
  }
 
  /* ---- ABOUT PAGE ---- */
  .about-hero {
    padding: 48px 20px 32px;
    min-height: 200px;
  }
 
  .cameroon-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 24px;
  }
 
  .map-placeholder {
    min-height: 240px;
    margin-bottom: 24px;
  }
}
 
 
/* ////////////////////////////////////////////////////
   SMALL MOBILE  (≤ 480px)
//////////////////////////////////////////////////// */
@media screen and (max-width: 480px) {
 
  .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
 
  .hero-title {
    font-size: clamp(30px, 11vw, 52px);
  }
 
  .hero-tagline {
    font-size: 0.9rem;
  }
 
  /* Live acts: 1 per row on very small screens */
  .column.is-one-fifth {
    width: 100% !important;
  }
 
  .artist-img {
    height: 300px;
  }
 
  .cta-btn {
    font-size: 1rem;
  }
 
  .section-title {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }
 
  .fc-body,
  .section-body {
    font-size: 0.95rem;
  }
 
  .ht-day {
    font-size: 40px;
  }
 
  .about-hero-title {
    font-size: clamp(36px, 10vw, 60px);
  }
 
  .about-hero-sub {
    font-size: clamp(26px, 8vw, 48px);
  }
}



