body {
  font-family: 'Quicksand', Arial, sans-serif;
  margin: 0;
  background: #fff8ed;
  color: #222;
}
.festival-header {
  background:
    linear-gradient(90deg, #FF5E5B 0%, #FAC858 90%) top/100% 225px no-repeat,
    url('https://images.unsplash.com/photo-1464983953574-0892a716854b?auto=format&fit=crop&w=1200&q=80') center top/cover no-repeat;
  color: #fff;
  padding-bottom: 12px;
  position: relative;
  box-shadow: 0 4px 32px rgba(250,88,88,0.09);
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 7vw 0 7vw;
}
.logo {
  font-family: 'Fredoka', cursive;
  font-size: 2.1em;
  letter-spacing: 2px;
  font-weight: bold;
  background: #fffde7;
  color: #FF5E5B;
  border-radius: 18px;
  padding: 8px 22px;
  box-shadow: 0 2px 8px #FAC85899;
}
.nav-links a {
  color: #FF5E5B;
  background: #fff9dc;
  border-radius: 16px;
  padding: 7px 18px;
  margin: 0 6px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  box-shadow: 0 2px 12px #FAC85844;
  transition: background .2s, box-shadow .2s;
  border: 2px solid #FAC85833;
}
.nav-links a:hover {
  background: #FF5E5B;
  color: #fff;
  box-shadow: 0 2px 18px #FF5E5B44;
  border-color: #FF5E5B;
}
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 16px;
  gap: 38px;
}
.hero-content {
  max-width: 390px;
  text-align: left;
  z-index: 2;
}
.hero h1 {
  font-family: 'Fredoka', cursive;
  font-size: 2.5em;
  margin-bottom: 0.1em;
  letter-spacing: 1.5px;
  color: #fff;
  text-shadow: 0 2px 18px #D43F00B2;
}
.tagline {
  font-size: 1.2em;
  margin-bottom: 18px;
  color: #fffde7;
}
.main-cta {
  font-family: 'Fredoka', cursive;
  background: linear-gradient(90deg, #FAC858 0%, #FF5E5B 80%);
  color: #fff;
  padding: 15px 34px;
  font-size: 1.19em;
  border: none;
  border-radius: 40px;
  box-shadow: 0 2px 18px #FF5E5B44;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
}
.main-cta:hover {
  background: #fff;
  color: #FF5E5B;
  box-shadow: 0 2px 38px #FAC85866;
}
.hero-img img {
  border-radius: 24px;
  box-shadow: 0 2px 32px #FF5E5B55;
  max-width: 300px;
  width: 100%;
}

.confetti {
  pointer-events: none;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 18px;
  background:
    url('https://www.transparenttextures.com/patterns/food.png'),
    repeating-linear-gradient(90deg, #FF5E5B 0 18px, #FAC858 18px 36px, #2DE1FC 36px 54px, #FFB627 54px 72px, #FF5E5B 72px 90px);
  opacity: .16;
}

section {
  margin: 38px auto;
  max-width: 940px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 3px 24px #FAC85818;
  padding: 32px 19px;
}

section h2 {
  margin-top: 0;
  font-family: 'Fredoka', cursive;
  color: #FF5E5B;
  font-size: 2em;
}

.packages-section .package-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 26px;
}
.card {
  background: #fffde7;
  border-radius: 22px;
  box-shadow: 0 2px 12px #FAC85855;
  padding: 22px 26px 18px 26px;
  max-width: 230px;
  flex: 1 1 230px;
  margin-bottom: 0;
  position: relative;
  border: 2px solid #FAC85822;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.card.highlight {
  background: linear-gradient(120deg, #FAC858 30%, #FF5E5B 100%);
  color: #fff;
  border-color: #FF5E5B;
  box-shadow: 0 2px 26px #FF5E5B44;
}
.card .price-tag {
  font-family: 'Fredoka', cursive;
  background: #FF5E5B;
  color: #fff;
  font-size: 1.2em;
  padding: 7px 22px;
  border-radius: 22px;
  font-weight: bold;
  margin-top: 14px;
  align-self: center;
  box-shadow: 0 2px 12px #FAC85844;
}
.card.highlight .price-tag {
  background: #fff;
  color: #FF5E5B;
}
.card.staff {
  background: #2DE1FC44;
  border-color: #2DE1FC;
  box-shadow: 0 2px 18px #2DE1FC44;
}
.card h3 {
  color: #FF5E5B;
  margin: 0 0 7px 0;
  font-size: 1.23em;
}
.card.highlight h3 {
  color: #fff;
}
.card.staff h3 {
  color: #2DE1FC;
}

.booking-section form {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  background: #ffe7ed;
  border-radius: 10px;
  padding: 18px 20px;
  margin: auto;
  justify-content: center;
}
.booking-section form input, .booking-section form select, .booking-section form button {
  flex: 1 1 180px;
  padding: 9px 6px;
  margin-bottom: 8px;
  border-radius: 6px;
  border: 1.7px solid #FF5E5B;
  font-size: 1em;
  background: #fff;
}
.booking-section form button {
  flex: 2 1 220px;
  background: linear-gradient(90deg, #FAC858 0%, #FF5E5B 80%);
  color: #fff;
  border: none;
  font-family: 'Fredoka', cursive;
  font-weight: bold;
  font-size: 1.05em;
  border-radius: 30px;
  box-shadow: 0 2px 12px #FAC85844;
  transition: background 0.2s;
  cursor: pointer;
  margin-top: 18px;
}
.booking-section form button:hover {
  background: #FF5E5B;
  color: #fff;
}

.testimonials-section {
  background: #fffde7;
  box-shadow: 0 2px 18px #FAC85822;
}
.testimonial-slider {
  display: flex;
  flex-direction: row;
  gap: 28px;
  justify-content: center;
  margin-top: 16px;
}
blockquote {
  background: #FAC85833;
  color: #FF5E5B;
  padding: 17px 14px;
  border-left: 6px solid #FF5E5B88;
  font-style: italic;
  border-radius: 14px;
  max-width: 260px;
  box-shadow: 0 2px 12px #FAC85844;
  margin: 0;
  font-size: 1em;
}
blockquote span {
  display: block;
  margin-top: 5px;
  color: #333;
  font-style: normal;
  font-weight: bold;
  font-size: .98em;
}

.faq-section ul {
  padding-left: 0;
  list-style: none;
}
.faq-section li {
  padding: 11px 0;
  border-bottom: 1px dashed #FAC858;
}
.faq-section li strong {
  color: #FF5E5B;
}

footer {
  text-align: center;
  background: linear-gradient(90deg, #FF5E5B 0%, #FAC858 100%);
  color: #fff;
  padding: 22px 0 34px 0;
  border-radius: 0 0 16px 16px;
  margin-bottom: 0;
  font-size: 1.18em;
}
footer a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 14px;
}
.footer-note {
  margin-top: 12px;
  font-size: 0.95em;
  font-style: italic;
  color: #FF5E5B;
}

.rentals-section {
  margin: 38px auto;
  max-width: 940px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 3px 24px #FAC85818;
  padding: 32px 19px;
}

.rentals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 26px;
}

.rental-item {
  background: #fffde7;
  border-radius: 20px;
  padding: 18px 17px 17px 17px;
  box-shadow: 0 2px 12px #FAC85844;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-height: 310px;
  position: relative;
}

.rental-item img {
  width: 100%;
  max-width: 220px;
  border-radius: 19px;
  margin-bottom: 7px;
  align-self: center;
  object-fit: cover;
  height: 120px;
}

.rental-item h3 {
  font-family: 'Fredoka', cursive;
  color: #FF5E5B;
  margin: 6px 0 5px 0;
  font-size: 1.17em;
}

.item-blurb {
  color: #222;
  font-size: 1em;
  margin-bottom: 4px;
}
.item-price {
  font-family: 'Fredoka', cursive;
  background: #FAC858;
  color: #fff;
  font-weight: bold;
  font-size: 1.05em;
  padding: 3px 13px;
  border-radius: 12px;
  margin-bottom: 8px;
  align-self: flex-start;
}

.checkbox-label,
.rental-item label {
  font-size: 1em;
  color: #333;
  margin-bottom: 4px;
  font-weight: normal;
}

.rental-item .note {
  font-size: .95em;
  color: #FF5E5B;
  margin-top: 2px;
}

.rental-submit {
  grid-column: 1 / span 2;
  text-align: center;
  margin-top: 12px;
}

/* Mobile Styles */
@media (max-width: 800px) {
  .hero { 
    flex-direction: column; 
    gap: 18px; 
  }
  .hero-content, .hero-img { 
    max-width: 95vw; 
  }
  .testimonial-slider { 
    flex-direction: column; 
    gap: 18px; 
    align-items: center;
  }
  .packages-section .package-cards { 
    flex-direction: column; 
    gap: 20px;
  }
  nav, section { 
    padding-left: 3vw; 
    padding-right: 3vw;
  }
  .rentals-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 600px) {
  nav {
    flex-direction: column;
    gap: 12px;
    padding: 15px 4vw;
  }
  
  .logo {
    font-size: 1.5em;
    padding: 8px 16px;
    margin-bottom: 8px;
  }
  
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
  
  .nav-links a {
    font-size: 0.95em;
    padding: 8px 14px;
    margin: 0;
    flex: 0 1 auto;
  }
}

@media (max-width: 520px) {
  .main-cta { 
    font-size: 1em; 
    padding: 12px 22px;
  }
  .hero h1 { 
    font-size: 1.6em;
  }
}

@media (max-width: 420px) {
  .nav-links {
    flex-direction: column;
    align-items: stretch;
  }
  
  .nav-links a {
    width: 100%;
    text-align: center;
  }
}