/* GENERAL PAGE */
html,
body {
  background-color: #F2DDA7 !important;
  overflow-x: hidden !important;
}

.main-nav,
footer {
  background-color: #5A1622 !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* NAVIGATION */
.main-nav {
  background-color: #5A1622 !important;
  color: #F5F0E6 !important;
  padding: 8px 10px !important;
  text-align: center !important;
  white-space: nowrap;
}

.main-nav a,
.main-nav a:link,
.main-nav a:visited,
.main-nav a:hover,
.main-nav a:active {
  color: #F5F0E6 !important;
  text-decoration: none !important;
  margin: 0 7px;
  font-weight: 700;
}

/* HOMEPAGE HERO */
.hero-banner {
  position: relative;
  width: 100% !important;
  max-width: none !important;

height: 640px !important;
min-height: 640px !important;
max-height: 640px !important;

  overflow: hidden !important;
  background-color: #EFD79A !important;
  background-image: url("booking-hero-final.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-content {
  max-width: 420px;
  margin-left: 35px;
  margin-top: 10px;
  padding: 14px;
  background: rgba(245, 240, 230, 0.04) !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  text-align: center;
  color: #5A1622;
  transform: translate(-35px, 105px);
}

.hero-content h1 {
  margin: 0 0 8px;
  font-size: 2.3rem;
  color: #5A1622 !important;
}

.hero-content h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #5A1622 !important;
}

.hero-content p,
.hero-text {
  margin: 0 auto 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #5A1622;
}

.hero-cards {
  display: grid !important;
  grid-template-columns: repeat(2, 180px);
  gap: 12px;
  justify-content: center;
}

.hero-card,
.hero-button {
  width: 180px !important;
  min-height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(
  135deg,
  #5A1622 0%,
  #7F2334 45%,
  #8F3040 65%,
  #4A111B 100%
) !important;
  color: #F5F0E6 !important;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid rgba(245,240,230,0.25);
}

.hero-card strong {
  color: #F5F0E6 !important;
}

/* ABOUT PAGE */
.about-page {
  background-image: url("booking-hero-final.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 640px;
  min-height: 640px;
  max-height: 640px;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  text-align: left;
  overflow: hidden;
}

.about-page h1,
.about-page p {
  max-width: 330px;
  margin-left: 35px;
  margin-right: auto;
  position: relative;
  top: 225px;
  line-height: 1.3;
}

.about-page p {
  font-size: 1.05rem;
  margin: 8px 0 8px 35px !important;
}

/* INNER PAGES */
.page-container,
.venue-page-wrapper,
main {
  background-color: #F2DDA7;
  color: #5A1622;
  max-width: 850px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}

/* FORMS */
form {
  background-color: #F2DDA7;
  color: #5A1622;
  max-width: 600px;
  margin: 20px auto;
  padding: 24px;
  border-radius: 14px;
}

input,
textarea,
select {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF !important;
  color: #5A1622;
  border: 1px solid #d8cfc2;
  border-radius: 6px;
  padding: 9px;
}

button {
  background-color: #5A1622;
  color: #F5F0E6;
  padding: 10px 22px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}

/* HEADINGS */
h1,
h2,
h3,
p,
label {
  color: #5A1622;
}

/* FOOTER */
footer {
  background-color: #5A1622 !important;
  color: #F5F0E6 !important;
  text-align: center !important;
  padding: 6px 10px !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

footer p {
  color: #F5F0E6 !important;
  margin: 1px 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}
/* FINAL PAGE BACKGROUND CONTROL */

html,
body {
  background-color: #F2DDA7 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

/* About page only */
body.about-body {
  background-color: #F2DDA7 !important;
}

body.about-body footer {
  background-color: #5A1622 !important;
}

/* FINAL PAGE EDGE CLEANUP */
html,
body {
  background-color: #F2DDA7 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

.main-nav,
footer {
  background-color: #5A1622 !important;
}

footer {
  padding: 6px 10px !important;
  margin: 0 !important;
}

footer p {
  margin: 1px 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

/* FINAL GLOBAL PAGE FIT — DO NOT STACK MORE FOOTER FIXES BELOW THIS */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
 min-height: 100vh !important;
  background: #F2DDA7 !important;
}

body {
  display: flex !important;
  flex-direction: column !important;
}

/* Footer stays normal size */
footer {
  flex: 0 0 auto !important;
  background: #5A1622 !important;
  color: #F5F0E6 !important;
  padding: 6px 10px !important;
  margin: 0 !important;
  text-align: center !important;
}

footer p {
  color: #F5F0E6 !important;
  margin: 1px 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

/* HOMEPAGE DESKTOP VIEWPORT FIT */
@media (min-width: 901px) {
  body.home-page .hero-banner {
    height: calc(100vh - 120px) !important;
    min-height: 520px !important;
    max-height: 614px !important;
  }

  body.home-page .hero-content {
    transform: translate(-35px, 60px);
  }
}

/* ARTIST PAGE CLEAN STYLE */
body.artist-page {
  background-color: #F2DDA7 !important;
  background-image: none !important;
}

body.artist-page form,
body.artist-page div[style*="max-width"] {
  background: #F2DDA7 !important;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  column-gap: 30px;
  row-gap: 10px;
  margin: 0 auto 20px auto;
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.days-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.days-row label {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.youtube-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 600px;
  margin: 0 auto 14px auto;
}
/* ==========================================
   MOBILE & SMALL SCREEN NAVIGATION
   ========================================== */

@media (max-width: 900px) {

  .main-nav {
    white-space: normal;
    padding: 10px;
    line-height: 1.8;
  }

  .main-nav a {
    display: inline-block;
    margin: 4px 8px;
    font-size: 15px;
  }

}
/* BUTTONS */

.hero-button {
  display: inline-block;
  background-color: #5A1622;
  color: #F5F0E6;
  padding: 12px 24px;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 10px auto;
}

.hero-button:hover {
  opacity: 0.9;
}
/* Checkbox spacing */

.checkbox-grid label,
.days-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.checkbox-grid input[type="checkbox"],
.days-row input[type="checkbox"] {
  width: auto;
  margin: 0;
  flex-shrink: 0;
}
