/* ============================================================
   ROCK O'CLOCK — WEB OFICIAL
   Fons fosc, blanc, Bebas Neue, animacions cinematogràfiques
============================================================ */

/* --- Variables --- */
:root {
  --bg: #121212;
  --fg: #ffffff;
  --muted: rgba(255, 255, 255, 0.55);
  --accent: #e63946;
  --easing: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition: 0.4s var(--ease-soft);
}

/* --- Reset --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Bebas Neue als encapçalats i menú */
h1, h2, h3, h4,
.nav-link,
.eyebrow,
.section-title,
.repertoire-title,
.lang-switch {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ============================================================
   NAVBAR
============================================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.5rem 2rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background: transparent;
  transition: padding var(--transition), background var(--transition),
    border-color var(--transition), gap var(--transition);
  border-bottom: 1px solid transparent;
}

.navbar.scrolled {
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 0.7rem 2rem;
  gap: 0.6rem;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.logo { display: block; line-height: 0; }
.logo img {
  height: 80px;
  width: auto;
  transition: height 0.4s var(--ease-soft);
}
.navbar.scrolled .logo img { height: 48px; }

.nav-links {
  list-style: none;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-link {
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  padding: 0.4rem 0;
  color: var(--fg);
  transition: color var(--transition);
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--fg);
  transition: width 0.35s var(--easing), left 0.35s var(--easing);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
  left: 0;
}

/* ============================================================
   SELECTOR D'IDIOMES — Desplegable
============================================================ */
.lang-switch {
  position: absolute;
  top: 1.7rem;
  right: 2rem;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  transition: top 0.4s var(--ease-soft);
}

.navbar.scrolled .lang-switch { top: 0.85rem; }

.lang-current {
  background: rgba(18, 18, 18, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  color: var(--fg);
  cursor: pointer;
  padding: 0.4rem 0.85rem 0.45rem 0.75rem;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: border-color 0.3s var(--ease-soft), background 0.3s var(--ease-soft);
}

.lang-switch:hover .lang-current,
.lang-switch.open .lang-current {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(18, 18, 18, 0.65);
}

.lang-globe {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.85;
}

.lang-label {
  display: block;
  line-height: 1;
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  padding: 0.3rem 0;
  background: rgba(18, 18, 18, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  min-width: 80px;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.25s var(--ease-soft), transform 0.25s var(--ease-soft);
  z-index: 110;
}

.lang-switch:hover .lang-dropdown,
.lang-switch.open .lang-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lang-btn {
  background: none;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.45rem 1rem;
  color: var(--muted);
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  transition: color 0.3s var(--ease-soft);
}

.lang-btn:hover { color: var(--fg); }

/* L'idioma actiu queda amagat dins del desplegable (ja es veu a sobre) */
.lang-btn.active { display: none; }

/* ============================================================
   HERO + SLIDER
============================================================ */
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.slider { position: absolute; inset: 0; width: 100%; height: 100%; }

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  z-index: 1;
  overflow: hidden;
}

.slide-image {
  position: absolute;
  inset: -2%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  will-change: transform;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(18,18,18,0.35) 100%),
    linear-gradient(180deg, rgba(18,18,18,0.4) 0%, rgba(18,18,18,0) 25%, rgba(18,18,18,0) 75%, rgba(18,18,18,0.7) 100%);
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

.slide.active .slide-image {
  animation: kenBurns 8s ease-out forwards;
}

.slide.entering { animation: slideIn 1.3s var(--easing) forwards; }
.slide.exiting { z-index: 3; animation: slideOut 1.3s var(--easing) forwards; }

@keyframes slideIn {
  from { opacity: 0; transform: translateX(100%); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes slideOut {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(-100%); }
}
@keyframes kenBurns {
  from { transform: scale(1); }
  to   { transform: scale(1.1); }
}

.grain {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0.07;
  mix-blend-mode: overlay;
  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'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.7'/></svg>");
}

.scroll-down {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg);
  opacity: 0;
  animation:
    fadeIn 1s var(--ease-soft) 0.6s forwards,
    bounceArrow 2.2s ease-in-out 1.6s infinite;
  transition: color 0.3s ease;
}

.scroll-down:hover { color: var(--accent); }
.scroll-down svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

@keyframes fadeIn { to { opacity: 0.85; } }
@keyframes bounceArrow {
  0%, 100% { transform: translate(-50%, 0); }
  50%      { transform: translate(-50%, 14px); }
}

/* ============================================================
   SECCIONS GENERALS
============================================================ */
.section {
  padding: 6rem 2.5rem;
  max-width: 1300px;
  margin: 0 auto;
}

.eyebrow {
  font-size: 1rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 60px;
  background: var(--accent);
}

.lead {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 60ch;
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s var(--ease-soft), transform 1s var(--ease-soft);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.section .reveal:nth-child(2) { transition-delay: 0.15s; }
.section .reveal:nth-child(3) { transition-delay: 0.3s; }

/* ============================================================
   BIO — Dues columnes (text + fotos sobreposades)
============================================================ */
.bio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-top: 3rem;
  align-items: start;
}

.bio-text p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

.bio-lead {
  font-size: 1.35rem !important;
  color: var(--fg) !important;
  line-height: 1.55 !important;
  margin-bottom: 2rem !important;
}

/* --- Botó "Llegir més" --- */
.bio-more {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s var(--ease-soft), opacity 0.5s var(--ease-soft);
}

.bio-more.expanded {
  max-height: 600px;
  opacity: 1;
}

.bio-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--fg);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  padding: 0.55rem 1.3rem;
  cursor: pointer;
  margin-top: 1.5rem;
  border-radius: 3px;
  transition: border-color 0.3s var(--ease-soft), background 0.3s var(--ease-soft);
}

