@font-face {
  font-family: "FestivalDisplay";
  src: url("fonts/din-font.woff2") format("woff2");
  font-weight: 900;
}

@font-face {
  font-family: "FestivalSerif";
  src: url("fonts/serif-font.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: url("images/kullaberg.png") no-repeat center center fixed;
  background-size: cover;
  color: #101010;
  font-family: "Lexend", Arial, sans-serif;
  min-height: 100vh;
}

h1, h2, h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
}

/* NAV */
.nav {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 20px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 34px;
}

.nav-links a {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

.nav-links a:hover {
  color: #eaaa00;
}

.instagram {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 36px;
  height: 36px;
}

.instagram img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.instagram:hover {
  transform: scale(1.1);
}

/* STARTSIDA */
.page {
  width: 100%;
  min-height: 100vh;
  padding: 18px 20px 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  width: min(540px, 74vw);
  display: block;
  margin: 0 auto 4px;
}

.date-top {
  font-family: "Lexend", sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1px;
  margin-bottom: 24px;
  text-align: center;
}

.artist-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.artist-card {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 11px;
  overflow: hidden;
  background: #111;
}

.artist-card img {
  width: 100%;
  height: 100%;
  
  object-fit: contain;
  display: block;
}

.artist-info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.info-bubble {
  background: #fff8dc;
  border: 2px solid #eaaa00;
  border-radius: 12px;
  padding: 18px;
  text-align: left;
}

.info-bubble h3 {
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.info-bubble p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.ticket-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.ticket-button {
  width: 365px;
  height: 44px;
  border: 2px solid #eaaa00;
  background: #fff8dc;
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ticket-button:hover {
  background: #c7ff6c;
  color: #ffffff;
}

/* UNDERSIDOR */
.container {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 0 20px;
}

.container h1 {
  text-align: center;
  font-family: "FestivalSerif", Georgia, serif;
  font-size: 40px;
  margin-bottom: 30px;
}

.container p {
  font-family: Arial, Helvetica, sans-serif, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.back {
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  font-weight: bold;
  color: #11175c;
}

/* MOBIL */
@media (max-width: 900px) {
  .artist-grid,
  .artist-info {
    grid-template-columns: 1fr;
  }

  .nav-links {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 42px;
  }

  .nav-links a {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page {
    padding: 14px 12px 34px;
  }

  .ticket-button {
    width: 100%;
  }
}
.contact {
  max-width: 600px;
  margin: 60px auto;
  text-align: center;
}

.contact h1 {
  font-family: "consolas", sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.contact p {
  
  margin-bottom: 18px;
  line-height: 1.6;
}

.contact-bubble {
  width: 620px;
  margin: 40px auto 0;
  text-align: center;
  margin-bottom: 30px;
}

.contact-bubble h1 {
  font-family: "consolas";
  font-size: 28px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.contact-bubble a {
  color: #000000;
  text-decoration: none;
}

.contact-bubble a:hover {
  color: #eaaa00;
}

.about-bubble {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: left;
}

.about-bubble h1 {
  font-family: "Lexend", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.about-bubble p {
  font-family: arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.faq {
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
}

.faq h2 {
  font-family: "Lexend", sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
}

.faq-item {
  border: 2px solid #eaaa00;
  border-radius: 10px;
  margin-bottom: 26px;
  background: #fff8dc;
  padding: 26px; /* flytta padding hit */
}

.faq-question {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px; /* lite luft till svaret */
}

.faq-answer {
  font-size: 15px;
  line-height: 1.5;
}
