:root {
  --onkel-cream: #fdedc7;
  --onkel-brown: #391e0b;
}

html {
  background: var(--onkel-brown);
}

body {
  margin: 0;
  background: var(--onkel-cream);
  color: var(--onkel-brown);
  font-family: "Lato", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Critical Bootstrap fallbacks keep the layout usable in offline previews. */
.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 0.75rem;
}

.d-flex { display: flex !important; }
.flex-column { flex-direction: column !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.min-vh-100 { min-height: 100vh !important; }
.d-block { display: block !important; }
.mx-auto { margin-inline: auto !important; }
.mb-0 { margin-bottom: 0 !important; }
.text-center { text-align: center !important; }
.img-fluid { max-width: 100%; height: auto; }

.visually-hidden:not(:focus):not(:focus-within),
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page-shell {
  overflow-x: hidden;
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  background: var(--onkel-cream);
  color: var(--onkel-brown);
  font-weight: 700;
}

.announcement-bar,
.site-footer {
  background: var(--onkel-brown);
  color: var(--onkel-cream);
}

.announcement-bar {
  padding: clamp(1.1rem, 2.8vw, 2.4rem) 0 clamp(1.25rem, 3.2vw, 2.75rem);
}

.announcement {
  font-size: clamp(2.75rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero {
  background: var(--onkel-cream);
}

.hero-container {
  display: flex;
  flex-direction: column;
  padding-top: clamp(2.5rem, 7vw, 6.5rem);
  padding-bottom: 0;
}

.brand-logo {
  width: min(100%, 62rem);
  height: auto;
}

.intro-copy {
  width: min(100%, 58rem);
  margin-top: clamp(2.25rem, 5.5vw, 5rem);
  font-size: clamp(1.1rem, 1.75vw, 1.65rem);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: -0.015em;
}

.intro-copy p + p {
  margin-top: clamp(1.75rem, 3.5vw, 3rem);
}

.instrument-stage {
  width: min(100%, 62rem);
  margin: clamp(2.5rem, 6vw, 5rem) auto clamp(0.75rem, 2vw, 1.5rem);
}

.guitar-lineup {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0.75rem 0.55rem rgb(57 30 11 / 20%));
}

.site-footer {
  padding: clamp(1.75rem, 4.5vw, 3.75rem) 0;
}

.footer-address {
  font-size: clamp(1.25rem, 3vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  .announcement-bar {
    padding-block: 1rem 1.2rem;
  }

  .announcement {
    font-size: clamp(2.6rem, 15vw, 4.25rem);
  }

  .hero-container {
    padding-top: 2.5rem;
  }

  .brand-logo {
    width: 94%;
  }

  .intro-copy {
    margin-top: 2.25rem;
    font-size: 1.05rem;
    line-height: 1.42;
  }

  .instrument-stage {
    width: 115%;
    margin-left: -7.5%;
    margin-top: 2.75rem;
  }

  .site-footer {
    padding-block: 1.6rem;
  }

  .footer-address {
    max-width: 20rem;
    margin-inline: auto;
    line-height: 1.35;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