.bio-toggle:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

/* --- Una foto horitzontal lleugerament torta --- */
.bio-photos {
  display: block;
}

.bio-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 180px;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1a;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transform: rotate(2deg);
  transition: transform 0.5s var(--easing), box-shadow 0.5s var(--easing);
}

.bio-photo:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
}

/* ============================================================
   REPERTORI — Quatre columnes
============================================================ */
.repertoire {
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.repertoire-title {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
}

.repertoire-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  background: var(--accent);
  width: 60px;
}

.repertoire-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 2.5rem;
}

.repertoire-col {
  list-style: none;
}

.repertoire-col li {
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.3s var(--ease-soft), padding 0.3s var(--ease-soft),
    border-color 0.3s var(--ease-soft);
  cursor: default;
}

.repertoire-col li strong {
  color: var(--fg);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.repertoire-col li:hover {
  color: var(--fg);
  padding-left: 0.6rem;
  border-bottom-color: var(--accent);
}

.repertoire-col li:hover strong {
  color: var(--accent);
}

/* ============================================================
   CONCERTS — Tabs d'any + llista vertical
============================================================ */
.concerts-wrapper {
  margin-top: 3rem;
}

/* Tabs d'any */
.year-tabs {
  display: flex;
  gap: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.year-tab {
  background: none;
  border: none;
  color: var(--muted);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  padding: 0.6rem 1rem;
  cursor: pointer;
  position: relative;
  transition: color 0.3s var(--ease-soft);
}

.year-tab:hover {
  color: var(--fg);
}

.year-tab.active {
  color: var(--fg);
}

.year-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
}

/* Panells per any */
.year-panel {
  display: none;
}

.year-panel.active {
  display: block;
  animation: fadeInTab 0.5s var(--ease-soft);
}

@keyframes fadeInTab {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Cada concert */
.concert {
  display: grid;
  grid-template-columns: minmax(120px, 160px) 1fr;
  gap: 2rem;
  padding: 0.85rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
  transition: background 0.4s var(--ease-soft), padding 0.4s var(--ease-soft);
}

.concert:hover {
  background: rgba(255, 255, 255, 0.025);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.concert-date {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--fg);
}

.concert-date span {
  color: var(--accent);
  font-size: 0.68em;
  margin-left: 0.25em;
}

.concert-city {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: var(--fg);
}

.concert-city .comarca {
  font-size: 0.62em;
  color: var(--muted);
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-left: 0.05em;
}

.concert-tag {
  display: inline-block;
  font-size: 0.45em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.2em 0.6em;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 0.5em;
  font-weight: 400;
}

.concert-details {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.concert-details li {
  font-size: 0.92rem;
  color: var(--muted);
  padding: 0;
  line-height: 1.4;
}

.concert-details li + li::before {
  content: "·";
  margin: 0 0.7rem;
  color: rgba(255, 255, 255, 0.3);
}

.concert-details a {
  color: var(--fg);
  transition: color 0.3s var(--ease-soft);
}

.concert-details a:hover {
  color: var(--accent);
}

.concert-details a .arrow {
  display: inline-block;
  font-size: 0.9em;
  transition: transform 0.3s var(--ease-soft);
}

.concert-details a:hover .arrow {
  transform: translate(3px, -3px);
}

/* ============================================================
   FOTOS — Galeria masonry amb lightbox
============================================================ */
.photo-grid {
  margin-top: 3rem;
  column-count: 4;
  column-gap: 0.8rem;
}

.photo-item {
  break-inside: avoid;
  display: block;
  width: 100%;
  margin-bottom: 0.8rem;
  background: #1a1a1a;
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 3px;
  transition: transform 0.4s var(--ease-soft);
}

.photo-item:hover {
  transform: translateY(-3px);
}

.photo-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s var(--ease-soft), filter 0.4s var(--ease-soft);
}

.photo-item:hover img {
  transform: scale(1.05);
  filter: brightness(1.08);
}

.photo-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.photo-cta .bio-toggle {
  display: inline-flex;
  text-decoration: none;
}

.social-icon {
  flex-shrink: 0;
}

/* ============================================================
   VÍDEOS — Carousel de Shorts
============================================================ */
.video-carousel-wrapper {
  position: relative;
  margin-top: 3rem;
}

.video-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 1.2rem;
  padding-bottom: 0.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.video-carousel::-webkit-scrollbar { display: none; }

.video-item {
  flex-shrink: 0;
  width: 260px;
  scroll-snap-align: start;
}

.video-item iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: none;
  border-radius: 6px;
  display: block;
}

.video-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(18, 18, 18, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--fg);
  cursor: pointer;
  font-size: 2rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.3s var(--ease-soft), border-color 0.3s var(--ease-soft);
  line-height: 1;
  padding: 0;
}

