/* Landing – stesso look del live template 52769 (template-help.com/joomla_52769) */
:root {
  --site-font: 'Ubuntu', -apple-system, BlinkMacSystemFont, sans-serif;
  --site-accent: #fa4657;
  --site-accent-hover: #e63d4d;
}

* { box-sizing: border-box; }
body.site-landing {
  margin: 0;
  font-family: var(--site-font);
  color: #303334;
  line-height: 1.5;
  min-height: 100vh;
}

#wrapper { min-height: 100vh; }
.wrapper-inner { min-height: 100vh; margin-bottom: -200px; }
#push { height: 200px; }

.row-container { width: 100%; }
.container-narrow {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ===== HEADER (come live: headerBg) ===== */
.headerInner {
  background: var(--bg-header, url(../images/template/headerBg.jpg)) center bottom no-repeat #245566;
  padding-top: 43px;
  padding-bottom: 0;
}

#top-row { padding-bottom: 20px; }
.top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

#logo a {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
#logo a:hover { color: var(--site-accent); }

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-weight: 500;
}
.site-nav a:hover { color: #fff; }

#navigation-row { padding-bottom: 23px; }

/* ===== SHOWCASE (hero – come live: showcaseBg) ===== */
#showcase-row {
  background: var(--bg-showcase, url(../images/template/showcaseBg.jpg)) center center repeat #2a2a2a;
  color: #fff;
  padding: 111px 0 72px;
  text-align: center;
}

#showcase-row h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  letter-spacing: -2px;
  text-transform: uppercase;
}
#showcase-row .hero-subtitle {
  font-size: 1.25rem;
  opacity: 0.95;
  margin: 0 0 1.5rem;
}
#showcase-row .btn-hero {
  display: inline-block;
  background: #fff;
  color: #303334;
  padding: 18px 28px;
  font-family: var(--site-font);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: background 0.2s, color 0.2s;
}
#showcase-row .btn-hero:hover {
  background: var(--site-accent);
  color: #fff;
}

/* ===== FEATURE (barra rossa – 6 box come live) ===== */
#feature-row {
  background: var(--site-accent);
  color: #fff;
  padding: 82px 0 48px;
}

.feature-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-posts .item {
  background: rgba(255,255,255,0.15);
  padding: 24px 16px;
  text-align: center;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-posts .item:nth-child(1) { background: #fa4d60; }
.feature-posts .item:nth-child(2) { background: #b570a2; }
.feature-posts .item:nth-child(3) { background: #64bcee; }
.feature-posts .item:nth-child(4) { background: #fa824a; }
.feature-posts .item:nth-child(5) { background: #5fb6b7; }
.feature-posts .item:nth-child(6) { background: #77ccdc; }

.feature-posts .item .num {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  background: var(--bg-dropcap, url(../images/template/dropcapBg.png)) 0 0 repeat;
  font-size: 11px;
  color: #fff;
  margin-bottom: 8px;
}
.feature-posts .item figcaption {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.feature-posts .item p { margin: 0; font-size: 0.9rem; opacity: 0.95; }
.feature-posts .item a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  margin-top: 8px;
  display: inline-block;
}
.feature-posts .item a:hover { text-decoration: underline; }

/* ===== CONTENT (Music & Events, who we are, our team) ===== */
#content-row {
  padding: 120px 0 48px;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem;
  color: #303334;
}
.section-lead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2rem;
  color: #666;
  font-size: 1.05rem;
}

.block-who, .block-team {
  margin-bottom: 3rem;
}
.block-team .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.block-team .card {
  border-left: 3px solid var(--site-accent);
  padding: 24px 16px;
  transition: background 0.2s, border-color 0.2s;
}
.block-team .card:hover {
  background: #f8f8f8;
  border-left-color: #303334;
}
.block-team .card h3 { font-size: 1.1rem; margin: 0 0 0.25rem; }
.block-team .card p { margin: 0; color: #666; font-size: 0.9rem; }

/* ===== MAINBOTTOM (come live: mainbottomBg2) ===== */
#mainbottom-row {
  background: var(--bg-mainbottom, url(../images/template/mainbottomBg2.jpg)) center center repeat #1a1a1a;
  padding: 100px 0 72px;
  color: #fff;
  text-align: center;
}
#mainbottom-row .section-title { color: #fff; }
#mainbottom-row .section-lead { color: rgba(255,255,255,0.9); }

.newsletter-form {
  max-width: 480px;
  margin: 1.5rem auto 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.newsletter-form input[type="email"] {
  flex: 1;
  min-width: 200px;
  padding: 12px 16px;
  font-size: 1rem;
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 0;
}
.newsletter-form input[type="email"]::placeholder { color: rgba(255,255,255,0.6); }
.newsletter-form button {
  padding: 12px 24px;
  font-family: var(--site-font);
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  color: #303334;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.newsletter-form button:hover { background: var(--site-accent); color: #fff; }

/* ===== FOOTER ===== */
#footer-wrapper {
  background: #245566;
  color: rgba(255,255,255,0.9);
  padding: 2rem 0;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.copyright { font-size: 0.9rem; }
.copyright .site-name { font-weight: 700; color: #fff; }
.footer-links a { color: rgba(255,255,255,0.9); text-decoration: none; }
.footer-links a:hover { color: #fff; }

@media (max-width: 768px) {
  .headerInner { padding-top: 24px; }
  #showcase-row { padding: 60px 0 48px; }
  #feature-row { padding: 48px 0 32px; }
  .feature-posts { grid-template-columns: repeat(2, 1fr); }
  #content-row { padding: 60px 0 32px; }
  #mainbottom-row { padding: 60px 0 48px; }
}
