/* Fonts */
@font-face {
    font-family: 'AboveTheBeyond';
    src: url('../fonts/AboveTheBeyondScript-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@keyframes shine {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}

body {
    font-family: 'Raleway', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #545353;
  
}

/* ================================
   HEADER / HERO SECTION
================================ */

#header {
    position: relative;
    height: 300px;
    min-height: 300px;  /* prevents being too tiny */
    max-height: 300px;  

    /* Background image */
    background-image: url("../images/img-baby_grand_piano-blk_wht.jpg");
    background-size: cover;              /* fills header */
    background-position: center 60% ;     /* keeps top visible */
    background-repeat: no-repeat;

    /* Layout */
    
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

/* ================================
   HEADER CONTENT
================================ */

#sidebar {
    position: fixed;        /* removes it from document flow */
    top: 0;
    left: 0;

    width: 260px;
    height: 100vh;

    background: #111;
    color: #fff;
    padding: 60px;

    z-index: 9999;          /* above header and image */

    transform: translateX(-100%); /* hidden off-screen */
    transition: transform 0.3s ease;

    display: flex;
    flex-direction: column;
}
.close-btn {
    margin-top: 50px;

}

.header-center h4 {
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
}
/* Logo font */
.logo-script {
  font-family: 'AboveTheBeyond', cursive;
  font-size: clamp(60px, 5vw, 52px);
  font-weight: bold;
}

/*  white text for Everything Music */
.logo-main {
  color: white;
}

/* red text for AV */
.logo-highlight {
 color: red;
}

/* Call-to-action button */

.header-btn .btn-contact {
    background-color: #bd0a0a;
    color: #fff;
    padding: 12px 26px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.header-btn .btn-contact:hover {
    background-color: #333;
}

/* ================================
   HAMBURGER MENU ICON
================================ */

#hamburger-menu {
    position: relative;  /* necessary for z-index */
    z-index: 10;         /* higher than other header content */
    top: 10px;
    left: 10px;
    
}

.menu-icon {
   position: absolute;
    top: 50px;
    left: 60px;
    font-size: 80px;
    font-style: normal;
    font-family: system-ui, Arial, sans-serif;
    cursor: pointer;
    color: #ffffff;
    z-index: 10;  /* ensure on top */


}

/* Optional hover effect */
.menu-icon:hover {
    opacity: 0.8;
}

/* ================================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 600px) {
    #header {
        min-height: 60vh;
        padding: 30px 16px;
    }

    .logo-script {
        font-size: 34px;
    }
}


.nav-link {
    display: block;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
}

.nav-link:hover {
    background-color: #333;
}



/* Services */
.section-card {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    margin: 20px auto;
    max-width: 1200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.section-title {
    text-align: center;
    margin-bottom: 24px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.service-card {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    
}

.service-card h3 {
    margin-top: 0;
}
.service-card.disabled {
    pointer-events: none;   /* disables clicking */
    cursor: default;        /* normal cursor */
}


/* About */
.about-list {
    list-style: none;
    padding: 0;
     text-align: center;  
}

.about-list li {
    margin: 8px 0;
}

/* Contact */
.contact-section .contact-text {
    text-align: center;
    font-size: 18px;
}

.contact-info {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-item {
    text-align: center;
}

.contact-item .icon {
    font-size: 36px;
    color: #000;
}

.contact-form {
    max-width: 600px;
    margin: 32px auto 0 auto;
}

.input-field {
    width: 100%;
    padding: 10px;
    margin: 4px 0 12px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Buttons */
.btn {
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

.btn-submit {
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
}

.btn-submit:hover {
    background-color: #333;
}

/* Footer */
#footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 16px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* exactly 3 columns */
  gap: 20px;
  justify-items: center; /* centers cards horizontally in their column */
}

.service-card {
  width: 100%;           /* fills its grid column */
  max-width: 300px;      /* optional: control card width */
}


.service-card.disabled {
  pointer-events: none;     /* makes it unclickable */
  opacity: 0.9;             /* just a slight fade */
  filter: grayscale(20%);   /* subtle desaturation */
  cursor: not-allowed;      /* shows it’s disabled on hover */
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.service-card.disabled:hover {
  opacity: 0.85;            /* tiny hover feedback */
}

/* Responsive */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
/* Back to Top Button */
#back-to-top {
  position: fixed;       /* floats above content */
  bottom: 30px;          /* distance from bottom */
  right: 30px;           /* distance from right */
  z-index: 999;          /* above everything */
  background-color: #e60c0c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  
  transition: background 0.3s ease, opacity 0.3s ease;
}

#back-to-top:hover {
  background-color: #333;
  opacity: 0.8;
}