.video-nav:hover {
  background: rgba(18, 18, 18, 0.95);
  border-color: rgba(255, 255, 255, 0.4);
}

.video-prev { left: -24px; }
.video-next { right: -24px; }

@media (max-width: 900px) {
  .video-item { width: 220px; }
  .video-prev { left: 0; }
  .video-next { right: 0; }
}

@media (max-width: 600px) {
  .video-item { width: 72vw; }
  .video-nav { display: none; }
}

/* ============================================================
   VÍDEOS — Vídeo únic
============================================================ */
.video-wrapper {
  margin-top: 3rem;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 6px;
  display: block;
}

/* ============================================================
   LIGHTBOX
============================================================ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--ease-soft);
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-img {
  max-width: 92vw;
  max-height: 85vh;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  animation: lightboxIn 0.4s var(--ease-soft);
}

@keyframes lightboxIn {
  from { opacity: 0; transform: scale(0.94); }
  to   { opacity: 1; transform: scale(1); }
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--fg);
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  padding: 0;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.35);
}

.lightbox-close {
  top: 1.5rem;
  right: 1.5rem;
  width: 48px;
  height: 48px;
  font-size: 1.8rem;
  line-height: 1;
}

.lightbox-close:hover {
  transform: rotate(90deg);
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  font-size: 2.4rem;
  line-height: 1;
}

.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }

.lightbox-prev:hover { transform: translateY(-50%) translateX(-3px); }
.lightbox-next:hover { transform: translateY(-50%) translateX(3px); }

.lightbox-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--fg);
  opacity: 0.7;
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  font-family: "Bebas Neue", sans-serif;
}

/* ============================================================
   CONTACTE — Dues columnes info + formulari
============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-top: 3rem;
  align-items: start;
}

.contact-subtitle {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 1.2rem;
}

.contact-links {
  list-style: none;
  margin-bottom: 2.5rem;
}

.contact-links li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.contact-links a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0;
  color: var(--muted);
  font-size: 0.95rem;
  transition: color 0.3s var(--ease-soft), padding-left 0.3s var(--ease-soft);
}

.contact-links a:hover {
  color: var(--fg);
  padding-left: 0.4rem;
}

.contact-links-resources a {
  justify-content: space-between;
}

.ext {
  font-size: 0.8em;
  opacity: 0.5;
  flex-shrink: 0;
}

/* Formulari */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.form-field label {
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  color: var(--muted);
}

