/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Ravenscroft';
  src: url('../fonts/Ravenscroft.ttf') format('truetype');
  font-display: swap;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #d8d8d8;
  background: #0a0d07;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s ease, opacity .25s ease; }
a:hover { color: #c4c63a; }

/* ---------- Layout helpers ---------- */
.container { width: min(1180px, 92%); margin: 0 auto; }
section { padding: 110px 0; position: relative; }
section + section { border-top: 1px solid rgba(255,255,255,0.05); }

.eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #888a36;
  margin-bottom: 18px;
}
h1, h2, h3 {
  font-family: 'Ravenscroft', 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #ece9d2;
}
h2 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); margin-bottom: 36px; }
h3 { font-size: 1.35rem; }
p { color: #b8b3aa; }

/* ---------- Background atmosphere ---------- */
body::before {
  content: '';
  position: fixed; inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(150, 158, 50, 0.16), transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(70, 80, 20, 0.28), transparent 55%),
    #0a0d07;
  z-index: -2;
}
body::after {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.06 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

/* ---------- Navigation ---------- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 18px 0;
  background: rgba(10,13,7,0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: padding .3s ease, background .3s ease;
}
nav.scrolled { padding: 12px 0; background: rgba(10,13,7,0.88); }
nav .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
nav .brand { display: flex; align-items: center; gap: 12px; font-family: 'Cinzel', serif; letter-spacing: 0.3em; font-size: 0.85rem; text-transform: uppercase; color: #e8e2d3; }
nav .brand img { height: 36px; width: auto; }
nav ul { display: flex; gap: 32px; list-style: none; }
nav ul a {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #b8b3aa;
  position: relative;
  padding: 6px 0;
}
nav ul a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: #c4c63a; transition: width .3s ease;
}
nav ul a:hover { color: #ece9d2; }
nav ul a:hover::after { width: 100%; }

.lang-toggle {
  display: flex; gap: 0;
  border: 1px solid rgba(196,198,58,0.35);
  border-radius: 2px;
  overflow: hidden;
}
.lang-toggle button {
  background: transparent; border: 0; color: #b8b3aa;
  font-family: 'Cinzel', serif; font-size: 0.7rem; letter-spacing: 0.2em;
  padding: 6px 12px; cursor: pointer; transition: all .25s ease;
}
.lang-toggle button.active { background: #c4c63a; color: #0a0a0a; }

.nav-toggle { display: none; background: transparent; border: 0; color: #ece9d2; cursor: pointer; padding: 6px; }
.nav-toggle svg { width: 26px; height: 26px; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  padding: 0;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('../Pictures and logos/hero_band.jpg');
  background-size: cover;
  background-position: center 30%;
  filter: contrast(1.05) brightness(0.5);
  z-index: 0;
}
/* On narrow screens the landscape photo zooms in so much only the singer shows.
   Zoom out so the full band is visible; the photo's black bg blends with the page. */
@media (max-width: 600px) {
  .hero-bg {
    background-size: 200%;
    background-position: center 15%;
  }
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,13,7,0.35) 0%, rgba(10,13,7,0.6) 60%, rgba(10,13,7,1) 100%),
    radial-gradient(ellipse at center, transparent 30%, rgba(10,13,7,0.7) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 0 20px; }
.hero-symbol {
  width: auto; height: 130px;
  margin: 0 auto 28px;
  filter: drop-shadow(0 0 28px rgba(196,198,58,0.35));
  animation: floatY 5s ease-in-out infinite;
}
.hero-wordmark {
  width: min(720px, 88vw);
  height: auto;
  margin: 0 auto 32px;
  display: block;
  filter: drop-shadow(0 6px 30px rgba(0,0,0,0.7));
}
@keyframes floatY {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hero h1 {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
.hero .tagline {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.85rem, 1.6vw, 1.05rem);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #c4c63a;
  margin-bottom: 48px;
}
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  border: 1px solid rgba(196,198,58,0.5);
  color: #ece9d2;
  background: transparent;
  cursor: pointer;
  transition: all .3s ease;
  border-radius: 1px;
}
.btn:hover { background: #c4c63a; color: #0a0a0a; border-color: #c4c63a; }
.btn.primary { background: #c4c63a; color: #0a0a0a; }
.btn.primary:hover { background: #d8db4a; border-color: #d8db4a; color: #0a0a0a; }

.scroll-cue {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.5);
  z-index: 2;
  animation: floatY 2.5s ease-in-out infinite;
}
.scroll-cue svg { width: 22px; height: 22px; }

/* ---------- Section heading ---------- */
.section-head { text-align: center; margin-bottom: 60px; }
.divider {
  width: 60px; height: 1px; background: #c4c63a;
  margin: 0 auto 18px;
}

/* ---------- About ---------- */
.about-grid { max-width: 820px; margin: 0 auto; }
.about-grid p { font-size: 1.05rem; margin-bottom: 22px; }
.lang-content { display: none; }
.lang-content.active { display: block; animation: fadeIn .4s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ---------- Members ---------- */
.members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.member-card {
  text-align: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.06);
  background: #0d100a;
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
}
.member-card:hover {
  border-color: rgba(196,198,58,0.4);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.6);
}
.member-photo-wrap {
  position: relative; width: 100%; aspect-ratio: 4 / 5;
  overflow: hidden;
}
.member-photo-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease, filter .4s ease;
  filter: grayscale(0.15) contrast(1.05);
}
.member-card:hover .member-photo-wrap img {
  transform: scale(1.04);
  filter: grayscale(0) contrast(1.1);
}
.member-photo-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(5,8,3,0.88) 100%);
  pointer-events: none;
}
.member-info { padding: 20px 12px 24px; }
.member-name { font-family: 'Cinzel', serif; font-size: 0.95rem; letter-spacing: 0.18em; color: #ece9d2; margin-bottom: 6px; text-transform: uppercase; }
.member-role { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: #c4c63a; }

/* ---------- Music ---------- */
.music-wrapper { max-width: 900px; margin: 0 auto; }
.album-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 32px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(135deg, rgba(15,18,8,0.65), rgba(8,11,5,0.4));
  margin-bottom: 32px;
}
@media (min-width: 720px) { .album-card { grid-template-columns: 1.1fr 1fr; align-items: center; } }
.album-info h3 {
  font-family: 'Ravenscroft','Cinzel',serif;
  font-size: 2rem; margin-bottom: 6px;
}
.album-info .album-meta {
  font-family: 'Cinzel',serif; font-size: 0.78rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: #c4c63a; margin-bottom: 20px;
}
.album-info p { margin-bottom: 16px; }
.album-tag {
  display: inline-block; padding: 4px 10px;
  font-family: 'Cinzel',serif; font-size: 0.65rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  border: 1px solid rgba(196,198,58,0.4); color: #c4c63a;
  margin-bottom: 14px;
}
.spotify-embed { width: 100%; min-height: 352px; border: 0; border-radius: 4px; }
.video-embed-wrap {
  position: relative; width: 100%; aspect-ratio: 16 / 9;
  background: #000; border-radius: 4px; overflow: hidden;
}
.video-embed { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.singles-head { text-align: center; margin: 12px 0 22px; }
.singles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.single-embed { width: 100%; min-height: 152px; border: 0; border-radius: 4px; }

/* ---------- Tour / Gig list ---------- */
.gig-list { list-style: none; max-width: 800px; margin: 0 auto; }
.gig-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 24px;
  padding: 22px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background .2s ease;
}
.gig-item:first-child { border-top: 1px solid rgba(255,255,255,0.06); }
.gig-item:hover { background: rgba(196,198,58,0.04); }
.gig-date {
  font-family: 'Cinzel', serif;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  color: #c4c63a;
  white-space: nowrap;
}
.gig-event { font-size: 0.95rem; color: #ece9d2; font-family: 'Cinzel', serif; letter-spacing: 0.06em; }
.gig-city { font-size: 0.76rem; color: #b8b3aa; margin-top: 4px; letter-spacing: 0.12em; text-transform: uppercase; }
@media (max-width: 480px) { .gig-item { grid-template-columns: 1fr; gap: 4px; } }

/* Past gig styling - automatically applied by gigs.js */
.gig-item--past { opacity: 0.45; }
.gig-item--past .gig-date { color: #6f6a62; }
.gig-item--past .gig-event { text-decoration: line-through; text-decoration-color: rgba(255,255,255,0.25); }

/* ---------- Store ---------- */
.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  max-width: 1060px;
  margin: 0 auto;
}
.product-card {
  background: #0d100a;
  border: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
  transition: all .35s ease;
}
.product-card:hover {
  border-color: rgba(196,198,58,0.4);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.6);
}
.product-img {
  width: 100%; aspect-ratio: 1 / 1;
  background: #111410;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
/* Placeholder symbol */
.product-img img { width: 72px; height: auto; opacity: 0.14; }
/* When a real product photo is available */
.product-img--has-image img {
  width: 100%; height: 100%; object-fit: cover; opacity: 1;
  transition: transform .5s ease;
}
.product-card:hover .product-img--has-image img { transform: scale(1.04); }

.product-body { padding: 18px 18px 22px; }
.product-name {
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ece9d2;
  margin-bottom: 8px;
}
.product-desc { font-size: 0.76rem; color: #b8b3aa; margin-bottom: 14px; line-height: 1.55; }
.product-price { font-family: 'Cinzel', serif; font-size: 1rem; color: #c4c63a; margin-bottom: 14px; }
.store-note {
  text-align: center;
  margin: 44px auto 0;
  padding: 22px 28px;
  border: 1px dashed rgba(196,198,58,0.28);
  max-width: 560px;
  background: rgba(0,0,0,0.2);
}
.store-note p { font-size: 0.88rem; }

/* ---------- Tour empty state ---------- */
.tour-empty {
  text-align: center; max-width: 620px; margin: 0 auto;
  padding: 60px 30px;
  border: 1px dashed rgba(196,198,58,0.3);
  background: rgba(0,0,0,0.2);
}
.tour-empty .ornament {
  display: block;
  margin: 0 auto 22px;
  width: auto; height: 56px;
  opacity: 0.85;
  filter: drop-shadow(0 0 14px rgba(196,198,58,0.25));
}
.tour-empty p { font-size: 1.05rem; }

/* ---------- Contact ---------- */
.contact-wrapper { max-width: 760px; margin: 0 auto; text-align: center; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 40px 0;
}
@media (min-width: 600px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-item {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(0,0,0,0.25);
  transition: all .3s ease;
}
.contact-item:hover { border-color: rgba(196,198,58,0.5); }
.contact-item .label {
  font-family: 'Cinzel',serif; font-size: 0.7rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: #c4c63a; margin-bottom: 10px;
}
.contact-item a { color: #ece9d2; font-size: 1.05rem; word-break: break-word; }
.contact-item a:hover { color: #c4c63a; }

/* ---------- Socials ---------- */
.socials {
  display: flex; gap: 18px; justify-content: center; flex-wrap: wrap;
  margin-top: 36px;
}
.social-link {
  width: 50px; height: 50px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  color: #d8d8d8;
  transition: all .3s ease;
}
.social-link:hover {
  border-color: #c4c63a; color: #c4c63a;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(196,198,58,0.15);
}
.social-link svg { width: 20px; height: 20px; }

/* ---------- Instagram section ---------- */
.instagram-cta-wrap { text-align: center; max-width: 680px; margin: 0 auto; }
.instagram-icon-big { width: 56px; height: 56px; margin: 0 auto 20px; color: #c4c63a; }

/* ---------- Footer ---------- */
footer {
  text-align: center;
  padding: 50px 0 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.4);
}
footer .footer-symbol {
  width: auto; height: 50px;
  margin: 0 auto 18px;
  opacity: 0.55;
}
footer p { font-size: 0.8rem; color: #6f6a62; letter-spacing: 0.05em; }
footer p + p { margin-top: 6px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Mobile nav ---------- */
@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; }
  nav ul {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: rgba(10,13,7,0.97);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    max-height: 0; overflow: hidden; transition: max-height .35s ease;
  }
  nav ul.open { max-height: 500px; }
  nav ul li { width: 100%; }
  nav ul a { display: block; padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,0.04); }
  nav .container { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  section { padding: 80px 0; }
  nav .brand span { display: none; }
}