.form-field input,
.form-field textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  color: var(--fg);
  font-family: inherit;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.3s var(--ease-soft), background 0.3s var(--ease-soft);
  width: 100%;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.07);
}

.form-field textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.6;
}

.form-submit {
  align-self: flex-start;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--fg);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  padding: 0.65rem 2rem;
  cursor: pointer;
  border-radius: 3px;
  transition: border-color 0.3s var(--ease-soft), background 0.3s var(--ease-soft);
}

.form-submit:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.form-success {
  color: #4ade80;
  font-size: 1.05rem;
  line-height: 1.6;
  padding: 1.5rem 0;
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
}

/* ============================================================
   FOOTER
============================================================ */
.footer {
  padding: 3rem 2.5rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 1.5rem;
  opacity: 0.75;
  transition: opacity 0.3s;
}

.footer-logo:hover { opacity: 1; }

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1.5rem;
}

.footer-social a {
  color: var(--muted);
  display: flex;
  align-items: center;
  transition: color 0.3s var(--ease-soft), transform 0.3s var(--ease-soft);
}

.footer-social a:hover {
  color: var(--fg);
  transform: translateY(-3px);
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1100px) {
  .bio-grid { gap: 3rem; }
  .repertoire-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
}

@media (max-width: 900px) {
  .navbar { padding: 1.2rem 1.5rem 1rem; }
  .navbar.scrolled { padding: 0.6rem 1.5rem; }
  .logo img { height: 65px; }
  .navbar.scrolled .logo img { height: 42px; }
  .nav-links { gap: 1.3rem; }
  .nav-link { font-size: 1rem; letter-spacing: 0.12em; }
  .lang-switch { top: 1.3rem; right: 1.2rem; font-size: 0.85rem; gap: 0.4rem; }
  .navbar.scrolled .lang-switch { top: 0.75rem; }

  .bio-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .bio-photos { width: 100%; }

  .concert {
    grid-template-columns: auto 1fr;
    gap: 0.4rem 1rem;
    padding: 0.7rem 0.5rem;
    align-items: center;
  }
  .concert:hover { padding-left: 1rem; padding-right: 1rem; }
  .concert-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .concert-details li + li::before { content: none; }
  .concert-date { font-size: 1.8rem; }
  .concert-city { font-size: 1.3rem; }
}

@media (max-width: 600px) {
  .logo img { height: 55px; }
  .navbar.scrolled .logo img { height: 38px; }
  .nav-links { gap: 0.9rem; }
  .nav-link { font-size: 0.88rem; letter-spacing: 0.1em; }
  .section { padding: 5rem 1.5rem; }
  .scroll-down { width: 36px; height: 36px; bottom: 1.8rem; }
  .lang-switch { top: 1.1rem; right: 0.9rem; font-size: 0.78rem; gap: 0.3rem; }
  .navbar.scrolled .lang-switch { top: 0.6rem; }

  .bio-lead { font-size: 1.2rem !important; }
  .repertoire-grid { grid-template-columns: 1fr; gap: 0; }
  .repertoire { margin-top: 4rem; padding-top: 3rem; }

  .photo-grid { column-count: 2; }
  .lightbox-close { top: 1rem; right: 1rem; width: 42px; height: 42px; font-size: 1.5rem; }
  .lightbox-prev,
  .lightbox-next { width: 44px; height: 44px; font-size: 2rem; }
  .lightbox-prev { left: 0.7rem; }
  .lightbox-next { right: 0.7rem; }
  .lightbox-img { max-width: 96vw; max-height: 80vh; }
}
